body.site.homepage {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  body.site.homepage {
    padding-bottom: 60px;
  }
}
.homepage .container-fluid {
  margin-top: -23px;
  padding-bottom: 20px;
}
.homepage .nav-top {
  margin-top: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}
.homepage .lead {
  margin-bottom: 0;
}
.homepage .nav-top-fixer .jcenter-box {
  margin-bottom: 15px;
}
.homepage .nav-top-fixer .btn-primary {
  position: relative;
  padding: 10px 20px;
  font-size: 19px;
  background-color: #F39C12;
  border: 2px solid #F39C12;
  border-radius: 5px;
  box-shadow: none;
  z-index: 1;
}
.homepage .nav-top-fixer .btn-primary:hover,
.homepage .nav-top-fixer .btn-primary:focus,
.homepage .nav-top-fixer .btn-primary:active {
  color: #F39C12;
  background-color: #fff;
  text-shadow: none;
}
.homepage .item-page .well .row-fluid > h2 {
  color: #777777;
}
.homepage .item-page .well .row-fluid .row-fluid {
  box-sizing: border-box;
  padding: 0 10px;
}
.homepage .well {
  box-shadow: none;
}
.homepage .circle {
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 0px;
  margin-bottom: 20px;
  padding: 25px 0;
  line-height: 2px;
}
.homepage .circle:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: -9px;
  border-top: 20px solid #0088cc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  transform: rotate(-30deg);
}
.jcustom-new-template .nav-top .course-name {
  padding-left: 0;
}
.jcustom-new-template .nav-top .course-name h1 {
  margin-top: 0;
}
.jcustom-new-template .nav-icon {
  display: none;
}
.jcustom-new-template ul li.open {
  position: static;
}
.jcustom-new-template ul li.open > a {
  position: relative;
  color: #F39C12;
}
.jcustom-new-template ul li.open > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  z-index: 1001;
}
.jcustom-new-template ul li.open > .box-shadow-menu:before {
  /*background: #F39C12;*/
  /*box-shadow: 0 6px 0 0 #F39C12, 0 12px 0 0 #F39C12;*/
}
.jcustom-new-template ul li.open > .box-shadow-menu:after {
  left: 35%;
}
.jcustom-new-template .nav-global > li:nth-of-type(3) {
  height: auto;
}
.jcustom-new-template .nav-global > li > a {
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.jcustom-new-template .nav-global > li > a:hover,
.jcustom-new-template .nav-global > li > a:focus,
.jcustom-new-template .nav-global > li > a:active {
  color: #F39C12;
}
.jcustom-new-template .nav-top .jbtn-cart {
  margin-left: 10px !important;
  margin-right: 10px;
  padding: 9px !important;
  border-width: 2px;
  border-radius: 4px;
  box-shadow: none;
}
.jcustom-new-template .nav-top .jbtn-cart:before {
  content: "";
  position: relative;
  top: -2px;
  width: 26px;
  background: url('/images/cart.svg') no-repeat;
}
.jcustom-new-template .nav-top .jbtn-cart:hover,
.jcustom-new-template .nav-top .jbtn-cart:focus,
.jcustom-new-template .nav-top .jbtn-cart:active {
  color: #ffffff;
  background-color: #F39C12;
}
.jcustom-new-template .nav-top .jbtn-cart:hover:before,
.jcustom-new-template .nav-top .jbtn-cart:focus:before,
.jcustom-new-template .nav-top .jbtn-cart:active:before {
  background: url('/images/cart-active.svg') no-repeat;
}
.jcustom-new-template .box-shadow-menu {
  margin-right: 0;
  padding: 32px 60px 24px 0 !important;
}
.jcustom-new-template .box-shadow-menu:before {
  top: calc(50% - 6px);
  left: calc(35% - 13px);
  width: 26px;
  height: 22px;
  box-shadow: none;
  background: url('/images/menu.svg') no-repeat;
}
.jcustom-new-template .box-shadow-menu:hover:before,
.jcustom-new-template .box-shadow-menu:focus:before,
.jcustom-new-template .box-shadow-menu:active:before {
  background: url('/images/menu-active.svg') no-repeat;
}
.jcustom-new-template .dropdown-toggle {
  color: #aaaaaa;
  font-weight: bold;
}
.jcustom-new-template .dropdown-toggle:hover,
.jcustom-new-template .dropdown-toggle:focus,
.jcustom-new-template .dropdown-toggle:active {
  color: #F39C12;
}
.jcustom-new-template .nav-main .dropdown-menu {
  top: 100%;
  left: inherit !important;
  right: 0;
  margin: 0;
  padding: 0 20px 15px;
  min-width: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jcustom-new-template .nav-main .dropdown-menu form {
  margin-top: 20px;
  margin-bottom: 0;
}
.jcustom-new-template .nav-main .dropdown-menu [class*="moduletable"] h3 {
  margin: 0 -20px 10px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul {
  padding: 0;
}
.jcustom-new-template .nav-main .dropdown-menu .controls,
.jcustom-new-template .nav-main .dropdown-menu .checkbox,
.jcustom-new-template .nav-main .dropdown-menu .unstyled li,
.jcustom-new-template .nav-main .dropdown-menu h3 + ul li {
  line-height: 18px;
}
.jcustom-new-template .nav-main .dropdown-menu li > a,
.jcustom-new-template .nav-main .dropdown-menu .unstyled li a,
.jcustom-new-template .nav-main .dropdown-menu .checkbox,
.jcustom-new-template .nav-main .dropdown-menu .input-prepend,
.jcustom-new-template .nav-main .dropdown-menu #form-login-submit {
  margin: 0 !important;
}
.jcustom-new-template .nav-main .dropdown-menu .control-group {
  margin-bottom: 10px;
}
.jcustom-new-template .nav-main .dropdown-menu #form-login-submit {
  margin-bottom: 12px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .checkbox {
  margin-top: 15px !important;
  margin-bottom: 8px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .checkbox input {
  margin-top: 2px;
  margin-right: 7px;
}
.jcustom-new-template .nav-main .dropdown-menu .btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
  box-shadow: none;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li {
  margin-bottom: 7px;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li:last-child {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .jcustom-new-template .nav-top .course-name {
    left: 85px;
  }
  .jcustom-new-template .nav-top .course-name h1 {
    line-height: 82px;
  }
  .jcustom-new-template .nav-top ul,
  .jcustom-new-template .nav-top ul li {
    line-height: 82px;
  }
  .jcustom-new-template .nav-top-fixer {
    padding-top: 83px;
  }
}
@media (max-width: 979px) {
  .jcustom-new-template .nav-top .course-name {
    left: 70px;
  }
  .jcustom-new-template .nav-top .course-name h1 {
    font-size: 21px;
    line-height: 57px;
  }
  .jcustom-new-template .nav-top ul,
  .jcustom-new-template .nav-top ul li {
    line-height: 55px;
  }
  .jcustom-new-template .box-shadow-menu {
    padding: 21px 60px 21px 0 !important;
  }
}
@media (max-width: 767px) {
  .jcustom-new-template .nav-top {
    padding-left: 55px !important;
  }
  .jcustom-new-template .nav-top .logo {
    width: 55px;
  }
  .jcustom-new-template .course-name {
    display: none;
  }
  .jcustom-new-template .nav-global li > a {
    margin-left: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jcustom-new-template .nav-global .jbtn-cart {
    margin-left: 7px !important;
    margin-right: 7px !important;
    padding: 8px !important;
  }
  .jcustom-new-template .nav-global .jbtn-cart:after {
    margin-right: 8px;
  }
  .jcustom-new-template .box-shadow-menu {
    padding-right: 50px !important;
  }
}
@media (max-width: 480px) {
  .jcustom-new-template .nav-top {
    padding-left: 0 !important;
  }
  .jcustom-new-template .nav-main:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    z-index: -1;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .jcustom-new-template .nav-global li > a,
  .jcustom-new-template .nav-global .jbtn-cart {
    font-size: 12px !important;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(1),
  .jcustom-new-template .nav-global > li:nth-of-type(2),
  .jcustom-new-template .nav-global > li:nth-of-type(3) {
    position: absolute;
    top: 60px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(1) {
    right: 235px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(2) {
    right: 153px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(3) {
    top: 68px;
    right: 15px;
  }
  .jcustom-new-template .nav-top-fixer {
    padding-top: 124px;
  }
}
.jadd-bg-photo {
  background-size: contain;
}
.jadd-bg-photo .jadd-gradient {
  padding: 30px 10px 20px 10px;
}
.jadd-bg-photo .jadd-gradient .lead {
  font-size: 19px;
}
@media (min-width: 1041px) {
  .jadd-bg-photo {
    background: url('../img/left-bg-image.png') left top no-repeat, url('../img/right-bg-image.png') right top no-repeat, url('../img/center-bg-image.png') center top repeat-x, #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1041px) and (max-width: 1199px) {
  .jadd-bg-photo {
    padding-left: 100px;
    background: url('../img/left-bg-image.png') left top no-repeat, url('../img/right-bg-image.png') right -45px top no-repeat, url('../img/center-bg-image.png') center top repeat-x, #e5eef5;
  }
}
@media (max-width: 1040px) {
  .jadd-bg-photo {
    padding-left: 43%;
    background: url('../img/left-bg-image.png') left top no-repeat, url('../img/center-bg-image.png') center top repeat-x, #e5eef5;
    background-size: contain;
  }
  .jadd-bg-photo .jadd-gradient {
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
  }
}
@media (max-width: 767px) {
  .jadd-bg-photo {
    padding-left: 0;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/right-bg-image.png') right -53px top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/right-bg-image.png') right -53px top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/right-bg-image.png') right -53px top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/right-bg-image.png') right -53px top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/right-bg-image.png') right -53px top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    padding: 230px 30px 20px;
    background-image: none;
  }
}
@media (max-width: 480px) {
  .jadd-bg-photo {
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('../img/left-bg-image.png') left top no-repeat,
                        url('../img/center-bg-image.png') center top repeat-x, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    padding: 225px 20px 20px;
  }
  .jadd-bg-photo .jadd-gradient h1 {
    font-size: 20px;
  }
  .jadd-bg-photo .jadd-gradient .lead {
    position: relative;
    font-size: 18px;
    line-height: 1.35;
    z-index: 1;
  }
}
.jtrial-info {
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: right;
  border-top-width: 1px;
}
.jtrial-info > [class*="jtrial-info-"] {
  margin-bottom: 0;
}
.jtrial-info .jtrial-info-to .jtrial-info-date {
  border-top: 1px solid #fff;
}
@media (min-width: 1700px) {
  .jtrial-info {
    left: 100%;
    right: auto;
    white-space: nowrap;
    z-index: -1;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    margin-right: 0;
  }
}
@media (max-width: 1699px) {
  .jtrial-info {
    position: relative;
    padding: 20px 0;
    text-align: center;
    z-index: 1;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    display: inline-block;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .jtrial-info {
    max-width: 375px;
    text-align: right;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    margin-right: 0;
  }
  .jtrial-info .jtrial-info-header {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .jtrial-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-page .well .row-fluid [class*="span"] {
    margin-bottom: 30px;
  }
  .item-page .well .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0;
  }
}
.jseparator {
  margin-top: 0px;
  background: -webkit-linear-gradient(180deg, #fafafa, #ffffff);
  background: -moz-linear-gradient(180deg, #fafafa, #ffffff);
  background: -ms-linear-gradient(180deg, #fafafa, #ffffff);
  background: -o-linear-gradient(180deg, #fafafa, #ffffff);
  background: linear-gradient(180deg, #fafafa, #ffffff);
}
.footer h3 {
  margin-bottom: 0;
}
.footer h3 span {
  display: inline-block;
}
.footer h3 span:after {
  content: '';
  position: relative;
  top: -10px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
.footer ul {
  margin-left: 15px;
}
.footer [class*="icon-"] {
  display: none;
}
.footer a:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: #0088cc;
}
.footer .row-fluid {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .footer .row-fluid [class*="span"] {
    margin-bottom: 20px;
  }
  .footer .row-fluid [class*="span"]:last-child {
    margin-bottom: 0;
  }
}
