/*~===============================================================================
        MDJ
================================================================================*/
/* ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰

         Title: Cy's Base Mixins & Classes
        Author: Saidur (Cy) Hossain (@saidurh)

                Copyright 2011

   ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ ✰ */
/* line 40, ../sass/base/_base.scss */

/*	HEROs
~-----------------------------------------*/

.display-inline {
  display: inline-block;
}

/* line 65, ../sass/page.scss */
.hero {
  background: #000;
  height: 420px;
}
@media (min-width: 1400px) {
  /* line 65, ../sass/page.scss */
  .hero {
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -ms-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
  }
}
/* line 71, ../sass/page.scss */
.hero .player {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 100px;
  height: 135px;
  border: 2px solid white;
  display: inline-block;
}
/* line 79, ../sass/page.scss */
.hero .player2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 100px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  height: 141px;
  position: relative;
}
/* line 88, ../sass/page.scss */
.hero .player2 .highlight {
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 95, ../sass/page.scss */
.hero .left {
  float: left;
  margin: 0 auto;
  padding: 25px 35px;
  width: 50%;
}
/* line 100, ../sass/page.scss */
.hero .right {
  float: right;
  margin: 0 auto;
  width: 480px;
}
/* line 104, ../sass/page.scss */
.hero h1,
#content .hero h1 {
  color: #fff;
  font-size: 43px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}
/* line 112, ../sass/page.scss */
.hero h2,
#content .hero h2 {
  color: #dbeaf0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 22px;
  margin-top: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* line 120, ../sass/page.scss */
.hero h3,
#content .hero h3 {
  color: #fff;
  font-size: 25px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
}

/* line 133, ../sass/page.scss */
.table-price {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  overflow: hidden;
  *zoom: 1;
  padding: 3px 0 5px;
  border-top: 3px solid #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin-bottom: 10px;
}
/* line 142, ../sass/page.scss */
.table-price .title {
  width: 55%;
  font-weight: bold;
  float: left;
  font-size: 21px;
  line-height: 27px;
}
/* line 148, ../sass/page.scss */
.table-price .prices {
  font-size: 18px;
  width: 40%;
  float: right;
  padding: 0;
  margin: 5px 0;
}
/* line 110, ../sass/base/_base.scss */
.table-price .prices li {
  padding: 0;
  list-style: none;
}
/* line 153, ../sass/page.scss */
.table-price .prices li {
  margin: 5px 0;
}
/* line 156, ../sass/page.scss */
.table-price .prices .label {
  /*float: left;
  width: 50%;*/
}
/* line 160, ../sass/page.scss */
.table-price .prices .price {
  border-radius: 0;
  color: #fff;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  text-align: right;
}

.table-price .instructor {
  float: left;
  font-size: 18px;
  margin: 5px 0;
}

.table-price .lectures.has-price {
  margin-right: 40px;
}

/*	BUTTONS
~-----------------------------------------*/
/* line 194, ../sass/page.scss */
.btn .box {
  padding: 10px 20px;
  display: inline-block;
}
/* line 198, ../sass/page.scss */
.btn .box-right {
  padding: 10px 20px;
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.3);
  display: inline-block;
}

