@charset "UTF-8";
/*!
 * SpringBoard SASS
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img,
  .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
    page-break-inside: avoid;
  }

  img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
    max-width: 100% !important;
  }

  p, .above-footer-cta-ctn a,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #48485e;
  background-color: #fff;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 1700px) {
  body {
    width: 1400px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00c09d;
  text-decoration: none;
  /* &:focus {
    @include tab-focus;
  } */
}
a:hover {
  color: #00745e;
  text-decoration: underline;
}
a.link-white {
  color: #fff;
}

.link-on-dark-bg a {
  color: #fff;
}
.link-on-dark-bg a:hover {
  color: #efff1d;
  text-decoration: underline;
}

figure {
  margin: 0;
}

img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  padding: 10px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-green {
  color: #00c09d !important;
}

.text-yellow {
  color: #efff1d !important;
}

.bg-gray-dark-1 {
  background-color: #5b5b76;
}

.bg-gray-dark-2 {
  background-color: #48485e;
}

.bg-gray-light {
  background-color: #efeff6;
}

.bg-green {
  background-color: #00c09d;
}

.bg-green-2 {
  background-color: #2ABF9E;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #0099bf;
}

.semi-transparent-text {
  opacity: .7;
}

.margin-20px-l {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .padding-30px-h {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .padding-30px-h-l {
    padding-left: 30px !important;
  }
}
.pos-relative {
  position: relative !important;
}

.section-heading-ctn {
  padding-bottom: 55px;
}
.section-heading-ctn .main-headline {
  font-size: 48px;
  margin-top: 0px;
}
.section-heading-ctn .primary-headline {
  font-size: 32px;
  margin-bottom: 0;
}
.section-heading-ctn .secondary-headline {
  font-size: 20px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .section-heading-ctn {
    padding-bottom: 25px;
  }
  .section-heading-ctn .main-headline {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-heading-ctn .main-headline {
    font-size: 28px;
  }
  .section-heading-ctn .secondary-headline {
    font-size: 16px;
  }
}

.secondary-headline {
  font-size: 20px;
}

.center-lr {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* .scroll-down-btn-ctn{
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    font-size: 20px;
    i{
        cursor: pointer;
    }
    @media (max-width: $screen-sm-max) {
        font-size: 28px; 
    }
} */
.springboard-4x4-carousel .owl-carousel .owl-item > div {
  margin: 0 auto;
}
@media (max-width: 1007px) {
  .springboard-4x4-carousel .owl-carousel {
    width: 80.3%;
    margin: 0 auto;
  }
  .springboard-4x4-carousel .owl-item:nth-child(odd) {
    direction: rtl;
  }
  .springboard-4x4-carousel .owl-item > div {
    direction: ltr;
  }
}
@media (max-width: 767px) {
  .springboard-4x4-carousel .owl-carousel {
    width: 100%;
    margin: 0 auto;
  }
  .springboard-4x4-carousel .owl-item > div {
    display: block;
  }
  .springboard-4x4-carousel .owl-item:nth-child(odd) {
    direction: ltr;
  }
}

.cursor-default {
  cursor: default !important;
}

.clear-row {
  margin-left: 9px;
}

.text-justify {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  /* margin-top: $line-height-computed;
  margin-bottom: ($line-height-computed / 2); */
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 19px;
  line-height: 1.473684;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  /* margin-top: ($line-height-computed / 2);
  margin-bottom: ($line-height-computed / 2); */
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 19px;
  line-height: 1.473684;
}

h1, .h1 {
  font-size: 52px;
  line-height: 1.17308;
}

h2, .h2 {
  font-size: 42px;
  line-height: 1.21429;
}

h3, .h3 {
  font-size: 34px;
  line-height: 1.26471;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.375;
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.375;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1.375;
}

p, .above-footer-cta-ctn a {
  font-size: 16px;
  line-height: 1.5625;
  margin: 0 0 22px 0;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 1.32143;
  }

  h2, .h2 {
    font-size: 24px;
    line-height: 1.375;
  }

  h3, .h3 {
    font-size: 20px;
    line-height: 1.45;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  h5, .h5 {
    font-size: 16px;
    line-height: 1.375;
  }

  h6, .h6 {
    font-size: 14px;
    line-height: 1.375;
  }

  p, .above-footer-cta-ctn a {
    font-size: 15px;
    line-height: 1.33333;
  }
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .initialism {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #ef2964;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d5104b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #06AE8F;
}

a.text-info:hover,
a.text-info:focus {
  color: #047d66;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #ef2964;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d5104b;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ef2964;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d5104b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 783px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

/* blockquote {
  padding: ($line-height-computed / 2) $line-height-computed;
  margin: 0 0 $line-height-computed;
  font-size: $blockquote-font-size;
  border-left: 5px solid $blockquote-border-color;

  p,
  ul,
  ol {
    &:last-child {
      margin-bottom: 0;
    }
  }

  // Note: Deprecated small and .small as of v3.1.0
  // Context: https://github.com/twbs/bootstrap/issues/11660
  footer,
  small,
  .small {
    display: block;
    font-size: 80%; // back to default font-size
    line-height: $line-height-base;
    color: $blockquote-small-color;

    &:before {
      content: '\2014 \00A0'; // em dash, nbsp
    }
  }
} */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.list-checked {
  list-style: none;
}
.list-checked li {
  position: relative;
}
.list-checked li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #00c09d;
  position: absolute;
  left: -26px;
}

.open-sans, .ux-landing-page .btn, .ux-landing-page .workshop-faq-ctn .panel-title a, .ux-landing-page .workshop-dates-ctn .enroll-card .btn, .ds-landing-page .btn, .ds-landing-page .workshop-faq-ctn .panel-title a, .ds-landing-page .workshop-dates-ctn .enroll-card .btn, .ws-landing-page .btn, .ws-landing-page .workshop-faq-ctn .panel-title a, .ws-landing-page .workshop-dates-ctn .enroll-card .btn {
  font-family: "Open Sans", sans-serif;
}

.roboto, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .ux-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .ds-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .path-career-data-science-ctn .or-text, .quiz-ctn .card-inner p, .quiz-ctn .card-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .card-inner a, .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result a, .quiz-ctn .quiz-result .quiz-course-card p, .quiz-ctn .quiz-result .manager-ctn p, .refer-ctn button, .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-body .content-link, .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .ws-landing-page .workshop-dates-ctn .choose-date, .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .path-career-data-science-ctn .or-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  /* @media (min-width: $screen-sm-min) {
    width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
    width: $container-md;
  } */
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*
 * vertical center the content of unknown height
 * --------------------------------------------------
 */
.vertical-center-ctn {
  display: table;
}

.vertical-center-this {
  display: table-cell;
  vertical-align: middle;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 15px 8px;
  padding-bottom: 15px 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 15px 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  /* outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control, #id_login, #id_password, #id_password1, #id_email, #id_password2 {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #efeff6;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.form-control.error, #id_login.error, #id_password.error, #id_password1.error, #id_email.error, #id_password2.error {
  border-color: #ef2964;
}
.form-control.error:hover, .form-control.error:focus, #id_login.error:hover, #id_login.error:focus, #id_password.error:hover, #id_password.error:focus, #id_password1.error:hover, #id_password1.error:focus, #id_email.error:hover, #id_email.error:focus, #id_password2.error:hover, #id_password2.error:focus {
  border-color: #ef2964;
}
.form-control.error ~ .form-control-error-icon, #id_login.error ~ .form-control-error-icon, #id_password.error ~ .form-control-error-icon, #id_password1.error ~ .form-control-error-icon, #id_email.error ~ .form-control-error-icon, #id_password2.error ~ .form-control-error-icon {
  display: block;
}
.form-control:focus, #id_login:focus, #id_password:focus, #id_password1:focus, #id_email:focus, #id_password2:focus {
  border-color: transparent;
  outline: 0;
}
.form-control::-moz-placeholder, #id_login::-moz-placeholder, #id_password::-moz-placeholder, #id_password1::-moz-placeholder, #id_email::-moz-placeholder, #id_password2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, #id_login:-ms-input-placeholder, #id_password:-ms-input-placeholder, #id_password1:-ms-input-placeholder, #id_email:-ms-input-placeholder, #id_password2:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, #id_login::-webkit-input-placeholder, #id_password::-webkit-input-placeholder, #id_password1::-webkit-input-placeholder, #id_email::-webkit-input-placeholder, #id_password2::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, #id_login[disabled], #id_login[readonly], fieldset[disabled] #id_login, #id_password[disabled], #id_password[readonly], fieldset[disabled] #id_password, #id_password1[disabled], #id_password1[readonly], fieldset[disabled] #id_password1, #id_email[disabled], #id_email[readonly], fieldset[disabled] #id_email, #id_password2[disabled], #id_password2[readonly], fieldset[disabled] #id_password2 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control, #id_login[disabled], fieldset[disabled] #id_login, #id_password[disabled], fieldset[disabled] #id_password, #id_password1[disabled], fieldset[disabled] #id_password1, #id_email[disabled], fieldset[disabled] #id_email, #id_password2[disabled], fieldset[disabled] #id_password2 {
  cursor: not-allowed;
}
.form-control.input-bg-green, #id_login.input-bg-green, #id_password.input-bg-green, #id_password1.input-bg-green, #id_email.input-bg-green, #id_password2.input-bg-green {
  background-color: #1fac8d;
  color: #fff;
}
.form-control.input-bg-green::-webkit-input-placeholder, #id_login.input-bg-green::-webkit-input-placeholder, #id_password.input-bg-green::-webkit-input-placeholder, #id_password1.input-bg-green::-webkit-input-placeholder, #id_email.input-bg-green::-webkit-input-placeholder, #id_password2.input-bg-green::-webkit-input-placeholder {
  color: #99dece;
}
.form-control.input-bg-green:-moz-placeholder, #id_login.input-bg-green:-moz-placeholder, #id_password.input-bg-green:-moz-placeholder, #id_password1.input-bg-green:-moz-placeholder, #id_email.input-bg-green:-moz-placeholder, #id_password2.input-bg-green:-moz-placeholder {
  /* Firefox 18- */
  color: #99dece;
}
.form-control.input-bg-green::-moz-placeholder, #id_login.input-bg-green::-moz-placeholder, #id_password.input-bg-green::-moz-placeholder, #id_password1.input-bg-green::-moz-placeholder, #id_email.input-bg-green::-moz-placeholder, #id_password2.input-bg-green::-moz-placeholder {
  /* Firefox 19+ */
  color: #99dece;
}
.form-control.input-bg-green:-ms-input-placeholder, #id_login.input-bg-green:-ms-input-placeholder, #id_password.input-bg-green:-ms-input-placeholder, #id_password1.input-bg-green:-ms-input-placeholder, #id_email.input-bg-green:-ms-input-placeholder, #id_password2.input-bg-green:-ms-input-placeholder {
  color: #99dece;
}
.form-control.input-bg-green:focus, #id_login.input-bg-green:focus, #id_password.input-bg-green:focus, #id_password1.input-bg-green:focus, #id_email.input-bg-green:focus, #id_password2.input-bg-green:focus {
  background-color: #199579;
}
.form-control.input-bg-purple, #id_login.input-bg-purple, #id_password.input-bg-purple, #id_password1.input-bg-purple, #id_email.input-bg-purple, #id_password2.input-bg-purple {
  background-color: #3b3b4e;
  color: #fff;
}
.form-control.input-bg-purple::-webkit-input-placeholder, #id_login.input-bg-purple::-webkit-input-placeholder, #id_password.input-bg-purple::-webkit-input-placeholder, #id_password1.input-bg-purple::-webkit-input-placeholder, #id_email.input-bg-purple::-webkit-input-placeholder, #id_password2.input-bg-purple::-webkit-input-placeholder {
  color: #bbbbd5;
}
.form-control.input-bg-purple:-moz-placeholder, #id_login.input-bg-purple:-moz-placeholder, #id_password.input-bg-purple:-moz-placeholder, #id_password1.input-bg-purple:-moz-placeholder, #id_email.input-bg-purple:-moz-placeholder, #id_password2.input-bg-purple:-moz-placeholder {
  /* Firefox 18- */
  color: #bbbbd5;
}
.form-control.input-bg-purple::-moz-placeholder, #id_login.input-bg-purple::-moz-placeholder, #id_password.input-bg-purple::-moz-placeholder, #id_password1.input-bg-purple::-moz-placeholder, #id_email.input-bg-purple::-moz-placeholder, #id_password2.input-bg-purple::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbd5;
}
.form-control.input-bg-purple:-ms-input-placeholder, #id_login.input-bg-purple:-ms-input-placeholder, #id_password.input-bg-purple:-ms-input-placeholder, #id_password1.input-bg-purple:-ms-input-placeholder, #id_email.input-bg-purple:-ms-input-placeholder, #id_password2.input-bg-purple:-ms-input-placeholder {
  color: #bbbbd5;
}
.form-control.input-bg-purple:focus, #id_login.input-bg-purple:focus, #id_password.input-bg-purple:focus, #id_password1.input-bg-purple:focus, #id_email.input-bg-purple:focus, #id_password2.input-bg-purple:focus {
  background-color: #262633;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group .padding-for-icon {
  padding-right: 40px !important;
}
.form-group .form-control-error-icon {
  color: #EF2964;
  position: absolute;
  right: 14px;
  top: 42px;
  font-size: 22px;
  display: none;
}
.form-group label.error {
  background-color: #ef2964;
  color: #fff;
  float: right;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
}
.form-group label.error::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ef2964;
  clear: both;
}
.form-group.absoloute-error label.error {
  position: absolute;
  right: 0px;
  bottom: 44PX;
}
.form-group.absoloute-error .form-control-error-icon {
  top: 10px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .input-group-addon:first-child + .form-control {
  border-left: none;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .input-group-addon:first-child + .form-control {
  border-left: none;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ef2964;
}
.has-error .form-control {
  border-color: #ef2964;
  background-color: #f2dede;
}
.has-error .form-control:focus {
  border-color: #d5104b;
}
.has-error .input-group-addon {
  border-color: #ef2964;
  background-color: #f2dede;
}
.has-error .input-group-addon:first-child + .form-control {
  border-left: none;
}
.has-error .form-control-feedback {
  color: #ef2964;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8484a1;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .btn {
    margin-left: -8px;
    display: inline-table;
    vertical-align: top;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 42px;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #efeff6;
  border-radius: 3px;
  background-color: #efeff6;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: -2px;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 15px;
  color: #00c09d;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: none;
  /* outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
  /* outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn .fa {
  font-size: 24px;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* .btn-default {
  @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
} 

.btn-default{
  border: 2px solid #333;
  &:hover, &:focus, &:active {
      border-color: $brand-yellow;
      background-color: $brand-yellow;
  }
} */
/* .btn-primary {
  @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}

// Success appears as green
.btn-success {
  @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}

// Info appears as blue-green
.btn-info {
  @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}

// Warning appears as orange
.btn-warning {
  @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
} */
.btn-primary {
  color: #fff;
  background-color: #ef2964;
}
.btn-primary:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d52056;
}
.btn-primary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  color: #48485e;
  background-color: #efff1d;
}
.btn-secondary:hover, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #48485e;
  background-color: #e4f10e;
}
.btn-secondary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-paypal {
  color: #fff;
  background-color: #009cde;
}
.btn-paypal:hover, .btn-paypal:hover, .btn-paypal:focus, .btn-paypal.focus {
  color: #fff;
  background-color: #0187c0;
}
.btn-paypal:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-tertiary {
  color: #48485e;
  background-color: #efeff6;
}
.btn-tertiary:hover, .btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.focus {
  color: #48485e;
  background-color: #dadae2;
}
.btn-tertiary:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-hero-alt {
  color: #fff;
  background-color: #48485e;
}
.btn-hero-alt:hover, .btn-hero-alt:hover, .btn-hero-alt:focus, .btn-hero-alt.focus {
  color: #fff;
  background-color: #2d2d3b;
}
.btn-hero-alt:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  border: 2px solid #333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  border-color: #efff1d;
  background-color: #efff1d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  color: #00c09d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #00745e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.23333;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-social {
  position: relative;
  padding-left: 62px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
}
.btn-social:hover, .btn-social:active, .btn-social:focus {
  color: #fff;
}
.btn-social i {
  position: absolute;
  background-color: #b91042;
  left: 0;
  top: -2px;
  bottom: 0;
  width: 50px;
  line-height: 47px;
  font-size: 25px;
  text-align: center;
}

.btn-facebook {
  background-color: #4667ac;
}
.btn-facebook:hover {
  background-color: #375188;
}
.btn-facebook i {
  background-color: #3b5998;
}

.btn-google {
  background-color: #bf4d3d;
}
.btn-google:hover {
  background-color: #983d31;
}
.btn-google i {
  background-color: #b23125;
}

.btn-linkedin {
  background-color: #5085c7;
}
.btn-linkedin:hover {
  background-color: #376cad;
}
.btn-linkedin i {
  background-color: #4778b6;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0 15px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #3a3a4f;
  background-clip: border-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu ul {
  list-style: none;
  padding-left: 20px;
}
.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ef2964;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 783px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #a5a5af;
  text-align: center;
  background-color: #efeff6;
  border: 1px solid transparent;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00c09d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img, .reviews-ctn .reviews-coursereport-ctn .nav > li > a > .coursereport-logo {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ef2964;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tabs-left, .tabs-right {
  border-bottom: none;
}

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-right > li {
  margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left > li > a {
  margin-right: 0;
  display: block;
}

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.sideways.tabs-left {
  left: -50px;
}

.sideways.tabs-right {
  right: -50px;
}

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1000px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1000px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 783px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 783px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 783px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img, .reviews-ctn .reviews-coursereport-ctn .navbar-brand > .coursereport-logo {
  display: block;
}
@media (min-width: 783px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -10px;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1000px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .btn {
    margin-left: -8px;
    display: inline-table;
    vertical-align: top;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 42px;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 797px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 783px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 783px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 783px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #48485e;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #3a3a4f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #3a3a4f;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ef2964;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #45455a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #3a3a4f;
  color: #fff;
}
@media (max-width: 797px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #3a3a4f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3a3a4f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 797px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #ef2964;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #d5104b;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #efff1d;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d9e900;
}

.label-danger {
  background-color: #ef2964;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d5104b;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p, .jumbotron .above-footer-cta-ctn a, .above-footer-cta-ctn .jumbotron a {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .reviews-ctn .reviews-coursereport-ctn .thumbnail > .coursereport-logo,
.thumbnail a > img,
.thumbnail .reviews-ctn .reviews-coursereport-ctn a > .coursereport-logo,
.reviews-ctn .reviews-coursereport-ctn .thumbnail a > .coursereport-logo {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #48485e;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  box-shadow: 4px 4px 0px #d5d5df;
  text-decoration: none;
  border-color: #ddd;
}

a.thumbnail.no-hover:hover,
a.thumbnail.no-hover:focus,
a.thumbnail.no-hover.active {
  box-shadow: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .above-footer-cta-ctn .alert > a,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p, .above-footer-cta-ctn .alert > a + p, .above-footer-cta-ctn .alert > p + a, .above-footer-cta-ctn .alert > a + a {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ef2964;
  color: #ef2964;
}
.alert-danger hr {
  border-top-color: #ed1253;
}
.alert-danger .alert-link {
  color: #d5104b;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ef2964;
  border-color: #ef2964;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fde7ed;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #ef2964;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ef2964;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ef2964;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ef2964;
  border-color: #ef2964;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
}

.panel-body {
  font-size: 16px;
  padding: 6px 25px 20px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 15px 25px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title i.fa {
  margin-right: 15px;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 15px 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 6px 25px 20px;
  padding-right: 6px 25px 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 10px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  background-color: #efeff6;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #efeff6;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #efeff6;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ef2964;
  border-color: #ef2964;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef2964;
}
.panel-primary > .panel-heading .badge {
  color: #ef2964;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef2964;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger > .panel-heading {
  color: #ef2964;
  background-color: #f2dede;
  border-color: #ef2964;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef2964;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #ef2964;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef2964;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #00c09d;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.close:hover, .close:focus {
  color: #00c09d;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.close-new {
  float: right;
  background: none;
  border: none;
  outline: none;
  text-align: center;
  overflow: hidden;
}
.close-new span {
  font-size: 48px;
  color: #000;
  font-weight: 300;
  line-height: 28px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

@font-face {
  font-family: 'sr';
  src: url("../fonts/sr.eot?vs5g6p");
  src: url("../fonts/sr.eot?#iefixvs5g6p") format("embedded-opentype"), url("../fonts/sr.woff?vs5g6p") format("woff"), url("../fonts/sr.ttf?vs5g6p") format("truetype"), url("../fonts/sr.svg?vs5g6p#sr") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="sricon-"], [class*=" sricon-"] {
  font-family: 'sr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sricon-checkmark:before {
  content: "\41";
}

.sricon-checkmark2:before {
  content: "\42";
}

.sricon-cancel:before {
  content: "\43";
}

.sricon-time:before {
  content: "\44";
}

.sricon-calendar:before {
  content: "\45";
}

.sricon-magnifier:before {
  content: "\46";
}

.sricon-cancel2:before {
  content: "\47";
}

.sricon-filter:before {
  content: "\48";
}

.sricon-library:before {
  content: "\49";
}

.sricon-graduate:before {
  content: "\4a";
}

.sricon-ruler::before {
  content: "\4b";
}

.sricon-forward:before {
  content: "\4c";
}

.sricon-heart:before {
  content: "\4d";
}

.sricon-brush:before {
  content: "\4e";
}

.sricon-presentation:before {
  content: "\4f";
}

.sricon-location:before {
  content: "\50";
}

.sricon-tv:before {
  content: "\51";
}

.sricon-medal:before {
  content: "\52";
}

.sricon-assign:before {
  content: "\53";
}

.sricon-fav:before {
  content: "\54";
}

.sricon-write:before {
  content: "\55";
}

.sricon-like:before {
  content: "\57";
}

.sricon-link::before {
  content: "\56";
}

.sricon-resources:before {
  content: "\59";
}

.sricon-files:before {
  content: "\58";
}

.sricon-tools:before {
  content: "\5b";
}

.sricon-book::before {
  content: "Z";
}

.sricon-chat::before {
  content: "\5c";
}

.sricon-users:before {
  content: "\e600";
}

.sricon-users2:before {
  content: "\e601";
}

.sricon-twitter:before {
  content: "\f099";
}

.sricon-facebook:before {
  content: "\f09a";
}

.sricon-google-plus:before {
  content: "\f0d5";
}

.sricon-linkedin:before {
  content: "\f0e1";
}

.sricon-angle-up:before {
  content: "\f106";
}

.sricon-angle-down:before {
  content: "\f107";
}

.sricon-triangle-down:before {
  content: "\f05b";
}

.sricon-triangle-left:before {
  content: "\f044";
}

.sricon-triangle-right:before {
  content: "\f05a";
}

.sricon-triangle-up:before {
  content: "\f0aa";
}

.sricon-headphones:before {
  content: "\e900";
}

.sricon-music:before {
  content: "\e901";
}

.icon-star {
  background: url("../images/star.b6dbce19.png") no-repeat center center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  height: 1em;
  width: 1em;
}

.more {
  background: url("../images/plus.ac836e11.png") no-repeat center center;
  height: 1em;
  width: 1em;
  display: inline-block;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.level {
  background: url("../images/level.085b60a3.png") no-repeat center center;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: .125em;
}
.level.Beginner {
  background-position: center bottom;
}
.level.Advanced {
  background-position: center top;
}

footer.site-footer[role=contentinfo] {
  z-index: 10;
  position: relative;
}
footer.site-footer[role=contentinfo] a.btn {
  color: #00c09d;
}
footer.site-footer[role=contentinfo] a.btn:hover {
  color: #00c09d;
  text-decoration: none;
}
footer.site-footer[role=contentinfo] .title-left-sec {
  margin-top: 0px;
}
footer.site-footer[role=contentinfo] .footer-message-text {
  font-size: 42px;
  line-height: 1.22em;
}
footer.site-footer[role=contentinfo] .btn[data-toggle=collapse] {
  padding: 6px 0px;
  cursor: text;
  text-transform: capitalize;
  font-size: 18px;
}
footer.site-footer[role=contentinfo] .btn[data-toggle=collapse]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav {
  padding: 10px 0px 14px;
  max-width: 390px;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav .btn {
  cursor: pointer;
  padding: 10px 15px 8px;
  font-size: 14px;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav ul {
  padding-bottom: 10px;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav ul li a {
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
footer.site-footer[role=contentinfo] .small-screen-collapse-nav ul li a:hover {
  color: #fff;
}
footer.site-footer[role=contentinfo] .top {
  padding: 50px 0px;
}
footer.site-footer[role=contentinfo] .collapse-ctn ul {
  margin-top: 15px;
}
footer.site-footer[role=contentinfo] .collapse-ctn li {
  margin-bottom: 8px;
}
footer.site-footer[role=contentinfo] .bottom {
  padding: 20px 0;
  background-color: #3b3b4e;
  font-size: 12px;
}
footer.site-footer[role=contentinfo] .copyright-ctn {
  margin-top: 8px;
}
footer.site-footer[role=contentinfo] .copyright-ctn .separator {
  color: #898989;
}
footer.site-footer[role=contentinfo] .social-links {
  margin-bottom: 0;
  height: 30px;
}
footer.site-footer[role=contentinfo] .social-links li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("/images/springboard/social/social_sprite.png");
}
footer.site-footer[role=contentinfo] .social-links li a.facebook {
  background-position: 0px 0px;
}
footer.site-footer[role=contentinfo] .social-links li a.twitter {
  background-position: -36px  0px;
}
footer.site-footer[role=contentinfo] .social-links li a.google {
  background-position: -69px  0px;
}
footer.site-footer[role=contentinfo] .social-links li a.youtube {
  background-position: -106px 0px;
}
footer.site-footer[role=contentinfo] .social-links li a.linkedin {
  background-position: -142px 0px;
}
footer.site-footer[role=contentinfo] .bw-social-links {
  margin-top: 12px;
}
footer.site-footer[role=contentinfo] .bw-social-links li {
  padding-left: 3px;
  padding-right: 2px;
}
footer.site-footer[role=contentinfo] .bw-social-links li a {
  background-image: url("/images/springboard/social/social_sprite_bw.png");
}
footer.site-footer[role=contentinfo] .bw-social-links li a.facebook {
  background-position: 0px 0px;
}
footer.site-footer[role=contentinfo] .bw-social-links li a.twitter {
  background-position: -36px  0px;
}
footer.site-footer[role=contentinfo] .check-list {
  height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
footer.site-footer[role=contentinfo] .expand-check-list {
  height: 20px;
  overflow: auto;
}
@media (max-width: 991px) {
  footer.site-footer[role=contentinfo] .top {
    padding: 40px 0px;
  }
  footer.site-footer[role=contentinfo] .mb-dropdown-btn-ctn {
    margin-top: 36px;
  }
  footer.site-footer[role=contentinfo] .collapse-ctn {
    background-color: #5b5b76;
    margin: 0px 10px 10px 10px;
  }
  footer.site-footer[role=contentinfo] .collapse-ctn ul {
    margin-top: 0px;
  }
  footer.site-footer[role=contentinfo] .collapse-ctn .btn[data-toggle=collapse] {
    color: #fff !important;
    width: 100%;
    text-align: left;
    position: relative;
  }
  footer.site-footer[role=contentinfo] .collapse-ctn .btn[data-toggle=collapse] .caret {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  footer.site-footer[role=contentinfo] .small-screen-collapse-nav {
    max-width: 376px;
  }
}
@media (min-width: 992px) {
  footer.site-footer[role=contentinfo] .collapse-ctn .list-ctn {
    display: block;
    height: auto !important;
  }
  footer.site-footer[role=contentinfo] .caret {
    display: none;
  }
  footer.site-footer[role=contentinfo] .form-group {
    width: 51%;
  }
  footer.site-footer[role=contentinfo] .form-group input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer.site-footer[role=contentinfo] .form-inline button {
    width: 100%;
  }
  footer.site-footer[role=contentinfo] .footer-message-text {
    font-size: 24px;
    line-height: 1.375em;
  }
  footer.site-footer[role=contentinfo] .top {
    padding: 30px 0px;
  }
  footer.site-footer[role=contentinfo] .top .mb-dropdown-btn-ctn {
    margin-top: 30px;
  }
  footer.site-footer[role=contentinfo] .copyright-ctn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer.site-footer[role=contentinfo] .bottom {
    text-align: center;
  }
  footer.site-footer[role=contentinfo] .bottom .social-links {
    float: none !important;
  }
  footer.site-footer[role=contentinfo] .small-screen-collapse-nav {
    max-width: inherit;
    width: 100%;
  }
}

nav.site-header .navbar-brand .springboard-logo {
  position: relative;
  top: -12px;
  height: 45px;
  width: auto;
  display: inline-block;
}
nav.site-header a.hiring {
  display: inline-block;
  width: 139px;
  height: 36px;
  position: relative;
  top: 10px;
}
nav.site-header a.hiring .we-are-hiring {
  width: 139px;
  height: 36px;
}
nav.site-header li {
  position: relative;
}
nav.site-header li .new-tag {
  position: absolute;
  font-size: 12px;
  top: 5px;
  right: 16px;
  font-weight: bold;
  color: #ef2964;
}
nav.site-header .dropdown-header > a {
  padding-left: 0px;
}
nav.site-header .profile-dropdown .dropdown-menu {
  padding-top: 10px;
}
nav.site-header .profile-dropdown .dropdown-menu ul.sec {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5b5b76;
}
nav.site-header .profile-dropdown .dropdown-menu ul.sec li a {
  padding: 5px 20px;
  font-weight: bold;
}
nav.site-header .profile-dropdown .dropdown-menu ul.sec:last-child {
  padding-bottom: 6px;
  border-bottom: none;
}
nav.site-header .navbar-close {
  min-height: 40px;
  padding-top: 10px;
  display: none;
}
nav.site-header .navbar-close a {
  color: #fff;
  font-size: 24px;
  font-family: sans-serif;
  text-decoration: none;
}
nav.site-header .navbar-header .navbar-nav {
  display: none;
}
nav.site-header .caret {
  float: right;
  position: relative;
  top: 8px;
  margin-left: 4px;
}
@media (max-width: 1000px) {
  nav.site-header .navbar-nav .dropdown.open .dropdown-menu ul li a {
    padding-right: 0px;
  }
  nav.site-header .navbar-nav .dropdown.open .dropdown-menu li a {
    white-space: initial;
  }
  nav.site-header .navbar-nav > li > a:hover {
    background-color: transparent;
  }
  nav.site-header .navbar-nav > .open > a, nav.site-header .navbar-nav > .open > a:hover, nav.site-header .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
  nav.site-header .navbar-collapse .user-profile-menu {
    display: none;
  }
  nav.site-header .navbar-header .navbar-nav {
    display: block;
  }
  nav.site-header .navbar-header .navbar-nav {
    margin: 0px;
  }
  nav.site-header .navbar-header .navbar-nav strong, nav.site-header .navbar-header .navbar-nav .caret {
    display: none;
  }
  nav.site-header .navbar-header .navbar-nav .dropdown-toggle {
    padding: 20px 10px 20px 0px;
  }
  nav.site-header .navbar-header .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: right;
    width: auto;
    background-color: #3a3a4f;
  }
  nav.site-header .navbar-close {
    display: block;
  }
  nav.site-header li .new-tag {
    position: static;
  }
  nav.site-header .navbar-collapse {
    overflow-x: visible;
    border-top: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    position: fixed;
    width: 40%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background: #48485E;
    right: 0px;
    top: 0px;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    padding-left: 30px;
    padding-right: 40px;
    z-index: 100000;
  }
  nav.site-header .navbar-collapse .navbar-nav > li {
    border-bottom: 2px solid #5b5b76;
  }
  nav.site-header .navbar-collapse .navbar-nav > li:last-child {
    border-bottom: none;
  }
  nav.site-header .navbar-collapse .navbar-nav .carret {
    float: right;
    position: relative;
    top: 7px;
  }
  nav.site-header .navbar-collapse.in {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  nav.site-header .collapse {
    display: block !important;
  }
  nav.site-header .collapse.in {
    display: block !important;
  }
}
@media (max-width: 767px) {
  nav.site-header .navbar-collapse {
    width: 80%;
  }
}
@media (max-width: 370px) {
  nav.site-header .navbar-brand {
    width: 50%;
  }
  nav.site-header .navbar-brand img, nav.site-header .navbar-brand .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn nav.site-header .navbar-brand .coursereport-logo {
    width: 100%;
    height: auto;
    position: relative;
    top: -6px;
  }
}

.show-block {
  display: block !important;
  transition: all 0.2s ease-out;
}

.show-inline {
  display: inline !important;
  transition: all 0.2s ease-out;
}

.hide-sm {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .hide-sm {
    opacity: 0;
    transition: all 5s ease-in-out;
    display: none !important;
  }
}

.hide-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .hide-desktop {
    display: block;
  }
}

.wk-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background-color: #2D87B1;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  z-index: 400;
}
@media screen and (max-width: 991px) {
  .wk-header {
    top: -2px;
    border: none;
    height: 60px;
    background-color: #23648E;
  }
}
.wk-header .backdrop {
  display: none;
  position: absolute;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.wk-header .wk-header__links-wrapper {
  border-bottom: solid 3px #2D87B1;
  transition: max-height 1s;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Open Sans", Helvetica, Arial;
  font-weight: 300;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper {
    display: block;
    flex-direction: column;
    margin-right: -300px;
    height: 100vh;
    min-height: 100vh;
    max-height: 100%;
    border: none;
    box-shadow: 1px 1px 2px 0px #333;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
    align-items: center;
    width: 300px;
    float: right;
    border: none;
    position: relative;
    background-color: #FFF;
    z-index: 501;
  }
}
@media screen and (max-width: 480px) {
  .wk-header .wk-header__links-wrapper {
    margin-right: -280px;
    width: 280px;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__item {
  flex-basis: 20%;
  flex-grow: 1;
  flex-wrap: wrap;
  text-align: center;
  height: 100%;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  background-color: transparent;
  border-left: solid 1px #dcdcdc;
}
.wk-header .wk-header__links-wrapper .wk-header__item:hover {
  transition: all 0.5s ease-out;
}
.wk-header .wk-header__links-wrapper .wk-header__item.nav-active {
  background-color: transparent;
}
.wk-header .wk-header__links-wrapper .wk-header__item.nav-active .link {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__item.nav-active {
    background-color: white;
  }
  .wk-header .wk-header__links-wrapper .wk-header__item.nav-active .link {
    color: #333;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__item .link {
  text-decoration: none;
  background-color: #FFF;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  transition: all 0.5s ease-out;
  font-weight: 300;
}
.wk-header .wk-header__links-wrapper .wk-header__item .link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__item .link {
    margin-left: 20px;
    padding-left: 7px;
    color: #333;
    font-size: 18px;
    border-bottom: solid 1px #dcdcdc;
    display: inline-block;
    width: 100%;
    height: 60px;
    font-weight: 400;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__item .link.nav-active {
  background-color: transparent;
  transition: all 0.5s ease-out;
  color: #FFF;
}
.wk-header .wk-header__links-wrapper .wk-header__item .link.nav-active:hover {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__item .link.nav-active {
    background-color: #EFEFF6;
    color: #333;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__item .link .total-progress,
.wk-header .wk-header__links-wrapper .wk-header__item .link .call-status {
  font-size: 14px;
  color: #a4a4a4;
  margin-left: 10px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__item {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border: none;
    text-align: left;
    font-weight: normal;
  }
  .wk-header .wk-header__links-wrapper .wk-header__item.active-background {
    background-color: #EFEFF6;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__logo-container {
  flex-basis: 270px;
  flex-shrink: 0;
  width: 270px;
  max-width: 270px;
  border: none;
}
.wk-header .wk-header__links-wrapper .wk-header__logo-container .link {
  background-color: white;
  height: 100%;
}
.wk-header .wk-header__links-wrapper .wk-header__logo-container img, .wk-header .wk-header__links-wrapper .wk-header__logo-container .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-header .wk-header__links-wrapper .wk-header__logo-container .coursereport-logo {
  max-width: 130px;
  vertical-align: middle;
}
.wk-header .wk-header__links-wrapper .wk-header__logo-container:hover {
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__logo-container {
    display: none;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__help img, .wk-header .wk-header__links-wrapper .wk-header__help .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-header .wk-header__links-wrapper .wk-header__help .coursereport-logo {
  width: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__help {
    width: 100%;
    max-width: 100%;
  }
  .wk-header .wk-header__links-wrapper .wk-header__help .link {
    border-bottom: none;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__wk-name {
  display: none;
  border: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wk-header .wk-header__links-wrapper .wk-header__wk-name:hover {
  background-color: #2D87B1;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__wk-name {
    display: block;
    height: 60px;
    background-color: #2D87B1;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    padding: 0 27px;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown {
  position: relative;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link {
    display: none;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .user-pic {
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 50%;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .username {
  max-width: 50%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .username {
    max-width: 50%;
  }
}
@media screen and (max-width: 1110px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .username {
    max-width: 35%;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .caret-wrapper {
  float: right;
  margin-right: 5px;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .link .caret-down {
  max-width: 20px;
  vertical-align: middle;
  float: right;
  margin-top: 21px;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details {
  position: absolute;
  top: 50px;
  right: 0;
  list-style: none;
  padding: 0;
  width: calc(100% + 1px);
  border-left: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  min-width: 160px;
  display: none;
  margin-top: -4px;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details {
    display: block;
    top: 0;
    border-bottom: none;
    border-top: solid 5px #2D87B1;
    display: block;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item {
  border: none;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #FFF;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item:hover {
  background-color: #EFEFF6;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item {
    padding: 0;
    max-width: 100%;
    margin-left: 20px;
    border-bottom: solid 1px #dcdcdc;
  }
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item:hover {
    background-color: #FFF;
  }
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link {
  color: #000;
  font-weight: 400;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link:hover {
  background-color: #EFEFF6;
}
.wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link img, .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link .coursereport-logo {
  max-width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link {
    display: block;
    margin-left: 0;
    padding-left: 7px;
    color: #333;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    height: 60px;
  }
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link:hover {
    background-color: #FFF;
  }
  .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link img, .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-header .wk-header__links-wrapper .wk-header__profile-dropdown .wk-header__user-details .wk-header__item .link .coursereport-logo {
    max-width: 25px;
  }
}
.wk-header .hamburger-wrapper {
  width: 67px;
  height: 60px;
  margin-right: -20px;
  position: relative;
  z-index: 998;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  cursor: pointer;
}
.wk-header .hamburger-wrapper span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
.wk-header .hamburger-wrapper span:nth-child(1) {
  top: 23px;
}
.wk-header .hamburger-wrapper span:nth-child(2), .wk-header .hamburger-wrapper span:nth-child(3) {
  top: 30px;
}
.wk-header .hamburger-wrapper span:nth-child(4) {
  top: 37.5px;
}
@media screen and (max-width: 991px) {
  .wk-header .hamburger-wrapper.open {
    transform: translateX(-300px);
  }
}
@media screen and (max-width: 480px) {
  .wk-header .hamburger-wrapper.open {
    transform: translateX(-280px);
    margin-right: -32px;
  }
}
.wk-header .hamburger-wrapper.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.wk-header .hamburger-wrapper.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wk-header .hamburger-wrapper.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wk-header .hamburger-wrapper.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .wk-header .header-translate {
    transform: translateX(-300px);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
}
@media screen and (max-width: 480px) {
  .wk-header .header-translate {
    transform: translateX(-280px);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
}
.wk-header .toggle-sidebar {
  height: 60px;
  float: left;
  background: #2D87B1;
  width: calc(100% - 67px);
  display: none;
}
@media screen and (max-width: 991px) {
  .wk-header .toggle-sidebar {
    display: block;
  }
}
.wk-header .toggle-sidebar .chapter-name {
  color: #FFF;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  padding-left: 18px;
}
.wk-header .toggle-sidebar .open-close-sidebar {
  display: inline-block;
  float: right;
  margin-right: 24px;
  line-height: 60px;
}
.wk-header .toggle-sidebar .open-close-sidebar img, .wk-header .toggle-sidebar .open-close-sidebar .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-header .toggle-sidebar .open-close-sidebar .coursereport-logo {
  max-width: 10px;
}

.full-screen-hero-banner {
  width: 100%;
  min-height: 565px;
  padding-bottom: 60px;
  background-color: #0099bf;
  position: relative !important;
  background-origin: border-box !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}
.full-screen-hero-banner.contain-bg {
  background-size: contain !important;
}
.full-screen-hero-banner h1 {
  font-family: "Open Sans", sans-serif !important;
}
.full-screen-hero-banner .scroll-down {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  font-size: 20px;
  z-index: 400;
}
.full-screen-hero-banner .scroll-down i {
  cursor: pointer;
  color: #fff;
}
@media (max-width: 991px) {
  .full-screen-hero-banner {
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .full-screen-hero-banner {
    min-height: 330px;
  }
}

.page-hero-banner {
  width: 100%;
  min-height: 565px;
  padding-bottom: 60px;
  background-color: #0099bf;
  position: relative !important;
  background-origin: border-box !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: right !important;
}
.page-hero-banner.contain-bg {
  background-size: contain !important;
}
.page-hero-banner h1 {
  font-family: "Open Sans", sans-serif !important;
}
.page-hero-banner .scroll-down {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  font-size: 20px;
  z-index: 400;
}
.page-hero-banner .scroll-down i {
  cursor: pointer;
  color: #fff;
}
@media (max-width: 991px) {
  .page-hero-banner {
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .page-hero-banner {
    min-height: 330px;
  }
}

.ctn-padding-v {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ctn-padding-v.rmv-bottom-padding {
  padding-bottom: 0px !important;
}
.ctn-padding-v.rmv-top-padding {
  padding-top: 0px !important;
}
@media (max-width: 991px) {
  .ctn-padding-v {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .ctn-padding-v {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.wow {
  visibility: hidden;
}

.color {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}

.storypage-hero-ctn {
  position: relative;
  overflow: hidden;
  background-image: url("/images/springboard/student_story/main.png");
  background-size: cover;
  color: #fff;
}
.storypage-hero-ctn .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -1px;
  left: 4px;
}
.storypage-hero-ctn h1 {
  margin-bottom: 25px;
}

.filter-dropdown ul li .icons-data {
  font-size: 16px;
}

.filter-section {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 0px;
}
.filter-section span.filter-icons {
  width: 45px;
  height: 41px;
  display: inline-block;
}
.filter-section span.filter-icons img, .filter-section span.filter-icons .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .filter-section span.filter-icons .coursereport-logo {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}
.filter-section ul {
  display: flex;
}
.filter-section li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.filter-section span.clr-filter {
  font-size: 12px;
  color: #afafba;
  font-weight: normal;
  padding-top: 2px;
}
.filter-section li div {
  padding: 0px;
  display: inline-block;
  color: #afafba;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filter-section li div:hover {
  color: #48485e;
}
.filter-section li div:hover img, .filter-section li div:hover .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .filter-section li div:hover .coursereport-logo {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}
.filter-section li div:hover span.clr-filter:hover {
  color: #2abf9e;
}
.filter-section li div.active-filter {
  color: #2abf9e;
}

.student-video-feedback .loader, .students-featured-stories .loader, .more-students .loader {
  display: block;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}

.students-featured-stories .dp-circle, .more-students .dp-circle, #studentStory .dp-circle, .student-video-feedback .dp-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  webkit-border-radius: 50%;
  border-collapse: separate;
  overflow: hidden;
  margin-top: 17px;
  float: left;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.students-featured-stories .dp-circle img, .students-featured-stories .dp-circle .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .students-featured-stories .dp-circle .coursereport-logo, .more-students .dp-circle img, .more-students .dp-circle .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .more-students .dp-circle .coursereport-logo, #studentStory .dp-circle img, #studentStory .dp-circle .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #studentStory .dp-circle .coursereport-logo, .student-video-feedback .dp-circle img, .student-video-feedback .dp-circle .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .student-video-feedback .dp-circle .coursereport-logo {
  height: 100%;
  right: 0px;
  position: absolute;
}
.students-featured-stories .dp-details, .more-students .dp-details, #studentStory .dp-details, .student-video-feedback .dp-details {
  display: inline-block;
  float: left;
  width: calc(100% - 70px);
}
.students-featured-stories .fs-20, .more-students .fs-20, #studentStory .fs-20, .student-video-feedback .fs-20 {
  font-size: 20px;
}
.students-featured-stories .designation, .more-students .designation, #studentStory .designation, .student-video-feedback .designation {
  font-size: 15px;
  margin-top: -11px;
}
.students-featured-stories .modal-body, .more-students .modal-body, #studentStory .modal-body, .student-video-feedback .modal-body {
  overflow: auto;
}

.more-students .dp-circle, #studentStory .dp-circle, .student-video-feedback .dp-circle {
  margin-left: 10px;
  margin-top: 0px;
}
.more-students .dp-details, #studentStory .dp-details, .student-video-feedback .dp-details {
  margin-top: -12px;
  width: calc(100% - 80px);
}
.more-students .mar-0, #studentStory .mar-0, .student-video-feedback .mar-0 {
  margin-bottom: 0px;
}

#studentStory .student-details, .student-video-feedback .student-details {
  padding: 30px;
  overflow: auto;
}
#studentStory .dp-details, .student-video-feedback .dp-details {
  margin-top: 0px;
}
#studentStory hr, .student-video-feedback hr {
  margin-top: 15px;
  background: #2abf9e;
  height: 2px;
}
#studentStory .quest, .student-video-feedback .quest {
  line-height: 24px;
  margin-top: 30px;
}
#studentStory .question, #studentStory .answer, .student-video-feedback .question, .student-video-feedback .answer {
  font-size: 16px;
}
#studentStory .work, .student-video-feedback .work {
  font-size: 16px;
  display: block;
  margin-top: 30px;
}
#studentStory .close, .student-video-feedback .close {
  color: #48485e;
  font-size: 22px;
}

.students-featured-stories {
  display: block;
  margin-top: 20px;
}
.students-featured-stories a:hover {
  text-decoration: none !important;
}
.students-featured-stories .student-container {
  position: relative;
  min-height: 315px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  cursor: pointer;
  background-color: #4d4d4d;
}
.students-featured-stories .view-it {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0px 0px 2px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 3px;
  font-size: 12px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.students-featured-stories .view-it .big {
  font-size: 14px;
  margin-top: 2px;
}
.students-featured-stories .paul {
  background-image: url("/images/springboard/student_story/paul.png");
}
.students-featured-stories .amy {
  background-image: url("/images/springboard/student_story/amy.png");
}
.students-featured-stories .tim {
  background-image: url("/images/springboard/student_story/tim.png");
}
.students-featured-stories .green-back {
  background: #3ebf9c;
}
.students-featured-stories .grey-back {
  background: #48485e;
}
.students-featured-stories .blue-back {
  background: #10698c;
}
.students-featured-stories .black-back {
  background: #4d4d4d;
}
.students-featured-stories .inner-content {
  color: #fff;
  padding: 60px 40px;
  width: 70%;
  position: absolute;
  z-index: 5;
}
.students-featured-stories .inner-content .pad-reg {
  margin-top: 24px;
}
.students-featured-stories .inner-content .quote {
  position: absolute;
  font-size: 30px;
}
.students-featured-stories .inner-content .open-quote {
  margin-left: -15px;
}
.students-featured-stories .small-inner {
  width: 80%;
}
.students-featured-stories .full-inner {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.students-featured-stories .small-name-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 30px 15px 30px;
}
.students-featured-stories .green-back-dark {
  background: #26ae89;
}
.students-featured-stories .grey-back-dark {
  background: #3a3a4f;
}
.students-featured-stories .blue-back-dark {
  background: #0b5978;
}
.students-featured-stories .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.students-featured-stories .overlay img, .students-featured-stories .overlay .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .students-featured-stories .overlay .coursereport-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 50%;
  overflow-x: hidden;
}
.students-featured-stories .student-container:hover .view-it {
  background-color: #ef2964;
}

.more-students {
  margin-top: 30px;
}
.more-students h3.head {
  margin-bottom: 30px;
  text-align: center;
}
.more-students .more-cards {
  background: #fff;
  border-radius: 2px;
  margin-top: 20px;
  min-height: 110px;
}
.more-students .more-cards a {
  color: inherit;
  padding: 20px 10px;
  display: block;
  min-height: 110px;
}
.more-students a.btn-more {
  background-color: transparent;
  border: 2px solid #dadae2;
  color: #48485e;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.more-students a.btn-more:hover {
  background-color: #efff1d;
}
.more-students .more-sec {
  text-align: center;
  margin-top: 60px;
  padding: 0px 0px 40px 0px;
  width: 100%;
  height: 100%;
}

.sub-footer {
  margin-top: 40px;
  background: #2abf9e;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
.sub-footer .fs-30 {
  font-size: 30px;
}
.sub-footer .check-list {
  text-align: left;
}
.sub-footer .form-group {
  display: inline-block;
  width: 38%;
  float: left;
  margin-right: 20px;
}
.sub-footer button.btn.btn-secondary.btn-lg, .sub-footer .btn-group-lg > button.btn.btn-secondary {
  width: 18%;
  float: left;
  display: inline-block;
}
.sub-footer .form-inline .form-control {
  width: 100%;
}
.sub-footer .small-screen-collapse-nav {
  display: inline-block;
  float: left;
  width: 38%;
  margin-right: 20px;
  padding: 0;
}
.sub-footer .small-screen-collapse-nav .btn {
  background: #1fac8d;
}
.sub-footer .tag-name {
  font-size: 14px;
  text-transform: none;
}
.sub-footer .sub-choice {
  margin: 20px 0px 10px 0px;
}
.sub-footer .bg-green-color {
  background: #1fac8d;
}
.sub-footer .small-screen-collapse-nav ul li {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 10px;
}
.sub-footer a.tag-select {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.footer-diff {
  color: #d6d6d6;
  font-size: 18px;
  padding-right: 60px;
}

.form-inline-stories {
  margin-top: 20px;
}

.check-list {
  height: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.expand-check-list {
  height: 20px;
  overflow: auto;
}

i.arrow-filter {
  transition: all 0.2s ease-in-out;
}

.arrow-rotate {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .sub-footer .form-inline .form-group {
    display: block;
  }
  .sub-footer .form-control {
    height: 45px;
  }
  .sub-footer .form-inline .btn {
    margin-left: 0px;
    height: 45px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .tablet-card h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1095px) {
  .students-featured-stories .inner-content .fs-20 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sub-footer .form-group {
    display: inline-block;
    width: calc(50% - 10px);
    float: left;
    margin-left: 10px;
    margin-right: 0px;
  }
  .sub-footer button.btn.btn-secondary.btn-lg, .sub-footer .btn-group-lg > button.btn.btn-secondary {
    width: 200px;
    float: none;
    display: inline-block;
    margin-top: 25px;
  }
  .sub-footer .small-screen-collapse-nav {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .students-featured-stories .inner-content h4 {
    font-size: 20px;
  }
  .students-featured-stories .inner-content {
    width: 100%;
  }

  .storypage-hero-ctn {
    background-image: url("/images/springboard/student_story/main-small.png");
    background-position: center !important;
  }

  .sub-footer .form-group {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 10px 0px;
  }
  .sub-footer button.btn.btn-secondary.btn-lg, .sub-footer .btn-group-lg > button.btn.btn-secondary {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 0px;
  }
  .sub-footer .small-screen-collapse-nav {
    width: 100%;
    margin-right: 0px;
  }

  .more-students a.btn-more {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .students-featured-stories .inner-content h4 {
    font-size: 18px;
  }
  .students-featured-stories .inner-content h4.designation i {
    font-size: 15px;
  }

  .student-video-feedback .student-details {
    padding: 20px 0px 20px 15px;
  }

  .student-details iframe {
    height: 250px;
  }
}
.quotes-ctn {
  position: relative;
  padding-left: 38px;
}
.quotes-ctn .quote {
  font-weight: bold;
  position: absolute;
  font-size: 72px;
  display: inline-block;
  height: 34px;
  line-height: 1.1em;
}
.quotes-ctn .quote.op {
  left: 0px;
}

.homepage-hero-ctn {
  position: relative;
  overflow: hidden;
  background-image: url("/images/springboard/springboard-online-workshops-homepage-banner_D.3002e116.jpg");
  background-size: cover;
}
.homepage-hero-ctn h1 {
  font-size: 82px;
}
.homepage-hero-ctn .testimonial {
  position: relative;
  padding-left: 10px;
  line-height: 33px;
  padding-top: 10px;
  font-size: 24px;
}
.homepage-hero-ctn .testimonial .quote {
  position: absolute;
  font-size: 30px;
}
.homepage-hero-ctn .testimonial .open-quote {
  left: 0px;
}
.homepage-hero-ctn .read-story-btn-ctn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 20px;
}
.homepage-hero-ctn .student-info {
  padding-left: 10px;
  margin-top: 20px;
}
.homepage-hero-ctn .student-info .name {
  margin-bottom: 0px;
}
.homepage-hero-ctn .student-info .about {
  margin-top: 0px;
  margin-bottom: 40px;
}
.homepage-hero-ctn .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -1px;
  left: 4px;
}
.homepage-hero-ctn h4 {
  font-size: 24px;
  line-height: 1.266666;
}
.homepage-hero-ctn .hero-inner {
  color: #fff;
}
.homepage-hero-ctn .hero-inner .student-info .name {
  margin-bottom: 0px;
  font-size: 24px;
}
.homepage-hero-ctn .hero-inner .student-info .about {
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .homepage-hero-ctn {
    background-position-x: -76px;
  }
  .homepage-hero-ctn h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .homepage-hero-ctn {
    background-image: none;
    background-color: #48485e;
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .homepage-hero-ctn h1 {
    font-size: 30px;
  }
  .homepage-hero-ctn .hero-inner .student-info .name, .homepage-hero-ctn .hero-inner .student-info .about {
    font-size: 18px;
  }
  .homepage-hero-ctn .testimonial {
    font-size: 18px;
  }
  .homepage-hero-ctn .student-info .btn {
    position: relative;
    left: -5px;
  }
  .homepage-hero-ctn .btn {
    width: 100%;
  }
  .homepage-hero-ctn .vertical-center-this {
    display: block;
  }
  .homepage-hero-ctn .m-read-story-btn-ctn {
    background-image: url("/images/springboard/springboard-online-workshops-homepage-banner_m.89c57310.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-right: 0px;
    width: 100%;
    height: 400px;
  }
  .homepage-hero-ctn .m-read-story-btn-ctn .m-ctn {
    position: absolute;
    float: none;
    bottom: 25px;
    width: 100%;
    left: 0px;
    padding: 0px 25px;
  }
  .homepage-hero-ctn .m-read-story-btn-ctn .btn {
    position: static;
    float: none;
  }
}
@media (max-width: 450px) {
  .homepage-hero-ctn .m-read-story-btn-ctn {
    background-position-x: -158px;
  }
}

/* .homepage-hero-ctn{
    h1{
        font-size: 82px;
    }
    @media (max-width: $screen-sm-max) {
        display: none;
    }
    .carousel-inner{
        .hero-inner{
            //min-height: 700px;
            position: relative;
            padding-top: 80px;
            color: #fff;
            padding-bottom: 150px;
        }
        .student-info{
            position: absolute;
            right: 0px;
            bottom: 40px;
            .name{
                margin-bottom: 0px;
            }
            .about{
                margin-top: 0px;
            }
        }
    }

    .carousel-inner{
        .item{
            background-image: url("/images/springboard/home_hero_banner.324db208.jpg");
            background-size: cover;
            background-repeat: no-repeat;
        }
    }
    .separator{
        width: 50px;
        height: 2px;
        background-color: $brand-yellow;
        position: relative;
        top: -8px;
        left: 4px;
    }

    h4{
        font-size: 29px;
        line-height: 1.266666;
    }

  
} */
.workshop-hero-ctn section {
  background-color: #0099bf;
}
.workshop-hero-ctn .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -4px;
}
.workshop-hero-ctn .select-workshop-img-ctn {
  padding: 10px 0px;
  height: 69px;
  background: url("/images/springboard/select_workshop_indicator.299dbad6.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.workshop-hero-ctn .small-screen-collapse-nav .btn {
  font-size: 14px;
}
.workshop-hero-ctn .small-screen-collapse-nav .btn .fa {
  margin-top: 10px;
}
.workshop-hero-ctn .small-screen-collapse-nav #collapse-small-screen-nav ul li {
  margin-top: 10px;
}
.workshop-hero-ctn .nav-tabs {
  padding-left: 10px;
  border-bottom: none;
}
.workshop-hero-ctn .nav-tabs > li {
  width: 33.33%;
  border-right: 2px solid #83839c;
  margin-bottom: 0px;
}
.workshop-hero-ctn .nav-tabs > li:last-child {
  border-right: none;
}
.workshop-hero-ctn .nav-tabs > li .arrow-ctn {
  background: url("/images/springboard/tab_bg.46aba426.png") no-repeat center;
  background-size: cover;
  height: 15px;
  position: absolute;
  bottom: -13px;
  width: 100%;
  display: none;
}
.workshop-hero-ctn .nav-tabs > li > a:hover, .workshop-hero-ctn .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: inherit;
  color: #fff;
  background-color: #3a3a4f;
}
.workshop-hero-ctn .nav-tabs > li.active .arrow-ctn {
  display: block !important;
}
.workshop-hero-ctn .nav-tabs > li.active a {
  color: #333;
  border: none;
  background-color: #fff;
}
.workshop-hero-ctn .nav-tabs > li.active a:hover {
  border: none;
}
.workshop-hero-ctn .nav-tabs > li a {
  font-weight: bold;
  border: none;
  border-radius: 0;
  height: 78px;
  color: #fff;
  margin-right: 0;
  font-size: 18px;
  line-height: 20px;
  padding-top: 17px;
}
.workshop-hero-ctn .nav-tabs > li a span {
  font-size: 16px;
}
.workshop-hero-ctn .small-screen-collapse-nav #mobile-workshops-dd {
  width: 100%;
  top: 96%;
  background-color: #48485e;
}
.workshop-hero-ctn .small-screen-collapse-nav .mobile-dd-item a {
  font-weight: bold;
  text-transform: uppercase;
}
.workshop-hero-ctn .tab-content {
  /*   #foundations-of-data-science-tab{
        background-image: url("/images/springboard/workshops/foundation_of_data_science_banner.png");
    }
    #ux-design-school-tab{
        background-image: url("/images/springboard/workshops/foundation_of_data_science_banner.png");
    }
    #data-science-intensive-tab{
        background-image: url("/images/springboard/workshops/foundation_of_data_science_banner.png");
    } */
}
.workshop-hero-ctn .tab-content .tab-pane {
  min-height: 568px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.workshop-hero-ctn .tab-content .tab-pane .fa-clock-o {
  vertical-align: bottom;
}
.workshop-hero-ctn .tab-content .tab-pane .fa-clock-o, .workshop-hero-ctn .tab-content .tab-pane .days-counter {
  font-size: 24px;
  margin-right: 3px;
}
@media (max-width: 991px) {
  .workshop-hero-ctn .tab-content .tab-pane {
    padding-top: 30px;
    height: auto;
    min-height: inherit;
    padding-bottom: 85px;
    /* .fa-clock-o{
        font-size: 18px;
    }  */
  }
  .workshop-hero-ctn .tab-content .tab-pane .starts-in {
    margin-bottom: 5px;
  }
  .workshop-hero-ctn .tab-content .tab-pane .days-counter {
    font-size: 16px;
  }
  .workshop-hero-ctn .tab-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .workshop-hero-ctn .tab-content .tab-pane {
    padding-bottom: 35px;
    background: none;
  }
  .workshop-hero-ctn .tab-content .tab-pane .btn {
    width: 100%;
  }
  .workshop-hero-ctn .tab-content h1 {
    font-size: 28px;
  }
}

.blog-resources-ctn {
  /* @media (max-width: 1007px){
      #blog-resources-carousel{
          width: 80.3%;
          margin: 0 auto;
      }
      .owl-item:nth-child(odd){
          direction: rtl;
      }
      .resource-card{
          direction: ltr;
      }
  }
  */
}
.blog-resources-ctn .resource-card {
  max-width: 280px;
  border: none;
  display: inline-block;
}
.blog-resources-ctn .thumbnail img, .blog-resources-ctn .thumbnail .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .blog-resources-ctn .thumbnail .coursereport-logo {
  min-height: 170px;
  object-fit: cover;
}
.blog-resources-ctn .thumbnail .caption {
  min-height: 93px;
}
.blog-resources-ctn .thumbnail .caption p, .blog-resources-ctn .thumbnail .caption .above-footer-cta-ctn a, .above-footer-cta-ctn .blog-resources-ctn .thumbnail .caption a {
  margin-bottom: 0;
}
.blog-resources-ctn .carousel .thumbnail {
  width: 271px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.blog-resources-ctn .carousel-indicators {
  bottom: -30px;
}
@media (max-width: 767px) {
  .blog-resources-ctn {
    padding-bottom: 40px;
  }
  .blog-resources-ctn .thumbnail .caption {
    min-height: 76px;
  }
}

.pdf-cta-ctn {
  background-color: #2abf9e;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 151px;
}
.pdf-cta-ctn .btn {
  display: inline-table;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pdf-cta-ctn .resource-head {
    font-size: 16px;
  }
  .pdf-cta-ctn .pdf-title {
    font-size: 18px;
  }
}
.pdf-cta-ctn .form-ctn {
  padding-left: 8%;
}
.pdf-cta-ctn .form-ctn .form-group {
  width: 56%;
}
.pdf-cta-ctn .form-ctn input {
  width: 100%;
  height: 42px;
}
.pdf-cta-ctn .form-inline {
  position: relative;
  background-color: #00c09d;
  z-index: 100;
}
.pdf-cta-ctn .resource-head {
  margin-bottom: 0;
}
.pdf-cta-ctn .pdf-title {
  margin-top: 0;
}
.pdf-cta-ctn .resource-info {
  padding-left: 3%;
}
.pdf-cta-ctn .pdf-image img, .pdf-cta-ctn .pdf-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .pdf-cta-ctn .pdf-image .coursereport-logo {
  max-width: 124%;
}
.pdf-cta-ctn .pdf-image figure {
  position: absolute;
  top: -80px;
  left: -5px;
}
.pdf-cta-ctn .all-resources-link {
  margin-top: 13px;
  display: inline-block;
  color: #efff1d;
}
@media (max-width: 1199px) {
  .pdf-cta-ctn .form-ctn {
    padding-left: 4%;
  }
  .pdf-cta-ctn .form-ctn .form-group {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .pdf-cta-ctn .form-ctn, .pdf-cta-ctn .resource-info {
    padding-left: 6%;
  }
}
@media (max-width: 767px) {
  .pdf-cta-ctn .pdf-image img, .pdf-cta-ctn .pdf-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .pdf-cta-ctn .pdf-image .coursereport-logo {
    width: 85%;
  }
  .pdf-cta-ctn .pdf-image figure {
    left: -15px;
  }
  .pdf-cta-ctn .form-ctn {
    padding-left: 0%;
  }
  .pdf-cta-ctn .form-ctn .form-group, .pdf-cta-ctn .form-ctn .btn {
    width: 100%;
  }
  .pdf-cta-ctn .resource-info {
    padding-left: 170px;
  }
  .pdf-cta-ctn .all-resources-link {
    text-align: center;
    display: block;
  }
}

.lead-gen-quiz-ctn {
  background-image: url("/images/quiz/pg-data-pattern@3x.abe44229.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
}
.lead-gen-quiz-ctn h1 {
  font-size: 48px;
}
.lead-gen-quiz-ctn h1,
.lead-gen-quiz-ctn h4 {
  margin-bottom: 18px;
}
.lead-gen-quiz-ctn .lead-gen-quiz-image img, .lead-gen-quiz-ctn .lead-gen-quiz-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .lead-gen-quiz-ctn .lead-gen-quiz-image .coursereport-logo {
  width: 318px;
  margin-bottom: 18px;
}
.lead-gen-quiz-ctn .lead-gen-quiz-cta {
  margin-bottom: 18px;
}
.lead-gen-quiz-ctn .lead-gen-quiz-cta a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 15px 105px;
  background-color: #00c09d;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  transition: all 0.1s ease-out;
}
.lead-gen-quiz-ctn .lead-gen-quiz-cta a:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
.lead-gen-quiz-ctn .lead-gen-quiz-time p, .lead-gen-quiz-ctn .lead-gen-quiz-time .above-footer-cta-ctn a, .above-footer-cta-ctn .lead-gen-quiz-ctn .lead-gen-quiz-time a {
  font-size: 14px;
  color: #8e8e8e;
}
.lead-gen-quiz-ctn .lead-gen-quiz-time p i, .lead-gen-quiz-ctn .lead-gen-quiz-time .above-footer-cta-ctn a i, .above-footer-cta-ctn .lead-gen-quiz-ctn .lead-gen-quiz-time a i {
  font-size: 16px;
  color: #ccc;
  margin-right: 5px;
}

.how-it-works-ctn .step-ctn li {
  font-size: 19px;
}
.how-it-works-ctn .fa-chevron-down {
  padding: 35px 0px;
  font-size: 24px;
}
.how-it-works-ctn figure {
  overflow: hidden;
}
@media (min-width: 992px) {
  .how-it-works-ctn .col-md-4, .how-it-works-ctn .col-md-8, .how-it-works-ctn .col-sm-8, .how-it-works-ctn .col-sm-4 {
    height: 208px;
  }
  .how-it-works-ctn .step-ctn ul {
    width: 95%;
  }
  .how-it-works-ctn .step-ctn h4 {
    margin-top: 0px;
  }
}
.how-it-works-ctn .left-allign .dotted-line-ctn {
  background: url("/images/springboard/dottedline_lr.e29338e1.png") no-repeat center;
}
.how-it-works-ctn .right-allign .dotted-line-ctn {
  background: url("/images/springboard/dottedline_rl.10e1b867.png") no-repeat center;
}
.how-it-works-ctn .list-ctn .dotted-line-ctn {
  height: 100px;
  background-position-x: 51%;
  background-size: 62%;
}
@media (max-width: 991px) {
  .how-it-works-ctn figure img, .how-it-works-ctn figure .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .how-it-works-ctn figure .coursereport-logo {
    margin: 0 auto;
  }
  .how-it-works-ctn .step-ctn li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .how-it-works-ctn .step-ctn {
    display: block;
    margin-top: 20px;
  }
  .how-it-works-ctn .step-ctn h4 {
    font-size: 18px;
  }
  .how-it-works-ctn .list-ctn .dotted-line-ctn {
    background-size: 92%;
  }
}

.home-workshop-carousel-ctn .dsc-workshop-card .col-md-12 {
  margin-bottom: 30px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-img {
  background-color: #90e1eb;
  height: 400px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-img img, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-img .coursereport-logo {
  max-width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details {
  height: 400px;
  background-color: #467177;
  color: #ffffff;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .intro {
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  margin: 15px 0 5px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details h3 {
  font-family: 'Roboto',sans-serif;
  font-weight: normal;
  font-size: 34px;
  text-transform: capitalize;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a, .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a {
  font-weight: 300;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p:not(:first-child), .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a:not(:first-child) {
  width: 56%;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  margin: 25px auto;
  padding-left: 50px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p:not(:first-child) span, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child) span, .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a:not(:first-child) span {
  float: left;
  margin-left: -40px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p:not(:first-child) span i, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child) span i, .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a:not(:first-child) span i {
  font-size: 30px;
  -webkit-text-stroke: 3px #467177;
  -moz-text-stroke: 3px #467177;
  text-stroke: 3px #467177;
  margin-top: 5px;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .btn-secondary {
  width: 296px;
  height: 68px;
  border-radius: 8px;
  background-color: #efff1d;
  padding: 0;
  line-height: 68px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
  color: #48485e;
}
.home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .btn-secondar:focus, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .btn-secondary:hover, .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .btn-secondary.hover {
  color: #48485e;
  background-color: #e4f10e;
}
@media (max-width: 991px) {
  .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details h3 {
    font-size: 28px;
  }
  .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p:not(:first-child), .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a:not(:first-child) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details h3 {
    font-size: 22px;
  }
  .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .btn-secondary {
    width: 240px;
    height: 48px;
    line-height: 48px;
  }
  .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details p:not(:first-child), .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn .home-workshop-carousel-ctn .dsc-workshop-card .workshop-details a:not(:first-child) {
    width: 100%;
    margin: 35px auto;
  }
}
.home-workshop-carousel-ctn .wk-card .thumbnail {
  position: relative;
  color: #fff;
  height: 400px;
  overflow: hidden;
}
.home-workshop-carousel-ctn .wk-card .thumbnail:hover {
  color: #fff;
}
.home-workshop-carousel-ctn .wk-card .thumbnail.data-science {
  background-color: #15ccc6;
}
.home-workshop-carousel-ctn .wk-card .thumbnail.data-science-intensive {
  background-color: #f46036;
}
.home-workshop-carousel-ctn .wk-card .thumbnail.ux-design {
  background-color: #0099bf;
}
.home-workshop-carousel-ctn .wk-card .thumbnail.up-coming {
  background-color: #a5cfcf;
}
.home-workshop-carousel-ctn .wk-card .wk-details {
  padding: 10px 20px 20px;
  position: absolute;
  height: 400px;
  top: 246px;
  left: 0px;
  background: rgba(51, 49, 49, 0.51);
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  width: 100%;
}
.home-workshop-carousel-ctn .wk-card .wk-details .wk-name-date {
  height: 125px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-workshop-carousel-ctn .wk-card .wk-details .wk-name-date .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -4px;
}
.home-workshop-carousel-ctn .wk-card .wk-details .cta-ctn {
  position: absolute;
  bottom: 35px;
  left: 0px;
  width: 100%;
}

.lp-card a {
  height: 420px;
}
.lp-card .lp-intro {
  height: 115px;
  overflow: hidden;
  margin-bottom: 0px;
  text-overflow: clip;
}
.lp-card .lp-thumb {
  max-height: 190px;
}
.lp-card .lp-stats-ctn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .lp-card-small a {
    height: auto !important;
  }
  .lp-card-small .caption {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-heading-ctn {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading-ctn {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .section-heading-ctn {
    padding-bottom: 20px;
  }
}

.loading-spinner {
  background-image: url("/images/springboard/load.61dbef1f.gif");
  min-height: 56px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 0;
}

#lp-carousel-featured {
  display: block;
}

.resources-hero {
  position: relative;
  overflow: hidden;
  background-color: #f1b623;
}
.resources-hero h1 {
  font-size: 62px;
}
.resources-hero .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .resources-hero .separator {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.resources-hero .hero-inner {
  color: #fff;
}
.resources-hero .resources-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 991px) {
  .resources-hero h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .resources-hero h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .resources-hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .resources-hero h4 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.all-resources-tabs {
  padding: 0;
}
.all-resources-tabs .nav-tabs {
  border: none;
  padding: 0;
}
.all-resources-tabs .nav-tabs h4 {
  font-size: 18px;
}
.all-resources-tabs .nav-tabs > li {
  border-right: 2px solid #83839c;
  margin-bottom: 0px;
}
.all-resources-tabs .nav-tabs > li:last-child {
  border-right: none;
}
.all-resources-tabs .nav-tabs li {
  padding: 0;
  height: 56px;
  margin-bottom: 0px;
}
.all-resources-tabs .nav-tabs li > a {
  padding: 5px 15px 5px 15px;
  margin: 0;
  color: #fff;
  height: 56px;
}
.all-resources-tabs .nav-tabs li > a:hover, .all-resources-tabs .nav-tabs li > a:focus {
  text-decoration: none;
  background-color: inherit;
  color: #fff;
  background-color: #3a3a4f;
}
.all-resources-tabs .nav-tabs li.active .triangle-down {
  width: 100%;
  height: 0;
  padding-left: 50%;
  z-index: 20;
}
.all-resources-tabs .nav-tabs li.active .triangle-down div {
  width: 0;
  height: 0;
  margin-left: -200px;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 15px solid white;
  -moz-transform: scale(0.9999);
}
.all-resources-tabs .nav-tabs li.active a {
  color: #333;
  border: none;
  background-color: #fff;
}
dropdown .all-resources-tabs .nav-tabs li.active a:hover {
  border: none;
  background-color: #fff;
}
.all-resources-tabs .dropdown {
  padding: 8px 15px 8px 15px;
}
.all-resources-tabs .all-resources-btn {
  width: 100%;
  text-align: left;
  background-color: #5b5b76;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.all-resources-tabs .all-resources-btn:focus, .all-resources-tabs .all-resources-btn:hover {
  color: #fff;
  background-color: #5b5b76;
}
.all-resources-tabs .all-resources-btn .fa-angle-down {
  font-size: 24px;
  font-weight: bold;
}
.all-resources-tabs .all-resources-dd {
  box-sizing: border-box;
  background-color: #48485e;
  width: 100%;
  position: relative;
}
.all-resources-tabs .all-resources-dd .mobile-dd-item a {
  font-size: 16px;
}
.all-resources-tabs .all-resources-dd > .active > a,
.all-resources-tabs .all-resources-dd > .active > a:hover,
.all-resources-tabs .all-resources-dd > .active > a:active,
.all-resources-tabs .all-resources-dd > .active > a:focus {
  background-color: transparent;
}
.all-resources-tabs .tab-content {
  padding-bottom: 30px;
  padding-top: 20px;
}
.all-resources-tabs .tab-content .ebook-card,
.all-resources-tabs .tab-content .mini-courses-card,
.all-resources-tabs .tab-content .lp-card {
  direction: ltr;
  text-align: center;
  display: inline-block;
  max-width: 280px;
}
.all-resources-tabs .tab-content .ebook-card > a,
.all-resources-tabs .tab-content .mini-courses-card > a,
.all-resources-tabs .tab-content .lp-card > a {
  position: relative;
}
.all-resources-tabs .tab-content .ebook-card > a .thumbnail,
.all-resources-tabs .tab-content .mini-courses-card > a .thumbnail,
.all-resources-tabs .tab-content .lp-card > a .thumbnail {
  margin-bottom: 5px;
}
.all-resources-tabs .tab-content .ebook-card.col-md-3,
.all-resources-tabs .tab-content .mini-courses-card.col-md-3,
.all-resources-tabs .tab-content .lp-card.col-md-3 {
  padding: 30px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-resources-tabs .tab-content .ebook-card,
  .all-resources-tabs .tab-content .mini-courses-card,
  .all-resources-tabs .tab-content .lp-card {
    padding: 10px 10px;
  }
}
.all-resources-tabs .tab-content .ebook-card .card-new,
.all-resources-tabs .tab-content .mini-courses-card .card-new,
.all-resources-tabs .tab-content .lp-card .card-new {
  background-color: #ef2964;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0px;
}
.all-resources-tabs .tab-content .ebook-card h4,
.all-resources-tabs .tab-content .mini-courses-card h4,
.all-resources-tabs .tab-content .lp-card h4 {
  font-size: 19px;
  color: #222222;
}
@media (min-width: 768px) and (max-width: 991px) {
  .all-resources-tabs .tab-content .ebooks-carousel {
    width: 80% !important;
    margin: 0 auto;
  }
  .all-resources-tabs .tab-content .mini-courses-carousel {
    width: 80% !important;
    margin: 0 auto;
  }
  .all-resources-tabs .tab-content .lp-carousel {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .all-resources-tabs .tab-content #lp-carousel-featured .owl-item, .all-resources-tabs .tab-content #ebooks-carousel .owl-item {
    text-align: center;
  }
}
.all-resources-tabs .tab-content #lp-cards-all, .all-resources-tabs .tab-content #ebooks-cards-all {
  text-align: center;
}
@media (min-width: 992px) {
  .all-resources-tabs .tab-content #lp-carousel-all .owl-wrapper {
    display: block;
    width: 100% !important;
  }
  .all-resources-tabs .tab-content #lp-carousel-all .owl-controls {
    display: none !important;
  }
}
.all-resources-tabs .tab-content .ebook-card img, .all-resources-tabs .tab-content .ebook-card .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .all-resources-tabs .tab-content .ebook-card .coursereport-logo {
  -webkit-box-shadow: 5px 5px 5px 0px #d2d2e0;
  -moz-box-shadow: 5px 5px 5px 0px #d2d2e0;
  box-shadow: 5px 5px 5px 0px #d2d2e0;
}

@media (max-width: 480px) {
  .contribute-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contribute-content-inner {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.contribute-content-inner .contribute-text h3 {
  margin: 0;
}
.contribute-content-inner .contribute-button button {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .contribute-content-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  .contribute-content-inner .contribute-button,
  .contribute-content-inner .contribute-text {
    display: block;
  }
  .contribute-content-inner .contribute-button button,
  .contribute-content-inner .contribute-text button {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
  }
  .contribute-content-inner .contribute-button h3,
  .contribute-content-inner .contribute-text h3 {
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #lp-cards-all > div, #mini-courses-cards-all > div, #ebooks-cards-all > div {
    display: inline-block;
  }
  #lp-cards-all > div:nth-child(odd), #mini-courses-cards-all > div:nth-child(odd), #ebooks-cards-all > div:nth-child(odd) {
    text-align: right;
  }
  #lp-cards-all > div:nth-child(even), #mini-courses-cards-all > div:nth-child(even), #ebooks-cards-all > div:nth-child(even) {
    text-align: left;
  }
  #lp-cards-all > div > div, #mini-courses-cards-all > div > div, #ebooks-cards-all > div > div {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #learning-paths .lp-thumb {
    width: 100px;
    height: auto;
  }
  #learning-paths .lp-card-small {
    width: 100%;
  }
}

.lp-introduction-content .is_stuck {
  margin-left: -18px;
}
.lp-introduction-content .content-ctn {
  padding-right: 22px;
}
.lp-introduction-content .content-ctn ul, .lp-introduction-content .content-ctn ol {
  font-size: initial;
  margin-bottom: 20px;
}
.lp-introduction-content .lp-share-ctn {
  margin-bottom: 40px;
}
.lp-introduction-content .lp-student-profiles {
  margin-bottom: 25px;
}
.lp-introduction-content .lp-student-profiles .gallery-ctn {
  width: 94%;
  margin: 0 auto;
}
.lp-introduction-content .lp-student-profiles .profile-pic {
  width: 16.6%;
  height: 16.8%;
  margin-right: 2.24%;
  margin-bottom: 10px;
  border-radius: 50%;
}
.lp-introduction-content .lp-student-profiles .btn {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .lp-introduction-content .lp-student-profiles .profile-pic {
    /* width: 50px;
    height: 50px;
    margin-right: 7px; */
  }
}
@media (max-width: 767px) {
  .lp-introduction-content .a2a_kit {
    text-align: center;
  }
  .lp-introduction-content .lp-student-profiles {
    text-align: center;
  }
  .lp-introduction-content .lp-student-profiles .gallery-ctn {
    width: 85%;
  }
}

.lp-hero-ctn {
  position: relative;
  background-color: #17BB9C;
}
.lp-hero-ctn .btn-social {
  text-align: center;
}
.lp-hero-ctn h1 {
  font-size: 62px;
}
.lp-hero-ctn .tagline {
  font-size: 20px;
}
.lp-hero-ctn .mobile-banner {
  height: 130px;
  width: 100%;
  background-image: url("/images/springboard/lp_banner_mobile/android.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  background-size: contain;
}
.lp-hero-ctn .lp-data-ctn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.lp-hero-ctn .lp-data-ctn .separator {
  width: 56px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: 13px;
  left: 1px;
}
.lp-hero-ctn .cta-ctn {
  margin-top: 45px;
}
.lp-hero-ctn .cta-ctn .btn {
  width: 340px;
}
@media (max-width: 991px) {
  .lp-hero-ctn h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .lp-hero-ctn {
    background-image: none !important;
    padding-top: 30px;
  }
  .lp-hero-ctn h1 {
    font-size: 30px;
  }
  .lp-hero-ctn .tagline {
    font-size: 18px;
  }
  .lp-hero-ctn .cta-ctn .btn {
    width: 100%;
  }
}
.lp-hero-ctn .scroll-down {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  font-size: 20px;
}
.lp-hero-ctn .scroll-down i {
  cursor: pointer;
}
@media (max-width: 991px) {
  .lp-hero-ctn .scroll-down {
    font-size: 28px;
  }
}
.lp-hero-ctn .lp-data-ctn i.fa {
  margin-right: 5px;
}
.lp-hero-ctn .lp-data-ctn li {
  margin-right: 20px;
  margin-top: 10px;
}

.other-lps-carousel-ctn header {
  margin-bottom: 60px;
}
.other-lps-carousel-ctn header h1 {
  font-size: 47.97px;
}
.other-lps-carousel-ctn .owl-pagination {
  display: none;
}
.other-lps-carousel-ctn #other-lps-carousel {
  width: 76.3%;
  margin: 0 auto;
}
.other-lps-carousel-ctn .lp-card {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}
.other-lps-carousel-ctn .lp-card .tag {
  background-color: #ef2964;
  position: absolute;
  right: 0px;
  padding: 2px 10px;
  top: 10px;
}
.other-lps-carousel-ctn .lp-card .thumbnail {
  max-width: 280px;
  border: 1px solid #ccc;
  padding: 27px 15px 27px;
  border: none;
  position: relative;
}
.other-lps-carousel-ctn .lp-card .thumbnail:hover {
  text-decoration: none;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-thumb {
  height: 200px;
}
.other-lps-carousel-ctn .lp-card .thumbnail .caption {
  padding: 0;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-name {
  font-size: 20px;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-intro {
  font-size: 14px;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-stats-ctn {
  color: #000;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-stats-ctn .hours i {
  margin-right: 5px;
  color: #b0b0b0;
}
.other-lps-carousel-ctn .lp-card .thumbnail .lp-stats-ctn .students i {
  margin-left: 5px;
}
@media (max-width: 1007px) {
  .other-lps-carousel-ctn header {
    margin-bottom: 30px;
  }
  .other-lps-carousel-ctn .owl-pagination {
    display: block;
  }
  .other-lps-carousel-ctn .owl-buttons {
    display: none;
  }
  .other-lps-carousel-ctn .owl-item:nth-child(odd) {
    direction: rtl;
  }
  .other-lps-carousel-ctn .lp-card {
    direction: ltr;
    display: inline-block;
  }
  .other-lps-carousel-ctn header h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .other-lps-carousel-ctn #other-lps-carousel {
    width: 100%;
    margin: 0 auto;
  }
  .other-lps-carousel-ctn header {
    margin-bottom: 14px;
  }
  .other-lps-carousel-ctn .owl-item:nth-child(odd) {
    direction: ltr;
  }
  .other-lps-carousel-ctn .lp-card {
    display: block;
  }
  .other-lps-carousel-ctn header h1 {
    font-size: 28px;
  }
}

.view-curriculum-ctn {
  height: 335px;
  overflow: hidden;
  background-color: #59cdb7;
}
.view-curriculum-ctn .cta-ctn {
  padding: 75px 40px 75px 0px;
}
.view-curriculum-ctn figure img, .view-curriculum-ctn figure .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .view-curriculum-ctn figure .coursereport-logo {
  max-width: 100%;
  height: 100%;
}
.view-curriculum-ctn .wk-curriculum-screenshot {
  background-image: url("/images/springboard/workshops/workshop_screenshot1.png");
  height: 335px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 335px;
}
.view-curriculum-ctn .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 205, 183, 0.65);
}
@media (max-width: 767px) {
  .view-curriculum-ctn {
    height: 365px;
    text-align: center;
  }
  .view-curriculum-ctn .wk-curriculum-screenshot {
    height: 190px;
    margin-top: 20px;
  }
  .view-curriculum-ctn h4 {
    font-size: 18px;
  }
  .view-curriculum-ctn .cta-ctn {
    padding: 45px 0px 0px 0px;
  }
}

.lp-authors-carousel-ctn {
  padding: 36px 0px;
}
@media (min-width: 768px) {
  .lp-authors-carousel-ctn .col-sm-10 {
    padding: 0px 45px;
  }
  .lp-authors-carousel-ctn .owl-pagination {
    display: none;
  }
  .lp-authors-carousel-ctn .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .lp-authors-carousel-ctn .col-sm-2 h4 {
    position: absolute;
    top: 50%;
    margin-top: -18px;
  }
}
.lp-authors-carousel-ctn .profile-card {
  padding: 0px 10px;
}
.lp-authors-carousel-ctn .profile-card.alone .author-pic {
  margin-right: 0;
}
.lp-authors-carousel-ctn .profile-card.alone .author-intro-ctn {
  width: 83.33333%;
  padding-right: 0;
}
.lp-authors-carousel-ctn .profile-card.alone .author-name, .lp-authors-carousel-ctn .profile-card.alone .author-designation {
  margin-top: 0;
}
@media (max-width: 767px) {
  .lp-authors-carousel-ctn .profile-card.alone .author-name, .lp-authors-carousel-ctn .profile-card.alone .author-designation {
    margin-left: 0px;
    margin-top: 4px;
  }
}
.lp-authors-carousel-ctn .profile-card.alone .tagline {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .lp-authors-carousel-ctn .profile-card.alone .tagline {
    margin-top: 10px;
  }
}
.lp-authors-carousel-ctn .profile-card .tagline {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}
.lp-authors-carousel-ctn .profile-card .author-name {
  margin-bottom: 0;
}
.lp-authors-carousel-ctn .profile-card .author-designation {
  margin-top: 0;
}
.lp-authors-carousel-ctn .profile-card .author-pic {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
.lp-authors-carousel-ctn .profile-card .author-pic img, .lp-authors-carousel-ctn .profile-card .author-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .lp-authors-carousel-ctn .profile-card .author-pic .coursereport-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lp-authors-carousel-ctn .profile-card .author-intro-ctn {
  display: inline-block;
  width: 73%;
}
@media (max-width: 767px) {
  .lp-authors-carousel-ctn {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .lp-authors-carousel-ctn .carousel-title {
    font-size: 24px;
  }
  .lp-authors-carousel-ctn .row {
    text-align: center;
  }
  .lp-authors-carousel-ctn .owl-buttons {
    display: none;
  }
  .lp-authors-carousel-ctn .owl-pagination {
    display: block;
  }
  .lp-authors-carousel-ctn .profile-card .author-pic {
    margin-right: 10px;
  }
  .lp-authors-carousel-ctn .profile-card .author-intro-ctn {
    width: auto !important;
  }
}

.a2a_kit a {
  cursor: pointer;
  text-decoration: none;
}
.a2a_kit a:hover {
  text-decoration: none;
}

.lp-view-curriculum-btn {
  text-align: center;
}

.lp-cta-btn {
  text-transform: uppercase;
}

.workshop-registration-ctn {
  padding: 5px 30px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn {
    padding: 5px 0px;
  }
  .workshop-registration-ctn .sb-logo {
    padding-left: 20px;
  }
}
.workshop-registration-ctn .payment-steps {
  margin-top: 14px;
  height: 66px;
  padding: 15px 42px;
  color: #a4a4af;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.workshop-registration-ctn .payment-steps .separator {
  position: absolute;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  left: 31px;
  width: 82%;
  background-color: #a4a4af;
}
.workshop-registration-ctn .payment-steps .separator .filler {
  background-color: #00c09d;
  background-color: #00c09d;
  height: 2px;
  width: 0%;
}
.workshop-registration-ctn .payment-steps .step-count-ctn {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  font-size: 18px;
}
.workshop-registration-ctn .payment-steps .step-count-ctn.step1, .workshop-registration-ctn .payment-steps .step-count-ctn.step2 {
  padding-right: 18px;
}
.workshop-registration-ctn .payment-steps .step-count-ctn.step2, .workshop-registration-ctn .payment-steps .step-count-ctn.step3 {
  padding-left: 18px;
}
.workshop-registration-ctn .payment-steps .step-count-ctn.active {
  color: #48485e;
}
.workshop-registration-ctn .payment-steps .step-count-ctn.active .step-count {
  background-color: #00c09d;
  color: #fff;
}
.workshop-registration-ctn .payment-steps .step-count {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 15px;
  background-color: #efeff6;
  border-radius: 50%;
  color: #a4a4af;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
}
.workshop-registration-ctn .payment-steps .line {
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #a4a4af;
  display: inline-block;
  margin-top: 18px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .payment-steps {
    padding: 15px 30px;
  }
  .workshop-registration-ctn .payment-steps .step-count-ctn.step1, .workshop-registration-ctn .payment-steps .step-count-ctn.step2 {
    padding-right: 5px;
  }
  .workshop-registration-ctn .payment-steps .step-count-ctn.step2, .workshop-registration-ctn .payment-steps .step-count-ctn.step3 {
    padding-left: 8px;
  }
}
.workshop-registration-ctn .workshop-details-ctn {
  padding-left: 40px;
  border-left: 1px solid #a4a4af;
}
.workshop-registration-ctn .workshop-details-ctn .title {
  font-size: 21px;
}
.workshop-registration-ctn .workshop-details-ctn .separator {
  border-bottom: 1px solid #a4a4af;
  width: 50px;
  margin: 15px 0px;
}
.workshop-registration-ctn .workshop-details-ctn .list-checked {
  margin-bottom: 0px;
  padding-left: 40px;
}
.workshop-registration-ctn .workshop-details-ctn .list-checked li {
  margin-bottom: 10px;
  font-size: 16px;
}
.workshop-registration-ctn .workshop-details-ctn .badge-ctn {
  margin-top: 25px;
}
.workshop-registration-ctn .workshop-details-ctn .badge-ctn figure {
  width: 50px;
  height: 60px;
  margin-right: 5px;
}
.workshop-registration-ctn .workshop-details-ctn .badge-ctn h5 {
  position: relative;
  top: 6px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-details-ctn {
    padding-left: 0px;
    padding-top: 20px;
    border-top: 2px solid #a4a4af;
    border-left: none;
  }
  .workshop-registration-ctn .workshop-details-ctn .workshop-name {
    font-size: 24px;
  }
  .workshop-registration-ctn .workshop-details-ctn .badge-ctn h5 {
    top: 14px;
  }
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-details-ctn .badge-ctn h5 {
    top: 0px;
  }
}
.workshop-registration-ctn .workshop-payment-ctn {
  padding: 20px 30px 40px;
  margin-top: 10px;
  /* > .row{
      margin-top: 20px;
  } */
}
.workshop-registration-ctn .workshop-payment-ctn .user-registration-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.workshop-registration-ctn .workshop-payment-ctn .display-email {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.workshop-registration-ctn .workshop-payment-ctn .align-beside {
  font-size: 11px;
  position: absolute;
  top: 0;
  line-height: 1;
  text-align: left;
  right: -208px;
  width: 190px;
}
.workshop-registration-ctn .workshop-payment-ctn .exp-logout {
  display: none;
}
.workshop-registration-ctn .workshop-payment-ctn .login-msg, .workshop-registration-ctn .workshop-payment-ctn .logout-msg {
  margin-top: 11px;
}
.workshop-registration-ctn .workshop-payment-ctn .cohort-notice-text {
  margin-top: 8px;
}
.workshop-registration-ctn .workshop-payment-ctn .zero-margin {
  margin: 0;
}
.workshop-registration-ctn .workshop-payment-ctn .user-registration-form label.error {
  display: none !important;
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-payment-ctn .align-beside {
    position: static;
    margin-top: 0;
    width: 100%;
  }
  .workshop-registration-ctn .workshop-payment-ctn .pull-right-xs {
    float: right;
    margin-bottom: 10px;
  }
  .workshop-registration-ctn .workshop-payment-ctn .cohort-notice-text {
    margin-bottom: 10px;
  }
  .workshop-registration-ctn .workshop-payment-ctn .login-msg {
    margin-top: 5px;
  }
}
.workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn {
  position: relative;
  margin-top: 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn button.btn-tertiary {
  min-width: 198px;
  text-align: left;
}
.workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn .dropdown-menu {
  width: 100%;
  width: 100%;
  margin-top: 0px;
  background-color: #EFEFF6;
}
.workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn .dropdown-menu li a {
  color: #48485e;
  padding: 6px 12px;
}
@media (max-width: 1199px) {
  .workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-payment-ctn .workshop-cohort-ctn {
    text-align: left;
  }
}
.workshop-registration-ctn .workshop-payment-ctn .apply-coupon-link-ctn a.show-promo-box-link {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.workshop-registration-ctn .workshop-payment-ctn .apply-coupon-link-ctn .promo-code-success-msg {
  margin-top: 20px;
}
.workshop-registration-ctn .workshop-payment-ctn .apply-coupon-link-ctn form {
  margin-top: 20px;
}
.workshop-registration-ctn .workshop-payment-ctn .apply-coupon-link-ctn form .form-group {
  width: 53%;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn {
 /* .cc-number.visa + .input-group-addon .payment-card-img{
     background-position-x: 298px;
 }

 .cc-number.mastercard + .input-group-addon .payment-card-img{
     background-position-x: -95px;
 } */
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .sec-title {
  margin-top: 0;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .payment-error-message {
  border: 1px solid #ef2964;
  padding: 5px 15px;
  color: #ef2964;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .payment-card-img {
  background-image: url("../images/springboard/workshops/credit-cards-sprite.png");
  width: 44px;
  height: 28px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.visa + .input-group-addon .payment-card-img {
  background-position: 298px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.mastercard + .input-group-addon .payment-card-img {
  background-position: -95px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.amex + .input-group-addon .payment-card-img {
  background-position: -44px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.discover + .input-group-addon .payment-card-img {
  background-position: -293px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.dinersclub + .input-group-addon .payment-card-img {
  background-position: -343px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.jcb + .input-group-addon .payment-card-img {
  background-position: -686px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .cc-number.unknown + .input-group-addon .payment-card-img {
  background-position: -837px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price {
  font-size: 16px;
  margin: 10px 0px 10px;
  position: relative;
  overflow: hidden;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price p, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price a {
  font-size: 16px;
  margin: 0;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .msg, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .price-ctn {
  background: #fff;
  position: relative;
  z-index: 100;
  display: inline-block;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .wk-price {
  display: inline-block;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .strikethrough {
  text-decoration: line-through;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .discount-price {
  margin-top: 15px;
  font-size: 0.8em;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .msg {
  padding-right: 6px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price .price-ctn {
  padding-left: 6px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .workshop-price {
    margin: 10px 0px 5px;
    max-width: 100%;
  }
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn {
  margin-top: 20px;
  width: 58%;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-ctn {
  position: relative;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-ctn button {
  display: inline-block;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-notice-text {
  position: absolute;
  top: 7px;
  line-height: 1;
  text-align: left;
  padding-left: 23px;
  font-size: 12px;
  right: -192px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-notice-text figure {
  width: 27px;
  height: 33px;
  margin-right: 10px;
  margin-top: 1px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-notice-text span {
  padding-top: 2px;
  display: inline-block;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn input#cc-number {
  border-right: none !important;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .or-sep {
  border-bottom: 1px solid #a4a4af;
  text-align: center;
  margin: 15px 0px 30px 0px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .or-sep span {
  background: #fff;
  position: relative;
  top: 10px;
  color: #a4a4af;
  padding: 0 5px;
}
.workshop-registration-ctn .workshop-payment-ctn .payment-ctn .paypal-ctn, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .strip-pay-btn-ctn {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn {
    width: 100%;
    text-align: left;
  }
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn {
    width: 100%;
  }
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-notice-text {
    display: block;
    position: static;
    margin-top: 28px;
    padding-left: 0px;
    padding-top: 30px;
  }
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-ctn .enroll-notice-text span {
    padding-top: 10px;
  }
  .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .form-group, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .enroll-ctn button, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .or-sep, .workshop-registration-ctn .workshop-payment-ctn .payment-ctn .paypal-ctn {
    width: 100% !important;
  }
}
.workshop-registration-ctn .workshop-accounts-ctn {
  padding: 29px 30px;
  margin-top: 10px;
}
.workshop-registration-ctn .workshop-accounts-ctn > .row {
  margin-top: 20px;
}
.workshop-registration-ctn .workshop-accounts-ctn .form-ctn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.workshop-registration-ctn .workshop-accounts-ctn .sec-title {
  margin-top: -10px;
}
.workshop-registration-ctn .workshop-accounts-ctn .social-login-btns {
  margin-top: 20px;
  margin-bottom: 30px;
}
.workshop-registration-ctn .workshop-accounts-ctn .account-auth-ctn {
  padding-right: 40px;
}
.workshop-registration-ctn .workshop-accounts-ctn .login-form-label, .workshop-registration-ctn .workshop-accounts-ctn .signup-form-link-ctn, .workshop-registration-ctn .workshop-accounts-ctn .login-form {
  display: none;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-accounts-ctn {
    padding: 29px 20px;
  }
  .workshop-registration-ctn .workshop-accounts-ctn .sec-title {
    text-align: center;
  }
  .workshop-registration-ctn .workshop-accounts-ctn .account-auth-ctn {
    border-right: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-accounts-ctn .sec-title {
    text-align: left;
  }
  .workshop-registration-ctn .workshop-accounts-ctn .account-auth-ctn {
    padding-right: 20px;
  }
  .workshop-registration-ctn .workshop-accounts-ctn .account-auth-ctn {
    width: 100%;
    margin-bottom: 40px;
  }
  .workshop-registration-ctn .workshop-accounts-ctn .account-auth-ctn .social-login-btns .btn {
    margin-bottom: 10px;
  }
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn {
  padding: 20px 30px;
  margin-top: 10px;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .testimonial-ctn {
  height: 71px;
  display: table;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .student-testimonial {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .student-testimonial .quote {
  font-size: 52px;
  font-weight: bold;
  color: #a5a5af;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card {
  position: relative;
  padding-left: 35px;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card .curly-brace {
  position: absolute;
  left: 0px;
  font-size: 66px;
  top: -19px;
  color: #a4a4af;
  font-weight: 100;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card figure {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card figure img, .workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card figure .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card figure .coursereport-logo {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card .student-name {
  margin-bottom: 5px;
  padding-top: 5px;
}
.workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card .student-designation {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .workshop-registration-ctn .wk-payment-user-testimonial-ctn .testimonial-ctn {
    height: auto;
  }
  .workshop-registration-ctn .wk-payment-user-testimonial-ctn .user-card {
    padding-left: 0px;
  }
}
.workshop-registration-ctn .workshop-start-learning-ctn {
  padding: 29px 30px;
  margin-top: 10px;
  margin-bottom: 100px;
}
.workshop-registration-ctn .workshop-start-learning-ctn > .row {
  margin-top: 20px;
}
.workshop-registration-ctn .workshop-start-learning-ctn .next-steps-ctn {
  padding-right: 40px;
}
.workshop-registration-ctn .workshop-start-learning-ctn .next-steps-ctn h5 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .workshop-registration-ctn .workshop-start-learning-ctn .sec-title {
    text-align: center;
  }
  .workshop-registration-ctn .workshop-start-learning-ctn .next-steps-ctn {
    text-align: center;
    border-right: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .workshop-registration-ctn .workshop-start-learning-ctn .next-steps-ctn {
    width: 100%;
    margin-bottom: 40px;
  }
}

iframe[name='google_conversion_frame'], img[src*="googleads"], .reviews-ctn .reviews-coursereport-ctn [src*="googleads"].coursereport-logo {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.future-cohort-thanks-page {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}
.future-cohort-thanks-page .list-checked {
  margin-top: 8px;
}

.brand-highlight {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3px;
  background-color: #00c09d;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 0 10px;
  vertical-align: middle;
}

.tos-checkbox {
  padding: 25px 0px 0px 0px;
}
.tos-checkbox a {
  text-decoration: underline;
  color: #48485e;
  -webkit-transition: underline .2s ease-out,color .2s ease-out;
  transition: underline .2s ease-out,color .2s ease-out;
}
.tos-checkbox a:hover {
  text-decoration: none;
  color: #4f8ab0;
}
.tos-checkbox input[type="checkbox"] {
  height: 12px;
  margin-right: 5px;
  background-color: #FFF;
  border: solid 1px #48485e;
}
.tos-checkbox label {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #48485e;
}

body {
  overflow-x: hidden;
}

#email-verification-wrapper {
  background-color: #00c09d;
  width: 100%;
  text-align: center;
}
#email-verification-wrapper #email-verification-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding: 11px 0;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-bottom: 0;
}
#email-verification-wrapper #email-verification-text #resend-verification {
  margin-left: 15px;
}
#email-verification-wrapper #email-verification-text #resend-verification #resend-verification-btn {
  background-color: #00c09d;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 991px) {
  #email-verification-wrapper #email-verification-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #email-verification-wrapper #email-verification-text {
    font-size: 12px;
    padding: 15px 5px;
  }
}

.django-message-errors {
  background-color: #ffdadf;
  border-radius: 8px;
  padding: 12px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #d0021b;
  display: inline-block;
}
.django-message-errors p, .django-message-errors .above-footer-cta-ctn a, .above-footer-cta-ctn .django-message-errors a {
  margin: 0;
}

.login-errors {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#springboard-brand {
  margin: 25px auto;
}
#springboard-brand #springboard-logo {
  width: 138px;
  height: 30.1px;
}
@media (max-width: 991px) {
  #springboard-brand {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #springboard-brand {
    width: 100%;
    margin-left: 10px;
  }
}

#payment-flow .form-group, #payment-confirmation .form-group {
  position: relative;
  display: inline-block;
}
#payment-flow .input-group, #payment-confirmation .input-group {
  display: inline;
}
#payment-flow label.error::after, #payment-confirmation label.error::after {
  content: '';
  position: absolute;
  right: 3px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ef2964;
  border-top: none;
  clear: both;
}
#payment-flow .form-group.has-error .form-control-error-icon, #payment-confirmation .form-group.has-error .form-control-error-icon {
  display: inline-block;
}
#payment-flow .has-error input.error, #payment-confirmation .has-error input.error {
  border: solid 1px #EF2964 !important;
}
#payment-flow label.error, #payment-confirmation label.error {
  background-color: #ef2964;
  float: right;
  text-transform: none;
  padding: 2px 10px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
  position: absolute;
  right: 8.5px;
  bottom: -29px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #fff !important;
  z-index: 100;
}
#payment-flow .form-group .form-control-error-icon, #payment-confirmation .form-group .form-control-error-icon {
  color: #EF2964;
  position: absolute;
  right: 14px;
  top: 62px;
  font-size: 17px;
  display: none;
}
#payment-flow input.error ~ .form.control-error-icon, #payment-confirmation input.error ~ .form.control-error-icon {
  display: inline-block !important;
}
#payment-flow input.error, #payment-confirmation input.error {
  border: solid 1px #ef2964;
}

#payment-flow {
  margin: 0 auto 80px;
  /* #payment-content */
}
#payment-flow #payment-content {
  border: solid 1px #eaeaea;
  /* #user-details */
  /* #date-payment */
  /* #payment-form-wrapper */
}
#payment-flow #payment-content .right-col-wrapper {
  direction: rtl;
}
@media screen and (max-width: 992px) {
  #payment-flow #payment-content .right-col-wrapper {
    direction: ltr;
  }
}
#payment-flow #payment-content #user-details {
  padding: 25px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  /* .user-form */
  /* #course-details */
}
#payment-flow #payment-content #user-details .user-form {
  /* #user-form */
}
#payment-flow #payment-content #user-details .user-form .help-text {
  font-family: "Roboto", sans-serif;
  color: #48485e;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-top: 5px;
}
#payment-flow #payment-content #user-details .user-form .form-title {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #000000;
  padding: 0;
  margin: 25px 0 0;
}
#payment-flow #payment-content #user-details .user-form #user-form label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #48485e;
  margin: 25px 0 5px 0;
}
#payment-flow #payment-content #user-details .user-form #user-form input {
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  border: solid 1px rgba(123, 123, 123, 0.27);
  height: 47px;
  padding: 0 10px;
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  font-family: ArialMT, sans-serif;
  letter-spacing: 0.6px;
  color: #1c1c1c;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #user-details .user-form #user-form input:focus, #payment-flow #payment-content #user-details .user-form #user-form select:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #user-details .user-form #user-form #email {
  width: 380px;
}
#payment-flow #payment-content #user-details .user-form #user-form .name {
  display: inline-block;
}
#payment-flow #payment-content #user-details .user-form #user-form .name:first-child {
  margin-right: 16px;
}
#payment-flow #payment-content #user-details .user-form .label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #48485e;
  margin: 25px 0 15px 0;
  text-align: left;
  padding: 0;
}
#payment-flow #payment-content #user-details .user-form #user-name {
  margin: 15px 50px 15px 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'ArialMT', sans-serif;
  letter-spacing: 0.6px;
  color: #1c1c1c;
}
#payment-flow #payment-content #user-details .user-form #user-name .user-pic {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
#payment-flow #payment-content #user-details .user-form .log-out {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #48485e;
}
#payment-flow #payment-content #user-details .user-form .log-out .logout-btn {
  font-weight: bold;
  color: #2d87b0;
}
#payment-flow #payment-content #user-details .user-form .email-label {
  margin-top: 30px;
}
#payment-flow #payment-content #user-details .user-form .email {
  font-family: 'ArialMT', sans-serif;
  letter-spacing: 0.6px;
  color: #1c1c1c;
  margin-bottom: 15px;
}
#payment-flow #payment-content #user-details #course-details {
  direction: ltr;
  padding: 24px;
  width: 329px;
  border-radius: 3px;
  background-color: #f7f7fb;
  border: solid 1px rgba(179, 179, 179, 0.38);
}
#payment-flow #payment-content #user-details #course-details h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  padding: 0;
  margin: 0 0 18px 0;
}
#payment-flow #payment-content #user-details #course-details .course-points .point {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0;
  margin: 12px 0;
}
#payment-flow #payment-content #user-details #course-details .course-points .point .fa-check {
  color: #b4b4b4;
}
#payment-flow #payment-content #user-details #course-details .course-points .point span {
  display: inline-block;
}
#payment-flow #payment-content #user-details #course-details .course-points .point span:first-child {
  margin-right: 10px;
  vertical-align: top;
}
#payment-flow #payment-content #user-details #course-details .course-points .point span.text {
  max-width: 90%;
}
@media (max-width: 991px) {
  #payment-flow #payment-content #user-details #course-details {
    width: auto;
  }
}
@media (max-width: 767px) {
  #payment-flow #payment-content #user-details {
    padding: 12px;
  }
  #payment-flow #payment-content #user-details .user-form #user-form .name:first-child {
    margin-right: 5px;
  }
  #payment-flow #payment-content #user-details .user-form #user-form .name label.error {
    width: 143px;
  }
  #payment-flow #payment-content #user-details .user-form #user-form input {
    width: 142px;
  }
  #payment-flow #payment-content #user-details .user-form #user-form #email {
    width: 280px;
  }
  #payment-flow #payment-content #user-details .user-form .log-out {
    display: block;
    margin-top: 10px;
  }
  #payment-flow #payment-content #user-details #course-details {
    width: auto;
  }
  #payment-flow #payment-content #user-details #course-details .course-points .point {
    font-size: 12px;
  }
}
#payment-flow #payment-content #date-payment {
  background-color: #F9F9FC;
  padding: 25px;
  font-family: "Roboto", sans-serif;
  /* #start-date */
  /* #payment-options */
  /* #student-testimonal */
  /* .coupon-wrapper */
}
#payment-flow #payment-content #date-payment #start-date #select-date {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 30px 0 15px 0;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown {
  width: 375px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date, #payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  padding: 13px 0 13px 15px;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date .few-spots, #payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date .few-spots {
  color: #00c09d;
  margin-left: 15px;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date .fa-caret-down::before, #payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date .fa-caret-down::before {
  position: absolute;
  right: 15px;
  top: 16px;
  color: #48485e;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date {
  border: solid 1px rgba(123, 123, 123, 0.27);
  border-radius: 3px;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date {
  display: block;
  width: 375px;
  cursor: pointer;
  border: solid 1px rgba(123, 123, 123, 0.27);
  border-top: none;
  transition: all 0.2s ease-out;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date:hover {
  background-color: #f9f9fb;
  transition: all 0.2s ease-out;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown .start-date:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown ul {
  list-style: none;
  position: relative;
  padding: 0;
  display: none;
  transition: all 0.5s ease-in;
}
#payment-flow #payment-content #date-payment #start-date #start-date-dropdown.single {
  cursor: default;
}
#payment-flow #payment-content #date-payment #start-date .section-title {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
#payment-flow #payment-content #date-payment #our-guarantee {
  font-family: "Roboto", sans-serif;
  direction: ltr;
  background-color: #f7f7fb;
  padding: 24px;
  border: solid 1px rgba(179, 179, 179, 0.38);
  border-radius: 3px;
  width: 329px;
}
#payment-flow #payment-content #date-payment #our-guarantee .primary-headline {
  background-color: #ffffff;
  letter-spacing: 0.2px;
  color: #000000;
  border-radius: 100px;
  padding-right: 2px;
  border: solid 1px #cfe204;
}
#payment-flow #payment-content #date-payment #our-guarantee .primary-headline img, #payment-flow #payment-content #date-payment #our-guarantee .primary-headline .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #payment-flow #payment-content #date-payment #our-guarantee .primary-headline .coursereport-logo {
  width: 39.8px;
  height: 39.8px;
  display: inline-block;
  margin-right: 6px;
}
#payment-flow #payment-content #date-payment #our-guarantee .text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0;
}
#payment-flow #payment-content #date-payment #payment-options {
  /* #single-payment */
  /* #multiple-payment */
}
#payment-flow #payment-content #date-payment #payment-options .payment-text {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 30px 0;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .price, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .price {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #00c09d;
  margin: 30px 0 5px 0;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .price.climb, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .price.climb {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  clear: both;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .price.climb .climb-msg, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .price.climb .climb-msg {
  color: #48485e;
  font-size: 13px;
  font-weight: 600;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .price .discount-price, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .price .discount-price {
  color: #ef2964;
  letter-spacing: 0.7px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  text-decoration: line-through;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .price .coupon-change-duration, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .price .coupon-change-duration {
  font-size: 18px;
  margin-left: 10px;
  font-weight: normal;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .course-duration, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .course-duration {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 5px 0 15px 0;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .help-text, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .help-text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #48485e;
  margin: 0;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .help-text span, #payment-flow #payment-content #date-payment #payment-options #multiple-payment .help-text span {
  display: block;
}
#payment-flow #payment-content #date-payment #payment-options #single-payment .wrapper {
  padding-left: 15px;
  width: 257px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment {
  /* .plan */
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment #plan_id-error {
  display: inline-block;
  position: absolute;
  top: -32px;
  height: 23px;
  padding: 0 10px;
  width: 180px;
  right: 75px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment #plan_id-error::after {
  display: none;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan {
  border: solid 1px rgba(123, 123, 123, 0.67);
  display: inline-block;
  width: 255px;
  vertical-align: top;
  position: relative;
  height: 336px;
  border-radius: 4px;
  background-color: #ffffff;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan.credit {
  width: 100%;
  height: auto;
  max-width: 600px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child {
  border-right: none;
  margin-right: -3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child .select {
  border-top-left-radius: 4px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child .select {
  border-top-right-radius: 4px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child .popular:last-child {
  border-bottom-right-radius: 3px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select {
  background-color: #F7F7F7;
  display: block;
  padding: 10px 20px;
  position: relative;
  float: left;
  width: 100%;
  color: #000000;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select label {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  padding: 0px 25px 0px 35px;
  margin: 5px auto;
  z-index: 9;
  cursor: pointer;
  letter-spacing: 0.6px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select .check {
  display: block;
  position: absolute;
  border: solid 1px #979797;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  top: 14px;
  left: 20px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select .check::before {
  display: block;
  position: absolute;
  content: " ";
  border-radius: 50%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 4px;
  margin: auto;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .select input[type=radio]:checked ~ .check::before {
  background: #636363;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details {
  background-color: #ffffff;
  padding: 0 20px 0;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .price {
  margin: 15px 0 5px 0;
  padding-top: 55px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .price.climb {
  padding: 0;
  margin: 30px 0;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .no-climb-credit {
  margin: 20px 0;
  font-size: 14px;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .no-climb-credit .other-payment-options:hover {
  text-decoration: none;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .course-duration .save {
  color: #00c09d;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .details .popular {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  background-color: #00c09d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  margin: 0;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .message-content {
  float: left;
  width: 60%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .message-content {
    width: 70%;
  }
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .climb-credit {
  float: right;
  width: 40%;
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .climb-credit .climb-credit-logo {
  max-width: 108px;
  float: right;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .climb-credit {
    width: 30%;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan .climb-credit .climb-credit-logo {
    max-width: 95%;
  }
}
#payment-flow #payment-content #date-payment #payment-options #multiple-payment .btn.finance-approved {
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #00c09d;
  background-color: #fff;
  padding: 10px 27px;
  border-radius: 8px;
  border: solid 1px #00c09d;
  text-transform: initial;
  margin-top: 20px;
  font-weight: 300;
  display: block;
}
#payment-flow #payment-content #date-payment #student-testimonal {
  direction: ltr;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7fb;
  padding: 24px;
  border: solid 1px rgba(179, 179, 179, 0.38);
  border-radius: 3px;
  width: 329px;
  margin-top: 80px;
}
#payment-flow #payment-content #date-payment #student-testimonal .primary-text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #48485e;
  margin-top: 0;
  position: relative;
}
#payment-flow #payment-content #date-payment #student-testimonal .primary-text .open-quote {
  position: relative;
  right: 3px;
}
#payment-flow #payment-content #date-payment #student-testimonal .primary-text .close-quote {
  position: absolute;
}
#payment-flow #payment-content #date-payment #student-testimonal #student-text {
  color: #48485e;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 0;
}
#payment-flow #payment-content #date-payment #student-testimonal #student-text #student-pic {
  display: inline-block;
  float: left;
}
#payment-flow #payment-content #date-payment #student-testimonal #student-text #student-pic img, #payment-flow #payment-content #date-payment #student-testimonal #student-text #student-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #payment-flow #payment-content #date-payment #student-testimonal #student-text #student-pic .coursereport-logo {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #payment-flow #payment-content #date-payment {
    /* #payment-options-tab */
  }
  #payment-flow #payment-content #date-payment #start-date #start-date-dropdown {
    width: auto;
  }
  #payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date-dropdown-list .start-date {
    width: auto;
  }
  #payment-flow #payment-content #date-payment #our-guarantee {
    width: auto;
    margin: 15px 0;
  }
  #payment-flow #payment-content #date-payment #our-guarantee .primary-headline {
    display: inline-block;
    padding-right: 18px;
  }
  #payment-flow #payment-content #date-payment #payment-options #single-payment .wrapper {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan {
    width: 100%;
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
    height: 255px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan #plan_id-error {
    left: -458px;
    right: 0;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child {
    border-radius: 4px;
    border: solid 1px rgba(123, 123, 123, 0.67);
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child .select {
    border-top-right-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child {
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
    margin-top: 5px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child .select {
    border-top-left-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #student-testimonal {
    width: auto;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #payment-flow #payment-content #date-payment {
    padding: 20px 10px;
    /* #payment-options-mobile */
  }
  #payment-flow #payment-content #date-payment #start-date #start-date-dropdown {
    width: auto;
  }
  #payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date-text {
    font-size: 14px;
  }
  #payment-flow #payment-content #date-payment #start-date #start-date-dropdown #start-date-dropdown-list .start-date {
    width: auto;
    font-size: 14px;
  }
  #payment-flow #payment-content #date-payment #our-guarantee {
    width: auto;
    margin: 15px 0;
  }
  #payment-flow #payment-content #date-payment #our-guarantee .primary-headline {
    font-size: 12px;
    display: inline-block;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment {
    margin-top: 20px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan {
    height: 280px;
    width: 100%;
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan #plan_id-error {
    left: -117px;
    right: 0;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child {
    border-radius: 4px;
    border: solid 1px rgba(123, 123, 123, 0.67);
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child .select {
    border-top-right-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child {
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
    margin-top: 5px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child .select {
    border-top-left-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #student-testimonal {
    width: auto;
    margin-top: 15px;
  }
  #payment-flow #payment-content #date-payment #student-testimonal .primary-text {
    font-size: 12px;
  }
}
#payment-flow #payment-content #date-payment .coupon-wrapper {
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}
#payment-flow #payment-content #date-payment .coupon-wrapper .coupon-text {
  color: #00c09d;
  margin: 0 0 6px 0;
}
#payment-flow #payment-content #date-payment .coupon-wrapper .coupon-text .icon {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#payment-flow #payment-content #date-payment .coupon-wrapper .your-payment {
  color: #000000;
  margin: 0 0 0 20px;
}
#payment-flow #payment-content #date-payment .coupon-wrapper .your-payment .default-price {
  text-decoration: line-through;
}
#payment-flow #payment-content #date-payment .coupon-wrapper .your-payment .discount-price {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 12px 10px;
}
@media (max-width: 767px) {
  #payment-flow #payment-content #date-payment .coupon-wrapper .coupon-wrapper {
    font-size: 12px;
  }
}
#payment-flow #payment-content #payment-form-wrapper {
  background-color: #ffffff;
  /* #card-form-wrapper */
  /* #secure-payment */
}
#payment-flow #payment-content #payment-form-wrapper .payment-error-message, #payment-flow #payment-content #payment-form-wrapper .django-message-errors {
  background-color: #ffdadf;
  border-radius: 8px;
  padding: 12px 18px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #d0021b;
  max-width: 500px;
}
#payment-flow #payment-content #payment-form-wrapper .payment-error-message h4, #payment-flow #payment-content #payment-form-wrapper .django-message-errors h4 {
  font-weight: bold;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper {
  padding: 24px;
  /* #user-form */
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper .section-title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form button {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  color: transparent;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #48485e;
  margin: 25px 0 5px 0;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form #card-number.form-group {
  width: 295px;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .cvv.form-group {
  width: 110px;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form input {
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  border: solid 1px rgba(123, 123, 123, 0.27);
  height: 47px;
  padding: 0 10px;
  width: 110px;
  font-size: 16px;
  font-weight: normal;
  font-family: ArialMT, sans-serif;
  letter-spacing: 0.6px;
  color: #1c1c1c;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form input:focus, #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form select:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form #cc-wrapper {
  display: block;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form #cc-wrapper label.error {
  display: none;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number input#cc-number {
  background-repeat: no-repeat;
  background-size: 33px;
  vertical-align: middle;
  background-position: 250px;
  width: 295px;
  display: inline-block;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .input-group {
  display: inline-block;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .input-group-addon {
  width: 40px;
  height: 41px;
  position: absolute;
  background-color: #ffffff;
  right: 8px;
  z-index: 99;
  padding: 0;
  top: 3px;
  border: none;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .input-group-addon .payment-card-img {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  position: relative;
  top: 0;
  left: 0;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.visa ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/visa_128.9d7b9663.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.mastercard ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/mastercard_128.5b4af87c.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.amex ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/amex_128.7ae4a285.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.discover ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/discover_128.0591f355.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.dinersclub ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/diners_club_128.49e98a57.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number #cc-number.jcb ~ .input-group-addon .payment-card-img {
  background-image: url(/images/payment/jcb_128.417b61c1.png);
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .form-control-error-icon {
  top: 16px;
  z-index: 100;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .credit-card-images {
  margin-left: 25px;
  float: right;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .credit-card-images img, #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .credit-card-images .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .credit-card-images .coursereport-logo {
  width: 40px;
  height: 40px;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .expiry-date, #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .cvv {
  display: inline-block;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .expiry-date {
  margin-right: 20px;
}
#payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .cvv #cvv {
  background-image: url("/images/payment/icon-cvv@3x.d03ab2d6.png");
  background-size: 32px 19px;
  background-repeat: no-repeat;
  background-position: 71px;
}
@media (max-width: 767px) {
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper {
    padding: 24px 10px;
  }
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .input-group-addon {
    position: absolute;
    top: 2px;
    height: 42px;
    width: 52px;
    right: 4px;
  }
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .input-group-addon .payment-card-img {
    width: 44px;
    height: 33px;
    position: relative;
    top: 5px;
    left: 6px;
  }
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .error {
    right: 0;
  }
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .card-number .form-control-error-icon {
    right: 0;
  }
}
#payment-flow #payment-content #payment-form-wrapper #payment-form-submit, #payment-flow #payment-content #payment-form-wrapper #register-form-submit {
  padding: 25px 0 15px 24px;
  background-color: #f9f9fb;
  font-family: "Roboto", sans-serif;
}
#payment-flow #payment-content #payment-form-wrapper #payment-form-submit .btn-primary, #payment-flow #payment-content #payment-form-wrapper #register-form-submit .btn-primary {
  background-color: #00c09d;
  text-transform: capitalize;
  padding: 15px 35px;
  letter-spacing: 0.7px;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #00ab8c;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.2s ease-out;
  font-size: 20px;
}
#payment-flow #payment-content #payment-form-wrapper #payment-form-submit .btn-primary:hover, #payment-flow #payment-content #payment-form-wrapper #register-form-submit .btn-primary:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
#payment-flow #payment-content #payment-form-wrapper #payment-form-submit .btn-primary .fa-spinner, #payment-flow #payment-content #payment-form-wrapper #register-form-submit .btn-primary .fa-spinner {
  margin-right: 10px;
  margin-left: -5px;
}
#payment-flow #payment-content #payment-form-wrapper #payment-form-submit .help-text, #payment-flow #payment-content #payment-form-wrapper #register-form-submit .help-text {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #48485e;
  margin: 15px 0 0 0;
}
#payment-flow #payment-content #payment-form-wrapper #register-form-submit {
  padding-top: 0;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment {
  direction: ltr;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7fb;
  padding: 24px;
  margin: 24px 24px 0;
  border: solid 1px rgba(179, 179, 179, 0.38);
  border-radius: 3px;
  width: 329px;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment .secure-payment-text {
  margin: 0 0 20px 0;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment .secure-payment-text img, #payment-flow #payment-content #payment-form-wrapper #secure-payment .secure-payment-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #payment-flow #payment-content #payment-form-wrapper #secure-payment .secure-payment-text .coursereport-logo {
  width: 11px;
  height: 13.6px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment .secondary-text {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment .stripe-powered {
  margin-bottom: 0;
}
#payment-flow #payment-content #payment-form-wrapper #secure-payment .stripe-powered img, #payment-flow #payment-content #payment-form-wrapper #secure-payment .stripe-powered .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #payment-flow #payment-content #payment-form-wrapper #secure-payment .stripe-powered .coursereport-logo {
  width: 119px;
  height: 26px;
  margin-top: 15px;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper {
  padding: 24px;
  font-family: "Roboto", sans-serif;
  direction: ltr;
  display: inline-block;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #apply-promo {
  font-size: 12px;
  color: #7d7f89;
  letter-spacing: 0.4px;
  margin: 0;
  cursor: pointer;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form input {
  width: 221px;
  height: 47px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  border: solid 1px rgba(123, 123, 123, 0.27);
  margin-right: 6px;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1.3px;
  color: #000000;
  transition: all 0.3s ease-out;
  display: inline-block;
  background-color: #ffffff;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form input:focus, #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form select:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form .btn-primary {
  background-color: #a4a4af;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #868894;
  border-radius: 5px;
  text-transform: capitalize;
  width: 100px;
  padding: 12.5px 0;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form #coupon-code-error {
  bottom: -35px;
  width: 200px;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form .form-control-error-icon {
  top: 18px;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #coupon-successful .checkmark {
  margin-right: 5px;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #coupon-successful .checkmark i {
  color: #00c09d;
  font-size: 22px;
  vertical-align: baseline;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #coupon-successful .coupon-name, #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #coupon-successful .remove-coupon {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #48485e;
}
#payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #coupon-successful .remove-coupon {
  cursor: pointer;
  color: #2d87b0;
  margin-left: 20px;
}
@media (max-width: 1150px) {
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper {
    padding-left: 0;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form input {
    width: 180px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #payment-flow #payment-content #payment-form-wrapper #secure-payment {
    width: auto;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper {
    float: right;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #payment-flow #payment-content #payment-form-wrapper #secure-payment {
    margin: 10px;
    width: auto;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper {
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    float: left;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #apply-promo {
    float: right;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form {
    float: right;
  }
  #payment-flow #payment-content #payment-form-wrapper #promo-code-wrapper #promo-code-form input {
    width: 180px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  #payment-flow {
    width: 100%;
  }
  #payment-flow #payment-content #user-details #course-details {
    width: 310px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan {
    width: 100%;
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child {
    border-radius: 4px;
    border: solid 1px rgba(123, 123, 123, 0.67);
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:first-child .select {
    border-top-right-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child {
    border: solid 1px rgba(123, 123, 123, 0.67);
    border-radius: 4px;
    margin-top: 5px;
  }
  #payment-flow #payment-content #date-payment #payment-options #multiple-payment .plan:last-child .select {
    border-top-left-radius: 4px;
  }
  #payment-flow #payment-content #date-payment #our-guarantee {
    width: 310px;
    padding: 20px;
  }
  #payment-flow #payment-content #date-payment #our-guarantee .primary-headline {
    padding-right: 6px;
  }
  #payment-flow #payment-content #date-payment #student-testimonal {
    width: 310px;
  }
  #payment-flow #payment-content #payment-form-wrapper #card-form-wrapper #payment-form .credit-card-images {
    display: none;
  }
  #payment-flow #payment-content #payment-form-wrapper #secure-payment {
    width: 310px;
  }
}
@media (max-width: 991px) {
  #payment-flow {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #payment-flow {
    width: 100%;
  }
}

/* #payment-flow */
#logo-and-user {
  margin: 25px 0;
}
#logo-and-user .wrapper {
  padding: 0;
  max-height: 30px;
}
#logo-and-user #springboard-logo {
  width: 138px;
  height: 30.1px;
}
#logo-and-user .user-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
}
#logo-and-user .user-img img, #logo-and-user .user-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #logo-and-user .user-img .coursereport-logo {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #logo-and-user .wrapper {
    max-height: 15px;
  }
  #logo-and-user #springboard-logo {
    width: 94px;
    height: 24px;
  }
  #logo-and-user .user-name {
    font-size: 12px;
  }
  #logo-and-user .user-img img, #logo-and-user .user-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #logo-and-user .user-img .coursereport-logo {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}

#payment-confirmation {
  /* #current-flow */
  /* .enrolled */
  /* .confirmation */
  /* .next-step */
  /* .login-form */
}
#payment-confirmation .wrapper {
  background-color: #ffffff;
  padding: 24px;
  font-family: "Roboto", sans-serif;
}
#payment-confirmation #current-flow {
  text-align: center;
}
#payment-confirmation #current-flow .dot-lines {
  text-align: center;
}
#payment-confirmation #current-flow .dot-lines .dot {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 100;
}
#payment-confirmation #current-flow .dot-lines .line {
  display: inline-block;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 10px;
  background-color: #a4a4af;
}
#payment-confirmation #current-flow .dot-lines .left-line {
  float: left;
  left: 0;
}
#payment-confirmation #current-flow .dot-lines .right-line {
  margin-left: -1px;
}
#payment-confirmation #current-flow p, #payment-confirmation #current-flow .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation #current-flow a {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
#payment-confirmation #current-flow p.login, #payment-confirmation #current-flow .above-footer-cta-ctn a.login, .above-footer-cta-ctn #payment-confirmation #current-flow a.login {
  font-weight: bold;
  color: #000000;
}
@media (max-width: 767px) {
  #payment-confirmation #current-flow p, #payment-confirmation #current-flow .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation #current-flow a {
    font-size: 11px;
  }
}
#payment-confirmation .enrolled {
  margin: 18px 0;
}
#payment-confirmation .enrolled h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  line-height: 1.46;
  letter-spacing: 0.8px;
}
#payment-confirmation .enrolled h3 .workshop {
  font-weight: bold;
}
@media (max-width: 767px) {
  #payment-confirmation .enrolled h3 {
    font-size: 18px;
  }
}
#payment-confirmation .confirmation p, #payment-confirmation .confirmation .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation .confirmation a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 6px;
}
#payment-confirmation .confirmation .user-email {
  font-weight: bold;
  color: #ef2964;
  word-break: keep-all;
}
@media (max-width: 767px) {
  #payment-confirmation .confirmation p, #payment-confirmation .confirmation .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation .confirmation a {
    font-size: 14px;
  }
}
#payment-confirmation .next-step h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #000000;
  margin-top: 35px;
}
#payment-confirmation .next-step h3.log-in {
  margin-top: 60px;
}
#payment-confirmation .next-step p, #payment-confirmation .next-step .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation .next-step a {
  font-family: 'ArialMT', Roboto, sans-serif;
  font-weight: normal;
  color: #1c1c1c;
  margin: 15px 0 25px 0;
}
@media (max-width: 767px) {
  #payment-confirmation .next-step h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  #payment-confirmation .next-step h3.log-in {
    margin-top: 30px;
  }
  #payment-confirmation .next-step p, #payment-confirmation .next-step .above-footer-cta-ctn a, .above-footer-cta-ctn #payment-confirmation .next-step a {
    font-size: 12px;
  }
}
#payment-confirmation .login-form {
  font-family: "Roboto", sans-serif;
  /* .social-login-btns */
}
#payment-confirmation .login-form .account-auth-ctn {
  padding: 0;
  width: 70%;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: solid 1px rgba(151, 151, 151, 0.3);
}
#payment-confirmation .login-form .connect {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 30px 50px;
  text-align: left;
}
#payment-confirmation .login-form .social-login-btns {
  text-align: center;
  margin: 30px 50px;
}
#payment-confirmation .login-form .social-login-btns .btn-social {
  width: 31.7%;
  max-width: 173px;
  margin: 0 15px 0 0;
  display: inline-block;
  margin-right: 1%;
  font-weight: normal;
  padding-left: 40px;
}
#payment-confirmation .login-form .social-login-btns .btn-social i {
  width: 40px;
}
#payment-confirmation .login-form .social-login-btns .btn-facebook {
  background-color: #4465ae;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #3b5ba2;
}
#payment-confirmation .login-form .social-login-btns .btn-facebook i {
  background-color: #4465ae;
}
#payment-confirmation .login-form .social-login-btns .btn-facebook:hover {
  background-color: #375188;
}
#payment-confirmation .login-form .social-login-btns .btn-facebook:hover i {
  background-color: #375188;
}
#payment-confirmation .login-form .social-login-btns .btn-google {
  background-color: #c14c39;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #b94330;
}
#payment-confirmation .login-form .social-login-btns .btn-google i {
  background-color: #c14c39;
}
#payment-confirmation .login-form .social-login-btns .btn-google:hover {
  background-color: #983d31;
}
#payment-confirmation .login-form .social-login-btns .btn-google:hover i {
  background-color: #983d31;
}
#payment-confirmation .login-form .social-login-btns .btn-linkedin {
  background-color: #4e84c9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #4477b9;
}
#payment-confirmation .login-form .social-login-btns .btn-linkedin i {
  background-color: #4e84c9;
}
#payment-confirmation .login-form .social-login-btns .btn-linkedin:hover {
  background-color: #376cad;
}
#payment-confirmation .login-form .social-login-btns .btn-linkedin:hover i {
  background-color: #376cad;
}
#payment-confirmation .login-form .horizontal-line {
  text-align: center;
  position: relative;
}
#payment-confirmation .login-form .horizontal-line .wrapper-or {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#payment-confirmation .login-form .horizontal-line .or {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/images/payment/dot-grey@3x.b3961165.png);
  background-size: 32px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}
#payment-confirmation .login-form .horizontal-line .or .or-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: inline-block;
  margin-top: 7px;
}
#payment-confirmation .login-form .horizontal-line .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 16px;
  background-color: #a4a4af;
}
#payment-confirmation .login-form .form-ctn {
  padding: 24px 50px;
}
#payment-confirmation .login-form .form-ctn .form-title {
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #000000;
}
#payment-confirmation .login-form .form-ctn .form-control-error-icon {
  top: 59px;
}
#payment-confirmation .login-form .form-ctn label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #48485e;
  margin: 20px 0 5px 0;
  display: block;
}
#payment-confirmation .login-form .form-ctn .help-text {
  font-family: "Roboto", sans-serif;
  color: #48485e;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-top: 5px;
}
#payment-confirmation .login-form .form-ctn .btn-primary {
  border-radius: 5px;
  background-color: #00c09d;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  border: solid 1px #00ab8c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  margin: 35px 0 11px;
  display: block;
  transition: all 0.2s ease-out;
}
#payment-confirmation .login-form .form-ctn .btn-primary:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
#payment-confirmation .login-form .form-ctn input {
  height: 47px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  border: solid 1px rgba(123, 123, 123, 0.27);
  padding: 0 10px;
  line-height: 47px;
  transition: all 0.3s ease-out;
}
#payment-confirmation .login-form .form-ctn input:focus, #payment-confirmation .login-form .form-ctn select:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
#payment-confirmation .login-form .form-ctn #new-user label {
  display: block;
}
#payment-confirmation .login-form .form-ctn #new-user #email {
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #1c1c1c;
  font-family: 'ArialMT', 'Roboto', sans-serif;
  margin: 5px 0 20px;
  word-break: break-word;
}
#payment-confirmation .login-form .form-ctn #new-user .btn-primary {
  width: 337px;
}
#payment-confirmation .login-form .form-ctn #new-user input {
  width: 235px;
}
#payment-confirmation .login-form .form-ctn #exitsting-user input {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
#payment-confirmation .login-form .form-ctn #exitsting-user input[type="checkbox"], #payment-confirmation .login-form .form-ctn #exitsting-user #remember-me {
  display: inline-block;
  width: 23px;
  height: 23px;
  box-shadow: inset 0 1px 3px 0 rgba(159, 159, 159, 0.5);
  border: solid 1px rgba(123, 123, 123, 0.27);
  margin: 0;
}
#payment-confirmation .login-form .form-ctn #exitsting-user label.error {
  bottom: -14px;
}
#payment-confirmation .login-form .form-ctn #exitsting-user label.remember-me {
  display: inline-block;
  margin: 0;
  vertical-align: super;
}
#payment-confirmation .login-form .form-ctn #exitsting-user #checkbox {
  float: left;
}
#payment-confirmation .login-form .form-ctn #exitsting-user .forgot-password {
  font-size: 15px;
  color: #2d87b0;
  letter-spacing: 0.5px;
  float: right;
}
#payment-confirmation .login-form .form-ctn #exitsting-user .btn-primary {
  width: 211px;
  margin: 30px 0 6px;
}
@media (max-width: 1300px) and (min-width: 992px) {
  #payment-confirmation .login-form .account-auth-ctn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #payment-confirmation .login-form .account-auth-ctn {
    width: 100%;
  }
  #payment-confirmation .login-form .connect {
    text-align: center;
  }
  #payment-confirmation .login-form .social-login-btns .btn-social {
    width: 368.8px;
    max-width: 368.8px;
    display: block;
    margin: 0 auto 15px;
    padding-left: 60px;
  }
  #payment-confirmation .login-form .form-ctn {
    text-align: center;
  }
  #payment-confirmation .login-form .form-ctn #user-login-form {
    max-width: 368px;
    display: inline-block;
    text-align: left;
  }
  #payment-confirmation .login-form .form-ctn .form-title {
    text-align: center;
  }
  #payment-confirmation .login-form .form-ctn .btn-primary {
    margin: 0 auto;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user input {
    width: 368px;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user input#password {
    margin-bottom: 0;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user #checkbox {
    float: none;
    margin: 24px 0;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user .forgot-password {
    float: left;
  }
}
@media (max-width: 767px) {
  #payment-confirmation .login-form .account-auth-ctn {
    width: 100%;
  }
  #payment-confirmation .login-form .connect {
    text-align: center;
    font-size: 12px;
    margin: 20px 10px;
  }
  #payment-confirmation .login-form .social-login-btns {
    margin: 30px 10px;
  }
  #payment-confirmation .login-form .social-login-btns .btn-social {
    width: 200px;
    display: block;
  }
  #payment-confirmation .login-form .form-ctn {
    padding: 24px 10px;
  }
  #payment-confirmation .login-form .form-ctn #user-login-form {
    max-width: 230px;
    display: inline-block;
    text-align: left;
  }
  #payment-confirmation .login-form .form-ctn .from-title {
    text-align: center;
    font-size: 12px;
  }
  #payment-confirmation .login-form .form-ctn #new-user #email {
    font-size: 13px;
  }
  #payment-confirmation .login-form .form-ctn #new-user .btn-primary {
    font-size: 14px;
    width: 230px;
    margin: 0 auto;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user input {
    width: 230px;
    float: left;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user input[type="checkbox"] {
    display: block;
    float: left;
    clear: both;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user input#password {
    margin-bottom: 0;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user label.remember-me {
    vertical-align: middle;
    margin-left: 5px;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user #checkbox {
    float: none;
    margin: 24px 0;
  }
  #payment-confirmation .login-form .form-ctn #exitsting-user .forgot-password {
    float: left;
  }
}
@media (max-width: 767px) {
  #payment-confirmation .wrapper {
    padding: 30px 10px;
  }
}

/* #payment-confirmation */
#springboard-brand-short {
  margin: 25px auto;
}
#springboard-brand-short #springboard-logo {
  width: 138px;
  height: 30.1px;
}
@media (max-width: 991px) {
  #springboard-brand-short {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #springboard-brand-short {
    text-align: center;
  }
}

.payment-flow-short #payment-content {
  background-color: #FFFFFF;
  border-radius: 3px;
}
.payment-flow-short #payment-form-wrapper {
  background: none !important;
}
.payment-flow-short #payment-form-wrapper #payment-form-submit {
  background: none !important;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-form-wrapper #payment-form-submit {
    padding-left: 10px !important;
  }
}
.payment-flow-short #user-details {
  background: none !important;
  padding-bottom: 0 !important;
}
.payment-flow-short #start-date .section-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #48485e;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #start-date .section-title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.payment-flow-short #start-date #select-date {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #48485e;
  margin: 25px 0 15px 0;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #start-date #select-date {
    font-size: 14px;
  }
}
.payment-flow-short #start-date #start-date-dropdown {
  width: 375px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #start-date #start-date-dropdown {
    width: 100%;
  }
}
.payment-flow-short #start-date #start-date-dropdown:focus {
  border: 1px solid #00C09D;
  transition: all 0.3s ease-out;
}
.payment-flow-short #start-date #start-date-dropdown #start-date, .payment-flow-short #start-date #start-date-dropdown .start-date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #48485e;
  padding: 12px 0 12px 15px;
}
.payment-flow-short #start-date #start-date-dropdown #start-date .few-spots, .payment-flow-short #start-date #start-date-dropdown .start-date .few-spots {
  color: #00c09d;
  margin-left: 15px;
  font-weight: 500;
}
.payment-flow-short #start-date #start-date-dropdown #start-date .fa-caret-down::before, .payment-flow-short #start-date #start-date-dropdown .start-date .fa-caret-down::before {
  position: absolute;
  right: 15px;
  top: 16px;
  color: #48485e;
}
.payment-flow-short #start-date #start-date-dropdown #start-date {
  border: solid 1px rgba(123, 123, 123, 0.27);
  border-radius: 3px;
}
.payment-flow-short #start-date #start-date-dropdown .start-date {
  display: block;
  width: 375px;
  cursor: pointer;
  border: solid 1px rgba(123, 123, 123, 0.27);
  border-top: none;
  transition: all 0.2s ease-out;
}
.payment-flow-short #start-date #start-date-dropdown .start-date:hover {
  background-color: #f9f9fb;
  transition: all 0.2s ease-out;
}
.payment-flow-short #start-date #start-date-dropdown .start-date:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.payment-flow-short #start-date #start-date-dropdown .start-date:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.payment-flow-short #start-date #start-date-dropdown ul {
  list-style: none;
  position: relative;
  padding: 0;
  display: none;
  transition: all 0.5s ease-in;
}
.payment-flow-short #start-date #start-date-dropdown.single {
  cursor: default;
}
.payment-flow-short #start-date #start-date-dropdown #start-date-dropdown-list li {
  width: 100%;
}
.payment-flow-short #payment-options {
  /* #single-payment */
  /* #multiple-payment */
}
.payment-flow-short #payment-options .payment-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #48485e;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-options .payment-text {
    font-size: 16px;
  }
}
.payment-flow-short #payment-options #single-payment .price, .payment-flow-short #payment-options #multiple-payment .price {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #48485e;
  margin: 30px 0 5px 0;
}
.payment-flow-short #payment-options #single-payment .price.climb, .payment-flow-short #payment-options #multiple-payment .price.climb {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  clear: both;
}
.payment-flow-short #payment-options #single-payment .price.climb .climb-msg, .payment-flow-short #payment-options #multiple-payment .price.climb .climb-msg {
  color: #48485e;
  font-size: 13px;
  font-weight: 600;
}
.payment-flow-short #payment-options #single-payment .price .discount-price, .payment-flow-short #payment-options #multiple-payment .price .discount-price {
  color: #ef2964;
  letter-spacing: 0.7px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  text-decoration: line-through;
}
.payment-flow-short #payment-options #single-payment .price .coupon-change-duration, .payment-flow-short #payment-options #multiple-payment .price .coupon-change-duration {
  font-size: 18px;
  margin-left: 10px;
  font-weight: normal;
}
.payment-flow-short #payment-options #single-payment .course-duration, .payment-flow-short #payment-options #multiple-payment .course-duration {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  margin: 5px 0 15px 0;
}
.payment-flow-short #payment-options #single-payment .help-text, .payment-flow-short #payment-options #multiple-payment .help-text {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #48485e;
  margin-bottom: 0 !important;
}
.payment-flow-short #payment-options #single-payment .help-text span, .payment-flow-short #payment-options #multiple-payment .help-text span {
  display: block;
}
.payment-flow-short #payment-options #single-payment .wrapper {
  padding-left: 15px;
  width: 257px;
}
.payment-flow-short #payment-options #single-payment .price .default-duration {
  font-weight: 400 !important;
}
.payment-flow-short #payment-options #multiple-payment {
  /* .plan */
}
.payment-flow-short #payment-options #multiple-payment #plan_id-error {
  display: inline-block;
  position: absolute;
  top: -32px;
  height: 23px;
  padding: 0 10px;
  width: 180px;
  right: 75px;
}
.payment-flow-short #payment-options #multiple-payment #plan_id-error::after {
  display: none;
}
.payment-flow-short #payment-options #multiple-payment .plan {
  border: solid 1px rgba(123, 123, 123, 0.24);
  display: inline-block;
  width: 45%;
  vertical-align: top;
  position: relative;
  min-height: 210px;
  border-radius: 4px;
  background-color: #ffffff;
}
.payment-flow-short #payment-options #multiple-payment .plan.credit {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.payment-flow-short #payment-options #multiple-payment .plan:first-child {
  border-right: none;
  margin-right: -3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.payment-flow-short #payment-options #multiple-payment .plan:first-child .select {
  border-top-left-radius: 4px;
}
.payment-flow-short #payment-options #multiple-payment .plan:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-flow-short #payment-options #multiple-payment .plan:last-child .select {
  border-top-right-radius: 4px;
}
.payment-flow-short #payment-options #multiple-payment .plan:last-child .popular:last-child {
  border-bottom-right-radius: 3px;
}
.payment-flow-short #payment-options #multiple-payment .plan .select {
  border-bottom: solid 1px rgba(123, 123, 123, 0.16);
  background-color: rgba(239, 239, 246, 0.24);
  display: block;
  padding: 7px 20px;
  position: relative;
  float: left;
  width: 100%;
  color: #48485e !important;
  font-size: 14px !important;
}
.payment-flow-short #payment-options #multiple-payment .plan .select input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.payment-flow-short #payment-options #multiple-payment .plan .select label {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  color: #48485e;
  padding: 0px 25px 0px 35px;
  margin: 5px auto;
  z-index: 9;
  cursor: pointer;
  letter-spacing: 0.6px;
}
.payment-flow-short #payment-options #multiple-payment .plan .select .check {
  display: block;
  position: absolute;
  border: solid 1px #979797;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 12px;
  left: 20px;
}
.payment-flow-short #payment-options #multiple-payment .plan .select .check::before {
  display: block;
  position: absolute;
  content: " ";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  margin: auto;
}
.payment-flow-short #payment-options #multiple-payment .plan .select input[type=radio]:checked ~ .check::before {
  background: #00c09d;
}
.payment-flow-short #payment-options #multiple-payment .plan .details {
  background: none !important;
  padding: 0 20px 0;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .price {
  margin: 15px 0 5px 0;
  padding-top: 55px;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .price .default-duration,
.payment-flow-short #payment-options #multiple-payment .plan .details .price .coupon-change-duration {
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .price.climb {
  padding: 0;
  margin: 30px 0;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .no-climb-credit {
  margin: 20px 0;
  font-size: 14px;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .no-climb-credit .other-payment-options:hover {
  text-decoration: none;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .course-duration .discount-duration {
  font-size: 14px !important;
  color: #48485e !important;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .course-duration .save {
  color: #00c09d;
}
.payment-flow-short #payment-options #multiple-payment .plan .details .popular {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  background-color: #ef2964;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  margin: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-options #multiple-payment .plan .details .popular {
    right: -10px;
  }
}
.payment-flow-short #payment-options #multiple-payment .plan .message-content {
  float: left;
  width: 60%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .payment-flow-short #payment-options #multiple-payment .plan .message-content {
    width: 70%;
  }
}
.payment-flow-short #payment-options #multiple-payment .plan .climb-credit {
  float: right;
  width: 40%;
}
.payment-flow-short #payment-options #multiple-payment .plan .climb-credit .climb-credit-logo {
  max-width: 108px;
  float: right;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .payment-flow-short #payment-options #multiple-payment .plan .climb-credit {
    width: 30%;
  }
  .payment-flow-short #payment-options #multiple-payment .plan .climb-credit .climb-credit-logo {
    max-width: 95%;
  }
}
.payment-flow-short #payment-options #multiple-payment .btn.finance-approved {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #00c09d;
  background-color: #fff;
  padding: 10px 27px;
  border-radius: 8px;
  border: solid 1px #00c09d;
  text-transform: initial;
  margin-top: 20px;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-options #single-payment .wrapper {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan {
    width: 100%;
    border: solid 1px rgba(123, 123, 123, 0.24);
    border-radius: 4px;
    height: 255px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan #plan_id-error {
    left: -458px;
    right: 0;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:first-child {
    border-radius: 4px;
    border: solid 1px rgba(123, 123, 123, 0.24);
    margin-bottom: 20px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:first-child .select {
    border-top-right-radius: 4px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:last-child {
    border: solid 1px rgba(123, 123, 123, 0.24);
    border-radius: 4px;
    margin-top: 5px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:last-child .select {
    border-top-left-radius: 4px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  .payment-flow-short #payment-options #multiple-payment .plan {
    width: 71%;
    border: solid 1px rgba(123, 123, 123, 0.24);
    border-radius: 4px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:first-child {
    border-radius: 4px;
    border: solid 1px rgba(123, 123, 123, 0.24);
  }
  .payment-flow-short #payment-options #multiple-payment .plan:first-child .select {
    border-top-right-radius: 4px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:last-child {
    border: solid 1px rgba(123, 123, 123, 0.24);
    border-radius: 4px;
    margin-top: 5px;
  }
  .payment-flow-short #payment-options #multiple-payment .plan:last-child .select {
    border-top-left-radius: 4px;
  }
}
.payment-flow-short #user-form label {
  margin-top: 15px !important;
}
.payment-flow-short #user-form .email {
  margin-bottom: 0 !important;
  display: block !important;
}
.payment-flow-short #user-form .help-text {
  opacity: .5;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #user-form .form-group,
  .payment-flow-short #user-form .name {
    margin-right: 0 !important;
    display: block !important;
  }
  .payment-flow-short #user-form .form-group input,
  .payment-flow-short #user-form .name input {
    width: 100% !important;
  }
}
.payment-flow-short #payment-form-wrapper #card-form-wrapper {
  padding-top: 0 !important;
}
.payment-flow-short #payment-form-wrapper #card-form-wrapper .section-title {
  margin-top: 0 !important;
  font-size: 15px;
  font-weight: 500;
}
.payment-flow-short #payment-form-wrapper #card-form-wrapper #payment-form label {
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-form-wrapper #card-form-wrapper #payment-form label {
    margin-top: 15px !important;
  }
}
.payment-flow-short #payment-form-wrapper #card-form-wrapper .amex-cvv {
  position: absolute;
  right: -50px;
  bottom: 10px;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #payment-form-wrapper .section-title {
    font-size: 18px !important;
    font-weight: 400 !important;
  }
  .payment-flow-short #payment-form-wrapper #payment-form .card-number {
    display: block !important;
  }
  .payment-flow-short #payment-form-wrapper #payment-form .input-group {
    display: block !important;
  }
  .payment-flow-short #payment-form-wrapper #payment-form #cc-number {
    width: 100% !important;
  }
}
.payment-flow-short #secure-payment {
  direction: ltr;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7fb;
  padding: 24px;
  margin: 30px 24px 0 !important;
  border: solid 1px rgba(233, 233, 233, 0.38) !important;
  border-radius: 3px;
  width: 329px;
}
.payment-flow-short #secure-payment .secure-payment-text {
  margin: 0 0 20px 0;
}
.payment-flow-short #secure-payment .secure-payment-text img, .payment-flow-short #secure-payment .secure-payment-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .payment-flow-short #secure-payment .secure-payment-text .coursereport-logo {
  width: 11px;
  height: 13.6px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.payment-flow-short #secure-payment .secondary-text {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.payment-flow-short #secure-payment .stripe-powered {
  margin-bottom: 0;
}
.payment-flow-short #secure-payment .stripe-powered img, .payment-flow-short #secure-payment .stripe-powered .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .payment-flow-short #secure-payment .stripe-powered .coursereport-logo {
  width: 119px;
  height: 26px;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #secure-payment {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .payment-flow-short #secure-payment {
    margin: 20px 0 !important;
    width: auto;
  }
}
.payment-flow-short #promo-code-wrapper {
  direction: ltr;
  width: 343px;
  margin-right: 24px;
  margin-top: 10px;
  padding: 0 0 0 16px !important;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #promo-code-wrapper {
    padding-left: 10px !important;
  }
}
.payment-flow-short #promo-code-wrapper #promo-code-form .form-group {
  width: 67%;
}
.payment-flow-short #promo-code-wrapper #promo-code-form .form-group input {
  width: 100% !important;
}
.payment-flow-short #promo-code-wrapper #promo-code-form .btn-primary {
  width: 103px;
  position: relative;
  top: -2px !important;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #promo-code-wrapper #promo-code-form .btn-primary {
    width: 82px !important;
  }
}
.payment-flow-short #promo-code-wrapper #apply-promo {
  margin-bottom: 5px !important;
}
.payment-flow-short #promo-code-wrapper .blue-promo {
  text-decoration: underline;
  color: #2574a1 !important;
}
.payment-flow-short #promo-code-wrapper .grey-promo {
  text-decoration: none;
  color: #7d7f89 !important;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #promo-code-wrapper #apply-promo {
    float: none !important;
  }
  .payment-flow-short #promo-code-wrapper #promo-code-form {
    float: none !important;
  }
}
.payment-flow-short .mobile-bottom {
  background-color: #FFFFFF;
}
.payment-flow-short #course-details {
  direction: ltr;
  padding: 24px;
  width: 329px;
  border-radius: 3px;
  background-color: #f7f7fb;
  border: solid 1px rgba(233, 233, 233, 0.38) !important;
  margin-bottom: 30px;
}
.payment-flow-short #course-details h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #000000;
  padding: 0;
  margin: 0 0 18px 0;
}
.payment-flow-short #course-details .course-points .point {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0;
  margin: 12px 0;
}
.payment-flow-short #course-details .course-points .point .fa-check {
  color: #b4b4b4;
}
.payment-flow-short #course-details .course-points .point span {
  display: inline-block;
}
.payment-flow-short #course-details .course-points .point span:first-child {
  margin-right: 10px;
  vertical-align: top;
}
.payment-flow-short #course-details .course-points .point span.text {
  max-width: 90%;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #course-details {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .payment-flow-short #course-details {
    width: auto;
  }
  .payment-flow-short #course-details .course-points .point {
    font-size: 12px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  .payment-flow-short #course-details {
    width: 310px;
  }
}
.payment-flow-short #our-guarantee {
  font-family: "Roboto", sans-serif;
  direction: ltr;
  background-color: #f7f7fb;
  padding: 24px;
  border: solid 1px rgba(233, 233, 233, 0.38) !important;
  border-radius: 3px;
  width: 329px;
}
.payment-flow-short #our-guarantee .primary-headline {
  background-color: #ffffff;
  letter-spacing: 0.2px;
  color: #000000;
  border-radius: 100px;
  padding-right: 2px;
  border: solid 1px #cfe204;
}
.payment-flow-short #our-guarantee .primary-headline img, .payment-flow-short #our-guarantee .primary-headline .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .payment-flow-short #our-guarantee .primary-headline .coursereport-logo {
  width: 39.8px;
  height: 39.8px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #our-guarantee .primary-headline {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .payment-flow-short #our-guarantee .primary-headline {
    margin-left: 10%;
    font-size: 12px !important;
  }
}
.payment-flow-short #our-guarantee .text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .payment-flow-short #our-guarantee {
    width: auto;
    margin: 15px 0;
  }
  .payment-flow-short #our-guarantee .primary-headline {
    display: inline-block;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .payment-flow-short #our-guarantee {
    width: auto;
    margin: 15px 0;
  }
  .payment-flow-short #our-guarantee .primary-headline {
    font-size: 12px;
    display: inline-block;
  }
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  .payment-flow-short #our-guarantee {
    width: 310px;
    padding: 20px;
  }
  .payment-flow-short #our-guarantee .primary-headline {
    padding-right: 6px;
  }
}

.user-login-form-ctn {
  padding: 20px 30px 30px 30px;
}
.user-login-form-ctn h4.form-title {
  margin-top: -3px;
}
.user-login-form-ctn .close {
  margin-top: -22px;
  margin-right: -28px;
}
.user-login-form-ctn .social-login-btns {
  margin-top: 20px;
  margin-bottom: 30px;
}
.user-login-form-ctn .social-login-btns .col-sm-4:not(:last-child) {
  padding-right: 0px;
}
.user-login-form-ctn .social-login-btns .social-login-title {
  margin-bottom: 18px;
}
.user-login-form-ctn .form-change-link {
  margin-top: 20px;
}
.user-login-form-ctn .form-ctn .form-title {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .user-login-form-ctn {
    padding: 20px 0px 0px 0px;
  }
  .user-login-form-ctn .close {
    margin-right: 0px;
  }
  .user-login-form-ctn .social-login-btns {
    margin-bottom: 10px;
  }
  .user-login-form-ctn .social-login-btns .btn {
    margin-bottom: 10px;
  }
  .user-login-form-ctn .social-login-btns .col-sm-4:not(:last-child) {
    padding-right: 10px;
  }
}

.navbar .sb-user-pic {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  position: relative;
  top: -6px;
  margin-left: 10px;
}

.grecaptcha-badge {
  display: none !important;
}

.top-20 {
  margin-top: 20px;
}

.top-40 {
  margin-top: 40px;
}

.top-60 {
  margin-top: 60px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.bottom-40 {
  margin-bottom: 40px;
}

.bottom-60 {
  margin-bottom: 60px;
}

.workshop-landing-hero-ctn {
  position: relative;
  min-height: 550px;
  height: 560px;
}
.workshop-landing-hero-ctn .hero-inner {
  padding-top: 60px;
}
.workshop-landing-hero-ctn .hidden-sm {
  position: relative;
  margin-top: 40px;
}
.workshop-landing-hero-ctn .hidden-sm p, .workshop-landing-hero-ctn .hidden-sm .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-landing-hero-ctn .hidden-sm a {
  text-align: center;
  position: absolute;
  width: 545px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.workshop-landing-hero-ctn .workshop-name {
  font-size: 36px;
  margin-bottom: 0px;
}
.workshop-landing-hero-ctn .tagline {
  font-size: 18px;
  margin-top: 0;
}
.workshop-landing-hero-ctn .course-start-date h4 {
  font-size: 22px;
}
.workshop-landing-hero-ctn .semi-transparent-text {
  opacity: 1;
  color: #aae1ef;
}
.workshop-landing-hero-ctn .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -6px;
  display: inline-block;
}
.workshop-landing-hero-ctn .course-cta-ctn {
  margin-top: 25px;
  margin-bottom: 25px;
}
.workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn {
  height: 70px;
}
.workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn {
  padding-right: 45px;
}
.workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn .btn {
  height: 100%;
  padding: 24px 43px;
}
.workshop-landing-hero-ctn .course-cta-ctn .login-ctn {
  padding-left: 45px;
  height: 45px;
  border-left: 1px solid #aae1ef;
  margin-top: 14px;
}
.workshop-landing-hero-ctn .alternate-wk-link-ctn a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .workshop-landing-hero-ctn .workshop-name {
    font-size: 42px;
  }
  .workshop-landing-hero-ctn .tagline {
    font-size: 20px;
  }
  .workshop-landing-hero-ctn .course-start-date h4 {
    font-size: 18px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn {
    padding-right: 25px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn .btn {
    height: 56px;
    padding: 15px 43px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .login-ctn {
    padding-left: 25px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .workshop-landing-hero-ctn {
    background-image: none !important;
  }
  .workshop-landing-hero-ctn .workshop-name {
    font-size: 30px;
  }
  .workshop-landing-hero-ctn .tagline {
    font-size: 18px;
  }
  .workshop-landing-hero-ctn .scroll-down {
    font-size: 20px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .enroll-btn-ctn, .workshop-landing-hero-ctn .course-cta-ctn .login-ctn {
    float: none !important;
    border-left: none;
    text-align: center;
    padding-right: 0px;
    padding-left: 0;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .login-ctn {
    display: block;
    margin-top: 10px;
  }
  .workshop-landing-hero-ctn .course-cta-ctn .login-ctn .vertical-center-this {
    display: inline-block;
  }
}

.reviews-ctn {
  background-color: rgba(239, 239, 246, 0.33);
  padding: 80px 0 40px 0;
}
.reviews-ctn .reviews-coursereport-ctn img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
  width: 50%;
}
.reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
  float: right;
}
.reviews-ctn .reviews-coursereport-ctn .title {
  margin: 10px 0;
  font-weight: bold;
}
.reviews-ctn .reviews-featured-ctn {
  text-align: center;
  color: #a6a6a6;
  text-transform: uppercase;
}
.reviews-ctn .reviews-featured-ctn img, .reviews-ctn .reviews-featured-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .reviews-featured-ctn .coursereport-logo {
  width: 60%;
}
.reviews-ctn .reviews-featured-ctn p, .reviews-ctn .reviews-featured-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .reviews-ctn .reviews-featured-ctn a {
  margin: 10px;
}
@media (max-width: 991px) {
  .reviews-ctn .reviews-coursereport-ctn {
    margin: 0 0 30px 0;
  }
  .reviews-ctn .reviews-coursereport-ctn .description {
    padding-right: 100px;
  }
  .reviews-ctn .reviews-coursereport-ctn img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .reviews-ctn .reviews-coursereport-ctn img, .reviews-ctn .reviews-coursereport-ctn .coursereport-logo {
    width: 60%;
  }
  .reviews-ctn .reviews-coursereport-ctn .description {
    padding-right: 0px;
  }
  .reviews-ctn .reviews-featured-ctn img, .reviews-ctn .reviews-featured-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .reviews-featured-ctn .coursereport-logo {
    width: 90%;
  }
}

.publishers-ctn {
  padding: 80px 0 40px 0;
}
.publishers-ctn .publisher-image {
  width: 80%;
  float: right;
}
.publishers-ctn .message {
  min-height: 130px;
}
.publishers-ctn .name {
  font-weight: bold;
}
.publishers-ctn .name img, .publishers-ctn .name .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .publishers-ctn .name .coursereport-logo {
  position: relative;
  top: -1px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .publishers-ctn .publisher-image {
    width: 40%;
  }
  .publishers-ctn .message {
    min-height: 0;
    margin-bottom: 15px;
    padding-right: 100px;
  }
  .publishers-ctn .publishers-ctn-single {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .publishers-ctn .message {
    padding-right: 10px;
    min-height: 0;
    margin-bottom: 15px;
  }
  .publishers-ctn .publishers-ctn-single {
    margin-bottom: 40px;
  }
  .publishers-ctn .publisher-image {
    width: 60%;
    margin-right: 30px;
  }
}

.above-footer-cta-ctn {
  padding-top: 120px;
  background-image: url("/images/Signup-banner@2x.4b722c52.jpg");
  height: 660px;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.above-footer-cta-ctn p, .above-footer-cta-ctn a {
  margin: 30px 0;
}
.above-footer-cta-ctn a {
  height: 70px;
}
.above-footer-cta-ctn .btn {
  padding: 24px 80px;
}
.above-footer-cta-ctn .secure-msg, .above-footer-cta-ctn .next-start-date {
  font-size: 20px;
}
.above-footer-cta-ctn .start-date {
  font-size: 4em;
}
@media (max-width: 991px) {
  .above-footer-cta-ctn p, .above-footer-cta-ctn a {
    margin: 30px 20px;
  }
  .above-footer-cta-ctn .start-date {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .above-footer-cta-ctn .start-date {
    font-size: 2em;
  }
  .above-footer-cta-ctn .secure-msg, .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .next-start-date {
    font-size: 16px;
  }
}

.workshop-landing-hero-ctn-ux {
  background-color: #4485b5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4485B5', endColorstr='#FF0099BF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ODViNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTliZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4485b5), color-stop(100%, #0099bf));
  background-image: -moz-linear-gradient(left, #4485b5 0%, #0099bf 100%);
  background-image: -webkit-linear-gradient(left, #4485b5 0%, #0099bf 100%);
  background-image: linear-gradient(to right, #4485b5 0%, #0099bf 100%);
  min-height: 500px;
  padding-bottom: 10px;
  color: #fff;
}
.workshop-landing-hero-ctn-ux .hero-inner {
  padding: 0 25px;
  margin-top: 80px;
}
.workshop-landing-hero-ctn-ux .above-workshop-name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .5px;
}
.workshop-landing-hero-ctn-ux .workshop-name {
  font-size: 50px;
  margin: 20px 0;
}
.workshop-landing-hero-ctn-ux .tagline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-top: 0px;
}
.workshop-landing-hero-ctn-ux .course-start-date h4 {
  font-size: 22px;
}
.workshop-landing-hero-ctn-ux .semi-transparent-text {
  opacity: .7;
}
.workshop-landing-hero-ctn-ux .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -6px;
  display: inline-block;
}
.workshop-landing-hero-ctn-ux .video-content {
  text-align: center;
  font-size: 0.8em;
}
.workshop-landing-hero-ctn-ux .text-overlay {
  position: absolute;
  left: 10px;
  top: 0;
  width: 585px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.workshop-landing-hero-ctn-ux .text-overlay span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}
.workshop-landing-hero-ctn-ux iframe {
  width: 585px;
  height: 324px;
}
.workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn {
  height: 70px;
  margin: 20px 0;
}
.workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn {
  padding-right: 45px;
}
.workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn .btn {
  height: 100%;
  padding: 24px 43px;
}
.workshop-landing-hero-ctn-ux .course-cta-ctn .login-ctn {
  padding-left: 45px;
  height: 45px;
  border-left: 1px solid #aae1ef;
  margin-top: 14px;
}
.workshop-landing-hero-ctn-ux .alternate-wk-link-ctn a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .workshop-landing-hero-ctn-ux {
    background-color: #4485b5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4485B5', endColorstr='#FF0099BF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0ODViNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTliZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4485b5), color-stop(100%, #0099bf));
    background-image: -moz-linear-gradient(left, #4485b5 0%, #0099bf 100%);
    background-image: -webkit-linear-gradient(left, #4485b5 0%, #0099bf 100%);
    background-image: linear-gradient(to right, #4485b5 0%, #0099bf 100%);
    text-align: center;
  }
  .workshop-landing-hero-ctn-ux iframe {
    width: 455px;
    height: 264px;
  }
  .workshop-landing-hero-ctn-ux .text-overlay {
    width: 455px;
    margin: auto;
    position: static;
  }
  .workshop-landing-hero-ctn-ux .workshop-name {
    font-size: 42px;
  }
  .workshop-landing-hero-ctn-ux .tagline {
    font-size: 20px;
  }
  .workshop-landing-hero-ctn-ux .course-start-date h4 {
    font-size: 18px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn {
    padding-right: 25px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn .btn {
    height: 56px;
    padding: 15px 43px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .login-ctn {
    padding-left: 25px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .workshop-landing-hero-ctn-ux {
    text-align: center;
  }
  .workshop-landing-hero-ctn-ux iframe {
    width: 335px;
    height: 194px;
  }
  .workshop-landing-hero-ctn-ux .text-overlay {
    width: 335px;
    height: 20px;
    font-size: 1em;
    margin: auto;
    position: static;
  }
  .workshop-landing-hero-ctn-ux .hero-inner {
    padding: 0;
  }
  .workshop-landing-hero-ctn-ux .workshop-name {
    font-size: 30px;
  }
  .workshop-landing-hero-ctn-ux .tagline {
    font-size: 18px;
  }
  .workshop-landing-hero-ctn-ux .scroll-down {
    font-size: 20px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .enroll-btn-ctn, .workshop-landing-hero-ctn-ux .course-cta-ctn .login-ctn {
    float: none !important;
    border-left: none;
    text-align: center;
    padding-right: 0px;
    padding-left: 0;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .login-ctn {
    display: block;
    margin-top: 10px;
  }
  .workshop-landing-hero-ctn-ux .course-cta-ctn .login-ctn .vertical-center-this {
    display: inline-block;
  }
}

.workshop-faq-ctn > h2 {
  font-size: 47px;
}
.workshop-faq-ctn .contact-us {
  padding-top: 25px;
  padding-bottom: 25px;
}
.workshop-faq-ctn .contact-us a.rm-hover:hover {
  text-decoration: none;
}
.workshop-faq-ctn .panel-group .panel-title > a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.workshop-faq-ctn .panel-group .panel-title > a i.fa {
  position: absolute;
  left: 0px;
  top: 3px;
}
.workshop-faq-ctn .panel-group .panel-title > a:hover {
  text-decoration: none;
}
.workshop-faq-ctn .panel-body {
  padding-left: 55px;
}
@media (max-width: 991px) {
  .workshop-faq-ctn {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .workshop-faq-ctn .panel-group {
    margin-top: 10px;
  }
}

.workshop-mentors-ctn .owl-carousel .owl-item {
  padding: 7px;
}
.workshop-mentors-ctn #mentor-carousel-ctn .mentor-card {
  max-width: 282px;
}
.workshop-mentors-ctn #mentor-carousel-ctn .mentor-card img.mentor-picture, .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card .reviews-ctn .reviews-coursereport-ctn .mentor-picture.coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card .mentor-picture.coursereport-logo {
  width: 190px;
  height: 190px;
  margin: 20px auto;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.workshop-mentors-ctn #mentor-carousel-ctn .mentor-card .mentor-designation {
  font-size: 16px;
  margin-top: 5px;
  height: 44px;
  overflow: hidden;
  display: block;
}
.workshop-mentors-ctn #mentor-carousel-ctn .mentor-card span.mentor-name {
  font-size: 21px;
  margin-bottom: 0px;
  display: block;
}
.workshop-mentors-ctn #mentor-carousel-ctn .mentor-card p.short-description, .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card .above-footer-cta-ctn a.short-description, .above-footer-cta-ctn .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card a.short-description {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .workshop-mentors-ctn .owl-carousel {
    display: block !important;
  }
  .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card {
    width: 23.728813559322035%;
    float: left;
    margin-right: 1.694915254237288%;
  }
  .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card:nth-child(4n + 1) {
    clear: both;
  }
  .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card:nth-child(4n), .workshop-mentors-ctn #mentor-carousel-ctn .mentor-card:nth-child(8n) {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .workshop-mentors-ctn #mentor-carousel-ctn {
    width: 80.3%;
    margin-left: auto;
    margin-right: auto;
  }
  .workshop-mentors-ctn .owl-item:nth-child(odd) {
    direction: rtl;
  }
  .workshop-mentors-ctn .mentor-card {
    direction: ltr;
  }
  .workshop-mentors-ctn .text-center h1 {
    font-size: 22px;
    margin-top: 0px;
  }
  .workshop-mentors-ctn .text-center p, .workshop-mentors-ctn .text-center .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-mentors-ctn .text-center a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .workshop-mentors-ctn #mentor-carousel-ctn {
    width: 100%;
  }
  .workshop-mentors-ctn .mentor-card {
    display: block;
    margin: 0 auto;
  }
  .workshop-mentors-ctn .owl-item:nth-child(odd) {
    direction: ltr;
  }
}

.workshop-overview-ctn .workshop-fetuares-banner-ctn {
  position: relative;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .list-checked {
  padding-left: 26px;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .list-checked li {
  font-size: 15px;
  margin-bottom: 15px;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .list-checked li strong {
  font-size: 18px;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .list-checked li:before {
  font-size: 18px;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .floating-content-box {
  padding: 30px 30px 30px 30px;
  position: relative;
  top: 0px;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .desktop .floating-content-box {
  padding: 30px 40px 50px;
  width: 500px;
  position: absolute;
  top: 73px;
  right: 0px;
  left: inherit;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .separator {
  width: 50px;
  height: 2px;
  position: relative;
  top: -11px;
  display: inline-block;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .separator.green {
  background-color: #00c09d;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .separator.yellow {
  background-color: #efff1d;
}
.workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 560px;
}
@media (max-width: 991px) {
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner {
    background-position-x: 70%;
    min-height: auto;
  }
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner .content-ctn {
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    float: none;
  }
}
@media (max-width: 767px) {
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner {
    background-position-x: 25%;
  }
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner .content-ctn {
    padding: 10px;
    width: 100%;
    background: none;
    float: left;
  }
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner .list-checked li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner .list-checked li strong {
    font-size: 16px;
  }
  .workshop-overview-ctn .workshop-fetuares-banner-ctn .workshop-features-banner .list-checked li:before {
    font-size: 16px;
  }
}
.workshop-overview-ctn .workshop-user-cards-ctn .only-2-personas {
  max-width: 400px;
  margin: 0 auto;
}
.workshop-overview-ctn .workshop-user-cards-ctn .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 30%;
}
.workshop-overview-ctn .workshop-user-cards-ctn .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 30%;
}
.workshop-overview-ctn .workshop-user-cards-ctn .owl-controls {
  margin-top: 0px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .workshop-overview-ctn .workshop-user-cards-ctn .owl-item {
    padding-bottom: 0px;
  }
  .workshop-overview-ctn .workshop-user-cards-ctn .thumbnail {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.workshop-overview-ctn .workshop-user-cards-ctn .user-card img, .workshop-overview-ctn .workshop-user-cards-ctn .user-card .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-overview-ctn .workshop-user-cards-ctn .user-card .coursereport-logo {
  width: 180px;
  height: 116px;
}
.workshop-overview-ctn .workshop-user-cards-ctn .user-card p, .workshop-overview-ctn .workshop-user-cards-ctn .user-card .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-overview-ctn .workshop-user-cards-ctn .user-card a {
  font-size: 15px;
}
.workshop-overview-ctn .workshop-user-cards-ctn .user-card h4 {
  font-size: 20px;
}
.workshop-overview-ctn .workshop-user-cards-ctn .user-card .caption {
  padding-left: 0;
  padding-right: 0;
}
.workshop-overview-ctn .workshop-features-ctn {
  /* header{
      margin-bottom: 50px;
  } */
}
.workshop-overview-ctn .workshop-features-ctn .list-ctn .list {
  margin-bottom: 30px;
}
.workshop-overview-ctn .workshop-features-ctn .step-ctn li {
  font-size: 19px;
}
.workshop-overview-ctn .workshop-features-ctn .fa-chevron-down {
  padding: 35px 0px;
  font-size: 24px;
}
.workshop-overview-ctn .workshop-features-ctn figure {
  overflow: hidden;
  height: 170px;
  max-width: 360px;
  text-align: center;
}
.workshop-overview-ctn .workshop-features-ctn figure .feat-img {
  display: inline-block;
  margin-top: 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .workshop-overview-ctn .workshop-features-ctn .feature-div {
    height: 170px;
  }
  .workshop-overview-ctn .workshop-features-ctn .list-ctn {
    width: 850px;
    margin: 0 auto;
  }
  .workshop-overview-ctn .workshop-features-ctn .step-ctn {
    /* ul{
        width: 95%;
    } */
  }
  .workshop-overview-ctn .workshop-features-ctn .step-ctn h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.workshop-overview-ctn .workshop-features-ctn .list-ctn .dotted-line-ctn {
  height: 100px;
  background-position-x: 51%;
  background-size: 62%;
}
@media (max-width: 991px) {
  .workshop-overview-ctn .workshop-features-ctn figure {
    width: 100%;
  }
  .workshop-overview-ctn .workshop-features-ctn figure img, .workshop-overview-ctn .workshop-features-ctn figure .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-overview-ctn .workshop-features-ctn figure .coursereport-logo {
    margin: 0 auto;
  }
  .workshop-overview-ctn .workshop-features-ctn .step-ctn li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .workshop-overview-ctn .workshop-features-ctn figure {
    width: 100%;
    text-align: center;
  }
  .workshop-overview-ctn .workshop-features-ctn .step-ctn {
    display: block;
    text-align: center;
  }
  .workshop-overview-ctn .workshop-features-ctn .step-ctn h4 {
    font-size: 18px;
  }
}

.workshop-outcome-you-ctn {
  padding-top: 0px;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 30%;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 30%;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .owl-controls {
  margin-top: 0px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .workshop-outcome-you-ctn .workshop-user-cards-ctn .owl-item {
    padding-bottom: 0px;
  }
  .workshop-outcome-you-ctn .workshop-user-cards-ctn .thumbnail {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card img, .workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card .coursereport-logo {
  width: 180px;
  height: 116px;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card p, .workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card a {
  font-size: 15px;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card h4 {
  font-size: 20px;
}
.workshop-outcome-you-ctn .workshop-user-cards-ctn .user-card .caption {
  padding-left: 0;
  padding-right: 0;
}

.workshop-curriculum-ctn {
  background-color: #037ea5;
}
.workshop-curriculum-ctn .tab-content blockquote, .workshop-curriculum-ctn .panel-body blockquote {
  padding: 0;
  margin: 0;
}
.workshop-curriculum-ctn .tab-content h1, .workshop-curriculum-ctn .tab-content h2, .workshop-curriculum-ctn .tab-content h3, .workshop-curriculum-ctn .tab-content h4, .workshop-curriculum-ctn .tab-content h5, .workshop-curriculum-ctn .tab-content h6, .workshop-curriculum-ctn .panel-body h1, .workshop-curriculum-ctn .panel-body h2, .workshop-curriculum-ctn .panel-body h3, .workshop-curriculum-ctn .panel-body h4, .workshop-curriculum-ctn .panel-body h5, .workshop-curriculum-ctn .panel-body h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.workshop-curriculum-ctn .tab-content p, .workshop-curriculum-ctn .tab-content .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-curriculum-ctn .tab-content a, .workshop-curriculum-ctn .tab-content span, .workshop-curriculum-ctn .panel-body p, .workshop-curriculum-ctn .panel-body .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-curriculum-ctn .panel-body a, .workshop-curriculum-ctn .panel-body span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}
.workshop-curriculum-ctn .tab-content h3, .workshop-curriculum-ctn .panel-body h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .workshop-curriculum-ctn .tab-content h3, .workshop-curriculum-ctn .panel-body h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .workshop-curriculum-ctn {
    padding-bottom: 40px;
  }
  .workshop-curriculum-ctn .section-heading-ctn {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .workshop-curriculum-ctn {
    padding-bottom: 0px;
  }
  .workshop-curriculum-ctn .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .workshop-curriculum-ctn .ctn-padding-v {
    padding-bottom: 0px;
  }
  .workshop-curriculum-ctn .section-heading-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.workshop-curriculum-ctn .m-workshop-curriculum-content {
  background-color: #efeff6;
  padding: 15px 15px;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading {
  background-color: #48485e;
  border-radius: 2px;
  position: relative;
  padding: 10px 15px;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading .unit-number {
  font-size: 12px;
  color: #a4a4af;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading .panel-title {
  line-height: 18px;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading a {
  display: block;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading a:hover {
  text-decoration: none;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading i.fa {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.workshop-curriculum-ctn .m-workshop-curriculum-content .panel-body {
  font-size: 14px;
  padding: 20px 15px;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .col-md-4 {
  padding-right: 0px;
}
@media (min-width: 992px) {
  .workshop-curriculum-ctn .d-workshop-curriculum-content .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs {
  background-color: #48485e;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs .unit-number {
  display: block;
  color: #a4a4af;
  font-size: 12px;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 24px 20px;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a:hover {
  background-color: #3b3b4e;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs li {
  margin-bottom: 0px;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs li.active a {
  color: #3b3b4e;
  background-color: #efeff6;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .tab-content {
  background-color: #efeff6;
}
.workshop-curriculum-ctn .d-workshop-curriculum-content .tab-content .tab-pane {
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .workshop-curriculum-ctn .d-workshop-curriculum-content .tab-content .tab-pane {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .workshop-curriculum-ctn .d-workshop-curriculum-content .tab-content .tab-pane {
    padding: 40px 10px;
  }
}
.workshop-curriculum-ctn .wk-request-syllabus {
  padding: 30px 35px;
  margin-top: 40px;
}
.workshop-curriculum-ctn .wk-request-syllabus .form-inline {
  width: 80%;
  text-align: right;
}
.workshop-curriculum-ctn .wk-request-syllabus .form-inline .form-group {
  width: 52%;
}
.workshop-curriculum-ctn .wk-request-syllabus .form-inline .form-group .form-control {
  width: 100%;
}
.workshop-curriculum-ctn .wk-request-syllabus .form-inline .btn {
  display: inline-table;
  vertical-align: top;
}
@media (max-width: 991px) {
  .workshop-curriculum-ctn .wk-request-syllabus {
    margin-top: 30px;
    text-align: center;
  }
  .workshop-curriculum-ctn .wk-request-syllabus .form-inline {
    width: 100%;
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .workshop-curriculum-ctn .wk-request-syllabus {
    margin-top: 0px;
  }
  .workshop-curriculum-ctn .wk-request-syllabus h4 {
    font-size: 24px;
  }
  .workshop-curriculum-ctn .wk-request-syllabus .btn {
    width: 100%;
  }
  .workshop-curriculum-ctn .wk-request-syllabus .form-inline .form-group {
    width: 100%;
  }
  .workshop-curriculum-ctn .wk-request-syllabus .form-inline .form-group .form-control {
    width: 100%;
  }
}

.workshop-price-ctn {
  padding-bottom: 40px;
}
.workshop-price-ctn p, .workshop-price-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .workshop-price-ctn a {
  font-size: 20px;
  margin-bottom: 5px;
}
.workshop-price-ctn .main-headline {
  font-size: 48px;
  margin-bottom: 10px;
}
.workshop-price-ctn .secondary-headline {
  font-size: 20px;
  margin-bottom: 5px;
}
.workshop-price-ctn .old-price-text {
  font-size: 36px;
}
.workshop-price-ctn .new-price-text {
  font-size: 48px;
}
.workshop-price-ctn .grey-text {
  color: #7d7f89;
}
.workshop-price-ctn .emerald {
  color: #1abc9c;
}
.workshop-price-ctn .striken {
  text-decoration: line-through;
  font-weight: normal;
}
.workshop-price-ctn .conditional-star {
  color: #7d7f89;
  font-size: .4em;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.workshop-price-ctn .bold {
  font-weight: bold;
}
.workshop-price-ctn .enroll-btn-ctn .btn {
  font-size: 24px;
  padding: 20px;
  width: 412px;
  height: 72px;
}
@media (max-width: 767px) {
  .workshop-price-ctn .enroll-btn-ctn .btn {
    width: 60%;
    font-size: 20px;
    padding: 15px;
    height: auto;
  }
}
.workshop-price-ctn .d-price-table .table {
  margin-bottom: 0px;
}
.workshop-price-ctn .d-price-table .table th, .workshop-price-ctn .d-price-table .table td {
  padding: 8px;
}
.workshop-price-ctn .d-price-table .table thead {
  color: #bbbbd5;
}
.workshop-price-ctn .d-price-table .table thead th {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  border-bottom: none;
}
.workshop-price-ctn .d-price-table .table td {
  font-size: 16px;
}
.workshop-price-ctn .m-price-table .table {
  margin-bottom: 0px;
}
.workshop-price-ctn .m-price-table tr td {
  background-color: #fff;
  border-top: none;
  font-size: 16px;
}
.workshop-price-ctn .m-price-table tr td:first-child {
  background-color: #48485e;
  color: #bbbbd5;
  font-style: italic;
  text-align: left;
  width: 50%;
}
.workshop-price-ctn .pricing-inclusion-ctn {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.workshop-price-ctn .pricing-inclusion-ctn ul {
  list-style: none;
}
.workshop-price-ctn .pricing-inclusion-ctn ul li {
  margin-bottom: 20px;
  font-size: 16px;
}
.workshop-price-ctn .pricing-inclusion-ctn li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #00c09d;
  position: absolute;
  left: 25px;
}
@media (max-width: 991px) {
  .workshop-price-ctn .main-headline {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .workshop-price-ctn {
    padding-bottom: 20px;
  }
  .workshop-price-ctn .pricing-update-ctn {
    margin-bottom: 20px;
  }
  .workshop-price-ctn .main-headline {
    font-size: 28px;
  }
  .workshop-price-ctn .secondary-headline {
    font-size: 16px;
  }
}

.workshop-schedule-ctn .schedule-banner-ctn {
  margin-top: 40px;
}
.workshop-schedule-ctn .schedule-banner {
  position: relative;
  padding-top: 10px;
  padding-bottom: 18px;
  padding-left: 280px;
}
.workshop-schedule-ctn .schedule-banner .cta-ctn {
  text-align: right;
}
.workshop-schedule-ctn .schedule-banner .cta-btn {
  margin-top: 38px;
  padding-left: 7%;
  padding-right: 7%;
}
.workshop-schedule-ctn .schedule-banner .workshop-days-left-ctn {
  width: 240px;
  height: 160px;
  background-color: #1a957a;
  position: absolute;
  top: -15px;
  left: 10px;
  box-shadow: 7px 7px 0px #15876e;
}
.workshop-schedule-ctn .schedule-banner .workshop-days-left-ctn .days-counter {
  font-size: 30px;
  margin-top: 41px;
  position: relative;
  padding-left: 90px;
  padding-right: 30px;
  line-height: 1;
}
.workshop-schedule-ctn .schedule-banner .workshop-days-left-ctn .days-counter .days {
  font-size: 80px;
  position: absolute;
  left: 20px;
  top: -7px;
}
.workshop-schedule-ctn .schedule-banner .workshop-days-left-ctn .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 18px;
  border-color: transparent transparent transparent #15876e;
  right: -18px;
  position: absolute;
}
@media (max-width: 991px) {
  .workshop-schedule-ctn .schedule-banner .cta-btn {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .workshop-schedule-ctn .schedule-banner .cta-ctn {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .workshop-schedule-ctn .schedule-banner {
    padding-top: 180px;
    padding-left: 10px;
  }
  .workshop-schedule-ctn .schedule-banner h3 {
    font-size: 24px;
    margin-top: 0px;
  }
  .workshop-schedule-ctn .schedule-banner .workshop-days-left-ctn {
    left: 50%;
    margin-left: -120px;
  }
  .workshop-schedule-ctn .schedule-banner .col-md-7, .workshop-schedule-ctn .schedule-banner .col-md-5 {
    text-align: center;
  }
}

.workshop-testimonials-ctn .carousel-inner {
  position: relative;
}
.workshop-testimonials-ctn .carousel-controls-ctn {
  position: relative;
  top: -183px;
}
.workshop-testimonials-ctn .carousel-controls-ctn i {
  color: #efff1d;
  font-size: 24px;
}
.workshop-testimonials-ctn .student-testimonial-ctn {
  color: #84849D;
  padding: 80px 20px 60px;
  margin: 0 auto;
  max-width: 1140px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .student-profile {
  padding-right: 40px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .student-pic img, .workshop-testimonials-ctn .student-testimonial-ctn .student-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-testimonials-ctn .student-testimonial-ctn .student-pic .coursereport-logo {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto;
  border: 4px solid #5b5b76;
  border-radius: 50%;
}
.workshop-testimonials-ctn .student-testimonial-ctn .caption .student-name {
  margin-bottom: 0px;
  font-size: 21px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .caption .student-desg {
  margin-top: 0px;
  min-height: 44px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .testimonial {
  font-size: 30px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .testimonial .quote {
  font-weight: bold;
  font-size: 72px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .testimonial .curly-brace {
  position: absolute;
  left: -60px;
  font-size: 190px;
  top: 0;
  font-weight: 100;
  line-height: 155px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile {
  margin-top: 40px;
  padding-left: 30px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile figure.student-pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile figure.student-pic img, .workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile figure.student-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile figure.student-pic .coursereport-logo {
  width: 50px;
  height: 50px;
  border-width: 2px;
  float: left;
}
.workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile .caption {
  padding-left: 60px;
}
.workshop-testimonials-ctn .student-testimonial-ctn .m-student-profile .caption h4 {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial .quote {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .workshop-testimonials-ctn .student-testimonial-ctn {
    padding: 35px 20px 5px 20px;
  }
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial .quote {
    height: 40px;
    font-size: 52px;
    line-height: 60px;
  }
}
.workshop-testimonials-ctn .carousel-indicators {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  text-align: center;
  height: 100px;
  background-color: #2e2e3f;
  padding-top: 15px;
  margin-bottom: 0;
}
.workshop-testimonials-ctn .carousel-indicators .student-pic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.workshop-testimonials-ctn .carousel-indicators li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1px;
  margin-right: 15px;
  text-indent: 0px;
  border-radius: 50%;
  cursor: pointer;
  border-width: 2px;
}
.workshop-testimonials-ctn .carousel-indicators li.acitve {
  margin: 0;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .workshop-testimonials-ctn .carousel-indicators li:hover {
    border-color: #00c09d;
  }
}
@media (max-width: 767px) {
  .workshop-testimonials-ctn .carousel-indicators {
    height: 50px;
    background-color: #3B3B4E;
  }
  .workshop-testimonials-ctn .carousel-indicators li {
    width: 12px;
    margin: 1px;
    height: 12px;
  }
  .workshop-testimonials-ctn .carousel-indicators li .student-pic {
    display: none;
  }
}
.workshop-testimonials-ctn .carousel-inner {
  background-color: #3b3b4e;
}
@media (max-width: 991px) {
  .workshop-testimonials-ctn .caption .student-name {
    font-size: 18px;
  }
  .workshop-testimonials-ctn .caption .student-desg {
    font-size: 14px;
  }
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial {
    font-size: 30px;
  }
  .workshop-testimonials-ctn .carousel-controls-ctn {
    display: none;
  }
}
@media (max-width: 767px) {
  .workshop-testimonials-ctn .caption .student-name {
    font-size: 18px;
  }
  .workshop-testimonials-ctn .caption .student-desg {
    font-size: 14px;
  }
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial {
    font-size: 24px;
  }
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial .curly-brace {
    display: none;
  }
  .workshop-testimonials-ctn .carousel-controls-ctn {
    display: none;
  }
  .workshop-testimonials-ctn .student-testimonial-ctn .testimonial .curly-brace {
    display: none;
  }
}

.small-screen-collapse-nav {
  padding: 10px 15px;
}
.small-screen-collapse-nav #collapse-small-screen-nav ul {
  margin-top: 10px;
}
.small-screen-collapse-nav #collapse-small-screen-nav ul li {
  padding: 10px 0px 10px 15px;
}
.small-screen-collapse-nav #collapse-small-screen-nav ul a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.small-screen-collapse-nav .btn {
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  text-align: left;
  background-color: #5b5b76;
  color: #fff;
  border: none;
}

.desktop-workshop-nav {
  padding: 15px 0px;
  border-bottom: 3px solid #efeff6;
  /* .btn-default{
      border: 2px solid $brand-dark-purple;
  } */
}
.desktop-workshop-nav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.desktop-workshop-nav .list-inline {
  margin-top: 16px;
  margin-bottom: 0px;
}
.desktop-workshop-nav .list-inline li {
  padding: 0px 0px 4px 0px;
}
.desktop-workshop-nav .list-inline li:not(:last-child) {
  margin-right: 1.5em;
}
.desktop-workshop-nav .list-inline li.active, .desktop-workshop-nav .list-inline li:hover {
  border-bottom: 5px solid #00c09d;
}
.desktop-workshop-nav .list-inline a {
  font-size: 18px;
  color: #48485e;
  font-weight: 700;
}
.desktop-workshop-nav .list-inline a:hover {
  text-decoration: none;
}
.desktop-workshop-nav .btn {
  font-size: 17px;
  padding: 16px 30px;
}
.desktop-workshop-nav .btn-tertiary {
  margin-right: 10px;
}
@media (max-width: 1090px) {
  .desktop-workshop-nav .list-inline li:not(:last-child) {
    margin-right: .5em;
  }
  .desktop-workshop-nav .list-inline a {
    font-size: 17px;
  }
  .desktop-workshop-nav .btn-tertiary {
    margin-right: 5px;
  }
}

.workshop-sticky-header {
  padding: 15px 10px 10px 15px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.workshop-sticky-header .btn {
  margin-top: 5px;
}
.workshop-sticky-header .wk-name, .workshop-sticky-header .wk-start-date {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .workshop-sticky-header {
    display: none;
  }
}

.request-syllabus-modal .form-ctn, .workshop-waitlist-modal .form-ctn, .apply-coupon-modal .form-ctn {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.request-syllabus-modal .form-ctn .btn, .workshop-waitlist-modal .form-ctn .btn, .apply-coupon-modal .form-ctn .btn {
  display: inline-table;
  vertical-align: top;
}
.request-syllabus-modal form.form-inline, .workshop-waitlist-modal form.form-inline, .apply-coupon-modal form.form-inline {
  display: inline;
}
.request-syllabus-modal .form-group, .workshop-waitlist-modal .form-group, .apply-coupon-modal .form-group {
  width: 300px;
  display: inline-block;
}
.request-syllabus-modal .form-group .form-control, .workshop-waitlist-modal .form-group .form-control, .apply-coupon-modal .form-group .form-control {
  width: 100%;
}
@media (max-width: 767px) {
  .request-syllabus-modal form.form-inline, .workshop-waitlist-modal form.form-inline, .apply-coupon-modal form.form-inline {
    width: auto;
  }
  .request-syllabus-modal .form-group, .workshop-waitlist-modal .form-group, .apply-coupon-modal .form-group {
    width: 100%;
  }
  .request-syllabus-modal .btn, .workshop-waitlist-modal .btn, .apply-coupon-modal .btn {
    width: 100%;
  }
}

.company-logo-ctn .company-img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  max-height: 90px;
}
.company-logo-ctn .company-img img, .company-logo-ctn .company-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .company-logo-ctn .company-img .coursereport-logo {
  width: 260px;
  height: 52px;
  max-width: 260px;
  width: 100%;
}
.company-logo-ctn .company-img img.alt, .company-logo-ctn .company-img .reviews-ctn .reviews-coursereport-ctn .alt.coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .company-logo-ctn .company-img .alt.coursereport-logo {
  position: relative;
  top: -52px;
  opacity: 0;
}
@media (max-width: 767px) {
  .company-logo-ctn .company-img {
    max-width: 260px;
    display: block;
    margin: 0 auto;
  }
}

#your-own-mentor {
  background-color: #00c09d;
  color: #ffffff;
  padding: 32px 0;
  text-align: center;
  letter-spacing: 0.5px;
}
#your-own-mentor .row {
  margin-right: 0;
}
#your-own-mentor h3 {
  font-size: 36px;
  font-weight: normal;
}
#your-own-mentor .computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 30px;
  padding-top: 15px;
}
#your-own-mentor video {
  display: inline-block;
  width: 344px;
  float: left;
  height: 298px;
  padding-bottom: 36px;
}
#your-own-mentor .primary-heading {
  margin: 32px 0 20px;
  padding: 0;
  font-weight: 600;
}
#your-own-mentor .secondary-heading {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: normal;
}
#your-own-mentor h5 {
  font-size: 16px;
  font-weight: 600;
}
#your-own-mentor p, #your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #your-own-mentor a {
  font-size: 14px;
  font-weight: normal;
  padding: 0 30px;
}
#your-own-mentor .icons {
  max-width: 80px;
  vertical-align: middle;
}
#your-own-mentor .icons.feedback {
  max-width: 60px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #your-own-mentor {
    padding: 0 0 64px;
    margin: 0;
  }
  #your-own-mentor .primary-heading {
    margin: 44px 0;
    font-size: 22px;
  }
  #your-own-mentor .secondary-heading {
    font-size: 18px;
  }
  #your-own-mentor h5, #your-own-mentor p, #your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #your-own-mentor a {
    font-size: 14px;
  }
  #your-own-mentor p, #your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #your-own-mentor a {
    padding: 0;
  }
  #your-own-mentor .icons {
    max-width: 60px;
  }
  #your-own-mentor .icons.feedback {
    max-width: 50px;
  }
}

#workshop-landing-hero-ctn {
  background-image: linear-gradient(266deg, #6db9b9, #326f9b) !important;
  border: solid 1px #979797;
  padding-bottom: 0;
  max-height: 460px !important;
}
#workshop-landing-hero-ctn.page-hero-banner {
  min-height: 460px !important;
}
#workshop-landing-hero-ctn .banner-video {
  width: 50%;
  float: right;
}
#workshop-landing-hero-ctn .banner-video .video-content {
  width: 545px;
  margin: 0 auto;
  position: relative;
}
#workshop-landing-hero-ctn .banner-video .video-content .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 545px;
  background: #000;
  opacity: 0.72;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
#workshop-landing-hero-ctn .hero-inner {
  width: 50%;
  float: left;
  padding-left: 50px;
}
#workshop-landing-hero-ctn .hero-inner .wk-overview {
  list-style: disc;
  padding: 0;
}
#workshop-landing-hero-ctn .hero-inner .wk-overview li {
  display: inline-block;
  margin: 0 5px;
}
#workshop-landing-hero-ctn .hero-inner .wk-overview li:first-child {
  margin-left: 0;
}
#workshop-landing-hero-ctn .hero-inner .workshop-name {
  font-size: 36px;
  margin: 35px 0;
}
#workshop-landing-hero-ctn .hero-inner .tagline {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 60px;
  width: 80%;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  #workshop-landing-hero-ctn .banner-video .video-content .text-overlay {
    width: 445px;
  }
  #workshop-landing-hero-ctn .desktop-video {
    width: 445px;
    height: 310px;
  }
}
@media (max-width: 991px) {
  #workshop-landing-hero-ctn {
    max-height: 550px !important;
  }
  #workshop-landing-hero-ctn .banner-video, #workshop-landing-hero-ctn .hero-inner {
    float: none;
    width: 100%;
    display: block;
  }
  #workshop-landing-hero-ctn .banner-video {
    direction: initial;
    padding: 0;
    width: 545px;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  #workshop-landing-hero-ctn {
    max-height: 550px !important;
  }
  #workshop-landing-hero-ctn .banner-video, #workshop-landing-hero-ctn .hero-inner {
    float: none;
    width: 100%;
    display: block;
  }
  #workshop-landing-hero-ctn .banner-video {
    direction: initial;
    padding: 0;
    width: 320px;
    margin: 20px auto;
  }
  #workshop-landing-hero-ctn .banner-video .video-content {
    width: 310px;
    height: 177px;
  }
  #workshop-landing-hero-ctn .banner-video .video-content .text-overlay {
    width: 300px;
  }
  #workshop-landing-hero-ctn .banner-video .desktop-video {
    width: 310px;
    height: 177px;
  }
  #workshop-landing-hero-ctn .hero-inner {
    text-align: center;
    padding: 0;
  }
  #workshop-landing-hero-ctn .hero-inner .wk-overview li {
    font-size: 14px;
  }
  #workshop-landing-hero-ctn .hero-inner .workshop-name {
    font-size: 22px;
    margin: 10px 0;
  }
  #workshop-landing-hero-ctn .hero-inner .tagline {
    width: 100%;
    margin-bottom: 10px;
  }
  #workshop-landing-hero-ctn .hero-inner .btn-primary {
    margin-bottom: 50px;
  }
}

.ready-to-enroll {
  background-color: rgba(239, 239, 246, 0.61);
  padding: 32px 0;
}
.ready-to-enroll h2 {
  font-size: 48px;
}
.ready-to-enroll h2, .ready-to-enroll h5 {
  margin: 0;
}
.ready-to-enroll .limited-spots {
  margin: 18px 0 74px;
  font-size: 20px;
}
.ready-to-enroll .choose-date {
  margin-bottom: 27px;
  font-size: 20px;
}
.ready-to-enroll .enroll-card-wrapper {
  text-align: center;
}
.ready-to-enroll .enroll-card-wrapper .enroll-card {
  display: inline-block;
  width: 333px;
  margin-right: 20px;
  background: #fff;
  padding: 10px 0;
  border: solid 1px #a4a4af;
  border-radius: 5px;
  position: relative;
}
.ready-to-enroll .enroll-card-wrapper .enroll-card .few-spots {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  background-color: #00c09d;
  padding: 4px;
  color: #fff;
  letter-spacing: 0.4px;
}
.ready-to-enroll .enroll-card-wrapper .enroll-card .date {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #48485e;
  width: 76%;
  padding: 50px 0;
  margin: 0 auto;
}
.ready-to-enroll .enroll-card-wrapper .enroll-card .btn {
  padding: 10px 0;
  display: block;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ready-to-enroll .enroll-card-wrapper .enroll-card {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .ready-to-enroll .enroll-card-wrapper .enroll-card {
    display: block;
    width: 310px;
    margin: 0 auto 20px;
  }
}

#dab-payment-changes .email-ctn {
  margin-top: 10px;
}
#dab-payment-changes .coupon-discount-msg-ctn {
  margin: 5px 0;
  font-weight: 700;
  font-size: 12px;
}
#dab-payment-changes .user-registration-form {
  width: 70%;
  margin-left: 15px;
}
@media (max-width: 991px) {
  #dab-payment-changes .user-registration-form {
    width: 100%;
    margin-left: 0;
  }
}
#dab-payment-changes .email-header {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
#dab-payment-changes .display-email {
  float: none !important;
  position: static;
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
@media (max-width: 991px) {
  #dab-payment-changes .display-email {
    margin-left: 0;
  }
}
#dab-payment-changes .align-beside {
  display: block;
  position: static;
  width: 100%;
  font-size: 12px;
}
@media (max-width: 991px) {
  #dab-payment-changes .align-beside {
    margin-bottom: 5px;
  }
}
#dab-payment-changes .login-msg {
  margin-top: 10px;
  font-size: 11px;
}
#dab-payment-changes .logout-msg {
  display: none;
}
#dab-payment-changes .exp-logout {
  display: inline-block;
  margin-left: 25px;
  font-size: 12px;
}
@media (max-width: 991px) {
  #dab-payment-changes .exp-logout {
    display: block;
    float: none;
    margin: 5px 0 10px 0;
  }
}
#dab-payment-changes .form-control-static {
  padding: 0;
}
#dab-payment-changes .workshop-price {
  margin-bottom: 0;
}
#dab-payment-changes .payment-text {
  font-size: 16px;
  font-weight: 700;
}
#dab-payment-changes .payment-subtext {
  display: inline-block;
  font-size: 11px;
  max-width: 400px;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #dab-payment-changes .workshop-cohort-ctn, #dab-payment-changes .reg-ctn {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #dab-payment-changes .user-registration-form {
    max-width: 60%;
    display: inline-block;
  }
  #dab-payment-changes .login-msg {
    text-align: center;
  }
}
#dab-payment-changes .workshop-cohort-ctn {
  margin: 0 !important;
}
#dab-payment-changes .workshop-cohort-ctn select {
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
}
#dab-payment-changes .workshop-cohort-ctn select option {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn {
  display: block;
  margin: 5px 0 5px 15px;
}
#dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn .btn-group button {
  padding: 12px 16px;
}
#dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn .btn-group button .cohort-date {
  font-size: 20px;
}
#dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn .btn-group .dropdown-menu {
  text-align: center;
}
#dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn .btn-group .dropdown-menu li a {
  font-weight: bold;
  font-size: 20px;
}
#dab-payment-changes .price-ctn {
  padding-left: 0 !important;
}
#dab-payment-changes .price-ctn p, #dab-payment-changes .price-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn #dab-payment-changes .price-ctn a {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
}
#dab-payment-changes .price-ctn .plan-option {
  margin: 5px 0 5px 15px;
}
@media (max-width: 767px) {
  #dab-payment-changes .workshop-cohort-ctn .form-group.dropdown-btn {
    margin: 0;
  }
}

.enroll-today-msg {
  margin-top: 5px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .enroll-today-msg {
    margin-bottom: 5px;
    text-align: center;
  }
}

.workshop-price-ctn .enroll-btn-ctn {
  padding: 40px 0 5px;
}
.workshop-price-ctn .free-trial-btn {
  padding: 20px 65px;
  font-size: 20px;
}
.workshop-price-ctn .enroll-now-msg {
  font-size: 14px;
}
@media (max-width: 767px) {
  .workshop-price-ctn .enroll-btn-ctn .free-trial-btn {
    width: 80%;
    padding: 20px 35px;
    font-size: 16px;
  }
}

.scroll-to-top-btn {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 115px;
  right: 11px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.scroll-to-top-btn i.fa {
  font-size: 14px;
}
@media (min-width: 992px) {
  .scroll-to-top-btn {
    display: none;
  }
}

.ateam-hero {
  position: relative;
  overflow: hidden;
  background-image: url("/images/springboard/team_hero.9f36ca06.png");
  background-size: cover;
  background-position: center right;
}
.ateam-hero h1 {
  font-size: 62px;
}
.ateam-hero .scroll-down {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ateam-hero .scroll-down {
    bottom: 10px;
  }
}
.ateam-hero .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  margin-top: 10px;
}
.ateam-hero .hero-inner {
  color: #fff;
}
.ateam-hero .resources-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 991px) {
  .ateam-hero h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .ateam-hero h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .ateam-hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .ateam-hero h4 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.ateam-vision {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ateam-vision {
    background-image: none;
  }
}
.ateam-vision .mobile-img {
  margin-left: -15px;
  margin-right: -15px;
}
.ateam-vision .mobile-img img, .ateam-vision .mobile-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-vision .mobile-img .coursereport-logo {
  margin: 0 auto;
}
.ateam-vision .separator-green {
  width: 50px;
  height: 2px;
  background-color: #00c09d;
  margin: 10px 0;
}

.ateam-team {
  /* padding-top: 50px;
  @media(max-width: $screen-sm-max) {
      padding-top: 30px;
  }
  text-align: center; */
}
@media (max-width: 991px) {
  .ateam-team .owl-item:nth-child(odd) {
    direction: rtl;
  }
  .ateam-team .owl-item:nth-child(even) {
    direction: ltr;
  }
}
@media (max-width: 991px) {
  .ateam-team .owl-item {
    direction: inherit;
  }
}
.ateam-team .owl-team {
  position: relative;
}
@media (max-width: 767px) {
  .ateam-team .owl-team .owl-item {
    direction: ltr;
  }
  .ateam-team .owl-team .owl-item .thumbnail {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .ateam-team .team-member:not(.team-detail) .thumbnail {
    max-width: 280px;
  }
}
.ateam-team .team-card {
  text-align: center;
  color: #48485e;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 15px auto;
  padding: 20px 30px;
  background: #fff;
  max-width: 280px;
}
.ateam-team .team-card.team-card-wide {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ateam-team .team-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.ateam-team .team-card .team-img {
  padding-bottom: 25px;
  margin: auto;
}
.ateam-team .team-card .team-img img, .ateam-team .team-card .team-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-team .team-card .team-img .coursereport-logo {
  object-fit: cover;
  height: 190px;
  width: auto;
  border-radius: 50%;
  margin: 0 auto;
}
.ateam-team .team-card .team-name {
  font-size: 21px;
  font-wefight: 700;
  font-family: "Open Sans", sans-serif;
}
.ateam-team .team-card .team-role {
  font-size: 16px;
  font-style: italic;
}
.ateam-team .team-card .team-short-profile {
  padding-top: 25px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .ateam-team .team-card {
    margin-left: 0 auto;
    margin-right: 0 auto;
  }
}
.ateam-team .team-card-wide {
  max-width: none;
}
@media (min-width: 768px) {
  .ateam-team .det-img-left, .ateam-team .det-text-right {
    float: none;
  }
}
@media (max-width: 991px) {
  .ateam-team .det-img-left, .ateam-team .det-text-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ateam-team .det-text-right {
    padding-left: 30px;
  }
}

.team-detail {
  position: absolute;
  z-index: 20;
}
.team-detail .separator {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #00c09d;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-detail .separator {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.team-detail .close {
  cursor: pointer;
  color: #48485e;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2000;
}

.ateam-mentor {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .ateam-mentor {
    padding-bottom: 30px;
  }
}
.ateam-mentor .mentor-card {
  text-align: center;
  font-size: 16px;
  color: #48485e;
}
.ateam-mentor .mentor-card .mentor-img img, .ateam-mentor .mentor-card .mentor-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-mentor .mentor-card .mentor-img .coursereport-logo {
  object-fit: cover;
  height: 190px;
  width: auto;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.ateam-mentor .mentor-card .mentor-name {
  padding-top: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.ateam-mentor .mentor-card .mentor-role {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
}
@media (max-width: 991px) {
  .ateam-mentor .mentor-card {
    font-size: 13px;
  }
}
.ateam-mentor .mentor-subtext, .ateam-mentor .investor-subtext {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-top: 30px;
}
.ateam-mentor .investor-subtext {
  padding-bottom: 30px;
}
.ateam-mentor .mentor-link {
  margin-top: 20px;
}
.ateam-mentor .mentor-link button {
  padding-left: 50px;
  padding-right: 50px;
}

.ateam-gallery {
  position: relative;
  z-index: 10;
}
.ateam-gallery .featured-img img, .ateam-gallery .featured-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .featured-img .coursereport-logo {
  object-fit: cover;
  width: 580px;
  height: 580px;
}
.ateam-gallery .detail-img img, .ateam-gallery .detail-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .detail-img .coursereport-logo {
  object-fit: cover;
  width: 280px;
  height: 280px;
}
@media (max-width: 767px) {
  .ateam-gallery .featured-img img, .ateam-gallery .featured-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .featured-img .coursereport-logo, .ateam-gallery .detail-img img, .ateam-gallery .detail-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .detail-img .coursereport-logo {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ateam-gallery .dir-sm-rt {
    direction: rtl;
  }
  .ateam-gallery .dir-sm-rt img, .ateam-gallery .dir-sm-rt .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .dir-sm-rt .coursereport-logo {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ateam-gallery .dir-sm-lf {
    direction: ltr;
  }
  .ateam-gallery .dir-sm-lf img, .ateam-gallery .dir-sm-lf .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-gallery .dir-sm-lf .coursereport-logo {
    margin: 0 !important;
  }
}
.ateam-gallery .pad-bot-30 {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ateam-gallery .pad-bot-30 {
    padding-bottom: 5px;
  }
}
.ateam-gallery .pad-top-10 {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .ateam-gallery .pad-top-10 {
    padding-top: 5px;
  }
}
.ateam-gallery .pad-bot-10 {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ateam-gallery .pad-bot-10 {
    padding-bottom: 5px;
  }
}

.ateam-stats {
  /* padding-bottom: 50px;
  @media(max-width: $screen-sm-max) {
      padding-bottom: 30px;
  } */
}
.ateam-stats div {
  text-align: center;
}
.ateam-stats .stat-green {
  color: #00c09d;
}

.ateam-join-us .join-us-inner {
  position: relative;
}
.ateam-join-us .join-us-inner .join-button {
  margin-bottom: 20px;
}
.ateam-join-us .join-us-inner .join-button button {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .ateam-join-us .join-us-inner .join-button button {
    width: 100%;
  }
}
.ateam-join-us .join-us-inner .join-us-img {
  position: absolute;
  right: 0px;
  bottom: -25%;
  overflow: hidden;
}
.ateam-join-us .join-us-inner .join-us-img img, .ateam-join-us .join-us-inner .join-us-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ateam-join-us .join-us-inner .join-us-img .coursereport-logo {
  margin: 0 auto;
  width: auto;
  max-height: 250px;
}
@media (max-width: 1199px) {
  .ateam-join-us .join-us-inner .join-us-img {
    bottom: -15%;
  }
}

@media (min-width: 992px) {
  .col-md-5in12 {
    width: 20%;
    float: left;
  }
}

.light-text p, .light-text .above-footer-cta-ctn a, .above-footer-cta-ctn .light-text a {
  color: #7a7a7a;
}

.quote-pink {
  color: #ef2964;
}

.alumni-hero {
  position: relative;
  background-position: center right;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
.alumni-hero h2 {
  font-size: 62px;
}
.alumni-hero:before {
  display: block;
  z-index: 5;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.alumni-hero .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  margin-top: 10px;
  margin-bottom: 10px;
}
.alumni-hero .hero-banner-inner {
  z-index: 10;
  position: relative;
  color: #fff;
}
.alumni-hero .curr_job {
  font-size: 22px;
}
@media (max-width: 991px) {
  .alumni-hero .curr_job {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .alumni-hero .curr_job {
    font-size: 18px;
    margin-top: -10px;
    padding-bottom: 10px;
  }
}
.alumni-hero .alum-meta div {
  padding: 0;
}
@media (max-width: 767px) {
  .alumni-hero .alum-meta .mob_wrap {
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .alumni-hero .alum-meta div:not(.mob_wrap) {
    padding: 5px 0;
  }
}
.alumni-hero .alum-meta a {
  color: #efff1d;
}
@media (min-width: 992px) {
  .alumni-hero .alum-meta {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-hero .alum-meta {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .alumni-hero h2 {
    font-size: 42px;
  }
  .alumni-hero h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .alumni-hero h2 {
    font-size: 30px;
  }
  .alumni-hero h4 {
    font-size: 14px;
  }
}

.alumni-quote .quotes-ctn, .alumni-quote-2 .quotes-ctn {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-quote .quotes-ctn, .alumni-quote-2 .quotes-ctn {
    font-size: 24px;
    padding-left: 30px;
  }
  .alumni-quote .quotes-ctn .quote, .alumni-quote-2 .quotes-ctn .quote {
    font-size: 55px;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  .alumni-quote .quotes-ctn, .alumni-quote-2 .quotes-ctn {
    font-size: 18px;
    padding-left: 20px;
  }
  .alumni-quote .quotes-ctn .quote, .alumni-quote-2 .quotes-ctn .quote {
    font-size: 40px;
    line-height: 1.1em;
  }
}

@media (min-width: 992px) {
  .alumni-story .pad-md-r-20 {
    padding-right: 20px;
  }
}
.alumni-story h2 {
  font-size: 24px;
}
.alumni-story .alumni-quote-2 .quotes-ctn {
  font-size: 30px;
}
.alumni-story .alumni-img-b, .alumni-story .alumni-img-c, .alumni-story .quote-img {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-story .quote-img {
    margin-top: 30px;
  }
  .alumni-story .alumni-img-b, .alumni-story .alumni-img-c {
    margin-top: 0;
  }
  .alumni-story .alumni-img-a, .alumni-story .alumni-img-b {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .alumni-story .alumni-img-b, .alumni-story .alumni-img-c {
    direction: rtl;
  }
}
@media (max-width: 767px) {
  .alumni-story .alumni-img-a img, .alumni-story .alumni-img-a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .alumni-story .alumni-img-a .coursereport-logo, .alumni-story .alumni-img-b img, .alumni-story .alumni-img-b .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .alumni-story .alumni-img-b .coursereport-logo, .alumni-story .alumni-img-c img, .alumni-story .alumni-img-c .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .alumni-story .alumni-img-c .coursereport-logo {
    margin: 0 auto;
  }
  .alumni-story .alumni-img-b {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.alumni-signup {
  padding-top: 20px;
  padding-bottom: 30px;
}
.alumni-signup h3 {
  font-size: 30px;
}
.alumni-signup .view-course button {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .alumni-signup h3 {
    font-size: 24px;
  }
  .alumni-signup .view-course button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .alumni-signup {
    text-align: center;
    padding-top: 0;
  }
  .alumni-signup .view-course button {
    width: 100%;
    margin-top: 0;
  }
  .alumni-signup h3 {
    font-size: 18px;
  }
}

.mentors-hero {
  position: relative;
  background-image: url("/images/springboard/mentors_hero.ec0c9ca2.png");
  background-position: center right;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
.mentors-hero h1 {
  font-size: 62px;
}
.mentors-hero .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mentors-hero .hero-banner-inner {
  z-index: 10;
  color: #fff;
}
@media (max-width: 991px) {
  .mentors-hero h1 {
    font-size: 42px;
  }
  .mentors-hero h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mentors-hero h1 {
    font-size: 30px;
  }
  .mentors-hero h4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .content-div .small-screen-collapse-nav .btn {
    font-size: 14px;
  }
  .content-div .small-screen-collapse-nav .btn i {
    font-size: 18px;
  }
}

.ws-mentors .is_stuck {
  margin-top: 10px;
}
.ws-mentors #wsf {
  padding-left: 0px;
  padding-right: 0px;
}
.ws-mentors .tab-content {
  position: relative;
}
.ws-mentors .tab-content:not(.active) {
  display: none;
}
@media (max-width: 767px) {
  .ws-mentors {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ws-mentors .tab-content > div:nth-child(2n) {
    direction: rtl;
  }
  .ws-mentors .tab-content > div:nth-child(4n) {
    direction: ltr;
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .ws-mentors .tab-content > div.ws-mentor-card:nth-child(2n) {
    direction: rtl;
  }
  .ws-mentors .tab-content > div.ws-mentor-card:nth-child(4n) {
    direction: ltr;
  }
}
.ws-mentors .ws-mentor-card {
  margin-left: auto;
  margin-right: auto;
}
.ws-mentors .ws-mentor-card .thumbnail {
  direction: ltr;
  height: 320px;
  max-width: 280px;
}
.ws-mentors .ws-mentor-card .thumbnail .caption {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .ws-mentors .ws-mentor-card .thumbnail {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .ws-mentors .ws-mentor-card {
    padding: 5px;
  }
  .ws-mentors .ws-mentor-card:first-child {
    padding-left: 0px;
  }
  .ws-mentors .ws-mentor-card:nth-child(3) {
    padding-right: 0px;
  }
  .ws-mentors .ws-mentor-card .thumbnail {
    width: auto;
    height: 130px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.ws-mentors .mentor-img .circle-crop {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  overflow: hidden;
  background: #4d4d4d;
  margin: auto;
}
@media (max-width: 767px) {
  .ws-mentors .mentor-img .circle-crop {
    height: 65px;
    width: 65px;
    margin-top: -10px;
  }
}
.ws-mentors .mentor-img .circle-crop img, .ws-mentors .mentor-img .circle-crop .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-mentors .mentor-img .circle-crop .coursereport-logo {
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.ws-mentors .mentor-img .mentor-thumb {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  height: 195px;
  width: auto;
}
@media (max-width: 767px) {
  .ws-mentors .mentor-img .mentor-thumb {
    height: 65px;
    width: auto;
    margin-top: -10px;
  }
}
.ws-mentors .mentor-img .pills {
  height: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .ws-mentors .mentor-img .pills {
    height: 10px;
  }
}
@media (max-width: 767px) {
  .ws-mentors .mentor-img .fa-circle {
    font-size: 10px;
  }
}
.ws-mentors .ws-filters .view-all-hr {
  margin: 5px 10px;
  border-top: 1px solid #d5d5df;
}
.ws-mentors .ws-filters ul {
  list-style: none;
  padding-left: 0;
}
.ws-mentors .ws-filters .filter {
  cursor: pointer;
  width: 100%;
  padding: 5px;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.ws-mentors .ws-filters .filter.active {
  background-color: #fff;
}
.ws-mentors .ws-filters .filter:hover {
  background-color: #fff;
}
.ws-mentors .ws-filters .filter:not(.active) {
  color: #afafba;
}
.ws-mentors .ws-filters .filter:not(.active) .fa-circle {
  color: #afafba;
}
.ws-mentors .ws-filters .filter-circle {
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.ws-mentors .ws-filters .filter-label {
  display: inline-block;
}
.ws-mentors .mentor-name {
  font-size: 21px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .ws-mentors .mentor-name {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }
}
.ws-mentors .mentor-tagline {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0px;
}
.ws-mentors .mentor-short-profile, .ws-mentors .mentor-profile {
  font-size: 14px;
}
.ws-mentors .view-more {
  width: 100%;
  display: inline-block;
}
.ws-mentors .view-more-btn {
  display: block;
  margin: 0 auto;
}
.ws-mentors .loading-spinner {
  height: 56px;
  width: 100%;
  display: inline-block;
}

.get-mentored-inner {
  padding-bottom: 30px;
}
.get-mentored-inner h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .get-mentored-inner h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .get-mentored-inner h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.get-mentored .form-inline .form-group {
  width: 100%;
}
.get-mentored .form-inline .form-group input.form-control {
  width: 98%;
}
.get-mentored .ws-select .small-screen-collapse-nav {
  padding: 0px;
}
.get-mentored .ws-select .small-screen-collapse-nav .btn {
  background-color: #1fac8d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  height: 42px;
  text-align: left;
}
.get-mentored .ws-select .small-screen-collapse-nav .btn:hover, .get-mentored .ws-select .small-screen-collapse-nav .btn:focus {
  background-color: #1fac8d;
  color: #fff;
}
.get-mentored .ws-select #collapse-im-ready-dropdown {
  background-color: #1fac8d;
  color: #fff;
  width: 100%;
  position: static;
  box-sizing: border-box;
}
.get-mentored .ws-select #collapse-im-ready-dropdown .list-unstyled {
  padding: 5px 15px 20px;
}
.get-mentored .ws-select #collapse-im-ready-dropdown .list-unstyled li {
  margin-bottom: 5px;
}
.get-mentored .ws-select #collapse-im-ready-dropdown a {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.get-mentored .justify-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .get-mentored .form-inline .col-md-4 {
    text-align: center;
  }
  .get-mentored .form-inline .form-group {
    margin-top: 20px;
  }
  .get-mentored .form-inline .form-group input.form-control {
    width: 100%;
  }
}

.ws-mentor-detail {
  position: absolute;
  left: 0px;
  z-index: 100;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .ws-mentor-detail {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ws-mentor-detail .thumbnail {
  min-height: 320px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 100;
  box-shadow: 4px 4px 0px #d5d5df;
  text-decoration: none;
  border-color: #ddd;
}
@media (min-width: 992px) {
  .ws-mentor-detail .thumbnail {
    padding-left: 0px;
  }
}
.ws-mentor-detail .thumbnail .mentor-detail-l {
  max-width: 280px;
}
.ws-mentor-detail .circle-crop {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  overflow: hidden;
  background: #4d4d4d;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .ws-mentor-detail .circle-crop {
    height: 65px;
    width: 65px;
    margin-top: -10px;
  }
}
.ws-mentor-detail .circle-crop img, .ws-mentor-detail .circle-crop .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-mentor-detail .circle-crop .coursereport-logo {
  width: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.ws-mentor-detail .mentor-thumb {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 10px;
  border-radius: 50%;
  height: 195px;
  width: auto;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .ws-mentor-detail .fa-circle {
    font-size: 10px;
  }
}
.ws-mentor-detail .mentor-name {
  font-size: 21px;
  margin-bottom: 0px;
}
.ws-mentor-detail .mentor-tagline {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0px;
}
.ws-mentor-detail .mentor-short-profile, .ws-mentor-detail .mentor-profile {
  font-size: 14px;
}
.ws-mentor-detail .separator {
  width: 50px;
  height: 2px;
  background-color: #00c09d;
  margin-top: 15px;
  margin-bottom: 10px;
}
.ws-mentor-detail .close {
  cursor: pointer;
  color: #48485e;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .ws-mentor-detail .mentor-thumb {
    height: 90px;
    width: auto;
    margin-bottom: 10px;
  }
  .ws-mentor-detail .circle-crop {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #4d4d4d;
    margin: auto;
  }
  .ws-mentor-detail .circle-crop img, .ws-mentor-detail .circle-crop .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-mentor-detail .circle-crop .coursereport-logo {
    width: 100%;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
  }
}

.fa-circle.all {
  color: #48485e;
}
.fa-circle.ux-design {
  color: #0099bf;
}
.fa-circle.data-science {
  color: #f68001;
}
.fa-circle.data-science-intensive {
  color: #9acc00;
}
.fa-circle.analytics {
  color: #8e44ad;
}
.fa-circle.workshop-4 {
  color: #7a306c;
}
.fa-circle.workshop-5 {
  color: #fe4a49;
}
.fa-circle.workshop-6 {
  color: #048a81;
}

#ws-nav button, #ws-nav li > a {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700;
}
#ws-nav li {
  padding: 5px 15px;
}
#ws-nav li:first-child {
  padding-top: 10px;
}
#ws-nav li:last-child {
  padding-bottom: 0;
}
#ws-nav a {
  color: #fff;
  width: 100%;
  height: 30px;
}
#ws-nav a:hover {
  color: #fff;
  text-decoration: none;
}

.terms-doc-ctn, .privacy-doc-ctn {
  text-align: justify;
}
.terms-doc-ctn h5, .privacy-doc-ctn h5 {
  font-size: 22px;
}
.terms-doc-ctn header, .privacy-doc-ctn header {
  padding-bottom: 0px;
}
.terms-doc-ctn article, .privacy-doc-ctn article {
  margin-bottom: 16px;
  font-size: 16px;
}
.terms-doc-ctn > ul > li, .privacy-doc-ctn > ul > li {
  margin-bottom: 15px;
}
.terms-doc-ctn ol, .terms-doc-ctn ul, .privacy-doc-ctn ol, .privacy-doc-ctn ul {
  margin-top: 10px;
  margin-bottom: 30px;
}
.terms-doc-ctn p, .terms-doc-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .terms-doc-ctn a, .privacy-doc-ctn p, .privacy-doc-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .privacy-doc-ctn a {
  margin-bottom: 16px;
  font-size: 16px;
  margin-left: 20px;
}
.terms-doc-ctn li, .privacy-doc-ctn li {
  font-size: 16px;
  margin-bottom: 10px;
}
.terms-doc-ctn li:last-child, .privacy-doc-ctn li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .heading-center-xs h1, .heading-center-xs h2, .heading-center-xs h3, .heading-center-xs h4, .heading-center-xs h5 {
    text-align: center;
  }
}

.sb-hubpage-hero-ctn {
  background-color: #0e3850;
}
.sb-hubpage-hero-ctn .cf:before, .sb-hubpage-hero-ctn .curriculum-content form .control:before, .curriculum-content form .sb-hubpage-hero-ctn .control:before, .sb-hubpage-hero-ctn .curriculum-content .group_buttons:before, .curriculum-content .sb-hubpage-hero-ctn .group_buttons:before, .sb-hubpage-hero-ctn .curriculum-content .container:before, .curriculum-content .sb-hubpage-hero-ctn .container:before, .sb-hubpage-hero-ctn .curriculum-content .modal_content:before, .curriculum-content .sb-hubpage-hero-ctn .modal_content:before, .sb-hubpage-hero-ctn .curriculum-content .social_stat:before, .curriculum-content .sb-hubpage-hero-ctn .social_stat:before, .sb-hubpage-hero-ctn .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .sb-hubpage-hero-ctn .meta:before, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .meta:before, .sb-hubpage-hero-ctn .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .sb-hubpage-hero-ctn .ratings:before, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .ratings:before, .sb-hubpage-hero-ctn .curriculum-content .items_container:before, .curriculum-content .sb-hubpage-hero-ctn .items_container:before, .sb-hubpage-hero-ctn .curriculum-content .item_details:before, .curriculum-content .sb-hubpage-hero-ctn .item_details:before, .sb-hubpage-hero-ctn .curriculum-content .face_wall:before, .curriculum-content .sb-hubpage-hero-ctn .face_wall:before, .sb-hubpage-hero-ctn .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .sb-hubpage-hero-ctn .profile_inner:before, .sb-hubpage-hero-ctn .curriculum-content .learning_path_content:before, .curriculum-content .sb-hubpage-hero-ctn .learning_path_content:before, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter:before, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter:before, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter > header:before, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter > header:before, .sb-hubpage-hero-ctn .curriculum-content .each_resource:before, .curriculum-content .sb-hubpage-hero-ctn .each_resource:before, .sb-hubpage-hero-ctn .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .sb-hubpage-hero-ctn .heading:before, .sb-hubpage-hero-ctn .cf:after, .sb-hubpage-hero-ctn .curriculum-content form .control:after, .curriculum-content form .sb-hubpage-hero-ctn .control:after, .sb-hubpage-hero-ctn .curriculum-content .group_buttons:after, .curriculum-content .sb-hubpage-hero-ctn .group_buttons:after, .sb-hubpage-hero-ctn .curriculum-content .container:after, .curriculum-content .sb-hubpage-hero-ctn .container:after, .sb-hubpage-hero-ctn .curriculum-content .modal_content:after, .curriculum-content .sb-hubpage-hero-ctn .modal_content:after, .sb-hubpage-hero-ctn .curriculum-content .social_stat:after, .curriculum-content .sb-hubpage-hero-ctn .social_stat:after, .sb-hubpage-hero-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .sb-hubpage-hero-ctn .meta:after, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .meta:after, .sb-hubpage-hero-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .sb-hubpage-hero-ctn .ratings:after, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .ratings:after, .sb-hubpage-hero-ctn .curriculum-content .items_container:after, .curriculum-content .sb-hubpage-hero-ctn .items_container:after, .sb-hubpage-hero-ctn .curriculum-content .item_details:after, .curriculum-content .sb-hubpage-hero-ctn .item_details:after, .sb-hubpage-hero-ctn .curriculum-content .face_wall:after, .curriculum-content .sb-hubpage-hero-ctn .face_wall:after, .sb-hubpage-hero-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .sb-hubpage-hero-ctn .profile_inner:after, .sb-hubpage-hero-ctn .curriculum-content .learning_path_content:after, .curriculum-content .sb-hubpage-hero-ctn .learning_path_content:after, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter:after, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter:after, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter > header:after, .sb-hubpage-hero-ctn .curriculum-content .each_resource:after, .curriculum-content .sb-hubpage-hero-ctn .each_resource:after, .sb-hubpage-hero-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .sb-hubpage-hero-ctn .heading:after {
  content: "";
  display: table;
}
.sb-hubpage-hero-ctn .cf:after, .sb-hubpage-hero-ctn .curriculum-content form .control:after, .curriculum-content form .sb-hubpage-hero-ctn .control:after, .sb-hubpage-hero-ctn .curriculum-content .group_buttons:after, .curriculum-content .sb-hubpage-hero-ctn .group_buttons:after, .sb-hubpage-hero-ctn .curriculum-content .container:after, .curriculum-content .sb-hubpage-hero-ctn .container:after, .sb-hubpage-hero-ctn .curriculum-content .modal_content:after, .curriculum-content .sb-hubpage-hero-ctn .modal_content:after, .sb-hubpage-hero-ctn .curriculum-content .social_stat:after, .curriculum-content .sb-hubpage-hero-ctn .social_stat:after, .sb-hubpage-hero-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .sb-hubpage-hero-ctn .meta:after, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .meta:after, .sb-hubpage-hero-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .sb-hubpage-hero-ctn .ratings:after, .sb-hubpage-hero-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .sb-hubpage-hero-ctn .ratings:after, .sb-hubpage-hero-ctn .curriculum-content .items_container:after, .curriculum-content .sb-hubpage-hero-ctn .items_container:after, .sb-hubpage-hero-ctn .curriculum-content .item_details:after, .curriculum-content .sb-hubpage-hero-ctn .item_details:after, .sb-hubpage-hero-ctn .curriculum-content .face_wall:after, .curriculum-content .sb-hubpage-hero-ctn .face_wall:after, .sb-hubpage-hero-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .sb-hubpage-hero-ctn .profile_inner:after, .sb-hubpage-hero-ctn .curriculum-content .learning_path_content:after, .curriculum-content .sb-hubpage-hero-ctn .learning_path_content:after, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter:after, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter:after, .sb-hubpage-hero-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .sb-hubpage-hero-ctn .lp_chapter > header:after, .sb-hubpage-hero-ctn .curriculum-content .each_resource:after, .curriculum-content .sb-hubpage-hero-ctn .each_resource:after, .sb-hubpage-hero-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .sb-hubpage-hero-ctn .heading:after {
  clear: both;
}
@media (max-width: 370px) {
  .sb-hubpage-hero-ctn .hero-inner-xs .hub-name {
    font-size: 22px;
  }
  .sb-hubpage-hero-ctn .hero-inner-xs .hub-tagline {
    font-size: 17px;
  }
}
.sb-hubpage-hero-ctn .hub-name {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .sb-hubpage-hero-ctn .hub-name {
    font-size: 34px;
    padding: 10px 0;
  }
}
.sb-hubpage-hero-ctn .mobile-div {
  padding: 10px 20px;
  position: relative;
}
.sb-hubpage-hero-ctn .mobile-div .requestGuideForm {
  width: 80%;
  margin-left: 10%;
}
@media screen and (max-width: 480px) {
  .sb-hubpage-hero-ctn .mobile-div .requestGuideForm {
    width: 90%;
    margin-left: 5%;
  }
}
.sb-hubpage-hero-ctn .hub-tagline {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sb-hubpage-hero-ctn .hub-tagline {
    font-size: 22px;
    padding: 10px 0;
  }
}
.sb-hubpage-hero-ctn .notify {
  font-size: 10px;
}
.sb-hubpage-hero-ctn .list-checked {
  margin-left: -14px;
}
.sb-hubpage-hero-ctn .list-checked li:before {
  color: #EE2965;
}
.sb-hubpage-hero-ctn .book-thumb-ctn {
  padding-top: 35px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .sb-hubpage-hero-ctn .book-thumb-ctn {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sb-hubpage-hero-ctn .book-thumb-ctn {
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sb-hubpage-hero-ctn .book-thumb-ctn .img-responsive {
    display: inline-block;
    padding-top: 60px;
  }
}
.sb-hubpage-hero-ctn .hero-inner-xs .hub-bullets {
  margin-top: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.sb-hubpage-hero-ctn .requestGuideForm {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .sb-hubpage-hero-ctn .requestGuideForm input[type="email"] {
    width: 380px;
  }
  .sb-hubpage-hero-ctn .requestGuideForm button.btn {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sb-hubpage-hero-ctn .requestGuideForm button.btn {
    margin-top: 10px;
    margin-left: 0px;
    display: block;
  }
}
@media (max-width: 767px) {
  .sb-hubpage-hero-ctn .requestGuideForm {
    margin-top: 0px;
  }
  .sb-hubpage-hero-ctn .requestGuideForm input[type="email"], .sb-hubpage-hero-ctn .requestGuideForm button.btn {
    width: 100%;
  }
}

.sb-hug-page-header {
  padding-top: 8px;
  padding-bottom: 10px;
  background-color: #0e3850;
}
.sb-hug-page-header .share {
  margin-top: 14px;
}
.sb-hug-page-header .sb-logo img, .sb-hug-page-header .sb-logo .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .sb-hug-page-header .sb-logo .coursereport-logo {
  width: 220px;
}
@media (min-width: 767px) {
  .sb-hug-page-header {
    overflow: hidden;
  }
  .sb-hug-page-header .share {
    float: right;
  }
}
@media (max-width: 767px) {
  .sb-hug-page-header .share {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
  }
  .sb-hug-page-header .share .a2a_kit {
    display: table;
    margin: 0 auto;
  }
  .sb-hug-page-header .sb-logo {
    display: table;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sb-hub-pages-ctn .sb-hub-page-about-ctn .about-hub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .sb-hub-pages-ctn .sb-hub-page-about-ctn .about-hub a img, .sb-hub-pages-ctn .sb-hub-page-about-ctn .about-hub a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .sb-hub-pages-ctn .sb-hub-page-about-ctn .about-hub a .coursereport-logo {
    max-width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
  }
}
.sb-hub-pages-ctn .sb-hub-curriculum-ctn {
  background-color: #0e3850;
}
@media (min-width: 767px) {
  .sb-hub-pages-ctn .sb-hub-curriculum-ctn .left-ul {
    padding-right: 40px;
  }
  .sb-hub-pages-ctn .sb-hub-curriculum-ctn .right-ul {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .sb-hub-pages-ctn .sb-hub-curriculum-ctn {
    padding-bottom: 60px;
  }
  .sb-hub-pages-ctn .sb-hub-curriculum-ctn .cta-btn {
    font-size: 16px;
  }
}
.sb-hub-pages-ctn .sb-hub-curriculum-ctn li {
  background-color: #efeff6;
  padding: 15px 25px;
  margin-bottom: 12px;
  font-size: 15px;
}
.sb-hub-pages-ctn .sb-hub-curriculum-ctn li i {
  color: #00c09d;
}
.sb-hub-pages-ctn .sb-hub-curriculum-ctn li:before {
  color: #00c09d;
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 4px;
}
.sb-hub-pages-ctn .sb-hub-curriculum-ctn .cta-ctn {
  margin-top: 15px;
}
.sb-hub-pages-ctn .modal {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.sb-hub-pages-ctn .modal .modal-content {
  margin: 0 auto;
  width: 512px;
  height: 200px;
}
@media (max-width: 767px) {
  .sb-hub-pages-ctn .modal .modal-content {
    width: 100%;
    height: auto;
  }
}
.sb-hub-pages-ctn .modal.in .modal-center.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sb-hub-pages-ctn .modal.in .modal-center.modal-dialog {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.sb-hub-pages-ctn .modal .modal-title {
  padding: 20px;
  color: #00c09d;
  font-size: 28px;
}

.mentor-dashboard-no-text {
  margin-top: 100px;
  margin-left: 100px;
  width: 60%;
}

.mentor-dashboard-wrapper {
  margin-top: 50px;
}

.mentor-dashboard {
  padding: 10px 10px 40px 0px;
  margin: 0 auto;
  min-width: 1230px;
  max-width: 1880px;
  background-color: #F9F9F9;
  /* select{
      -webkit-appearance: menulist;
      -moz-appearance: menulist;
      } */
}
.mentor-dashboard .mentor-top-panel-container {
  display: flex;
}
.mentor-dashboard .notes-student-td {
  padding: 0px;
}
.mentor-dashboard .note-input-box {
  max-width: 100%;
  padding: 14px 8px;
  padding-right: 40px;
  text-align: left;
  word-break: break-word !important;
  border: 1px solid transparent;
  min-height: 112px;
  white-space: pre-wrap;
  cursor: text;
  resize: none !important;
  width: 100%;
  display: block;
}
.mentor-dashboard .note-input-box:disabled {
  background: #fff;
}
.mentor-dashboard .note-input-box:focus {
  box-shadow: 0px 0px 0px 1px #ef2964;
  -moz-box-shadow: 0px 0px 0px 1px #ef2964;
  -webkit-box-shadow: 0px 0px 0px 1px #ef2964;
  outline: none;
  border-color: #ef2964;
}
.mentor-dashboard .rmv-margin-v {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mentor-dashboard .rmv-margin-t {
  margin-top: 0;
}
.mentor-dashboard .rmv-margin-b {
  margin-bottom: 0px;
}
.mentor-dashboard .emerald {
  color: #00c09d;
}
.mentor-dashboard #loading_wrap {
  text-align: center;
  height: 420px;
  padding-top: 150px;
}
.mentor-dashboard #loading_wrap img, .mentor-dashboard #loading_wrap .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard #loading_wrap .coursereport-logo {
  margin-right: 5px;
  position: relative;
  top: 3px;
  height: 18px;
  vertical-align: baseline;
}
.mentor-dashboard .admin-details select {
  background: #fff;
  border: 1px solid #ccc;
}
.mentor-dashboard .mentee-notes {
  font-size: 14px;
}
.mentor-dashboard .mentee-notes p, .mentor-dashboard .mentee-notes .above-footer-cta-ctn a, .above-footer-cta-ctn .mentor-dashboard .mentee-notes a {
  font-size: 14px !important;
}
.mentor-dashboard .student-goals-th {
  position: relative;
}
.mentor-dashboard .student-goals-th .help-text {
  float: right;
  display: inline-block;
  padding: 1px 7px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background: #CED6DD;
}
.mentor-dashboard .student-goals-th .help-text .arrow_box {
  position: absolute;
  background: #48485e;
  border: 1px solid #DFDFDF;
  padding: 5px 10px;
  border-radius: 2px;
  width: 432px;
  right: -16px;
  top: -69px;
  box-shadow: 0px 0px 10px #ececec;
  display: none;
  z-index: 100;
  font-weight: 100;
  color: #fff;
  font-size: 14px;
}
.mentor-dashboard .student-goals-th .help-text .arrow_box:after, .mentor-dashboard .student-goals-th .help-text .arrow_box:before {
  left: 94%;
}
.mentor-dashboard .mentor-details {
  display: none;
  min-height: 205px;
  margin-bottom: 60px;
}
.mentor-dashboard .mentor-details .nav-links a {
  margin-bottom: 5px;
}
.mentor-dashboard .mentor-details .nav-links .community-url-list {
  padding: 0;
}
.mentor-dashboard .mentor-details .nav-links .community-url-list a {
  display: block;
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
  padding: 8px 19px 8px 7px;
  margin: 0;
}
.mentor-dashboard .mentor-details .nav-links .community-url-list a:last-child {
  border: none;
}
.mentor-dashboard .past-studnts-links {
  margin-left: 5px;
}
.mentor-dashboard .t-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 100;
  cursor: not-allowed;
}
.mentor-dashboard .t-overlay.hidden {
  display: none;
}
.mentor-dashboard .no-show-ctn {
  position: relative;
  padding: 24px 5px !important;
  width: 11%;
}
.mentor-dashboard .admin-details {
  display: none;
  padding-left: 12%;
}
.mentor-dashboard .admin-details h4 {
  display: inline-block;
}
.mentor-dashboard .admin-details .workshop-list-ctn {
  margin-right: 30px;
}
.mentor-dashboard .admin-details .mentor-list-ctn, .mentor-dashboard .admin-details .workshop-list-ctn {
  display: inline-block;
  position: relative;
}
.mentor-dashboard .admin-details .mentor-list-ctn .sricon-angle-down, .mentor-dashboard .admin-details .workshop-list-ctn .sricon-angle-down {
  position: absolute;
  right: 8px;
  top: 12px;
  font-size: 19px;
}
.mentor-dashboard .admin-details .mentor-list-ctn .mentor-list, .mentor-dashboard .admin-details .mentor-list-ctn .workshop-list, .mentor-dashboard .admin-details .workshop-list-ctn .mentor-list, .mentor-dashboard .admin-details .workshop-list-ctn .workshop-list {
  min-width: 200px;
  display: inline-block;
  padding: 0px 20px 0px 5px;
  cursor: pointer;
}
.mentor-dashboard a:hover {
  text-decoration: underline;
}
.mentor-dashboard .notify {
  color: #ee5f64;
  margin-left: 15px;
}
.mentor-dashboard ul li {
  list-style: none;
}
.mentor-dashboard table {
  background-color: transparent;
}
.mentor-dashboard caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.mentor-dashboard th {
  text-align: left;
}
.mentor-dashboard td.active {
  background: #EC6067 !important;
  color: #fff;
}
.mentor-dashboard td.active a {
  color: #fff !important;
}
.mentor-dashboard .upcoming-calls {
  position: relative;
}
.mentor-dashboard .upcoming-calls .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.65);
  z-index: 100;
}
.mentor-dashboard .upcoming-calls .calendar-controllers {
  margin-bottom: 10px;
  font-weight: bold;
}
.mentor-dashboard .upcoming-calls .calendar-controllers .btn {
  border: 1px solid #e0e0e7 !important;
}
.mentor-dashboard .upcoming-calls .calendar-controllers .btn .fa {
  font-size: 21px;
}
.mentor-dashboard .upcoming-calls .calendar-controllers .btn[data-action="prev"], .mentor-dashboard .upcoming-calls .calendar-controllers .btn[data-action="next"] {
  padding: 4px 12px;
}
.mentor-dashboard .upcoming-calls .calendar-controllers .btn-group, .mentor-dashboard .upcoming-calls .calendar-controllers .btn[data-action="today"] {
  margin-right: 10px;
}
.mentor-dashboard .upcoming-calls td:not(.active) {
  background: #fff !important;
}
.mentor-dashboard .upcoming-calls td li {
  margin-bottom: 10px;
}
.mentor-dashboard .upcoming-calls td li a.call-date {
  cursor: pointer;
  word-break: break-word;
  position: relative;
  display: inline-block;
}
.mentor-dashboard .upcoming-calls td li a.call-date.is-active-false {
  text-decoration: line-through;
  color: #bdc3c7;
}
.mentor-dashboard .upcoming-calls td li a.call-date .support-msg a {
  color: inherit;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup {
  color: #48485e;
  position: absolute;
  height: auto;
  border: 1px solid #9d9898;
  left: 50%;
  margin-left: -200px;
  bottom: 31px;
  background: #fff;
  padding: 10px 15px 15px 15px;
  cursor: default;
  width: 400px;
  z-index: 100;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup.last-card {
  left: inherit;
  right: 0px;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .form-control {
  border: 1px solid #ccc;
  cursor: pointer;
  height: auto;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup select {
  width: auto;
  display: inline;
  height: auto;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .btn {
  margin-bottom: 10px;
  color: #fff;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .hangout-link {
  background-color: #00c09d;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .hangout-link a {
  color: #fff;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .hangout-link a:hover, .mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .hangout-link a:link {
  text-decoration: none;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .controllers .schedule-cancel-optn-btn {
  background-color: #48485e;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .reschedule-call-time-ctn label {
  margin-top: 5px;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .reschedule-call-time-ctn .date-time-ctn .time-picker {
  width: 95px;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .reschedule-call-time-ctn .date-time-ctn .date-picker {
  width: 120px;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .reschedule-error-ctn, .mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .reschedule-sucess-msg-ctn {
  margin-top: 25px;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .close-this-popup {
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
  background: none;
}
.mentor-dashboard .upcoming-calls td li a.call-date div.reschedule-call-time-popup .close-this-popup i {
  font-size: 16px;
}
.mentor-dashboard .upcoming-calls td.td-day-5 a.call-date div.reschedule-call-time-popup, .mentor-dashboard .upcoming-calls td.td-day-6 a.call-date div.reschedule-call-time-popup {
  left: inherit;
  right: 0px;
}
.mentor-dashboard .upcoming-calls td.td-day-5 .arrow_box:after, .mentor-dashboard .upcoming-calls td.td-day-5 .arrow_box:before, .mentor-dashboard .upcoming-calls td.td-day-6 .arrow_box:after, .mentor-dashboard .upcoming-calls td.td-day-6 .arrow_box:before {
  left: 82%;
}
.mentor-dashboard .arrow_box {
  position: relative;
  background: #88b7d5;
  border: 4px solid #c2e1f5;
}
.mentor-dashboard .arrow_box:after, .mentor-dashboard .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mentor-dashboard .arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 13px;
  margin-left: -13px;
}
.mentor-dashboard .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #413f3f;
  border-width: 14px;
  margin-left: -14px;
}
.mentor-dashboard input.note-reschedule {
  min-width: 160px;
}
.mentor-dashboard .note-reschedule-msg {
  width: 300px;
  height: 150px;
  padding: 10px 10px;
  position: absolute;
  top: -165px;
  left: -60px;
  background: white;
  border: 1px solid #00c09d;
  color: #00c09d;
  z-index: 100;
}
.mentor-dashboard .note-reschedule-msg.error {
  border: 1px solid #ef2964;
  color: #ef2964;
}
.mentor-dashboard .note-reschedule-msg.arrow_box:before {
  border-top-color: #00c09d;
}
.mentor-dashboard .note-reschedule-msg.error.arrow_box:before {
  border-top-color: #ef2964;
}
.mentor-dashboard .nav-links {
  min-width: 170px;
  width: 12%;
  margin-top: -29px;
  position: relative;
  z-index: 100;
  padding-top: 32px;
}
.mentor-dashboard .nav-links ul {
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
  padding-left: 0px;
}
.mentor-dashboard .nav-links ul li {
  display: flex;
  align-items: center;
  padding: 8px 19px 8px 7px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgba(141, 141, 133, 0.15);
  border-bottom: none;
  min-height: 49px;
}
.mentor-dashboard .nav-links ul li a {
  color: #8D8D85;
}
.mentor-dashboard .nav-links ul li a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.mentor-dashboard .total-progress {
  font-family: 'Open Sans', sans-serif;
}
.mentor-dashboard .upcoming-calls {
  flex: 1;
  padding-left: 1%;
  min-height: 155px;
}
.mentor-dashboard .upcoming-calls .table-bordered > thead > tr > th,
.mentor-dashboard .upcoming-calls .table-bordered > tbody > tr > th,
.mentor-dashboard .upcoming-calls .table-bordered > tfoot > tr > th,
.mentor-dashboard .upcoming-calls .table-bordered > thead > tr > td,
.mentor-dashboard .upcoming-calls .table-bordered > tbody > tr > td,
.mentor-dashboard .upcoming-calls .table-bordered > tfoot > tr > td {
  width: 14.2857%;
}
.mentor-dashboard .upcoming-calls ul {
  padding-left: 0px;
  margin-left: 0px;
}
.mentor-dashboard .upcoming-calls .loader {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mentor-dashboard .mentor-intro {
  padding-left: 13%;
  position: relative;
}
.mentor-dashboard .mentor-intro .mentor-name {
  padding-top: 0;
}
.mentor-dashboard .mentor-intro .mentor-profile-btn {
  position: absolute;
  top: 5px;
  right: 2px;
}
.mentor-dashboard .border-default {
  border: 1px solid #ccc;
}
.mentor-dashboard #review-share-modal .modal-dialog {
  text-align: left;
}
.mentor-dashboard #review-share-modal a:hover {
  text-decoration: none;
}
.mentor-dashboard .mentee-survey-form {
  margin-top: 20px;
}
.mentor-dashboard .mentee-survey-form iframe {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 627px;
}
.mentor-dashboard .mentee-details {
  position: relative;
  margin-top: 100px;
}
.mentor-dashboard .mentee-details .mentee-details-sec .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 10px 10px 10px;
}
.mentor-dashboard .mentee-details .project-table thead {
  background-color: #f0f8ff;
}
.mentor-dashboard .mentee-details .project-table thead .help-text {
  float: right;
  display: inline-block;
  padding: 1px 7px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background: #CED6DD;
}
.mentor-dashboard .mentee-details .project-table thead .help-text .arrow_box {
  position: absolute;
  background: #48485e;
  border: 1px solid #DFDFDF;
  padding: 5px 10px;
  border-radius: 2px;
  width: 432px;
  right: -16px;
  top: -69px;
  box-shadow: 0px 0px 10px #ececec;
  display: none;
  z-index: 100;
  font-weight: 100;
  color: #fff;
  font-size: 14px;
}
.mentor-dashboard .mentee-details .project-table thead .help-text .arrow_box:after, .mentor-dashboard .mentee-details .project-table thead .help-text .arrow_box:before {
  left: 94%;
}
.mentor-dashboard .mentee-details .project-table thead .help-text:hover .arrow_box {
  display: block;
}
.mentor-dashboard .mentee-details #project1-heading, .mentor-dashboard .mentee-details #project2-heading {
  cursor: pointer;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details {
  background: #f9f9f9;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li {
  z-index: 1;
  position: relative;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li i.pending-survey {
  color: #ef2964;
  font-size: 31px;
  position: absolute;
  right: -7px;
  top: -2px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 350;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li a {
  font-weight: bold;
  color: #8D8D85;
  z-index: 300;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li i.pending-survey:hover ~ span.hov-wrn, .mentor-dashboard .mentee-details .sub-tab-mentee-details li i.pending-survey:hover ~ span.hov-tail {
  display: block;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li i.mentee-projects-tab {
  z-index: 399;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li i.mentee-calls-tab {
  z-index: 398;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li span.hov-wrn {
  display: none;
  position: absolute;
  top: -11px;
  left: 130px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  background: #ef2964;
  border-radius: 2px;
  width: 305px;
  z-index: 350;
  text-transform: uppercase;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li span.hov-tail {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent #ef2964 transparent transparent;
  border-width: 8px;
  border-style: solid;
  top: -4px;
  left: 115px;
  z-index: 350;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li span.project-review-text {
  left: 110px;
  z-index: 399;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li span.project-review-tail {
  left: 95px;
}
.mentor-dashboard .mentee-details .sub-tab-mentee-details li.active a {
  color: #00c09d;
}
.mentor-dashboard .mentee-details .contact-details a {
  color: #1abc9c;
  text-decoration: underline;
}
.mentor-dashboard .mentee-details .wk-date h4 + h4 {
  padding-top: 0px;
}
.mentor-dashboard .mentee-details .completion-status-ctn {
  height: 335px;
  padding-top: 15px;
}
.mentor-dashboard .mentee-details .completion-status-ctn h4 {
  padding-bottom: 0;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box {
  width: 280px;
  float: left;
  height: 312px;
  position: relative;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .x-title {
  position: absolute;
  bottom: -39px;
  right: 38%;
  color: black;
  font-size: 12px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .chart-main-ctn {
  visibility: hidden;
  position: relative;
  margin-top: 43px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn {
  height: 199px;
  z-index: 0;
  width: 315px;
  position: absolute;
  top: 1px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn .grid-lines {
  margin-left: -40px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn li.lines {
  display: table-cell;
  width: 50px;
  height: 197px;
  border-right: 1px solid #ccc;
  position: relative;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn li.lines.hidden {
  border-right: none;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn li.lines span.range {
  position: absolute;
  bottom: -23px;
  font-size: 11px;
  left: -2px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box .grid-ctn li.lines span.range.double {
  left: -9px;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box ul.bar-ctn {
  border-bottom: 1px solid #2F2D2D;
  border-left: 1px solid #252424;
  padding: 15px 0px 5px 0px;
  height: 199px;
  margin-top: 32px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box ul.bar-ctn li.bar {
  width: 249px;
  height: 25px;
  border: 1px solid #105EE0;
  border-left: none;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box ul.bar-ctn li.bar .bg {
  height: 23px;
  display: inline-block;
  background-color: #558FF2;
  position: absolute;
}
.mentor-dashboard .mentee-details .completion-status-ctn .progress-bar-box ul.bar-ctn li.bar .unit-name {
  position: absolute;
  padding: 0px 5px;
  font-size: 12px;
  color: #252524;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 235px;
}
.mentor-dashboard .mentee-details .completion-status-ctn ul.alert-list li.remove-list {
  list-style-type: none;
  margin-left: 0;
}
.mentor-dashboard .mentee-details .weekly-progress-chart {
  width: 414px;
  height: 312px;
  margin-left: 45%;
}
.mentor-dashboard .mentee-details .tabs {
  width: 12%;
  position: absolute;
  left: 0;
  top: 30px;
}
.mentor-dashboard .mentee-details .tabs .overlay {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.65);
  z-index: 100;
}
.mentor-dashboard .mentee-details .tabs ul.active-student-list, .mentor-dashboard .mentee-details .tabs ul.past-student-list {
  padding-left: 0px;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li .mentee-name {
  margin-right: 35px;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li .mentee-paused {
  position: absolute;
  right: 1px;
  white-space: nowrap;
  top: 8px;
  font-size: 20px;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li .mentee-paused .mentee-paused-inner {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: none;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li .mentee-paused:hover .mentee-paused-inner {
  display: block;
  position: absolute;
  left: 25px;
  top: -5px;
  z-index: 100;
  font-size: 14px;
  color: #ffffff;
  background: #ef2964;
  border-radius: 2px;
  padding: 5px 10px;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li, .mentor-dashboard .mentee-details .tabs li.past-student-li {
  float: none;
  cursor: pointer;
  word-wrap: break-word;
  padding: 8px 19px 8px 7px;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgba(141, 141, 133, 0.15);
  border-bottom: none;
  color: #8D8D85;
  position: relative;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li.active, .mentor-dashboard .mentee-details .tabs li.past-student-li.active {
  color: #00c09d;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li i.pending-survey, .mentor-dashboard .mentee-details .tabs li.past-student-li i.pending-survey {
  color: #ef2964;
  font-size: 20px;
  position: absolute;
  right: 1px;
  top: 18px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 90;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li i.pending-survey:hover ~ span.hov-wrn, .mentor-dashboard .mentee-details .tabs li.past-student-li i.pending-survey:hover ~ span.hov-wrn {
  display: block;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li i.pending-survey:hover, .mentor-dashboard .mentee-details .tabs li.past-student-li i.pending-survey:hover {
  position: absolute;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li span.hov-wrn, .mentor-dashboard .mentee-details .tabs li.past-student-li span.hov-wrn {
  position: absolute;
  top: 4px;
  left: 106%;
  font-size: 14px;
  color: #ffffff;
  display: none;
  padding: 5px 10px;
  background: #ef2964;
  border-radius: 2px;
  width: 350px;
  z-index: 1;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li span.hov-wrn ul.alert-list, .mentor-dashboard .mentee-details .tabs li.past-student-li span.hov-wrn ul.alert-list {
  padding: 0;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li span.hov-wrn ul.alert-list li.alert-points, .mentor-dashboard .mentee-details .tabs li.past-student-li span.hov-wrn ul.alert-list li.alert-points {
  color: #fff;
  list-style-type: disc;
  margin-left: 15px;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li span.hov-wrn ul.alert-list li.remove-list, .mentor-dashboard .mentee-details .tabs li.past-student-li span.hov-wrn ul.alert-list li.remove-list {
  list-style-type: none;
  margin-left: 0;
}
.mentor-dashboard .mentee-details .tabs li.active-student-li span.hov-tail, .mentor-dashboard .mentee-details .tabs li.past-student-li span.hov-tail {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent #ef2964 transparent transparent;
  border-width: 8px;
  border-style: solid;
  top: 5px;
  left: -14px;
}
.mentor-dashboard .mentee-details .tab_content {
  display: block;
  margin-left: 13%;
  border: none;
  padding: 0px;
  margin-top: 10px;
  background: #fff;
  border-radius: 2px;
  border-top: none;
}
.mentor-dashboard .mentee-details .tab_content.active {
  display: block;
}
.mentor-dashboard .mentee-details .tab_content .name, .mentor-dashboard .mentee-details .tab_content .call-time {
  padding-bottom: 0;
  padding-top: 0;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro {
  float: left;
  padding: 10px 10px 10px 0px;
  min-height: 300px;
  width: 35%;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro figure {
  float: left;
  width: 30%;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro figure .user-pic {
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro figure .user-pic img, .mentor-dashboard .mentee-details .tab_content .mentee-intro figure .user-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentee-intro figure .user-pic .coursereport-logo {
  width: 100%;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro .contact-details {
  width: 68%;
  margin-left: 32%;
  overflow: hidden;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro .contact-details ul {
  list-style: none;
  padding: 5px;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro .contact-details ul li {
  word-break: break-all;
}
.mentor-dashboard .mentee-details .tab_content .mentee-intro .show-about {
  cursor: pointer;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress {
  margin-left: 36%;
  padding: 10px;
  min-height: 300px;
  width: 63%;
  overflow: auto;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .this-week-progress {
  padding: 10px;
  float: left;
  width: 42%;
  padding-left: 0;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .this-week-progress .progress-list {
  max-height: 243px;
  overflow: auto;
  padding-left: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .all-submitted-proj {
  padding: 10px;
  width: 50%;
  margin-left: 49%;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .all-submitted-proj ul {
  margin-left: 20px;
  padding-left: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .all-submitted-proj ul li {
  list-style: inherit;
  word-break: break-word;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .all-submitted-proj ul li.notify {
  list-style: none;
  margin-left: -15px;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress .progress-details .all-submitted-proj ul li a {
  word-break: break-word;
}
.mentor-dashboard .mentee-details .tab_content #dashboard2-heading {
  margin-left: 35%;
}
.mentor-dashboard .mentee-details .tab_content .mentee-wk-progress-old-curriculum {
  display: inline;
}
.mentor-dashboard .mentee-details .tab_content .wk-date {
  clear: both;
  margin-top: 20px;
}
.mentor-dashboard .mentee-details .tab_content .wk-date ul {
  border: 1px solid #ccc;
  padding: 10px;
}
.mentor-dashboard .mentee-details .tab_content .mentee-notes {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn {
  display: block;
  overflow: auto;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn .mentor-notes-title h6 i {
  font-size: 11px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn thead {
  background-color: #f0f8ff;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn td {
  word-break: break-word !important;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table {
  table-layout: auto;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table tbody tr td:first-child, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table tbody tr td:first-child {
  background-color: #f5f5f5;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td {
  padding: 14px 4px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.active-td, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.active-td {
  outline: 2px solid #ef2964;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td:hover .survey-bg-edit, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td:hover .survey-bg-edit {
  display: block;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table .date-ctn .date-picker, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table .date-ctn .date-picker {
  background-color: inherit;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table .notes-td, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table .notes-td {
  position: relative;
  padding: 0;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table .survey-bg-edit, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table .survey-bg-edit {
  display: none;
  position: absolute;
  background-color: rgba(220, 220, 220, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table .survey-bg-edit .sricon-write, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table .survey-bg-edit .sricon-write {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  font-size: 22px;
  color: #ef2964;
  display: block;
  cursor: pointer;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table #todaysNote, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table #todaysNote {
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table #todaysNote:focus, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table #todaysNote:focus {
  box-shadow: 0px 0px 0px 1px #ef2964;
  -moz-box-shadow: 0px 0px 0px 1px #ef2964;
  -webkit-box-shadow: 0px 0px 0px 1px #ef2964;
  outline: none;
  border-color: #ef2964;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table .save-confirm-ctn, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table .save-confirm-ctn {
  position: absolute;
  display: none;
  top: 1px;
  right: 1px;
  padding: 0 6px;
  background-color: #ffdab9;
  font-size: 10px;
  color: #5A5A5A;
  border-radius: 0;
  z-index: 200;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings {
  position: relative;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .rating-ctn, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .rating-ctn {
  text-align: center;
  font-size: 24px;
  margin-top: 18px;
  color: #d3d2de;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .rating-ctn .fa-star, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .rating-ctn .fa-star {
  cursor: pointer;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .rating-ctn .fa-star.active, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .rating-ctn .fa-star.active {
  color: #F2B756;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings ul, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings ul {
  padding-left: 0px;
  width: 180px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings li, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings li {
  font-size: 12px;
  margin-bottom: 2px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .save-confirm-ctn, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .save-confirm-ctn {
  top: 0px;
  right: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .editable .stars, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .star, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .editable .stars, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .star {
  width: 76px !important;
  display: inline-block;
  position: relative;
  top: 1px;
  float: right;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .editable .stars img, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .editable .stars .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .editable .stars .coursereport-logo, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .star img, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table td.mentor-ratings .star .coursereport-logo, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .editable .stars img, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .editable .stars .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .editable .stars .coursereport-logo, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .star img, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .star .coursereport-logo {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: initial;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table tr.post-survey-rating-not-started td.mentor-ratings .rate-this-call, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table tr.post-survey-rating-not-started td.mentor-ratings .rate-this-call {
  position: absolute;
  background-color: rgba(220, 220, 220, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.mentor-notes-table tr.post-survey-rating-not-started td.mentor-ratings .rate-this-call .btn, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table tr.post-survey-rating-not-started td.mentor-ratings .rate-this-call .btn {
  background-color: #777777;
  position: absolute;
  top: 25%;
  width: 74%;
  height: 44px;
  margin: 0 13%;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn .expand-table {
  float: right;
  font-size: 30px;
  cursor: pointer;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn .expand-table:hover {
  color: #1abc9c;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table {
  table-layout: auto;
  width: 100%;
  background-color: white;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td .star {
  width: 76px !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td .star img, .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td .star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td .star .coursereport-logo {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  vertical-align: baseline;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings ul {
  width: 180px;
  margin-left: 0px;
  padding-left: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.mentor-ratings .star {
  float: right;
  vertical-align: initial;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.notes-td {
  padding: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.student-ratings ul {
  width: 180px;
  margin-left: 0px;
  padding-left: 0px;
}
.mentor-dashboard .mentee-details .tab_content .mentor-notes-ctn table.admin-notes-table td.student-ratings .star {
  width: 76px !important;
  float: right;
  vertical-align: initial;
}
.mentor-dashboard .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: none;
}
.mentor-dashboard .circle.green {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.mentor-dashboard .circle.red {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.mentor-dashboard .circle.gray {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.mentor-dashboard .circle.yellow {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.mentor-dashboard .admin-notes-table .circle {
  cursor: default;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn {
  padding: 10px;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn textarea, .mentor-dashboard .mentor-weekly-post-call-survey-ctn select {
  border: 2px solid #ef2964;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .survey-start-main {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 400px;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .survey-thanks-msg {
  padding-top: 80px;
  height: 250px;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn {
  position: relative;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn .error.text-primary {
  position: absolute;
  right: 170px;
  top: 6px;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn div.star {
  margin: 0 auto;
}
.mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn div.star img, .mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn div.star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .mentor-dashboard .mentor-weekly-post-call-survey-ctn .call-rating-ctn div.star .coursereport-logo {
  margin-right: 5px;
  width: 28px;
  height: 27px;
}

.md-calendar-active-overlay {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_time:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #a4a4af !important;
}

#dashboard1-heading, #dashboard2-heading, #project1-heading, #project2-heading {
  text-decoration: underline;
}

.text-chevron {
  color: #48485e;
}

.text-black {
  color: #000000;
  font-weight: bold;
}

.fa-chevron-down, .fa-chevron-right {
  padding-right: 5px;
}

#current-version-progress, #current-project {
  margin-left: 20px;
}

.call-overview-ctn p, .call-overview-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .call-overview-ctn a {
  margin: 0 0 6px 0;
  color: #000;
}
.call-overview-ctn h4 {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.call-overview-ctn .call-overview-top {
  padding: 25px 0;
}
.call-overview-ctn .call-overview-top p, .call-overview-ctn .call-overview-top .above-footer-cta-ctn a, .above-footer-cta-ctn .call-overview-ctn .call-overview-top a {
  display: inline-block;
}
.call-overview-ctn .skype-call-button-ctn {
  background-color: #12a5f4;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  display: inline-block;
  line-height: 40px;
  padding: 0 20px 0 15px;
}
.call-overview-ctn .skype-call-button-ctn span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.6px;
}
.call-overview-ctn .skype-call-button-ctn img, .call-overview-ctn .skype-call-button-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .call-overview-ctn .skype-call-button-ctn .coursereport-logo {
  vertical-align: text-bottom;
}
.call-overview-ctn .roboto, .call-overview-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .call-overview-ctn p, .call-overview-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .call-overview-ctn a, .call-overview-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .call-overview-ctn p, .call-overview-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .call-overview-ctn a, .call-overview-ctn .ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .call-overview-ctn p, .call-overview-ctn .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner .call-overview-ctn a, .call-overview-ctn .ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn p, .call-overview-ctn .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn a, .call-overview-ctn .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn p, .call-overview-ctn .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn a, .call-overview-ctn .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn p, .call-overview-ctn .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn a, .call-overview-ctn .ux-landing-page .workshop-dates-ctn .choose-date, .ux-landing-page .workshop-dates-ctn .call-overview-ctn .choose-date, .call-overview-ctn .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .call-overview-ctn p, .call-overview-ctn .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner .call-overview-ctn a, .call-overview-ctn .ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn p, .call-overview-ctn .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn a, .call-overview-ctn .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .what-learn-ctn .end-course-ctn .call-overview-ctn .end-course-text, .call-overview-ctn .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .more-than-course .call-overview-ctn .more-than-course-text, .call-overview-ctn .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn p, .call-overview-ctn .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn a, .call-overview-ctn .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn p, .call-overview-ctn .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn a, .call-overview-ctn .ds-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page .workshop-dates-ctn .call-overview-ctn .choose-date, .call-overview-ctn .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .workshop-dates-ctn .enroll-card .call-overview-ctn .date, .call-overview-ctn .ds-landing-page .path-career-data-science-ctn .or-text, .ds-landing-page .path-career-data-science-ctn .call-overview-ctn .or-text, .call-overview-ctn .quiz-ctn .card-inner p, .quiz-ctn .card-inner .call-overview-ctn p, .call-overview-ctn .quiz-ctn .card-inner .above-footer-cta-ctn a, .quiz-ctn .card-inner .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .quiz-ctn .card-inner a, .above-footer-cta-ctn .quiz-ctn .card-inner .call-overview-ctn a, .call-overview-ctn .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .call-overview-ctn p, .call-overview-ctn .quiz-ctn .quiz-result .above-footer-cta-ctn a, .quiz-ctn .quiz-result .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .quiz-ctn .quiz-result a, .above-footer-cta-ctn .quiz-ctn .quiz-result .call-overview-ctn a, .call-overview-ctn .refer-ctn button, .refer-ctn .call-overview-ctn button, .call-overview-ctn .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .refer-well .link .call-overview-ctn .copy-code, .call-overview-ctn .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .call-overview-ctn p, .call-overview-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .call-overview-ctn a, .call-overview-ctn #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .call-overview-ctn .header-text, .call-overview-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .call-overview-ctn .content-link, .call-overview-ctn .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .call-overview-ctn p, .call-overview-ctn .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner .call-overview-ctn a, .call-overview-ctn .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page #banner .hero-inner .call-overview-ctn .workshop-description, .call-overview-ctn .ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn p, .call-overview-ctn .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item .call-overview-ctn a, .call-overview-ctn .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn .end-course-ctn .call-overview-ctn .end-course-text, .call-overview-ctn .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .call-overview-ctn .end-course-text, .call-overview-ctn .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .more-than-course .call-overview-ctn .more-than-course-text, .call-overview-ctn .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn p, .call-overview-ctn .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card .call-overview-ctn a, .call-overview-ctn .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn p, .call-overview-ctn .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .call-overview-ctn a, .call-overview-ctn .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn .call-overview-ctn a, .call-overview-ctn .ws-landing-page .workshop-dates-ctn .choose-date, .ws-landing-page .workshop-dates-ctn .call-overview-ctn .choose-date, .call-overview-ctn .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .workshop-dates-ctn .enroll-card .call-overview-ctn .date, .call-overview-ctn .ws-landing-page .path-career-data-science-ctn .or-text, .ws-landing-page .path-career-data-science-ctn .call-overview-ctn .or-text {
  font-family: 'Roboto', sans-serif;
}
.call-overview-ctn .grey {
  background-color: #f9f9fc;
  border: solid 1px #efeff6;
}
.call-overview-ctn .clearfix:before,
.call-overview-ctn .clearfix:after {
  content: "";
  display: table;
}
.call-overview-ctn .clearfix:after {
  clear: both;
}
.call-overview-ctn .call-notes-agenda-ctn {
  padding: 12px 9px;
}
.call-overview-ctn .call-notes-agenda-ctn span {
  font-weight: 300;
  font-size: 11px;
  color: #000;
}
.call-overview-ctn .call-notes-agenda-ctn ul li {
  list-style: inherit;
}
.call-overview-ctn .call-notes-agenda-ctn .sub-content {
  margin-bottom: 60px;
  padding-right: 60px;
}
.call-overview-ctn .call-notes-agenda-ctn .sub-content p, .call-overview-ctn .call-notes-agenda-ctn .sub-content .above-footer-cta-ctn a, .above-footer-cta-ctn .call-overview-ctn .call-notes-agenda-ctn .sub-content a {
  font-weight: 300;
}
.call-overview-ctn .call-notes-agenda-ctn #call-notes-input {
  resize: none;
  width: 100%;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(159, 159, 159, 0.5);
  padding: 15px;
  font-size: 16px;
  min-height: 240px;
}
.call-overview-ctn .call-notes-agenda-ctn #call-notes-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9d9d9d;
}
.call-overview-ctn .call-notes-agenda-ctn #call-notes-input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9d9d9d;
  opacity: 1;
}
.call-overview-ctn .call-notes-agenda-ctn .save-and-rate-button {
  display: inline-block;
  height: 56px;
  border-radius: 5px;
  background-color: #00c09d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  margin-top: 16px;
  min-width: 310px;
  text-align: center;
  position: relative;
  left: -10px;
  transition: all 0.1s ease-out;
}
.call-overview-ctn .call-notes-agenda-ctn .save-and-rate-button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
.call-overview-ctn .call-notes-agenda-ctn .save-and-rate-button span {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 56px;
}
.call-overview-ctn .call-notes-agenda-ctn .call-did-not-button {
  margin-top: 32px;
  float: right;
  border-radius: 5px;
  border: solid 1px #48485e;
  line-height: 40px;
  padding: 0 40px;
  position: relative;
  right: -10px;
}
.call-overview-ctn .call-notes-agenda-ctn .call-did-not-button span {
  font-size: 14px;
}

#rating_mentor_modal .modal-dialog {
  min-width: 975px;
}
#rating_mentor_modal .modal-dialog .modal-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
#rating_mentor_modal .modal-dialog .modal-header {
  height: 62.9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(to bottom, #619aff, #15d0e6);
}
#rating_mentor_modal .modal-dialog .modal-title {
  text-align: center;
  font-family: Roboto;
  font-size: 23px;
  color: #ffffff;
  font-weight: 300;
}
#rating_mentor_modal .modal-dialog .modal-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn {
  font-size: 35px;
  color: #d3d2de;
  text-align: center;
  margin: 44px 0;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn .star-ctn {
  display: inline-block;
  cursor: pointer;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn span {
  cursor: pointer;
  transition: all 0.1s;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn span.active {
  transition: all 0.1s;
  color: #F2B756;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn {
  position: absolute;
  top: 62px;
  right: 220px;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn .rating-text-arrow {
  position: relative;
  display: inline-block;
  border-color: transparent #48485e transparent transparent;
  border-width: 6px;
  border-style: solid;
  margin-bottom: 10px;
  left: 9px;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn .rating-text-bubble {
  position: relative;
  display: inline-block;
  width: 128px;
  position: relative;
  height: 32px;
  background-color: #48485e;
  border-radius: 8px;
}
#rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn .rating-text-bubble p, #rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn .rating-text-bubble .above-footer-cta-ctn a, .above-footer-cta-ctn #rating_mentor_modal .modal-dialog .modal-body .rating-ctn .rating-text-ctn .rating-text-bubble a {
  margin: 19px;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -12px;
}
#rating_mentor_modal .modal-dialog .modal-body .category-ctn p, #rating_mentor_modal .modal-dialog .modal-body .category-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn #rating_mentor_modal .modal-dialog .modal-body .category-ctn a {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
#rating_mentor_modal .modal-dialog .modal-body .category-ctn ul {
  padding: 0;
  width: 87%;
  margin: 0 auto 50px auto;
  text-align: center;
}
#rating_mentor_modal .modal-dialog .modal-body .category-ctn ul li {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 7px 0 0;
  line-height: 30px;
  border-radius: 5px;
  border: solid 1px #d8d8e0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  transition: all 0.1s;
}
#rating_mentor_modal .modal-dialog .modal-body .category-ctn ul li:hover {
  background-color: #48485e;
  border: solid 1px #48485e;
  color: #ffffff;
  transition: all 0.1s;
}
#rating_mentor_modal .modal-dialog .modal-body .category-ctn ul li.active {
  background-color: #48485e;
  border: solid 1px #48485e;
  color: #ffffff;
  transition: all 0.1s;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn p, #rating_mentor_modal .modal-dialog .modal-body .notes-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn #rating_mentor_modal .modal-dialog .modal-body .notes-ctn a {
  font-family: Roboto;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-message {
  text-align: center;
  font-size: 11px;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text {
  width: 320px;
  margin: 0 auto;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text textarea {
  resize: none;
  display: block;
  margin: 12px auto;
  width: 100%;
  height: 84px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(159, 159, 159, 0.5);
  border: solid 1px #bbbbbb;
  padding: 10px;
  transition: all 0.2s;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text textarea:focus {
  border: 1px solid #00c09d;
  transition: all 0.2s;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text textarea:-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9d9d9d;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9d9d9d;
  opacity: 1;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text label {
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #48485e;
  line-height: 18px;
  font-weight: 400;
}
#rating_mentor_modal .modal-dialog .modal-body .notes-ctn .feedback-text label input {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
#rating_mentor_modal .modal-dialog .modal-body .continue-button-ctn {
  text-align: center;
}
#rating_mentor_modal .modal-dialog .modal-body .continue-button-ctn .continue-button {
  width: 272px;
  height: 48px;
  border-radius: 5px;
  background-color: #00c09d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  margin-top: 36px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.7px;
}
#rating_mentor_modal .modal-dialog .modal-body .continue-button-ctn .continue-button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
#rating_mentor_modal .modal-dialog .modal-body .continue-button-ctn .continue-button.disabled {
  background-color: #c5c5c5;
  border: solid 1px #a5a5a5;
  cursor: not-allowed;
}
#rating_mentor_modal .modal-dialog .modal-body .did-not-happen-button-ctn {
  text-align: center;
}
#rating_mentor_modal .modal-dialog .modal-body .did-not-happen-button-ctn .did-not-happen-button {
  width: 154px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #48485e;
  margin-bottom: 28px;
  background-color: #ffffff;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn {
  margin-top: 8%;
  text-align: center;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn h5 {
  margin-top: 50px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .reason-select-ctn {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #bbbbbb;
  display: inline-block;
  padding: 0;
  min-width: 320px;
  text-align: left;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .reason-select-ctn li {
  cursor: pointer;
  color: #000;
  padding: 10px 0 10px 10px;
  transition: all 0.1s;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .reason-select-ctn li.active {
  cursor: pointer;
  color: #000;
  padding: 10px 0 10px 10px;
  transition: all 0.1s;
  background-color: #9bc9ff;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .other-reason-ctn textarea {
  width: 320px;
  height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  resize: none;
  color: #000;
  padding: 10px;
  border: solid 1px #bbbbbb;
  transition: 0.2s;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .other-reason-ctn textarea:focus {
  border-color: #00c09d;
  transition: 0.2s;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .done-button {
  width: 272px;
  height: 48px;
  border-radius: 5px;
  background-color: #00c09d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  margin-top: 36px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.7px;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .done-button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
#rating_mentor_modal .modal-dialog .modal-body .reason-ctn .done-button.disabled {
  background-color: #c5c5c5;
  border: solid 1px #a5a5a5;
  cursor: not-allowed;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn {
  width: 60%;
  margin: 0 auto;
  margin-top: 10%;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn p, #rating_mentor_modal .modal-dialog .modal-body .thanks-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn #rating_mentor_modal .modal-dialog .modal-body .thanks-ctn a {
  font-size: 16px;
  text-align: center;
  color: #000000;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn a {
  font-weight: 500;
  color: #2d87b1;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn .final-done-button-ctn {
  text-align: center;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn .final-done-button {
  width: 272px;
  height: 48px;
  border-radius: 5px;
  background-color: #00c09d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  margin-top: 88px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.7px;
}
#rating_mentor_modal .modal-dialog .modal-body .thanks-ctn .final-done-button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
#rating_mentor_modal .modal-dialog .close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}

.ux-experiment-indicator {
  text-align: center;
  padding: 10px;
  font-size: 13px;
  color: #ffffff;
  background: #00c09d;
}
.ux-experiment-indicator a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
.ux-experiment-indicator a:hover {
  color: white;
}

html, body {
  height: 100%;
}

.tokbox-video-ctn {
  width: 100%;
  height: 100%;
}
.tokbox-video-ctn .video-stream, .tokbox-video-ctn .chat-stream {
  height: 100%;
  position: relative;
  padding: 0px;
  padding-top: 60px;
}
.tokbox-video-ctn .video-stream .waiting-tojoin-ctn {
  position: absolute;
  width: 100%;
  top: 20%;
}
.tokbox-video-ctn .video-stream .call-start-btn-ctn {
  position: absolute;
  width: 100%;
  top: 115px;
}
.tokbox-video-ctn .video-stream .call-start-btn-ctn i.fa {
  vertical-align: sub;
}
.tokbox-video-ctn .video-stream .video-chat-btns {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0px;
  left: 0px;
  padding-top: 10px;
}
.tokbox-video-ctn .video-stream .video-chat-btns .logo {
  display: none;
}
.tokbox-video-ctn .video-stream .video-chat-btns .video-img {
  width: 24px;
  position: relative;
  top: -1px;
}
.tokbox-video-ctn .video-stream .video-chat-btns.full-screen {
  background: #45455a;
}
.tokbox-video-ctn .video-stream .video-chat-btns.full-screen .logo {
  width: 150px;
  display: block;
}
.tokbox-video-ctn .video-stream .video-chat-btns .btn {
  position: relative;
  margin-right: 10px;
  min-width: 50px;
  min-height: 36px;
}
.tokbox-video-ctn .video-stream .video-chat-btns .btn .hint-txt {
  background: #a4a4af;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  left: 0px;
  bottom: -42px;
  display: none;
  z-index: 100;
}
.tokbox-video-ctn .video-stream .video-chat-btns .btn .fa-phone {
  vertical-align: sub;
}
.tokbox-video-ctn .video-stream .video-chat-btns .btn-default {
  border: none;
}
.tokbox-video-ctn .video-stream .video-chat-btns .btn-default:hover, .tokbox-video-ctn .video-stream .video-chat-btns .btn-default:focus, .tokbox-video-ctn .video-stream .video-chat-btns .btn-default:active {
  border: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tokbox-video-ctn .video-stream .subscriber-ctn {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-right: none;
}
.tokbox-video-ctn .video-stream .subscriber-ctn.bg {
  background-image: url("/images/springboard/mentoravatar.db6235e7.png");
  background-repeat: no-repeat;
  background-position: center;
}
.tokbox-video-ctn .video-stream .publisher-ctn {
  width: 260px;
  height: 162px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.tokbox-video-ctn .video-stream .publisher-ctn .right-click-overlay {
  position: absolute;
  z-index: 1011;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tokbox-video-ctn .chat-stream {
  position: relative;
  overflow: hidden;
}
.tokbox-video-ctn .chat-stream.full-screen {
  background: #45455A;
}
.tokbox-video-ctn .chat-stream .chat-title {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 10px;
  left: 0px;
  font-size: 18px;
}
.tokbox-video-ctn .chat-stream .chat-input-form {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.tokbox-video-ctn .chat-stream .chat-input-form input {
  width: 100%;
  height: 40px;
  border: 2px solid #ef2964;
  padding-left: 5px;
  padding-right: 5px;
}
.tokbox-video-ctn .chat-stream .chat-loading {
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 100%;
}
.tokbox-video-ctn .chat-stream .if-no-chat-msg {
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 100%;
  font-size: 18px;
  top: 50%;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  position: relative;
  background: #ecf0f1;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 20px 0px 15px 0px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn div.ind-msg-ctn {
  margin-bottom: 20px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn p.msg, .tokbox-video-ctn .chat-stream .chat-message-ctn .above-footer-cta-ctn a.msg, .above-footer-cta-ctn .tokbox-video-ctn .chat-stream .chat-message-ctn a.msg {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 0px;
  word-break: break-all;
  word-break: break-word;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .time-stamp {
  height: 15px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.42);
  margin-top: 4px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .time-stamp-mine {
  float: right;
  clear: both;
  margin-right: 9px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .time-stamp-theirs {
  float: left;
  clear: both;
  margin-left: 9px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .mine {
  display: block;
  float: right;
  clear: both;
  background-color: #00c09d;
  border-radius: 4px 0px 5px 4px;
  margin-right: 7px;
  color: #fff;
  max-width: 90%;
  position: relative;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .mine span.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #00c09d transparent transparent transparent;
  position: absolute;
  right: -6px;
  top: 0px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .mine a {
  color: #fff;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .mine a:hover {
  color: #fff;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .theirs {
  display: block;
  float: left;
  clear: both;
  background: #fff;
  border-radius: 0px 4px 4px 5px;
  margin-left: 7px;
  color: #333;
  max-width: 90%;
  position: relative;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .theirs span.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -6px;
  top: 0px;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .theirs a {
  color: #333;
}
.tokbox-video-ctn .chat-stream .chat-message-ctn .theirs a:hover {
  color: #333;
}

.student-dashboard-main-ctn {
  min-height: 500px;
  min-width: 100%;
}
.student-dashboard-main-ctn .student-weekly-call-ctn {
  height: 600px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.student-dashboard-main-ctn #main-loader i {
  vertical-align: sub;
}
.student-dashboard-main-ctn .student-dash-notes-ctn thead {
  background-color: #f0f8ff;
}
.student-dashboard-main-ctn .student-dash-notes-ctn td {
  word-break: break-word !important;
}
.student-dashboard-main-ctn .student-dash-notes-ctn .student-goals-th {
  position: relative;
}
.student-dashboard-main-ctn .student-dash-notes-ctn .student-goals-th .help-text {
  float: right;
  display: inline-block;
  padding: 1px 7px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background: #CED6DD;
}
.student-dashboard-main-ctn .student-dash-notes-ctn .student-goals-th .help-text .arrow_box {
  position: absolute;
  background: #fff;
  border: 1px solid #DFDFDF;
  padding: 5px 10px;
  border-radius: 2px;
  width: 432px;
  right: -16px;
  top: -69px;
  box-shadow: 0px 0px 10px #ececec;
  display: none;
  z-index: 100;
  font-weight: 100;
  color: inherit;
  font-size: 14px;
}
.student-dashboard-main-ctn .student-dash-notes-ctn .student-goals-th .help-text .arrow_box:after, .student-dashboard-main-ctn .student-dash-notes-ctn .student-goals-th .help-text .arrow_box:before {
  left: 94%;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table {
  table-layout: auto;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table tbody tr td:first-child {
  background-color: #f5f5f5;
  padding-left: 8px;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table td {
  padding: 14px 4px;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .goals-td {
  padding: 0px;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .notes-td {
  position: relative;
  padding: 0;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .notes-td:hover .sricon-write {
  display: block;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .sricon-write {
  position: absolute;
  top: 12px;
  right: 11px;
  font-size: 16px;
  color: #626262;
  display: none;
  cursor: pointer;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .note-input-box {
  max-width: 100%;
  padding: 14px 8px;
  padding-right: 40px;
  text-align: left;
  word-break: break-word !important;
  border: 1px solid transparent;
  min-height: 112px;
  white-space: pre-wrap;
  cursor: text;
  resize: none !important;
  width: 100%;
  display: block;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .note-input-box:disabled {
  background: #fff;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .note-input-box:focus {
  box-shadow: 0px 0px 0px 1px #ef2964;
  -moz-box-shadow: 0px 0px 0px 1px #ef2964;
  -webkit-box-shadow: 0px 0px 0px 1px #ef2964;
  outline: none;
  border-color: #ef2964;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table #todaysNote {
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.095);
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table #todaysNote:focus {
  box-shadow: 0px 0px 0px 1px #ef2964;
  -moz-box-shadow: 0px 0px 0px 1px #ef2964;
  -webkit-box-shadow: 0px 0px 0px 1px #ef2964;
  outline: none;
  border-color: #ef2964;
}
.student-dashboard-main-ctn .student-dash-notes-ctn table.student-notes-table .save-confirm-ctn {
  position: absolute;
  display: none;
  top: 1px;
  right: 1px;
  padding: 0 6px;
  background-color: #ffdab9;
  font-size: 10px;
  color: #5A5A5A;
  border-radius: 0;
  z-index: 200;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn {
  margin-top: 100px;
  margin-bottom: 100px;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn .call-rating-ctn {
  position: relative;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn .call-rating-ctn .error.text-primary {
  position: absolute;
  right: 170px;
  top: 6px;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn div.star {
  margin: 0 auto;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn div.star img, .student-dashboard-main-ctn .student-weekly-post-call-survey-ctn div.star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .student-dashboard-main-ctn .student-weekly-post-call-survey-ctn div.star .coursereport-logo {
  margin-right: 5px;
  width: 28px;
  height: 26px;
}
.student-dashboard-main-ctn .student-weekly-post-call-survey-ctn .form-control {
  border: 2px solid #ef2964;
}

.fof-container {
  min-height: 100vh;
  padding-top: 60px;
}
.fof-container .content-padded-article {
  padding-top: 85px;
}
.fof-container .details {
  font-size: 20px;
  padding-top: 7px;
  line-height: 27px;
}
.fof-container .homepage {
  color: #ebfc24;
}
.fof-container .pad-right {
  padding-right: 20px;
}
.fof-container .home {
  font-size: 16px;
}
.fof-container .target {
  margin-top: 60px;
  display: none;
}
.fof-container .anim {
  position: relative;
  width: 100%;
}
.fof-container .cloud {
  position: absolute;
  width: 90px;
}
.fof-container .cloud-one {
  top: 90px;
  left: 20px;
  -webkit-animation: cloudone 9.5s alternate-reverse linear infinite;
  -o-animation: cloudone 9.5s alternate-reverse linear infinite;
  animation: cloudone 9.5s alternate-reverse linear infinite;
}
.fof-container .cloud-two {
  top: 180px;
  width: 50px;
  left: 70%;
  -webkit-animation: cloudtwo 12s alternate-reverse linear infinite;
  -o-animation: cloudtwo 12s alternate-reverse linear infinite;
  animation: cloudtwo 12s alternate-reverse linear infinite;
}
.fof-container .cloud-three {
  top: 20px;
  width: 70px;
  left: 80%;
  -webkit-animation: cloudthree 10.5s alternate-reverse linear infinite;
  -o-animation: cloudthree 10.5s alternate-reverse linear infinite;
  animation: cloudthree 10.5s alternate-reverse linear infinite;
}
.fof-container .para {
  position: absolute;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  -webkit-animation: para 7s alternate-reverse cubic-bezier(0.4, 0.1, 0.57, 0.89) infinite;
  -o-animation: para 7s alternate-reverse cubic-bezier(0.4, 0.1, 0.57, 0.89) infinite;
  animation: para 7s alternate-reverse cubic-bezier(0.4, 0.1, 0.57, 0.89) infinite;
}
.fof-container .ocean-container {
  position: relative;
  width: 100%;
  padding-top: 40px;
}
.fof-container .ocean {
  width: 100%;
  position: absolute;
  z-index: -1000;
}
.fof-container .shark {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fof-container .shark-1 {
  width: 110px;
  margin-left: 20%;
  z-index: 3;
  margin-top: 7%;
  -webkit-animation: shark1 15s linear infinite;
  -o-animation: shark1 15s linear infinite;
  animation: shark1 15s linear infinite;
}
.fof-container .shark-2 {
  z-index: 2;
  width: 80px;
  transform: rotateY(180deg);
  margin-left: 80%;
  margin-top: 5%;
  -webkit-animation: shark2 20s linear infinite;
  -o-animation: shark2 20s linear infinite;
  animation: shark2 20s linear infinite;
}
.fof-container .shark-3 {
  width: 60px;
  transform: rotateY(180deg);
  margin-left: 45%;
  margin-top: 2%;
  -webkit-animation: shark3 25s linear infinite;
  -o-animation: shark3 25s linear infinite;
  animation: shark3 25s linear infinite;
}
.fof-container .anim-mob {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: -90px;
  left: 0;
}
.fof-container .hide-mob {
  display: none;
}

@-moz-keyframes cloudone {
  0% {
    left: 30%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes cloudone {
  0% {
    left: 30%;
  }
  100% {
    left: 0;
  }
}
@keyframes cloudone {
  0% {
    left: 30%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes cloudtwo {
  0% {
    left: calc(100% - 90px);
  }
  100% {
    left: 70%;
  }
}
@-webkit-keyframes cloudtwo {
  0% {
    left: calc(100% - 90px);
  }
  100% {
    left: 70%;
  }
}
@keyframes cloudtwo {
  0% {
    left: calc(100% - 90px);
  }
  100% {
    left: 70%;
  }
}
@-moz-keyframes cloudthree {
  0% {
    left: 40%;
  }
  100% {
    left: 80%;
  }
}
@-webkit-keyframes cloudthree {
  0% {
    left: 40%;
  }
  100% {
    left: 80%;
  }
}
@keyframes cloudthree {
  0% {
    left: 40%;
  }
  100% {
    left: 80%;
  }
}
@-moz-keyframes para {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes para {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    transform: rotate(-4deg);
  }
}
@keyframes para {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    transform: rotate(-4deg);
  }
}
@-moz-keyframes shark1 {
  0% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
  40% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  50% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  90% {
    margin-left: 10%;
    transform: rotateY(180deg);
  }
  100% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes shark1 {
  0% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
  40% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  50% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  90% {
    margin-left: 10%;
    transform: rotateY(180deg);
  }
  100% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
}
@keyframes shark1 {
  0% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
  40% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  50% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  90% {
    margin-left: 10%;
    transform: rotateY(180deg);
  }
  100% {
    margin-left: 10%;
    transform: rotateY(0deg);
  }
}
@-moz-keyframes shark2 {
  0% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 60%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 60%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes shark2 {
  0% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 60%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 60%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
}
@keyframes shark2 {
  0% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 60%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 60%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 70%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 70%;
    transform: rotateY(180deg);
  }
}
@-moz-keyframes shark3 {
  0% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 20%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 20%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 40%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes shark3 {
  0% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 20%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 20%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 40%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
}
@keyframes shark3 {
  0% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
  40% {
    margin-left: 20%;
    transform: rotateY(180deg);
  }
  50% {
    margin-left: 20%;
    transform: rotateY(0deg);
  }
  90% {
    margin-left: 40%;
    transform: rotateY(0deg);
  }
  100% {
    margin-left: 40%;
    transform: rotateY(180deg);
  }
}
.fof-navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0px;
}

.fof-brand img, .fof-brand .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .fof-brand .coursereport-logo {
  position: relative;
  top: -12px;
  height: 45px;
  width: auto;
}

@media (max-width: 370px) {
  .fof-container .shark-1 {
    display: none;
  }
}
@media (min-width: 640px) {
  .fof-container .shark-1 {
    margin-top: 10%;
  }
}
@media (max-width: 640px) {
  .fof-container .shark-1 {
    width: 70px;
    margin-top: 8.5%;
  }
  .fof-container .shark-2 {
    width: 60px;
  }
  .fof-container .para {
    height: 280px;
  }
}
@media (min-width: 990px) {
  .fof-container .target, .fof-container .hide-mob {
    display: block;
  }
  .fof-container .anim-mob {
    display: none;
  }
  .fof-container .ocean-container {
    padding-top: 360px;
  }

  .fof-container .shark-1 {
    margin-top: 5%;
  }
}
@media (min-width: 1080px) {
  .fof-container .shark-1 {
    margin-top: 35px;
  }
}
.excel-header nav {
  background-color: white;
  position: fixed;
  z-index: 11;
  width: 100%;
  transition: all 0.2s ease-in-out;
  left: 0;
}
.excel-header .navbar-default .navbar-nav > li > a {
  color: #3a3a4f;
  transition: all 0.2s ease-in-out;
}
.excel-header .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #9d9d9d;
}
.excel-header nav.site-header .collapse.in a {
  color: #fff;
}
.excel-header nav.site-header .navbar-collapse .navbar-nav > li {
  border-bottom: 0px;
}
.excel-header .navbar-brand {
  padding: 8.5px;
}
.excel-header .navbar-brand img, .excel-header .navbar-brand .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .excel-header .navbar-brand .coursereport-logo {
  max-width: 180px;
}

.excel-header-shadow {
  box-shadow: 0px 0px 4px #4d4d4d;
}

article.excel-container {
  word-wrap: break-word;
  color: #333333;
  padding-top: 100px;
}
article.excel-container #course-content {
  padding: 30px;
}
article.excel-container #course-navigation {
  padding: 30px 40px 40px 40px;
  font-size: 14px;
}
article.excel-container #course-navigation .category {
  padding: 5px !important;
  padding-left: 25px !important;
}
article.excel-container #course-navigation .category-disabled {
  background: #fff !important;
  color: #bbb !important;
}

ul.segment-sidebar {
  margin-bottom: 40px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
ul.segment-sidebar li .topic-name {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
ul.segment-sidebar li .lesson-topic-name {
  position: relative;
  padding-left: 40px;
}
ul.segment-sidebar li .topic-name:hover {
  text-decoration: none;
  color: #333333;
  background-color: #e0e0e0;
}
ul.segment-sidebar li i.flag {
  position: absolute;
  left: 15px;
  top: 13px;
}
ul.segment-sidebar .module-title {
  color: #9d9d9d;
  padding: 10px 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d0d0d0;
}
ul.segment-sidebar a.active {
  background-color: #3b3b4e;
  color: #fff;
}

.desc-container {
  border: 1px solid #d0d0d0;
  margin-bottom: 65px;
  border-radius: 2px;
  color: #333333;
  font-family: 'Lato', sans-serif;
}
.desc-container h4 {
  margin: 0;
  padding: 10px 20px;
  background: #f9f9f9;
  font-size: 1.5em;
}
.desc-container h2 {
  font-size: 22px;
}
.desc-container h3 {
  font-size: 18px;
}
.desc-container h1, .desc-container h2, .desc-container h3, .desc-container h4, .desc-container h5 {
  font-weight: 400;
}
.desc-container p.lesson-desc, .desc-container .above-footer-cta-ctn a.lesson-desc, .above-footer-cta-ctn .desc-container a.lesson-desc {
  font-size: 15px;
  padding: 20px;
  margin-bottom: 0px;
}
.desc-container .video {
  margin-top: 10px;
}
.desc-container .video iframe {
  width: 100%;
  height: 420px;
}
.desc-container .excercise {
  padding: 20px !important;
  width: 100%;
  padding: 10px;
  background: #3b3b4e;
  color: #fff;
}

.lessons-subtopics {
  overflow: auto;
  position: absolute;
  margin-top: -36px;
  line-height: 1;
  padding-top: 2px;
  z-index: 1;
}
.lessons-subtopics ul li.section {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-radius: 2px 2px 0px 0px;
}
.lessons-subtopics ul li.deactivate-tab {
  border: 1px solid #fff;
  padding-bottom: 8px;
  color: #9d9d9d;
  /* padding-top: 10px; */
  box-sizing: border-box;
}
.lessons-subtopics ul li.activate-tab {
  border: 1px solid #d0d0d0;
  padding-bottom: 10px;
  color: #333333;
  /* padding-top: 10px; */
}
.lessons-subtopics ul li.section:hover {
  background: #fff;
  color: #333333;
}

#tutorial-container, #segment-module-container, .segment-lessons-list {
  word-wrap: break-word;
  margin: 0;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  position: relative;
  padding: 30px 20px;
}
#tutorial-container h4, #segment-module-container h4, .segment-lessons-list h4 {
  background-color: transparent;
  padding: 0px;
}
#tutorial-container h2, #segment-module-container h2, .segment-lessons-list h2 {
  padding: 0px;
  font-size: 26px;
}
#tutorial-container h3, #segment-module-container h3, .segment-lessons-list h3 {
  font-size: 18px;
}
#tutorial-container h1, #tutorial-container h2, #tutorial-container h3, #tutorial-container h4, #tutorial-container h5, #segment-module-container h1, #segment-module-container h2, #segment-module-container h3, #segment-module-container h4, #segment-module-container h5, .segment-lessons-list h1, .segment-lessons-list h2, .segment-lessons-list h3, .segment-lessons-list h4, .segment-lessons-list h5 {
  font-weight: 400;
  margin: 0px 0px 8px 0px;
}
#tutorial-container p, #tutorial-container .above-footer-cta-ctn a, .above-footer-cta-ctn #tutorial-container a, #segment-module-container p, #segment-module-container .above-footer-cta-ctn a, .above-footer-cta-ctn #segment-module-container a, .segment-lessons-list p, .segment-lessons-list .above-footer-cta-ctn a, .above-footer-cta-ctn .segment-lessons-list a {
  font-size: 15px;
}
#tutorial-container p img, #tutorial-container .above-footer-cta-ctn a img, .above-footer-cta-ctn #tutorial-container a img, #tutorial-container p .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #tutorial-container p .coursereport-logo, #tutorial-container .above-footer-cta-ctn a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #tutorial-container .above-footer-cta-ctn a .coursereport-logo, .above-footer-cta-ctn #tutorial-container a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .above-footer-cta-ctn #tutorial-container a .coursereport-logo, #segment-module-container p img, #segment-module-container .above-footer-cta-ctn a img, .above-footer-cta-ctn #segment-module-container a img, #segment-module-container p .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #segment-module-container p .coursereport-logo, #segment-module-container .above-footer-cta-ctn a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #segment-module-container .above-footer-cta-ctn a .coursereport-logo, .above-footer-cta-ctn #segment-module-container a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .above-footer-cta-ctn #segment-module-container a .coursereport-logo, .segment-lessons-list p img, .segment-lessons-list .above-footer-cta-ctn a img, .above-footer-cta-ctn .segment-lessons-list a img, .segment-lessons-list p .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .segment-lessons-list p .coursereport-logo, .segment-lessons-list .above-footer-cta-ctn a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .segment-lessons-list .above-footer-cta-ctn a .coursereport-logo, .above-footer-cta-ctn .segment-lessons-list a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .above-footer-cta-ctn .segment-lessons-list a .coursereport-logo {
  margin: 20px 0px;
}
#tutorial-container .alert, #segment-module-container .alert, .segment-lessons-list .alert {
  text-align: center;
  margin: 20px 0;
}
#tutorial-container pre, #segment-module-container pre, .segment-lessons-list pre {
  margin: 20px 0;
  padding: 15px;
  font-weight: bold;
}
#tutorial-container pre .output, #segment-module-container pre .output, .segment-lessons-list pre .output {
  font-style: italic;
  font-weight: normal;
}
#tutorial-container x-func, #tutorial-container x-out, #tutorial-container x-arg, #tutorial-container x-err, #tutorial-container x-null, #tutorial-container x-column, #tutorial-container x-tab, #tutorial-container x-term, #segment-module-container x-func, #segment-module-container x-out, #segment-module-container x-arg, #segment-module-container x-err, #segment-module-container x-null, #segment-module-container x-column, #segment-module-container x-tab, #segment-module-container x-term, .segment-lessons-list x-func, .segment-lessons-list x-out, .segment-lessons-list x-arg, .segment-lessons-list x-err, .segment-lessons-list x-null, .segment-lessons-list x-column, .segment-lessons-list x-tab, .segment-lessons-list x-term {
  background: #eee;
  padding: 1px;
  font-size: 90%;
  font-weight: bold;
}
#tutorial-container x-func, #segment-module-container x-func, .segment-lessons-list x-func {
  color: #2d9f25;
}
#tutorial-container x-arg, #segment-module-container x-arg, .segment-lessons-list x-arg {
  color: #4051b9;
}
#tutorial-container x-out, #segment-module-container x-out, .segment-lessons-list x-out {
  color: #d8922f;
}
#tutorial-container x-err, #segment-module-container x-err, .segment-lessons-list x-err {
  color: #c52929;
}
#tutorial-container x-null, #segment-module-container x-null, .segment-lessons-list x-null {
  color: #777;
}
#tutorial-container x-column, #segment-module-container x-column, .segment-lessons-list x-column {
  color: #d8922f;
}
#tutorial-container x-tab, #segment-module-container x-tab, .segment-lessons-list x-tab {
  color: #4051b9;
}
#tutorial-container x-term, #segment-module-container x-term, .segment-lessons-list x-term {
  color: #8c4590;
}
#tutorial-container pre x-func, #tutorial-container pre x-arg, #tutorial-container pre x-out, #tutorial-container pre x-err, #tutorial-container pre x-null, #tutorial-container pre x-column, #tutorial-container pre x-tab, #tutorial-container pre x-term, #segment-module-container pre x-func, #segment-module-container pre x-arg, #segment-module-container pre x-out, #segment-module-container pre x-err, #segment-module-container pre x-null, #segment-module-container pre x-column, #segment-module-container pre x-tab, #segment-module-container pre x-term, .segment-lessons-list pre x-func, .segment-lessons-list pre x-arg, .segment-lessons-list pre x-out, .segment-lessons-list pre x-err, .segment-lessons-list pre x-null, .segment-lessons-list pre x-column, .segment-lessons-list pre x-tab, .segment-lessons-list pre x-term {
  background: none;
  font-size: 100%;
}
#tutorial-container a x-func, #tutorial-container a x-arg, #tutorial-container a x-out, #tutorial-container a x-err, #tutorial-container a x-null, #tutorial-container a x-column, #tutorial-container a x-tab, #tutorial-container a x-term, #segment-module-container a x-func, #segment-module-container a x-arg, #segment-module-container a x-out, #segment-module-container a x-err, #segment-module-container a x-null, #segment-module-container a x-column, #segment-module-container a x-tab, #segment-module-container a x-term, .segment-lessons-list a x-func, .segment-lessons-list a x-arg, .segment-lessons-list a x-out, .segment-lessons-list a x-err, .segment-lessons-list a x-null, .segment-lessons-list a x-column, .segment-lessons-list a x-tab, .segment-lessons-list a x-term {
  color: inherit;
  background: none;
}
#tutorial-container p, #tutorial-container .above-footer-cta-ctn a, .above-footer-cta-ctn #tutorial-container a, #segment-module-container p, #segment-module-container .above-footer-cta-ctn a, .above-footer-cta-ctn #segment-module-container a, .segment-lessons-list p, .segment-lessons-list .above-footer-cta-ctn a, .above-footer-cta-ctn .segment-lessons-list a {
  margin-bottom: 18px;
}
#tutorial-container ul.spaced li, #segment-module-container ul.spaced li, .segment-lessons-list ul.spaced li {
  margin-bottom: 8px;
}
#tutorial-container nav .container-fluid, #segment-module-container nav .container-fluid, .segment-lessons-list nav .container-fluid {
  max-width: 900px;
}
#tutorial-container .content, #segment-module-container .content, .segment-lessons-list .content {
  padding-top: 50px;
  min-height: 100vh;
  min-height: calc(100vh - 50px);
}
#tutorial-container .wrapper, #segment-module-container .wrapper, .segment-lessons-list .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
#tutorial-container #sticker-container, #segment-module-container #sticker-container, .segment-lessons-list #sticker-container {
  width: 100%;
  position: relative;
  top: 0;
}
#tutorial-container #sticker, #segment-module-container #sticker, .segment-lessons-list #sticker {
  position: absolute;
  top: 0;
}
#tutorial-container h1, #segment-module-container h1, .segment-lessons-list h1 {
  font-size: 32px;
  margin-top: 0;
}
#tutorial-container h1 .label, #segment-module-container h1 .label, .segment-lessons-list h1 .label {
  font-size: 15px;
}
#tutorial-container h2, #segment-module-container h2, .segment-lessons-list h2 {
  font-size: 26px;
  margin-top: 30px;
}
#tutorial-container h3, #segment-module-container h3, .segment-lessons-list h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#tutorial-container .spaced-list li, #segment-module-container .spaced-list li, .segment-lessons-list .spaced-list li {
  margin-bottom: 8px;
}
#tutorial-container .content, #segment-module-container .content, .segment-lessons-list .content {
  max-width: 960px;
  margin: 0 auto;
}
#tutorial-container .panel-title, #segment-module-container .panel-title, .segment-lessons-list .panel-title {
  font-size: 16px;
  text-align: center;
}
#tutorial-container .glyphicon, #segment-module-container .glyphicon, .segment-lessons-list .glyphicon {
  padding-right: 5px;
}
#tutorial-container .glyphicon-ok, #segment-module-container .glyphicon-ok, .segment-lessons-list .glyphicon-ok {
  color: #7a8c77;
}
#tutorial-container .glyphicon-check, #segment-module-container .glyphicon-check, .segment-lessons-list .glyphicon-check {
  color: #5cb85c;
}
#tutorial-container .glyphicon-flag, #segment-module-container .glyphicon-flag, .segment-lessons-list .glyphicon-flag {
  color: #686a97;
}
#tutorial-container .disabled .glyphicon, #segment-module-container .disabled .glyphicon, .segment-lessons-list .disabled .glyphicon {
  color: inherit !important;
}
#tutorial-container .active .glyphicon, #segment-module-container .active .glyphicon, .segment-lessons-list .active .glyphicon {
  color: #fff !important;
}
#tutorial-container .active .label, #segment-module-container .active .label, .segment-lessons-list .active .label {
  background-color: #fff !important;
  color: #777 !important;
}
#tutorial-container #course-content img, #tutorial-container #course-content .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #tutorial-container #course-content .coursereport-logo, #segment-module-container #course-content img, #segment-module-container #course-content .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #segment-module-container #course-content .coursereport-logo, .segment-lessons-list #course-content img, .segment-lessons-list #course-content .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .segment-lessons-list #course-content .coursereport-logo {
  margin: 15px 0;
  border: 1px solid #bbb;
}
#tutorial-container #course-content a .start-segment, #segment-module-container #course-content a .start-segment, .segment-lessons-list #course-content a .start-segment {
  font-size: 80%;
  text-transform: uppercase;
  font-style: italic;
  color: #6278b3;
}
#tutorial-container #course-content a:hover .start-segment, #segment-module-container #course-content a:hover .start-segment, .segment-lessons-list #course-content a:hover .start-segment {
  text-decoration: underline;
}
#tutorial-container #course-content .disabled, #segment-module-container #course-content .disabled, .segment-lessons-list #course-content .disabled {
  background: #fff !important;
}
#tutorial-container #course-content .disabled .list-group-item-heading, #tutorial-container #course-content .disabled .list-group-item-text, #segment-module-container #course-content .disabled .list-group-item-heading, #segment-module-container #course-content .disabled .list-group-item-text, .segment-lessons-list #course-content .disabled .list-group-item-heading, .segment-lessons-list #course-content .disabled .list-group-item-text {
  color: #bbb !important;
}
#tutorial-container #course-content a.disabled .start-segment, #segment-module-container #course-content a.disabled .start-segment, .segment-lessons-list #course-content a.disabled .start-segment {
  color: #bbb !important;
}
#tutorial-container #course-content table.sheet-list, #segment-module-container #course-content table.sheet-list, .segment-lessons-list #course-content table.sheet-list {
  display: block;
  margin: 0 auto;
}
#tutorial-container #course-content table.sheet-list th, #segment-module-container #course-content table.sheet-list th, .segment-lessons-list #course-content table.sheet-list th {
  text-align: center;
}
#tutorial-container #course-content table.sheet-list td, #segment-module-container #course-content table.sheet-list td, .segment-lessons-list #course-content table.sheet-list td {
  padding: 10px;
  vertical-align: middle;
}
#tutorial-container #course-content table.sheet-list td.head, #segment-module-container #course-content table.sheet-list td.head, .segment-lessons-list #course-content table.sheet-list td.head {
  text-align: center;
  font-weight: bold;
}
#tutorial-container .lesson-video-content, #segment-module-container .lesson-video-content, .segment-lessons-list .lesson-video-content {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
#tutorial-container .lesson-video-content-header, #segment-module-container .lesson-video-content-header, .segment-lessons-list .lesson-video-content-header {
  background: #f8f8f8;
  padding: 15px 25px;
}
#tutorial-container .lesson-video-content-header h1, #segment-module-container .lesson-video-content-header h1, .segment-lessons-list .lesson-video-content-header h1 {
  margin: 0;
  font-size: 1.5em;
}
#tutorial-container .lesson-video-content-description, #segment-module-container .lesson-video-content-description, .segment-lessons-list .lesson-video-content-description {
  padding: 25px;
}
#tutorial-container .lesson-video-content-description p, #tutorial-container .lesson-video-content-description .above-footer-cta-ctn a, .above-footer-cta-ctn #tutorial-container .lesson-video-content-description a, #segment-module-container .lesson-video-content-description p, #segment-module-container .lesson-video-content-description .above-footer-cta-ctn a, .above-footer-cta-ctn #segment-module-container .lesson-video-content-description a, .segment-lessons-list .lesson-video-content-description p, .segment-lessons-list .lesson-video-content-description .above-footer-cta-ctn a, .above-footer-cta-ctn .segment-lessons-list .lesson-video-content-description a {
  margin: 0;
}
#tutorial-container .lesson-video-content-video, #segment-module-container .lesson-video-content-video, .segment-lessons-list .lesson-video-content-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#tutorial-container .lesson-video-content-video iframe, #segment-module-container .lesson-video-content-video iframe, .segment-lessons-list .lesson-video-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tutorial-container .lesson-video-content-exercises, #segment-module-container .lesson-video-content-exercises, .segment-lessons-list .lesson-video-content-exercises {
  background: #f8f8f8;
  margin: 0;
}
#tutorial-container .lesson-video-content-exercises p, #tutorial-container .lesson-video-content-exercises .above-footer-cta-ctn a, .above-footer-cta-ctn #tutorial-container .lesson-video-content-exercises a, #segment-module-container .lesson-video-content-exercises p, #segment-module-container .lesson-video-content-exercises .above-footer-cta-ctn a, .above-footer-cta-ctn #segment-module-container .lesson-video-content-exercises a, .segment-lessons-list .lesson-video-content-exercises p, .segment-lessons-list .lesson-video-content-exercises .above-footer-cta-ctn a, .above-footer-cta-ctn .segment-lessons-list .lesson-video-content-exercises a {
  margin: 0;
  text-align: center;
}
#tutorial-container .lesson-video-content-download-description, #segment-module-container .lesson-video-content-download-description, .segment-lessons-list .lesson-video-content-download-description {
  margin: 0;
  padding: 25px;
}
#tutorial-container .lesson-video-content-download-link, #segment-module-container .lesson-video-content-download-link, .segment-lessons-list .lesson-video-content-download-link {
  margin: 0;
  padding: 25px;
}
#tutorial-container .lesson-written-content-navs, #segment-module-container .lesson-written-content-navs, .segment-lessons-list .lesson-written-content-navs {
  margin-top: 25px;
}
#tutorial-container .lesson-written-content, #segment-module-container .lesson-written-content, .segment-lessons-list .lesson-written-content {
  padding: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  border-top: none;
}
#tutorial-container .lesson-written-content-navs li, #segment-module-container .lesson-written-content-navs li, .segment-lessons-list .lesson-written-content-navs li {
  cursor: pointer;
  font-weight: bold;
}
#tutorial-container .lesson-written-content-navs li.active, #segment-module-container .lesson-written-content-navs li.active, .segment-lessons-list .lesson-written-content-navs li.active {
  cursor: default;
}
#tutorial-container .lesson-written-content-transcript, #segment-module-container .lesson-written-content-transcript, .segment-lessons-list .lesson-written-content-transcript {
  display: none;
}
#tutorial-container .lesson-written-content-transcript-show, #segment-module-container .lesson-written-content-transcript-show, .segment-lessons-list .lesson-written-content-transcript-show {
  display: block;
}
#tutorial-container .read-next, #segment-module-container .read-next, .segment-lessons-list .read-next {
  padding: 20px;
  background-color: #eee;
  text-align: left;
  border: 1px solid #e7e7e7;
}
#tutorial-container .read-next h2, #segment-module-container .read-next h2, .segment-lessons-list .read-next h2 {
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  color: #777;
}
#tutorial-container .read-next .article-name, #segment-module-container .read-next .article-name, .segment-lessons-list .read-next .article-name {
  font-size: 1.4em;
  margin-bottom: 5px;
}
#tutorial-container .read-next .article-description, #segment-module-container .read-next .article-description, .segment-lessons-list .read-next .article-description {
  margin: 0;
}

.segment-container {
  margin-bottom: 30px;
}

#segment-module-container {
  padding: 0px;
  color: #333333 !important;
}
#segment-module-container h4 {
  font-size: 18px;
}
#segment-module-container #course-content {
  margin: 0px;
  padding: 0px;
}

.segment-lessons-list {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
  border-radius: 2px 2px 0px 0px;
}
.segment-lessons-list h4 {
  font-size: 16px;
}
.segment-lessons-list h4.panel-title {
  margin: 0;
  padding: 10px 20px;
  background: #f9f9f9;
  font-size: 16px;
}
.segment-lessons-list .list-group-item:first-child {
  border-radius: 0px;
}

@media (max-width: 768px) {
  .desc-container .excercise a {
    float: left !important;
    margin-top: 16px;
  }
  .desc-container .video iframe {
    width: 100%;
    height: 300px;
  }

  article.excel-container #course-navigation {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  article.excel-container #course-content {
    padding-left: 0;
  }
}
#dsc-landing-page h1, #dsc-landing-page h2, #dsc-landing-page h3, #dsc-landing-page h4, #dsc-landing-page h5, #dsc-landing-page h6 {
  font-weight: 200;
}
#dsc-landing-page .wrapper {
  max-width: 100%;
  padding: 0 81px;
}
#dsc-landing-page section {
  margin: 0;
  padding: 0;
}
#dsc-landing-page .cf:before, #dsc-landing-page .curriculum-content form .control:before, .curriculum-content form #dsc-landing-page .control:before, #dsc-landing-page .curriculum-content .group_buttons:before, .curriculum-content #dsc-landing-page .group_buttons:before, #dsc-landing-page .curriculum-content .container:before, .curriculum-content #dsc-landing-page .container:before, #dsc-landing-page .curriculum-content .modal_content:before, .curriculum-content #dsc-landing-page .modal_content:before, #dsc-landing-page .curriculum-content .social_stat:before, .curriculum-content #dsc-landing-page .social_stat:before, #dsc-landing-page .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item #dsc-landing-page .meta:before, #dsc-landing-page .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item #dsc-landing-page .meta:before, #dsc-landing-page .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item #dsc-landing-page .ratings:before, #dsc-landing-page .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item #dsc-landing-page .ratings:before, #dsc-landing-page .curriculum-content .items_container:before, .curriculum-content #dsc-landing-page .items_container:before, #dsc-landing-page .curriculum-content .item_details:before, .curriculum-content #dsc-landing-page .item_details:before, #dsc-landing-page .curriculum-content .face_wall:before, .curriculum-content #dsc-landing-page .face_wall:before, #dsc-landing-page .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile #dsc-landing-page .profile_inner:before, #dsc-landing-page .curriculum-content .learning_path_content:before, .curriculum-content #dsc-landing-page .learning_path_content:before, #dsc-landing-page .curriculum-content .lp_chapter:before, .curriculum-content #dsc-landing-page .lp_chapter:before, #dsc-landing-page .curriculum-content .lp_chapter > header:before, .curriculum-content #dsc-landing-page .lp_chapter > header:before, #dsc-landing-page .curriculum-content .each_resource:before, .curriculum-content #dsc-landing-page .each_resource:before, #dsc-landing-page .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource #dsc-landing-page .heading:before, #dsc-landing-page .cf:after, #dsc-landing-page .curriculum-content form .control:after, .curriculum-content form #dsc-landing-page .control:after, #dsc-landing-page .curriculum-content .group_buttons:after, .curriculum-content #dsc-landing-page .group_buttons:after, #dsc-landing-page .curriculum-content .container:after, .curriculum-content #dsc-landing-page .container:after, #dsc-landing-page .curriculum-content .modal_content:after, .curriculum-content #dsc-landing-page .modal_content:after, #dsc-landing-page .curriculum-content .social_stat:after, .curriculum-content #dsc-landing-page .social_stat:after, #dsc-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item #dsc-landing-page .meta:after, #dsc-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item #dsc-landing-page .meta:after, #dsc-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item #dsc-landing-page .ratings:after, #dsc-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item #dsc-landing-page .ratings:after, #dsc-landing-page .curriculum-content .items_container:after, .curriculum-content #dsc-landing-page .items_container:after, #dsc-landing-page .curriculum-content .item_details:after, .curriculum-content #dsc-landing-page .item_details:after, #dsc-landing-page .curriculum-content .face_wall:after, .curriculum-content #dsc-landing-page .face_wall:after, #dsc-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile #dsc-landing-page .profile_inner:after, #dsc-landing-page .curriculum-content .learning_path_content:after, .curriculum-content #dsc-landing-page .learning_path_content:after, #dsc-landing-page .curriculum-content .lp_chapter:after, .curriculum-content #dsc-landing-page .lp_chapter:after, #dsc-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content #dsc-landing-page .lp_chapter > header:after, #dsc-landing-page .curriculum-content .each_resource:after, .curriculum-content #dsc-landing-page .each_resource:after, #dsc-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource #dsc-landing-page .heading:after {
  content: "";
  display: table;
}
#dsc-landing-page .cf:after, #dsc-landing-page .curriculum-content form .control:after, .curriculum-content form #dsc-landing-page .control:after, #dsc-landing-page .curriculum-content .group_buttons:after, .curriculum-content #dsc-landing-page .group_buttons:after, #dsc-landing-page .curriculum-content .container:after, .curriculum-content #dsc-landing-page .container:after, #dsc-landing-page .curriculum-content .modal_content:after, .curriculum-content #dsc-landing-page .modal_content:after, #dsc-landing-page .curriculum-content .social_stat:after, .curriculum-content #dsc-landing-page .social_stat:after, #dsc-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item #dsc-landing-page .meta:after, #dsc-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item #dsc-landing-page .meta:after, #dsc-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item #dsc-landing-page .ratings:after, #dsc-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item #dsc-landing-page .ratings:after, #dsc-landing-page .curriculum-content .items_container:after, .curriculum-content #dsc-landing-page .items_container:after, #dsc-landing-page .curriculum-content .item_details:after, .curriculum-content #dsc-landing-page .item_details:after, #dsc-landing-page .curriculum-content .face_wall:after, .curriculum-content #dsc-landing-page .face_wall:after, #dsc-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile #dsc-landing-page .profile_inner:after, #dsc-landing-page .curriculum-content .learning_path_content:after, .curriculum-content #dsc-landing-page .learning_path_content:after, #dsc-landing-page .curriculum-content .lp_chapter:after, .curriculum-content #dsc-landing-page .lp_chapter:after, #dsc-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content #dsc-landing-page .lp_chapter > header:after, #dsc-landing-page .curriculum-content .each_resource:after, .curriculum-content #dsc-landing-page .each_resource:after, #dsc-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource #dsc-landing-page .heading:after {
  clear: both;
}
#dsc-landing-page .owl-theme .owl-controls .owl-page.active span, #dsc-landing-page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00c09d !important;
}
#dsc-landing-page .desktop-workshop-nav {
  position: relative;
  z-index: 5;
}
#dsc-landing-page .fixed {
  position: fixed;
}
#dsc-landing-page .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

#dsc-landing-page, #career-track {
  max-width: 100%;
  overflow: hidden;
  /* .header-box */
  /* .san-banner-1 */
  /* end of media query */
}
#dsc-landing-page #banner, #career-track #banner {
  background-image: url(/images/workshop/dsc/banner-data-science-career-track.jpg);
  background-size: cover;
  height: 524px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#dsc-landing-page #banner .datacamp-partnership-box, #career-track #banner .datacamp-partnership-box {
  height: 84px;
  background: rgba(72, 72, 94, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text {
  text-align: left;
  color: #ffffff;
}
#dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin-right: 20px;
}
#dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text img, #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text img, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo {
  width: 200px;
  max-width: 100%;
}
#dsc-landing-page .header-box, #career-track .header-box {
  width: 365px;
  height: 456px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #48485e;
  box-shadow: 0 1px 3.5px 0 rgba(0, 0, 0, 0.6);
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
}
#dsc-landing-page .header-box span.line, #career-track .header-box span.line {
  height: 0.5px;
  opacity: 0.14;
  background: #48485e;
  max-width: 100%;
  display: block;
}
#dsc-landing-page .header-box h3, #career-track .header-box h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
#dsc-landing-page .header-box p, #dsc-landing-page .header-box .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .header-box a, #career-track .header-box p, #career-track .header-box .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .header-box a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 35px 0;
  text-align: center;
}
#dsc-landing-page .header-box p span, #dsc-landing-page .header-box .above-footer-cta-ctn a span, .above-footer-cta-ctn #dsc-landing-page .header-box a span, #career-track .header-box p span, #career-track .header-box .above-footer-cta-ctn a span, .above-footer-cta-ctn #career-track .header-box a span {
  font-weight: bold;
}
#dsc-landing-page .header-box .apply-btn, #career-track .header-box .apply-btn {
  display: block;
  width: 321px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding-top: 15px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #ef2964;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
#dsc-landing-page .header-box .apply-btn:hover, #career-track .header-box .apply-btn:hover {
  background-color: #d52056;
}
#dsc-landing-page .header-box .request-syllabus, #career-track .header-box .request-syllabus {
  display: block;
  margin: 15px 0;
  text-align: center;
  color: #2D87B1;
  text-decoration: none;
  font-size: 18px;
}
#dsc-landing-page .header-box .request-syllabus:hover, #career-track .header-box .request-syllabus:hover {
  color: #2D77A1;
}
#dsc-landing-page .desktop-workshop-nav, #career-track .desktop-workshop-nav {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #efeff6;
  box-sizing: border-box;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.14);
}
#dsc-landing-page .desktop-workshop-nav a, #career-track .desktop-workshop-nav a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #48485e;
  padding: 12px;
}
#dsc-landing-page .desktop-workshop-nav .navbar-collapse a:hover, #career-track .desktop-workshop-nav .navbar-collapse a:hover {
  background: #ffffff;
}
#dsc-landing-page .desktop-workshop-nav li:hover, #career-track .desktop-workshop-nav li:hover {
  text-decoration: none;
  border-bottom: solid 7px #00c09d;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
}
#dsc-landing-page .desktop-workshop-nav li:visited, #career-track .desktop-workshop-nav li:visited {
  border: none;
}
#dsc-landing-page .desktop-workshop-nav #header-apply-btn, #career-track .desktop-workshop-nav #header-apply-btn {
  display: none;
}
#dsc-landing-page .desktop-workshop-nav .btn-primary, #career-track .desktop-workshop-nav .btn-primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  width: 185px;
  text-transform: capitalize;
  margin-top: 14px;
}
#dsc-landing-page .desktop-workshop-nav .list-inline li.active, #dsc-landing-page .desktop-workshop-nav .list-inline li:hover, #career-track .desktop-workshop-nav .list-inline li.active, #career-track .desktop-workshop-nav .list-inline li:hover {
  border-bottom: solid 7px #00c09d;
  transition: all 0.2s ease-out;
}
#dsc-landing-page .desktop-workshop-nav li:active, #career-track .desktop-workshop-nav li:active {
  background: #ffffff;
}
#dsc-landing-page .sa-banner-1, #career-track .sa-banner-1 {
  padding-right: 83px;
}
#dsc-landing-page .sa-banner-1 img, #dsc-landing-page .sa-banner-1 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .sa-banner-1 .coursereport-logo, #career-track .sa-banner-1 img, #career-track .sa-banner-1 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .sa-banner-1 .coursereport-logo {
  max-width: 33%;
}
#dsc-landing-page .sa-banner-1 .content, #career-track .sa-banner-1 .content {
  padding: 64px 2em 64px 0;
  float: right;
  width: 66%;
  text-align: left;
  color: #48485e;
}
#dsc-landing-page .sa-banner-1 .content h1, #career-track .sa-banner-1 .content h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 300;
}
#dsc-landing-page .sa-banner-1 .content p, #dsc-landing-page .sa-banner-1 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .sa-banner-1 .content a, #career-track .sa-banner-1 .content p, #career-track .sa-banner-1 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .sa-banner-1 .content a {
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2.06;
  font-weight: 200;
  padding: 0 0 20px;
}
#dsc-landing-page .skills-container, #career-track .skills-container {
  background-color: #ffffff;
  padding-bottom: 64px;
}
#dsc-landing-page .skills-container .arrow-icon img, #dsc-landing-page .skills-container .arrow-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .arrow-icon .coursereport-logo, #dsc-landing-page .skills-container .arrow-icon2 img, #dsc-landing-page .skills-container .arrow-icon2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .arrow-icon2 .coursereport-logo, #career-track .skills-container .arrow-icon img, #career-track .skills-container .arrow-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .arrow-icon .coursereport-logo, #career-track .skills-container .arrow-icon2 img, #career-track .skills-container .arrow-icon2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .arrow-icon2 .coursereport-logo {
  display: block;
  margin: 0 auto;
}
#dsc-landing-page .skills-container .skills, #career-track .skills-container .skills {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
#dsc-landing-page .skills-container .skills h2, #career-track .skills-container .skills h2 {
  padding: 20px;
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#dsc-landing-page .skills-container .skills h5, #career-track .skills-container .skills h5 {
  margin: 0 0 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.69;
  color: #48485e;
  font-weight: 400;
}
#dsc-landing-page .skills-container .skills p, #dsc-landing-page .skills-container .skills .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .skills-container .skills a, #career-track .skills-container .skills p, #career-track .skills-container .skills .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .skills-container .skills a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.88;
  color: #48485e;
}
#dsc-landing-page .skills-container .skills .content-wrapper .cf, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content form .control, .curriculum-content form #dsc-landing-page .skills-container .skills .content-wrapper .control, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .group_buttons, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .group_buttons, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .container, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .container, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .modal_content, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .modal_content, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .social_stat, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .social_stat, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_item .meta, .curriculum-content .grid_item #dsc-landing-page .skills-container .skills .content-wrapper .meta, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .meta, .curriculum-content .grid_view .each_item #dsc-landing-page .skills-container .skills .content-wrapper .meta, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_item .ratings, .curriculum-content .grid_item #dsc-landing-page .skills-container .skills .content-wrapper .ratings, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .ratings, .curriculum-content .grid_view .each_item #dsc-landing-page .skills-container .skills .content-wrapper .ratings, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .items_container, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .items_container, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .item_details, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .item_details, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .face_wall, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .face_wall, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .author_profile .profile_inner, .curriculum-content .author_profile #dsc-landing-page .skills-container .skills .content-wrapper .profile_inner, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .learning_path_content, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .learning_path_content, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .lp_chapter, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .lp_chapter, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .lp_chapter > header, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .lp_chapter > header, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .each_resource, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .each_resource, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .each_resource .heading, .curriculum-content .each_resource #dsc-landing-page .skills-container .skills .content-wrapper .heading, #career-track .skills-container .skills .content-wrapper .cf, #career-track .skills-container .skills .content-wrapper .curriculum-content form .control, .curriculum-content form #career-track .skills-container .skills .content-wrapper .control, #career-track .skills-container .skills .content-wrapper .curriculum-content .group_buttons, .curriculum-content #career-track .skills-container .skills .content-wrapper .group_buttons, #career-track .skills-container .skills .content-wrapper .curriculum-content .container, .curriculum-content #career-track .skills-container .skills .content-wrapper .container, #career-track .skills-container .skills .content-wrapper .curriculum-content .modal_content, .curriculum-content #career-track .skills-container .skills .content-wrapper .modal_content, #career-track .skills-container .skills .content-wrapper .curriculum-content .social_stat, .curriculum-content #career-track .skills-container .skills .content-wrapper .social_stat, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_item .meta, .curriculum-content .grid_item #career-track .skills-container .skills .content-wrapper .meta, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .meta, .curriculum-content .grid_view .each_item #career-track .skills-container .skills .content-wrapper .meta, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_item .ratings, .curriculum-content .grid_item #career-track .skills-container .skills .content-wrapper .ratings, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .ratings, .curriculum-content .grid_view .each_item #career-track .skills-container .skills .content-wrapper .ratings, #career-track .skills-container .skills .content-wrapper .curriculum-content .items_container, .curriculum-content #career-track .skills-container .skills .content-wrapper .items_container, #career-track .skills-container .skills .content-wrapper .curriculum-content .item_details, .curriculum-content #career-track .skills-container .skills .content-wrapper .item_details, #career-track .skills-container .skills .content-wrapper .curriculum-content .face_wall, .curriculum-content #career-track .skills-container .skills .content-wrapper .face_wall, #career-track .skills-container .skills .content-wrapper .curriculum-content .author_profile .profile_inner, .curriculum-content .author_profile #career-track .skills-container .skills .content-wrapper .profile_inner, #career-track .skills-container .skills .content-wrapper .curriculum-content .learning_path_content, .curriculum-content #career-track .skills-container .skills .content-wrapper .learning_path_content, #career-track .skills-container .skills .content-wrapper .curriculum-content .lp_chapter, .curriculum-content #career-track .skills-container .skills .content-wrapper .lp_chapter, #career-track .skills-container .skills .content-wrapper .curriculum-content .lp_chapter > header, .curriculum-content #career-track .skills-container .skills .content-wrapper .lp_chapter > header, #career-track .skills-container .skills .content-wrapper .curriculum-content .each_resource, .curriculum-content #career-track .skills-container .skills .content-wrapper .each_resource, #career-track .skills-container .skills .content-wrapper .curriculum-content .each_resource .heading, .curriculum-content .each_resource #career-track .skills-container .skills .content-wrapper .heading {
  padding: 20px;
}
#dsc-landing-page .skills-container .skills .left, #career-track .skills-container .skills .left {
  float: left;
  width: 15%;
}
#dsc-landing-page .skills-container .skills .left img, #dsc-landing-page .skills-container .skills .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .skills .left .coursereport-logo, #career-track .skills-container .skills .left img, #career-track .skills-container .skills .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .skills .left .coursereport-logo {
  max-width: 50px;
}
#dsc-landing-page .skills-container .skills .right, #career-track .skills-container .skills .right {
  float: right;
  max-width: 82%;
  margin-left: 8px;
}
#dsc-landing-page .skills-container .skills .skills-1-bg img, #dsc-landing-page .skills-container .skills .skills-1-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .skills .skills-1-bg .coursereport-logo, #career-track .skills-container .skills .skills-1-bg img, #career-track .skills-container .skills .skills-1-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .skills .skills-1-bg .coursereport-logo {
  max-width: 100%;
  max-height: 201px;
  display: block;
  margin: 40px auto 0;
}
#dsc-landing-page .skills-container .skills .skills-2-bg img, #dsc-landing-page .skills-container .skills .skills-2-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .skills .skills-2-bg .coursereport-logo, #career-track .skills-container .skills .skills-2-bg img, #career-track .skills-container .skills .skills-2-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .skills .skills-2-bg .coursereport-logo {
  max-width: 100%;
  max-height: 255px;
  display: block;
  margin: 0 auto;
}
#dsc-landing-page .skills-container .skills .skills-3-bg img, #dsc-landing-page .skills-container .skills .skills-3-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .skills .skills-3-bg .coursereport-logo, #career-track .skills-container .skills .skills-3-bg img, #career-track .skills-container .skills .skills-3-bg .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .skills .skills-3-bg .coursereport-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 313px;
}
#dsc-landing-page .skills-container .arrow-icon img, #dsc-landing-page .skills-container .arrow-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .arrow-icon .coursereport-logo, #career-track .skills-container .arrow-icon img, #career-track .skills-container .arrow-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .arrow-icon .coursereport-logo {
  max-width: 37px;
}
#dsc-landing-page .skills-container .arrow-icon2 img, #dsc-landing-page .skills-container .arrow-icon2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .arrow-icon2 .coursereport-logo, #career-track .skills-container .arrow-icon2 img, #career-track .skills-container .arrow-icon2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .arrow-icon2 .coursereport-logo {
  max-width: 25px;
}
#dsc-landing-page .company-logos-desktop, #career-track .company-logos-desktop {
  background-color: rgba(239, 239, 246, 0.49);
  clear: both;
  padding-bottom: 64px;
}
#dsc-landing-page .company-logos-desktop h3, #career-track .company-logos-desktop h3 {
  padding: 64px 0;
  margin: 0;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#dsc-landing-page .company-logos-desktop .row .col-md-12 div, #career-track .company-logos-desktop .row .col-md-12 div {
  margin: 0;
  padding: 0;
  max-width: 19%;
  display: inline-block;
}
#dsc-landing-page .company-logos-desktop .row .col-md-12 div img, #dsc-landing-page .company-logos-desktop .row .col-md-12 div .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .company-logos-desktop .row .col-md-12 div .coursereport-logo, #career-track .company-logos-desktop .row .col-md-12 div img, #career-track .company-logos-desktop .row .col-md-12 div .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .company-logos-desktop .row .col-md-12 div .coursereport-logo {
  max-width: 100%;
}
#dsc-landing-page .company-logos-mobile, #career-track .company-logos-mobile {
  padding: 44px 0 64px;
  background-color: rgba(239, 239, 246, 0.49);
}
#dsc-landing-page .company-logos-mobile h3, #career-track .company-logos-mobile h3 {
  padding: 0;
  margin: 0 0 44px;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#dsc-landing-page .company-logos-mobile .col-xs-4 div, #career-track .company-logos-mobile .col-xs-4 div {
  display: inline-block;
}
#dsc-landing-page .company-logos-mobile .col-xs-4 img, #dsc-landing-page .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .company-logos-mobile .col-xs-4 .coursereport-logo, #career-track .company-logos-mobile .col-xs-4 img, #career-track .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .company-logos-mobile .col-xs-4 .coursereport-logo {
  max-width: 30vw;
}
#dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox img, #dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo, #career-track .company-logos-mobile .col-xs-4 .dropbox img, #career-track .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo {
  text-align: center;
  max-height: 100%;
}
#dsc-landing-page .students, #career-track .students {
  background-color: #ffffff;
}
#dsc-landing-page .students h3, #career-track .students h3 {
  margin: 64px 0;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#dsc-landing-page .students .left, #career-track .students .left {
  float: left;
}
#dsc-landing-page .students .right, #career-track .students .right {
  float: right;
}
#dsc-landing-page .students .student-card, #career-track .students .student-card {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
  vertical-align: top;
  margin-bottom: 60px;
}
#dsc-landing-page .students .student-card p, #dsc-landing-page .students .student-card .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .students .student-card a, #career-track .students .student-card p, #career-track .students .student-card .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .students .student-card a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.88;
  color: #48485e;
}
#dsc-landing-page .students .student-card .name, #career-track .students .student-card .name {
  line-height: 2.06;
  margin: 10px 0 0;
}
#dsc-landing-page .students .student-card .works-at, #career-track .students .student-card .works-at {
  margin: 0;
  padding: 0;
  line-height: 1.43;
  font-size: 14px;
}
#dsc-landing-page .students .student-card .left, #career-track .students .student-card .left {
  width: 30%;
  text-align: center;
}
#dsc-landing-page .students .student-card .left .student-pic, #career-track .students .student-card .left .student-pic {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}
#dsc-landing-page .students .student-card .left .company, #career-track .students .student-card .left .company {
  max-width: 90%;
}
#dsc-landing-page .students .student-card .right, #career-track .students .student-card .right {
  width: 70%;
}
#dsc-landing-page .students .student-card .right .left, #career-track .students .student-card .right .left {
  width: 10%;
  margin-left: 8%;
}
#dsc-landing-page .students .student-card .right .left img, #dsc-landing-page .students .student-card .right .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .students .student-card .right .left .coursereport-logo, #career-track .students .student-card .right .left img, #career-track .students .student-card .right .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .students .student-card .right .left .coursereport-logo {
  max-width: 20px;
}
#dsc-landing-page .students .student-card .right .right, #career-track .students .student-card .right .right {
  width: 80%;
}
#dsc-landing-page .students .student-card .right .right .was, #dsc-landing-page .students .student-card .right .right .now, #career-track .students .student-card .right .right .was, #career-track .students .student-card .right .right .now {
  font-size: 14px;
  margin: 0;
}
#dsc-landing-page .students .btn-secondary, #career-track .students .btn-secondary {
  display: block;
  margin: 0 auto 64px;
  padding-top: 10px;
  width: 282px;
  height: 42px;
  border-radius: 4px;
  background-color: #48485e;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-transform: capitalize;
}
#dsc-landing-page .students .btn-secondary:hover, #career-track .students .btn-secondary:hover {
  background-color: #3a3a4f;
}
#dsc-landing-page .your-own-mentor, #career-track .your-own-mentor {
  background-color: #00c09d;
  color: #ffffff;
  padding: 32px 0 64px;
  text-align: center;
  letter-spacing: 0.5px;
}
#dsc-landing-page .your-own-mentor h3, #career-track .your-own-mentor h3 {
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#dsc-landing-page .your-own-mentor .computer-img, #career-track .your-own-mentor .computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 50px;
  padding-top: 0px;
}
#dsc-landing-page .your-own-mentor video, #career-track .your-own-mentor video {
  display: inline-block;
  width: 405px;
  float: left;
  height: 299px;
  padding-bottom: 68px;
  padding-left: 0px;
  margin-top: 21px;
  margin-left: -77px;
}
#dsc-landing-page .your-own-mentor .primary-heading, #career-track .your-own-mentor .primary-heading {
  margin: 32px 0 20px;
  padding: 0;
}
#dsc-landing-page .your-own-mentor .secondary-heading, #career-track .your-own-mentor .secondary-heading {
  margin-bottom: 28px;
}
#dsc-landing-page .your-own-mentor h5, #career-track .your-own-mentor h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#dsc-landing-page .your-own-mentor p, #dsc-landing-page .your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .your-own-mentor a, #career-track .your-own-mentor p, #career-track .your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .your-own-mentor a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
}
#dsc-landing-page .your-own-mentor .icons, #career-track .your-own-mentor .icons {
  max-width: 80px;
}
#dsc-landing-page .mentors, #career-track .mentors {
  padding-bottom: 64px;
}
#dsc-landing-page .mentors h3, #career-track .mentors h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 64px 0 20px;
  color: #48485e;
}
#dsc-landing-page .mentors h6, #career-track .mentors h6 {
  margin: 28px 0 52px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.6px;
  color: #000000;
}
#dsc-landing-page .mentors .mentor-card, #career-track .mentors .mentor-card {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 24%;
}
#dsc-landing-page .mentors .mentor-card p, #dsc-landing-page .mentors .mentor-card .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .mentors .mentor-card a, #career-track .mentors .mentor-card p, #career-track .mentors .mentor-card .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .mentors .mentor-card a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #48485e;
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}
#dsc-landing-page .mentors .mentor-card .img-wrapper, #career-track .mentors .mentor-card .img-wrapper {
  margin: 0;
}
#dsc-landing-page .mentors .mentor-card .img-wrapper img, #dsc-landing-page .mentors .mentor-card .img-wrapper .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .mentors .mentor-card .img-wrapper .coursereport-logo, #career-track .mentors .mentor-card .img-wrapper img, #career-track .mentors .mentor-card .img-wrapper .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .mentors .mentor-card .img-wrapper .coursereport-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#dsc-landing-page .mentors .company-logo, #career-track .mentors .company-logo {
  max-width: 163px;
  margin: 12px 0 0;
  padding: 0;
}
#dsc-landing-page .mentors .more-mentors, #career-track .mentors .more-mentors {
  margin: 30px 0 0;
  text-align: center;
}
#dsc-landing-page .mentors .more-mentors a, #career-track .mentors .more-mentors a {
  color: #48485e;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.6px;
  color: #000000;
}
#dsc-landing-page .best-curriculum, #career-track .best-curriculum {
  padding-bottom: 64px;
  background-color: rgba(239, 239, 246, 0.49);
  color: #48485e;
}
#dsc-landing-page .best-curriculum h3, #dsc-landing-page .best-curriculum h4, #dsc-landing-page .best-curriculum h5, #dsc-landing-page .best-curriculum p, #dsc-landing-page .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum a, #career-track .best-curriculum h3, #career-track .best-curriculum h4, #career-track .best-curriculum h5, #career-track .best-curriculum p, #career-track .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum a {
  font-family: 'Open Sans', sans-serif;
}
#dsc-landing-page .best-curriculum h3, #career-track .best-curriculum h3 {
  padding: 64px 0;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
}
#dsc-landing-page .best-curriculum h4, #career-track .best-curriculum h4 {
  margin: 0;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 200;
}
#dsc-landing-page .best-curriculum h5, #career-track .best-curriculum h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.69;
  text-align: center;
}
#dsc-landing-page .best-curriculum p, #dsc-landing-page .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum a, #career-track .best-curriculum p, #career-track .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum a {
  font-weight: 200;
  font-size: 16px;
  line-height: 2.06;
  text-align: center;
  padding: 0 20px;
}
#dsc-landing-page .best-curriculum .video-content, #career-track .best-curriculum .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  #dsc-landing-page .best-curriculum .video-content, #career-track .best-curriculum .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  #dsc-landing-page .best-curriculum .video-content, #career-track .best-curriculum .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  #dsc-landing-page .best-curriculum .video-content, #career-track .best-curriculum .video-content {
    width: 288px;
  }
}
#dsc-landing-page .best-curriculum .video-content p, #dsc-landing-page .best-curriculum .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum .video-content a, #career-track .best-curriculum .video-content p, #career-track .best-curriculum .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  #dsc-landing-page .best-curriculum .video-content p, #dsc-landing-page .best-curriculum .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum .video-content a, #career-track .best-curriculum .video-content p, #career-track .best-curriculum .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum .video-content a {
    font-size: 12px;
  }
}
#dsc-landing-page .best-curriculum .video-content .ytp-large-play-button, #career-track .best-curriculum .video-content .ytp-large-play-button {
  display: none;
}
#dsc-landing-page .best-curriculum .video-content iframe, #career-track .best-curriculum .video-content iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  #dsc-landing-page .best-curriculum .video-content iframe, #career-track .best-curriculum .video-content iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  #dsc-landing-page .best-curriculum .video-content iframe, #career-track .best-curriculum .video-content iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  #dsc-landing-page .best-curriculum .video-content iframe, #career-track .best-curriculum .video-content iframe {
    width: 288px;
    height: 162px;
  }
}
#dsc-landing-page .best-curriculum .video-text, #career-track .best-curriculum .video-text {
  margin: 30px 0 40px;
}
#dsc-landing-page .best-curriculum .play-logo, #career-track .best-curriculum .play-logo {
  position: relative;
  display: block;
  left: 45%;
  top: -230px;
  height: 109px;
  max-width: 109px;
}
#dsc-landing-page .career-coach-help, #career-track .career-coach-help {
  margin-top: 48px;
  padding-bottom: 64px;
  background-color: rgba(239, 239, 246, 0.49);
  color: #48485e;
}
#dsc-landing-page .career-coach-help h3,
#dsc-landing-page .career-coach-help p,
#dsc-landing-page .career-coach-help .above-footer-cta-ctn a,
.above-footer-cta-ctn #dsc-landing-page .career-coach-help a, #career-track .career-coach-help h3,
#career-track .career-coach-help p,
#career-track .career-coach-help .above-footer-cta-ctn a,
.above-footer-cta-ctn #career-track .career-coach-help a {
  font-family: 'Open Sans', sans-serif;
}
#dsc-landing-page .career-coach-help h3, #career-track .career-coach-help h3 {
  padding: 64px 0;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
}
#dsc-landing-page .career-coach-help p, #dsc-landing-page .career-coach-help .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .career-coach-help a, #career-track .career-coach-help p, #career-track .career-coach-help .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .career-coach-help a {
  font-weight: 200;
  font-size: 16px;
  line-height: 2.06;
  text-align: center;
  padding: 0 20px;
}
#dsc-landing-page .career-coach-help .video-content, #career-track .career-coach-help .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  #dsc-landing-page .career-coach-help .video-content, #career-track .career-coach-help .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  #dsc-landing-page .career-coach-help .video-content, #career-track .career-coach-help .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  #dsc-landing-page .career-coach-help .video-content, #career-track .career-coach-help .video-content {
    width: 288px;
  }
}
#dsc-landing-page .career-coach-help .video-content p, #dsc-landing-page .career-coach-help .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .career-coach-help .video-content a, #career-track .career-coach-help .video-content p, #career-track .career-coach-help .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .career-coach-help .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  #dsc-landing-page .career-coach-help .video-content p, #dsc-landing-page .career-coach-help .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .career-coach-help .video-content a, #career-track .career-coach-help .video-content p, #career-track .career-coach-help .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .career-coach-help .video-content a {
    font-size: 12px;
  }
}
#dsc-landing-page .career-coach-help .video-content .ytp-large-play-button, #career-track .career-coach-help .video-content .ytp-large-play-button {
  display: none;
}
#dsc-landing-page .career-coach-help .video-content iframe, #career-track .career-coach-help .video-content iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  #dsc-landing-page .career-coach-help .video-content iframe, #career-track .career-coach-help .video-content iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  #dsc-landing-page .career-coach-help .video-content iframe, #career-track .career-coach-help .video-content iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  #dsc-landing-page .career-coach-help .video-content iframe, #career-track .career-coach-help .video-content iframe {
    width: 288px;
    height: 162px;
  }
}
#dsc-landing-page .career-coach-help .video-text, #career-track .career-coach-help .video-text {
  margin: 30px 0 40px;
}
#dsc-landing-page .career-coach-help .play-logo, #career-track .career-coach-help .play-logo {
  position: relative;
  display: block;
  left: 45%;
  top: -230px;
  height: 109px;
  max-width: 109px;
}
#dsc-landing-page .workshop-curriculum-ctn .main-headline, #career-track .workshop-curriculum-ctn .main-headline {
  margin: 64px 0 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
}
#dsc-landing-page .workshop-curriculum-ctn .ctn-padding-v, #career-track .workshop-curriculum-ctn .ctn-padding-v {
  padding-top: 0;
}
#dsc-landing-page .workshop-curriculum-ctn .section-heading-ctn, #career-track .workshop-curriculum-ctn .section-heading-ctn {
  padding: 0;
  margin: 0;
}
#dsc-landing-page .workshop-curriculum-ctn .secondary-headline, #career-track .workshop-curriculum-ctn .secondary-headline {
  margin: 0 0 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200 !important;
  line-height: 1.69;
  color: #ffffff;
}
#dsc-landing-page .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs, #career-track .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs {
  background-color: #48485f;
}
#dsc-landing-page .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a, #career-track .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
#dsc-landing-page .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs li.active a, #career-track .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs li.active a {
  background-color: #ffffff;
  color: #48485e;
}
#dsc-landing-page .workshop-curriculum-ctn .nav-tabs, #career-track .workshop-curriculum-ctn .nav-tabs {
  height: 839px;
}
#dsc-landing-page .workshop-curriculum-ctn .tab-content .tab-pane, #career-track .workshop-curriculum-ctn .tab-content .tab-pane {
  height: 839px;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.75;
}
#dsc-landing-page .workshop-curriculum-ctn .tab-content .tab-pane h3:first-child, #career-track .workshop-curriculum-ctn .tab-content .tab-pane h3:first-child {
  font-weight: 300;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus, #career-track .workshop-curriculum-ctn .wk-request-syllabus {
  padding: 30px;
  background-color: #ffffff;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus h4, #career-track .workshop-curriculum-ctn .wk-request-syllabus h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus input[type="email"], #career-track .workshop-curriculum-ctn .wk-request-syllabus input[type="email"] {
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #979797;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 10px;
  color: #48485e;
  height: auto;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary, #career-track .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary {
  background-color: #00c09d;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  border-radius: 8px;
  padding: 15px;
  margin-left: -14px;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary:hover, #career-track .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary:hover {
  background-color: #2CA893;
}
#dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus .syllabus-success h3, #career-track .workshop-curriculum-ctn .wk-request-syllabus .syllabus-success h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content, #career-track .workshop-curriculum-ctn .workshop-curriculum-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content h4.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content h4.text-white {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content h4.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content h4.text-white {
    font-size: 24px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content p.text-white, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content a.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content p.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content a.text-white {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content p.text-white, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content a.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content p.text-white, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content a.text-white {
    font-size: 16px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content p.text-white.curriculum-subheading, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white.curriculum-subheading, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content a.text-white.curriculum-subheading, #career-track .workshop-curriculum-ctn .workshop-curriculum-content p.text-white.curriculum-subheading, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .above-footer-cta-ctn a.text-white.curriculum-subheading, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content a.text-white.curriculum-subheading {
  margin-left: 20px;
  margin-right: 20px;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card-container, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card-container {
  padding: 0 18px;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .container, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .container {
  padding-left: 15px;
  padding-right: 15px;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card {
  margin-bottom: 28px;
  min-height: 330px;
  padding: 26px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a {
    font-size: 14px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card li, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card li {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card li, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card li {
    font-size: 14px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card h5, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .cur-unit, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card h5, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .cur-unit {
  margin-bottom: 20px;
  font-weight: 500;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card h5, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card h5 {
  font-size: 20px;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .owl-pagination, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .owl-pagination {
  display: none !important;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .owl-controls, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .owl-controls {
  margin: 0 !important;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .owl-item, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .owl-item {
  padding: 0 !important;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .swipe-left-text, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .swipe-left-text {
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  font-weight: 300;
}
#dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content #syllabus-response, #career-track .workshop-curriculum-ctn .workshop-curriculum-content #syllabus-response {
  padding-top: 27px;
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn, #career-track .workshop-curriculum-ctn .request-syllabus-ctn {
  margin-bottom: 44px;
  padding-left: 28px;
  background-color: #fff;
  height: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn, #career-track .workshop-curriculum-ctn .request-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn, #career-track .workshop-curriculum-ctn .request-syllabus-ctn {
    height: auto;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn h4, #career-track .workshop-curriculum-ctn .request-syllabus-ctn h4 {
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn h4, #career-track .workshop-curriculum-ctn .request-syllabus-ctn h4 {
    line-height: inherit;
    padding: 0;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form {
  float: right;
  display: block;
  margin: 22px 20px 22px 0;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form {
    float: none;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form input, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form input {
  background: none;
  height: 56px;
  border: 1px solid #979797;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form input, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form input {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form button, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form button {
  background-color: #00c09d;
  height: 56px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn form button, #career-track .workshop-curriculum-ctn .request-syllabus-ctn form button {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow, #career-track .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow {
  position: relative;
}
#dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow img, #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow .coursereport-logo, #career-track .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow img, #career-track .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .workshop-curriculum-ctn .request-syllabus-ctn .syllabus-arrow .coursereport-logo {
  position: absolute;
  top: -140px;
  right: 400px;
}
#dsc-landing-page .right-program, #career-track .right-program {
  font-size: 16px;
  margin-bottom: 64px;
}
#dsc-landing-page .right-program .left, #career-track .right-program .left {
  width: 70%;
}
#dsc-landing-page .right-program .right, #career-track .right-program .right {
  max-width: 20%;
  margin-right: 9%;
}
#dsc-landing-page .right-program .right img, #dsc-landing-page .right-program .right .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .right-program .right .coursereport-logo, #career-track .right-program .right img, #career-track .right-program .right .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .right-program .right .coursereport-logo {
  max-width: 120px;
  border-radius: 50%;
  background-size: cover;
}
#dsc-landing-page .right-program h3, #career-track .right-program h3 {
  font-family: 'Roboto', sans-serif;
  margin: 64px 0;
  color: #48485e;
  font-size: 28px;
  font-weight: 300;
}
#dsc-landing-page .right-program h5, #career-track .right-program h5 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
#dsc-landing-page .right-program p, #dsc-landing-page .right-program .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .right-program a, #career-track .right-program p, #career-track .right-program .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .right-program a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.69;
  color: #48485e;
  padding-right: 20px;
}
#dsc-landing-page .right-program .mailto, #career-track .right-program .mailto {
  margin: 0;
}
#dsc-landing-page .right-program .math, #career-track .right-program .math {
  padding-top: 50px;
}
#dsc-landing-page .right-program a, #career-track .right-program a {
  color: #000000;
  text-decoration: underline;
}
#dsc-landing-page .right-program span, #career-track .right-program span {
  display: block;
}
#dsc-landing-page .path-to-career-in-dsc .row, #career-track .path-to-career-in-dsc .row {
  margin: 0;
}
#dsc-landing-page .path-to-career-in-dsc .primary-heading, #career-track .path-to-career-in-dsc .primary-heading {
  padding: 0 30px;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  margin: 28px 0 18px;
  line-height: 1.89;
  font-weight: 300;
  color: #48485e;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .primary-heading, #career-track .path-to-career-in-dsc .primary-heading {
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.69;
  }
}
#dsc-landing-page .path-to-career-in-dsc .secondary-heading, #career-track .path-to-career-in-dsc .secondary-heading {
  font-size: 16px;
  padding: 0 30px;
  margin: 18px 0 27px;
  line-height: 1.69;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .secondary-heading, #career-track .path-to-career-in-dsc .secondary-heading {
    padding: 0 20px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .title, #career-track .path-to-career-in-dsc .title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.6px;
  color: #000;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .path-to-career-in-dsc .title, #career-track .path-to-career-in-dsc .title {
    font-size: 16px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .main-title .d-right, #dsc-landing-page .path-to-career-in-dsc .main-title .d-left, #career-track .path-to-career-in-dsc .main-title .d-right, #career-track .path-to-career-in-dsc .main-title .d-left {
  padding-bottom: 13px;
  min-height: intial;
}
#dsc-landing-page .path-to-career-in-dsc .item, #career-track .path-to-career-in-dsc .item {
  position: relative;
  display: flex;
  min-height: 59px;
}
#dsc-landing-page .path-to-career-in-dsc .item p, #dsc-landing-page .path-to-career-in-dsc .item .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .path-to-career-in-dsc .item a, #career-track .path-to-career-in-dsc .item p, #career-track .path-to-career-in-dsc .item .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .path-to-career-in-dsc .item a {
  margin: 0;
  line-height: 1.69;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
}
#dsc-landing-page .path-to-career-in-dsc .d-right, #career-track .path-to-career-in-dsc .d-right {
  text-align: right;
  padding: 13px 67px 13px;
  position: relative;
  background-color: rgba(241, 255, 253, 0.54);
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .path-to-career-in-dsc .d-right, #career-track .path-to-career-in-dsc .d-right {
    padding-left: 30px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .d-left, #career-track .path-to-career-in-dsc .d-left {
  padding: 13px 67px 13px;
  text-align: left;
  background-color: #ecfffc;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .path-to-career-in-dsc .d-left, #career-track .path-to-career-in-dsc .d-left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .d-left, #career-track .path-to-career-in-dsc .d-left {
    padding-left: 69px;
    padding-right: 21px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .check-pair-pic, #career-track .path-to-career-in-dsc .check-pair-pic {
  position: absolute;
  top: 13px;
  right: -46px;
  z-index: 1;
}
#dsc-landing-page .path-to-career-in-dsc .check-pair-pic img, #dsc-landing-page .path-to-career-in-dsc .check-pair-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .path-to-career-in-dsc .check-pair-pic .coursereport-logo, #career-track .path-to-career-in-dsc .check-pair-pic img, #career-track .path-to-career-in-dsc .check-pair-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .path-to-career-in-dsc .check-pair-pic .coursereport-logo {
  max-width: 92px;
}
#dsc-landing-page .path-to-career-in-dsc .checkmark-pic, #career-track .path-to-career-in-dsc .checkmark-pic {
  position: absolute;
  left: 22px;
  top: 13px;
}
#dsc-landing-page .path-to-career-in-dsc .checkmark-pic img, #dsc-landing-page .path-to-career-in-dsc .checkmark-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .path-to-career-in-dsc .checkmark-pic .coursereport-logo, #career-track .path-to-career-in-dsc .checkmark-pic img, #career-track .path-to-career-in-dsc .checkmark-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .path-to-career-in-dsc .checkmark-pic .coursereport-logo {
  max-width: 33px;
}
#dsc-landing-page .path-to-career-in-dsc .border-bottom, #career-track .path-to-career-in-dsc .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 446px;
  height: 1px;
  background-color: #b2fff1;
  margin: 0 auto;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary, #career-track .path-to-career-in-dsc .average-data-scientist-salary {
  padding: 0 20px;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .primary-heading, #career-track .path-to-career-in-dsc .average-data-scientist-salary .primary-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #000;
  padding: 0;
  margin: 40px 0 36px;
  text-align: center;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-plot, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-plot {
  width: 100%;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-plot img, #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-plot .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-plot .coursereport-logo, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-plot img, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-plot .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-plot .coursereport-logo {
  display: block;
  margin: 0 auto;
  max-width: 255px;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .average-salary, #career-track .path-to-career-in-dsc .average-data-scientist-salary .average-salary {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  color: #17b68b;
  margin: 15px 0 8px;
  padding: 0;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data, #career-track .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.62;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0;
  margin: 8px auto 23px;
  text-align: center;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data img, #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data .coursereport-logo, #career-track .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data img, #career-track .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .path-to-career-in-dsc .average-data-scientist-salary .glassdoor-data .coursereport-logo {
  max-width: 17px;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .border-bottom-2, #career-track .path-to-career-in-dsc .average-data-scientist-salary .border-bottom-2 {
  width: 448px;
  height: 1px;
  background-color: #efeff6;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .border-bottom-2, #career-track .path-to-career-in-dsc .average-data-scientist-salary .border-bottom-2 {
    max-width: 100%;
  }
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .data-science-tools, #career-track .path-to-career-in-dsc .average-data-scientist-salary .data-science-tools {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.69;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #000;
  padding: 0;
  margin: 22px 0 13px;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-survey, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-survey {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.85;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 13px 0 60px;
  font-weight: 300;
}
#dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo img, #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo .coursereport-logo, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo img, #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .path-to-career-in-dsc .average-data-scientist-salary .salary-survey .oreilly-logo .coursereport-logo {
  max-width: 65px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings, #career-track .path-to-career-in-dsc .job-postings {
  margin: 0;
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings, #career-track .path-to-career-in-dsc .job-postings {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings, #career-track .path-to-career-in-dsc .job-postings {
    padding: 0;
  }
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .sample-job-postings, #career-track .path-to-career-in-dsc .job-postings .sample-job-postings {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 0 0 8px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .example-job-posting, #career-track .path-to-career-in-dsc .job-postings .example-job-posting {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.69;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 0;
  margin: 8px 0 28px;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .example-job-posting, #career-track .path-to-career-in-dsc .job-postings .example-job-posting {
    padding: 0 20px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list, #career-track .path-to-career-in-dsc .job-postings .job-posting-list {
  display: flex;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list, #career-track .path-to-career-in-dsc .job-postings .job-posting-list {
    flex-direction: column;
  }
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item {
  width: 33%;
  background-color: #efeff6;
  margin: 0;
  flex-grow: 1;
  padding: 20px 25px 35px;
}
@media screen and (max-width: 992px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item {
    padding-left: 20px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title-wrapper, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title-wrapper {
  min-height: 67px;
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title-wrapper, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title-wrapper {
    min-height: 110px;
  }
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title {
  display: flex;
  justify-content: space-between;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .title-text, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .title-text {
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  font-size: 15px;
  color: #000;
  margin: 0;
  flex-grow: 1;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .company-logo, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .company-logo {
  float: right;
  align-self: center;
  flex-grow: 1;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .salesforce-logo, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .salesforce-logo {
  max-width: 61.5px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .deloitte-logo, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .deloitte-logo {
  max-width: 90px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .amino-logo, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .job-title .amino-logo {
  max-width: 44px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .title, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .title {
  font-weight: bold;
  font-size: 12px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .list-items, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .list-items {
  list-style: none;
  padding: 0;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .qualification-item, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .qualification-item {
  font-weight: 300;
  padding: 0;
  margin: 18px 0;
  font-size: 12px;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .qualification-item.last-child, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .job-posting-item .qualifications-list .qualification-item.last-child {
  margin-bottom: 0;
}
#dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .salesforce, #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .deloitte, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .salesforce, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .deloitte {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .salesforce, #dsc-landing-page .path-to-career-in-dsc .job-postings .job-posting-list .deloitte, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .salesforce, #career-track .path-to-career-in-dsc .job-postings .job-posting-list .deloitte {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#dsc-landing-page .sa-banner-2, #career-track .sa-banner-2 {
  padding-right: 83px;
}
#dsc-landing-page .sa-banner-2 #sa-img-2, #career-track .sa-banner-2 #sa-img-2 {
  width: 33%;
  position: relative;
}
#dsc-landing-page .sa-banner-2 #sa-img-2 img, #dsc-landing-page .sa-banner-2 #sa-img-2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .sa-banner-2 #sa-img-2 .coursereport-logo, #career-track .sa-banner-2 #sa-img-2 img, #career-track .sa-banner-2 #sa-img-2 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .sa-banner-2 #sa-img-2 .coursereport-logo {
  max-width: 100%;
}
#dsc-landing-page .sa-banner-2 #sa-img-2 .sa-name, #career-track .sa-banner-2 #sa-img-2 .sa-name {
  background-color: rgba(255, 255, 255, 0.73);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.5px;
  color: #000000;
  position: absolute;
  bottom: -22px;
  padding: 1em;
  padding-right: 25%;
}
#dsc-landing-page .sa-banner-2 .content, #career-track .sa-banner-2 .content {
  padding: 10px 2em 64px 0;
  float: right;
  width: 66%;
  text-align: left;
}
#dsc-landing-page .sa-banner-2 .content h3, #career-track .sa-banner-2 .content h3 {
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1.4px;
  color: #48485e;
}
#dsc-landing-page .sa-banner-2 .content p, #dsc-landing-page .sa-banner-2 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .sa-banner-2 .content a, #career-track .sa-banner-2 .content p, #career-track .sa-banner-2 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .sa-banner-2 .content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.06;
  color: #48485e;
  padding-top: 20px;
  margin: 0;
}
#dsc-landing-page .schedule-price, #career-track .schedule-price {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .wrapper, #career-track .schedule-price .wrapper {
    margin: 0 20px;
  }
}
#dsc-landing-page .schedule-price h3, #career-track .schedule-price h3 {
  margin: 64px 0 36px;
  font-size: 28px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #48485e;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price h3, #career-track .schedule-price h3 {
    margin-bottom: 36px;
  }
}
#dsc-landing-page .schedule-price p, #dsc-landing-page .schedule-price .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .schedule-price a, #career-track .schedule-price p, #career-track .schedule-price .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .schedule-price a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 2.27;
  letter-spacing: 0.5px;
  color: #000000;
}
#dsc-landing-page .schedule-price .next-workshop-title, #dsc-landing-page .schedule-price .timeline-text, #career-track .schedule-price .next-workshop-title, #career-track .schedule-price .timeline-text {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .next-workshop-title, #dsc-landing-page .schedule-price .timeline-text, #career-track .schedule-price .next-workshop-title, #career-track .schedule-price .timeline-text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .next-workshop-title, #dsc-landing-page .schedule-price .timeline-text, #career-track .schedule-price .next-workshop-title, #career-track .schedule-price .timeline-text {
    margin-bottom: 8px;
  }
}
#dsc-landing-page .schedule-price .date-section .section-1, #career-track .schedule-price .date-section .section-1 {
  padding-right: 88px;
}
#dsc-landing-page .schedule-price .date-section .section-1 .content, #career-track .schedule-price .date-section .section-1 .content {
  float: right;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .date-section .section-1, #career-track .schedule-price .date-section .section-1 {
    padding-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .date-section .section-1, #career-track .schedule-price .date-section .section-1 {
    padding-right: 0;
  }
  #dsc-landing-page .schedule-price .date-section .section-1 .content, #career-track .schedule-price .date-section .section-1 .content {
    display: block;
    float: none;
  }
}
#dsc-landing-page .schedule-price .date-section .section-2, #career-track .schedule-price .date-section .section-2 {
  padding-left: 88px;
}
#dsc-landing-page .schedule-price .date-section .section-2 .content, #career-track .schedule-price .date-section .section-2 .content {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .date-section .section-2, #career-track .schedule-price .date-section .section-2 {
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .date-section .section-2, #career-track .schedule-price .date-section .section-2 {
    padding-left: 0;
  }
  #dsc-landing-page .schedule-price .date-section .section-2 .content, #career-track .schedule-price .date-section .section-2 .content {
    display: block;
    float: none;
  }
}
#dsc-landing-page .schedule-price .learn-pace, #career-track .schedule-price .learn-pace {
  font-size: 16px;
}
#dsc-landing-page .schedule-price .cohort-date, #career-track .schedule-price .cohort-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 50px;
  margin-top: 0;
}
#dsc-landing-page .schedule-price .cohort-timeline, #career-track .schedule-price .cohort-timeline {
  display: inline-block;
  clear: both;
  background-color: rgba(0, 192, 157, 0.13);
  border-radius: 8px;
}
#dsc-landing-page .schedule-price .num, #career-track .schedule-price .num {
  display: inline-block;
  width: 54px;
  height: 42px;
  border-radius: 8px;
  background-color: #00c09d;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.9px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.7;
}
#dsc-landing-page .schedule-price .num2, #career-track .schedule-price .num2 {
  margin-left: -5px;
}
#dsc-landing-page .schedule-price .text, #career-track .schedule-price .text {
  display: inline-block;
  background-color: rgba(0, 192, 157, 0.13);
  height: 42px;
  width: 80px;
  text-align: center;
  vertical-align: top;
  line-height: 2.3;
  margin-left: -5px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
}
#dsc-landing-page .schedule-price .btn-primary, #career-track .schedule-price .btn-primary {
  display: block;
  margin-top: 50px;
  width: 178px;
  height: 49px;
  border-radius: 4px;
  background-color: #ef2964;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 14px;
  text-transform: capitalize;
  font-weight: 400;
  clear: both;
  margin: 0 auto;
}
#dsc-landing-page .schedule-price .btn-primary:hover, #career-track .schedule-price .btn-primary:hover {
  background-color: #d52056;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .btn-primary, #career-track .schedule-price .btn-primary {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .btn-primary, #career-track .schedule-price .btn-primary {
    margin-bottom: 70px;
    width: 280px;
  }
}
#dsc-landing-page .schedule-price .price, #career-track .schedule-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: 1.3px;
  color: #00c09d;
  margin-bottom: 0;
}
#dsc-landing-page .schedule-price .capped, #career-track .schedule-price .capped {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.6px;
  color: #00c09d;
}
#dsc-landing-page .schedule-price .estimation, #career-track .schedule-price .estimation {
  margin: 20px auto 48px;
  max-width: 600px;
  color: #48485e;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .estimation, #career-track .schedule-price .estimation {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .estimation, #career-track .schedule-price .estimation {
    margin: 10px auto 20px;
  }
}
#dsc-landing-page .schedule-price .payment-options .title, #career-track .schedule-price .payment-options .title {
  font-weight: 600;
  font-size: 24px;
  margin: 62px auto 23px;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .payment-options .title, #career-track .schedule-price .payment-options .title {
    margin: 84px auto 24px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .payment-options .title, #career-track .schedule-price .payment-options .title {
    margin: 70px auto 26px;
  }
}
#dsc-landing-page .schedule-price table, #career-track .schedule-price table {
  margin-bottom: 20px;
  width: 100%;
}
#dsc-landing-page .schedule-price table th, #dsc-landing-page .schedule-price table td, #career-track .schedule-price table th, #career-track .schedule-price table td {
  padding: 10px 29px 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price table th, #dsc-landing-page .schedule-price table td, #career-track .schedule-price table th, #career-track .schedule-price table td {
    padding: 10px 11px;
  }
}
#dsc-landing-page .schedule-price table th, #career-track .schedule-price table th {
  background-color: #48485e;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: 0.5px;
  color: #ffffff;
  border: none;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price table th, #career-track .schedule-price table th {
    letter-spacing: 0.3px;
  }
}
#dsc-landing-page .schedule-price table td, #career-track .schedule-price table td {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: 0.5px;
  color: #48485e;
  background-color: rgba(239, 239, 246, 0.49);
}
#dsc-landing-page .schedule-price table .first, #dsc-landing-page .schedule-price table .second, #career-track .schedule-price table .first, #career-track .schedule-price table .second {
  border-bottom: solid 1px #e8e8ee;
}
#dsc-landing-page .schedule-price table .cohort-price, #career-track .schedule-price table .cohort-price {
  color: #00c09d;
  font-weight: 600;
}
#dsc-landing-page .schedule-price table .border-right, #career-track .schedule-price table .border-right {
  border-right: solid 1px #e8e8ee;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .desktop-table, #career-track .schedule-price .desktop-table {
    margin: 0 -51px;
    width: auto;
  }
}
#dsc-landing-page .schedule-price .height-zero, #career-track .schedule-price .height-zero {
  height: 0;
}
#dsc-landing-page .schedule-price .btn.learn-climb-credit, #career-track .schedule-price .btn.learn-climb-credit {
  width: 234px;
  padding: 13px 0;
  max-width: 98%;
  border-radius: 4px;
  background-color: #2d87b1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  text-transform: initial;
  margin: 2px 0 6px;
}
#dsc-landing-page .schedule-price .btn.learn-climb-credit .fa, #career-track .schedule-price .btn.learn-climb-credit .fa {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .btn.learn-climb-credit, #career-track .schedule-price .btn.learn-climb-credit {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .schedule-price .btn.learn-climb-credit, #career-track .schedule-price .btn.learn-climb-credit {
    width: 240px;
    margin: 2px auto 6px;
    display: block;
  }
}
#dsc-landing-page .schedule-price .interest-rate-help, #career-track .schedule-price .interest-rate-help {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  float: right;
  margin-right: 45px;
}
@media screen and (max-width: 991px) {
  #dsc-landing-page .schedule-price .interest-rate-help, #career-track .schedule-price .interest-rate-help {
    margin-top: 8px;
    margin-right: -43px;
  }
}
#dsc-landing-page .schedule-price .pricing-table-xs table, #career-track .schedule-price .pricing-table-xs table {
  width: 100%;
  margin: 0;
}
#dsc-landing-page .schedule-price .pricing-table-xs table th, #career-track .schedule-price .pricing-table-xs table th {
  font-size: 16px;
}
#dsc-landing-page .schedule-price .pricing-table-xs table th, #dsc-landing-page .schedule-price .pricing-table-xs table td, #career-track .schedule-price .pricing-table-xs table th, #career-track .schedule-price .pricing-table-xs table td {
  padding: 9px 20px 12px;
  text-align: left;
}
#dsc-landing-page .schedule-price .pricing-table-xs table td.interest-rate, #career-track .schedule-price .pricing-table-xs table td.interest-rate {
  background-color: #fff;
  padding: 0;
}
#dsc-landing-page .schedule-price .pricing-table-xs table td.first-row, #career-track .schedule-price .pricing-table-xs table td.first-row {
  padding-top: 35px;
}
#dsc-landing-page .schedule-price .pricing-table-xs table td.last-row, #career-track .schedule-price .pricing-table-xs table td.last-row {
  padding-bottom: 35px;
}
#dsc-landing-page .schedule-price .pricing-table-xs table p, #dsc-landing-page .schedule-price .pricing-table-xs table .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .schedule-price .pricing-table-xs table a, #career-track .schedule-price .pricing-table-xs table p, #career-track .schedule-price .pricing-table-xs table .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .schedule-price .pricing-table-xs table a {
  margin: 0;
  line-height: 2.07;
}
#dsc-landing-page .schedule-price .pricing-table-xs table .interest-rate-help, #career-track .schedule-price .pricing-table-xs table .interest-rate-help {
  float: none;
  line-height: 1.54;
  margin: 0 0 20px;
  text-align: center;
}
#dsc-landing-page .schedule-price .pricing-table-xs table .border-bottom, #career-track .schedule-price .pricing-table-xs table .border-bottom {
  border-bottom: solid 1px #e8e8ee;
}
#dsc-landing-page .application, #career-track .application {
  clear: both;
  background-color: rgba(239, 239, 246, 0.61);
  padding-bottom: 64px;
}
#dsc-landing-page .application h3, #career-track .application h3 {
  padding: 64px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #48485e;
  margin: 0;
}
#dsc-landing-page .application h5, #career-track .application h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto 64px;
  padding: 0;
  line-height: 1.89;
  letter-spacing: 0.6px;
  color: #000000;
}
#dsc-landing-page .application .btn-primary, #career-track .application .btn-primary {
  display: block;
  margin: 20px auto;
  width: 296px;
  height: 44px;
  padding-top: 12px;
  font-weight: normal;
  border-radius: 4px;
  background-color: #ef2964;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
#dsc-landing-page .application .btn-primary:hover, #career-track .application .btn-primary:hover {
  background-color: #d52056;
}
#dsc-landing-page .application .clock-icon, #career-track .application .clock-icon {
  margin-right: 10px;
}
#dsc-landing-page .application .clock-icon img, #dsc-landing-page .application .clock-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .application .clock-icon .coursereport-logo, #career-track .application .clock-icon img, #career-track .application .clock-icon .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .application .clock-icon .coursereport-logo {
  margin-top: -3px;
  max-width: 18px;
}
#dsc-landing-page .application .row .content, #career-track .application .row .content {
  margin: 0;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.66);
}
#dsc-landing-page .application .row p, #dsc-landing-page .application .row .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .application .row a, #career-track .application .row p, #career-track .application .row .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .application .row a {
  margin-right: 0;
  margin-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.71;
  letter-spacing: 0.5px;
  color: #000000;
}
#dsc-landing-page .application .points, #career-track .application .points {
  height: 180px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.66);
}
#dsc-landing-page .application .points .left, #career-track .application .points .left {
  float: left;
  width: 15%;
}
#dsc-landing-page .application .points .left img, #dsc-landing-page .application .points .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .application .points .left .coursereport-logo, #career-track .application .points .left img, #career-track .application .points .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .application .points .left .coursereport-logo {
  max-width: 90%;
}
#dsc-landing-page .application .points .right, #career-track .application .points .right {
  margin-top: 12px;
  float: right;
  width: 85%;
}
#dsc-landing-page .career-jumpstart, #career-track .career-jumpstart {
  background-color: #55556A;
  color: #ffffff;
  padding-bottom: 64px;
}
#dsc-landing-page .career-jumpstart h3, #career-track .career-jumpstart h3 {
  margin: 0;
  padding: 64px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 200;
}
#dsc-landing-page .career-jumpstart h4, #career-track .career-jumpstart h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  margin: 64px 25% 0;
}
#dsc-landing-page .career-jumpstart img, #dsc-landing-page .career-jumpstart .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .career-jumpstart .coursereport-logo, #career-track .career-jumpstart img, #career-track .career-jumpstart .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .career-jumpstart .coursereport-logo {
  display: block;
  margin: 20px auto 0;
}
#dsc-landing-page .dsc-admission-timeline-ctn .apply-button, #career-track .dsc-admission-timeline-ctn .apply-button {
  display: block;
  margin: 20px auto;
  width: 296px;
  height: 44px;
  padding-top: 12px;
  font-weight: normal;
  border-radius: 4px;
  background-color: #ef2964;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline, #career-track .dsc-admission-timeline-ctn .admission-process-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #48485e;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading {
    width: 84%;
    text-align: left;
    margin: 20px auto 0;
  }
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading-subtext, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading-subtext {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.69;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading-subtext, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .admission-heading-subtext {
    width: 84%;
    text-align: left;
    margin: 0 auto;
  }
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .process-steps, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel {
  display: flex;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons img, #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .coursereport-logo, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons img, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .coursereport-logo {
  width: 140px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons img, #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .coursereport-logo, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons img, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-icons .coursereport-logo {
    width: 115px;
    margin-bottom: 55px;
  }
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .bullet-icon, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .bullet-icon {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 26px;
  vertical-align: middle;
  background-color: #EF2964;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .completion-bullet, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .completion-bullet {
  width: 20px;
  height: 20px;
  background-color: #00C09D;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .vertical-line, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-seperator .vertical-line {
  width: 2px;
  background-color: #A4A4AF;
  height: 150px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps {
  padding-left: 15px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box {
  display: flex;
  margin-bottom: 25px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .arrow-right, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #EFEFF6;
  margin-top: 25px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #EFEFF6;
  border-radius: 8px;
  width: 460px;
  height: 150px;
  padding: 30px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #48485E;
  margin-bottom: 10px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading .bullet-icon, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading .bullet-icon {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 26px;
  vertical-align: middle;
  background-color: #EF2964;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  margin-right: 8px;
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading .completion-bullet, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading .completion-bullet {
  width: 20px;
  height: 20px;
  background-color: #00C09D;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .content-heading {
    display: flex;
    align-items: center;
  }
}
#dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .main-content, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .main-content {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #48485E;
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .main-content, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content .main-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box .text-content {
    width: 84%;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps .content-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps, #career-track .dsc-admission-timeline-ctn .admission-process-timeline .content-panel .admission-process-steps {
    padding: 0;
  }
}
#dsc-landing-page .workshop-faq-ctn, #career-track .workshop-faq-ctn {
  margin: 0 auto;
  padding-bottom: 64px;
}
#dsc-landing-page .workshop-faq-ctn .section-heading-ctn, #career-track .workshop-faq-ctn .section-heading-ctn {
  margin: 64px 0;
  padding: 0;
}
#dsc-landing-page .workshop-faq-ctn .section-heading-ctn .main-headline, #career-track .workshop-faq-ctn .section-heading-ctn .main-headline {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #48485e;
}
#dsc-landing-page .workshop-faq-ctn .panel-heading, #career-track .workshop-faq-ctn .panel-heading {
  padding: 28px;
}
#dsc-landing-page .workshop-faq-ctn .panel-title a, #career-track .workshop-faq-ctn .panel-title a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#dsc-landing-page .workshop-faq-ctn .panel-title a:before, #career-track .workshop-faq-ctn .panel-title a:before {
  position: absolute;
  color: #00c09d;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f068";
}
#dsc-landing-page .workshop-faq-ctn .panel-title a.collapsed:before, #career-track .workshop-faq-ctn .panel-title a.collapsed:before {
  content: "\f067";
}
#dsc-landing-page .workshop-faq-ctn .panel-collapse .panel-body, #career-track .workshop-faq-ctn .panel-collapse .panel-body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
}
#dsc-landing-page .workshop-faq-ctn .panel-collapse .panel-body span, #career-track .workshop-faq-ctn .panel-collapse .panel-body span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 200 !important;
}
#dsc-landing-page .workshop-faq-ctn .panel-collapse .panel-body ul li, #career-track .workshop-faq-ctn .panel-collapse .panel-body ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text {
    text-align: center;
    font-size: 18px;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message {
    margin-right: 0;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text img, #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text img, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo {
    width: 180px;
  }
  #dsc-landing-page .skills-container .skills .left, #career-track .skills-container .skills .left {
    width: 13%;
  }
  #dsc-landing-page .skills-container .skills .left img, #dsc-landing-page .skills-container .skills .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .skills-container .skills .left .coursereport-logo, #career-track .skills-container .skills .left img, #career-track .skills-container .skills .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .skills-container .skills .left .coursereport-logo {
    max-width: 40px;
  }
  #dsc-landing-page .skills-container .skills .right, #career-track .skills-container .skills .right {
    right: 78%;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  #dsc-landing-page .skills-container .skills .left, #career-track .skills-container .skills .left {
    width: 14%;
  }
  #dsc-landing-page .skills-container .skills .right, #career-track .skills-container .skills .right {
    right: 80%;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text {
    text-align: center;
    font-size: 18px;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message {
    margin-right: 0;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text img, #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text img, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo {
    width: 180px;
  }
  #dsc-landing-page .students .wrapper, #career-track .students .wrapper {
    margin: 0 10px;
    padding: 0;
  }
  #dsc-landing-page .students .student-card, #career-track .students .student-card {
    width: 100%;
    padding: 0 15%;
  }
  #dsc-landing-page .students .student-card .left, #career-track .students .student-card .left {
    width: 40%;
    direction: rtl;
  }
  #dsc-landing-page .students .student-card .left .student-pic, #career-track .students .student-card .left .student-pic {
    max-width: 150px;
    max-height: 150px;
  }
  #dsc-landing-page .students .student-card .right, #career-track .students .student-card .right {
    width: 60%;
  }
  #dsc-landing-page .desktop-workshop-nav .navbar-header, #career-track .desktop-workshop-nav .navbar-header {
    float: left;
  }
  #dsc-landing-page .desktop-workshop-nav .btn-primary, #career-track .desktop-workshop-nav .btn-primary {
    margin-top: 4px;
  }
  #dsc-landing-page .mentors, #career-track .mentors {
    width: 100%;
  }
  #dsc-landing-page .mentors .wrapper, #career-track .mentors .wrapper {
    margin: 0 10px;
  }
  #dsc-landing-page .mentors .mentor-card, #career-track .mentors .mentor-card {
    width: 100%;
    margin: 0;
  }
  #dsc-landing-page .sa-banner-2, #career-track .sa-banner-2 {
    padding-right: 0;
  }
  #dsc-landing-page .sa-banner-2 p, #dsc-landing-page .sa-banner-2 .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .sa-banner-2 a, #career-track .sa-banner-2 p, #career-track .sa-banner-2 .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .sa-banner-2 a {
    padding-top: 10px;
  }
  #dsc-landing-page .workshop-curriculum-ctn .syllabus .right input, #career-track .workshop-curriculum-ctn .syllabus .right input {
    width: 18em;
  }
  #dsc-landing-page .workshop-curriculum-ctn .syllabus .right .btn-secondary, #career-track .workshop-curriculum-ctn .syllabus .right .btn-secondary {
    width: 8em;
  }
}
@media screen and (max-width: 767px) {
  #dsc-landing-page h2, #dsc-landing-page h3, #dsc-landing-page h4, #dsc-landing-page h5, #dsc-landing-page h6, #career-track h2, #career-track h3, #career-track h4, #career-track h5, #career-track h6 {
    font-size: 22px;
    font-weight: 300;
  }
  #dsc-landing-page p, #dsc-landing-page .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page a, #career-track p, #career-track .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track a {
    font-size: 14px;
    font-weight: 200;
  }
  #dsc-landing-page .desktop-workshop-nav, #career-track .desktop-workshop-nav {
    border-bottom: 1px solid #efeff6;
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.14);
  }
  #dsc-landing-page .desktop-workshop-nav .navbar-header, #career-track .desktop-workshop-nav .navbar-header {
    float: left;
  }
  #dsc-landing-page .desktop-workshop-nav .btn-primary, #career-track .desktop-workshop-nav .btn-primary {
    margin-top: 9px;
    padding-top: 8px;
    width: 150px;
  }
  #dsc-landing-page .wrapper-mobile, #career-track .wrapper-mobile {
    margin: 0 30px;
    padding: 0;
  }
  #dsc-landing-page .wrapper, #career-track .wrapper {
    margin: 0 10px;
    padding: 0;
  }
  #dsc-landing-page #banner, #career-track #banner {
    height: 183px;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text {
    text-align: center;
    font-size: 16px;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .partnership-message {
    margin-right: 0;
  }
  #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text img, #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text img, #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track #banner .datacamp-partnership-box .datacamp-partnership-text .coursereport-logo {
    width: 165px;
  }
  #dsc-landing-page .header-box, #career-track .header-box {
    display: block;
    position: static;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.66);
  }
  #dsc-landing-page .header-box .content, #career-track .header-box .content {
    width: 320px;
    margin: 0 auto;
  }
  #dsc-landing-page .header-box .content h3, #career-track .header-box .content h3 {
    height: 37px;
    font-family: Roboto, helvetica, arial;
    font-size: 28px;
    margin: 0 0 28px;
    padding-top: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #48485e;
  }
  #dsc-landing-page .header-box .content p, #dsc-landing-page .header-box .content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .header-box .content a, #career-track .header-box .content p, #career-track .header-box .content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .header-box .content a {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.7;
  }
  #dsc-landing-page .header-box .content .request-syllabus, #career-track .header-box .content .request-syllabus {
    padding: 5px 0 20px;
    margin: 0;
  }
  #dsc-landing-page .header-box .points, #career-track .header-box .points {
    padding: 10px 50px;
  }
  #dsc-landing-page .sa-banner-1, #career-track .sa-banner-1 {
    height: auto;
    padding: 0;
    margin: 0;
  }
  #dsc-landing-page .sa-banner-1 .content, #career-track .sa-banner-1 .content {
    margin: 0;
    padding: 44px 10px 0 0;
    width: 66%;
    text-align: left;
  }
  #dsc-landing-page .sa-banner-1 .content h2, #career-track .sa-banner-1 .content h2 {
    margin: 0;
    padding: 0;
    font-weight: 22px;
  }
  #dsc-landing-page .sa-banner-1 .content p, #dsc-landing-page .sa-banner-1 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .sa-banner-1 .content a, #career-track .sa-banner-1 .content p, #career-track .sa-banner-1 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .sa-banner-1 .content a {
    line-height: 2;
    font-size: 14px;
  }
  #dsc-landing-page .skills-container, #career-track .skills-container {
    padding-bottom: 32px;
  }
  #dsc-landing-page .skills-container .skills h2, #career-track .skills-container .skills h2 {
    font-weight: 600;
    font-size: 22px;
    padding: 20px 0 44px;
    margin: 0;
  }
  #dsc-landing-page .skills-container .skills h5, #career-track .skills-container .skills h5 {
    font-weight: 400;
    font-size: 14px;
  }
  #dsc-landing-page .skills-container .skills p, #dsc-landing-page .skills-container .skills .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .skills-container .skills a, #career-track .skills-container .skills p, #career-track .skills-container .skills .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .skills-container .skills a {
    font-size: 14px;
    font-weight: 200;
  }
  #dsc-landing-page .skills-container .skills .content-wrapper .cf, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content form .control, .curriculum-content form #dsc-landing-page .skills-container .skills .content-wrapper .control, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .group_buttons, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .group_buttons, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .container, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .container, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .modal_content, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .modal_content, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .social_stat, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .social_stat, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_item .meta, .curriculum-content .grid_item #dsc-landing-page .skills-container .skills .content-wrapper .meta, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .meta, .curriculum-content .grid_view .each_item #dsc-landing-page .skills-container .skills .content-wrapper .meta, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_item .ratings, .curriculum-content .grid_item #dsc-landing-page .skills-container .skills .content-wrapper .ratings, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .ratings, .curriculum-content .grid_view .each_item #dsc-landing-page .skills-container .skills .content-wrapper .ratings, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .items_container, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .items_container, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .item_details, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .item_details, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .face_wall, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .face_wall, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .author_profile .profile_inner, .curriculum-content .author_profile #dsc-landing-page .skills-container .skills .content-wrapper .profile_inner, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .learning_path_content, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .learning_path_content, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .lp_chapter, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .lp_chapter, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .lp_chapter > header, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .lp_chapter > header, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .each_resource, .curriculum-content #dsc-landing-page .skills-container .skills .content-wrapper .each_resource, #dsc-landing-page .skills-container .skills .content-wrapper .curriculum-content .each_resource .heading, .curriculum-content .each_resource #dsc-landing-page .skills-container .skills .content-wrapper .heading, #career-track .skills-container .skills .content-wrapper .cf, #career-track .skills-container .skills .content-wrapper .curriculum-content form .control, .curriculum-content form #career-track .skills-container .skills .content-wrapper .control, #career-track .skills-container .skills .content-wrapper .curriculum-content .group_buttons, .curriculum-content #career-track .skills-container .skills .content-wrapper .group_buttons, #career-track .skills-container .skills .content-wrapper .curriculum-content .container, .curriculum-content #career-track .skills-container .skills .content-wrapper .container, #career-track .skills-container .skills .content-wrapper .curriculum-content .modal_content, .curriculum-content #career-track .skills-container .skills .content-wrapper .modal_content, #career-track .skills-container .skills .content-wrapper .curriculum-content .social_stat, .curriculum-content #career-track .skills-container .skills .content-wrapper .social_stat, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_item .meta, .curriculum-content .grid_item #career-track .skills-container .skills .content-wrapper .meta, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .meta, .curriculum-content .grid_view .each_item #career-track .skills-container .skills .content-wrapper .meta, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_item .ratings, .curriculum-content .grid_item #career-track .skills-container .skills .content-wrapper .ratings, #career-track .skills-container .skills .content-wrapper .curriculum-content .grid_view .each_item .ratings, .curriculum-content .grid_view .each_item #career-track .skills-container .skills .content-wrapper .ratings, #career-track .skills-container .skills .content-wrapper .curriculum-content .items_container, .curriculum-content #career-track .skills-container .skills .content-wrapper .items_container, #career-track .skills-container .skills .content-wrapper .curriculum-content .item_details, .curriculum-content #career-track .skills-container .skills .content-wrapper .item_details, #career-track .skills-container .skills .content-wrapper .curriculum-content .face_wall, .curriculum-content #career-track .skills-container .skills .content-wrapper .face_wall, #career-track .skills-container .skills .content-wrapper .curriculum-content .author_profile .profile_inner, .curriculum-content .author_profile #career-track .skills-container .skills .content-wrapper .profile_inner, #career-track .skills-container .skills .content-wrapper .curriculum-content .learning_path_content, .curriculum-content #career-track .skills-container .skills .content-wrapper .learning_path_content, #career-track .skills-container .skills .content-wrapper .curriculum-content .lp_chapter, .curriculum-content #career-track .skills-container .skills .content-wrapper .lp_chapter, #career-track .skills-container .skills .content-wrapper .curriculum-content .lp_chapter > header, .curriculum-content #career-track .skills-container .skills .content-wrapper .lp_chapter > header, #career-track .skills-container .skills .content-wrapper .curriculum-content .each_resource, .curriculum-content #career-track .skills-container .skills .content-wrapper .each_resource, #career-track .skills-container .skills .content-wrapper .curriculum-content .each_resource .heading, .curriculum-content .each_resource #career-track .skills-container .skills .content-wrapper .heading {
    padding: 0 10px 32px;
  }
  #dsc-landing-page .company-logos-mobile h3, #career-track .company-logos-mobile h3 {
    font-size: 22px;
  }
  #dsc-landing-page .company-logos-mobile .col-xs-4 div, #career-track .company-logos-mobile .col-xs-4 div {
    display: inline-block;
  }
  #dsc-landing-page .company-logos-mobile .col-xs-4 img, #dsc-landing-page .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .company-logos-mobile .col-xs-4 .coursereport-logo, #career-track .company-logos-mobile .col-xs-4 img, #career-track .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .company-logos-mobile .col-xs-4 .coursereport-logo {
    width: 30vw;
  }
  #dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox img, #dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo, #career-track .company-logos-mobile .col-xs-4 .dropbox img, #career-track .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo {
    text-align: center;
    max-height: 100%;
  }
  #dsc-landing-page .students, #career-track .students {
    padding-bottom: 34px;
  }
  #dsc-landing-page .students .wrapper, #career-track .students .wrapper {
    margin: 0;
    padding: 0;
  }
  #dsc-landing-page .students h3, #career-track .students h3 {
    font-size: 22px;
    margin: 44px 0;
    padding: 0;
  }
  #dsc-landing-page .students .student-card, #career-track .students .student-card {
    width: 100%;
    padding: 0;
  }
  #dsc-landing-page .students .student-card .left, #career-track .students .student-card .left {
    width: 25%;
    margin: 0 auto;
  }
  #dsc-landing-page .students .student-card .left .name, #dsc-landing-page .students .student-card .left .works-at, #career-track .students .student-card .left .name, #career-track .students .student-card .left .works-at {
    margin-left: 20%;
  }
  #dsc-landing-page .students .student-card .left .student-pic, #career-track .students .student-card .left .student-pic {
    max-width: 100px;
    max-height: 100px;
  }
  #dsc-landing-page .students .student-card .left .company, #career-track .students .student-card .left .company {
    max-width: 120%;
  }
  #dsc-landing-page .students .student-card .left .company img, #dsc-landing-page .students .student-card .left .company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .students .student-card .left .company .coursereport-logo, #career-track .students .student-card .left .company img, #career-track .students .student-card .left .company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .students .student-card .left .company .coursereport-logo {
    max-width: 120%;
  }
  #dsc-landing-page .students .student-card .right, #career-track .students .student-card .right {
    width: 75%;
  }
  #dsc-landing-page .your-own-mentor, #career-track .your-own-mentor {
    padding: 0 0 64px;
    margin: 0;
  }
  #dsc-landing-page .your-own-mentor .primary-heading, #career-track .your-own-mentor .primary-heading {
    margin: 44px 0;
    font-size: 22px;
  }
  #dsc-landing-page .your-own-mentor .secondary-heading, #career-track .your-own-mentor .secondary-heading {
    font-size: 18px;
  }
  #dsc-landing-page .your-own-mentor h5, #dsc-landing-page .your-own-mentor p, #dsc-landing-page .your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .your-own-mentor a, #career-track .your-own-mentor h5, #career-track .your-own-mentor p, #career-track .your-own-mentor .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .your-own-mentor a {
    font-size: 14px;
  }
  #dsc-landing-page .mentors, #career-track .mentors {
    padding-bottom: 44px;
  }
  #dsc-landing-page .mentors .wrapper, #career-track .mentors .wrapper {
    margin: 0;
    padding: 0;
  }
  #dsc-landing-page .mentors h3, #career-track .mentors h3 {
    font-size: 22px;
    margin: 44px 0 20px;
  }
  #dsc-landing-page .mentors h6, #career-track .mentors h6 {
    padding: 0;
    margin: 0;
  }
  #dsc-landing-page .mentors .mentor-card, #career-track .mentors .mentor-card {
    margin: 0;
    padding: 0;
  }
  #dsc-landing-page .mentors .owl-item, #career-track .mentors .owl-item {
    margin: 0;
    padding: 0;
  }
  #dsc-landing-page .best-curriculum h3, #career-track .best-curriculum h3 {
    font-family: Roboto, helvetica, arial;
    font-size: 22px;
    margin: 0;
    padding: 44px 0;
  }
  #dsc-landing-page .best-curriculum h4, #career-track .best-curriculum h4 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0 0 60px;
  }
  #dsc-landing-page .best-curriculum h5, #dsc-landing-page .best-curriculum p, #dsc-landing-page .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum a, #career-track .best-curriculum h5, #career-track .best-curriculum p, #career-track .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum a {
    font-size: 14px;
    text-align: left;
  }
  #dsc-landing-page .best-curriculum p, #dsc-landing-page .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .best-curriculum a, #career-track .best-curriculum p, #career-track .best-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .best-curriculum a {
    padding: 0;
  }
  #dsc-landing-page .best-curriculum .video-content .video-img, #career-track .best-curriculum .video-content .video-img {
    max-width: 60%;
  }
  #dsc-landing-page .best-curriculum .video-content .play-logo, #career-track .best-curriculum .video-content .play-logo {
    left: 42%;
    top: -160px;
    max-width: 20%;
    opacity: 0.8;
  }
  #dsc-landing-page .workshop-curriculum-ctn .syllabus-success h3, #career-track .workshop-curriculum-ctn .syllabus-success h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
  }
  #dsc-landing-page .workshop-curriculum-ctn .main-headline, #career-track .workshop-curriculum-ctn .main-headline {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
  }
  #dsc-landing-page .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a, #career-track .workshop-curriculum-ctn .d-workshop-curriculum-content .nav-tabs a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-transform: capitalize;
  }
  #dsc-landing-page .workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading a, #career-track .workshop-curriculum-ctn .m-workshop-curriculum-content .panel-heading a {
    line-height: 1.4;
  }
  #dsc-landing-page .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary, #career-track .workshop-curriculum-ctn .wk-request-syllabus .btn-secondary {
    margin-left: 0;
  }
  #dsc-landing-page .right-program, #career-track .right-program {
    font-weight: 200;
  }
  #dsc-landing-page .right-program .left, #career-track .right-program .left {
    width: 66%;
  }
  #dsc-landing-page .right-program .right, #career-track .right-program .right {
    width: 33%;
    margin-right: 30px;
  }
  #dsc-landing-page .right-program .right img, #dsc-landing-page .right-program .right .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-landing-page .right-program .right .coursereport-logo, #career-track .right-program .right img, #career-track .right-program .right .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .right-program .right .coursereport-logo {
    max-width: 100px;
  }
  #dsc-landing-page .right-program h3, #career-track .right-program h3 {
    margin: 44px 0 34px;
    font-size: 22px;
  }
  #dsc-landing-page .right-program h5, #career-track .right-program h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #000000;
    margin: 10px 0;
  }
  #dsc-landing-page .right-program p, #dsc-landing-page .right-program .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .right-program a, #career-track .right-program p, #career-track .right-program .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .right-program a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    color: #48485e;
    margin: 10px 0;
  }
  #dsc-landing-page .right-program .math, #career-track .right-program .math {
    padding-top: 10px;
  }
  #dsc-landing-page .right-program span, #career-track .right-program span {
    display: inline;
  }
  #dsc-landing-page .sa-banner-2, #career-track .sa-banner-2 {
    padding-right: 0;
  }
  #dsc-landing-page .sa-banner-2 .sa-name, #career-track .sa-banner-2 .sa-name {
    display: none;
  }
  #dsc-landing-page .sa-banner-2 .content, #career-track .sa-banner-2 .content {
    padding: 20px 10px 64px;
  }
  #dsc-landing-page .sa-banner-2 .content h3, #career-track .sa-banner-2 .content h3 {
    font-size: 22px;
    margin: 0 0 18px;
    font-weight: 300;
  }
  #dsc-landing-page .sa-banner-2 .content p, #dsc-landing-page .sa-banner-2 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .sa-banner-2 .content a, #career-track .sa-banner-2 .content p, #career-track .sa-banner-2 .content .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .sa-banner-2 .content a {
    font-size: 14px;
    font-weight: 200;
    padding-top: 10px;
    margin: 0;
    line-height: 2;
    color: #48485e;
  }
  #dsc-landing-page .schedule-price h3, #career-track .schedule-price h3 {
    margin: 44px 0 32px;
    font-size: 22px;
  }
  #dsc-landing-page .schedule-price .learn-pace, #career-track .schedule-price .learn-pace {
    margin-top: 40px;
  }
  #dsc-landing-page .schedule-price .cohort-date, #career-track .schedule-price .cohort-date {
    margin-bottom: 20px;
    margin-top: 0;
  }
  #dsc-landing-page .schedule-price .btn-primary, #career-track .schedule-price .btn-primary {
    margin-top: 20px;
  }
  #dsc-landing-page .schedule-price p, #dsc-landing-page .schedule-price .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .schedule-price a, #career-track .schedule-price p, #career-track .schedule-price .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .schedule-price a {
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    color: #48485e;
  }
  #dsc-landing-page .schedule-price .tuition-payments, #career-track .schedule-price .tuition-payments {
    margin-top: 24px;
  }
  #dsc-landing-page .schedule-price table th, #dsc-landing-page .schedule-price table td, #career-track .schedule-price table th, #career-track .schedule-price table td {
    padding: 5px;
    font-size: 14px;
  }
  #dsc-landing-page .application, #career-track .application {
    padding: 44px 0 64px;
  }
  #dsc-landing-page .application h3, #career-track .application h3 {
    font-size: 22px;
    padding: 0 0 44px;
  }
  #dsc-landing-page .application h5, #career-track .application h5 {
    font-size: 16px;
  }
  #dsc-landing-page .application .ready-to-apply, #career-track .application .ready-to-apply {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #dsc-landing-page .application .application-time, #career-track .application .application-time {
    font-size: 15px;
  }
  #dsc-landing-page .application .points, #career-track .application .points {
    font-size: 14px;
    max-width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    border: none;
  }
  #dsc-landing-page .application .points p, #dsc-landing-page .application .points .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-landing-page .application .points a, #career-track .application .points p, #career-track .application .points .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .application .points a {
    margin: 0 0 10px;
  }
  #dsc-landing-page .application .points .right, #career-track .application .points .right {
    margin: 0;
    width: 80%;
  }
  #dsc-landing-page .application .col-xs-8, #career-track .application .col-xs-8 {
    background: #ffffff;
  }
  #dsc-landing-page .application .btn-primary, #career-track .application .btn-primary {
    width: 80%;
  }
  #dsc-landing-page .application .points .right, #career-track .application .points .right {
    margin-top: 0;
  }
  #dsc-landing-page .workshop-faq-ctn .section-heading-ctn, #career-track .workshop-faq-ctn .section-heading-ctn {
    margin: 44px 0;
  }
  #dsc-landing-page .workshop-faq-ctn .section-heading-ctn .main-headline, #career-track .workshop-faq-ctn .section-heading-ctn .main-headline {
    font-size: 22px;
  }
  #dsc-landing-page .workshop-faq-ctn .panel-heading, #career-track .workshop-faq-ctn .panel-heading {
    font-size: 16px;
    font-weight: 300;
  }
  #dsc-landing-page .workshop-faq-ctn span, #career-track .workshop-faq-ctn span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 200 !important;
  }
  #dsc-landing-page .workshop-faq-ctn .panel-collapse .panel-body span, #career-track .workshop-faq-ctn .panel-collapse .panel-body span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 200 !important;
  }
  #dsc-landing-page .workshop-faq-ctn .panel-collapse .panel-body ul li, #career-track .workshop-faq-ctn .panel-collapse .panel-body ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
  }
}

.ux-landing-page h1, .ux-landing-page h2, .ux-landing-page h3, .ux-landing-page h4, .ux-landing-page h5, .ux-landing-page h6, .ux-landing-page li, .ux-landing-page a {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.ux-landing-page h4 {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page h4 {
    font-size: 24px;
    padding: 0 10px;
  }
}
.ux-landing-page p, .ux-landing-page .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page a {
  letter-spacing: 0.6px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.ux-landing-page .wrapper {
  max-width: 100%;
  padding: 0 81px;
}
.ux-landing-page section {
  margin: 0;
  padding: 0;
}
.ux-landing-page .cf:before, .ux-landing-page .curriculum-content form .control:before, .curriculum-content form .ux-landing-page .control:before, .ux-landing-page .curriculum-content .group_buttons:before, .curriculum-content .ux-landing-page .group_buttons:before, .ux-landing-page .curriculum-content .container:before, .curriculum-content .ux-landing-page .container:before, .ux-landing-page .curriculum-content .modal_content:before, .curriculum-content .ux-landing-page .modal_content:before, .ux-landing-page .curriculum-content .social_stat:before, .curriculum-content .ux-landing-page .social_stat:before, .ux-landing-page .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .ux-landing-page .meta:before, .ux-landing-page .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .ux-landing-page .meta:before, .ux-landing-page .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .ux-landing-page .ratings:before, .ux-landing-page .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .ux-landing-page .ratings:before, .ux-landing-page .curriculum-content .items_container:before, .curriculum-content .ux-landing-page .items_container:before, .ux-landing-page .curriculum-content .item_details:before, .curriculum-content .ux-landing-page .item_details:before, .ux-landing-page .curriculum-content .face_wall:before, .curriculum-content .ux-landing-page .face_wall:before, .ux-landing-page .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .ux-landing-page .profile_inner:before, .ux-landing-page .curriculum-content .learning_path_content:before, .curriculum-content .ux-landing-page .learning_path_content:before, .ux-landing-page .curriculum-content .lp_chapter:before, .curriculum-content .ux-landing-page .lp_chapter:before, .ux-landing-page .curriculum-content .lp_chapter > header:before, .curriculum-content .ux-landing-page .lp_chapter > header:before, .ux-landing-page .curriculum-content .each_resource:before, .curriculum-content .ux-landing-page .each_resource:before, .ux-landing-page .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .ux-landing-page .heading:before, .ux-landing-page .cf:after, .ux-landing-page .curriculum-content form .control:after, .curriculum-content form .ux-landing-page .control:after, .ux-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ux-landing-page .group_buttons:after, .ux-landing-page .curriculum-content .container:after, .curriculum-content .ux-landing-page .container:after, .ux-landing-page .curriculum-content .modal_content:after, .curriculum-content .ux-landing-page .modal_content:after, .ux-landing-page .curriculum-content .social_stat:after, .curriculum-content .ux-landing-page .social_stat:after, .ux-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ux-landing-page .meta:after, .ux-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ux-landing-page .meta:after, .ux-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ux-landing-page .ratings:after, .ux-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ux-landing-page .ratings:after, .ux-landing-page .curriculum-content .items_container:after, .curriculum-content .ux-landing-page .items_container:after, .ux-landing-page .curriculum-content .item_details:after, .curriculum-content .ux-landing-page .item_details:after, .ux-landing-page .curriculum-content .face_wall:after, .curriculum-content .ux-landing-page .face_wall:after, .ux-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ux-landing-page .profile_inner:after, .ux-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ux-landing-page .learning_path_content:after, .ux-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ux-landing-page .lp_chapter:after, .ux-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ux-landing-page .lp_chapter > header:after, .ux-landing-page .curriculum-content .each_resource:after, .curriculum-content .ux-landing-page .each_resource:after, .ux-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ux-landing-page .heading:after {
  content: "";
  display: table;
}
.ux-landing-page .cf:after, .ux-landing-page .curriculum-content form .control:after, .curriculum-content form .ux-landing-page .control:after, .ux-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ux-landing-page .group_buttons:after, .ux-landing-page .curriculum-content .container:after, .curriculum-content .ux-landing-page .container:after, .ux-landing-page .curriculum-content .modal_content:after, .curriculum-content .ux-landing-page .modal_content:after, .ux-landing-page .curriculum-content .social_stat:after, .curriculum-content .ux-landing-page .social_stat:after, .ux-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ux-landing-page .meta:after, .ux-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ux-landing-page .meta:after, .ux-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ux-landing-page .ratings:after, .ux-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ux-landing-page .ratings:after, .ux-landing-page .curriculum-content .items_container:after, .curriculum-content .ux-landing-page .items_container:after, .ux-landing-page .curriculum-content .item_details:after, .curriculum-content .ux-landing-page .item_details:after, .ux-landing-page .curriculum-content .face_wall:after, .curriculum-content .ux-landing-page .face_wall:after, .ux-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ux-landing-page .profile_inner:after, .ux-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ux-landing-page .learning_path_content:after, .ux-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ux-landing-page .lp_chapter:after, .ux-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ux-landing-page .lp_chapter > header:after, .ux-landing-page .curriculum-content .each_resource:after, .curriculum-content .ux-landing-page .each_resource:after, .ux-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ux-landing-page .heading:after {
  clear: both;
}
.ux-landing-page .owl-theme .owl-controls .owl-page.active span, .ux-landing-page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00c09d !important;
}
.ux-landing-page .desktop-workshop-nav {
  position: relative;
  z-index: 5;
}
.ux-landing-page .btn {
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px;
}
.ux-landing-page .btn-primary {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
}
.ux-landing-page .btn-primary:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
.ux-landing-page .fixed {
  position: fixed;
}
.ux-landing-page .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.ux-landing-page .roboto, .ux-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ux-landing-page p, .ux-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ux-landing-page a, .ux-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ux-landing-page p, .ux-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ux-landing-page a, .ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .ux-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page #banner .hero-inner .ux-landing-page p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner .ux-landing-page a, .ds-landing-page .course-stats-ctn .course-stats-item .ux-landing-page p, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item .ux-landing-page a, .ux-landing-page .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .what-learn-ctn .end-course-ctn .ux-landing-page .end-course-text, .ux-landing-page .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .more-than-course .ux-landing-page .more-than-course-text, .ds-landing-page .curriculum-syllabus-ctn .card .ux-landing-page p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card .ux-landing-page a, .ds-landing-page .price-ctn .pricing-update-ctn .ux-landing-page p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn .ux-landing-page a, .ds-landing-page .workshop-dates-ctn .ux-landing-page .choose-date, .ux-landing-page .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .workshop-dates-ctn .enroll-card .ux-landing-page .date, .ux-landing-page .ds-landing-page .path-career-data-science-ctn .or-text, .ds-landing-page .path-career-data-science-ctn .ux-landing-page .or-text, .ux-landing-page .quiz-ctn .card-inner p, .quiz-ctn .card-inner .ux-landing-page p, .ux-landing-page .quiz-ctn .card-inner .above-footer-cta-ctn a, .quiz-ctn .card-inner .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .quiz-ctn .card-inner a, .above-footer-cta-ctn .quiz-ctn .card-inner .ux-landing-page a, .ux-landing-page .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .ux-landing-page p, .ux-landing-page .quiz-ctn .quiz-result .above-footer-cta-ctn a, .quiz-ctn .quiz-result .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .quiz-ctn .quiz-result a, .above-footer-cta-ctn .quiz-ctn .quiz-result .ux-landing-page a, .ux-landing-page .refer-ctn button, .refer-ctn .ux-landing-page button, .ux-landing-page .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .refer-well .link .ux-landing-page .copy-code, .ux-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .ux-landing-page p, .ux-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .ux-landing-page a, .ux-landing-page #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .ux-landing-page .header-text, .ux-landing-page #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .ux-landing-page .content-link, .ws-landing-page #banner .hero-inner .ux-landing-page p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner .ux-landing-page a, .ux-landing-page .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page #banner .hero-inner .ux-landing-page .workshop-description, .ws-landing-page .course-stats-ctn .course-stats-item .ux-landing-page p, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item .ux-landing-page a, .ux-landing-page .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn .end-course-ctn .ux-landing-page .end-course-text, .ux-landing-page .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .ux-landing-page .end-course-text, .ux-landing-page .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .more-than-course .ux-landing-page .more-than-course-text, .ws-landing-page .curriculum-syllabus-ctn .card .ux-landing-page p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card .ux-landing-page a, .ws-landing-page .price-ctn .pricing-update-ctn .ux-landing-page p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ux-landing-page a, .ux-landing-page .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn .ux-landing-page a, .ws-landing-page .workshop-dates-ctn .ux-landing-page .choose-date, .ux-landing-page .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .workshop-dates-ctn .enroll-card .ux-landing-page .date, .ux-landing-page .ws-landing-page .path-career-data-science-ctn .or-text, .ws-landing-page .path-career-data-science-ctn .ux-landing-page .or-text {
  font-family: 'Roboto', sans-serif;
}
.ux-landing-page .open-sans, .ux-landing-page .btn, .ux-landing-page .workshop-faq-ctn .panel-title a, .ux-landing-page .workshop-dates-ctn .enroll-card .btn, .ds-landing-page .workshop-faq-ctn .panel-title .ux-landing-page a, .ds-landing-page .workshop-dates-ctn .enroll-card .ux-landing-page .btn, .ws-landing-page .workshop-faq-ctn .panel-title .ux-landing-page a, .ws-landing-page .workshop-dates-ctn .enroll-card .ux-landing-page .btn {
  font-family: 'Open Sans', sans-serif;
}
.ux-landing-page .text-green {
  color: #00c09d;
}

.ux-landing-page {
  max-width: 100%;
  overflow: hidden;
}
.ux-landing-page #banner {
  padding-top: 80px;
  padding-left: 40px;
  background-size: cover;
  height: 524px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ux-landing-page #banner {
    padding: 40px 20px;
  }
}
.ux-landing-page #banner .hero-inner {
  width: 50%;
  float: left;
}
.ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a {
  color: #fff;
  font-size: 22px;
}
.ux-landing-page #banner .hero-inner .course-cta-ctn a {
  padding: 10px 40px;
}
.ux-landing-page #banner .hero-inner .wk-overview {
  list-style: disc;
  padding: 0;
}
.ux-landing-page #banner .hero-inner .wk-overview li {
  display: inline-block;
  margin: 0 5px;
}
.ux-landing-page #banner .hero-inner .wk-overview li:first-child {
  margin-left: 0;
}
.ux-landing-page #banner .hero-inner .enroll-btn-ctn a {
  text-transform: none;
}
.ux-landing-page #banner .hero-inner .workshop-name {
  font-weight: 500;
  font-size: 46px;
  margin: 35px 0;
}
.ux-landing-page #banner .hero-inner .tagline {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 60px;
  width: 80%;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .ux-landing-page #banner {
    padding-left: 0;
  }
  .ux-landing-page #banner .hero-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ux-landing-page #banner {
    text-align: center;
  }
  .ux-landing-page #banner .hero-inner {
    padding-left: 0;
    width: 100%;
  }
}
.ux-landing-page .overview-nav-ctn.fixed {
  top: 0;
  width: 100%;
  z-index: 5;
}
.ux-landing-page .overview-nav-ctn {
  border-bottom: 3px solid #efeff6;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 0;
}
.ux-landing-page .overview-nav-ctn .list-inline {
  margin-top: 0;
}
.ux-landing-page .overview-nav-ctn .list-inline li {
  padding: 0;
  margin-right: 12px;
  border-bottom: 5px solid #fff;
}
.ux-landing-page .overview-nav-ctn .list-inline li a {
  letter-spacing: 0.6px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #48485e;
  line-height: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
  .ux-landing-page .overview-nav-ctn .list-inline li a {
    padding: 25px 5px 15px 5px;
  }
}
.ux-landing-page .overview-nav-ctn .list-inline li a:hover {
  background: none;
}
.ux-landing-page .overview-nav-ctn .list-inline li.active {
  border-bottom: 5px solid #00c09d;
}
.ux-landing-page .overview-nav-ctn .list-inline li:hover {
  border-bottom: 5px solid #00c09d;
  transition: all .5s;
}
.ux-landing-page .overview-nav-ctn .btn-lg, .ux-landing-page .overview-nav-ctn .btn-group-lg > .btn {
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
  padding: 10px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
.ux-landing-page .overview-nav-ctn .btn-tertiary {
  margin-right: 30px;
  background-color: #a4a4af;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .overview-nav-ctn .btn-lg, .ux-landing-page .overview-nav-ctn .btn-group-lg > .btn {
    margin-top: 9px;
  }
  .ux-landing-page .overview-nav-ctn .list-inline li a {
    padding: 20px 10px;
  }
}
.ux-landing-page .course-stats-ctn {
  background-color: rgba(239, 239, 246, 0.49);
  padding: 20px 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .course-stats-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .course-stats-ctn .course-stats-item h4 {
  font-size: 26px;
  font-weight: 500;
  color: #00c09d;
  margin-bottom: 0;
  line-height: 1.31;
}
.ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a {
  font-weight: 300;
  color: #48485e;
  font-size: 15px;
  line-height: 1.15;
}
.ux-landing-page .course-stats-ctn .course-stats-item img, .ux-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
  float: right;
  margin-top: 12px;
  width: 50px;
}
.ux-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
  border-left: 1px solid rgba(179, 179, 179, 0.49);
  border-right: 1px solid rgba(179, 179, 179, 0.49);
}
@media screen and (max-width: 992px) {
  .ux-landing-page .course-stats-ctn .course-stats-item img, .ux-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
    float: left;
    margin: 0 20px 30px 20px;
  }
  .ux-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
    border: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .featured-in-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .featured-in-ctn .course-stats-image {
  margin: 20px 0px 60px 0;
}
.ux-landing-page .featured-in-ctn .course-stats-image img, .ux-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .featured-in-ctn .course-stats-image img, .ux-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .course-overview-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .course-overview-ctn h4 {
  font-weight: 300;
  margin-bottom: 26px;
  margin-top: 31px;
  color: #48485e;
}
.ux-landing-page .course-overview-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ux-landing-page .course-overview-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ux-landing-page .course-overview-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ux-landing-page .course-overview-ctn .video-content {
    width: 288px;
  }
}
.ux-landing-page .course-overview-ctn .video-content p, .ux-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .course-overview-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ux-landing-page .course-overview-ctn .video-content p, .ux-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .course-overview-ctn .video-content a {
    font-size: 12px;
  }
}
.ux-landing-page .course-overview-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ux-landing-page .course-overview-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ux-landing-page .course-overview-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ux-landing-page .course-overview-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ux-landing-page .what-learn-ctn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .what-learn-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .what-learn-ctn {
    padding-left: 20px;
  }
}
.ux-landing-page .what-learn-ctn p, .ux-landing-page .what-learn-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .what-learn-ctn a {
  margin-top: 20px;
  margin-bottom: 58px;
  font-weight: 300;
}
.ux-landing-page .what-learn-ctn h5 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #000;
}
.ux-landing-page .what-learn-ctn .what-learn-description {
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .what-learn-ctn .what-learn-description {
    text-align: left;
  }
}
.ux-landing-page .what-learn-ctn .row {
  text-align: left;
}
.ux-landing-page .what-learn-ctn .row p, .ux-landing-page .what-learn-ctn .row .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .what-learn-ctn .row a {
  margin: initial;
}
.ux-landing-page .what-learn-ctn .row .left img, .ux-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .what-learn-ctn .row .left .coursereport-logo {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .what-learn-ctn .row .left img, .ux-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .what-learn-ctn .row .left .coursereport-logo {
    max-width: 40px;
  }
}
.ux-landing-page .what-learn-ctn .row .what-learn-heading {
  font-weight: 500;
  margin-bottom: 7px;
}
.ux-landing-page .what-learn-ctn .row .what-learn-text {
  padding-right: 50px;
  font-weight: 300;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .what-learn-ctn .row .what-learn-text {
    margin-bottom: 30px;
  }
}
.ux-landing-page .what-learn-ctn .end-course-ctn .end-course-text {
  padding-right: 50px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .ux-landing-page .what-learn-ctn .end-course-ctn .end-course-text {
    padding-right: 20px;
  }
}
.ux-landing-page .what-learn-ctn .end-course-ctn .end-course-check {
  padding-top: 7px;
}
.ux-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image {
  position: relative;
  width: 70%;
  top: -110px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image {
    width: 50%;
    top: 0;
    margin-bottom: 40px;
    max-width: 250px;
  }
}
.ux-landing-page .more-than-course {
  padding: 54px 0 40px 0;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .more-than-course {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .more-than-course {
    padding: 24px 0px 24px 0;
  }
}
.ux-landing-page .more-than-course img, .ux-landing-page .more-than-course .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .more-than-course .coursereport-logo {
  width: 60%;
  padding-top: 32px;
  max-width: 250px;
}
.ux-landing-page .more-than-course p, .ux-landing-page .more-than-course .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .more-than-course a {
  margin-top: 20px;
  font-weight: 300;
}
.ux-landing-page .more-than-course h5 {
  font-weight: 400;
  margin-top: 20px;
}
.ux-landing-page .more-than-course .more-than-course-text {
  padding: 0 50px;
  font-size: 15px;
}
.ux-landing-page .alum-test-ctn {
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .alum-test-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .alum-test-ctn h4 {
  font-weight: 300;
  margin-bottom: 29px;
  margin-top: 53px;
  color: #48485e;
}
.ux-landing-page .alum-test-ctn p, .ux-landing-page .alum-test-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .alum-test-ctn a {
  font-weight: 300;
}
.ux-landing-page .alum-test-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ux-landing-page .alum-test-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ux-landing-page .alum-test-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ux-landing-page .alum-test-ctn .video-content {
    width: 288px;
  }
}
.ux-landing-page .alum-test-ctn .video-content p, .ux-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .alum-test-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ux-landing-page .alum-test-ctn .video-content p, .ux-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .alum-test-ctn .video-content a {
    font-size: 12px;
  }
}
.ux-landing-page .alum-test-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ux-landing-page .alum-test-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ux-landing-page .alum-test-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ux-landing-page .alum-test-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ux-landing-page .company-logos-desktop {
  padding: 0 80px 64px 80px;
  background-color: rgba(239, 239, 246, 0.49);
  clear: both;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .company-logos-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .company-logos-desktop h4 {
  padding: 64px 0;
  margin: 0;
}
.ux-landing-page .company-logos-desktop .row .col-md-12 div {
  margin: 0;
  padding: 0;
  max-width: 19%;
  display: inline-block;
}
.ux-landing-page .company-logos-desktop .row .col-md-12 div img, .ux-landing-page .company-logos-desktop .row .col-md-12 div .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .company-logos-desktop .row .col-md-12 div .coursereport-logo {
  max-width: 100%;
}
.ux-landing-page .company-logos-mobile {
  padding: 44px 0 64px;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .company-logos-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .company-logos-mobile {
    padding: 24px 0 24px 0;
  }
}
.ux-landing-page .company-logos-mobile h3 {
  padding: 0;
  margin: 0 0 44px;
  font-size: 28px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.ux-landing-page .company-logos-mobile .col-xs-4 div {
  display: inline-block;
}
.ux-landing-page .company-logos-mobile .col-xs-4 img, .ux-landing-page .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .company-logos-mobile .col-xs-4 .coursereport-logo {
  max-width: 30vw;
}
.ux-landing-page .company-logos-mobile .col-xs-4 .dropbox img, .ux-landing-page .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo {
  text-align: center;
  max-height: 100%;
}
.ux-landing-page .own-mentor-ctn {
  background-color: #00c09d;
  color: #FFF;
  padding: 32px 0 64px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .own-mentor-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ux-landing-page .own-mentor-ctn .col-xs-12 {
    padding: 0;
  }
}
.ux-landing-page .own-mentor-ctn h4 {
  margin: 32px 0 42px 0;
  padding: 0;
}
.ux-landing-page .own-mentor-ctn p, .ux-landing-page .own-mentor-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .own-mentor-ctn a {
  font-weight: 300;
  color: #fff;
}
.ux-landing-page .own-mentor-ctn h5 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .own-mentor-ctn h5 {
    text-align: left;
  }
}
.ux-landing-page .own-mentor-ctn .secondary-text {
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
}
.ux-landing-page .own-mentor-ctn .computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 50px;
  padding-top: 0px;
}
.ux-landing-page .own-mentor-ctn video {
  display: inline-block;
  width: 405px;
  float: left;
  height: 299px;
  padding-bottom: 68px;
  padding-left: 0px;
  margin-top: 21px;
  margin-left: -77px;
}
.ux-landing-page .own-mentor-ctn .icons {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .own-mentor-ctn .icons {
    max-width: 60px;
  }
}
.ux-landing-page .own-mentor-ctn .icon-feedback {
  max-width: 60px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .own-mentor-ctn .icon-feedback {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ux-landing-page .own-mentor-ctn .secondary-text {
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .ux-landing-page .own-mentor-ctn {
    padding: 0 20px;
  }
  .ux-landing-page .own-mentor-ctn .secondary-text {
    padding: 0;
  }
}
.ux-landing-page .meet-mentors-ctn {
  padding-bottom: 64px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .meet-mentors-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .meet-mentors-ctn {
    padding-bottom: 24px;
  }
}
.ux-landing-page .meet-mentors-ctn h4 {
  margin: 64px 0 20px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .meet-mentors-ctn h4 {
    margin: 24px 0px 20px;
  }
}
.ux-landing-page .meet-mentors-ctn p, .ux-landing-page .meet-mentors-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .meet-mentors-ctn a {
  margin: 28px 0 52px;
  font-weight: 200;
}
.ux-landing-page .meet-mentors-ctn .mentor-card {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .meet-mentors-ctn .mentor-card {
    width: 100%;
  }
}
.ux-landing-page .meet-mentors-ctn .mentor-card p, .ux-landing-page .meet-mentors-ctn .mentor-card .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .meet-mentors-ctn .mentor-card a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #48485e;
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}
.ux-landing-page .meet-mentors-ctn .mentor-card .img-wrapper {
  margin: 0;
}
.ux-landing-page .meet-mentors-ctn .mentor-card .img-wrapper img, .ux-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .coursereport-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.ux-landing-page .meet-mentors-ctn .company-logo {
  max-width: 163px;
  margin: 12px 0 0;
  padding: 0;
}
.ux-landing-page .meet-mentors-ctn .more-mentors {
  margin: 30px 0 0;
  text-align: center;
}
.ux-landing-page .meet-mentors-ctn .more-mentors a {
  color: #48485e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #000000;
}
.ux-landing-page .mentor-quote-ctn {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .mentor-quote-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn {
    padding-bottom: 40px;
  }
}
.ux-landing-page .mentor-quote-ctn h4 {
  font-weight: 400;
}
.ux-landing-page .mentor-quote-ctn h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.88;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn h5 {
    padding: 0 40px;
    font-size: 16px;
  }
}
.ux-landing-page .mentor-quote-ctn .quotes-green {
  line-height: 0;
  color: #00c09d;
  font-size: 80px;
  position: relative;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .ux-landing-page .mentor-quote-ctn .quotes-green {
    font-size: 60px;
    top: 25px;
  }
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-parent {
  position: relative;
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image img, .ux-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .coursereport-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  float: right;
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-name {
  margin: 34px 0;
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
  margin: initial;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn .mentor-quote-creds h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn .mentor-quote-background {
    background-image: url("/images/workshop/ux/tim-mckoy@2x.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: right;
  }
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-company img, .ux-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .mentor-quote-ctn .mentor-quote-company img, .ux-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
    height: 20px;
  }
}
.ux-landing-page .mentor-quote-ctn .mentor-quote-cta {
  text-transform: none;
  margin-top: 40px;
}
.ux-landing-page .curriculum-syllabus-ctn {
  background-color: #2d87b1;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .curriculum-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .curriculum-syllabus-ctn h4.text-white {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .curriculum-syllabus-ctn h4.text-white {
    font-size: 24px;
  }
}
.ux-landing-page .curriculum-syllabus-ctn p.text-white, .ux-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn a.text-white {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .curriculum-syllabus-ctn p.text-white, .ux-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn a.text-white {
    font-size: 16px;
  }
}
.ux-landing-page .curriculum-syllabus-ctn .card {
  margin-bottom: 20px;
  min-height: 330px;
  padding: 26px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a {
    font-size: 14px;
  }
}
.ux-landing-page .curriculum-syllabus-ctn .card li {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .curriculum-syllabus-ctn .card li {
    font-size: 14px;
  }
}
.ux-landing-page .curriculum-syllabus-ctn .card h5,
.ux-landing-page .curriculum-syllabus-ctn .card .cur-unit {
  margin-bottom: 20px;
  font-weight: 500;
}
.ux-landing-page .curriculum-syllabus-ctn .card h5 {
  font-size: 20px;
}
.ux-landing-page .curriculum-syllabus-ctn .owl-pagination {
  display: none !important;
}
.ux-landing-page .curriculum-syllabus-ctn .owl-controls {
  margin: 0 !important;
}
.ux-landing-page .curriculum-syllabus-ctn .owl-item {
  padding: 0 !important;
}
.ux-landing-page .curriculum-syllabus-ctn .swipe-left-text {
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  font-weight: 300;
}
.ux-landing-page .curriculum-syllabus-ctn #syllabus-response {
  padding-top: 27px;
}
.ux-landing-page .request-syllabus-ctn {
  margin-bottom: 44px;
  padding-left: 28px;
  background-color: #fff;
  height: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .request-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .request-syllabus-ctn {
    height: auto;
  }
}
.ux-landing-page .request-syllabus-ctn h4 {
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .request-syllabus-ctn h4 {
    line-height: inherit;
    padding: 0;
  }
}
.ux-landing-page .request-syllabus-ctn form {
  float: right;
  display: block;
  margin: 22px 20px 22px 0;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .request-syllabus-ctn form {
    float: none;
  }
}
.ux-landing-page .request-syllabus-ctn form input {
  background: none;
  height: 56px;
  border: 1px solid #979797;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .request-syllabus-ctn form input {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.ux-landing-page .request-syllabus-ctn form button {
  background-color: #00c09d;
  height: 56px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .request-syllabus-ctn form button {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.ux-landing-page .request-syllabus-ctn .syllabus-arrow {
  position: relative;
}
.ux-landing-page .request-syllabus-ctn .syllabus-arrow img, .ux-landing-page .request-syllabus-ctn .syllabus-arrow .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .request-syllabus-ctn .syllabus-arrow .coursereport-logo {
  position: absolute;
  top: -140px;
  right: 400px;
}
.ux-landing-page .what-tools-ctn {
  padding-bottom: 104px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .what-tools-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .what-tools-ctn {
    padding-bottom: 44px;
  }
}
.ux-landing-page .what-tools-ctn h4 {
  margin-top: 104px;
  line-height: 74px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .what-tools-ctn h4 {
    text-align: center;
    font-size: 23px;
    margin-top: 44px;
  }
}
.ux-landing-page .what-tools-ctn p, .ux-landing-page .what-tools-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .what-tools-ctn a {
  font-weight: 300;
  color: #48485e;
  line-height: 1.62;
  font-size: 16px;
}
.ux-landing-page .what-tools-ctn .what-tools-icon {
  float: right;
  width: 30px;
}
.ux-landing-page .what-tools-ctn .what-tools-image {
  width: 100%;
  margin-top: 104px;
}
.ux-landing-page .what-tools-ctn .gap-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .we-with-you-ctn {
    padding-right: 10px;
  }
}
.ux-landing-page .we-with-you-ctn .col-md-4 {
  padding-left: 0;
}
.ux-landing-page .we-with-you-ctn img, .ux-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .we-with-you-ctn .coursereport-logo {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .we-with-you-ctn img, .ux-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .we-with-you-ctn .coursereport-logo {
    width: 140%;
  }
}
.ux-landing-page .we-with-you-ctn p, .ux-landing-page .we-with-you-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .we-with-you-ctn a {
  font-weight: 300;
  margin-bottom: 32px;
}
.ux-landing-page .we-with-you-ctn h4 {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .we-with-you-ctn h4 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .ux-landing-page .we-with-you-ctn h4 {
    margin-top: 0;
  }
}
.ux-landing-page .we-with-you-ctn .sa-name {
  background-color: rgba(255, 255, 255, 0.73);
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  letter-spacing: .5px;
  color: #000;
  position: absolute;
  bottom: -1px;
  padding: 1em;
  margin: 0;
  padding-right: 25%;
}
.ux-landing-page .price-ctn {
  background-color: rgba(239, 239, 245, 0.61);
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .price-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .price-ctn p, .ux-landing-page .price-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn a {
  margin-bottom: 32px;
}
.ux-landing-page .price-ctn h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ux-landing-page .price-ctn h4 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.ux-landing-page .price-ctn h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .price-ctn .pricing-update-ctn {
    padding: 0;
    padding-bottom: 20px;
  }
}
.ux-landing-page .price-ctn .pricing-update-ctn .pricing-cta {
  text-transform: none;
  padding: 10px 90px 10px 90px;
}
.ux-landing-page .price-ctn .pricing-inclusion-ctn {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.ux-landing-page .price-ctn .pricing-inclusion-ctn ul {
  list-style: none;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .price-ctn .pricing-inclusion-ctn ul {
    padding-right: 0;
  }
}
.ux-landing-page .price-ctn .pricing-inclusion-ctn ul li {
  margin-bottom: 25px;
  font-size: 16px;
}
.ux-landing-page .price-ctn .pricing-inclusion-ctn li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #00c09d;
  position: absolute;
  left: 25px;
}
.ux-landing-page .closing-banner-ctn {
  background-image: url("/images/Signup-banner@2x.4b722c52.jpg");
  background-size: cover;
  height: 660px;
  padding-top: 132px;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .closing-banner-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .closing-banner-ctn {
    padding-top: 64px;
    height: 400px;
  }
}
.ux-landing-page .closing-banner-ctn p, .ux-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .closing-banner-ctn a {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .closing-banner-ctn p, .ux-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .closing-banner-ctn a {
    margin: 30px 20px;
  }
}
.ux-landing-page .closing-banner-ctn a {
  text-transform: none;
}
.ux-landing-page .closing-banner-ctn .btn {
  padding: 10px 90px;
}
.ux-landing-page .closing-banner-ctn .secure-msg, .ux-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ux-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .closing-banner-ctn .secure-msg, .ux-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ux-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ux-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ux-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ux-landing-page .closing-banner-ctn .start-date {
  font-size: 45px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .ux-landing-page .closing-banner-ctn .start-date {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ux-landing-page .closing-banner-ctn .start-date {
    font-size: 20px;
  }
}
.ux-landing-page .alumni-quotes-ctn {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn {
    margin-bottom: 20px;
  }
}
.ux-landing-page .alumni-quotes-ctn h4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn h4 {
    margin-bottom: 20px;
  }
}
.ux-landing-page .alumni-quotes-ctn p, .ux-landing-page .alumni-quotes-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ux-landing-page .alumni-quotes-ctn a {
  margin-bottom: 10px;
  font-weight: 300;
}
.ux-landing-page .alumni-quotes-ctn .alumni-quote {
  margin-bottom: 44px;
  padding: 0 40px;
  min-height: 200px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn .alumni-quote {
    margin-bottom: 16px;
    line-height: 1.8;
    min-height: 0;
  }
}
.ux-landing-page .alumni-quotes-ctn .alumni-image {
  margin-bottom: 25px;
  text-align: center;
}
.ux-landing-page .alumni-quotes-ctn .alumni-image img, .ux-landing-page .alumni-quotes-ctn .alumni-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .alumni-quotes-ctn .alumni-image .coursereport-logo {
  margin-bottom: 20px;
  width: 120px;
  margin: 0 auto;
}
.ux-landing-page .alumni-quotes-ctn .alumni-company {
  text-align: center;
}
.ux-landing-page .alumni-quotes-ctn .alumni-company img, .ux-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
  height: 36px;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn .alumni-company img, .ux-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
    margin-bottom: 20px;
  }
}
.ux-landing-page .alumni-quotes-ctn .more-success {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .ux-landing-page .alumni-quotes-ctn .more-success {
    margin: 0;
  }
}
.ux-landing-page .alumni-quotes-ctn .more-success a {
  text-decoration: none;
  color: #48485e;
}
.ux-landing-page .alumni-quotes-ctn .quotes-green {
  position: absolute;
  left: 15px;
  top: 0;
}
.ux-landing-page .alumni-quotes-ctn .quotes-green img, .ux-landing-page .alumni-quotes-ctn .quotes-green .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ux-landing-page .alumni-quotes-ctn .quotes-green .coursereport-logo {
  width: 20px;
}
.ux-landing-page .workshop-faq-ctn {
  padding-bottom: 120px;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .workshop-faq-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ux-landing-page .workshop-faq-ctn h4 {
  margin: 60px auto;
}
.ux-landing-page .workshop-faq-ctn a:before {
  position: absolute;
  color: #00c09d;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f068";
}
.ux-landing-page .workshop-faq-ctn a.collapsed:before {
  content: "\f067";
}
.ux-landing-page .workshop-faq-ctn i.fa {
  top: 5px;
}
.ux-landing-page .workshop-faq-ctn .panel-heading {
  padding: 27.5px 25px;
}
.ux-landing-page .workshop-faq-ctn .panel-title a {
  font-weight: normal;
}
.ux-landing-page .workshop-faq-ctn .panel-body {
  font-weight: 300;
  line-height: 1.8;
}
.ux-landing-page .workshop-dates-ctn {
  text-align: center;
  padding-bottom: 116px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ux-landing-page .workshop-dates-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ux-landing-page .workshop-dates-ctn {
    padding-bottom: 60px;
  }
}
.ux-landing-page .workshop-dates-ctn h4 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.ux-landing-page .workshop-dates-ctn .limited-spots {
  font-weight: 300;
  color: #000;
  margin-bottom: 60px;
}
.ux-landing-page .workshop-dates-ctn .choose-date {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 20px;
}
.ux-landing-page .workshop-dates-ctn .enroll-card {
  display: inline-block;
  width: 295px;
  margin: 0 24px;
  background: #fff;
  padding: 7px 0;
  border: solid 1px #a4a4af;
  border-radius: 5px;
  position: relative;
}
.ux-landing-page .workshop-dates-ctn .enroll-card .few-spots {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  background-color: #00c09d;
  padding: 4px 12px;
  color: #fff;
  letter-spacing: 0.4px;
}
.ux-landing-page .workshop-dates-ctn .enroll-card .date {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #48485e;
  padding: 32px 0;
  margin: 0 auto;
}
.ux-landing-page .workshop-dates-ctn .enroll-card .btn {
  padding: 10px 0;
  display: block;
  width: 96%;
  margin: 0 auto;
  text-transform: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .ux-landing-page .enroll-card-wrapper .enroll-card {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .ux-landing-page .enroll-card-wrapper .enroll-card {
    display: block;
    width: 310px;
    margin: 0 auto 20px;
  }
}

.ds-landing-page h1, .ds-landing-page h2, .ds-landing-page h3, .ds-landing-page h4, .ds-landing-page h5, .ds-landing-page h6, .ds-landing-page li, .ds-landing-page a {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.ds-landing-page h4 {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page h4 {
    font-size: 24px;
    padding: 0 10px;
  }
}
.ds-landing-page p, .ds-landing-page .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page a {
  letter-spacing: 0.6px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.ds-landing-page .wrapper {
  max-width: 100%;
  padding: 0 81px;
}
.ds-landing-page section {
  margin: 0;
  padding: 0;
}
.ds-landing-page .cf:before, .ds-landing-page .curriculum-content form .control:before, .curriculum-content form .ds-landing-page .control:before, .ds-landing-page .curriculum-content .group_buttons:before, .curriculum-content .ds-landing-page .group_buttons:before, .ds-landing-page .curriculum-content .container:before, .curriculum-content .ds-landing-page .container:before, .ds-landing-page .curriculum-content .modal_content:before, .curriculum-content .ds-landing-page .modal_content:before, .ds-landing-page .curriculum-content .social_stat:before, .curriculum-content .ds-landing-page .social_stat:before, .ds-landing-page .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .ds-landing-page .meta:before, .ds-landing-page .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .ds-landing-page .meta:before, .ds-landing-page .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .ds-landing-page .ratings:before, .ds-landing-page .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .ds-landing-page .ratings:before, .ds-landing-page .curriculum-content .items_container:before, .curriculum-content .ds-landing-page .items_container:before, .ds-landing-page .curriculum-content .item_details:before, .curriculum-content .ds-landing-page .item_details:before, .ds-landing-page .curriculum-content .face_wall:before, .curriculum-content .ds-landing-page .face_wall:before, .ds-landing-page .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .ds-landing-page .profile_inner:before, .ds-landing-page .curriculum-content .learning_path_content:before, .curriculum-content .ds-landing-page .learning_path_content:before, .ds-landing-page .curriculum-content .lp_chapter:before, .curriculum-content .ds-landing-page .lp_chapter:before, .ds-landing-page .curriculum-content .lp_chapter > header:before, .curriculum-content .ds-landing-page .lp_chapter > header:before, .ds-landing-page .curriculum-content .each_resource:before, .curriculum-content .ds-landing-page .each_resource:before, .ds-landing-page .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .ds-landing-page .heading:before, .ds-landing-page .cf:after, .ds-landing-page .curriculum-content form .control:after, .curriculum-content form .ds-landing-page .control:after, .ds-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ds-landing-page .group_buttons:after, .ds-landing-page .curriculum-content .container:after, .curriculum-content .ds-landing-page .container:after, .ds-landing-page .curriculum-content .modal_content:after, .curriculum-content .ds-landing-page .modal_content:after, .ds-landing-page .curriculum-content .social_stat:after, .curriculum-content .ds-landing-page .social_stat:after, .ds-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ds-landing-page .meta:after, .ds-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ds-landing-page .meta:after, .ds-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ds-landing-page .ratings:after, .ds-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ds-landing-page .ratings:after, .ds-landing-page .curriculum-content .items_container:after, .curriculum-content .ds-landing-page .items_container:after, .ds-landing-page .curriculum-content .item_details:after, .curriculum-content .ds-landing-page .item_details:after, .ds-landing-page .curriculum-content .face_wall:after, .curriculum-content .ds-landing-page .face_wall:after, .ds-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ds-landing-page .profile_inner:after, .ds-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ds-landing-page .learning_path_content:after, .ds-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ds-landing-page .lp_chapter:after, .ds-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ds-landing-page .lp_chapter > header:after, .ds-landing-page .curriculum-content .each_resource:after, .curriculum-content .ds-landing-page .each_resource:after, .ds-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ds-landing-page .heading:after {
  content: "";
  display: table;
}
.ds-landing-page .cf:after, .ds-landing-page .curriculum-content form .control:after, .curriculum-content form .ds-landing-page .control:after, .ds-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ds-landing-page .group_buttons:after, .ds-landing-page .curriculum-content .container:after, .curriculum-content .ds-landing-page .container:after, .ds-landing-page .curriculum-content .modal_content:after, .curriculum-content .ds-landing-page .modal_content:after, .ds-landing-page .curriculum-content .social_stat:after, .curriculum-content .ds-landing-page .social_stat:after, .ds-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ds-landing-page .meta:after, .ds-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ds-landing-page .meta:after, .ds-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ds-landing-page .ratings:after, .ds-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ds-landing-page .ratings:after, .ds-landing-page .curriculum-content .items_container:after, .curriculum-content .ds-landing-page .items_container:after, .ds-landing-page .curriculum-content .item_details:after, .curriculum-content .ds-landing-page .item_details:after, .ds-landing-page .curriculum-content .face_wall:after, .curriculum-content .ds-landing-page .face_wall:after, .ds-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ds-landing-page .profile_inner:after, .ds-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ds-landing-page .learning_path_content:after, .ds-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ds-landing-page .lp_chapter:after, .ds-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ds-landing-page .lp_chapter > header:after, .ds-landing-page .curriculum-content .each_resource:after, .curriculum-content .ds-landing-page .each_resource:after, .ds-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ds-landing-page .heading:after {
  clear: both;
}
.ds-landing-page .owl-theme .owl-controls .owl-page.active span, .ds-landing-page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00c09d !important;
}
.ds-landing-page .desktop-workshop-nav {
  position: relative;
  z-index: 5;
}
.ds-landing-page .btn {
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px;
}
.ds-landing-page .btn-primary {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
}
.ds-landing-page .btn-primary:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
.ds-landing-page .fixed {
  position: fixed;
}
.ds-landing-page .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.ds-landing-page .roboto, .ds-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ds-landing-page p, .ds-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ds-landing-page a, .ds-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ds-landing-page p, .ds-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ds-landing-page a, .ux-landing-page #banner .hero-inner .ds-landing-page p, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner .ds-landing-page a, .ux-landing-page .course-stats-ctn .course-stats-item .ds-landing-page p, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item .ds-landing-page a, .ux-landing-page .curriculum-syllabus-ctn .card .ds-landing-page p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card .ds-landing-page a, .ux-landing-page .price-ctn .pricing-update-ctn .ds-landing-page p, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn .ds-landing-page a, .ux-landing-page .workshop-dates-ctn .ds-landing-page .choose-date, .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .ds-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .path-career-data-science-ctn .or-text, .ds-landing-page .quiz-ctn .card-inner p, .quiz-ctn .card-inner .ds-landing-page p, .ds-landing-page .quiz-ctn .card-inner .above-footer-cta-ctn a, .quiz-ctn .card-inner .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .quiz-ctn .card-inner a, .above-footer-cta-ctn .quiz-ctn .card-inner .ds-landing-page a, .ds-landing-page .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .ds-landing-page p, .ds-landing-page .quiz-ctn .quiz-result .above-footer-cta-ctn a, .quiz-ctn .quiz-result .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .quiz-ctn .quiz-result a, .above-footer-cta-ctn .quiz-ctn .quiz-result .ds-landing-page a, .ds-landing-page .refer-ctn button, .refer-ctn .ds-landing-page button, .ds-landing-page .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .refer-well .link .ds-landing-page .copy-code, .ds-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .ds-landing-page p, .ds-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .ds-landing-page a, .ds-landing-page #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .ds-landing-page .header-text, .ds-landing-page #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .ds-landing-page .content-link, .ws-landing-page #banner .hero-inner .ds-landing-page p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner .ds-landing-page a, .ds-landing-page .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page #banner .hero-inner .ds-landing-page .workshop-description, .ws-landing-page .course-stats-ctn .course-stats-item .ds-landing-page p, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item .ds-landing-page a, .ws-landing-page .what-learn-ctn .end-course-ctn .ds-landing-page .end-course-text, .ds-landing-page .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .ds-landing-page .end-course-text, .ws-landing-page .more-than-course .ds-landing-page .more-than-course-text, .ws-landing-page .curriculum-syllabus-ctn .card .ds-landing-page p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card .ds-landing-page a, .ws-landing-page .price-ctn .pricing-update-ctn .ds-landing-page p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ds-landing-page a, .ds-landing-page .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn .ds-landing-page a, .ws-landing-page .workshop-dates-ctn .ds-landing-page .choose-date, .ws-landing-page .workshop-dates-ctn .enroll-card .ds-landing-page .date, .ws-landing-page .path-career-data-science-ctn .ds-landing-page .or-text {
  font-family: 'Roboto', sans-serif;
}
.ds-landing-page .open-sans, .ux-landing-page .workshop-faq-ctn .panel-title .ds-landing-page a, .ux-landing-page .workshop-dates-ctn .enroll-card .ds-landing-page .btn, .ds-landing-page .btn, .ds-landing-page .workshop-faq-ctn .panel-title a, .ds-landing-page .workshop-dates-ctn .enroll-card .btn, .ws-landing-page .workshop-faq-ctn .panel-title .ds-landing-page a, .ws-landing-page .workshop-dates-ctn .enroll-card .ds-landing-page .btn {
  font-family: 'Open Sans', sans-serif;
}
.ds-landing-page .text-green {
  color: #00c09d;
}

.ds-landing-page {
  max-width: 100%;
  overflow: hidden;
}
.ds-landing-page #banner {
  padding-top: 80px;
  padding-left: 40px;
  background-size: cover;
  height: 524px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ds-landing-page #banner {
    padding: 40px 20px;
  }
}
.ds-landing-page #banner .hero-inner {
  width: 70%;
  float: left;
}
.ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a {
  color: #fff;
  font-size: 22px;
  width: 70%;
}
.ds-landing-page #banner .hero-inner .trial-support-text {
  margin-top: 16px;
  font-size: 13px;
}
.ds-landing-page #banner .hero-inner .course-cta-ctn a {
  padding: 10px 40px;
}
.ds-landing-page #banner .hero-inner .wk-overview {
  list-style: disc;
  padding: 0;
}
.ds-landing-page #banner .hero-inner .wk-overview li {
  display: inline-block;
  margin: 0 5px;
}
.ds-landing-page #banner .hero-inner .wk-overview li:first-child {
  margin-left: 0;
}
.ds-landing-page #banner .hero-inner .enroll-btn-ctn a {
  text-transform: none;
}
.ds-landing-page #banner .hero-inner .workshop-name {
  font-weight: 500;
  font-size: 46px;
  margin: 35px 0;
}
.ds-landing-page #banner .hero-inner .tagline {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 60px;
  width: 80%;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .ds-landing-page #banner {
    padding-left: 0;
  }
  .ds-landing-page #banner .hero-inner {
    width: 100%;
  }
  .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ds-landing-page #banner {
    height: 640px;
    text-align: center;
  }
  .ds-landing-page #banner .hero-inner {
    padding-left: 0;
    width: 100%;
  }
  .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a {
    width: 100%;
  }
}
.ds-landing-page .overview-nav-ctn.fixed {
  top: 0;
  width: 100%;
  z-index: 5;
}
.ds-landing-page .overview-nav-ctn {
  border-bottom: 3px solid #efeff6;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 0;
}
.ds-landing-page .overview-nav-ctn .list-inline {
  margin-top: 0;
}
.ds-landing-page .overview-nav-ctn .list-inline li {
  padding: 0;
  margin-right: 12px;
  border-bottom: 5px solid #fff;
}
.ds-landing-page .overview-nav-ctn .list-inline li a {
  letter-spacing: 0.6px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #48485e;
  line-height: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
  .ds-landing-page .overview-nav-ctn .list-inline li a {
    padding: 25px 5px 15px 5px;
  }
}
.ds-landing-page .overview-nav-ctn .list-inline li a:hover {
  background: none;
}
.ds-landing-page .overview-nav-ctn .list-inline li.active {
  border-bottom: 5px solid #00c09d;
}
.ds-landing-page .overview-nav-ctn .list-inline li:hover {
  border-bottom: 5px solid #00c09d;
  transition: all .5s;
}
.ds-landing-page .overview-nav-ctn .btn-lg, .ds-landing-page .overview-nav-ctn .btn-group-lg > .btn {
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
  padding: 10px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
.ds-landing-page .overview-nav-ctn .btn-tertiary {
  margin-right: 30px;
  background-color: #a4a4af;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .overview-nav-ctn .btn-lg, .ds-landing-page .overview-nav-ctn .btn-group-lg > .btn {
    margin-top: 9px;
  }
  .ds-landing-page .overview-nav-ctn .list-inline li a {
    padding: 20px 10px;
  }
}
.ds-landing-page .course-stats-ctn {
  background-color: rgba(239, 239, 246, 0.49);
  padding: 20px 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .course-stats-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .course-stats-ctn .course-stats-item h4 {
  font-size: 26px;
  font-weight: 700;
  color: #00c09d;
  margin-bottom: 0;
  line-height: 1.31;
  padding-bottom: 5px;
}
.ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a {
  font-weight: 300;
  color: #48485e;
  font-size: 15px;
  line-height: 1.15;
  margin-bottom: 5px;
}
.ds-landing-page .course-stats-ctn .course-stats-item img, .ds-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
  float: right;
  margin-top: 12px;
  width: 50px;
}
.ds-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
  border-left: 1px solid rgba(179, 179, 179, 0.49);
  border-right: 1px solid rgba(179, 179, 179, 0.49);
}
@media screen and (max-width: 992px) {
  .ds-landing-page .course-stats-ctn .course-stats-item img, .ds-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
    float: left;
    margin: 0 20px 30px 20px;
  }
  .ds-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
    border: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .featured-in-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .featured-in-ctn .x-col-20 {
  width: 20%;
  display: inline-block;
  float: left;
}
.ds-landing-page .featured-in-ctn .course-stats-image {
  margin: 20px 0px 60px 0;
}
.ds-landing-page .featured-in-ctn .course-stats-image img, .ds-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .featured-in-ctn .course-stats-image img, .ds-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
    width: 120%;
  }
  .ds-landing-page .featured-in-ctn .course-stats-image img.size-2of3, .ds-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .size-2of3.coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .featured-in-ctn .course-stats-image .size-2of3.coursereport-logo {
    width: 66%;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .featured-in-ctn .course-stats-image {
    margin: 20px 0px 20px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .course-overview-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .course-overview-ctn h4 {
  font-weight: 300;
  margin-bottom: 26px;
  margin-top: 31px;
  color: #48485e;
}
.ds-landing-page .course-overview-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ds-landing-page .course-overview-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ds-landing-page .course-overview-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ds-landing-page .course-overview-ctn .video-content {
    width: 288px;
  }
}
.ds-landing-page .course-overview-ctn .video-content p, .ds-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .course-overview-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ds-landing-page .course-overview-ctn .video-content p, .ds-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .course-overview-ctn .video-content a {
    font-size: 12px;
  }
}
.ds-landing-page .course-overview-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ds-landing-page .course-overview-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ds-landing-page .course-overview-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ds-landing-page .course-overview-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ds-landing-page .what-learn-ctn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .what-learn-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .what-learn-ctn {
    padding-left: 20px;
  }
}
.ds-landing-page .what-learn-ctn p, .ds-landing-page .what-learn-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .what-learn-ctn a {
  margin-top: 20px;
  margin-bottom: 58px;
  font-weight: 300;
}
.ds-landing-page .what-learn-ctn h5 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #000;
}
.ds-landing-page .what-learn-ctn .what-learn-description {
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .what-learn-ctn .what-learn-description {
    text-align: left;
  }
}
.ds-landing-page .what-learn-ctn .row {
  text-align: left;
}
.ds-landing-page .what-learn-ctn .row p, .ds-landing-page .what-learn-ctn .row .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .what-learn-ctn .row a {
  margin: initial;
}
.ds-landing-page .what-learn-ctn .row .left img, .ds-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .what-learn-ctn .row .left .coursereport-logo {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .what-learn-ctn .row .left img, .ds-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .what-learn-ctn .row .left .coursereport-logo {
    max-width: 40px;
  }
}
.ds-landing-page .what-learn-ctn .row .what-learn-heading {
  font-weight: 500;
  margin-bottom: 7px;
}
.ds-landing-page .what-learn-ctn .row .what-learn-text {
  padding-right: 50px;
  font-weight: 300;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .what-learn-ctn .row .what-learn-text {
    margin-bottom: 30px;
  }
}
.ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text {
  color: #48485e;
  padding-right: 10px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text {
    padding-right: 20px;
  }
}
.ds-landing-page .what-learn-ctn .end-course-ctn .end-course-check {
  padding-top: 7px;
}
.ds-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image {
  position: relative;
  width: 100%;
  max-width: 252px;
  top: -110px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image {
    width: 50%;
    top: 0;
    margin-bottom: 40px;
    max-width: 250px;
  }
}
.ds-landing-page .more-than-course {
  padding: 54px 0 40px 0;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .more-than-course {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .more-than-course {
    padding: 24px 0px 24px 0;
  }
}
.ds-landing-page .more-than-course img, .ds-landing-page .more-than-course .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .more-than-course .coursereport-logo {
  width: 60%;
  padding-top: 32px;
  max-width: 250px;
}
.ds-landing-page .more-than-course p, .ds-landing-page .more-than-course .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .more-than-course a {
  margin-top: 20px;
  font-weight: 300;
}
.ds-landing-page .more-than-course h5 {
  font-weight: 400;
  margin-top: 20px;
}
.ds-landing-page .more-than-course .more-than-course-text {
  padding: 0 50px;
  font-size: 15px;
  color: #48485e;
}
.ds-landing-page .alum-test-ctn {
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .alum-test-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .alum-test-ctn h4 {
  font-weight: 300;
  margin-bottom: 29px;
  margin-top: 53px;
  color: #48485e;
}
.ds-landing-page .alum-test-ctn p, .ds-landing-page .alum-test-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .alum-test-ctn a {
  font-weight: 300;
}
.ds-landing-page .alum-test-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ds-landing-page .alum-test-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ds-landing-page .alum-test-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ds-landing-page .alum-test-ctn .video-content {
    width: 288px;
  }
}
.ds-landing-page .alum-test-ctn .video-content p, .ds-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .alum-test-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ds-landing-page .alum-test-ctn .video-content p, .ds-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .alum-test-ctn .video-content a {
    font-size: 12px;
  }
}
.ds-landing-page .alum-test-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ds-landing-page .alum-test-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ds-landing-page .alum-test-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ds-landing-page .alum-test-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ds-landing-page .company-logos-desktop {
  padding: 0 80px 64px 80px;
  background-color: rgba(239, 239, 246, 0.49);
  clear: both;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .company-logos-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .company-logos-desktop h4 {
  padding: 64px 0;
  margin: 0;
}
.ds-landing-page .company-logos-desktop .row .col-md-12 div {
  margin: 0;
  padding: 0;
  max-width: 19%;
  display: inline-block;
}
.ds-landing-page .company-logos-desktop .row .col-md-12 div img, .ds-landing-page .company-logos-desktop .row .col-md-12 div .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .company-logos-desktop .row .col-md-12 div .coursereport-logo {
  max-width: 100%;
}
.ds-landing-page .company-logos-mobile {
  padding: 44px 0 64px;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .company-logos-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .company-logos-mobile {
    padding: 24px 0 24px 0;
  }
}
.ds-landing-page .company-logos-mobile h3 {
  padding: 0;
  margin: 0 0 44px;
  font-size: 28px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.ds-landing-page .company-logos-mobile .col-xs-4 div {
  display: inline-block;
}
.ds-landing-page .company-logos-mobile .col-xs-4 img, .ds-landing-page .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .company-logos-mobile .col-xs-4 .coursereport-logo {
  max-width: 30vw;
}
.ds-landing-page .company-logos-mobile .col-xs-4 .dropbox img, .ds-landing-page .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo {
  text-align: center;
  max-height: 100%;
}
.ds-landing-page .own-mentor-ctn {
  background: url("/images/workshop/ds/bg-ds-pattern.png") center center repeat;
  color: #FFF;
  padding: 32px 0 64px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .own-mentor-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ds-landing-page .own-mentor-ctn .col-xs-12 {
    padding: 0;
  }
}
.ds-landing-page .own-mentor-ctn h4 {
  margin: 32px 0 22px 0;
  padding: 0;
}
.ds-landing-page .own-mentor-ctn p, .ds-landing-page .own-mentor-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .own-mentor-ctn a {
  font-weight: 300;
  color: #fff;
}
.ds-landing-page .own-mentor-ctn h5 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .own-mentor-ctn h5 {
    text-align: center;
  }
}
.ds-landing-page .own-mentor-ctn .secondary-text {
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
}
.ds-landing-page .own-mentor-ctn .computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 50px;
  padding-top: 0px;
}
.ds-landing-page .own-mentor-ctn video {
  display: inline-block;
  width: 405px;
  float: left;
  height: 299px;
  padding-bottom: 68px;
  padding-left: 0px;
  margin-top: 21px;
  margin-left: -77px;
}
.ds-landing-page .own-mentor-ctn .icons {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .own-mentor-ctn .icons {
    max-width: 60px;
  }
}
.ds-landing-page .own-mentor-ctn .icon-feedback {
  max-width: 60px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .own-mentor-ctn .icon-feedback {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-landing-page .own-mentor-ctn .secondary-text {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .ds-landing-page .own-mentor-ctn {
    padding: 0 20px;
  }
  .ds-landing-page .own-mentor-ctn .secondary-text {
    padding: 0;
  }
}
.ds-landing-page .meet-mentors-ctn {
  padding-bottom: 64px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .meet-mentors-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .meet-mentors-ctn {
    padding-bottom: 24px;
  }
}
.ds-landing-page .meet-mentors-ctn h4 {
  margin: 64px 0 20px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .meet-mentors-ctn h4 {
    margin: 24px 0px 20px;
  }
}
.ds-landing-page .meet-mentors-ctn p, .ds-landing-page .meet-mentors-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .meet-mentors-ctn a {
  margin: 28px 0 52px;
  font-weight: 200;
}
.ds-landing-page .meet-mentors-ctn .mentor-card {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .meet-mentors-ctn .mentor-card {
    width: 100%;
  }
}
.ds-landing-page .meet-mentors-ctn .mentor-card p, .ds-landing-page .meet-mentors-ctn .mentor-card .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .meet-mentors-ctn .mentor-card a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #48485e;
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}
.ds-landing-page .meet-mentors-ctn .mentor-card .img-wrapper {
  margin: 0;
}
.ds-landing-page .meet-mentors-ctn .mentor-card .img-wrapper img, .ds-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .coursereport-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  filter: grayscale(100%);
}
.ds-landing-page .meet-mentors-ctn .company-logo {
  max-width: 163px;
  margin: 12px 0 0;
  padding: 0;
}
.ds-landing-page .meet-mentors-ctn .more-mentors {
  margin: 30px 0 0;
  text-align: center;
}
.ds-landing-page .meet-mentors-ctn .more-mentors a {
  color: #48485e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #000000;
}
.ds-landing-page .mentor-quote-ctn {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .mentor-quote-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn {
    padding-bottom: 40px;
  }
}
.ds-landing-page .mentor-quote-ctn h4 {
  font-weight: 400;
}
.ds-landing-page .mentor-quote-ctn h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.88;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn h5 {
    padding: 0 40px;
    font-size: 16px;
  }
}
.ds-landing-page .mentor-quote-ctn .quotes-green {
  line-height: 0;
  color: #00c09d;
  font-size: 80px;
  position: relative;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .ds-landing-page .mentor-quote-ctn .quotes-green {
    font-size: 60px;
    top: 25px;
  }
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-parent {
  position: relative;
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image img, .ds-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .coursereport-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  float: right;
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-name {
  margin: 34px 0;
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
  margin: initial;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn .mentor-quote-creds h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn .mentor-quote-background {
    background-image: url("/images/workshop/ux/tim-mckoy@2x.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: right;
  }
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-company img, .ds-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .mentor-quote-ctn .mentor-quote-company img, .ds-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
    height: 20px;
  }
}
.ds-landing-page .mentor-quote-ctn .mentor-quote-cta {
  text-transform: none;
  margin-top: 40px;
}
.ds-landing-page .curriculum-syllabus-ctn {
  background-color: #2d87b1;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .curriculum-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .curriculum-syllabus-ctn h4.text-white {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .curriculum-syllabus-ctn h4.text-white {
    font-size: 24px;
  }
}
.ds-landing-page .curriculum-syllabus-ctn p.text-white, .ds-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn a.text-white {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .curriculum-syllabus-ctn p.text-white, .ds-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn a.text-white {
    font-size: 16px;
  }
}
.ds-landing-page .curriculum-syllabus-ctn p.text-white.curriculum-subheading, .ds-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white.curriculum-subheading, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn a.text-white.curriculum-subheading {
  margin-left: 20px;
  margin-right: 20px;
}
.ds-landing-page .curriculum-syllabus-ctn .card-container {
  padding: 0 18px;
}
.ds-landing-page .curriculum-syllabus-ctn .card {
  margin-bottom: 28px;
  min-height: 330px;
  padding: 26px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a {
    font-size: 14px;
  }
}
.ds-landing-page .curriculum-syllabus-ctn .card li {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .curriculum-syllabus-ctn .card li {
    font-size: 14px;
  }
}
.ds-landing-page .curriculum-syllabus-ctn .card h5,
.ds-landing-page .curriculum-syllabus-ctn .card .cur-unit {
  margin-bottom: 20px;
  font-weight: 500;
}
.ds-landing-page .curriculum-syllabus-ctn .card h5 {
  font-size: 20px;
}
.ds-landing-page .curriculum-syllabus-ctn .owl-pagination {
  display: none !important;
}
.ds-landing-page .curriculum-syllabus-ctn .owl-controls {
  margin: 0 !important;
}
.ds-landing-page .curriculum-syllabus-ctn .owl-item {
  padding: 0 !important;
}
.ds-landing-page .curriculum-syllabus-ctn .swipe-left-text {
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  font-weight: 300;
}
.ds-landing-page .curriculum-syllabus-ctn #syllabus-response {
  padding-top: 27px;
}
.ds-landing-page .request-syllabus-ctn {
  margin-bottom: 44px;
  padding-left: 28px;
  background-color: #fff;
  height: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .request-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .request-syllabus-ctn {
    height: auto;
  }
}
.ds-landing-page .request-syllabus-ctn h4 {
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .request-syllabus-ctn h4 {
    line-height: inherit;
    padding: 0;
  }
}
.ds-landing-page .request-syllabus-ctn form {
  float: right;
  display: block;
  margin: 22px 20px 22px 0;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .request-syllabus-ctn form {
    float: none;
  }
}
.ds-landing-page .request-syllabus-ctn form input {
  background: none;
  height: 56px;
  border: 1px solid #979797;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .request-syllabus-ctn form input {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.ds-landing-page .request-syllabus-ctn form button {
  background-color: #00c09d;
  height: 56px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .request-syllabus-ctn form button {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.ds-landing-page .request-syllabus-ctn .syllabus-arrow {
  position: relative;
}
.ds-landing-page .request-syllabus-ctn .syllabus-arrow img, .ds-landing-page .request-syllabus-ctn .syllabus-arrow .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .request-syllabus-ctn .syllabus-arrow .coursereport-logo {
  position: absolute;
  top: -140px;
  right: 400px;
}
.ds-landing-page .what-tools-ctn {
  padding-bottom: 104px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .what-tools-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .what-tools-ctn {
    padding-bottom: 44px;
  }
}
.ds-landing-page .what-tools-ctn h4 {
  margin-top: 104px;
  line-height: 74px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .what-tools-ctn h4 {
    text-align: center;
    font-size: 23px;
    margin-top: 44px;
  }
}
.ds-landing-page .what-tools-ctn p, .ds-landing-page .what-tools-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .what-tools-ctn a {
  font-weight: 300;
  color: #48485e;
  line-height: 1.62;
  font-size: 16px;
}
.ds-landing-page .what-tools-ctn .what-tools-icon {
  float: right;
  width: 30px;
}
.ds-landing-page .what-tools-ctn .what-tools-image {
  width: 100%;
  margin-top: 104px;
}
.ds-landing-page .what-tools-ctn .gap-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .we-with-you-ctn {
    padding-right: 10px;
  }
}
.ds-landing-page .we-with-you-ctn .col-md-4 {
  padding-left: 0;
}
.ds-landing-page .we-with-you-ctn img, .ds-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .we-with-you-ctn .coursereport-logo {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .we-with-you-ctn img, .ds-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .we-with-you-ctn .coursereport-logo {
    width: 120%;
  }
}
@media screen and (max-width: 768px) {
  .ds-landing-page .we-with-you-ctn img, .ds-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .we-with-you-ctn .coursereport-logo {
    width: 100%;
  }
}
.ds-landing-page .we-with-you-ctn p, .ds-landing-page .we-with-you-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .we-with-you-ctn a {
  font-weight: 300;
  margin-bottom: 32px;
  line-height: 2.06;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .we-with-you-ctn p, .ds-landing-page .we-with-you-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .we-with-you-ctn a {
    line-height: 1.5;
  }
}
.ds-landing-page .we-with-you-ctn h4 {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .we-with-you-ctn h4 {
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ds-landing-page .we-with-you-ctn h4 {
    margin-top: 10px;
  }
}
.ds-landing-page .we-with-you-ctn .sa-name {
  background-color: rgba(255, 255, 255, 0.73);
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  letter-spacing: .5px;
  color: #000;
  position: absolute;
  bottom: -1px;
  padding: 1em;
  margin: 0;
  padding-right: 10%;
  max-width: 400px;
}
.ds-landing-page .price-ctn {
  background-color: rgba(239, 239, 245, 0.61);
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .price-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .price-ctn p, .ds-landing-page .price-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn a {
  margin-bottom: 32px;
}
.ds-landing-page .price-ctn h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ds-landing-page .price-ctn h4 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.ds-landing-page .price-ctn h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 32px;
}
.ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .price-ctn .pricing-update-ctn {
    padding: 0;
    padding-bottom: 20px;
  }
}
.ds-landing-page .price-ctn .pricing-update-ctn .pricing-cta {
  text-transform: none;
  padding: 10px 90px 10px 90px;
}
.ds-landing-page .price-ctn .pricing-inclusion-ctn {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.ds-landing-page .price-ctn .pricing-inclusion-ctn ul {
  list-style: none;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .price-ctn .pricing-inclusion-ctn ul {
    padding-right: 0;
  }
}
.ds-landing-page .price-ctn .pricing-inclusion-ctn ul li {
  margin-bottom: 25px;
  font-size: 16px;
}
.ds-landing-page .price-ctn .pricing-inclusion-ctn li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #00c09d;
  position: absolute;
  left: 25px;
}
.ds-landing-page .price-ctn .pricing-employer-text {
  margin-top: 52px;
  font-size: 16px;
  font-weight: 300;
}
.ds-landing-page .price-ctn .pricing-employer-text a {
  color: #2574a1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ds-landing-page .price-ctn .pricing-employer-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ds-landing-page .price-ctn .trial-support-text {
  margin-top: 16px;
  font-size: 13px;
}
.ds-landing-page .closing-banner-ctn {
  background-image: url("/images/Signup-banner@2x.4b722c52.jpg");
  background-size: cover;
  height: 660px;
  padding-top: 132px;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .closing-banner-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .closing-banner-ctn {
    padding-top: 64px;
    height: 400px;
  }
}
.ds-landing-page .closing-banner-ctn p, .ds-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .closing-banner-ctn a {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .closing-banner-ctn p, .ds-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .closing-banner-ctn a {
    margin: 30px 20px;
  }
}
.ds-landing-page .closing-banner-ctn a {
  text-transform: none;
}
.ds-landing-page .closing-banner-ctn .btn {
  padding: 10px 90px;
}
.ds-landing-page .closing-banner-ctn .secure-msg, .ds-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ds-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .closing-banner-ctn .secure-msg, .ds-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ds-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ds-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ds-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ds-landing-page .closing-banner-ctn .start-date {
  font-size: 45px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .ds-landing-page .closing-banner-ctn .start-date {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ds-landing-page .closing-banner-ctn .start-date {
    font-size: 20px;
  }
}
.ds-landing-page .alumni-quotes-ctn {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn {
    margin-bottom: 20px;
  }
}
.ds-landing-page .alumni-quotes-ctn h4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn h4 {
    margin-bottom: 20px;
  }
}
.ds-landing-page .alumni-quotes-ctn p, .ds-landing-page .alumni-quotes-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .alumni-quotes-ctn a {
  margin-bottom: 10px;
  font-weight: 300;
}
.ds-landing-page .alumni-quotes-ctn .alumni-quote {
  margin-bottom: 16px;
  padding: 0 40px;
  min-height: 240px;
  text-align: left;
  line-height: 1.88;
  color: #48485e;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn .alumni-quote {
    margin-bottom: 16px;
    line-height: 1.8;
    min-height: 0;
  }
}
.ds-landing-page .alumni-quotes-ctn .alumni-name {
  color: #48485e;
}
.ds-landing-page .alumni-quotes-ctn .alumni-image {
  margin-bottom: 25px;
  text-align: center;
}
.ds-landing-page .alumni-quotes-ctn .alumni-image img, .ds-landing-page .alumni-quotes-ctn .alumni-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .alumni-quotes-ctn .alumni-image .coursereport-logo {
  margin-bottom: 20px;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
}
.ds-landing-page .alumni-quotes-ctn .alumni-company {
  text-align: center;
}
.ds-landing-page .alumni-quotes-ctn .alumni-company img, .ds-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
  height: 42px;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn .alumni-company img, .ds-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
    margin-bottom: 20px;
  }
}
.ds-landing-page .alumni-quotes-ctn .more-success {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .ds-landing-page .alumni-quotes-ctn .more-success {
    margin: 0;
  }
}
.ds-landing-page .alumni-quotes-ctn .more-success a {
  text-decoration: none;
  color: #48485e;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
}
.ds-landing-page .alumni-quotes-ctn .quotes-green {
  position: absolute;
  left: 15px;
  top: 0;
}
.ds-landing-page .alumni-quotes-ctn .quotes-green img, .ds-landing-page .alumni-quotes-ctn .quotes-green .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ds-landing-page .alumni-quotes-ctn .quotes-green .coursereport-logo {
  width: 20px;
}
.ds-landing-page .workshop-faq-ctn {
  padding-bottom: 120px;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .workshop-faq-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ds-landing-page .workshop-faq-ctn h4 {
  margin: 60px auto;
}
.ds-landing-page .workshop-faq-ctn a:before {
  position: absolute;
  color: #00c09d;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f068";
}
.ds-landing-page .workshop-faq-ctn a.collapsed:before {
  content: "\f067";
}
.ds-landing-page .workshop-faq-ctn i.fa {
  top: 5px;
}
.ds-landing-page .workshop-faq-ctn .panel-heading {
  padding: 27.5px 25px;
}
.ds-landing-page .workshop-faq-ctn .panel-title a {
  font-weight: normal;
  color: #48485e;
}
.ds-landing-page .workshop-faq-ctn .panel-body {
  font-weight: 300;
  line-height: 1.8;
  color: #48485e;
}
.ds-landing-page .workshop-dates-ctn {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ds-landing-page .workshop-dates-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ds-landing-page .workshop-dates-ctn {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ds-landing-page .workshop-dates-ctn {
    padding-bottom: 20px;
  }
}
.ds-landing-page .workshop-dates-ctn h4 {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ds-landing-page .workshop-dates-ctn h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.ds-landing-page .workshop-dates-ctn .limited-spots {
  font-weight: 300;
  color: #000;
  margin-bottom: 60px;
}
.ds-landing-page .workshop-dates-ctn .choose-date {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 20px;
}
.ds-landing-page .workshop-dates-ctn .enroll-card {
  display: inline-block;
  width: 295px;
  margin: 0 24px;
  background: #fff;
  padding: 7px 0;
  border: solid 1px #a4a4af;
  border-radius: 5px;
  position: relative;
}
.ds-landing-page .workshop-dates-ctn .enroll-card .few-spots {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  background-color: #00c09d;
  padding: 4px 12px;
  color: #fff;
  letter-spacing: 0.4px;
}
.ds-landing-page .workshop-dates-ctn .enroll-card .date {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #48485e;
  padding: 47px 0;
  margin: 0 auto;
}
.ds-landing-page .workshop-dates-ctn .enroll-card .btn {
  padding: 13px 0;
  display: block;
  width: 96%;
  margin: 0 auto;
  text-transform: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .ds-landing-page .enroll-card-wrapper .enroll-card {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .ds-landing-page .enroll-card-wrapper .enroll-card {
    display: block;
    width: 295px;
    margin: 0 auto 20px;
  }
}
.ds-landing-page .path-career-data-science-ctn h4 {
  color: #48485e;
  margin-top: 68px;
  margin-bottom: 48px;
}
.ds-landing-page .path-career-data-science-ctn .wrapper {
  display: table;
}
.ds-landing-page .path-career-data-science-ctn .step-1 {
  background-color: #efeff6;
  border-left: solid 1px #a4a4af;
  border-right: solid 1px #a4a4af;
}
.ds-landing-page .path-career-data-science-ctn .step-1.first {
  border-top: solid 1px #a4a4af;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ds-landing-page .path-career-data-science-ctn .step-1.last {
  border-bottom: solid 1px #a4a4af;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ds-landing-page .path-career-data-science-ctn .step-header-text {
  color: #00c09d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.ds-landing-page .path-career-data-science-ctn .step-header-line {
  position: relative;
  z-index: 1;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.ds-landing-page .path-career-data-science-ctn .step-header-line:before {
  margin-left: -50%;
  text-align: right;
}
.ds-landing-page .path-career-data-science-ctn .step-header-line:before, .ds-landing-page .path-career-data-science-ctn .step-header-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: rgba(163, 163, 175, 0.33);
}
.ds-landing-page .path-career-data-science-ctn h5 {
  font-size: 20px;
  font-weight: 500;
  color: #48485e;
}
.ds-landing-page .path-career-data-science-ctn p, .ds-landing-page .path-career-data-science-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ds-landing-page .path-career-data-science-ctn a {
  color: #48485e;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.93;
}
.ds-landing-page .path-career-data-science-ctn p.for-who, .ds-landing-page .path-career-data-science-ctn .above-footer-cta-ctn a.for-who, .above-footer-cta-ctn .ds-landing-page .path-career-data-science-ctn a.for-who {
  color: #00c09d;
  font-weight: 400;
}
.ds-landing-page .path-career-data-science-ctn .path-to-career-cta {
  text-transform: none;
  width: 100%;
}
.ds-landing-page .path-career-data-science-ctn .blue-link {
  color: #2574a1;
  text-transform: none;
  font-size: 16px;
  line-height: 59px;
}
.ds-landing-page .path-career-data-science-ctn .step-2 {
  position: relative;
}
.ds-landing-page .path-career-data-science-ctn .or-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  margin-left: 50%;
  margin-top: -14px;
  top: 50%;
}
.ds-landing-page .forbes-quote-ctn {
  background-image: url("/images/workshop/ds/bg-quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
}
.ds-landing-page .forbes-quote-ctn h4 {
  margin-bottom: 64px;
}
.ds-landing-page .forbes-quote-ctn .forbes-quote {
  font-size: 28px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #48485e;
}
.ds-landing-page .forbes-quote-ctn .forbes-quote:first-of-type {
  margin-bottom: 52px;
}

.curriculum-content {
  /*
  * Hide from both screenreaders and browsers: h5bp.com/u
  */
  /*
  * Hide only visually, but have it available for screenreaders: h5bp.com/v
  */
  /*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */
  /*
  * Hide visually and from screenreaders, but maintain layout
  */
  /*.toc_fixed {
  	float: left;
  	padding: $line/2 0;
  	@extend .size1of4;
  }*/
  /* lp authors styles*/
}
.curriculum-content form .control {
  margin-bottom: 0.8571em;
}
.curriculum-content form .form_submit {
  padding: em(11px) 0 0.8571em;
}
.curriculum-content .control label::after {
  font-family: "sr";
  position: relative;
  top: em(2px);
  display: inline-block;
  margin-left: em(2px);
}
.curriculum-content .control.error label {
  color: #FF6356;
}
.curriculum-content .control.error label::after {
  content: "\43";
}
.curriculum-content .control.success label {
  color: #5ecc62;
}
.curriculum-content .control.success label::after {
  content: "\41";
}
.curriculum-content input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.curriculum-content input[type="radio"],
.curriculum-content input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal;
}
.curriculum-content input[type="file"] {
  display: block;
}
.curriculum-content input[type="range"] {
  display: block;
  width: 100%;
}
.curriculum-content select[multiple],
.curriculum-content select[size] {
  height: auto;
}
.curriculum-content output {
  display: block;
}
.curriculum-content select,
.curriculum-content textarea,
.curriculum-content input[type="text"],
.curriculum-content input[type="password"],
.curriculum-content input[type="datetime"],
.curriculum-content input[type="datetime-local"],
.curriculum-content input[type="date"],
.curriculum-content input[type="month"],
.curriculum-content input[type="time"],
.curriculum-content input[type="week"],
.curriculum-content input[type="number"],
.curriculum-content input[type="email"],
.curriculum-content input[type="url"],
.curriculum-content input[type="search"],
.curriculum-content input[type="tel"],
.curriculum-content input[type="color"],
.curriculum-content .form-control {
  display: block;
  width: 100%;
  outline: 0;
  color: #393C3D;
  background-color: #fff;
  background-image: none;
  border: 2px solid #d3d5d5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: em(16px);
  font-weight: 400;
  line-height: 24px;
  height: 40px;
  min-height: em(24, 16);
  padding: em(8, 16) em(9, 16);
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: border-color cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s, box-shadow cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
  -o-transition: border-color cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s, box-shadow cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
  transition: border-color cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s, box-shadow cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
}
.curriculum-content select[disabled], .curriculum-content select[readonly], fieldset[disabled] .curriculum-content select,
.curriculum-content textarea[disabled],
.curriculum-content textarea[readonly], fieldset[disabled]
.curriculum-content textarea,
.curriculum-content input[type="text"][disabled],
.curriculum-content input[type="text"][readonly], fieldset[disabled]
.curriculum-content input[type="text"],
.curriculum-content input[type="password"][disabled],
.curriculum-content input[type="password"][readonly], fieldset[disabled]
.curriculum-content input[type="password"],
.curriculum-content input[type="datetime"][disabled],
.curriculum-content input[type="datetime"][readonly], fieldset[disabled]
.curriculum-content input[type="datetime"],
.curriculum-content input[type="datetime-local"][disabled],
.curriculum-content input[type="datetime-local"][readonly], fieldset[disabled]
.curriculum-content input[type="datetime-local"],
.curriculum-content input[type="date"][disabled],
.curriculum-content input[type="date"][readonly], fieldset[disabled]
.curriculum-content input[type="date"],
.curriculum-content input[type="month"][disabled],
.curriculum-content input[type="month"][readonly], fieldset[disabled]
.curriculum-content input[type="month"],
.curriculum-content input[type="time"][disabled],
.curriculum-content input[type="time"][readonly], fieldset[disabled]
.curriculum-content input[type="time"],
.curriculum-content input[type="week"][disabled],
.curriculum-content input[type="week"][readonly], fieldset[disabled]
.curriculum-content input[type="week"],
.curriculum-content input[type="number"][disabled],
.curriculum-content input[type="number"][readonly], fieldset[disabled]
.curriculum-content input[type="number"],
.curriculum-content input[type="email"][disabled],
.curriculum-content input[type="email"][readonly], fieldset[disabled]
.curriculum-content input[type="email"],
.curriculum-content input[type="url"][disabled],
.curriculum-content input[type="url"][readonly], fieldset[disabled]
.curriculum-content input[type="url"],
.curriculum-content input[type="search"][disabled],
.curriculum-content input[type="search"][readonly], fieldset[disabled]
.curriculum-content input[type="search"],
.curriculum-content input[type="tel"][disabled],
.curriculum-content input[type="tel"][readonly], fieldset[disabled]
.curriculum-content input[type="tel"],
.curriculum-content input[type="color"][disabled],
.curriculum-content input[type="color"][readonly], fieldset[disabled]
.curriculum-content input[type="color"],
.curriculum-content .form-control[disabled],
.curriculum-content .form-control[readonly], fieldset[disabled]
.curriculum-content .form-control {
  cursor: not-allowed;
  opacity: 1;
}
.curriculum-content select:focus,
.curriculum-content textarea:focus,
.curriculum-content input[type="text"]:focus,
.curriculum-content input[type="password"]:focus,
.curriculum-content input[type="datetime"]:focus,
.curriculum-content input[type="datetime-local"]:focus,
.curriculum-content input[type="date"]:focus,
.curriculum-content input[type="month"]:focus,
.curriculum-content input[type="time"]:focus,
.curriculum-content input[type="week"]:focus,
.curriculum-content input[type="number"]:focus,
.curriculum-content input[type="email"]:focus,
.curriculum-content input[type="url"]:focus,
.curriculum-content input[type="search"]:focus,
.curriculum-content input[type="tel"]:focus,
.curriculum-content input[type="color"]:focus,
.curriculum-content .form-control:focus {
  border-color: #2E9FFF;
}
.curriculum-content select.error,
.curriculum-content textarea.error,
.curriculum-content input[type="text"].error,
.curriculum-content input[type="password"].error,
.curriculum-content input[type="datetime"].error,
.curriculum-content input[type="datetime-local"].error,
.curriculum-content input[type="date"].error,
.curriculum-content input[type="month"].error,
.curriculum-content input[type="time"].error,
.curriculum-content input[type="week"].error,
.curriculum-content input[type="number"].error,
.curriculum-content input[type="email"].error,
.curriculum-content input[type="url"].error,
.curriculum-content input[type="search"].error,
.curriculum-content input[type="tel"].error,
.curriculum-content input[type="color"].error,
.curriculum-content .form-control.error {
  border-color: #ee5f64;
}
.curriculum-content select.success,
.curriculum-content textarea.success,
.curriculum-content input[type="text"].success,
.curriculum-content input[type="password"].success,
.curriculum-content input[type="datetime"].success,
.curriculum-content input[type="datetime-local"].success,
.curriculum-content input[type="date"].success,
.curriculum-content input[type="month"].success,
.curriculum-content input[type="time"].success,
.curriculum-content input[type="week"].success,
.curriculum-content input[type="number"].success,
.curriculum-content input[type="email"].success,
.curriculum-content input[type="url"].success,
.curriculum-content input[type="search"].success,
.curriculum-content input[type="tel"].success,
.curriculum-content input[type="color"].success,
.curriculum-content .form-control.success {
  border-color: #5ecc62;
}
.curriculum-content select.inline,
.curriculum-content textarea.inline,
.curriculum-content input[type="text"].inline,
.curriculum-content input[type="password"].inline,
.curriculum-content input[type="datetime"].inline,
.curriculum-content input[type="datetime-local"].inline,
.curriculum-content input[type="date"].inline,
.curriculum-content input[type="month"].inline,
.curriculum-content input[type="time"].inline,
.curriculum-content input[type="week"].inline,
.curriculum-content input[type="number"].inline,
.curriculum-content input[type="email"].inline,
.curriculum-content input[type="url"].inline,
.curriculum-content input[type="search"].inline,
.curriculum-content input[type="tel"].inline,
.curriculum-content input[type="color"].inline,
.curriculum-content .form-control.inline {
  display: inline;
}
.curriculum-content textarea {
  height: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.curriculum-content .help_text {
  padding: 0.2857em;
  color: #838a8c;
}
.curriculum-content .help_text.error {
  background: #FF6356;
  color: #fff;
}
.curriculum-content input[type="search"] {
  -webkit-appearance: none;
}
.curriculum-content select {
  background: #fff;
}
.curriculum-content select option {
  line-height: 1.7142em;
  padding: em(2px);
}
.curriculum-content .stacked label {
  display: block;
  clear: both;
  line-height: em(22px);
  padding-bottom: em(2px);
}
.curriculum-content label {
  cursor: pointer;
  position: relative;
}
.curriculum-content label:hover {
  color: #393C3D;
}
.curriculum-content label.checkbox {
  padding: 0.2857em 0 0.2857em 2.2856em;
  margin-bottom: 0.2857em;
  min-height: 1.7142em;
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-size: em(14px);
  font-weight: normal;
}
.curriculum-content label.checkbox::before {
  content: "";
  color: #2E9FFF;
  font-family: "sr";
  text-align: center;
  width: em(24px);
  height: em(24px);
  line-height: 1;
  padding: em(2px);
  border: em(2px) solid #d3d5d5;
  -moz-border-radius: 0.2857em;
  -webkit-border-radius: 0.2857em;
  border-radius: 0.2857em;
  position: absolute;
  left: 0;
  top: em(3px);
  z-index: 99;
  -webkit-transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.curriculum-content label.checkbox.is_checked::before {
  background: #2E9FFF;
  color: #fff;
  border-color: #2E9FFF;
  content: "\41";
}
.curriculum-content label.radio {
  padding: 0.2857em 0 0.2857em 2.2856em;
  margin-bottom: 0.2857em;
  min-height: 1.7142em;
  position: relative;
  overflow: hidden;
  z-index: 99;
  font-size: em(14px);
  font-weight: normal;
}
.curriculum-content label.radio::before {
  content: "";
  color: #2E9FFF;
  font-family: "sr";
  width: em(24px);
  height: em(24px);
  line-height: 1;
  padding: em(2px);
  border: em(2px) solid #d3d5d5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s 0s;
  -o-transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s 0s;
  transition: background 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, border-color 0.45s 0s;
}
.curriculum-content label.radio::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "";
  position: absolute;
  top: em(7px);
  left: em(7px);
  z-index: 99;
  width: em(10px);
  height: em(10px);
  background: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
.curriculum-content label.radio.is_checked::before {
  background: #2E9FFF;
  color: #fff;
  border-color: #2E9FFF;
}
.curriculum-content label.radio.is_checked::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.curriculum-content label.radio.is_checked:hover::after {
  background: #fff;
}
.curriculum-content input[type="checkbox"], .curriculum-content input[type="radio"] {
  -webkit-appearance: none;
  position: absolute;
  left: -999em;
  float: left;
}
.curriculum-content .group_buttons label {
  padding: em(5px);
  border: 1px solid rgba(141, 141, 133, 0.15);
  float: left;
  background: #fff;
  color: #838a8c;
  position: relative;
}
.curriculum-content .group_buttons label.radio {
  margin: 0;
}
.curriculum-content .group_buttons label.is_checked {
  color: #fff;
  border-color: #1abc9c;
  background: #1abc9c;
}
.curriculum-content .group_buttons label.is_checked:hover {
  color: #fff;
  background: #148f77;
}
.curriculum-content .group_buttons label:hover {
  border-color: #1abc9c;
  color: #1abc9c;
}
.curriculum-content .group_buttons label::before, .curriculum-content .group_buttons label::after {
  content: "";
  position: inherit;
  background: transparent;
  height: 0;
  width: 0;
  padding: 0;
  border: none;
  display: none;
}
.curriculum-content .group_buttons label.is_checked:before, .curriculum-content .group_buttons label.is_checked:after {
  background: transparent;
  border: none;
}
.curriculum-content .group_buttons label.checkbox {
  margin-right: 0.5714em;
  padding: em(5, 14) em(5, 14) em(5, 14) em(5, 14);
  background: #17a689;
  border: 1px solid rgba(141, 141, 133, 0.15);
  color: #fff;
  -webkit-transition: padding-right 0.15s ease-in;
  -o-transition: padding-right 0.15s ease-in;
  transition: padding-right 0.15s ease-in;
}
.curriculum-content .group_buttons label.checkbox:hover {
  background: #17a689;
  color: #fff;
}
.curriculum-content .group_buttons label.checkbox::after {
  position: absolute;
  right: 0.21428em;
  top: 0.42855em;
  width: 1em;
  height: 1em;
  color: #fff;
  display: inline-block;
  font-family: "sr";
  -webkit-transition: content 0.2s ease-in;
  -o-transition: content 0.2s ease-in;
  transition: content 0.2s ease-in;
}
.curriculum-content .group_buttons label.checkbox.is_checked {
  background: #148f77;
  padding-right: em(19, 14);
  color: #fff;
  border-color: #1abc9c;
}
.curriculum-content .group_buttons label.checkbox.is_checked::after {
  content: "\41";
}
.curriculum-content label.switch {
  margin-bottom: 0.2857em;
  min-height: 1.7142em;
  position: relative;
  z-index: 99;
  font-size: em(14px);
  font-weight: normal;
  display: block;
  padding: 0 0 2.5713em;
}
.curriculum-content label.switch span {
  display: block;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.curriculum-content label.switch::before {
  content: "";
  color: #fff;
  background: #ECF0F1;
  line-height: em(30px);
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  height: em(32px);
  width: em(72px);
  padding: 0 0.5714em;
  border: 0.07143em solid rgba(171, 175, 177, 0.25);
  -moz-border-radius: 1.7142em;
  -webkit-border-radius: 1.7142em;
  border-radius: 1.7142em;
  -webkit-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
}
.curriculum-content label.switch::after {
  content: "";
  position: absolute;
  bottom: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  height: em(32px);
  width: em(32px);
  border: 1px solid #ECF0F1;
  -moz-border-radius: 1.7142em;
  -webkit-border-radius: 1.7142em;
  border-radius: 1.7142em;
  -webkit-box-shadow: 0 0px 5px rgba(57, 60, 61, 0.05), 0 5px 2px rgba(57, 60, 61, 0.05);
  box-shadow: 0 0px 5px rgba(57, 60, 61, 0.05), 0 5px 2px rgba(57, 60, 61, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.curriculum-content label.switch:hover::after {
  -webkit-box-shadow: 0 0px 5px rgba(57, 60, 61, 0.15), 0 5px 2px rgba(57, 60, 61, 0.15);
  box-shadow: 0 0px 5px rgba(57, 60, 61, 0.15), 0 5px 2px rgba(57, 60, 61, 0.15);
}
.curriculum-content label.switch.is_checked span {
  color: #5ecc62;
  opacity: 1;
}
.curriculum-content label.switch.is_checked::before {
  content: "Yes";
  border-color: #5ecc62;
  background: #5ecc62;
}
.curriculum-content label.switch.is_checked::after {
  -webkit-transform: translate3d(em(44px), 0px, 0);
  transform: translate3d(em(44px), 0px, 0);
  -webkit-box-shadow: 0 0px 3px rgba(57, 60, 61, 0.05), 0 -2px 5px rgba(57, 60, 61, 0.05);
  box-shadow: 0 0px 3px rgba(57, 60, 61, 0.05), 0 -2px 5px rgba(57, 60, 61, 0.05);
}
.curriculum-content .drag_drop {
  border: 0.21428em dashed rgba(141, 141, 133, 0.15);
  height: 8.571em;
  margin-bottom: 1.7142em;
  background: #ECF0F1;
}
.curriculum-content .drag_drop span {
  font-size: em(24px);
  line-height: em(24, 24);
  padding: em(32, 24) 0 em(4, 24);
  text-align: center;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.curriculum-content .drag_drop small {
  font-size: em(18px);
  line-height: em(24, 18);
  text-align: center;
  display: block;
}
.curriculum-content .container {
  margin-left: auto;
  margin-right: auto;
  min-width: 60em;
  max-width: 77.139em;
  padding-left: em(20px);
  padding-right: em(20px);
}
.curriculum-content .one-third, .curriculum-content .size1of3, .curriculum-content .size2of6, .curriculum-content .lp_list_item .social_stat {
  width: 33.33%;
}
.curriculum-content .two-third, .curriculum-content .size2of3, .curriculum-content .each_resource .instruction, .curriculum-content .size4of6, .curriculum-content .lp_list_item .path_details, .curriculum-content .lp_intro {
  width: 66.66%;
}
.curriculum-content .size1of1, .curriculum-content size2of2, .curriculum-content size3of3, .curriculum-content .size4of4, .curriculum-content .size8of8, .curriculum-content .size6of6 {
  width: 100%;
}
.curriculum-content .size1of2, .curriculum-content .size2of4, .curriculum-content .size4of8, .curriculum-content .size3of6 {
  width: 50%;
}
.curriculum-content .size1of3 {
  width: 33.33333%;
}
.curriculum-content .size1of4, .curriculum-content .l_sidebar, .curriculum-content .size2of8 {
  width: 25%;
}
.curriculum-content .size2of3, .curriculum-content .each_resource .instruction {
  width: 66.66666%;
}
.curriculum-content .size3of4, .curriculum-content .right_wrapper, .curriculum-content .cta_bar figure {
  width: 75%;
}
.curriculum-content .size1of5 {
  width: 20%;
}
.curriculum-content .size1of6 {
  width: 16.66667%;
}
.curriculum-content .size5of6 {
  width: 83.33333%;
}
.curriculum-content .size1of8 {
  width: 12.5%;
}
.curriculum-content .size5of8 {
  width: 62.5%;
}
.curriculum-content .size3of8 {
  width: 37.5%;
}
.curriculum-content .size7of8 {
  width: 87.5%;
}
.curriculum-content .size2of10 {
  width: 20%;
}
.curriculum-content .unit, .curriculum-content .l_sidebar, .curriculum-content .lp_list_item .path_details, .curriculum-content .grid_item, .curriculum-content .grid_view .each_item {
  float: left;
  /*	padding-left: em(12px);
  	padding-right: em(12px);*/
}
.curriculum-content .lastunit, .curriculum-content .lp_list_item .social_stat {
  float: none;
  overflow: hidden;
  /*	padding-left: em(12px);
  	padding-right: em(12px);*/
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.curriculum-content .load #loader {
  opacity: 0;
  z-index: -1;
}
.curriculum-content .load .lp_banner_text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-34.284em);
    transform: translateX(-34.284em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-34.284em);
    transform: translateX(-34.284em);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-34.284em);
    transform: translateX(-34.284em);
  }
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-34.284em);
    transform: translateX(-34.284em);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-34.284em);
    -ms-transform: translateX(-34.284em);
    transform: translateX(-34.284em);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.curriculum-content .slideInLeft, .curriculum-content .lp_banner .lp_banner_text {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.curriculum-content .tocify {
  padding: 0 0 1.7142em;
  margin-right: 2.5713em;
}
.curriculum-content .tocify ul {
  list-style: none;
}
.curriculum-content .toc_sidebar {
  margin-top: em(77px);
  width: 240px;
  background-color: #F4F6F6;
  position: fixed;
}
.curriculum-content .tocify-item {
  padding-left: 0.2857em;
  border-left: 0.2857em solid #ECF0F1;
}
.curriculum-content .tocify-item a {
  display: block;
  color: #838a8c;
  line-height: em(16px);
  padding: em(6, 14) 0 em(6, 14) em(4, 14);
  position: relative;
}
.curriculum-content .tocify-item a::after {
  content: "";
  font-family: "sr";
  position: absolute;
  right: 0;
  font-size: em(18, 14);
  top: em(8, 18);
  color: #1abc9c;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.curriculum-content .tocify-item:hover {
  border-left-color: #1abc9c;
}
.curriculum-content .tocify-item:hover a {
  color: #1abc9c;
}
.curriculum-content .tocify-item.active {
  border-left-color: #1abc9c;
}
.curriculum-content .tocify-item.active a {
  color: #1abc9c;
}
.curriculum-content .tocify-item.is_completed a {
  padding-right: em(24, 16);
}
.curriculum-content .tocify-item.is_completed a::after {
  content: "\42";
}
.curriculum-content .tocify-header > li {
  text-transform: uppercase;
  font-weight: bold;
}
.curriculum-content .tocify-extend-page {
  display: none;
}
.curriculum-content .section-sub-title {
  display: block;
  margin-left: 23px;
}
.curriculum-content .modal-open {
  overflow: hidden;
}
.curriculum-content .modal {
  position: fixed;
  left: 50%;
  margin-left: -25.6em;
  width: 50%;
  height: auto;
  z-index: 1001;
  visibility: hidden;
  display: none;
  min-width: 25.713em;
  z-index: 2000;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
  background: #F4F6F6;
}
.curriculum-content .modal .marketing {
  color: #fff;
  padding: 0.8571em 0;
}
.curriculum-content .modal_header {
  padding: 0 2.5713em;
  background: #1abc9c;
  text-align: center;
}
.curriculum-content .modal_header h3 {
  color: #fff;
  padding: em(12, 21) 0;
}
.curriculum-content .modal_content {
  padding: 0;
}
.curriculum-content .modal_content .left_col {
  padding: 0.8571em 2.5713em;
  width: 25.713em;
}
.curriculum-content .modal_content .left_col form {
  padding: 0;
}
.curriculum-content .modal_content .right_col {
  padding: 0.8571em 2.5713em;
  background: #fff;
}
.curriculum-content #sign_in {
  width: 51.426em;
  top: 50%;
  margin-top: -281px;
}
.curriculum-content #sign_in .modal_header {
  padding: 1.7142em 2.5713em 1.7142em;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.curriculum-content #sign_in .modal_header h3 {
  color: #fff;
}
.curriculum-content #login {
  width: 51.426em;
  top: 50%;
  margin-top: -226px;
}
.curriculum-content .in {
  visibility: visible;
}
.curriculum-content .social_login {
  padding: em(24px) 0 em(24px);
}
.curriculum-content .social_login a {
  padding: em(10px) em(22px);
  display: block;
  margin-bottom: 0.5714em;
  font-weight: bold;
  position: relative;
}
.curriculum-content .social_login a i {
  font-size: 20px;
  position: absolute;
  left: 27px;
  top: 9px;
}
.curriculum-content .social_login p, .curriculum-content .social_login .above-footer-cta-ctn a, .above-footer-cta-ctn .curriculum-content .social_login a {
  padding-right: em(22px);
  font-style: italic;
}
.curriculum-content #review-share-modal, .curriculum-content #request-syllabus-modal, .curriculum-content #generic-modal {
  background-color: #fff;
  width: 650px;
  height: auto;
  top: 50%;
  margin-top: -120px;
  left: 50%;
  margin-left: -325px;
}
.curriculum-content #review-share-modal .modal-dialog, .curriculum-content #request-syllabus-modal .modal-dialog, .curriculum-content #generic-modal .modal-dialog {
  padding: 0px 20px 20px 20px;
  text-align: center;
}
.curriculum-content #review-share-modal .modal-dialog .close, .curriculum-content #request-syllabus-modal .modal-dialog .close, .curriculum-content #generic-modal .modal-dialog .close {
  top: 8px;
  text-align: -webkit-center;
  background: none;
  color: #8A8585;
  border: none;
}
.curriculum-content #review-share-modal h2, .curriculum-content #review-share-modal h4, .curriculum-content #request-syllabus-modal h2, .curriculum-content #request-syllabus-modal h4, .curriculum-content #generic-modal h2, .curriculum-content #generic-modal h4 {
  font-family: "Open Sans", sans-serif;
}
.curriculum-content #review-share-modal .rev-share-btns, .curriculum-content #request-syllabus-modal .rev-share-btns, .curriculum-content #generic-modal .rev-share-btns {
  margin-top: 20px;
  /* .fb{
  	background-position-x: 2px;
  	background-position-y: 6px;
  }
  .google{
  	background-position-x: 6px;
  }
  .tweet{
  	-webkit-background-size: 15% auto; 
  	-moz-background-size: 15% auto;
  	-o-background-size: 15% auto;
  	background-size: 15% auto;
  	color: white;
  	background-position-x: 10px;
  } */
}
.curriculum-content #review-share-modal .rev-share-btns a, .curriculum-content #request-syllabus-modal .rev-share-btns a, .curriculum-content #generic-modal .rev-share-btns a {
  color: #fff;
  width: 130px;
  display: inline-block;
  text-align: center;
  padding: 7px;
  margin-left: 15px;
  font-weight: bold;
}
.curriculum-content #review-share-modal .rev-share-btns a i, .curriculum-content #request-syllabus-modal .rev-share-btns a i, .curriculum-content #generic-modal .rev-share-btns a i {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.curriculum-content #review-share-modal .review-page-link, .curriculum-content #request-syllabus-modal .review-page-link, .curriculum-content #generic-modal .review-page-link {
  margin-top: 25px;
  color: #1abc9c;
  display: inline-block;
}
.curriculum-content .lp-learn-modal {
  height: auto !important;
}
.curriculum-content .modal.freeze-policy {
  margin-top: -210px !important;
}
.curriculum-content .modal.freeze-policy .freeze-guidelines {
  text-align: left !important;
}
.curriculum-content .modal.freeze-policy .freeze-guidelines ul {
  margin-left: 18px;
}
.curriculum-content .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.curriculum-content .progress_counter_bar {
  padding: 0.5714em 1.4285em em(7px);
  background: #fff;
  border-bottom: 0.14285em solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .progress_counter_bar h5 {
  color: #1abc9c;
  padding: em(12, 16) 0;
  float: left;
}
.curriculum-content .progress_counter {
  float: right;
}
.curriculum-content .progress_counter .progress {
  width: 8.571em;
}
.curriculum-content .progress_counter .number {
  font-size: em(28px);
  line-height: em(36, 28);
  margin-right: em(6, 28);
  margin-top: em(6, 28);
  float: left;
  color: #8D8D85;
}
.curriculum-content .progress_counter .bar_detail {
  float: left;
}
.curriculum-content .progress_counter span {
  line-height: em(20px);
  display: block;
  text-align: right;
}
.curriculum-content .progress {
  position: relative;
  height: 0.8571em;
  background: rgba(57, 60, 61, 0.15);
  margin: 0.42855em 0;
  -moz-border-radius: 0.5714em;
  -webkit-border-radius: 0.5714em;
  border-radius: 0.5714em;
}
.curriculum-content .progress .bar {
  height: 0.8571em;
  display: inline-block;
  /*	position: absolute;
  	left: 0;
  	top: 0;*/
  float: left;
  -moz-border-radius: 0.5714em;
  -webkit-border-radius: 0.5714em;
  border-radius: 0.5714em;
  -webkit-transition: width 0.3s ease-in, background-color 0.35s ease-in;
  -o-transition: width 0.3s ease-in, background-color 0.35s ease-in;
  transition: width 0.3s ease-in, background-color 0.35s ease-in;
}
.curriculum-content .progress .bar.complete {
  background: #5ecc62;
}
.curriculum-content .progress .bar.wip {
  background: #FBB847;
}
.curriculum-content .progress .bar.started {
  background: #FF6356;
}
.curriculum-content .learning_path_courses_wrap .progress_counter, .curriculum-content .workshop_courses_wrap .progress_counter {
  float: left;
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter .bar_detail, .curriculum-content .workshop_courses_wrap .progress_counter .bar_detail {
  float: left;
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter .progress, .curriculum-content .workshop_courses_wrap .progress_counter .progress {
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter span, .curriculum-content .workshop_courses_wrap .progress_counter span {
  text-align: left;
}
@font-face {
  .curriculum-content {
    font-family: 'sr';
    src: url("../fonts/sr.eot?vs5g6p");
    src: url("../fonts/sr.eot?#iefixvs5g6p") format("embedded-opentype"), url("../fonts/sr.woff?vs5g6p") format("woff"), url("../fonts/sr.ttf?vs5g6p") format("truetype"), url("../fonts/sr.svg?vs5g6p#sr") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.curriculum-content [class^="sricon-"], .curriculum-content [class*=" sricon-"] {
  font-family: 'sr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.curriculum-content .sricon-checkmark:before {
  content: "\41";
}
.curriculum-content .sricon-checkmark2:before {
  content: "\42";
}
.curriculum-content .sricon-cancel:before {
  content: "\43";
}
.curriculum-content .sricon-time:before {
  content: "\44";
}
.curriculum-content .sricon-calendar:before {
  content: "\45";
}
.curriculum-content .sricon-magnifier:before {
  content: "\46";
}
.curriculum-content .sricon-cancel2:before {
  content: "\47";
}
.curriculum-content .sricon-filter:before {
  content: "\48";
}
.curriculum-content .sricon-library:before {
  content: "\49";
}
.curriculum-content .sricon-graduate:before {
  content: "\4a";
}
.curriculum-content .sricon-ruler::before {
  content: "\4b";
}
.curriculum-content .sricon-forward:before {
  content: "\4c";
}
.curriculum-content .sricon-heart:before {
  content: "\4d";
}
.curriculum-content .sricon-brush:before {
  content: "\4e";
}
.curriculum-content .sricon-presentation:before {
  content: "\4f";
}
.curriculum-content .sricon-location:before {
  content: "\50";
}
.curriculum-content .sricon-tv:before {
  content: "\51";
}
.curriculum-content .sricon-medal:before {
  content: "\52";
}
.curriculum-content .sricon-assign:before {
  content: "\53";
}
.curriculum-content .sricon-fav:before {
  content: "\54";
}
.curriculum-content .sricon-write:before {
  content: "\55";
}
.curriculum-content .sricon-like:before {
  content: "\57";
}
.curriculum-content .sricon-link::before {
  content: "\56";
}
.curriculum-content .sricon-resources:before {
  content: "\59";
}
.curriculum-content .sricon-files:before {
  content: "\58";
}
.curriculum-content .sricon-tools:before {
  content: "\5b";
}
.curriculum-content .sricon-book::before {
  content: "Z";
}
.curriculum-content .sricon-chat::before {
  content: "\5c";
}
.curriculum-content .sricon-users:before {
  content: "\e600";
}
.curriculum-content .sricon-users2:before {
  content: "\e601";
}
.curriculum-content .sricon-twitter:before {
  content: "\f099";
}
.curriculum-content .sricon-facebook:before {
  content: "\f09a";
}
.curriculum-content .sricon-google-plus:before {
  content: "\f0d5";
}
.curriculum-content .sricon-linkedin:before {
  content: "\f0e1";
}
.curriculum-content .sricon-angle-up:before {
  content: "\f106";
}
.curriculum-content .sricon-angle-down:before {
  content: "\f107";
}
.curriculum-content .sricon-triangle-down:before {
  content: "\f05b";
}
.curriculum-content .sricon-triangle-left:before {
  content: "\f044";
}
.curriculum-content .sricon-triangle-right:before {
  content: "\f05a";
}
.curriculum-content .sricon-triangle-up:before {
  content: "\f0aa";
}
.curriculum-content .sricon-headphones:before {
  content: "\e900";
}
.curriculum-content .sricon-music:before {
  content: "\e901";
}
.curriculum-content .icon-star {
  background: url("../images/star.b6dbce19.png") no-repeat center center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.curriculum-content .more {
  background: url("../images/plus.ac836e11.png") no-repeat center center;
  height: 1em;
  width: 1em;
  display: inline-block;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.curriculum-content .level {
  background: url("../images/level.085b60a3.png") no-repeat center center;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: .125em;
}
.curriculum-content .level.Beginner {
  background-position: center bottom;
}
.curriculum-content .level.Advanced {
  background-position: center top;
}
.curriculum-content *, .curriculum-content *::before, .curriculum-content *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.curriculum-content html {
  min-height: 100%;
  min-width: 100%;
  background: #fff;
}
.curriculum-content body {
  background-repeat: repeat;
  position: relative;
  background-color: #F4F6F6;
  min-width: 1080px;
  min-height: 100%;
}
.curriculum-content .search_results {
  padding: 0 0;
}
.curriculum-content .right_wrapper .content {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  padding: 0 0 3.4284em;
}
.curriculum-content .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.curriculum-content .carrot {
  color: #EE5F64;
}
.curriculum-content .fixed .search_results {
  z-index: 101;
}
.curriculum-content .fixed .fixed_header_container {
  height: auto;
}
.curriculum-content .fixed .fixed_header_container .fixed_header {
  margin-top: 0;
}
.curriculum-content .fixed .fixed_header {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  margin: 0;
  visibility: visible;
  z-index: 351;
  top: 0;
}
.curriculum-content .block {
  display: block;
  clear: both;
}
.curriculum-content .ul {
  text-decoration: underline;
}
.curriculum-content .cf, .curriculum-content form .control, .curriculum-content .group_buttons, .curriculum-content .container, .curriculum-content .modal_content, .curriculum-content .social_stat, .curriculum-content .grid_item .meta, .curriculum-content .grid_view .each_item .meta, .curriculum-content .grid_item .ratings, .curriculum-content .grid_view .each_item .ratings, .curriculum-content .items_container, .curriculum-content .item_details, .curriculum-content .face_wall, .curriculum-content .author_profile .profile_inner, .curriculum-content .learning_path_content, .curriculum-content .lp_chapter, .curriculum-content .lp_chapter > header, .curriculum-content .each_resource, .curriculum-content .each_resource .heading {
  *zoom: 1;
}
.curriculum-content .cf:after, .curriculum-content form .control:after, .curriculum-content .group_buttons:after, .curriculum-content .container:after, .curriculum-content .modal_content:after, .curriculum-content .social_stat:after, .curriculum-content .grid_item .meta:after, .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .items_container:after, .curriculum-content .item_details:after, .curriculum-content .face_wall:after, .curriculum-content .author_profile .profile_inner:after, .curriculum-content .learning_path_content:after, .curriculum-content .lp_chapter:after, .curriculum-content .lp_chapter > header:after, .curriculum-content .each_resource:after, .curriculum-content .each_resource .heading:after {
  content: "";
  display: table;
  clear: both;
}
.curriculum-content a {
  text-decoration: none;
  color: #393C3D;
  -webkit-tap-highlight-color: transparent;
}
.curriculum-content a:hover {
  color: #1abc9c;
}
.curriculum-content .link_default {
  color: #1abc9c;
}
.curriculum-content figure {
  margin: 0;
}
.curriculum-content img, .curriculum-content .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .coursereport-logo {
  max-width: 100%;
}
.curriculum-content .inline {
  display: inline !important;
}
.curriculum-content .hidden {
  display: none !important;
  visibility: hidden;
}
.curriculum-content .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.curriculum-content .visuallyhidden.focusable:active,
.curriculum-content .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.curriculum-content .invisible {
  visibility: hidden;
}
.curriculum-content .fleft {
  float: left;
}
.curriculum-content .fright, .curriculum-content .right_wrapper, .curriculum-content .cta_bar figure {
  float: right;
}
.curriculum-content .c_float {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.curriculum-content .main_body {
  background: #fff;
  padding: 1.7142em 1.7142em em(23px);
  border: 1px solid rgba(141, 141, 133, 0.15);
  border-width: 1px 1px;
  min-height: 350px;
  -webkit-box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  margin-top: 1.7142em;
  margin-bottom: 1.7142em;
}
.curriculum-content .sr_main_body {
  background: #fff;
  padding: 1.7142em 1.7142em em(23px);
  border: 1px solid rgba(141, 141, 133, 0.15);
  border-width: 1px 1px;
  min-height: 350px;
  -webkit-box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  margin-top: 1.7142em;
  margin-bottom: 1.7142em;
}
.curriculum-content .sr_main_body .main_title {
  text-align: center;
  border-bottom: 2px solid rgba(141, 141, 133, 0.15);
  margin-bottom: 1.7142em;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: .5em;
}
.curriculum-content .sr_main_body p, .curriculum-content .sr_main_body .above-footer-cta-ctn a, .above-footer-cta-ctn .curriculum-content .sr_main_body a {
  max-width: 100%;
  text-align: justify;
}
.curriculum-content .sr_main_body ol, .curriculum-content .sr_main_body ul {
  margin-left: 1.7142em;
  text-align: justify;
}
.curriculum-content .sr_main_body h5 {
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
  margin-bottom: .7em;
  padding-bottom: .1em;
}
.curriculum-content .sr_main_body span {
  font-weight: bold;
  font-size: 1.1em;
}
.curriculum-content .sr_main_body h3 {
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
  margin-bottom: .7em;
  padding-bottom: .1em;
}
.curriculum-content .emerald {
  color: #1abc9c;
}
.curriculum-content .white_ctn {
  background: #fff;
  padding: 1.7142em 1.7142em em(23px);
  border: 1px solid rgba(141, 141, 133, 0.15);
  border-width: 1px 1px;
  -webkit-box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  box-shadow: 1px 1px 2px rgba(57, 60, 61, 0.15);
  margin-top: 1.7142em;
  margin-bottom: 1.7142em;
}
.curriculum-content .error_message {
  color: #f44336;
  font-weight: bold;
  margin-top: 5px;
  display: none;
  padding-bottom: 0;
}
.curriculum-content iframe[name="google_conversion_frame"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.curriculum-content .marketing_page {
  max-width: 85.71em;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.curriculum-content .lp_list_item {
  padding: 3.4284em 0 5.1426em;
}
.curriculum-content .lp_list_item.latest {
  background: #fff;
}
.curriculum-content .lp_list_item .date_posted {
  padding: em(6px) 0;
}
.curriculum-content .lp_list_item .title h1 {
  padding-top: 0;
  display: inline-block;
}
.curriculum-content .lp_list_item .title .author_n {
  display: inline-block;
  font-size: em(18px);
}
.curriculum-content .lp_list_item .author_details {
  padding: 0;
}
.curriculum-content .lp_list_item .author_details .author_n {
  font-size: em(21px);
  line-height: em(24, 21);
  padding: 0;
}
.curriculum-content .lp_list_item .author_bio {
  border: 0.21428em solid #abafb1;
  border-width: 0 0 0.21428em;
  padding: 0.5714em 0 em(21px);
  margin-bottom: 2.28503em;
  position: relative;
  background: #fff;
}
.curriculum-content .lp_list_item .author_bio::before, .curriculum-content .lp_list_item .author_bio::after {
  top: 100%;
  left: 1.7142em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.curriculum-content .lp_list_item .author_bio::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 1.7142em 1.7142em 1.7142em 0;
  margin-left: -1px;
}
.curriculum-content .lp_list_item .author_bio::before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #abafb1;
  border-width: 2.28503em 2.28503em 2.28503em 0;
  margin-left: -4px;
}
.curriculum-content .social_stat {
  padding: 0.2857em 0 0.8571em 2.5713em;
}
.curriculum-content .social_stat .stat {
  font-size: em(18px);
  line-height: em(24, 18);
  padding: 0 0 em(8, 18);
}
.curriculum-content .social_stat .social_links a {
  display: inline-block;
  padding: 0.8571em 0.8571em;
  color: #fff;
  width: 3.4284em;
  margin-right: 0.5714em;
  text-align: center;
}
.curriculum-content .social_stat .social_links a.fb {
  background: #2E9FFF;
}
.curriculum-content .social_stat .social_links a.twitter {
  background: #2E9FFF;
}
.curriculum-content .social_stat .social_links a.gplus {
  background: #FF6356;
}
.curriculum-content .social_stat .social_links a.reddit {
  background: #fff;
  color: #393C3D;
}
.curriculum-content .social_stat .learning_path_btn {
  width: 100%;
}
.curriculum-content .lp_extend_list {
  padding: 3.4284em 0 5.1426em;
  background: #F4F6F6;
}
.curriculum-content .lp_extend_list .items_container {
  padding-left: 94px;
}
.curriculum-content .lp_extend_list .each_item {
  margin-right: 2em;
}
.curriculum-content .grid_view .each_item.mini {
  width: 33.33%;
}
.curriculum-content .grid_view .each_item.mini figure {
  height: 17.142em;
}
.curriculum-content .grid_view .each_item.course {
  width: 32.5%;
  display: inline-block;
  float: none;
  max-width: 240px;
}
.curriculum-content .grid_view .each_item.course figure {
  height: 10.2852em;
}
.curriculum-content .grid_view .each_item.course figure img, .curriculum-content .grid_view .each_item.course figure .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_view .each_item.course figure .coursereport-logo {
  width: 100%;
  height: 100%;
}
.curriculum-content .grid_view .each_item.lp figure {
  height: em(220px);
}
.curriculum-content .grid_item, .curriculum-content .grid_view .each_item {
  width: 28%;
  padding: 0 0.42855em;
  margin-bottom: 2em;
  cursor: pointer;
  position: relative;
}
.curriculum-content .grid_item .inner, .curriculum-content .grid_view .each_item .inner {
  background: rgba(57, 60, 61, 0.05);
  padding: 0.21428em;
}
.curriculum-content .grid_item:hover .inner, .curriculum-content .grid_view .each_item:hover .inner {
  background: rgba(46, 159, 255, 0.75);
}
.curriculum-content .grid_item:hover .inner h3, .curriculum-content .grid_view .each_item:hover .inner h3 {
  color: #1abc9c;
}
.curriculum-content .grid_item figure, .curriculum-content .grid_view .each_item figure {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.curriculum-content .grid_item figure > img, .curriculum-content .grid_view .each_item figure > img, .curriculum-content .grid_item .reviews-ctn .reviews-coursereport-ctn figure > .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_item figure > .coursereport-logo, .curriculum-content .grid_view .each_item .reviews-ctn .reviews-coursereport-ctn figure > .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_view .each_item figure > .coursereport-logo {
  margin-left: auto;
  margin-right: auto;
}
.curriculum-content .grid_item img, .curriculum-content .grid_view .each_item img, .curriculum-content .grid_item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_item .coursereport-logo, .curriculum-content .grid_view .each_item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_view .each_item .coursereport-logo {
  max-width: 100%;
  display: block;
}
.curriculum-content .grid_item h3, .curriculum-content .grid_view .each_item h3 {
  font-size: em(19px);
}
.curriculum-content .grid_item .meta, .curriculum-content .grid_view .each_item .meta {
  padding: em(11px) 0.8571em;
  font-size: em(12px);
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.curriculum-content .grid_item .meta .resource_number, .curriculum-content .grid_view .each_item .meta .resource_number, .curriculum-content .grid_item .meta .no_hours, .curriculum-content .grid_view .each_item .meta .no_hours {
  font-size: em(16px);
  line-height: em(20, 16);
  bottom: em(8, 16);
  padding: em(2, 16) em(4, 16);
}
.curriculum-content .grid_item .meta .no_hours, .curriculum-content .grid_view .each_item .meta .no_hours {
  right: em(8, 16);
  float: right;
}
.curriculum-content .grid_item .meta .resource_number, .curriculum-content .grid_view .each_item .meta .resource_number {
  left: em(8, 16);
  float: left;
}
.curriculum-content .grid_item .provider, .curriculum-content .grid_view .each_item .provider {
  padding: em(6px) 0.8571em em(7px);
  border-top: 1px solid rgba(141, 141, 133, 0.15);
  margin-top: .5em;
}
.curriculum-content .grid_item .author_details, .curriculum-content .grid_view .each_item .author_details {
  padding: em(6px) 0.8571em;
}
.curriculum-content .grid_item .ratings, .curriculum-content .grid_view .each_item .ratings {
  float: none;
  width: auto;
  border-top: 1px solid rgba(141, 141, 133, 0.15);
  padding: em(5px) 0.8571em 0.42855em 0.8571em;
}
.curriculum-content .grid_item .ratings .star, .curriculum-content .grid_view .each_item .ratings .star {
  margin-top: em(2px);
  float: left;
}
.curriculum-content .grid_item .ratings .review_count, .curriculum-content .grid_view .each_item .ratings .review_count {
  margin: 0 0 0 0.5714em;
  line-height: 1;
}
.curriculum-content .grid_item .ratings img, .curriculum-content .grid_view .each_item .ratings img, .curriculum-content .grid_item .ratings .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_item .ratings .coursereport-logo, .curriculum-content .grid_view .each_item .ratings .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .grid_view .each_item .ratings .coursereport-logo {
  max-width: em(18px);
}
.curriculum-content .items_container {
  margin: 1.7142em 0;
}
.curriculum-content .item_details {
  background: #fff;
}
.curriculum-content .item_details .title {
  padding: em(11px) 0.8571em;
  border-top: 1px solid rgba(141, 141, 133, 0.15);
  width: auto;
  height: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  float: none;
  line-height: 1.77em;
}
.curriculum-content .item_details .title h3, .curriculum-content .item_details .title h4 {
  padding: 0;
}
.curriculum-content .item_details .title .popular_course_name {
  font-size: 1.2em;
  height: 50px;
  overflow: hidden;
  display: inline-block;
}
.curriculum-content .item_details .stat {
  padding: 0 0.8571em;
  margin: 0;
}
.curriculum-content .item_details .face_wall {
  padding: em(8px) 0.8571em 0.42855em;
  border-top: 1px solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .item_details .face_wall img, .curriculum-content .item_details .face_wall .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .item_details .face_wall .coursereport-logo {
  margin: 0 0.42855em 0 0;
}
.curriculum-content .profile_inner h5 {
  padding-top: em(6, 16);
}
.curriculum-content .profile_inner p, .curriculum-content .profile_inner .above-footer-cta-ctn a, .above-footer-cta-ctn .curriculum-content .profile_inner a {
  font-size: em(16px);
  line-height: em(24, 16);
  padding-bottom: 0;
}
.curriculum-content .lp_banner {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 100em;
}
.curriculum-content .lp_banner .container {
  padding-top: 5.1426em;
  padding-bottom: 5.1426em;
  -moz-background-size: auto 30.8556em;
  -o-background-size: auto 30.8556em;
  -webkit-background-size: auto 30.8556em;
  background-size: auto 30.8556em;
  position: relative;
}
.curriculum-content .lp_banner .banner {
  height: 401px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  border: none !important;
}
.curriculum-content .lp_banner.mini {
  background: #1abc9c;
  color: #fff;
}
.curriculum-content .lp_banner .lp_banner_text {
  width: 40%;
  position: relative;
  z-index: 10;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.curriculum-content .lp_banner .lp_banner_text .lp-tag-line {
  font-size: 1.3em;
  margin-bottom: 18px;
}
.curriculum-content .author_details img, .curriculum-content .author_details .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .author_details .coursereport-logo {
  display: block;
  max-width: 100%;
  margin-right: 0.8571em;
  margin-bottom: 0.8571em;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 0.5714em;
}
.curriculum-content .author_details .author_n {
  font-size: em(16px);
  display: block;
  line-height: 1;
  padding: em(4, 16) 0;
}
.curriculum-content .author_details .author_desig {
  font-size: em(16px);
  line-height: em(24, 16);
  margin-top: em(8, 16);
  display: block;
  color: #838a8c;
}
.curriculum-content .author_details .author_name {
  font-size: em(17px);
  color: #333;
}
.curriculum-content .author_details .author_name .author_tagline {
  font-size: .8em;
}
.curriculum-content .face_wall img, .curriculum-content .face_wall .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .face_wall .coursereport-logo {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: em(8px);
  margin-bottom: em(8px);
}
.curriculum-content .lp_deets {
  margin-top: 0.8571em;
  margin-bottom: 2.5713em;
  color: #6F7274;
}
.curriculum-content .author_profile {
  padding-top: 1.1428em;
}
.curriculum-content .author_profile .author_details {
  padding-left: 2.5713em;
  min-height: 7.54248em;
  margin-top: 1em;
}
.curriculum-content .lp_meta {
  font-size: em(16px);
  line-height: em(24, 16);
  padding-bottom: em(38, 16);
  display: inline-block;
}
.curriculum-content .learning_path_content {
  border-top: 1px solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .learning_path_content .section_header .container {
  max-width: 100%;
  min-width: inherit;
}
.curriculum-content .learning_path_content .right_pane {
  counter-reset: chapter;
}
.curriculum-content .learning_path_content .inner {
  padding: 0 1.4285em 3.4284em;
}
.curriculum-content .lp_chapter {
  counter-reset: subchapter;
  counter-increment: chapter;
  margin-bottom: 2.28503em;
}
.curriculum-content .lp_chapter > header {
  padding-bottom: em(7px);
  position: relative;
}
.curriculum-content .lp_chapter h2 {
  position: relative;
  padding-left: em(36, 28);
  color: #838a8c;
  position: relative;
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
  margin-bottom: .5em;
  text-transform: uppercase;
}
.curriculum-content .lp_chapter .no_chapters {
  float: right;
  font-size: em(18px);
  text-transform: uppercase;
  line-height: em(24, 18);
  color: #838a8c;
  margin-top: em(28, 18);
}
.curriculum-content .lp_chapter .hidden_desc {
  display: none;
}
.curriculum-content .lp_chapter .show_more_text {
  color: #1abc9c;
  text-decoration: underline;
  background: none;
  border: none;
  outline: none;
}
.curriculum-content .lp_chapter .show_less_text {
  color: #1abc9c;
  background: none;
  border: none;
  display: none;
  outline: none;
  position: absolute;
}
.curriculum-content .lp_chapter .description {
  padding: 10px 0px 10px 30px;
}
.curriculum-content .lp_chapter .description P {
  max-width: 100%;
}
.curriculum-content .lp_chapter .description ul, .curriculum-content .lp_chapter .description ol {
  margin-left: 30px;
  margin-bottom: 25px;
}
.curriculum-content .lp_chapter .description ul {
  list-style: initial;
  list-style-type: initial;
}
.curriculum-content .lp_chapter a {
  color: #1abc9c;
}
.curriculum-content .lp_chapter a:hover {
  color: #838a8c;
}
.curriculum-content .lp_chapter .gplus-community-btn {
  color: #ff6356;
}
.curriculum-content .lp_chapter #lynda-access-key {
  color: white;
  padding: 0.35714em 0.35714em 0.35714em 0.35714em;
  background: #17a689;
  border: 1px solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .lp_subchapter {
  margin-bottom: 0.8571em;
  padding: 0px 0px 0px 30px;
  counter-increment: subchapter;
}
.curriculum-content .lp_subchapter header {
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .lp_subchapter h4 {
  position: relative;
  padding-left: 0px;
  text-transform: uppercase;
}
.curriculum-content .lp_subchapter .no_chapters {
  margin-top: .777em;
}
.curriculum-content .each_resource {
  position: relative;
  padding-bottom: em(15px);
  -webkit-transition: opacity 0.7s cubic-bezier(1, 0.01, 0.55, 1);
  -o-transition: opacity 0.7s cubic-bezier(1, 0.01, 0.55, 1);
  transition: opacity 0.7s cubic-bezier(1, 0.01, 0.55, 1);
}
.curriculum-content .each_resource.is_complete .heading {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.curriculum-content .each_resource .heading {
  position: relative;
  padding: 1.1428em 0em 0.5714em 0;
}
.curriculum-content .each_resource .checkbox {
  font-size: em(12px);
  line-height: 20px;
  position: absolute;
  right: 0;
  border-color: #FBB847;
  top: 16px;
  margin-right: 0;
  padding-left: em(24, 12);
}
.curriculum-content .each_resource .loading {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.curriculum-content .each_resource .project_link-ctn {
  width: 485px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.curriculum-content .each_resource .project_link-ctn.show {
  white-space: normal;
  overflow: inherit;
  text-overflow: inherit;
  word-break: break-all;
}
.curriculum-content .each_resource .group_buttons .checkbox {
  margin: 5px;
  padding: 10px;
  background: #17a689;
  border: 1px solid rgba(141, 141, 133, 0.15);
  color: #fff;
  transition: padding-right .15s ease-in;
  line-height: 1;
  font-weight: 400;
  border-radius: 3px;
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked {
  background: #d3d5d5;
  border-color: transparent;
  color: #393C3D;
  padding: 10px 10px 24px 20px;
  min-width: 85px;
  height: 31px;
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked.unmark {
  padding-left: 4px;
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked.unmark:after {
  content: "\19";
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked.unmark:hover:after {
  content: "\19";
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked:hover:after {
  content: "\43";
}
.curriculum-content .each_resource .group_buttons .checkbox.is_checked:after {
  color: #393C3D;
  left: 4px;
  right: auto;
}
.curriculum-content .each_resource .group_buttons .checkbox.completed {
  background: #95a5a6;
  color: white;
}
.curriculum-content .each_resource .group_buttons .checkbox.is_submitted {
  background: #d3d5d5;
  border-color: transparent;
  color: #393C3D;
  padding: 10px 10px 24px 20px;
  min-width: 100px;
  height: 31px;
  text-align: center;
}
.curriculum-content .each_resource .group_buttons .checkbox.is_submitted:after {
  color: #393C3D;
  left: 4px;
  right: auto;
  content: "\41";
}
.curriculum-content .each_resource .group_buttons .checkbox.is_submitted:hover:after {
  content: "\19";
}
.curriculum-content .each_resource .group_buttons .checkbox.is_submitted.edit_project:after {
  content: "\19";
}
.curriculum-content .each_resource .instruction {
  float: left;
  padding: 0;
  width: 71%;
}
.curriculum-content .each_resource .text {
  font-size: em(16px);
  line-height: em(24, 16);
  padding-bottom: em(12, 16);
  color: #1abc9c;
  font-weight: bold;
}
.curriculum-content .each_resource .text a {
  color: #1abc9c;
  text-decoration: none;
}
.curriculum-content .each_resource .text a:hover {
  color: #838a8c;
}
.curriculum-content .each_resource .hours {
  float: right;
  margin-right: 8%;
  position: relative;
  left: 90px;
}
.curriculum-content .each_resource .desc {
  padding-bottom: 0;
  max-width: inherit;
  text-align: justify;
}
.curriculum-content .each_resource .desc p, .curriculum-content .each_resource .desc .above-footer-cta-ctn a, .above-footer-cta-ctn .curriculum-content .each_resource .desc a {
  text-align: left;
  margin-bottom: 0;
}
.curriculum-content .each_resource .arrow_box {
  position: absolute;
  background: #fff;
  border: 1px solid #DFDFDF;
  padding: 23px 25px 23px 23px;
  border-radius: 2px;
  width: 600px;
  right: 8px;
  top: -84px;
  box-shadow: 0px 0px 10px #ececec;
  display: none;
  z-index: 100;
}
.curriculum-content .each_resource .arrow_box input.message_hide_cntrl {
  border: none;
  border-radius: 0px;
  padding-right: 0px;
  height: auto;
  -webkit-appearance: checkbox;
  position: relative;
  float: none;
  vertical-align: middle;
  left: 0px;
}
.curriculum-content .each_resource .arrow_box .close-btn {
  color: #A6A6A6;
  right: 0px;
  position: absolute;
  display: block;
  width: 27px;
  text-align: center;
  cursor: pointer;
  top: 1px;
  font-weight: normal;
}
.curriculum-content .each_resource .arrow_box .close-btn i {
  font-weight: normal;
}
.curriculum-content .each_resource .arrow_box .close-btn i:hover {
  color: #8E8E8E;
}
.curriculum-content .each_resource .arrow_box .remove_project_ctn {
  display: none;
}
.curriculum-content .each_resource .arrow_box .remove_project_ctn a {
  color: #A8A8A8;
  margin-left: 1px;
  margin-top: 2px;
  display: block;
  text-decoration: none;
}
.curriculum-content .each_resource .arrow_box .remove_project_ctn .remove_project_link {
  color: #A8A8A8;
  margin-left: 1px;
  margin-top: 2px;
  display: block;
  text-decoration: underline;
}
.curriculum-content .each_resource .arrow_box .remove_project_ctn .remove_project_link:hover {
  color: #8E8E8E;
  cursor: pointer;
}
.curriculum-content .each_resource .arrow_box .controls {
  position: relative;
}
.curriculum-content .each_resource .arrow_box .project-submit-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  height: 31px;
  padding: 0px 20px;
  text-transform: capitalize;
  font-size: 12px;
}
.curriculum-content .each_resource .arrow_box .project-submit-btn img, .curriculum-content .each_resource .arrow_box .project-submit-btn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .each_resource .arrow_box .project-submit-btn .coursereport-logo {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.curriculum-content .each_resource .arrow_box input {
  border: 1px solid #d3d5d5;
  border-radius: 2px;
  padding-right: 86px;
  height: 31px;
  font-size: 13px;
}
.curriculum-content .each_resource .arrow_box:after, .curriculum-content .each_resource .arrow_box:before {
  top: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.curriculum-content .each_resource .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.curriculum-content .each_resource .arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 16px;
  margin-left: -16px;
}
.curriculum-content .lesson_type {
  float: left;
  width: 10%;
  margin-top: -1%;
  cursor: default;
  		/*&.video {
  			i {
  				color: $carrot;
  			//	background: $carrot;
  			}
  
  		}
  		&.book {
  			i {
  				color: $emerald;
  				//background: $emerald;
  			}
  		}
  		&.tools {
  			i {
  				color: $sunshine;
  			//	background: $sunshine;
  			}
  		}
  		&.link {
  			i {
  				color: $blue;
  			}
  		}*/
}
.curriculum-content .lesson_type i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  padding: 15px;
  text-align: center;
  display: inline-block;
  color: #abafb1;
  background: #ECF0F1;
}
.curriculum-content .cta_bar {
  padding: 25px 0px;
  margin: 0;
  background: #393C3D;
}
.curriculum-content .cta_bar .call_to_action {
  padding: 10.2852em 0;
  width: 55.7115em;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top;
}
.curriculum-content .cta_bar figure {
  margin-top: -15.4278em;
  -webkit-box-shadow: 0 -1px 2px rgba(57, 60, 61, 0.1);
  box-shadow: 0 -1px 2px rgba(57, 60, 61, 0.1);
}
.curriculum-content .cta_bar img, .curriculum-content .cta_bar .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .cta_bar .coursereport-logo {
  display: block;
}
.curriculum-content .progress_counter_bar {
  padding: 0.5714em 1.4285em em(7px);
  background: #fff;
  border-bottom: 0.14285em solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .progress_counter_bar h5 {
  color: #1abc9c;
  padding: em(12, 16) 0;
  float: left;
}
.curriculum-content .progress_counter {
  float: right;
}
.curriculum-content .progress_counter .progress {
  width: 8.571em;
}
.curriculum-content .progress_counter .number {
  font-size: em(28px);
  line-height: em(36, 28);
  margin-right: em(6, 28);
  margin-top: em(6, 28);
  float: left;
  color: #8D8D85;
}
.curriculum-content .progress_counter .bar_detail {
  float: left;
}
.curriculum-content .progress_counter span {
  line-height: em(20px);
  display: block;
  text-align: right;
}
.curriculum-content .progress {
  position: relative;
  height: 0.8571em;
  background: rgba(57, 60, 61, 0.15);
  margin: 0.42855em 0;
  -moz-border-radius: 0.5714em;
  -webkit-border-radius: 0.5714em;
  border-radius: 0.5714em;
}
.curriculum-content .progress .bar {
  height: 0.8571em;
  display: inline-block;
  /*	position: absolute;
  	left: 0;
  	top: 0;*/
  float: left;
  -moz-border-radius: 0.5714em;
  -webkit-border-radius: 0.5714em;
  border-radius: 0.5714em;
  -webkit-transition: width 0.3s ease-in, background-color 0.35s ease-in;
  -o-transition: width 0.3s ease-in, background-color 0.35s ease-in;
  transition: width 0.3s ease-in, background-color 0.35s ease-in;
}
.curriculum-content .progress .bar.complete {
  background: #5ecc62;
}
.curriculum-content .progress .bar.wip {
  background: #FBB847;
}
.curriculum-content .progress .bar.started {
  background: #FF6356;
}
.curriculum-content .learning_path_courses_wrap .progress_counter, .curriculum-content .workshop_courses_wrap .progress_counter {
  float: left;
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter .bar_detail, .curriculum-content .workshop_courses_wrap .progress_counter .bar_detail {
  float: left;
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter .progress, .curriculum-content .workshop_courses_wrap .progress_counter .progress {
  width: 100%;
}
.curriculum-content .learning_path_courses_wrap .progress_counter span, .curriculum-content .workshop_courses_wrap .progress_counter span {
  text-align: left;
}
.curriculum-content .tocify {
  padding: 0 0 1.7142em;
  margin-right: 2.5713em;
}
.curriculum-content .tocify ul {
  list-style: none;
}
.curriculum-content .toc_sidebar {
  margin-top: em(77px);
  width: 240px;
  background-color: #F4F6F6;
  position: fixed;
}
.curriculum-content .tocify-item {
  padding-left: 0.2857em;
  border-left: 0.2857em solid #ECF0F1;
}
.curriculum-content .tocify-item a {
  display: block;
  color: #838a8c;
  line-height: em(16px);
  padding: em(6, 14) 0 em(6, 14) em(4, 14);
  position: relative;
}
.curriculum-content .tocify-item a::after {
  content: "";
  font-family: "sr";
  position: absolute;
  right: 0;
  font-size: em(18, 14);
  top: em(8, 18);
  color: #1abc9c;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.curriculum-content .tocify-item:hover {
  border-left-color: #1abc9c;
}
.curriculum-content .tocify-item:hover a {
  color: #1abc9c;
}
.curriculum-content .tocify-item.active {
  border-left-color: #1abc9c;
}
.curriculum-content .tocify-item.active a {
  color: #1abc9c;
}
.curriculum-content .tocify-item.is_completed a {
  padding-right: em(24, 16);
}
.curriculum-content .tocify-item.is_completed a::after {
  content: "\42";
}
.curriculum-content .tocify-header > li {
  text-transform: uppercase;
  font-weight: bold;
}
.curriculum-content .tocify-extend-page {
  display: none;
}
.curriculum-content .section-sub-title {
  display: block;
  margin-left: 23px;
}
.curriculum-content .lp_intro ul {
  margin-left: 3em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.curriculum-content #share_plugin {
  width: 174px;
  float: right;
  margin-top: 10px;
}
.curriculum-content .tocify-item a .float_left {
  float: left;
  margin-right: 5px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.curriculum-content .lp_authors {
  margin-bottom: .3em;
}
.curriculum-content .lp_authors .profile_photo {
  float: none;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: .2em;
}
.curriculum-content .lp_authors .profile_photo img, .curriculum-content .lp_authors .profile_photo .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .lp_authors .profile_photo .coursereport-logo {
  width: 25px;
  height: 25px;
}
.curriculum-content .l_sidebar {
  width: 23% !important;
  position: relative;
}
.curriculum-content .lp-promo-ctn {
  width: 240px;
}
.curriculum-content .lp-promo-ctn .lp-promo-cards {
  border-bottom: 1px solid rgba(141, 141, 133, 0.15);
}
.curriculum-content .lp-promo-ctn .item_details {
  padding: 0px 10px 3px 10px;
}
.curriculum-content .lp-promo-ctn .item_details h4 {
  padding-top: 6px;
  font-size: 16px;
}
.curriculum-content .lp-promo-ctn .no_hours {
  float: right;
}
.curriculum-content .lp_intro p, .curriculum-content .lp_intro .above-footer-cta-ctn a, .above-footer-cta-ctn .curriculum-content .lp_intro a {
  font-size: 1.28571em;
  line-height: 1.33333em;
  padding-bottom: em(15px);
}
.curriculum-content .lp_intro ul li {
  font-size: 1.28571em;
  line-height: 1.33333em;
}
.curriculum-content .lp_intro_lpcards_ctn .each_item {
  display: none;
}
.curriculum-content .lp_wk_promo_ctn .listings.mini li {
  padding: 4px 8px 4px 8px;
}
.curriculum-content .lp_wk_promo_ctn .listings.mini li .text_details {
  margin-left: 3em;
}
.curriculum-content .lp_wk_promo_ctn #listings li {
  border: none;
}
.curriculum-content .lp_wk_promo_ctn #listings li img, .curriculum-content .lp_wk_promo_ctn #listings li .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .curriculum-content .lp_wk_promo_ctn #listings li .coursereport-logo {
  width: 27px;
  height: 27px;
}
.curriculum-content .lp_wk_promo_ctn #listings li .related_wk_cta {
  margin-top: 0px;
}
.curriculum-content .lp_wk_promo_ctn #listings li .light {
  font-size: 13px;
  display: block;
  margin-top: 5px;
  text-transform: capitalize;
}
.curriculum-content .lp_wk_promo_ctn #listings li .btn {
  margin-top: 5px;
}
.curriculum-content .lp_wk_promo_ctn #listings li .title_text a {
  position: relative;
  top: 10px;
}
.curriculum-content .container.wk_lp_meta_ctn .workshop-learn-resources-link-ctn .next-call-link {
  float: left;
  width: 70%;
  padding-right: 15px;
}
.curriculum-content .container.wk_lp_meta_ctn .workshop-learn-resources-link-ctn .wk-resources-links {
  width: 30%;
}
.curriculum-content .container.wk_lp_meta_ctn .wk-resources-links {
  text-align: right;
  margin-top: 10px;
}
.curriculum-content .container.wk_lp_meta_ctn .wk-resources-links li {
  margin-right: 0px !important;
  display: block !important;
}
.curriculum-content .fixed_header.learn_page .wk-resources-links a.help {
  visibility: visible !important;
}
.curriculum-content .fixed_header.learn_page .next-call-link {
  margin-top: -5px;
}
.curriculum-content .workshop-learn-resources-link-ctn .btn-primary {
  color: #fff !important;
  background-color: #ef2964;
  border: #ef2964;
  padding: 5px 12px;
  display: inline-block;
}
.curriculum-content .workshop-learn-resources-link-ctn .btn-primary:hover {
  color: #fff !important;
  text-decoration: none;
}
.curriculum-content .workshop-learn-resources-link-ctn #join-weekly-call-link {
  margin-top: 10px;
  display: inline-block;
}
.curriculum-content .workshop-learn-resources-link-ctn .w-700 {
  font-weight: bold;
}
.curriculum-content .workshop-learn-resources-link-ctn .next-call-link {
  display: inline-block;
  color: #1abc9c;
  font-weight: 700;
  font-size: 15px;
}
.curriculum-content .workshop-learn-resources-link-ctn .wk-resources-links {
  display: inline-block;
  float: right;
  list-style: none;
}
.curriculum-content .workshop-learn-resources-link-ctn .wk-resources-links li:last-child {
  margin-right: 0px;
}
.curriculum-content .workshop-learn-resources-link-ctn .wk-resources-links li a {
  text-decoration: underline;
}
.curriculum-content .wk_lp_meta_ctn {
  padding-left: 0px;
  padding-right: 0px;
}
.curriculum-content .fixed_header.learn_page {
  padding-bottom: 13px;
}
.curriculum-content .fixed_header.learn_page .action_bar {
  margin-bottom: 0px;
}
.curriculum-content .fixed_header.learn_page .workshop-learn-resources-link-ctn {
  clear: both;
}

.wk-weekly-post-survey-curriculum-ctn {
  position: fixed;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
  background: rgba(204, 204, 204, 0.53);
  z-index: 90000000;
  display: none;
}
.wk-weekly-post-survey-curriculum-ctn .loading-form {
  text-align: center;
  margin-top: 250px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn {
  background: #fff;
  width: 800px;
  height: auto;
  min-height: 400px;
  max-height: 85%;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -400px;
  padding: 20px 20px;
  box-shadow: 0px 0px 5px #939090;
  border-radius: 2px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h1, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h2, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h3, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h4, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h5, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn h6, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h1, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h2, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h3, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h4, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h5, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .h6 {
  font-weight: 700;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .w-400 {
  font-weight: 400;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .survey-start-main {
  text-align: center;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .student-call-survey-page-2 {
  position: relative;
  top: -30px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .call-rating-ctn {
  position: relative;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .call-rating-ctn .error.text-primary {
  position: absolute;
  right: 190px;
  top: 5px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .ratings-submit-btn-ctn .btn {
  margin-right: 30px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .error-msg, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .error {
  text-align: left;
  color: #ef2964;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .list-unstyled {
  list-style: none;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .survey-nav a {
  color: #1abc9c;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .btn-primary {
  color: #fff;
  background-color: #ef2964;
  border: #ef2964;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .btn-primary:hover {
  background: #D62157;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  left: 0px;
  position: static;
  float: none;
  vertical-align: baseline;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
  margin: 0 auto;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn div.star {
  margin: 0 auto;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn div.star img, .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn div.star .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn div.star .coursereport-logo {
  margin-right: 5px;
  width: 28px;
  height: 26px;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .form-control {
  border: 2px solid #ef2964 !important;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn textarea.form-control {
  height: auto;
}
.wk-weekly-post-survey-curriculum-ctn .student-weekly-post-call-survey-ctn .survey-thanks-msg {
  text-align: center;
  margin-top: 100px;
  cursor: pointer;
}

body {
  background-color: #fff;
  width: 100%;
}

.modal-backdrop.in {
  z-index: 1001;
}

#dsc-curriculum {
  width: 100%;
}
#dsc-curriculum .cf:before, #dsc-curriculum .curriculum-content form .control:before, .curriculum-content form #dsc-curriculum .control:before, #dsc-curriculum .curriculum-content .group_buttons:before, .curriculum-content #dsc-curriculum .group_buttons:before, #dsc-curriculum .curriculum-content .container:before, .curriculum-content #dsc-curriculum .container:before, #dsc-curriculum .curriculum-content .modal_content:before, .curriculum-content #dsc-curriculum .modal_content:before, #dsc-curriculum .curriculum-content .social_stat:before, .curriculum-content #dsc-curriculum .social_stat:before, #dsc-curriculum .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item #dsc-curriculum .meta:before, #dsc-curriculum .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item #dsc-curriculum .meta:before, #dsc-curriculum .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item #dsc-curriculum .ratings:before, #dsc-curriculum .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item #dsc-curriculum .ratings:before, #dsc-curriculum .curriculum-content .items_container:before, .curriculum-content #dsc-curriculum .items_container:before, #dsc-curriculum .curriculum-content .item_details:before, .curriculum-content #dsc-curriculum .item_details:before, #dsc-curriculum .curriculum-content .face_wall:before, .curriculum-content #dsc-curriculum .face_wall:before, #dsc-curriculum .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile #dsc-curriculum .profile_inner:before, #dsc-curriculum .curriculum-content .learning_path_content:before, .curriculum-content #dsc-curriculum .learning_path_content:before, #dsc-curriculum .curriculum-content .lp_chapter:before, .curriculum-content #dsc-curriculum .lp_chapter:before, #dsc-curriculum .curriculum-content .lp_chapter > header:before, .curriculum-content #dsc-curriculum .lp_chapter > header:before, #dsc-curriculum .curriculum-content .each_resource:before, .curriculum-content #dsc-curriculum .each_resource:before, #dsc-curriculum .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource #dsc-curriculum .heading:before, #dsc-curriculum .cf:after, #dsc-curriculum .curriculum-content form .control:after, .curriculum-content form #dsc-curriculum .control:after, #dsc-curriculum .curriculum-content .group_buttons:after, .curriculum-content #dsc-curriculum .group_buttons:after, #dsc-curriculum .curriculum-content .container:after, .curriculum-content #dsc-curriculum .container:after, #dsc-curriculum .curriculum-content .modal_content:after, .curriculum-content #dsc-curriculum .modal_content:after, #dsc-curriculum .curriculum-content .social_stat:after, .curriculum-content #dsc-curriculum .social_stat:after, #dsc-curriculum .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item #dsc-curriculum .meta:after, #dsc-curriculum .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item #dsc-curriculum .meta:after, #dsc-curriculum .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item #dsc-curriculum .ratings:after, #dsc-curriculum .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item #dsc-curriculum .ratings:after, #dsc-curriculum .curriculum-content .items_container:after, .curriculum-content #dsc-curriculum .items_container:after, #dsc-curriculum .curriculum-content .item_details:after, .curriculum-content #dsc-curriculum .item_details:after, #dsc-curriculum .curriculum-content .face_wall:after, .curriculum-content #dsc-curriculum .face_wall:after, #dsc-curriculum .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile #dsc-curriculum .profile_inner:after, #dsc-curriculum .curriculum-content .learning_path_content:after, .curriculum-content #dsc-curriculum .learning_path_content:after, #dsc-curriculum .curriculum-content .lp_chapter:after, .curriculum-content #dsc-curriculum .lp_chapter:after, #dsc-curriculum .curriculum-content .lp_chapter > header:after, .curriculum-content #dsc-curriculum .lp_chapter > header:after, #dsc-curriculum .curriculum-content .each_resource:after, .curriculum-content #dsc-curriculum .each_resource:after, #dsc-curriculum .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource #dsc-curriculum .heading:after {
  display: table;
}
#dsc-curriculum .cf:after, #dsc-curriculum .curriculum-content form .control:after, .curriculum-content form #dsc-curriculum .control:after, #dsc-curriculum .curriculum-content .group_buttons:after, .curriculum-content #dsc-curriculum .group_buttons:after, #dsc-curriculum .curriculum-content .container:after, .curriculum-content #dsc-curriculum .container:after, #dsc-curriculum .curriculum-content .modal_content:after, .curriculum-content #dsc-curriculum .modal_content:after, #dsc-curriculum .curriculum-content .social_stat:after, .curriculum-content #dsc-curriculum .social_stat:after, #dsc-curriculum .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item #dsc-curriculum .meta:after, #dsc-curriculum .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item #dsc-curriculum .meta:after, #dsc-curriculum .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item #dsc-curriculum .ratings:after, #dsc-curriculum .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item #dsc-curriculum .ratings:after, #dsc-curriculum .curriculum-content .items_container:after, .curriculum-content #dsc-curriculum .items_container:after, #dsc-curriculum .curriculum-content .item_details:after, .curriculum-content #dsc-curriculum .item_details:after, #dsc-curriculum .curriculum-content .face_wall:after, .curriculum-content #dsc-curriculum .face_wall:after, #dsc-curriculum .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile #dsc-curriculum .profile_inner:after, #dsc-curriculum .curriculum-content .learning_path_content:after, .curriculum-content #dsc-curriculum .learning_path_content:after, #dsc-curriculum .curriculum-content .lp_chapter:after, .curriculum-content #dsc-curriculum .lp_chapter:after, #dsc-curriculum .curriculum-content .lp_chapter > header:after, .curriculum-content #dsc-curriculum .lp_chapter > header:after, #dsc-curriculum .curriculum-content .each_resource:after, .curriculum-content #dsc-curriculum .each_resource:after, #dsc-curriculum .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource #dsc-curriculum .heading:after {
  content: "";
  clear: both;
}
#dsc-curriculum .primary {
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial;
  font-size: 16px;
  font-weight: 300;
}
#dsc-curriculum .navbar-toggle {
  background-color: #00C09D;
  border: none;
  color: white;
  margin-right: 20px;
}
#dsc-curriculum * {
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial;
}
#dsc-curriculum .fa {
  font-family: FontAwesome;
}
#dsc-curriculum [class^="sricon-"], #dsc-curriculum [class*=" sricon-"] {
  font-family: 'sr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#dsc-curriculum p, #dsc-curriculum .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
#dsc-curriculum .wrapper {
  width: 100%;
  margin: 0;
  padding: 0 2%;
}
#dsc-curriculum .dsc-wrapper {
  margin: 60px 0;
}
#dsc-curriculum .dsc-mentor-call-tab, #dsc-curriculum .dsc-curriculum-tab {
  display: none;
}

#dsc-curriculum {
  /* #dsc-curriculum-header-end */
}
#dsc-curriculum #wk-dsc-navbar {
  border-bottom: solid 3px #00C09D;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
}
#dsc-curriculum #wk-dsc-navbar .hamburger {
  display: none;
  float: right;
  padding-top: 19px;
}
#dsc-curriculum #wk-dsc-navbar .hamburger .line {
  width: 20px;
  height: 1px;
  margin: 0 0 4px 0;
  padding: 0;
  margin-right: 30px;
  background: white;
}
#dsc-curriculum #wk-dsc-navbar .current-tab {
  display: none;
  color: white;
  line-height: 50px;
  margin-left: 20px;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  opacity: 1;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li {
  border-left: 1px solid #ECECEC;
  display: inline-block;
  width: 16.73%;
  margin: 0 -4.5px 0 0;
  padding: 0;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li a {
  width: 100%;
  height: 47.3px;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 47px;
  background: white;
  text-decoration: none;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Roboto', 'Open Sans', Helvetica, Arial;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li a img, #dsc-curriculum #wk-dsc-navbar #wk-header-container li a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum #wk-dsc-navbar #wk-header-container li a .coursereport-logo {
  padding: 0;
  margin: 0;
  max-width: 54%;
  line-height: 47px;
  vertical-align: middle;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li a.active {
  background: #00C09D;
  color: white;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li a:hover {
  background-color: rgba(0, 192, 157, 0.1);
  color: #000;
  transition: all 0.5s ease-out;
  opacity: 1;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li a.active:hover {
  background: #00C09D;
  color: white;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li:first-child {
  border: none;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container li:first-child a.active, #dsc-curriculum #wk-dsc-navbar #wk-header-container li:last-child a.active {
  background: white;
  color: #333;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown .profile-img {
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 47px;
  vertical-align: middle;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown .fa-caret-down {
  color: #48485e;
  position: relative;
  left: 20%;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown .fa-caret-down:before {
  display: none;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul {
  position: absolute;
  list-style: none;
  width: 16.73%;
  padding: 0;
  margin-left: -0.5px;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li {
  width: 100%;
  border: none;
  color: black;
  border-left: 1px solid #ECECEC;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li a:hover {
  background: #EFEFF6;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li a {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li a img, #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li a .coursereport-logo {
  max-width: 20px;
  margin: 0 10px;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li:first-child {
  border-top: solid 3px white;
}
#dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li:last-child {
  border-bottom: 1px solid #ECECEC;
}
#dsc-curriculum #dsc-curriculum-header {
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  position: fixed;
  z-index: 999;
  background-color: white;
  border-bottom: solid 3px #00C09D;
  color: black;
  /* ul */
}
#dsc-curriculum #dsc-curriculum-header ul {
  width: 100%;
  max-height: 50px;
}
#dsc-curriculum #dsc-curriculum-header ul li {
  padding: 0;
  margin: 0;
  width: 16.66%;
  margin: 0;
  border-left: 1px solid #ECECEC;
}
#dsc-curriculum #dsc-curriculum-header ul li a {
  background-color: white;
  color: black;
  padding-top: 17px;
  margin: 0;
  text-align: center;
  font-weight: 300;
}
#dsc-curriculum #dsc-curriculum-header ul li a:hover {
  background-color: rgba(0, 192, 157, 0.1);
  color: #000;
  transition: all 0.5s ease-out;
}
#dsc-curriculum #dsc-curriculum-header ul li #springboard-brand {
  border: none;
  display: table-cell;
  vertical-align: middle;
  padding: 11px 0;
}
#dsc-curriculum #dsc-curriculum-header ul li #springboard-brand img, #dsc-curriculum #dsc-curriculum-header ul li #springboard-brand .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum #dsc-curriculum-header ul li #springboard-brand .coursereport-logo {
  margin: 0 auto;
  width: 54%;
  height: 34px;
}
#dsc-curriculum #dsc-curriculum-header ul li #springboard-brand:hover {
  background: white;
}
#dsc-curriculum #dsc-curriculum-header ul li .profile-dropdown {
  padding: 10.5px 0;
  margin: 0;
  background-color: white;
}
#dsc-curriculum #dsc-curriculum-header ul li .profile-dropdown .profile-pic img, #dsc-curriculum #dsc-curriculum-header ul li .profile-dropdown .profile-pic .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum #dsc-curriculum-header ul li .profile-dropdown .profile-pic .coursereport-logo {
  max-width: 15%;
  max-height: 36px;
  margin-right: 5px;
  border-radius: 50%;
}
#dsc-curriculum #dsc-curriculum-header ul li .profile-dropdown .caret {
  margin-top: 12px;
  margin-right: 20px;
  color: #48485e;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu {
  background: none !important;
  padding-top: 0;
  position: relative;
  z-index: 999;
  border-top: solid 3px #fff;
  box-shadow: none;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 100%;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li a {
  background-color: white;
  color: #000;
  text-align: left;
  padding: 15px;
  margin: 0;
  font-weight: normal;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li a img, #dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li a .coursereport-logo {
  max-width: 20px;
  margin-right: 10px;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li a:hover {
  background: #EFEFF6;
}
#dsc-curriculum #dsc-curriculum-header ul li ul.dropdown-menu li:last-child {
  border-bottom: 1px solid #ECECEC;
}
#dsc-curriculum #dsc-curriculum-header ul li.active a {
  background-color: #00C09D;
  color: #fff;
}
#dsc-curriculum #dsc-curriculum-header ul li.active:last-child a, #dsc-curriculum #dsc-curriculum-header ul li.active:first-child a {
  background-color: white;
}
#dsc-curriculum #curriculum-sidebar .active-list {
  display: none;
  position: fixed;
  z-index: 9999;
}
#dsc-curriculum .scroller-container {
  position: fixed;
  z-index: 9999;
  background: #EFEFF6;
  width: 16.66%;
  height: 25px;
  margin: 0 0 25px;
  padding: 0;
}
#dsc-curriculum .scroller-container .scroller {
  display: block;
  width: 16.66vw;
  line-height: 25px;
  color: #000;
}
#dsc-curriculum .scroller-container .scroller img, #dsc-curriculum .scroller-container .scroller .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum .scroller-container .scroller .coursereport-logo {
  width: 20px;
  line-height: 25px;
  vertical-align: middle;
}
#dsc-curriculum .scroller-container .scroller:hover {
  color: #000;
}
#dsc-curriculum #scroller-container-2 {
  bottom: 60px;
  margin: 0;
  padding: 0;
}
#dsc-curriculum .curriculum-list-sidebar {
  width: 16.66%;
  background-color: #FBFBFD;
  position: fixed;
  overflow: visible;
  overflow-y: scroll;
  margin: -10px 0 0;
  padding: 0;
  padding-bottom: 60px;
  opacity: 0.4;
  transition: opacity 2s ease-out;
  text-align: center;
  height: 87%;
  border-right: 1px solid #E4E4E4;
  /* list-wrapper */
}
#dsc-curriculum .curriculum-list-sidebar .float-left {
  float: left;
  color: #8b8b8b;
  width: 12%;
}
#dsc-curriculum .curriculum-list-sidebar .float-right {
  float: right;
  width: 80%;
}
#dsc-curriculum .curriculum-list-sidebar:hover {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#dsc-curriculum .curriculum-list-sidebar:hover .list-wrapper {
  opacity: 0.4;
  transition: all 0.2s ease-out;
}
#dsc-curriculum .curriculum-list-sidebar:hover .list-wrapper.active {
  opacity: 1;
  transition: all 0.2s ease-out;
}
#dsc-curriculum .curriculum-list-sidebar:hover .list-wrapper:hover {
  color: #000;
  opacity: 1;
}
#dsc-curriculum .curriculum-list-sidebar .office-hours {
  cursor: pointer;
  margin: 25px 0 0;
  padding: 0;
}
#dsc-curriculum .curriculum-list-sidebar .office-hours a {
  display: block;
  margin: 0;
  text-align: left;
  padding: 12px 30px;
  border-bottom: 2px solid #7D7F89;
  text-decoration: none;
  color: #000;
}
#dsc-curriculum .curriculum-list-sidebar .office-hours a span {
  padding-right: 5px;
}
#dsc-curriculum .curriculum-list-sidebar .office-hours a:hover {
  color: #000;
}
#dsc-curriculum .curriculum-list-sidebar .office-hours img, #dsc-curriculum .curriculum-list-sidebar .office-hours .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #dsc-curriculum .curriculum-list-sidebar .office-hours .coursereport-logo {
  max-width: 16px;
}
#dsc-curriculum .curriculum-list-sidebar a {
  text-decoration: none;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper {
  overflow: visible;
  margin: 0;
  padding: 0;
  transition: opacity 2s ease-out;
  opacity: 0.4;
  /* list-contents */
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper.active {
  background-color: #EFEFF6;
  transition: opacity 2s ease-in;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper.active .list-contents li {
  color: #000;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-header {
  cursor: pointer;
  text-align: left;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 300;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-header:hover {
  opacity: 1;
  color: #000;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .toggle-color {
  background: #fff !important;
  color: #EF2964 !important;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper li.active {
  font-weight: bold;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-contents {
  display: none;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-contents li {
  font-size: 13px;
  color: #8b8b8b;
  margin: 0;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 300;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-contents li.active {
  background: #fff !important;
  color: #EF2964 !important;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  border-right: 3px solid #FFF;
  font-weight: bold;
  position: relative;
}
#dsc-curriculum .curriculum-list-sidebar .list-wrapper .list-contents:first-child {
  display: block;
}
#dsc-curriculum .curriculum-content {
  width: 80%;
  margin-right: 2%;
  padding-bottom: 60px;
}
#dsc-curriculum .curriculum-content .progress_counter_bar {
  border: none;
}
#dsc-curriculum .curriculum-content h1, #dsc-curriculum .curriculum-content h2, #dsc-curriculum .curriculum-content h3, #dsc-curriculum .curriculum-content h4, #dsc-curriculum .curriculum-content h5, #dsc-curriculum .curriculum-content h6 {
  font-weight: normal;
}
#dsc-curriculum .curriculum-content p, #dsc-curriculum .curriculum-content .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum .curriculum-content a {
  font-size: 16px;
  font-weight: 300;
  color: #48485e;
}
#dsc-curriculum .curriculum-content .lp_subchapter header {
  border: none;
}
#dsc-curriculum .curriculum-content .description {
  padding: 5px 0px 5px 30px;
}
#dsc-curriculum .curriculum-content .description li {
  font-size: 16px;
  color: #48485e;
  font-weight: 300;
}
#dsc-curriculum .curriculum-content .each_resource {
  padding: 0;
  margin: 5px 0;
}
#dsc-curriculum .curriculum-content .each_resource .desc {
  color: #48485e;
  padding-top: 20px;
  font-weight: 300;
}
#dsc-curriculum .curriculum-content .each_resource .desc p, #dsc-curriculum .curriculum-content .each_resource .desc .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum .curriculum-content .each_resource .desc a {
  padding-bottom: 0;
  font-size: 14px;
  color: #48485e;
}
#dsc-curriculum .curriculum-content .each_resource .desc ul {
  margin-bottom: 0;
}
#dsc-curriculum .curriculum-content .each_resource .desc ul li {
  font-size: 14px;
}
#dsc-curriculum .curriculum-content .lesson_type {
  margin-right: -30px;
}
#dsc-curriculum .curriculum-content h2 {
  font-size: 24px;
  text-transform: capitalize;
  border: none;
}
#dsc-curriculum .curriculum-content h4 {
  font-size: 18px;
  text-transform: capitalize;
  border: none;
}
#dsc-curriculum .curriculum-content .name {
  padding-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
#dsc-curriculum .curriculum-content .change_progress {
  top: 2px;
}
#dsc-curriculum .curriculum-content .change_progress:after {
  top: 0.72855em;
}
#dsc-curriculum .dsc-curriculum-footer {
  width: 100%;
  background-color: #EFEFF6;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  border-top: 1px solid rgba(72, 72, 94, 0.05);
  z-index: 99999;
  transition: all 0.5s ease-out;
}
#dsc-curriculum .dsc-curriculum-footer .progress_counter {
  position: absolute;
  left: 30px;
}
#dsc-curriculum .dsc-curriculum-footer .progress_counter .progress {
  height: 24px;
  width: 220px;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 11px;
  margin-top: 18px;
  border: solid 1px #bbb;
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#dsc-curriculum .dsc-curriculum-footer .progress_counter .progress .light {
  position: absolute;
  left: 47%;
  color: #333;
  font-weight: 600;
  padding-top: 2.5px;
}
#dsc-curriculum .dsc-curriculum-footer .progress_counter .wip {
  background-color: #00C09D;
  height: 23px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#dsc-curriculum #mentor-call-timer {
  background-color: #EFEFF6;
  border: 1px solid #A4A4AF;
  width: 100%;
  margin: 5% 0;
  height: 40%;
  padding: 30px;
}
#dsc-curriculum #mentor-call-timer .next-call {
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 160%;
}
#dsc-curriculum #mentor-call-timer h2 {
  font-size: 28px;
  line-height: 1.21429;
  color: #777777;
  font-weight: normal;
  margin-bottom: 30px;
}
#dsc-curriculum #mentor-call-timer #timer-container {
  text-align: center;
}
#dsc-curriculum #mentor-call-timer #timer-container .time-block {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 115px;
  background-color: #57576f;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
}
#dsc-curriculum #mentor-call-timer #timer-container .time-block p, #dsc-curriculum #mentor-call-timer #timer-container .time-block .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum #mentor-call-timer #timer-container .time-block a {
  color: #fff;
}
#dsc-curriculum #mentor-call-timer #timer-container .time-block .time {
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  padding-top: 25px;
}
#dsc-curriculum #mentor-call-timer #timer-container .time-block .text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
  font-weight: 300;
}
#dsc-curriculum #mentor-call-timer .call-start-msg, #dsc-curriculum #mentor-call-timer .no-call-scheduled {
  font-size: 32px;
  color: #8b8b8b;
  margin: 0;
  padding-top: 100px;
}
#dsc-curriculum #mentor-call-timer .no-call-scheduled {
  padding: 130px 0;
  display: none;
}
#dsc-curriculum #mentor-call-timer .mentor-not-matched {
  padding: 17px 0;
  display: none;
}
#dsc-curriculum #mentor-call-timer .mentor-not-matched h2 {
  font-size: 32px;
  color: #8b8b8b;
}
#dsc-curriculum #mentor-call-timer .mentor-not-matched p, #dsc-curriculum #mentor-call-timer .mentor-not-matched .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum #mentor-call-timer .mentor-not-matched a {
  font-size: 16px;
  color: #000;
}
#dsc-curriculum #mentor-call-timer .mentor-not-matched-image {
  max-width: 20%;
}
#dsc-curriculum #mentor-call-timer .btn-teal {
  display: block;
  height: 60px;
  width: 250px;
  margin: 30px auto;
  padding: 17px 0;
  text-align: center;
  background-color: #00C09D;
  border: 1px solid #00ab8c;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-size: 18px;
  text-decoration: none;
}
#dsc-curriculum #mentor-call-timer .btn-teal:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
#dsc-curriculum #mentor-call-timer .mentor-call-container, #dsc-curriculum #mentor-call-timer .mentor-call-link, #dsc-curriculum #mentor-call-timer .call-not-started, #dsc-curriculum #mentor-call-timer .call-started {
  display: none;
}
#dsc-curriculum .mentor-video-preview {
  display: none;
  width: 100%;
  margin: 2% 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #dsc-curriculum .mentor-video-preview .video-content {
    width: 740px;
    height: 412px;
  }
}
@media screen and (max-width: 767px) {
  #dsc-curriculum .mentor-video-preview .video-content {
    width: 310px;
    height: 177px;
  }
}
#dsc-curriculum .mentor-video-header-text {
  display: none;
}
#dsc-curriculum .mentor-video-header-text p, #dsc-curriculum .mentor-video-header-text .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum .mentor-video-header-text a {
  font-size: 18px;
}
#dsc-curriculum .mentor-video-footer-text {
  display: none;
  font-size: 16px;
}
#dsc-curriculum #mentor-goals-notes h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
#dsc-curriculum #mentor-goals-notes table {
  width: 100%;
}
#dsc-curriculum #mentor-goals-notes table th, #dsc-curriculum #mentor-goals-notes table td {
  border: 1px solid #979797;
  padding: 10px;
  color: #48485e;
}
#dsc-curriculum #mentor-goals-notes table th {
  font-size: 12px;
  background-color: #F0F8FF;
}
#dsc-curriculum #mentor-goals-notes table th p, #dsc-curriculum #mentor-goals-notes table th .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum #mentor-goals-notes table th a {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #48485e;
}
#dsc-curriculum #mentor-goals-notes table th:nth-child(1), #dsc-curriculum #mentor-goals-notes table td:nth-child(1) {
  width: 25%;
}
#dsc-curriculum #mentor-goals-notes table th:nth-child(2), #dsc-curriculum #mentor-goals-notes table td:nth-child(2) {
  width: 25%;
}
#dsc-curriculum #mentor-goals-notes table th:nth-child(3), #dsc-curriculum #mentor-goals-notes table td:nth-child(3) {
  width: 50%;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn {
  padding-bottom: 60px;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn h3 {
  font-weight: 400 !important;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn th {
  margin: 0;
  padding: 10px;
  color: #48485e;
  font-weight: 400;
  background-color: #F0F8FF;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn th p, #dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn th .above-footer-cta-ctn a, .above-footer-cta-ctn #dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn th a {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  color: #48485e;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn th:first-child {
  padding-bottom: 20px;
  font-weight: 600;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn td {
  background-color: #fff;
}
#dsc-curriculum #dsc-curriculum-notes-wrapper .student-dashboard-main-ctn .student-dash-notes-ctn textarea {
  min-height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #dsc-curriculum #dsc-curriculum-header ul li {
    display: block;
    margin: 0 auto;
    width: 100vw;
  }
  #dsc-curriculum .curriculum-list-sidebar {
    display: none;
  }
  #dsc-curriculum .curriculum-content {
    width: 100vw;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  #dsc-curriculum .curriculum-content .description, #dsc-curriculum .curriculum-content .lp_subchapter {
    padding: 5px 2px 2px;
  }
  #dsc-curriculum .curriculum-content ul.children.level2 {
    margin-left: 0;
    padding-left: 10px;
  }
  #dsc-curriculum .curriculum-content .group_buttons {
    position: relative;
    top: -7px;
  }
  #dsc-curriculum .curriculum-content .change_progress {
    right: -15px;
  }
  #dsc-curriculum .curriculum-content .lesson_type {
    display: none;
  }
  #dsc-curriculum .curriculum-content .level1 .hours {
    top: -34px;
  }
  #dsc-curriculum #wk-dsc-navbar {
    background: #00C09D;
    border: none;
  }
  #dsc-curriculum #wk-dsc-navbar .hamburger {
    display: inline-block;
  }
  #dsc-curriculum #wk-dsc-navbar .current-tab {
    display: block;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container {
    display: none;
    width: 35%;
    height: 100vh;
    background: white;
    color: black;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    transition: display 1s ease-in;
    border-left: 1px solid #ECECEC;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container li {
    display: block;
    border: none !important;
    width: 100%;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container li a {
    display: block;
    width: 100%;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul {
    position: relative;
    width: 100%;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li {
    border: none;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li:last-child, #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li:first-child {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  #dsc-curriculum #dsc-curriculum-header {
    background-color: #00C09D;
  }
  #dsc-curriculum #dsc-curriculum-header ul li {
    display: block;
    margin: 0 auto;
    width: 100vw;
  }
  #dsc-curriculum #curriculum-sidebar .active-list {
    margin-top: -10px;
    display: block;
    background-color: white;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    color: black;
    height: 20px;
  }
  #dsc-curriculum .curriculum-list-sidebar {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0 0 60px;
    opacity: 1;
  }
  #dsc-curriculum .curriculum-list-sidebar .list-contents {
    display: block;
  }
  #dsc-curriculum .curriculum-content {
    width: 100vw;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  #dsc-curriculum .curriculum-content .name {
    margin: 0;
    padding: 0;
  }
  #dsc-curriculum .curriculum-content .description, #dsc-curriculum .curriculum-content .lp_subchapter {
    padding: 5px 2px 2px;
  }
  #dsc-curriculum .curriculum-content .description ul, #dsc-curriculum .curriculum-content .lp_subchapter ul {
    margin-left: 0;
    padding-left: 10px;
    width: 90%;
  }
  #dsc-curriculum .curriculum-content .each_resource .hours {
    left: 20px;
    margin-right: 9%;
  }
  #dsc-curriculum .curriculum-content .each_resource .instruction {
    width: 90%;
  }
  #dsc-curriculum .curriculum-content .each_resource .instruction ul, #dsc-curriculum .curriculum-content .each_resource .instruction ol {
    padding-left: 12px;
  }
  #dsc-curriculum .curriculum-content .group_buttons {
    position: relative;
    top: -7px;
  }
  #dsc-curriculum .curriculum-content ul.children.level2 {
    margin-left: 0;
    padding-left: 10px;
  }
  #dsc-curriculum .curriculum-content .change_progress {
    right: -15px;
  }
  #dsc-curriculum .curriculum-content .lesson_type {
    display: none;
  }
  #dsc-curriculum .curriculum-content .level1 .hours {
    top: -34px;
  }
  #dsc-curriculum #mentor-call-timer {
    padding: 8px;
  }
  #dsc-curriculum #mentor-call-timer .next-call {
    font-size: 12px;
  }
  #dsc-curriculum #mentor-call-timer #timer-container .time-block {
    width: 63px;
    height: 93px;
  }
  #dsc-curriculum #mentor-call-timer #timer-container .time-block .time {
    padding-top: 20px;
  }
  #dsc-curriculum #mentor-call-timer #timer-container .time-block .text {
    font-size: 14px;
    bottom: -18px;
  }
  #dsc-curriculum #mentor-goals-notes table {
    width: 100%;
  }
  #dsc-curriculum #mentor-goals-notes table th, #dsc-curriculum #mentor-goals-notes table td {
    width: 33%;
  }
  #dsc-curriculum .student-notes-table tr {
    width: 100%;
  }
  #dsc-curriculum .student-notes-table tr th, #dsc-curriculum .student-notes-table tr td {
    width: 33%;
  }
  #dsc-curriculum #wk-dsc-navbar {
    background: #00C09D;
    height: 50px;
    border: none;
  }
  #dsc-curriculum #wk-dsc-navbar .hamburger {
    display: inline-block;
  }
  #dsc-curriculum #wk-dsc-navbar .current-tab {
    display: block;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container {
    display: none;
    width: 70%;
    height: 100vh;
    background: white;
    color: black;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    transition: display 1s ease-in;
    border-left: 1px solid #ECECEC;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container li {
    display: block;
    width: 100%;
    border: none !important;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container li a {
    display: block;
    width: 100%;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul {
    position: relative;
    width: 100%;
  }
  #dsc-curriculum #wk-dsc-navbar #wk-header-container .profile-dropdown ul li:first-child {
    border: none;
  }
}

.lp_chapter header h2 .chapter-num {
  margin-right: 20px;
}
.lp_chapter header .subchapter-num {
  margin-right: 10px;
  color: #8D8D85;
}

#career-track .hero-ctn #banner {
  background-image: url(/images/workshop/career-track/header-image.jpg);
  height: 552px;
  /* .banner-details */
}
#career-track .hero-ctn #banner .banner-details {
  padding-left: 80px;
  color: #fff;
}
#career-track .hero-ctn #banner .banner-details h5 {
  font-size: 21px;
  margin-top: 50px;
}
#career-track .hero-ctn #banner .banner-details h2 {
  font-size: 44px;
}
#career-track .hero-ctn #banner .banner-details p, #career-track .hero-ctn #banner .banner-details .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .hero-ctn #banner .banner-details a {
  font-size: 24px;
}
#career-track .hero-ctn #banner .banner-details .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  top: -1px;
  left: 4px;
  margin: 35px 0;
}
#career-track .hero-ctn #banner .banner-details .btn-primary {
  font-family: 'Open Sans',sans-serif;
  padding: 20px;
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  #career-track .hero-ctn #banner .banner-details p, #career-track .hero-ctn #banner .banner-details .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .hero-ctn #banner .banner-details a {
    font-size: 22px;
  }
  #career-track .hero-ctn #banner .banner-details .seperator {
    margin: 25px 0;
  }
  #career-track .hero-ctn #banner .banner-details .btn-primary {
    margin-top: 10px;
  }
}
#career-track .hero-ctn #banner .play-btn {
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: solid 2px #ffffff;
  display: inline-block;
  margin: 440px 0 0 35%;
}
#career-track .hero-ctn #banner .play-btn img, #career-track .hero-ctn #banner .play-btn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .hero-ctn #banner .play-btn .coursereport-logo {
  max-width: 10%;
  margin-right: 15px;
}
#career-track .hero-ctn #banner .play-btn:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  #career-track .hero-ctn #banner .banner-details {
    padding-left: 40px;
  }
  #career-track .hero-ctn #banner .banner-details h5 {
    font-size: 18px;
  }
  #career-track .hero-ctn #banner .banner-details h2 {
    font-size: 28px;
  }
  #career-track .hero-ctn #banner .banner-details p, #career-track .hero-ctn #banner .banner-details .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .hero-ctn #banner .banner-details a {
    font-size: 20px;
  }
  #career-track .hero-ctn #banner .play-btn {
    display: block;
    width: 240px;
    margin: 30px 0 0  30px;
  }
}
@media (max-width: 767px) {
  #career-track .hero-ctn #banner .banner-details {
    padding-left: 20px;
  }
  #career-track .hero-ctn #banner .banner-details h5 {
    font-size: 18px;
  }
  #career-track .hero-ctn #banner .banner-details h2 {
    font-size: 28px;
  }
  #career-track .hero-ctn #banner .banner-details p, #career-track .hero-ctn #banner .banner-details .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .hero-ctn #banner .banner-details a {
    font-size: 16px;
  }
  #career-track .hero-ctn #banner .banner-details .btn-primary {
    display: block;
    margin: 0 auto;
    width: 280px;
  }
  #career-track .hero-ctn #banner .play-btn {
    display: block;
    width: 240px;
    margin: 30px auto 10px;
  }
}
#career-track #career-videos {
  width: 100%;
  height: 100%;
  display: table;
}
#career-track #career-videos .video-close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 28px;
}
#career-track #career-videos .video-close-btn:hover {
  cursor: pointer;
}
#career-track #career-videos .video-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#career-track #career-videos .video-content {
  background-color: initial;
  border: initial;
}
#career-track #career-videos .video-content .modal-body {
  width: 100vw;
}
#career-track #career-videos .video-content .modal-body .desktop-video {
  display: block;
  margin: 0 auto;
  width: 900px;
  height: 501px;
}
@media (max-width: 991px) {
  #career-track #career-videos #desktop-video {
    width: 700px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  #career-track #career-videos #desktop-video {
    width: 300px;
    height: 177px;
  }
}
#career-track .how-it-works {
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #48485e;
}
#career-track .your-own-mentor #computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 50px;
  padding-top: 0px;
}
#career-track .your-own-mentor #video {
  display: inline-block;
  width: 402px;
  float: left;
  height: 301px;
  padding-bottom: 68px;
  padding-left: 0px;
  margin-top: 20px;
}
#career-track .career-track-cards {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10%;
  background-color: rgba(239, 239, 246, 0.49);
  height: 1450px;
}
#career-track .career-track-cards h2 {
  font-family: 'Roboto',sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #48485e;
  margin: 34px 0;
}
@media (max-width: 991px) {
  #career-track .career-track-cards h2 {
    margin: 10px 0 20px 0;
    font-size: 30px;
  }
}
#career-track .career-track-cards .workshop-card .col-md-12 {
  margin-bottom: 30px;
}
#career-track .career-track-cards .workshop-card .workshop-img {
  background-color: #90e1eb;
  height: 400px;
}
#career-track .career-track-cards .workshop-card .workshop-img img, #career-track .career-track-cards .workshop-card .workshop-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .career-track-cards .workshop-card .workshop-img .coursereport-logo {
  max-width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}
#career-track .career-track-cards .workshop-card .workshop-details {
  height: 400px;
  background-color: #467177;
  color: #ffffff;
}
#career-track .career-track-cards .workshop-card .workshop-details .intro {
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  margin: 15px 0 5px;
}
#career-track .career-track-cards .workshop-card .workshop-details .separator {
  width: 50px;
  height: 2px;
  background-color: #efff1d;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#career-track .career-track-cards .workshop-card .workshop-details h3 {
  font-family: 'Roboto',sans-serif;
  font-weight: normal;
  font-size: 34px;
  text-transform: capitalize;
}
#career-track .career-track-cards .workshop-card .workshop-details p, #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a, .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a {
  font-weight: 300;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
}
#career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child), #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) {
  width: 60%;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  margin: 25px auto;
  padding-left: 50px;
}
#career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child) span, #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child) span, .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) span {
  float: left;
  margin-left: -40px;
}
#career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child) span i, #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child) span i, .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) span i {
  font-size: 30px;
  -webkit-text-stroke: 3px #467177;
  -moz-text-stroke: 3px #467177;
  text-stroke: 3px #467177;
  margin-top: 5px;
}
#career-track .career-track-cards .workshop-card .workshop-details .btn-secondary {
  width: 296px;
  height: 68px;
  border-radius: 8px;
  background-color: #efff1d;
  padding: 0;
  line-height: 68px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
  color: #48485e;
}
#career-track .career-track-cards .workshop-card .workshop-details .btn-secondar:focus, #career-track .career-track-cards .workshop-card .workshop-details .btn-secondary:hover, #career-track .career-track-cards .workshop-card .workshop-details .btn-secondary.hover {
  color: #48485e;
  background-color: #e4f10e;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  #career-track .career-track-cards .workshop-card .workshop-details h3 {
    font-size: 24px;
  }
  #career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child), #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) {
    width: 70%;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #career-track .career-track-cards .workshop-card .workshop-details h3 {
    font-size: 22px;
  }
  #career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child), #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) {
    width: 80%;
    font-size: 15px;
  }
  #career-track .career-track-cards .workshop-card .workshop-details .btn-secondary {
    font-size: 22px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  #career-track .career-track-cards .workshop-card .workshop-details h3 {
    font-size: 22px;
  }
  #career-track .career-track-cards .workshop-card .workshop-details .btn-secondary {
    font-size: 18px;
    width: 220px;
    height: 48px;
    line-height: 48px;
  }
  #career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child), #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child), .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) {
    width: 100%;
    margin: 35px auto;
  }
  #career-track .career-track-cards .workshop-card .workshop-details p:not(:first-child) span i, #career-track .career-track-cards .workshop-card .workshop-details .above-footer-cta-ctn a:not(:first-child) span i, .above-footer-cta-ctn #career-track .career-track-cards .workshop-card .workshop-details a:not(:first-child) span i {
    margin-top: 0;
  }
}
#career-track .career-track-cards #ux-card .workshop-img img, #career-track .career-track-cards #ux-card .workshop-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .career-track-cards #ux-card .workshop-img .coursereport-logo, #career-track .career-track-cards #analytics-card .workshop-img img, #career-track .career-track-cards #analytics-card .workshop-img .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #career-track .career-track-cards #analytics-card .workshop-img .coursereport-logo {
  position: relative;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
#career-track .career-track-cards #ux-card .workshop-img {
  background-color: #1C8BB2;
}
#career-track .career-track-cards #ux-card .workshop-details {
  background-color: #0F4962;
}
#career-track .career-track-cards #ux-card .workshop-details p span i, #career-track .career-track-cards #ux-card .workshop-details .above-footer-cta-ctn a span i, .above-footer-cta-ctn #career-track .career-track-cards #ux-card .workshop-details a span i {
  -webkit-text-stroke: 3px #0F4962;
  -moz-text-stroke: 3px #0F4962;
  text-stroke: 3px #0F4962;
}
#career-track .career-track-cards #analytics-card .workshop-img {
  background-color: #28B58A;
}
#career-track .career-track-cards #analytics-card .workshop-details {
  background-color: #155E49;
}
#career-track .career-track-cards #analytics-card .workshop-details p span i, #career-track .career-track-cards #analytics-card .workshop-details .above-footer-cta-ctn a span i, .above-footer-cta-ctn #career-track .career-track-cards #analytics-card .workshop-details a span i {
  -webkit-text-stroke: 3px #155E49;
  -moz-text-stroke: 3px #155E49;
  text-stroke: 3px #155E49;
}

.nice-fit {
  margin: 4%;
}
.nice-fit img, .nice-fit .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .nice-fit .coursereport-logo {
  width: 43%;
  margin: 1% auto;
}

body.quiz {
  background-image: url("/images/quiz/pg-data-pattern@3x.abe44229.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.quiz-ctn h1, .quiz-ctn h2, .quiz-ctn h3, .quiz-ctn h4, .quiz-ctn h5, .quiz-ctn h6, .quiz-ctn li, .quiz-ctn a {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #48485e;
}
.quiz-ctn h1 {
  font-size: 38px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn h1 {
    font-size: 23px;
  }
}
.quiz-ctn h3 {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn h3 {
    font-size: 18px;
  }
}
.quiz-ctn h4 {
  font-size: 18px;
}
.quiz-ctn h5 {
  font-size: 16px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .quiz-ctn h5 {
    font-size: 14px;
  }
}
.quiz-ctn p, .quiz-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn a {
  letter-spacing: 0.6px;
  font-family: 'Open Sans', sans-serif;
  color: #48485e;
}
.quiz-ctn button {
  width: 320px;
  height: 56px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #00c09d;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 992px) {
  .quiz-ctn button {
    max-width: 320px;
    width: 100%;
  }
}
.quiz-ctn button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
.quiz-ctn .disabled {
  background-color: #c5c5c5;
  border: solid 1px #a5a5a5;
  cursor: not-allowed;
}
.quiz-ctn .disabled:hover {
  border: solid 1px #a5a5a5;
  background-color: #c5c5c5;
}
.quiz-ctn .loading {
  background: url(../images/1.486131c4.gif) no-repeat center center;
  background-color: #00c09d;
}
.quiz-ctn .roboto, .quiz-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .quiz-ctn p, .quiz-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .quiz-ctn a, .quiz-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .quiz-ctn p, .quiz-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .quiz-ctn a, .quiz-ctn .ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .quiz-ctn p, .quiz-ctn .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner .quiz-ctn a, .quiz-ctn .ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .quiz-ctn p, .quiz-ctn .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item .quiz-ctn a, .quiz-ctn .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .quiz-ctn p, .quiz-ctn .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card .quiz-ctn a, .quiz-ctn .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .quiz-ctn p, .quiz-ctn .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn .quiz-ctn a, .quiz-ctn .ux-landing-page .workshop-dates-ctn .choose-date, .ux-landing-page .workshop-dates-ctn .quiz-ctn .choose-date, .quiz-ctn .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .quiz-ctn p, .quiz-ctn .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner .quiz-ctn a, .quiz-ctn .ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .quiz-ctn p, .quiz-ctn .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item .quiz-ctn a, .quiz-ctn .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .what-learn-ctn .end-course-ctn .quiz-ctn .end-course-text, .quiz-ctn .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .more-than-course .quiz-ctn .more-than-course-text, .quiz-ctn .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .quiz-ctn p, .quiz-ctn .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card .quiz-ctn a, .quiz-ctn .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .quiz-ctn p, .quiz-ctn .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn .quiz-ctn a, .quiz-ctn .ds-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page .workshop-dates-ctn .quiz-ctn .choose-date, .quiz-ctn .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .workshop-dates-ctn .enroll-card .quiz-ctn .date, .quiz-ctn .ds-landing-page .path-career-data-science-ctn .or-text, .ds-landing-page .path-career-data-science-ctn .quiz-ctn .or-text, .quiz-ctn .card-inner p, .quiz-ctn .card-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .card-inner a, .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result a, .quiz-ctn .quiz-result .quiz-course-card p, .quiz-ctn .quiz-result .manager-ctn p, .quiz-ctn .refer-ctn button, .refer-ctn .quiz-ctn button, .quiz-ctn .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .refer-well .link .quiz-ctn .copy-code, .quiz-ctn .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .quiz-ctn p, .quiz-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .quiz-ctn a, .quiz-ctn #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .quiz-ctn .header-text, .quiz-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .quiz-ctn .content-link, .quiz-ctn .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .quiz-ctn p, .quiz-ctn .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner .quiz-ctn a, .quiz-ctn .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page #banner .hero-inner .quiz-ctn .workshop-description, .quiz-ctn .ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .quiz-ctn p, .quiz-ctn .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item .quiz-ctn a, .quiz-ctn .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn .end-course-ctn .quiz-ctn .end-course-text, .quiz-ctn .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .quiz-ctn .end-course-text, .quiz-ctn .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .more-than-course .quiz-ctn .more-than-course-text, .quiz-ctn .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .quiz-ctn p, .quiz-ctn .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card .quiz-ctn a, .quiz-ctn .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .quiz-ctn p, .quiz-ctn .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .quiz-ctn a, .quiz-ctn .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn .quiz-ctn a, .quiz-ctn .ws-landing-page .workshop-dates-ctn .choose-date, .ws-landing-page .workshop-dates-ctn .quiz-ctn .choose-date, .quiz-ctn .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .workshop-dates-ctn .enroll-card .quiz-ctn .date, .quiz-ctn .ws-landing-page .path-career-data-science-ctn .or-text, .ws-landing-page .path-career-data-science-ctn .quiz-ctn .or-text {
  font-family: 'Roboto', sans-serif;
}
.quiz-ctn .open-sans, .quiz-ctn .ux-landing-page .btn, .ux-landing-page .quiz-ctn .btn, .quiz-ctn .ux-landing-page .workshop-faq-ctn .panel-title a, .ux-landing-page .workshop-faq-ctn .panel-title .quiz-ctn a, .quiz-ctn .ux-landing-page .workshop-dates-ctn .enroll-card .btn, .ux-landing-page .workshop-dates-ctn .enroll-card .quiz-ctn .btn, .quiz-ctn .ds-landing-page .btn, .ds-landing-page .quiz-ctn .btn, .quiz-ctn .ds-landing-page .workshop-faq-ctn .panel-title a, .ds-landing-page .workshop-faq-ctn .panel-title .quiz-ctn a, .quiz-ctn .ds-landing-page .workshop-dates-ctn .enroll-card .btn, .ds-landing-page .workshop-dates-ctn .enroll-card .quiz-ctn .btn, .quiz-ctn .ws-landing-page .btn, .ws-landing-page .quiz-ctn .btn, .quiz-ctn .ws-landing-page .workshop-faq-ctn .panel-title a, .ws-landing-page .workshop-faq-ctn .panel-title .quiz-ctn a, .quiz-ctn .ws-landing-page .workshop-dates-ctn .enroll-card .btn, .ws-landing-page .workshop-dates-ctn .enroll-card .quiz-ctn .btn {
  font-family: 'Open Sans', sans-serif;
}
.quiz-ctn .text-green {
  color: #00c09d;
}
.quiz-ctn .cf:before, .quiz-ctn .curriculum-content form .control:before, .curriculum-content form .quiz-ctn .control:before, .quiz-ctn .curriculum-content .group_buttons:before, .curriculum-content .quiz-ctn .group_buttons:before, .quiz-ctn .curriculum-content .container:before, .curriculum-content .quiz-ctn .container:before, .quiz-ctn .curriculum-content .modal_content:before, .curriculum-content .quiz-ctn .modal_content:before, .quiz-ctn .curriculum-content .social_stat:before, .curriculum-content .quiz-ctn .social_stat:before, .quiz-ctn .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .quiz-ctn .meta:before, .quiz-ctn .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .quiz-ctn .meta:before, .quiz-ctn .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .quiz-ctn .ratings:before, .quiz-ctn .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .quiz-ctn .ratings:before, .quiz-ctn .curriculum-content .items_container:before, .curriculum-content .quiz-ctn .items_container:before, .quiz-ctn .curriculum-content .item_details:before, .curriculum-content .quiz-ctn .item_details:before, .quiz-ctn .curriculum-content .face_wall:before, .curriculum-content .quiz-ctn .face_wall:before, .quiz-ctn .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .quiz-ctn .profile_inner:before, .quiz-ctn .curriculum-content .learning_path_content:before, .curriculum-content .quiz-ctn .learning_path_content:before, .quiz-ctn .curriculum-content .lp_chapter:before, .curriculum-content .quiz-ctn .lp_chapter:before, .quiz-ctn .curriculum-content .lp_chapter > header:before, .curriculum-content .quiz-ctn .lp_chapter > header:before, .quiz-ctn .curriculum-content .each_resource:before, .curriculum-content .quiz-ctn .each_resource:before, .quiz-ctn .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .quiz-ctn .heading:before, .quiz-ctn .cf:after, .quiz-ctn .curriculum-content form .control:after, .curriculum-content form .quiz-ctn .control:after, .quiz-ctn .curriculum-content .group_buttons:after, .curriculum-content .quiz-ctn .group_buttons:after, .quiz-ctn .curriculum-content .container:after, .curriculum-content .quiz-ctn .container:after, .quiz-ctn .curriculum-content .modal_content:after, .curriculum-content .quiz-ctn .modal_content:after, .quiz-ctn .curriculum-content .social_stat:after, .curriculum-content .quiz-ctn .social_stat:after, .quiz-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .quiz-ctn .meta:after, .quiz-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .quiz-ctn .meta:after, .quiz-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .quiz-ctn .ratings:after, .quiz-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .quiz-ctn .ratings:after, .quiz-ctn .curriculum-content .items_container:after, .curriculum-content .quiz-ctn .items_container:after, .quiz-ctn .curriculum-content .item_details:after, .curriculum-content .quiz-ctn .item_details:after, .quiz-ctn .curriculum-content .face_wall:after, .curriculum-content .quiz-ctn .face_wall:after, .quiz-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .quiz-ctn .profile_inner:after, .quiz-ctn .curriculum-content .learning_path_content:after, .curriculum-content .quiz-ctn .learning_path_content:after, .quiz-ctn .curriculum-content .lp_chapter:after, .curriculum-content .quiz-ctn .lp_chapter:after, .quiz-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .quiz-ctn .lp_chapter > header:after, .quiz-ctn .curriculum-content .each_resource:after, .curriculum-content .quiz-ctn .each_resource:after, .quiz-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .quiz-ctn .heading:after {
  content: "";
  display: table;
}
.quiz-ctn .cf:after, .quiz-ctn .curriculum-content form .control:after, .curriculum-content form .quiz-ctn .control:after, .quiz-ctn .curriculum-content .group_buttons:after, .curriculum-content .quiz-ctn .group_buttons:after, .quiz-ctn .curriculum-content .container:after, .curriculum-content .quiz-ctn .container:after, .quiz-ctn .curriculum-content .modal_content:after, .curriculum-content .quiz-ctn .modal_content:after, .quiz-ctn .curriculum-content .social_stat:after, .curriculum-content .quiz-ctn .social_stat:after, .quiz-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .quiz-ctn .meta:after, .quiz-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .quiz-ctn .meta:after, .quiz-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .quiz-ctn .ratings:after, .quiz-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .quiz-ctn .ratings:after, .quiz-ctn .curriculum-content .items_container:after, .curriculum-content .quiz-ctn .items_container:after, .quiz-ctn .curriculum-content .item_details:after, .curriculum-content .quiz-ctn .item_details:after, .quiz-ctn .curriculum-content .face_wall:after, .curriculum-content .quiz-ctn .face_wall:after, .quiz-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .quiz-ctn .profile_inner:after, .quiz-ctn .curriculum-content .learning_path_content:after, .curriculum-content .quiz-ctn .learning_path_content:after, .quiz-ctn .curriculum-content .lp_chapter:after, .curriculum-content .quiz-ctn .lp_chapter:after, .quiz-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .quiz-ctn .lp_chapter > header:after, .quiz-ctn .curriculum-content .each_resource:after, .curriculum-content .quiz-ctn .each_resource:after, .quiz-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .quiz-ctn .heading:after {
  clear: both;
}
.quiz-ctn .white-header img, .quiz-ctn .white-header .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .white-header .coursereport-logo {
  height: 32px;
  margin-top: 32px;
}
.quiz-ctn .quiz-card-inner {
  background: none;
}
.quiz-ctn .quiz-intro {
  display: none;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-intro {
    padding-top: 36px;
  }
}
.quiz-ctn .quiz-intro h1 {
  font-weight: 500;
}
.quiz-ctn .quiz-intro h1,
.quiz-ctn .quiz-intro h3 {
  margin-bottom: 18px;
}
.quiz-ctn .quiz-intro .quiz-intro-image img, .quiz-ctn .quiz-intro .quiz-intro-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-intro .quiz-intro-image .coursereport-logo {
  width: 318px;
  margin-bottom: 18px;
}
.quiz-ctn .quiz-intro .quiz-intro-time p, .quiz-ctn .quiz-intro .quiz-intro-time .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-intro .quiz-intro-time a {
  font-size: 14px;
  color: #8e8e8e;
}
.quiz-ctn .quiz-intro .quiz-intro-time p img, .quiz-ctn .quiz-intro .quiz-intro-time .above-footer-cta-ctn a img, .above-footer-cta-ctn .quiz-ctn .quiz-intro .quiz-intro-time a img, .quiz-ctn .quiz-intro .quiz-intro-time p .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-intro .quiz-intro-time p .coursereport-logo, .quiz-ctn .quiz-intro .quiz-intro-time .above-footer-cta-ctn a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-intro .quiz-intro-time .above-footer-cta-ctn a .coursereport-logo, .above-footer-cta-ctn .quiz-ctn .quiz-intro .quiz-intro-time a .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .above-footer-cta-ctn .quiz-ctn .quiz-intro .quiz-intro-time a .coursereport-logo {
  width: 16px;
  margin-top: -3px;
  margin-right: 8px;
}
.quiz-ctn .quiz-intro .quiz-intro-cta {
  margin-bottom: 19px;
}
.quiz-ctn .card-outer {
  padding-bottom: 40px;
  margin-top: 40px;
  opacity: 0.78;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #979797;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .card-outer {
    border: none;
    box-shadow: none;
    margin-top: 0;
  }
}
.quiz-ctn .card-outer h3 {
  font-weight: 400;
  margin-bottom: 29px;
  margin-top: 49px;
}
.quiz-ctn .card-inner {
  position: relative;
  min-height: 170px;
  border-radius: 5px;
  background-color: #fbfbfb;
  border: solid 1px #dbdbdb;
  margin-bottom: 37px;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .card-inner {
    margin-bottom: 12px;
    min-height: 60px;
  }
}
.quiz-ctn .card-inner h5 {
  font-weight: 400;
  margin-bottom: 0;
}
.quiz-ctn .card-inner p, .quiz-ctn .card-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .card-inner a {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .quiz-ctn .card-inner p, .quiz-ctn .card-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .card-inner a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .quiz-ctn .card-inner p, .quiz-ctn .card-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .card-inner a {
    font-size: 14px;
  }
}
.quiz-ctn .card-inner img, .quiz-ctn .card-inner .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .card-inner .coursereport-logo {
  width: 130%;
  margin-top: 10px;
}
.quiz-ctn .card-inner .ghost-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.quiz-ctn .card-inner:hover {
  background-color: #f3f8fa;
}
.quiz-ctn .card-active {
  background-color: #e8f4f9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
  border: solid 1px #2d87b1;
}
.quiz-ctn .card-active:hover {
  background-color: #e8f4f9;
}
.quiz-ctn .quiz-question-one-two {
  display: none;
}
.quiz-ctn .quiz-question-one-two .row:nth-child(2) .card-inner {
  min-height: 135px;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-question-one-two .row:nth-child(2) .card-inner {
    margin-bottom: 12px;
    min-height: 60px;
  }
}
.quiz-ctn .quiz-question-one-two .row:nth-child(4) .card-inner {
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-question-one-two .row:nth-child(4) .card-inner {
    margin-bottom: 12px;
    min-height: 60px;
  }
}
.quiz-ctn .quiz-question-one-two .col-sm-4 {
  padding: 0 5px;
}
.quiz-ctn .quiz-email {
  display: none;
}
.quiz-ctn .quiz-email h3 {
  font-weight: 400;
}
.quiz-ctn .quiz-email h4 {
  font-weight: 400;
  margin-bottom: 48px;
}
.quiz-ctn .quiz-email input {
  max-width: 320px;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(159, 159, 159, 0.5);
  border: solid 1px #bbbbbb;
  margin-bottom: 40px;
  padding-left: 12px;
  transition: all 0.2s ease-out;
}
.quiz-ctn .quiz-email .valid:focus, .quiz-ctn .quiz-email .valid:active {
  border: 1px solid #00c09d;
  transition: all 0.2s ease-out;
}
.quiz-ctn .quiz-email .invalid {
  background-color: rgba(239, 41, 100, 0.08);
}
.quiz-ctn .quiz-email .invalid:focus, .quiz-ctn .quiz-email .invalid:active {
  border: 1px solid #ef2964;
  transition: all 0.2s ease-out;
}
.quiz-ctn .quiz-question-next {
  display: none;
}
.quiz-ctn .quiz-question-next .col-sm-4 {
  padding: 0 5px;
}
.quiz-ctn .quiz-question-next .row:nth-child(2) .card-inner {
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-question-next .row:nth-child(2) .card-inner {
    margin-bottom: 12px;
    min-height: 60px;
  }
}
.quiz-ctn .quiz-result {
  display: none;
  padding-bottom: 200px;
}
.quiz-ctn .quiz-result h4 {
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-result h4 {
    font-size: 16px;
    font-weight: normal;
  }
}
.quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result a {
  color: #000;
  font-size: 18px;
}
.quiz-ctn .quiz-result .card-outer {
  min-height: 0;
}
.quiz-ctn .quiz-result .course-recommend-heading {
  font-weight: 400;
  margin-top: 36px;
  color: #ef2964;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .quiz-ctn .quiz-result .course-recommend-heading {
    font-size: 13px;
    font-weight: 500;
  }
}
.quiz-ctn .quiz-result .quiz-course-card .card-outer {
  padding-bottom: 44px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .quiz-course-card .card-outer {
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #979797;
  }
}
.quiz-ctn .quiz-result .quiz-course-card h1 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-weight: 500;
}
.quiz-ctn .quiz-result .quiz-course-card h4 {
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .quiz-ctn .quiz-result .quiz-course-card h4 {
    font-size: 16px;
    padding: 0 10px;
  }
}
.quiz-ctn .quiz-result .quiz-course-card p, .quiz-ctn .quiz-result .quiz-course-card .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result .quiz-course-card a {
  font-size: 13px;
}
.quiz-ctn .quiz-result .quiz-course-card .rating-text {
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 768px) {
  .quiz-ctn .quiz-result .quiz-course-card .rating-text {
    display: block;
  }
}
.quiz-ctn .quiz-result .quiz-course-card .rating-text img, .quiz-ctn .quiz-result .quiz-course-card .rating-text .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-result .quiz-course-card .rating-text .coursereport-logo {
  height: 18px;
  margin-top: -3px;
}
.quiz-ctn .quiz-result .quiz-course-card .workshop-details {
  border-top: solid 1px rgba(151, 151, 151, 0.15);
  border-bottom: solid 1px rgba(151, 151, 151, 0.15);
  background-color: rgba(239, 239, 246, 0.25);
  text-align: left;
  padding-top: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .quiz-course-card .workshop-details {
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.quiz-ctn .quiz-result .quiz-course-card .workshop-details .row {
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .quiz-course-card .workshop-details .row {
    margin-bottom: 0;
  }
}
.quiz-ctn .quiz-result .quiz-course-card .workshop-details .heading {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #00c09d;
}
.quiz-ctn .quiz-result .quiz-course-card .workshop-details .description {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .quiz-course-card .workshop-details .description {
    margin-bottom: 22px;
  }
}
.quiz-ctn .quiz-result .quiz-course-card button {
  letter-spacing: .7px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .quiz-course-card button {
    width: 90%;
  }
}
.quiz-ctn .quiz-result .quiz-course-card .employer-text {
  margin-top: 28px;
}
.quiz-ctn .quiz-result .quiz-course-card .employer-text p, .quiz-ctn .quiz-result .quiz-course-card .employer-text .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result .quiz-course-card .employer-text a {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.62;
  color: #000;
}
.quiz-ctn .quiz-result .quiz-course-card .more-about a {
  color: #2574a1;
  font-size: 18px;
  font-weight: 400;
}
.quiz-ctn .quiz-result .quiz-course-card .more-about a:hover {
  text-decoration: none;
}
.quiz-ctn .quiz-result .extra-course-text {
  margin-top: 36px;
  margin-bottom: 36px;
}
.quiz-ctn .quiz-result .manager-ctn {
  width: 50%;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 992px) {
  .quiz-ctn .quiz-result .manager-ctn {
    width: 100%;
  }
}
.quiz-ctn .quiz-result .manager-ctn h3 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 24px;
}
.quiz-ctn .quiz-result .manager-ctn i {
  color: #00c09d;
}
.quiz-ctn .quiz-result .manager-ctn p, .quiz-ctn .quiz-result .manager-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result .manager-ctn a {
  font-size: 13px;
}
.quiz-ctn .quiz-result .manager-ctn img, .quiz-ctn .quiz-result .manager-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-result .manager-ctn .coursereport-logo {
  width: 50%;
  max-width: 105px;
  float: right;
}
@media screen and (max-width: 767px) {
  .quiz-ctn .quiz-result .manager-ctn img, .quiz-ctn .quiz-result .manager-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .quiz-ctn .quiz-result .manager-ctn .coursereport-logo {
    width: 100%;
  }
}
.quiz-ctn .quiz-result .manager-ctn .email-verify {
  margin-bottom: 36px;
}
.quiz-ctn .quiz-result .manager-ctn .row {
  text-align: left;
}
.quiz-ctn .quiz-result .manager-ctn .row p, .quiz-ctn .quiz-result .manager-ctn .row .above-footer-cta-ctn a, .above-footer-cta-ctn .quiz-ctn .quiz-result .manager-ctn .row a {
  color: #00c09d;
  text-transform: uppercase;
}
.quiz-ctn .quiz-result .manager-ctn .row .manager-name {
  font-weight: 500;
}
.quiz-ctn .quiz-result .manager-ctn .row .manager-email a {
  color: #2d87b0;
}
.quiz-ctn .quiz-result .manager-ctn .row .manager-email a:hover {
  text-decoration: none;
}

body.refer {
  background-image: url("/images/referral/pg-data-pattern@3x.abe44229.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.refer-ctn h1,
.refer-ctn h3 {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #48485e;
}
.refer-ctn h1 {
  font-size: 28px;
  font-weight: 500;
  color: red;
}
@media screen and (max-width: 992px) {
  .refer-ctn h1 {
    font-size: 23px;
  }
}
.refer-ctn h3 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .refer-ctn h3 {
    font-size: 18px;
  }
}
.refer-ctn p, .refer-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn a {
  font-size: 16px;
  letter-spacing: 0.6px;
  font-family: 'Roboto', sans-serif;
  color: #48485e;
}
.refer-ctn button {
  width: 320px;
  height: 56px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #00c09d;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #00ab8c;
  transition: all 0.1s ease-out;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 992px) {
  .refer-ctn button {
    max-width: 320px;
    width: 100%;
  }
}
.refer-ctn button:hover {
  background-color: #2CA893;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
  transition: all 0.1s ease-out;
}
.refer-ctn .roboto, .refer-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .refer-ctn p, .refer-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .refer-ctn a, .refer-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .refer-ctn p, .refer-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .refer-ctn a, .refer-ctn .ux-landing-page #banner .hero-inner p, .ux-landing-page #banner .hero-inner .refer-ctn p, .refer-ctn .ux-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner .refer-ctn a, .refer-ctn .ux-landing-page .course-stats-ctn .course-stats-item p, .ux-landing-page .course-stats-ctn .course-stats-item .refer-ctn p, .refer-ctn .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item .refer-ctn a, .refer-ctn .ux-landing-page .curriculum-syllabus-ctn .card p, .ux-landing-page .curriculum-syllabus-ctn .card .refer-ctn p, .refer-ctn .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card .refer-ctn a, .refer-ctn .ux-landing-page .price-ctn .pricing-update-ctn p, .ux-landing-page .price-ctn .pricing-update-ctn .refer-ctn p, .refer-ctn .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn .refer-ctn a, .refer-ctn .ux-landing-page .workshop-dates-ctn .choose-date, .ux-landing-page .workshop-dates-ctn .refer-ctn .choose-date, .refer-ctn .ds-landing-page #banner .hero-inner p, .ds-landing-page #banner .hero-inner .refer-ctn p, .refer-ctn .ds-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner .refer-ctn a, .refer-ctn .ds-landing-page .course-stats-ctn .course-stats-item p, .ds-landing-page .course-stats-ctn .course-stats-item .refer-ctn p, .refer-ctn .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item .refer-ctn a, .refer-ctn .ds-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ds-landing-page .what-learn-ctn .end-course-ctn .refer-ctn .end-course-text, .refer-ctn .ds-landing-page .more-than-course .more-than-course-text, .ds-landing-page .more-than-course .refer-ctn .more-than-course-text, .refer-ctn .ds-landing-page .curriculum-syllabus-ctn .card p, .ds-landing-page .curriculum-syllabus-ctn .card .refer-ctn p, .refer-ctn .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card .refer-ctn a, .refer-ctn .ds-landing-page .price-ctn .pricing-update-ctn p, .ds-landing-page .price-ctn .pricing-update-ctn .refer-ctn p, .refer-ctn .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn .refer-ctn a, .refer-ctn .ds-landing-page .workshop-dates-ctn .choose-date, .ds-landing-page .workshop-dates-ctn .refer-ctn .choose-date, .refer-ctn .ds-landing-page .workshop-dates-ctn .enroll-card .date, .ds-landing-page .workshop-dates-ctn .enroll-card .refer-ctn .date, .refer-ctn .ds-landing-page .path-career-data-science-ctn .or-text, .ds-landing-page .path-career-data-science-ctn .refer-ctn .or-text, .refer-ctn .quiz-ctn .card-inner p, .quiz-ctn .card-inner .refer-ctn p, .refer-ctn .quiz-ctn .card-inner .above-footer-cta-ctn a, .quiz-ctn .card-inner .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .quiz-ctn .card-inner a, .above-footer-cta-ctn .quiz-ctn .card-inner .refer-ctn a, .refer-ctn .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .refer-ctn p, .refer-ctn .quiz-ctn .quiz-result .above-footer-cta-ctn a, .quiz-ctn .quiz-result .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .quiz-ctn .quiz-result a, .above-footer-cta-ctn .quiz-ctn .quiz-result .refer-ctn a, .refer-ctn button, .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .refer-ctn #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .refer-ctn .header-text, .refer-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .refer-ctn .content-link, .refer-ctn .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .refer-ctn p, .refer-ctn .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner .refer-ctn a, .refer-ctn .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page #banner .hero-inner .refer-ctn .workshop-description, .refer-ctn .ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .refer-ctn p, .refer-ctn .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item .refer-ctn a, .refer-ctn .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn .end-course-ctn .refer-ctn .end-course-text, .refer-ctn .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .refer-ctn .end-course-text, .refer-ctn .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .more-than-course .refer-ctn .more-than-course-text, .refer-ctn .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .refer-ctn p, .refer-ctn .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card .refer-ctn a, .refer-ctn .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .refer-ctn p, .refer-ctn .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .refer-ctn a, .refer-ctn .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn .refer-ctn a, .refer-ctn .ws-landing-page .workshop-dates-ctn .choose-date, .ws-landing-page .workshop-dates-ctn .refer-ctn .choose-date, .refer-ctn .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .workshop-dates-ctn .enroll-card .refer-ctn .date, .refer-ctn .ws-landing-page .path-career-data-science-ctn .or-text, .ws-landing-page .path-career-data-science-ctn .refer-ctn .or-text {
  font-family: 'Roboto', sans-serif;
}
.refer-ctn .open-sans, .refer-ctn .ux-landing-page .btn, .ux-landing-page .refer-ctn .btn, .refer-ctn .ux-landing-page .workshop-faq-ctn .panel-title a, .ux-landing-page .workshop-faq-ctn .panel-title .refer-ctn a, .refer-ctn .ux-landing-page .workshop-dates-ctn .enroll-card .btn, .ux-landing-page .workshop-dates-ctn .enroll-card .refer-ctn .btn, .refer-ctn .ds-landing-page .btn, .ds-landing-page .refer-ctn .btn, .refer-ctn .ds-landing-page .workshop-faq-ctn .panel-title a, .ds-landing-page .workshop-faq-ctn .panel-title .refer-ctn a, .refer-ctn .ds-landing-page .workshop-dates-ctn .enroll-card .btn, .ds-landing-page .workshop-dates-ctn .enroll-card .refer-ctn .btn, .refer-ctn .ws-landing-page .btn, .ws-landing-page .refer-ctn .btn, .refer-ctn .ws-landing-page .workshop-faq-ctn .panel-title a, .ws-landing-page .workshop-faq-ctn .panel-title .refer-ctn a, .refer-ctn .ws-landing-page .workshop-dates-ctn .enroll-card .btn, .ws-landing-page .workshop-dates-ctn .enroll-card .refer-ctn .btn {
  font-family: 'Open Sans', sans-serif;
}
.refer-ctn .text-green {
  color: #00c09d;
}
.refer-ctn .cf:before, .refer-ctn .curriculum-content form .control:before, .curriculum-content form .refer-ctn .control:before, .refer-ctn .curriculum-content .group_buttons:before, .curriculum-content .refer-ctn .group_buttons:before, .refer-ctn .curriculum-content .container:before, .curriculum-content .refer-ctn .container:before, .refer-ctn .curriculum-content .modal_content:before, .curriculum-content .refer-ctn .modal_content:before, .refer-ctn .curriculum-content .social_stat:before, .curriculum-content .refer-ctn .social_stat:before, .refer-ctn .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .refer-ctn .meta:before, .refer-ctn .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .refer-ctn .meta:before, .refer-ctn .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .refer-ctn .ratings:before, .refer-ctn .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .refer-ctn .ratings:before, .refer-ctn .curriculum-content .items_container:before, .curriculum-content .refer-ctn .items_container:before, .refer-ctn .curriculum-content .item_details:before, .curriculum-content .refer-ctn .item_details:before, .refer-ctn .curriculum-content .face_wall:before, .curriculum-content .refer-ctn .face_wall:before, .refer-ctn .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .refer-ctn .profile_inner:before, .refer-ctn .curriculum-content .learning_path_content:before, .curriculum-content .refer-ctn .learning_path_content:before, .refer-ctn .curriculum-content .lp_chapter:before, .curriculum-content .refer-ctn .lp_chapter:before, .refer-ctn .curriculum-content .lp_chapter > header:before, .curriculum-content .refer-ctn .lp_chapter > header:before, .refer-ctn .curriculum-content .each_resource:before, .curriculum-content .refer-ctn .each_resource:before, .refer-ctn .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .refer-ctn .heading:before, .refer-ctn .cf:after, .refer-ctn .curriculum-content form .control:after, .curriculum-content form .refer-ctn .control:after, .refer-ctn .curriculum-content .group_buttons:after, .curriculum-content .refer-ctn .group_buttons:after, .refer-ctn .curriculum-content .container:after, .curriculum-content .refer-ctn .container:after, .refer-ctn .curriculum-content .modal_content:after, .curriculum-content .refer-ctn .modal_content:after, .refer-ctn .curriculum-content .social_stat:after, .curriculum-content .refer-ctn .social_stat:after, .refer-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .refer-ctn .meta:after, .refer-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .refer-ctn .meta:after, .refer-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .refer-ctn .ratings:after, .refer-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .refer-ctn .ratings:after, .refer-ctn .curriculum-content .items_container:after, .curriculum-content .refer-ctn .items_container:after, .refer-ctn .curriculum-content .item_details:after, .curriculum-content .refer-ctn .item_details:after, .refer-ctn .curriculum-content .face_wall:after, .curriculum-content .refer-ctn .face_wall:after, .refer-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .refer-ctn .profile_inner:after, .refer-ctn .curriculum-content .learning_path_content:after, .curriculum-content .refer-ctn .learning_path_content:after, .refer-ctn .curriculum-content .lp_chapter:after, .curriculum-content .refer-ctn .lp_chapter:after, .refer-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .refer-ctn .lp_chapter > header:after, .refer-ctn .curriculum-content .each_resource:after, .curriculum-content .refer-ctn .each_resource:after, .refer-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .refer-ctn .heading:after {
  content: "";
  display: table;
}
.refer-ctn .cf:after, .refer-ctn .curriculum-content form .control:after, .curriculum-content form .refer-ctn .control:after, .refer-ctn .curriculum-content .group_buttons:after, .curriculum-content .refer-ctn .group_buttons:after, .refer-ctn .curriculum-content .container:after, .curriculum-content .refer-ctn .container:after, .refer-ctn .curriculum-content .modal_content:after, .curriculum-content .refer-ctn .modal_content:after, .refer-ctn .curriculum-content .social_stat:after, .curriculum-content .refer-ctn .social_stat:after, .refer-ctn .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .refer-ctn .meta:after, .refer-ctn .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .refer-ctn .meta:after, .refer-ctn .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .refer-ctn .ratings:after, .refer-ctn .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .refer-ctn .ratings:after, .refer-ctn .curriculum-content .items_container:after, .curriculum-content .refer-ctn .items_container:after, .refer-ctn .curriculum-content .item_details:after, .curriculum-content .refer-ctn .item_details:after, .refer-ctn .curriculum-content .face_wall:after, .curriculum-content .refer-ctn .face_wall:after, .refer-ctn .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .refer-ctn .profile_inner:after, .refer-ctn .curriculum-content .learning_path_content:after, .curriculum-content .refer-ctn .learning_path_content:after, .refer-ctn .curriculum-content .lp_chapter:after, .curriculum-content .refer-ctn .lp_chapter:after, .refer-ctn .curriculum-content .lp_chapter > header:after, .curriculum-content .refer-ctn .lp_chapter > header:after, .refer-ctn .curriculum-content .each_resource:after, .curriculum-content .refer-ctn .each_resource:after, .refer-ctn .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .refer-ctn .heading:after {
  clear: both;
}
.refer-ctn .emerald {
  color: #00c09d;
  font-weight: 500;
}
.refer-ctn .white-header img, .refer-ctn .white-header .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .refer-ctn .white-header .coursereport-logo {
  height: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .refer-ctn .white-header {
    margin-bottom: 32px;
    text-align: center;
  }
}
.refer-ctn .refer-card-inner {
  padding-bottom: 40px;
  margin-top: 40px;
  opacity: 0.78;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #979797;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .refer-ctn .refer-card-inner {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.refer-ctn .refer-card-inner h1 {
  margin-bottom: 36px;
}
.refer-ctn .refer-card-inner h3 {
  font-weight: 400;
  margin-bottom: 29px;
  margin-top: 49px;
}
.refer-ctn .refer-card-inner .refer-well {
  background-color: rgba(239, 239, 246, 0.25);
  border-top: solid 1px rgba(151, 151, 151, 0.25);
  border-bottom: solid 1px rgba(151, 151, 151, 0.25);
  padding-top: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .refer-ctn .refer-card-inner .refer-well {
    padding-top: 20px;
  }
}
.refer-ctn .refer-card-inner .refer-well p, .refer-ctn .refer-card-inner .refer-well .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .refer-well a {
  display: inline-block;
}
.refer-ctn .refer-card-inner .refer-well button {
  display: block;
  margin: 36px auto;
}
.refer-ctn .refer-card-inner .refer-well button a {
  color: #fff;
}
.refer-ctn .refer-card-inner .refer-well button a:hover {
  color: #fff;
  text-decoration: none;
}
.refer-ctn .refer-card-inner .refer-well .well-text {
  font-weight: 300;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .refer-ctn .refer-card-inner .refer-well .well-text {
    display: block;
  }
}
.refer-ctn .refer-card-inner .refer-well .find-course-btn:hover {
  text-decoration: none;
}
.refer-ctn .refer-card-inner .refer-well .link {
  display: inline-block;
  width: 160px;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px;
}
.refer-ctn .refer-card-inner .refer-well .link p, .refer-ctn .refer-card-inner .refer-well .link .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .refer-well .link a {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  line-height: 32px;
  margin: 0;
}
.refer-ctn .refer-card-inner .refer-well .link span {
  float: right;
  background-color: #f0f0f0;
  line-height: 32px;
  padding: 0 10px;
  text-transform: uppercase;
  border-left: 1px solid #979797;
}
.refer-ctn .refer-card-inner .refer-well .link span img, .refer-ctn .refer-card-inner .refer-well .link span .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .refer-ctn .refer-card-inner .refer-well .link span .coursereport-logo {
  height: 16px;
  vertical-align: -3px;
}
.refer-ctn .refer-card-inner .refer-well .link .copy-code {
  cursor: pointer;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}
.refer-ctn .refer-card-inner .row {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .refer-ctn .refer-card-inner .row {
    margin-bottom: 32px;
  }
}
.refer-ctn .refer-card-inner .row .col-xs-3 img, .refer-ctn .refer-card-inner .row .col-xs-3 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .refer-ctn .refer-card-inner .row .col-xs-3 .coursereport-logo {
  width: 80px;
}
.refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
}
.refer-ctn .refer-card-inner .refer-details .detail-heading {
  font-weight: 500;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .refer-ctn .refer-card-inner .refer-details .detail-heading {
    font-weight: 500;
    font-size: 20px;
    padding: 0 10px;
  }
}

#referral_modal .emerald {
  color: #00c09d;
}
#referral_modal .modal-dialog {
  width: 950px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #referral_modal .modal-dialog {
    width: 90%;
  }
}
#referral_modal .modal-dialog .modal-content {
  margin-top: 60px;
  margin-bottom: 80px;
}
#referral_modal .modal-dialog .modal-content .modal-header {
  background-color: #efeff6;
}
#referral_modal .modal-dialog .modal-content .modal-header .header-image img, #referral_modal .modal-dialog .modal-content .modal-header .header-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #referral_modal .modal-dialog .modal-content .modal-header .header-image .coursereport-logo {
  width: 275px;
  max-width: 90%;
}
#referral_modal .modal-dialog .modal-content .modal-header .header-text p, #referral_modal .modal-dialog .modal-content .modal-header .header-text .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-header .header-text a {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
#referral_modal .modal-dialog .modal-content .modal-header .header-text .heading {
  font-size: 24px;
  letter-spacing: 0.6px;
  margin: 20px 0;
}
#referral_modal .modal-dialog .modal-content .modal-header .header-text .sub-heading {
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.6px;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#referral_modal .modal-dialog .modal-content .modal-body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  border-bottom-right-radius: 8 px;
  border-bottom-left-radius: 8 px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link {
  margin-top: 17px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link-label {
  margin-bottom: 8px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link {
  border: 1px solid #979797;
  border-radius: 3px;
  padding-left: 10px;
  white-space: nowrap;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .link .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .link a {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  line-height: 40px;
  vertical-align: -5px;
  margin-bottom: 0;
  max-width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  #referral_modal .modal-dialog .modal-content .modal-body .content-link .link p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .link .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .link a {
    max-width: 300px;
  }
}
@media screen and (max-width: 479px) {
  #referral_modal .modal-dialog .modal-content .modal-body .content-link .link p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .link .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .link a {
    max-width: 230px;
  }
}
@media screen and (max-width: 400px) {
  #referral_modal .modal-dialog .modal-content .modal-body .content-link .link p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .link .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .link a {
    max-width: 150px;
  }
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link span {
  float: right;
  background-color: #f0f0f0;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  border-left: 1px solid #979797;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link span img, #referral_modal .modal-dialog .modal-content .modal-body .content-link .link span .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .link span .coursereport-logo {
  height: 16px;
  vertical-align: -3px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .link .copy-code {
  cursor: pointer;
  font-size: 13px;
  color: #000;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social {
  margin-top: 24px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item {
  display: inline-block;
  width: 30%;
  background-color: #ccc;
  height: 58px;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 14px;
  }
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item i {
  font-size: 28px;
  margin-left: 12px;
  vertical-align: -5px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-item a {
  line-height: 58px;
  display: inline;
  letter-spacing: 0.6px;
  font-weight: 300;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first {
  background-color: #0183ff;
  border: solid 1px #0377e6;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first img, #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first .coursereport-logo {
  height: 36px;
  vertical-align: -12px;
  margin-left: 12px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first i {
  margin-left: 10px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-first a {
  margin-left: 10px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle {
  background-color: #4465ae;
  border: solid 1px #3b5ba2;
  margin-left: 4%;
  margin-right: 4.5%;
}
@media screen and (max-width: 992px) {
  #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle {
    margin-left: 10%;
    margin-right: 0;
  }
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle i {
  margin-left: 24px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-middle a {
  margin-left: 20px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-last {
  background-color: #1da1f2;
  border: solid 1px #1797e5;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-last p, #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-last .above-footer-cta-ctn a, .above-footer-cta-ctn #referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-last a {
  margin-left: 12px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .social .social-share-last i {
  margin-left: 20px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .learn {
  text-align: center;
  margin-top: 32px;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .learn a {
  letter-spacing: 0.7px;
  font-weight: 300;
  color: #2574a1;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .learn a:link {
  color: #2574a1;
}
#referral_modal .modal-dialog .modal-content .modal-body .content-link .learn a:hover {
  text-decoration: none;
}

.ws-landing-page h1, .ws-landing-page h2, .ws-landing-page h3, .ws-landing-page h4, .ws-landing-page h5, .ws-landing-page h6, .ws-landing-page li, .ws-landing-page a {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.ws-landing-page h4 {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page h4 {
    font-size: 24px;
    padding: 0 10px;
  }
}
.ws-landing-page p, .ws-landing-page .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page a {
  letter-spacing: 0.6px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.ws-landing-page .wrapper {
  max-width: 100%;
  padding: 0 81px;
}
.ws-landing-page section {
  margin: 0;
  padding: 0;
}
.ws-landing-page .cf:before, .ws-landing-page .curriculum-content form .control:before, .curriculum-content form .ws-landing-page .control:before, .ws-landing-page .curriculum-content .group_buttons:before, .curriculum-content .ws-landing-page .group_buttons:before, .ws-landing-page .curriculum-content .container:before, .curriculum-content .ws-landing-page .container:before, .ws-landing-page .curriculum-content .modal_content:before, .curriculum-content .ws-landing-page .modal_content:before, .ws-landing-page .curriculum-content .social_stat:before, .curriculum-content .ws-landing-page .social_stat:before, .ws-landing-page .curriculum-content .grid_item .meta:before, .curriculum-content .grid_item .ws-landing-page .meta:before, .ws-landing-page .curriculum-content .grid_view .each_item .meta:before, .curriculum-content .grid_view .each_item .ws-landing-page .meta:before, .ws-landing-page .curriculum-content .grid_item .ratings:before, .curriculum-content .grid_item .ws-landing-page .ratings:before, .ws-landing-page .curriculum-content .grid_view .each_item .ratings:before, .curriculum-content .grid_view .each_item .ws-landing-page .ratings:before, .ws-landing-page .curriculum-content .items_container:before, .curriculum-content .ws-landing-page .items_container:before, .ws-landing-page .curriculum-content .item_details:before, .curriculum-content .ws-landing-page .item_details:before, .ws-landing-page .curriculum-content .face_wall:before, .curriculum-content .ws-landing-page .face_wall:before, .ws-landing-page .curriculum-content .author_profile .profile_inner:before, .curriculum-content .author_profile .ws-landing-page .profile_inner:before, .ws-landing-page .curriculum-content .learning_path_content:before, .curriculum-content .ws-landing-page .learning_path_content:before, .ws-landing-page .curriculum-content .lp_chapter:before, .curriculum-content .ws-landing-page .lp_chapter:before, .ws-landing-page .curriculum-content .lp_chapter > header:before, .curriculum-content .ws-landing-page .lp_chapter > header:before, .ws-landing-page .curriculum-content .each_resource:before, .curriculum-content .ws-landing-page .each_resource:before, .ws-landing-page .curriculum-content .each_resource .heading:before, .curriculum-content .each_resource .ws-landing-page .heading:before, .ws-landing-page .cf:after, .ws-landing-page .curriculum-content form .control:after, .curriculum-content form .ws-landing-page .control:after, .ws-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ws-landing-page .group_buttons:after, .ws-landing-page .curriculum-content .container:after, .curriculum-content .ws-landing-page .container:after, .ws-landing-page .curriculum-content .modal_content:after, .curriculum-content .ws-landing-page .modal_content:after, .ws-landing-page .curriculum-content .social_stat:after, .curriculum-content .ws-landing-page .social_stat:after, .ws-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ws-landing-page .meta:after, .ws-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ws-landing-page .meta:after, .ws-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ws-landing-page .ratings:after, .ws-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ws-landing-page .ratings:after, .ws-landing-page .curriculum-content .items_container:after, .curriculum-content .ws-landing-page .items_container:after, .ws-landing-page .curriculum-content .item_details:after, .curriculum-content .ws-landing-page .item_details:after, .ws-landing-page .curriculum-content .face_wall:after, .curriculum-content .ws-landing-page .face_wall:after, .ws-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ws-landing-page .profile_inner:after, .ws-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ws-landing-page .learning_path_content:after, .ws-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ws-landing-page .lp_chapter:after, .ws-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ws-landing-page .lp_chapter > header:after, .ws-landing-page .curriculum-content .each_resource:after, .curriculum-content .ws-landing-page .each_resource:after, .ws-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ws-landing-page .heading:after {
  content: "";
  display: table;
}
.ws-landing-page .cf:after, .ws-landing-page .curriculum-content form .control:after, .curriculum-content form .ws-landing-page .control:after, .ws-landing-page .curriculum-content .group_buttons:after, .curriculum-content .ws-landing-page .group_buttons:after, .ws-landing-page .curriculum-content .container:after, .curriculum-content .ws-landing-page .container:after, .ws-landing-page .curriculum-content .modal_content:after, .curriculum-content .ws-landing-page .modal_content:after, .ws-landing-page .curriculum-content .social_stat:after, .curriculum-content .ws-landing-page .social_stat:after, .ws-landing-page .curriculum-content .grid_item .meta:after, .curriculum-content .grid_item .ws-landing-page .meta:after, .ws-landing-page .curriculum-content .grid_view .each_item .meta:after, .curriculum-content .grid_view .each_item .ws-landing-page .meta:after, .ws-landing-page .curriculum-content .grid_item .ratings:after, .curriculum-content .grid_item .ws-landing-page .ratings:after, .ws-landing-page .curriculum-content .grid_view .each_item .ratings:after, .curriculum-content .grid_view .each_item .ws-landing-page .ratings:after, .ws-landing-page .curriculum-content .items_container:after, .curriculum-content .ws-landing-page .items_container:after, .ws-landing-page .curriculum-content .item_details:after, .curriculum-content .ws-landing-page .item_details:after, .ws-landing-page .curriculum-content .face_wall:after, .curriculum-content .ws-landing-page .face_wall:after, .ws-landing-page .curriculum-content .author_profile .profile_inner:after, .curriculum-content .author_profile .ws-landing-page .profile_inner:after, .ws-landing-page .curriculum-content .learning_path_content:after, .curriculum-content .ws-landing-page .learning_path_content:after, .ws-landing-page .curriculum-content .lp_chapter:after, .curriculum-content .ws-landing-page .lp_chapter:after, .ws-landing-page .curriculum-content .lp_chapter > header:after, .curriculum-content .ws-landing-page .lp_chapter > header:after, .ws-landing-page .curriculum-content .each_resource:after, .curriculum-content .ws-landing-page .each_resource:after, .ws-landing-page .curriculum-content .each_resource .heading:after, .curriculum-content .each_resource .ws-landing-page .heading:after {
  clear: both;
}
.ws-landing-page .owl-theme .owl-controls .owl-page.active span, .ws-landing-page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #00c09d !important;
}
.ws-landing-page .desktop-workshop-nav {
  position: relative;
  z-index: 5;
}
.ws-landing-page .btn {
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px;
}
.ws-landing-page .btn-primary {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
}
.ws-landing-page .btn-primary:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
.ws-landing-page .fixed {
  position: fixed;
}
.ws-landing-page .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.ws-landing-page .roboto, .ws-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card p, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ws-landing-page p, .ws-landing-page #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #dsc-landing-page .workshop-curriculum-ctn .workshop-curriculum-content .card .ws-landing-page a, .ws-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card p, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ws-landing-page p, .ws-landing-page #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn a, #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card a, .above-footer-cta-ctn #career-track .workshop-curriculum-ctn .workshop-curriculum-content .card .ws-landing-page a, .ux-landing-page #banner .hero-inner .ws-landing-page p, .ux-landing-page #banner .hero-inner .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ux-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ux-landing-page #banner .hero-inner .ws-landing-page a, .ux-landing-page .course-stats-ctn .course-stats-item .ws-landing-page p, .ux-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ux-landing-page .course-stats-ctn .course-stats-item .ws-landing-page a, .ux-landing-page .curriculum-syllabus-ctn .card .ws-landing-page p, .ux-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ux-landing-page .curriculum-syllabus-ctn .card .ws-landing-page a, .ux-landing-page .price-ctn .pricing-update-ctn .ws-landing-page p, .ux-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ux-landing-page .price-ctn .pricing-update-ctn .ws-landing-page a, .ux-landing-page .workshop-dates-ctn .ws-landing-page .choose-date, .ds-landing-page #banner .hero-inner .ws-landing-page p, .ds-landing-page #banner .hero-inner .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ds-landing-page #banner .hero-inner a, .above-footer-cta-ctn .ds-landing-page #banner .hero-inner .ws-landing-page a, .ds-landing-page .course-stats-ctn .course-stats-item .ws-landing-page p, .ds-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item a, .above-footer-cta-ctn .ds-landing-page .course-stats-ctn .course-stats-item .ws-landing-page a, .ds-landing-page .what-learn-ctn .end-course-ctn .ws-landing-page .end-course-text, .ds-landing-page .more-than-course .ws-landing-page .more-than-course-text, .ds-landing-page .curriculum-syllabus-ctn .card .ws-landing-page p, .ds-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card a, .above-footer-cta-ctn .ds-landing-page .curriculum-syllabus-ctn .card .ws-landing-page a, .ds-landing-page .price-ctn .pricing-update-ctn .ws-landing-page p, .ds-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn a, .above-footer-cta-ctn .ds-landing-page .price-ctn .pricing-update-ctn .ws-landing-page a, .ds-landing-page .workshop-dates-ctn .ws-landing-page .choose-date, .ds-landing-page .workshop-dates-ctn .enroll-card .ws-landing-page .date, .ds-landing-page .path-career-data-science-ctn .ws-landing-page .or-text, .ws-landing-page .quiz-ctn .card-inner p, .quiz-ctn .card-inner .ws-landing-page p, .ws-landing-page .quiz-ctn .card-inner .above-footer-cta-ctn a, .quiz-ctn .card-inner .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .quiz-ctn .card-inner a, .above-footer-cta-ctn .quiz-ctn .card-inner .ws-landing-page a, .ws-landing-page .quiz-ctn .quiz-result p, .quiz-ctn .quiz-result .ws-landing-page p, .ws-landing-page .quiz-ctn .quiz-result .above-footer-cta-ctn a, .quiz-ctn .quiz-result .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .quiz-ctn .quiz-result a, .above-footer-cta-ctn .quiz-ctn .quiz-result .ws-landing-page a, .ws-landing-page .refer-ctn button, .refer-ctn .ws-landing-page button, .ws-landing-page .refer-ctn .refer-card-inner .refer-well .link .copy-code, .refer-ctn .refer-card-inner .refer-well .link .ws-landing-page .copy-code, .ws-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 p, .refer-ctn .refer-card-inner .row .col-xs-9 .ws-landing-page p, .ws-landing-page .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn a, .refer-ctn .refer-card-inner .row .col-xs-9 .above-footer-cta-ctn .ws-landing-page a, .ws-landing-page .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 a, .above-footer-cta-ctn .refer-ctn .refer-card-inner .row .col-xs-9 .ws-landing-page a, .ws-landing-page #referral_modal .modal-dialog .modal-content .modal-header .header-text, #referral_modal .modal-dialog .modal-content .modal-header .ws-landing-page .header-text, .ws-landing-page #referral_modal .modal-dialog .modal-content .modal-body .content-link, #referral_modal .modal-dialog .modal-content .modal-body .ws-landing-page .content-link, .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a, .ws-landing-page #banner .hero-inner .workshop-description, .ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a, .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text, .ws-landing-page .more-than-course .more-than-course-text, .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a, .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a, .ws-landing-page .workshop-dates-ctn .choose-date, .ws-landing-page .workshop-dates-ctn .enroll-card .date, .ws-landing-page .path-career-data-science-ctn .or-text {
  font-family: 'Roboto', sans-serif;
}
.ws-landing-page .open-sans, .ux-landing-page .workshop-faq-ctn .panel-title .ws-landing-page a, .ux-landing-page .workshop-dates-ctn .enroll-card .ws-landing-page .btn, .ds-landing-page .workshop-faq-ctn .panel-title .ws-landing-page a, .ds-landing-page .workshop-dates-ctn .enroll-card .ws-landing-page .btn, .ws-landing-page .btn, .ws-landing-page .workshop-faq-ctn .panel-title a, .ws-landing-page .workshop-dates-ctn .enroll-card .btn {
  font-family: 'Open Sans', sans-serif;
}
.ws-landing-page .text-green {
  color: #00c09d;
}

.ws-landing-page {
  max-width: 100%;
  overflow: hidden;
}
.ws-landing-page section:last-child {
  padding-bottom: 120px;
}
.ws-landing-page .equal-heights {
  display: flex;
  flex-wrap: wrap;
}
.ws-landing-page #banner {
  padding-top: 80px;
  padding-left: 40px;
  background-size: cover;
  height: 524px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .ws-landing-page #banner {
    padding: 40px 20px;
  }
}
.ws-landing-page #banner .hero-inner {
  width: 70%;
  float: left;
}
.ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a {
  color: #fff;
  font-size: 22px;
  width: 70%;
}
.ws-landing-page #banner .hero-inner .trial-support-text {
  margin-top: 16px;
  font-size: 13px;
}
.ws-landing-page #banner .hero-inner .course-cta-ctn a {
  padding: 10px 40px;
}
.ws-landing-page #banner .hero-inner .wk-overview {
  list-style: disc;
  padding: 0;
}
.ws-landing-page #banner .hero-inner .wk-overview li {
  display: inline-block;
  margin: 0 5px;
}
.ws-landing-page #banner .hero-inner .wk-overview li:first-child {
  margin-left: 0;
}
.ws-landing-page #banner .hero-inner .enroll-btn-ctn a {
  text-transform: none;
}
.ws-landing-page #banner .hero-inner .workshop-name {
  font-weight: 500;
  font-size: 46px;
  margin: 35px 0;
}
.ws-landing-page #banner .hero-inner .tagline {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 60px;
  width: 80%;
}
.ws-landing-page #banner .hero-inner .workshop-description {
  color: #fff;
  font-size: 22px;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .ws-landing-page #banner .hero-inner {
    width: 100%;
  }
  .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a {
    width: 100%;
  }
  .ws-landing-page #banner .hero-inner .workshop-description {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ws-landing-page #banner {
    height: 640px;
    text-align: center;
  }
  .ws-landing-page #banner .hero-inner {
    padding-left: 0;
    width: 100%;
  }
  .ws-landing-page #banner .hero-inner p, .ws-landing-page #banner .hero-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page #banner .hero-inner a {
    width: 100%;
  }
}
.ws-landing-page .overview-nav-ctn.fixed {
  top: 0;
  width: 100%;
  z-index: 5;
}
.ws-landing-page .overview-nav-ctn {
  border-bottom: 3px solid #efeff6;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 0;
}
.ws-landing-page .overview-nav-ctn .list-inline {
  margin-top: 0;
}
.ws-landing-page .overview-nav-ctn .list-inline li {
  padding: 0;
  margin-right: 12px;
  border-bottom: 5px solid #fff;
}
.ws-landing-page .overview-nav-ctn .list-inline li a {
  letter-spacing: 0.6px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #48485e;
  line-height: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
  .ws-landing-page .overview-nav-ctn .list-inline li a {
    padding: 25px 5px 15px 5px;
  }
}
.ws-landing-page .overview-nav-ctn .list-inline li a:hover {
  background: none;
}
.ws-landing-page .overview-nav-ctn .list-inline li.active {
  border-bottom: 5px solid #00c09d;
}
.ws-landing-page .overview-nav-ctn .list-inline li:hover {
  border-bottom: 5px solid #00c09d;
  transition: all .5s;
}
.ws-landing-page .overview-nav-ctn .btn-lg, .ws-landing-page .overview-nav-ctn .btn-group-lg > .btn {
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
  padding: 10px 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}
.ws-landing-page .overview-nav-ctn .btn-tertiary {
  margin-right: 30px;
  background-color: #a4a4af;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .overview-nav-ctn .btn-lg, .ws-landing-page .overview-nav-ctn .btn-group-lg > .btn {
    margin-top: 9px;
  }
  .ws-landing-page .overview-nav-ctn .list-inline li a {
    padding: 20px 10px;
  }
}
.ws-landing-page .course-stats-ctn {
  background-color: rgba(239, 239, 246, 0.49);
  padding: 20px 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .course-stats-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .course-stats-ctn .course-stats-item h4 {
  font-size: 26px;
  font-weight: 700;
  color: #00c09d;
  margin-bottom: 0;
  line-height: 1.31;
  padding-bottom: 5px;
}
.ws-landing-page .course-stats-ctn .course-stats-item p, .ws-landing-page .course-stats-ctn .course-stats-item .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .course-stats-ctn .course-stats-item a {
  font-weight: 300;
  color: #48485e;
  font-size: 15px;
  line-height: 1.15;
  margin-bottom: 5px;
}
.ws-landing-page .course-stats-ctn .course-stats-item img, .ws-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
  float: right;
  margin-top: 12px;
  width: 50px;
}
.ws-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
  border-left: 1px solid rgba(179, 179, 179, 0.49);
  border-right: 1px solid rgba(179, 179, 179, 0.49);
}
@media screen and (max-width: 992px) {
  .ws-landing-page .course-stats-ctn .course-stats-item img, .ws-landing-page .course-stats-ctn .course-stats-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .course-stats-ctn .course-stats-item .coursereport-logo {
    float: left;
    margin: 0 20px 30px 20px;
  }
  .ws-landing-page .course-stats-ctn .course-stats-item:nth-child(2) {
    border: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .featured-in-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .featured-in-ctn .x-col-20 {
  width: 20%;
  display: inline-block;
  float: left;
}
.ws-landing-page .featured-in-ctn .course-stats-mobile {
  font-size: 0;
  text-align: center;
}
.ws-landing-page .featured-in-ctn .course-stats-mobile .course-stats-image {
  float: none;
  display: inline-block;
}
.ws-landing-page .featured-in-ctn .course-stats-image {
  margin: 20px 0 60px 0;
}
.ws-landing-page .featured-in-ctn .course-stats-image img, .ws-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .featured-in-ctn .course-stats-image img, .ws-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .featured-in-ctn .course-stats-image .coursereport-logo {
    width: 120%;
  }
  .ws-landing-page .featured-in-ctn .course-stats-image img.size-2of3, .ws-landing-page .featured-in-ctn .course-stats-image .reviews-ctn .reviews-coursereport-ctn .size-2of3.coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .featured-in-ctn .course-stats-image .size-2of3.coursereport-logo {
    width: 66%;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .featured-in-ctn .course-stats-image {
    margin: 20px 0px 20px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .course-overview-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .course-overview-ctn h4 {
  font-weight: 300;
  margin-bottom: 26px;
  margin-top: 31px;
  color: #48485e;
}
.ws-landing-page .course-overview-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ws-landing-page .course-overview-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ws-landing-page .course-overview-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ws-landing-page .course-overview-ctn .video-content {
    width: 288px;
  }
}
.ws-landing-page .course-overview-ctn .video-content p, .ws-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .course-overview-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ws-landing-page .course-overview-ctn .video-content p, .ws-landing-page .course-overview-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .course-overview-ctn .video-content a {
    font-size: 12px;
  }
}
.ws-landing-page .course-overview-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ws-landing-page .course-overview-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ws-landing-page .course-overview-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ws-landing-page .course-overview-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ws-landing-page .what-learn-ctn {
  margin-top: 70px;
}
.ws-landing-page .what-learn-ctn, .ws-landing-page .what-learn-ctn-inner {
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .what-learn-ctn, .ws-landing-page .what-learn-ctn-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .what-learn-ctn, .ws-landing-page .what-learn-ctn-inner {
    padding-left: 20px;
  }
}
.ws-landing-page .what-learn-ctn p, .ws-landing-page .what-learn-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .what-learn-ctn a, .ws-landing-page .what-learn-ctn-inner p, .ws-landing-page .what-learn-ctn-inner .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .what-learn-ctn-inner a {
  margin-top: 20px;
  margin-bottom: 58px;
  font-weight: 300;
}
.ws-landing-page .what-learn-ctn h5, .ws-landing-page .what-learn-ctn-inner h5 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #000;
}
.ws-landing-page .what-learn-ctn .what-learn-description, .ws-landing-page .what-learn-ctn-inner .what-learn-description {
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .what-learn-ctn .what-learn-description, .ws-landing-page .what-learn-ctn-inner .what-learn-description {
    text-align: left;
  }
}
.ws-landing-page .what-learn-ctn .row, .ws-landing-page .what-learn-ctn-inner .row {
  text-align: left;
}
.ws-landing-page .what-learn-ctn .row p, .ws-landing-page .what-learn-ctn .row .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .what-learn-ctn .row a, .ws-landing-page .what-learn-ctn-inner .row p, .ws-landing-page .what-learn-ctn-inner .row .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .what-learn-ctn-inner .row a {
  margin: initial;
}
.ws-landing-page .what-learn-ctn .row .left img, .ws-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .what-learn-ctn .row .left .coursereport-logo, .ws-landing-page .what-learn-ctn-inner .row .left img, .ws-landing-page .what-learn-ctn-inner .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .what-learn-ctn-inner .row .left .coursereport-logo {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .what-learn-ctn .row .left img, .ws-landing-page .what-learn-ctn .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .what-learn-ctn .row .left .coursereport-logo, .ws-landing-page .what-learn-ctn-inner .row .left img, .ws-landing-page .what-learn-ctn-inner .row .left .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .what-learn-ctn-inner .row .left .coursereport-logo {
    max-width: 40px;
  }
}
.ws-landing-page .what-learn-ctn .row .what-learn-heading, .ws-landing-page .what-learn-ctn-inner .row .what-learn-heading {
  font-weight: 500;
  margin-bottom: 7px;
}
.ws-landing-page .what-learn-ctn .row .what-learn-text, .ws-landing-page .what-learn-ctn-inner .row .what-learn-text {
  padding-right: 50px;
  font-weight: 300;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .what-learn-ctn .row .what-learn-text, .ws-landing-page .what-learn-ctn-inner .row .what-learn-text {
    margin-bottom: 30px;
  }
}
.ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text {
  color: #48485e;
  padding-right: 10px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-text, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-text {
    padding-right: 20px;
  }
}
.ws-landing-page .what-learn-ctn .end-course-ctn .end-course-check, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-check {
  padding-top: 7px;
}
.ws-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-portfolio-image {
  position: relative;
  width: 100%;
  max-width: 252px;
  top: -110px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .what-learn-ctn .end-course-ctn .end-course-portfolio-image, .ws-landing-page .what-learn-ctn-inner .end-course-ctn .end-course-portfolio-image {
    width: 50%;
    top: 0;
    margin-bottom: 40px;
    max-width: 250px;
  }
}
.ws-landing-page .more-than-course {
  padding: 54px 0 40px 0;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .more-than-course {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .more-than-course {
    padding: 24px 0px 24px 0;
  }
}
.ws-landing-page .more-than-course img, .ws-landing-page .more-than-course .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .more-than-course .coursereport-logo {
  width: 60%;
  padding-top: 32px;
  max-width: 250px;
}
.ws-landing-page .more-than-course p, .ws-landing-page .more-than-course .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .more-than-course a {
  margin-top: 20px;
  font-weight: 300;
}
.ws-landing-page .more-than-course h5 {
  font-weight: 400;
  margin-top: 20px;
}
.ws-landing-page .more-than-course .more-than-course-text {
  padding: 0 50px;
  font-size: 15px;
  color: #48485e;
}
.ws-landing-page .alum-test-ctn {
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .alum-test-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .alum-test-ctn h4 {
  font-weight: 300;
  margin-bottom: 29px;
  margin-top: 53px;
  color: #48485e;
}
.ws-landing-page .alum-test-ctn p, .ws-landing-page .alum-test-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .alum-test-ctn a {
  font-weight: 300;
}
.ws-landing-page .alum-test-ctn .video-content {
  position: relative;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ws-landing-page .alum-test-ctn .video-content {
    width: 480px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ws-landing-page .alum-test-ctn .video-content {
    width: 320px;
  }
}
@media screen and (max-width: 319px) {
  .ws-landing-page .alum-test-ctn .video-content {
    width: 288px;
  }
}
.ws-landing-page .alum-test-ctn .video-content p, .ws-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .alum-test-ctn .video-content a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 667px) {
  .ws-landing-page .alum-test-ctn .video-content p, .ws-landing-page .alum-test-ctn .video-content .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .alum-test-ctn .video-content a {
    font-size: 12px;
  }
}
.ws-landing-page .alum-test-ctn iframe {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 667px) and (min-width: 500px) {
  .ws-landing-page .alum-test-ctn iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  .ws-landing-page .alum-test-ctn iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .ws-landing-page .alum-test-ctn iframe {
    width: 288px;
    height: 162px;
  }
}
.ws-landing-page .company-logos-desktop {
  padding: 0 80px 64px 80px;
  background-color: rgba(239, 239, 246, 0.49);
  clear: both;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .company-logos-desktop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .company-logos-desktop h4 {
  padding: 64px 0;
  margin: 0;
}
.ws-landing-page .company-logos-desktop .row .col-md-12 div {
  margin: 0;
  padding: 0;
  max-width: 19%;
  display: inline-block;
}
.ws-landing-page .company-logos-desktop .row .col-md-12 div img, .ws-landing-page .company-logos-desktop .row .col-md-12 div .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .company-logos-desktop .row .col-md-12 div .coursereport-logo {
  max-width: 100%;
}
.ws-landing-page .company-logos-mobile {
  padding: 44px 0 64px;
  background-color: rgba(239, 239, 246, 0.49);
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .company-logos-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .company-logos-mobile .logos-mobile-inner {
  text-align: center;
  font-size: 0;
}
.ws-landing-page .company-logos-mobile .logos-mobile-inner div {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .company-logos-mobile {
    padding: 24px 0 24px 0;
  }
}
.ws-landing-page .company-logos-mobile h3 {
  padding: 0;
  margin: 0 0 44px;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.ws-landing-page .company-logos-mobile .col-xs-4 div {
  display: inline-block;
}
.ws-landing-page .company-logos-mobile .col-xs-4 img, .ws-landing-page .company-logos-mobile .col-xs-4 .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .company-logos-mobile .col-xs-4 .coursereport-logo {
  max-width: 30vw;
}
.ws-landing-page .company-logos-mobile .col-xs-4 .dropbox img, .ws-landing-page .company-logos-mobile .col-xs-4 .dropbox .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .company-logos-mobile .col-xs-4 .dropbox .coursereport-logo {
  text-align: center;
  max-height: 100%;
}
.ws-landing-page .own-mentor-ctn {
  background: url("/images/workshop/ds/bg-ds-pattern.png") center center repeat;
  color: #FFF;
  padding: 32px 0 64px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .own-mentor-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ws-landing-page .own-mentor-ctn .col-xs-12 {
    padding: 0;
  }
}
.ws-landing-page .own-mentor-ctn h4 {
  margin: 32px 0 22px 0;
  padding: 0;
}
.ws-landing-page .own-mentor-ctn p, .ws-landing-page .own-mentor-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .own-mentor-ctn a {
  font-weight: 300;
  color: #fff;
}
.ws-landing-page .own-mentor-ctn h5 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .own-mentor-ctn h5 {
    text-align: center;
  }
}
.ws-landing-page .own-mentor-ctn .secondary-text {
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
}
.ws-landing-page .own-mentor-ctn .computer-img {
  background-image: url(/images/workshop/dsc/computer.png);
  background-size: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 33.3%;
  margin-top: 50px;
  padding-top: 0px;
}
.ws-landing-page .own-mentor-ctn video {
  display: inline-block;
  width: 405px;
  float: left;
  height: 299px;
  padding-bottom: 68px;
  padding-left: 0px;
  margin-top: 21px;
  margin-left: -77px;
}
.ws-landing-page .own-mentor-ctn .icons {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .own-mentor-ctn .icons {
    max-width: 60px;
  }
}
.ws-landing-page .own-mentor-ctn .icon-feedback {
  max-width: 60px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .own-mentor-ctn .icon-feedback {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ws-landing-page .own-mentor-ctn .secondary-text {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .ws-landing-page .own-mentor-ctn {
    padding: 0 20px;
  }
  .ws-landing-page .own-mentor-ctn .secondary-text {
    padding: 0;
  }
}
.ws-landing-page .meet-mentors-ctn {
  padding-bottom: 64px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .meet-mentors-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .meet-mentors-ctn {
    padding-bottom: 24px;
  }
}
.ws-landing-page .meet-mentors-ctn h4 {
  margin: 64px 0 20px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .meet-mentors-ctn h4 {
    margin: 24px 0px 20px;
  }
}
.ws-landing-page .meet-mentors-ctn p, .ws-landing-page .meet-mentors-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .meet-mentors-ctn a {
  margin: 28px 0 52px;
  font-weight: 200;
}
.ws-landing-page .meet-mentors-ctn .mentor-card {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .meet-mentors-ctn .mentor-card {
    width: 100%;
  }
}
.ws-landing-page .meet-mentors-ctn .mentor-card p, .ws-landing-page .meet-mentors-ctn .mentor-card .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .meet-mentors-ctn .mentor-card a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #48485e;
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}
.ws-landing-page .meet-mentors-ctn .mentor-card .img-wrapper {
  margin: 0;
}
.ws-landing-page .meet-mentors-ctn .mentor-card .img-wrapper img, .ws-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .meet-mentors-ctn .mentor-card .img-wrapper .coursereport-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  filter: grayscale(100%);
}
.ws-landing-page .meet-mentors-ctn .company-logo {
  max-width: 163px;
  margin: 12px 0 0;
  padding: 0;
}
.ws-landing-page .meet-mentors-ctn .more-mentors {
  margin: 30px 0 0;
  text-align: center;
}
.ws-landing-page .meet-mentors-ctn .more-mentors a {
  color: #48485e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #000000;
}
.ws-landing-page .mentor-quote-ctn {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .mentor-quote-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn {
    padding-bottom: 40px;
  }
}
.ws-landing-page .mentor-quote-ctn h4 {
  font-weight: 400;
}
.ws-landing-page .mentor-quote-ctn h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.88;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn h5 {
    padding: 0 40px;
    font-size: 16px;
  }
}
.ws-landing-page .mentor-quote-ctn .quotes-green {
  line-height: 0;
  color: #00c09d;
  font-size: 80px;
  position: relative;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .ws-landing-page .mentor-quote-ctn .quotes-green {
    font-size: 60px;
    top: 25px;
  }
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-parent {
  position: relative;
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image img, .ws-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .mentor-quote-ctn .mentor-quote-parent .mentor-quote-image .coursereport-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  float: right;
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-name {
  margin: 34px 0;
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
  margin: initial;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn .mentor-quote-creds h5 {
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn .mentor-quote-creds h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn .mentor-quote-background {
    background-image: url("/images/workshop/ux/tim-mckoy@2x.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: right;
  }
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-company img, .ws-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .mentor-quote-ctn .mentor-quote-company img, .ws-landing-page .mentor-quote-ctn .mentor-quote-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .mentor-quote-ctn .mentor-quote-company .coursereport-logo {
    height: 20px;
  }
}
.ws-landing-page .mentor-quote-ctn .mentor-quote-cta {
  text-transform: none;
  margin-top: 40px;
}
.ws-landing-page .curriculum-syllabus-ctn {
  background-color: #2d87b1;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .curriculum-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .curriculum-syllabus-ctn h4.text-white {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .curriculum-syllabus-ctn h4.text-white {
    font-size: 24px;
  }
}
.ws-landing-page .curriculum-syllabus-ctn p.text-white, .ws-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn a.text-white {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .curriculum-syllabus-ctn p.text-white, .ws-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn a.text-white {
    font-size: 16px;
  }
}
.ws-landing-page .curriculum-syllabus-ctn p.text-white.curriculum-subheading, .ws-landing-page .curriculum-syllabus-ctn .above-footer-cta-ctn a.text-white.curriculum-subheading, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn a.text-white.curriculum-subheading {
  margin-left: 20px;
  margin-right: 20px;
}
.ws-landing-page .curriculum-syllabus-ctn .card-container {
  padding: 0 18px;
}
.ws-landing-page .curriculum-syllabus-ctn .card {
  margin-bottom: 28px;
  min-height: 330px;
  padding: 26px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .curriculum-syllabus-ctn .card p, .ws-landing-page .curriculum-syllabus-ctn .card .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .curriculum-syllabus-ctn .card a {
    font-size: 14px;
  }
}
.ws-landing-page .curriculum-syllabus-ctn .card li {
  color: rgba(72, 72, 94, 0.73);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .curriculum-syllabus-ctn .card li {
    font-size: 14px;
  }
}
.ws-landing-page .curriculum-syllabus-ctn .card h5,
.ws-landing-page .curriculum-syllabus-ctn .card .cur-unit {
  margin-bottom: 20px;
  font-weight: 500;
}
.ws-landing-page .curriculum-syllabus-ctn .card h5 {
  font-size: 20px;
}
.ws-landing-page .curriculum-syllabus-ctn .owl-pagination {
  display: none !important;
}
.ws-landing-page .curriculum-syllabus-ctn .owl-controls {
  margin: 0 !important;
}
.ws-landing-page .curriculum-syllabus-ctn .owl-item {
  padding: 0 !important;
}
.ws-landing-page .curriculum-syllabus-ctn .swipe-left-text {
  margin: 0;
  padding-bottom: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  font-weight: 300;
}
.ws-landing-page .curriculum-syllabus-ctn #syllabus-response {
  padding-top: 27px;
}
.ws-landing-page .request-syllabus-ctn {
  margin-bottom: 44px;
  padding-left: 28px;
  background-color: #fff;
  height: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .request-syllabus-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .request-syllabus-ctn {
    height: auto;
  }
}
.ws-landing-page .request-syllabus-ctn h4 {
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .request-syllabus-ctn h4 {
    line-height: inherit;
    padding: 0;
  }
}
.ws-landing-page .request-syllabus-ctn form {
  float: right;
  display: block;
  margin: 22px 20px 22px 0;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .request-syllabus-ctn form {
    float: none;
  }
}
.ws-landing-page .request-syllabus-ctn form input {
  background: none;
  height: 56px;
  border: 1px solid #979797;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .request-syllabus-ctn form input {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.ws-landing-page .request-syllabus-ctn form button {
  background-color: #00c09d;
  height: 56px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .request-syllabus-ctn form button {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.ws-landing-page .request-syllabus-ctn .syllabus-arrow {
  position: relative;
}
.ws-landing-page .request-syllabus-ctn .syllabus-arrow img, .ws-landing-page .request-syllabus-ctn .syllabus-arrow .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .request-syllabus-ctn .syllabus-arrow .coursereport-logo {
  position: absolute;
  top: -140px;
  right: 400px;
}
.ws-landing-page .what-tools-ctn {
  padding-bottom: 104px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .what-tools-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .what-tools-ctn {
    padding-bottom: 44px;
  }
}
.ws-landing-page .what-tools-ctn h4 {
  margin-top: 104px;
  line-height: 74px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .what-tools-ctn h4 {
    text-align: center;
    font-size: 23px;
    margin-top: 44px;
  }
}
.ws-landing-page .what-tools-ctn p, .ws-landing-page .what-tools-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .what-tools-ctn a {
  font-weight: 300;
  color: #48485e;
  line-height: 1.62;
  font-size: 16px;
}
.ws-landing-page .what-tools-ctn .what-tools-icon {
  float: right;
  width: 30px;
}
.ws-landing-page .what-tools-ctn .what-tools-image {
  width: 100%;
  margin-top: 104px;
}
.ws-landing-page .what-tools-ctn .gap-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .we-with-you-ctn {
    padding-right: 10px;
  }
}
.ws-landing-page .we-with-you-ctn .col-md-4 {
  padding-left: 0;
}
.ws-landing-page .we-with-you-ctn img, .ws-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .we-with-you-ctn .coursereport-logo {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .we-with-you-ctn img, .ws-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .we-with-you-ctn .coursereport-logo {
    width: 120%;
  }
}
@media screen and (max-width: 768px) {
  .ws-landing-page .we-with-you-ctn img, .ws-landing-page .we-with-you-ctn .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .we-with-you-ctn .coursereport-logo {
    width: 100%;
  }
}
.ws-landing-page .we-with-you-ctn p, .ws-landing-page .we-with-you-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .we-with-you-ctn a {
  font-weight: 300;
  margin-bottom: 32px;
  line-height: 2.06;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .we-with-you-ctn p, .ws-landing-page .we-with-you-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .we-with-you-ctn a {
    line-height: 1.5;
  }
}
.ws-landing-page .we-with-you-ctn h4 {
  margin-top: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .we-with-you-ctn h4 {
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ws-landing-page .we-with-you-ctn h4 {
    margin-top: 10px;
  }
}
.ws-landing-page .we-with-you-ctn .sa-name {
  background-color: rgba(255, 255, 255, 0.73);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  letter-spacing: .5px;
  color: #000;
  position: absolute;
  bottom: -1px;
  padding: 1em;
  margin: 0;
  padding-right: 10%;
  max-width: 400px;
}
.ws-landing-page .price-ctn {
  background-color: rgba(239, 239, 245, 0.61);
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .price-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .price-ctn p, .ws-landing-page .price-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn a {
  margin-bottom: 32px;
}
.ws-landing-page .price-ctn h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ws-landing-page .price-ctn h4 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.ws-landing-page .price-ctn h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 32px;
}
.ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .price-ctn .pricing-update-ctn p, .ws-landing-page .price-ctn .pricing-update-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .price-ctn .pricing-update-ctn a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .price-ctn .pricing-update-ctn {
    padding: 0;
    padding-bottom: 20px;
  }
}
.ws-landing-page .price-ctn .pricing-update-ctn .pricing-cta {
  text-transform: none;
  padding: 10px 90px 10px 90px;
}
.ws-landing-page .price-ctn .pricing-update-ctn .workshop-price-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ws-landing-page .price-ctn .pricing-inclusion-ctn {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.ws-landing-page .price-ctn .pricing-inclusion-ctn ul {
  list-style: none;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .price-ctn .pricing-inclusion-ctn ul {
    padding-right: 0;
  }
}
.ws-landing-page .price-ctn .pricing-inclusion-ctn ul li {
  margin-bottom: 25px;
  font-size: 16px;
}
.ws-landing-page .price-ctn .pricing-inclusion-ctn li:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #00c09d;
  position: absolute;
  left: 25px;
}
.ws-landing-page .price-ctn .pricing-employer-text {
  margin-top: 52px;
  font-size: 16px;
  font-weight: 300;
}
.ws-landing-page .price-ctn .pricing-employer-text a {
  color: #2574a1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ws-landing-page .price-ctn .pricing-employer-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ws-landing-page .price-ctn .trial-support-text {
  margin-top: 16px;
  font-size: 13px;
}
.ws-landing-page .closing-banner-ctn {
  background-image: url("/images/Signup-banner@2x.4b722c52.jpg");
  background-size: cover;
  height: 660px;
  padding-top: 132px;
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .closing-banner-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .closing-banner-ctn {
    padding-top: 64px;
    height: 400px;
  }
}
.ws-landing-page .closing-banner-ctn p, .ws-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .closing-banner-ctn a {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .closing-banner-ctn p, .ws-landing-page .closing-banner-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .closing-banner-ctn a {
    margin: 30px 20px;
  }
}
.ws-landing-page .closing-banner-ctn a {
  text-transform: none;
}
.ws-landing-page .closing-banner-ctn .btn {
  padding: 10px 90px;
}
.ws-landing-page .closing-banner-ctn .secure-msg, .ws-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ws-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .closing-banner-ctn .secure-msg, .ws-landing-page .closing-banner-ctn .above-footer-cta-ctn .next-start-date, .above-footer-cta-ctn .ws-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ws-landing-page .closing-banner-ctn .next-start-date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ws-landing-page .closing-banner-ctn .next-start-date {
    font-size: 16px;
  }
}
.ws-landing-page .closing-banner-ctn .start-date {
  font-size: 45px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .ws-landing-page .closing-banner-ctn .start-date {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ws-landing-page .closing-banner-ctn .start-date {
    font-size: 20px;
  }
}
.ws-landing-page .alumni-quotes-ctn {
  padding: 54px 0 40px 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn {
    padding: 24px 0 24px 0;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn {
    margin-bottom: 20px;
  }
}
.ws-landing-page .alumni-quotes-ctn h4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn h4 {
    margin-bottom: 20px;
  }
}
.ws-landing-page .alumni-quotes-ctn p, .ws-landing-page .alumni-quotes-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .alumni-quotes-ctn a {
  margin-bottom: 10px;
  font-weight: 300;
}
.ws-landing-page .alumni-quotes-ctn .alumni-quote {
  margin-bottom: 16px;
  padding: 0 40px;
  min-height: 240px;
  text-align: left;
  line-height: 1.88;
  color: #48485e;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn .alumni-quote {
    margin-bottom: 16px;
    line-height: 1.8;
    min-height: 0;
  }
}
.ws-landing-page .alumni-quotes-ctn .alumni-name {
  color: #48485e;
}
.ws-landing-page .alumni-quotes-ctn .alumni-image {
  margin-bottom: 25px;
  text-align: center;
}
.ws-landing-page .alumni-quotes-ctn .alumni-image img, .ws-landing-page .alumni-quotes-ctn .alumni-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .alumni-quotes-ctn .alumni-image .coursereport-logo {
  margin-bottom: 20px;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
}
.ws-landing-page .alumni-quotes-ctn .alumni-company {
  text-align: center;
}
.ws-landing-page .alumni-quotes-ctn .alumni-company img, .ws-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
  height: 42px;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn .alumni-company img, .ws-landing-page .alumni-quotes-ctn .alumni-company .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .alumni-quotes-ctn .alumni-company .coursereport-logo {
    margin-bottom: 20px;
  }
}
.ws-landing-page .alumni-quotes-ctn .more-success {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .ws-landing-page .alumni-quotes-ctn .more-success {
    margin: 0;
  }
}
.ws-landing-page .alumni-quotes-ctn .more-success a {
  text-decoration: none;
  color: #48485e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.ws-landing-page .alumni-quotes-ctn .quotes-green {
  position: absolute;
  left: 15px;
  top: 0;
}
.ws-landing-page .alumni-quotes-ctn .quotes-green img, .ws-landing-page .alumni-quotes-ctn .quotes-green .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .ws-landing-page .alumni-quotes-ctn .quotes-green .coursereport-logo {
  width: 20px;
}
.ws-landing-page .workshop-faq-ctn {
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .workshop-faq-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ws-landing-page .workshop-faq-ctn h4 {
  margin: 60px auto;
}
.ws-landing-page .workshop-faq-ctn a:before {
  position: absolute;
  color: #00c09d;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f068";
}
.ws-landing-page .workshop-faq-ctn a.collapsed:before {
  content: "\f067";
}
.ws-landing-page .workshop-faq-ctn i.fa {
  top: 5px;
}
.ws-landing-page .workshop-faq-ctn .panel-heading {
  padding: 27.5px 25px;
}
.ws-landing-page .workshop-faq-ctn .panel-title a {
  font-weight: normal;
  color: #48485e;
}
.ws-landing-page .workshop-faq-ctn .panel-body {
  font-weight: 300;
  line-height: 1.8;
  color: #48485e;
}
.ws-landing-page .workshop-dates-ctn {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .ws-landing-page .workshop-dates-ctn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .ws-landing-page .workshop-dates-ctn {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ws-landing-page .workshop-dates-ctn {
    padding-bottom: 20px;
  }
}
.ws-landing-page .workshop-dates-ctn h4 {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ws-landing-page .workshop-dates-ctn h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.ws-landing-page .workshop-dates-ctn .limited-spots {
  font-weight: 300;
  color: #000;
  margin-bottom: 60px;
}
.ws-landing-page .workshop-dates-ctn .choose-date {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 20px;
}
.ws-landing-page .workshop-dates-ctn .enroll-card {
  display: inline-block;
  width: 295px;
  margin: 0 24px;
  background: #fff;
  padding: 7px 0;
  border: solid 1px #a4a4af;
  border-radius: 5px;
  position: relative;
}
.ws-landing-page .workshop-dates-ctn .enroll-card .few-spots {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  background-color: #00c09d;
  padding: 4px 12px;
  color: #fff;
  letter-spacing: 0.4px;
}
.ws-landing-page .workshop-dates-ctn .enroll-card .date {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #48485e;
  padding: 47px 0;
  margin: 0 auto;
}
.ws-landing-page .workshop-dates-ctn .enroll-card .btn {
  padding: 13px 0;
  display: block;
  width: 96%;
  margin: 0 auto;
  text-transform: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .ws-landing-page .enroll-card-wrapper .enroll-card {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .ws-landing-page .enroll-card-wrapper .enroll-card {
    display: block;
    width: 295px;
    margin: 0 auto 20px;
  }
}
.ws-landing-page .path-career-data-science-ctn h4 {
  color: #48485e;
  margin-top: 68px;
  margin-bottom: 48px;
}
.ws-landing-page .path-career-data-science-ctn .wrapper {
  display: table;
}
.ws-landing-page .path-career-data-science-ctn .step-1 {
  background-color: #efeff6;
  border-left: solid 1px #a4a4af;
  border-right: solid 1px #a4a4af;
}
.ws-landing-page .path-career-data-science-ctn .step-1.first {
  border-top: solid 1px #a4a4af;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ws-landing-page .path-career-data-science-ctn .step-1.last {
  border-bottom: solid 1px #a4a4af;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ws-landing-page .path-career-data-science-ctn .step-header-text {
  color: #00c09d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.ws-landing-page .path-career-data-science-ctn .step-header-line {
  position: relative;
  z-index: 1;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.ws-landing-page .path-career-data-science-ctn .step-header-line:before {
  margin-left: -51%;
  text-align: right;
}
.ws-landing-page .path-career-data-science-ctn .step-header-line:after {
  margin-left: 1%;
}
.ws-landing-page .path-career-data-science-ctn .step-header-line:before, .ws-landing-page .path-career-data-science-ctn .step-header-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: rgba(163, 163, 175, 0.33);
}
.ws-landing-page .path-career-data-science-ctn h5 {
  font-size: 20px;
  font-weight: 500;
  color: #48485e;
}
.ws-landing-page .path-career-data-science-ctn p, .ws-landing-page .path-career-data-science-ctn .above-footer-cta-ctn a, .above-footer-cta-ctn .ws-landing-page .path-career-data-science-ctn a {
  color: #48485e;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.93;
}
.ws-landing-page .path-career-data-science-ctn p.for-who, .ws-landing-page .path-career-data-science-ctn .above-footer-cta-ctn a.for-who, .above-footer-cta-ctn .ws-landing-page .path-career-data-science-ctn a.for-who {
  color: #00c09d;
  font-weight: 400;
}
.ws-landing-page .path-career-data-science-ctn .path-to-career-cta {
  text-transform: none;
  width: 100%;
}
.ws-landing-page .path-career-data-science-ctn .blue-link {
  color: #2574a1;
  text-transform: none;
  font-size: 16px;
  line-height: 59px;
}
.ws-landing-page .path-career-data-science-ctn .step-2 {
  position: relative;
}
.ws-landing-page .path-career-data-science-ctn .or-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  margin-left: 50%;
  margin-top: -14px;
  top: 50%;
}
.ws-landing-page .forbes-quote-ctn {
  background-image: url("/images/workshop/ds/bg-quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 104px;
}
.ws-landing-page .forbes-quote-ctn h4 {
  margin-bottom: 64px;
}
.ws-landing-page .forbes-quote-ctn .forbes-quote {
  font-size: 28px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #48485e;
}
.ws-landing-page .forbes-quote-ctn .forbes-quote:first-of-type {
  margin-bottom: 52px;
}

#invite_referral-ctn {
  margin: 0px auto;
  background-image: url("/images/referral/pg-data-pattern@3x.abe44229.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#invite_referral-ctn .referral-content {
  padding: 0;
  width: 70%;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #979797;
  background: #ffffff;
  border-radius: 8px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-content {
    width: 90%;
  }
}
#invite_referral-ctn .referral-open {
  overflow: hidden;
}
#invite_referral-ctn .emerald {
  color: #1abc9c;
}
#invite_referral-ctn .referral_header {
  padding: 0 2.5713em;
  background: #1abc9c;
  text-align: center;
}
#invite_referral-ctn .referral_header h3 {
  color: #ffffff;
  padding: em(12, 21) 0;
}
#invite_referral-ctn #sign_in {
  width: 51.426em;
  top: 50%;
  margin-top: -281px;
}
#invite_referral-ctn #sign_in .referral_header {
  padding: 1.7142em 2.5713em 1.7142em;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
#invite_referral-ctn #sign_in .referral_header h3 {
  color: #ffffff;
}
#invite_referral-ctn #login {
  width: 51.426em;
  top: 50%;
  margin-top: -226px;
}
#invite_referral-ctn .in {
  visibility: visible;
}
#invite_referral-ctn .referral-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.69);
}
#invite_referral-ctn .social_login {
  padding: em(24px) 0 em(24px);
}
#invite_referral-ctn .social_login a {
  padding: em(10px) em(22px);
  display: block;
  margin-bottom: 0.5714em;
  font-weight: bold;
  position: relative;
}
#invite_referral-ctn .social_login a i {
  font-size: 20px;
  position: absolute;
  left: 27px;
  top: 9px;
}
#invite_referral-ctn .social_login p, #invite_referral-ctn .social_login .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .social_login a {
  padding-right: em(22px);
  font-style: italic;
}
#invite_referral-ctn #review-share-referral, #invite_referral-ctn #request-syllabus-referral, #invite_referral-ctn #generic-referral {
  background-color: #ffffff;
  width: 650px;
  height: auto;
  top: 50%;
  margin-top: -120px;
  left: 50%;
  margin-left: -325px;
}
#invite_referral-ctn #review-share-referral .referral-dialog, #invite_referral-ctn #request-syllabus-referral .referral-dialog, #invite_referral-ctn #generic-referral .referral-dialog {
  padding: 0px 20px 20px 20px;
  text-align: center;
}
#invite_referral-ctn #review-share-referral .referral-dialog .close, #invite_referral-ctn #request-syllabus-referral .referral-dialog .close, #invite_referral-ctn #generic-referral .referral-dialog .close {
  top: 8px;
  text-align: -webkit-center;
  background: none;
  color: #8A8585;
  border: none;
}
#invite_referral-ctn #review-share-referral h2, #invite_referral-ctn #review-share-referral h4, #invite_referral-ctn #request-syllabus-referral h2, #invite_referral-ctn #request-syllabus-referral h4, #invite_referral-ctn #generic-referral h2, #invite_referral-ctn #generic-referral h4 {
  font-family: "Open Sans", sans-serif;
}
#invite_referral-ctn #review-share-referral .rev-share-btns, #invite_referral-ctn #request-syllabus-referral .rev-share-btns, #invite_referral-ctn #generic-referral .rev-share-btns {
  margin-top: 20px;
}
#invite_referral-ctn #review-share-referral .rev-share-btns a, #invite_referral-ctn #request-syllabus-referral .rev-share-btns a, #invite_referral-ctn #generic-referral .rev-share-btns a {
  color: #ffffff;
  width: 130px;
  display: inline-block;
  text-align: center;
  padding: 7px;
  margin-left: 15px;
  font-weight: bold;
}
#invite_referral-ctn #review-share-referral .rev-share-btns a i, #invite_referral-ctn #request-syllabus-referral .rev-share-btns a i, #invite_referral-ctn #generic-referral .rev-share-btns a i {
  vertical-align: text-bottom;
  margin-right: 4px;
}
#invite_referral-ctn #review-share-referral .review-page-link, #invite_referral-ctn #request-syllabus-referral .review-page-link, #invite_referral-ctn #generic-referral .review-page-link {
  margin-top: 25px;
  color: #1abc9c;
  display: inline-block;
}
#invite_referral-ctn .lp-learn-referral {
  height: auto !important;
}
#invite_referral-ctn .referral.freeze-policy {
  margin-top: -210px !important;
}
#invite_referral-ctn .referral.freeze-policy .freeze-guidelines {
  text-align: left !important;
}
#invite_referral-ctn .referral.freeze-policy .freeze-guidelines ul {
  margin-left: 18px;
}
#invite_referral-ctn .referral-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
#invite_referral-ctn .referral-header {
  position: relative;
  background-color: #efeff6;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#invite_referral-ctn .referral-header .header-image, #invite_referral-ctn .referral-header .header-text {
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-header .header-image, #invite_referral-ctn .referral-header .header-text {
    max-width: 90%;
  }
}
#invite_referral-ctn .referral-header .header-text p, #invite_referral-ctn .referral-header .header-text .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-header .header-text a {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
#invite_referral-ctn .referral-header .header-text .heading {
  color: #48485e;
  font-size: 24px;
  letter-spacing: 0.6px;
  margin: 20px 0;
}
#invite_referral-ctn .referral-header .header-text .sub-heading {
  color: #48485e;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.6px;
  margin-bottom: 32px;
}
#invite_referral-ctn .referral-header .header-image img, #invite_referral-ctn .referral-header .header-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #invite_referral-ctn .referral-header .header-image .coursereport-logo {
  height: 192px;
  margin-top: 24px;
}
#invite_referral-ctn .referral-body {
  padding-bottom: 40px;
  border-bottom-right-radius: 8 px;
  border-bottom-left-radius: 8 px;
}
#invite_referral-ctn .referral-body .content-link {
  max-width: 60%;
  margin: 0 auto;
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  #invite_referral-ctn .referral-body .content-link {
    max-width: 90%;
  }
}
#invite_referral-ctn .referral-body .content-link .link-label {
  margin-bottom: 8px;
  padding: 0;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
}
#invite_referral-ctn .referral-body .content-link .link {
  border: 1px solid #979797;
  border-radius: 3px;
  padding-left: 10px;
}
#invite_referral-ctn .referral-body .content-link .link p, #invite_referral-ctn .referral-body .content-link .link .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-body .content-link .link a {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  line-height: 40px;
}
#invite_referral-ctn .referral-body .content-link .link span {
  float: right;
  background-color: #f0f0f0;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  border-left: 1px solid #979797;
}
#invite_referral-ctn .referral-body .content-link .link span img, #invite_referral-ctn .referral-body .content-link .link span .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #invite_referral-ctn .referral-body .content-link .link span .coursereport-logo {
  height: 16px;
  vertical-align: -3px;
}
#invite_referral-ctn .referral-body .content-link .link .copy-code {
  cursor: pointer;
  font-size: 13px;
  color: #000;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#invite_referral-ctn .referral-body .content-link .social {
  margin-top: 24px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
}
#invite_referral-ctn .referral-body .content-link .social .social-item {
  display: inline-block;
  width: 30%;
  background-color: #ccc;
  height: 58px;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.18);
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social .social-item {
    align-self: center;
    width: 60%;
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  #invite_referral-ctn .referral-body .content-link .social .social-item img, #invite_referral-ctn .referral-body .content-link .social .social-item .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #invite_referral-ctn .referral-body .content-link .social .social-item .coursereport-logo {
    align-self: center;
  }
}
#invite_referral-ctn .referral-body .content-link .social .social-item i {
  font-size: 28px;
  margin-left: 12px;
  vertical-align: -5px;
}
#invite_referral-ctn .referral-body .content-link .social .social-item p, #invite_referral-ctn .referral-body .content-link .social .social-item .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-body .content-link .social .social-item a {
  line-height: 58px;
  display: inline;
  letter-spacing: 0.6px;
  font-weight: 300;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-first {
  background-color: #0183ff;
  border: solid 1px #0377e6;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-first img, #invite_referral-ctn .referral-body .content-link .social .social-share-first .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #invite_referral-ctn .referral-body .content-link .social .social-share-first .coursereport-logo {
  height: 36px;
  vertical-align: -12px;
  margin-left: 12px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social .social-share-first img, #invite_referral-ctn .referral-body .content-link .social .social-share-first .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #invite_referral-ctn .referral-body .content-link .social .social-share-first .coursereport-logo {
    align-self: center;
  }
}
#invite_referral-ctn .referral-body .content-link .social .social-share-first i {
  margin-left: 10px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social .social-share-first i {
    align-self: center;
  }
}
#invite_referral-ctn .referral-body .content-link .social .social-share-first p, #invite_referral-ctn .referral-body .content-link .social .social-share-first .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-body .content-link .social .social-share-first a {
  margin-left: 10px;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-middle {
  background-color: #4465ae;
  border: solid 1px #3b5ba2;
  margin-left: 4%;
  margin-right: 4.5%;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-middle i {
  margin-left: 24px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social .social-share-middle i {
    align-self: center;
  }
}
#invite_referral-ctn .referral-body .content-link .social .social-share-middle p, #invite_referral-ctn .referral-body .content-link .social .social-share-middle .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-body .content-link .social .social-share-middle a {
  margin-left: 20px;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-last {
  background-color: #1da1f2;
  border: solid 1px #1797e5;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-last p, #invite_referral-ctn .referral-body .content-link .social .social-share-last .above-footer-cta-ctn a, .above-footer-cta-ctn #invite_referral-ctn .referral-body .content-link .social .social-share-last a {
  margin-left: 12px;
}
#invite_referral-ctn .referral-body .content-link .social .social-share-last i {
  margin-left: 40px;
}
@media only screen and (max-width: 790px) {
  #invite_referral-ctn .referral-body .content-link .social .social-share-last i {
    align-self: center;
    margin-left: 10px;
  }
}
#invite_referral-ctn .referral-body .content-link .learn, #invite_referral-ctn .referral-body .content-link .faq_container {
  text-align: center;
  margin-top: 32px;
}
#invite_referral-ctn .referral-body .content-link .learn a, #invite_referral-ctn .referral-body .content-link .faq_container a {
  letter-spacing: 0.7px;
  font-weight: 300;
  color: #2574a1;
}
#invite_referral-ctn .referral-body .content-link .learn a:link, #invite_referral-ctn .referral-body .content-link .faq_container a:link {
  color: #2574a1;
}
#invite_referral-ctn .referral-body .content-link .learn a:hover, #invite_referral-ctn .referral-body .content-link .faq_container a:hover {
  text-decoration: none;
}
#invite_referral-ctn #myCode, #invite_referral-ctn #myCode1 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  #invite_referral-ctn #myCode, #invite_referral-ctn #myCode1 {
    margin-bottom: 0px;
    overflow: hidden;
    width: 90%;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
  }
}

@media only screen and (max-width: 790px) {
  .header-image {
    margin-right: 30px;
    margin-left: 30px;
  }
  .header-image img, .header-image .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn .header-image .coursereport-logo {
    height: auto;
    max-width: 100%;
  }
}
#skype_mentor_modal .modal-dialog {
  width: 900px;
}
#skype_mentor_modal .modal-dialog .modal-content {
  border-radius: 8px;
}
#skype_mentor_modal .modal-dialog .modal-content .modal-body {
  padding: 8px;
}
#skype_mentor_modal .modal-dialog .modal-content .save-button {
  text-align: center;
}
#skype_mentor_modal .modal-dialog .modal-content a {
  font-weight: 400;
  text-decoration: none;
  color: #2d87b1;
}
#skype_mentor_modal .modal-dialog .modal-content .modal-intro-text {
  margin-top: 30px;
}
#skype_mentor_modal .modal-dialog .modal-content .modal-intro-text .modal-heading {
  font-family: Roboto;
  text-align: center;
  color: #000;
}
#skype_mentor_modal .modal-dialog .modal-content .modal-intro-text .modal-heading p, #skype_mentor_modal .modal-dialog .modal-content .modal-intro-text .modal-heading .above-footer-cta-ctn a, .above-footer-cta-ctn #skype_mentor_modal .modal-dialog .modal-content .modal-intro-text .modal-heading a {
  font-size: 23px;
  text-align: center;
}
#skype_mentor_modal .modal-dialog .modal-content .modal-intro-text .modal-sub-heading {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  text-align: center;
  color: #000;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help {
  width: 90%;
  margin: 60px auto 0 auto;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .skype-help-heading-text {
  font-family: Roboto;
  margin-bottom: 24px;
  color: #000;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text {
  font-size: 13px;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps {
  display: flex;
  align-self: center;
  text-align: start;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step {
  width: 55%;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  padding-left: 15%;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step p, #skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step .above-footer-cta-ctn a, .above-footer-cta-ctn #skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step a {
  font-size: 13px;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step .account-creation-link {
  padding: 0;
  margin-bottom: 0;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step .account-creation-link .external-icon {
  position: relative;
  top: -2px;
  width: 15px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step .account-creation-link .outer-link {
  width: 10px;
  height: 9px;
  position: relative;
  top: -1px;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-account-step .account-text {
  margin: 0;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-username-step {
  width: 50%;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
#skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-username-step p, #skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-username-step .above-footer-cta-ctn a, .above-footer-cta-ctn #skype_mentor_modal .modal-dialog .modal-content .skype-help .help-text .skype-help-steps .skype-username-step a {
  font-size: 13px;
}
#skype_mentor_modal .modal-dialog .modal-content .grey-skype-bg {
  border-radius: 8px;
  background-color: #f4f4f4;
  border: solid 1px #e3e3e3;
}
#skype_mentor_modal .modal-dialog .modal-content .grey-skype-bg .error-box {
  margin-top: 2px;
}
#skype_mentor_modal .modal-dialog .modal-content .grey-skype-bg .invalid-error,
#skype_mentor_modal .modal-dialog .modal-content .grey-skype-bg .required-error {
  font-size: 12px;
}
#skype_mentor_modal .skype-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
#skype_mentor_modal .skype-help .skype-username-demo-image {
  position: relative;
  top: -15px;
  width: 86.4px;
  max-width: 86.4px;
  margin-left: 10px;
}
#skype_mentor_modal .skype-username-box {
  margin: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
}
#skype_mentor_modal .skype-username-box .username-text {
  text-align: center;
  margin-top: 12px;
  font-family: Roboto;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
#skype_mentor_modal .skype-username-box .skype-username-box {
  width: 250px;
  height: 48px;
  padding: 12px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(159, 159, 159, 0.5);
  border: solid 1px #bbbbbb;
  text-align: center;
}
#skype_mentor_modal .skype-username-box .username-input {
  position: relative;
  text-align: center;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error {
  top: 25%;
  width: 300px;
  position: absolute;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 5px;
  left: 266px;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box .hov-wrn {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #ffffff;
  padding: 3px;
  background: #ef2964;
  border-radius: 4px;
  width: 225px;
  min-height: 40px;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box .hov-wrn p, #skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box .hov-wrn .above-footer-cta-ctn a, .above-footer-cta-ctn #skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box .hov-wrn a {
  margin: 0;
  padding: 0;
  text-align: center;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-box .hov-tail {
  width: 0;
  height: 0;
  border-color: transparent transparent #ef2964 transparent;
  border-width: 8px;
  border-style: solid;
  margin-right: 10px;
}
#skype_mentor_modal .skype-username-box .username-input .skype-name-error .error-icon {
  color: #ef2964;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  left: 398px;
  top: 8px;
}
#skype_mentor_modal .skype-username-box .skype-username-help-link {
  right: 130px;
  clear: both;
  position: absolute;
  bottom: 0px;
  margin-bottom: 21px;
}
#skype_mentor_modal .skype-username-box .skype-username-help-link .skype-help-link {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.77;
  text-align: left;
  color: #2d87b1;
}
#skype_mentor_modal .skype-username-box .skype-username-help-link .skype-help-link img, #skype_mentor_modal .skype-username-box .skype-username-help-link .skype-help-link .reviews-ctn .reviews-coursereport-ctn .coursereport-logo, .reviews-ctn .reviews-coursereport-ctn #skype_mentor_modal .skype-username-box .skype-username-help-link .skype-help-link .coursereport-logo {
  width: 14px;
  max-width: 14px;
  vertical-align: middle;
}
#skype_mentor_modal .skype-username-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #9d9d9d;
  margin-left: 12px;
}
#skype_mentor_modal .skype-username-box input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #9d9d9d;
  margin-left: 12px;
}
#skype_mentor_modal .skype-username-box input::-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #9d9d9d;
  margin-left: 12px;
}
#skype_mentor_modal .skype-username-box input::-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #9d9d9d;
  margin-left: 12px;
}
#skype_mentor_modal .skype-submit-button {
  margin-bottom: 20px;
  height: 48px;
  width: 250px;
  font-size: 20px;
  background-color: #00c09d;
  border: 1px solid #00ab8c;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  letter-spacing: 0.7px;
  transition: all 0.2s ease-out;
}
#skype_mentor_modal .skype-submit-button:hover {
  background-color: #00ab8c;
  border: 1px solid #259682;
  box-shadow: 0 2px 6px 0 rgba(87, 71, 81, 0.2);
}
#skype_mentor_modal .skype-submit-button:focus {
  outline: none;
}
@media screen and (max-width: 993px) {
  #skype_mentor_modal .skype-submit-button {
    width: 220px;
    height: 50px;
    font-size: 16px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2040;
  background-color: #313141;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body .signup-form-label, .modal-body .login-form-link-ctn, .modal-body .signup-form {
  display: none;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .reviews-ctn .reviews-coursereport-ctn .carousel-inner > .item > .coursereport-logo,
.carousel-inner > .item > a > img,
.reviews-ctn .reviews-coursereport-ctn .carousel-inner > .item > a > .coursereport-logo {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

/* .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: $carousel-control-width;
  @include opacity($carousel-control-opacity);
  font-size: $carousel-control-font-size;
  color: $carousel-control-color;
  text-align: center;
  text-shadow: $carousel-text-shadow;
  // We can't have this transition here because WebKit cancels the carousel
  // animation if you trip this while in the middle of another animation.

  // Set gradients for backgrounds
  &.left {
    @include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
  }
  &.right {
    left: auto;
    right: 0;
    @include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
  }

  // Hover/focus state
  &:hover,
  &:focus {
    outline: 0;
    color: $carousel-control-color;
    text-decoration: none;
    @include opacity(.9);
  }

  // Toggles
  .icon-prev,
  .icon-next,
  .glyphicon-chevron-left,
  .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
  }
  .icon-prev,
  .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .icon-next,
  .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .icon-prev,
  .icon-next {
    width:  20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
  }


  .icon-prev {
    &:before {
      content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
    }
  }
  .icon-next {
    &:before {
      content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
    }
  }
} */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #53546e;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: #53546e;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  border-color: #efff1d;
  background-color: #efff1d;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.fullscreen-carousel .carousel-indicators {
  bottom: 0px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 10px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #48485e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 22px;
  /* 
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5; */
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #3b3b4e;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  /* filter: Alpha(Opacity=50); IE7 fix
  opacity: 0.5; */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #53546e;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #efff1d;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 10px 5px;
}

.owl-theme .owl-buttons i {
  margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 50%;
  margin-top: -25px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 50%;
  margin-top: -25px;
}

.list-carousel {
  margin: 0 0 30px 60px;
}

.list-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list-carousel li {
  float: left;
}

.list-carousel.responsive {
  width: auto;
  margin-left: 0;
}

.media-carousel-ctn {
  background-color: #5b5b76;
  height: 110px;
  padding-top: 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media-carousel-ctn .logo-ctn {
  background-image: url("/images/springboard/media_banner.144652f5.png");
  width: 125px;
  height: 50px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 25px;
}
.media-carousel-ctn .logo-ctn.lifehacker {
  background-position: 18px 0px;
}
.media-carousel-ctn .logo-ctn.cio {
  background-position: -83px 0px;
}
.media-carousel-ctn .logo-ctn.venturebeat {
  background-position: -210px 0px;
}
.media-carousel-ctn .logo-ctn.techcrunch {
  background-position: -350px 0px;
}
.media-carousel-ctn .logo-ctn.wsj {
  background-position: -471px 0px;
}
.media-carousel-ctn .logo-ctn.zdnet {
  background-position: -575px 0px;
}
.media-carousel-ctn .desktop-media-logo-banner {
  background-image: url("/images/springboard/media_banner.144652f5.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 86px;
  position: absolute;
  top: 14px;
  width: 100%;
}
.media-carousel-ctn .caroufredsel_wrapper {
  visibility: hidden;
}
@media (max-width: 680px) {
  .media-carousel-ctn .caroufredsel_wrapper {
    visibility: visible;
  }
  .media-carousel-ctn .desktop-media-logo-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .media-carousel-ctn .logo-ctn {
    margin-right: 0;
  }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
@media (min-width: 992px) {
  .tooltipster-default {
    background-color: #00c09d;
    color: #fff;
    text-align: center;
    box-shadow: 0px 3px 0px #01725d;
  }
  .tooltipster-default h5, .tooltipster-default h6 {
    margin: 0;
  }
  .tooltipster-default h6 {
    font-weight: 400;
  }

  /* Use this next selector to style things like font-size and line-height: */
  .tooltipster-default .tooltipster-content {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
  }

  /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
  .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
  }

  /* If you're using the icon option, use this next selector to style them */
  .tooltipster-icon {
    cursor: help;
    margin-left: 4px;
  }

  /* This is the base styling required to make all Tooltipsters work */
  .tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
  }

  .tooltipster-base .tooltipster-content {
    overflow: hidden;
  }

  /* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
  .tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }

  .tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
  }

  .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
  }

  .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
  }

  .tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
  }

  .tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
  }

  .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
  }

  .tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
  }

  .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
  }

  .tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
  }

  .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
  }

  .tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
  }

  .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
  }

  /* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
  .tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
  }

  .tooltipster-fade-show {
    opacity: 1;
  }

  .tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
  }

  .tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }

  .tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
  }

  .tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  }

  .tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }

  .tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
  }

  .tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }

  .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
  }

  /* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
  .tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
/* General styles for all types of buttons */
.progress-button {
  position: relative;
  display: inline-block;
}

.progress-button[disabled],
.progress-button[disabled].state-loading {
  cursor: default;
}

.progress-button .content {
  position: relative;
  display: block;
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.progress-button .progress {
  background: #AD0437;
}

.progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #AD0437;
}

.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

/* Necessary 3d styles for buttons with perspective */
/* .progress-button[data-perspective] {
	position: relative;
	display: inline-block;
	padding: 0;
	background: transparent;
	-webkit-perspective: 900px;
	perspective: 900px;
}

.progress-button[data-perspective] .content {
	padding: 0 60px;
	background: #1d9650;
}

.progress-button[data-perspective] .progress-wrap {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
	outline: 1px solid rgba(0,0,0,0); 
} */
/* Individual styles */
/* Choose the effect(s) you want, delete the rest */
/* Fill horizontal */
/* ====================== */
.progress-button[data-style="fill"][data-horizontal] {
  overflow: hidden;
}

.progress-button[data-style="fill"][data-horizontal] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Shrink horizontal */
/* ====================== */
.progress-button[data-style="shrink"] {
  /* common for horizontal and vertical */
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.progress-button[data-style="shrink"][data-horizontal] .content {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.progress-button[data-style="shrink"][data-horizontal] .content::before,
.progress-button[data-style="shrink"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading {
  -webkit-transform: scaleY(0.3);
  transform: scaleY(0.3);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading .content {
  opacity: 0;
}

.progress-button[data-style="shrink"][data-horizontal].state-success .content,
.progress-button[data-style="shrink"][data-horizontal].state-error .content {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/**
 * HoverScroll Style Sheet
 *
 * @author RasCarlito <carl.ogren@gmail.com>
 * @version 0.2.4
 * @revision 21
 */
/* Main container */
div.hoverscroll {
  position: relative;
}

/* List container */
div.hoverscroll div.listcontainer {
  overflow: hidden;
}

div.hoverscroll div.fixed-listcontainer {
  overflow: hidden;
  float: left;
}

/* Actual list containing items */
div.hoverscroll ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Items contained in the list */
div.hoverscroll ul.list li.item {
  display: block;
  padding: 0;
}

div.hoverscroll.horizontal ul.list li.item {
  float: left;
}

div.hoverscroll.horizontal.rtl ul.list li.item {
  float: right;
}

/* Arrows */
div.hoverscroll div.arrow {
  position: absolute;
  float: none;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.hoverscroll div.fixed-arrow {
  display: block;
  float: left;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.left,
div.hoverscroll div.fixed-arrow.right {
  top: 0px;
  width: 40px;
  height: 100%;
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.fixed-arrow.left {
  left: 0px;
  background-image: url("gfx/arrow-left-small.png");
}

div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.right {
  right: 0px;
  background-image: url("gfx/arrow-right-small.png");
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.top,
div.hoverscroll div.fixed-arrow.bottom {
  left: 0px;
  width: 100%;
  height: 40px;
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top {
  top: 0px;
  background-image: url("gfx/arrow-up-small.png");
}

div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom {
  bottom: 0px;
  background-image: url("gfx/arrow-down-small.png");
}

/* Hover Zones */
/*
div.hoverscroll div.hoverZoneLeft,
div.hoverscroll div.hoverZoneRight,
div.hoverscroll div.hoverZoneTop,
div.hoverscroll div.hoverZoneBottom {
	position:absolute;
}
div.hoverscroll div.hoverZoneLeft {
	cursor: url('gfx/mouse-arrow-left.cur'), w-resize;
	top:0px;
	left:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneRight {
	cursor: url('gfx/mouse-arrow-right.cur'), w-resize;
	top:0px;
	right:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneTop {
	cursor: url('gfx/mouse-arrow-up.cur'), n-resize;
	top:0px;
	left:0px;
	width:100%;
	height:40%;
}
div.hoverscroll div.hoverZoneBottom {
	cursor: url('gfx/mouse-arrow-down.cur'), n-resize;
	bottom:0px;
	left:0px;
	width:100%;
	height:40%;
}
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.nopadding {
  padding: 0px !important;
}

.pos-rel {
  position: relative !important;
}

.pos-abs {
  position: absolute !important;
}

.anchor-top-left {
  top: 0;
  left: 0;
}

.flex-vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
#dab-payment-changes .strip-pay-btn-ctn, #dab-payment-changes .apply-coupon-link-ctn, #dab-payment-changes .payment-subtext {
  margin-left: 15px;
}
@media (max-width: 991px) {
  #dab-payment-changes .strip-pay-btn-ctn, #dab-payment-changes .apply-coupon-link-ctn, #dab-payment-changes .payment-subtext {
    margin-left: 0;
  }
}

/*# sourceMappingURL=springboard-screen.css.map */