/* line 207, ../sass/page.scss */
.btn-blue {
  background: #1278A7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #158bc2), color-stop(100%, #1278a7));
  background-image: -webkit-linear-gradient(#158bc2, #1278a7);
  background-image: -moz-linear-gradient(#158bc2, #1278a7);
  background-image: -o-linear-gradient(#158bc2, #1278a7);
  background-image: linear-gradient(#158bc2, #1278a7);
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #0A4865;
  margin: 0px;
  border-radius: 3px;
  color: #fff;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
}
/* line 220, ../sass/page.scss */
.btn-blue:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #299fd6), color-stop(100%, #1278a7));
  background-image: -webkit-linear-gradient(#299fd6, #1278a7);
  background-image: -moz-linear-gradient(#299fd6, #1278a7);
  background-image: -o-linear-gradient(#299fd6, #1278a7);
  background-image: linear-gradient(#299fd6, #1278a7);
}
/* line 224, ../sass/page.scss */
.btn-blue:active {
  border-color: #003451;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0), inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0), inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0), inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 1px 0px rgba(255, 255, 255, 0.15);
}

/* line 236, ../sass/page.scss */
.btn-clear {
  color: #fff;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-decoration: underline !important;
  padding: 10px 20px;
}
/* line 246, ../sass/page.scss */
.btn-clear:hover {
  color: #fff;
}

/* line 252, ../sass/page.scss */
.action {
  background: #ffffff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(80%, #bfbfbf), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #bfbfbf 80%, #cccccc 100%);
  background-image: -moz-linear-gradient(#ffffff, #bfbfbf 80%, #cccccc 100%);
  background-image: -o-linear-gradient(#ffffff, #bfbfbf 80%, #cccccc 100%);
  background-image: linear-gradient(#ffffff, #bfbfbf 80%, #cccccc 100%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -ms-linear-gradient(top,  #ffffff 0%,#bfbfbf 80%,#cccccc 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */


  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 62px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
/* line 269, ../sass/page.scss */
.action:hover {
  color: #fff;
}
/* line 272, ../sass/page.scss */
.action.action-green {
  background: #19fa9d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #19fa9d), color-stop(94%, #1c8734), color-stop(100%, #1e8a36));
  background-image: -webkit-linear-gradient(#19fa9d, #1c8734 94%, #1e8a36 100%);
  background-image: -moz-linear-gradient(#19fa9d, #1c8734 94%, #1e8a36 100%);
  background-image: -o-linear-gradient(#19fa9d, #1c8734 94%, #1e8a36 100%);
  background-image: linear-gradient(#19fa9d, #1c8734 94%, #1e8a36 100%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5ZmE5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzFjODczNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZThhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -ms-linear-gradient(top,  #19fa9d 0%,#1c8734 94%,#1e8a36 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19fa9d', endColorstr='#1e8a36',GradientType=0 ); /* IE6-8 */
}
/* line 275, ../sass/page.scss */
.action.syllabus {
  text-shadow: none;
  height: 65px;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
/* line 281, ../sass/page.scss */
.action.syllabus img {
  position: absolute;
  top: 10px;
  left: 15px;
}
/* line 287, ../sass/page.scss */
.action.syllabus span {
  display: block;
  line-height: 23px;
  position: absolute;
  top: 7px;
  left: 77px;
}
/* line 294, ../sass/page.scss */
.action.syllabus span.grad {
  color: #1d4d88;
  background: -webkit-linear-gradient(#19b3fa, #1d4d88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 297, ../sass/page.scss */
.action.syllabus span.tShadow {
  color: #fff;
  top: 9px;
  opacity: .6;
}
/* line 303, ../sass/page.scss */
.action.syllabus small {
  font-size: 15px;
}

/*	COURSE PAGE - v2
~-----------------------------------------*/
/* line 316, ../sass/page.scss */
.section-page {
  overflow: hidden;
  *zoom: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaLTStd-Light", "Helvetica LT Std Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: white;
  min-height: 400px;
  font-size: 18px;
  line-height: 22.5px;
}
.section-page strong {
  font-weight: 700;
}
/* line 324, ../sass/page.scss */
.section-page p {
  margin-bottom: 10px;
}
/* line 328, ../sass/page.scss */
.section-page ul {
  list-style: circle;
  list-style-type: disc;
  margin-left: 22px;
  margin-bottom: 20px;
}
/* line 333, ../sass/page.scss */
.section-page ul li {
  margin-bottom: 10px;
}
/* line 338, ../sass/page.scss */
.section-page h1, .section-page h2, .section-page h3, .section-page h4 {
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  color: inherit;
  font-weight: 600;
}
/* line 345, ../sass/page.scss */
.section-page h2 {
  /*margin: 12px 0 8px;
  font-size: 25px;*/

  color: #636363;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 22px;
  text-align: left;
}

/* line 349, ../sass/page.scss */
.section-page h3 {
  margin: 6px 0 6px;
}
/* line 353, ../sass/page.scss */
.section-page .contain {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 100%;
  width: 1200px;
}
/* line 358, ../sass/page.scss */
.section-page .col-left {
  float: left;
  width: 65%;
  padding-bottom: 40px;
}
/* line 363, ../sass/page.scss */
.section-page .col-right-bg {
  background: #F5F5F5;
  position: absolute;
  right: 0;
  height: 100%;
  width: 29.5%;
  padding: 20px 16px;
}
/* line 371, ../sass/page.scss */
.section-page .col-right {
  position: relative;
  z-index: 3;
  padding: 20px 16px;
  right: 0;
  width: 29.5%;
  float: right;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-height: 100%;
}
/* line 382, ../sass/page.scss */
.section-page .info-list {
  list-style: none;
  margin: 0;
}
/* line 385, ../sass/page.scss */
.section-page .info-list li {
  float: left;
  width: 100%;
}
/* line 388, ../sass/page.scss */
.section-page .info-list li.half {
  width: 50%;
}
/* line 391, ../sass/page.scss */
.section-page .info-list li.right {
  text-align: right;
}
/* line 395, ../sass/page.scss */
.section-page .info-list .label {
  font-weight: bold;
  color: #9e9e9e;
  text-transform: uppercase;
  font-size: 14px;
}

/*	SWITCHER
~-----------------------------------------*/
/* line 411, ../sass/page.scss */
.switcher .tab-contain {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  height: 80px;
  position: relative;
  z-index: 2;
}
/* line 417, ../sass/page.scss */
.switcher .tabs {
  text-align: center;
  height: 80px;
  margin: 0;
}
/* line 424, ../sass/page.scss */
.switcher .tabs li {
  float: left;
  display: inline-block;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  color: #3c3c3c;
  text-transform: uppercase;
  font-size: 18px;
  padding: 30px 45px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
/* line 437, ../sass/page.scss */
.switcher .tabs li .dot {
  display: none;
  background: #1278A7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #158bc2), color-stop(100%, #1278a7));
  background-image: -webkit-linear-gradient(#158bc2, #1278a7);
  background-image: -moz-linear-gradient(#158bc2, #1278a7);
  background-image: -o-linear-gradient(#158bc2, #1278a7);
  background-image: linear-gradient(#158bc2, #1278a7);
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0px 2px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #0A4865;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -3px;
  overflow: visible;
}
/* line 448, ../sass/page.scss */
.switcher .tabs li.active, .switcher .tabs li:hover {
  color: #1177a6;
}
/* line 452, ../sass/page.scss */
.switcher .tabs li.active .dot {
  display: inline-block;
}
/* line 457, ../sass/page.scss */
.switcher .tabs li.divide {
  display: inline-block;
  width: 1px;
  padding: 0;
  margin: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(#ffffff, #e0e0e0);
  background-image: -moz-linear-gradient(#ffffff, #e0e0e0);
  background-image: -o-linear-gradient(#ffffff, #e0e0e0);
  background-image: linear-gradient(#ffffff, #e0e0e0);
}
/* line 466, ../sass/page.scss */
.switcher .pane-contain {
  clear: both;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  top: -6px;
  z-index: 1;
}
/* line 472, ../sass/page.scss */
.switcher .pane-contain .panes {
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
  list-style: none;
}
/* line 476, ../sass/page.scss */
.switcher .pane-contain .panes li {
  font-size: 25px;
  color: #616161;
  padding: 30px 50px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: none;
}
/* line 483, ../sass/page.scss */
.switcher .pane-contain .panes li:first-child {
  display: block;
}

/* line 490, ../sass/page.scss */
.switcher-small {
}
/* line 492, ../sass/page.scss */
.switcher-small .tab-contain {
}
/* line 498, ../sass/page.scss */
.switcher-small .tab-contain .contain {
  overflow: visible;
}
/* line 501, ../sass/page.scss */
.switcher-small .tab-contain.affix {
  position: fixed;
  top: 0;
  background: #FFF;
  width: 631px;
  padding-top: 20px;
}
/* line 509, ../sass/page.scss */
.switcher-small .tabs {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding-bottom: 0;
}

.switcher-small .tabs::after {
  clear: both;
  content: "";
  display: block;
}

/* line 518, ../sass/page.scss */
.switcher-small .tabs li {
  float: left;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #727272;
  cursor: pointer;
  display:block;
  font-family: "Dosis", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  margin: 0 !important;
  padding: 20px;
  position: relative;
  text-decoration:none;
  top: 1px;
}
/* line 534, ../sass/page.scss */
.switcher-small .tabs li.active, .switcher-small .tabs li:hover {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #1d4d88;
  background: -webkit-linear-gradient(#19b3fa, #1d4d88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 538, ../sass/page.scss */
.switcher-small .tabs li.active {
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #FFF;
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#fafafa, #ffffff);
  background-image: -moz-linear-gradient(#fafafa, #ffffff);
  background-image: -o-linear-gradient(#fafafa, #ffffff);
  background-image: linear-gradient(#fafafa, #ffffff);
  color: #1d4d88;
  background: -webkit-linear-gradient(#19b3fa, #1d4d88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 548, ../sass/page.scss */
.switcher-small .tabs li.divide {
  display: inline-block;
  width: 1px;
  padding: 0;
  margin: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(#ffffff, #e0e0e0);
  background-image: -moz-linear-gradient(#ffffff, #e0e0e0);
  background-image: -o-linear-gradient(#ffffff, #e0e0e0);
  background-image: linear-gradient(#ffffff, #e0e0e0);
}
/* line 557, ../sass/page.scss */
.switcher-small .pane-contain {
  clear: both;
  padding-top: 20px;
}
/* line 560, ../sass/page.scss */
.switcher-small .pane-contain .panes {
  list-style: none;
  margin-left: 0;
}
/* line 563, ../sass/page.scss */
.switcher-small .pane-contain .panes > li {
  display: none;
}
/* line 565, ../sass/page.scss */
.switcher-small .pane-contain .panes > li:first-child {
  display: block;
}

/*	PAGE - MLS
~-----------------------------------------*/
.page-mls .hero .contain {
  box-sizing: border-box;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.page-mls .add-to-cart-box {
  position: absolute;
  bottom: -64px;
  right: 0;
  width: 480px;
}

.page-mls .add-to-cart-box.has-syllabus {
  right: 250px;
  width: 220px;
}

.page-mls .syllabus-box {
  position: absolute;
  bottom: -64px;
  height: 65px;
  right: 0;
  width: 230px;
}

.page-mls-99 .add-to-cart-box {
}

.page-mls-99 .node-course .weeper {
}

.page-mls .add-to-cart-box a {
  box-sizing: border-box;
  display: block;
  height: 65px;
  line-height: 45px;
  text-align: center;
}

/* line 578, ../sass/page.scss */
.page-mls .hero {
  background: transparent url("../images/hero-mls.jpg") center top no-repeat;
  position: relative;
  height: auto;
  padding: 40px 0;
}
.node-immersion-session .page-mls .hero {
  background-image: url("../images/hero-imm.jpg");
  height: 420px;
}
/* line 581, ../sass/page.scss */
.page-mls .hero .action-green {
  margin-top: 0;
  text-decoration: none;
  padding: 10px 48px;
}
/* line 585, ../sass/page.scss */
.page-mls .table-price {
  width: 80%;
}

.page-mls h1 {
  margin-top: 0px;
}

.page-mls .edit-button {
  position: relative;
  top: 0px;
}

.page-mls #testimonialsContainer .testimonial {

  width: 193px;

}

