/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
}
html,
body {
  height: 100%;
}
.wrapper:after {
  content: "";
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
p {
  color: #444444;
  font-size: 16px;
}
.text-bold {
  font-weight: bold;
}
.text-emphasis {
  font-style: italic;
}

a {
  color: #0e83cd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #095585;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 16px;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #0e83cd;
  border: 2px solid #0e83cd;
  color: #fff;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #0b649d;
  border: 2px solid #0b649d;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #fff;
  border: 2px solid #0e83cd;
  color: #0e83cd;
}
a.btn-cta-secondary .fa,
.btn-cta-secondary .fa {
  margin-left: 5px;
  color: #0e83cd;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #fff;
  border: 2px solid #0b649d;
  color: #0b649d;
}
a.btn-cta-secondary:hover .fa,
.btn-cta-secondary:hover .fa {
  color: #0b649d;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #d9d9d9;
}
.form-control:focus {
  border-color: #0e83cd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #04273e;
}
#topcontrol {
  background: #1e9ff0;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #0e83cd;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}

/* ======= Login Section ======= */
.login {
  padding: 80px 0;
}
.login input {
  color: #000;
}
.login #loginbutton {
  margin-top: 7px;
}
.login.has-bg-color {
  background: #f5f5f5;
}
.login .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.login .summary {
  margin-bottom: 30px;
  color: #999999;
  font-size: 18px;
}
.login .login-form .form-control {
  font-size: 16px;
  height: 30px;
}
.login .login-form .form-group {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  vertical-align: middle;
}
.login .login-form .form-group a {
  color: #CCC;
  font-size: 10px;
  text-decoration: underline;
}
/* ======= Promo Section ======= */
.promo {
  padding-top: 20px;
  position: relative;
  background: #0e83cd url('/images/home/MultiDevicesWebsiteMockupsBsg.png') no-repeat top center;
  min-height: 420px;
}
.promo .intro {
  color: #fff;
  padding-top: 30px;
}
.promo .intro .title {
  color: #fff;
  font-size: 38px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 15px;
}
.promo .intro .summary {
  color: #fff;
  font-size: 22px;
  max-width: 680px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.promo .fixed-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.promo .cta h3 {
  font-size: 17px;
  margin: 0px 0px 10px 0px;
}
.promo .cta ul {
  padding: 0;
  padding-left: 15px;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
}
.promo .cta .btn {
  font-size: 12px;
}
.promo .cta-first {
  margin-left: -15px;
  margin-right: 15px;
}
.promo .login {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}
.promo .login .title {
  font-size: 18px;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.promo .sim-edition {
  font-family: 'Lato', arial, serif;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #00386F;
  font-variant: small-caps;
  color: #FFF;
  text-align: center;
  line-height: 1em;
  margin: 40px 35px 15px 15px;
}

/* ======= Feature Promo Section ======= */
.features-promo {
  position: relative;
  background: #0e83cd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}
.features-promo a {
  color: #FFF;
}
.features-promo a:hover {
  color: #CCC;
}
.features-promo .bg-mask {
  background: #0e83cd;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features-promo .features-intro {
  color: #fff;
  padding-top: 30px;
}
.features-promo .features-intro .title {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 30px;
}
.features-promo .features-intro .features-list {
  font-size: 17px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
.features-promo .features-intro .features-list li {
  margin-bottom: 15px;
}
.features-promo .features-intro .features-list li .fa {
  margin-right: 10px;
  color: #07466e;
  text-shadow: none;
}
.features-promo .features-video {
  padding-top: 60px;
}
.features .item {
  padding: 30px 0;
}
.features .item .title {
  font-size: 22px;
  color: #0e83cd;
  margin-top: 0;
}
.features .item .content p {
  font-size: 16px;
}
.features .figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* ======= Price Plan Section ======= */
.price-plan .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.price-plan .intro {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
  margin-bottom: 30px;
}
.price-plan .item {
  padding-right: 15px;
}
.price-plan .item .heading {
  min-height: 105px;
  text-align: center;
  background: #0e83cd;
  color: #fff;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
  position: relative;
}
.price-plan .item .heading h3 {
  margin-bottom: 0px;
}
.price-plan .item .heading small {
  font-size: 15px;
  font-weight: bold;
}
.price-plan .item .heading .label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0e83cd;
  color: #fff;
  font-size: 12px;
  position: absolute;
  padding: 5px 10px;
  right: 15px;
  top: 10px;
}
.price-plan .item .content {
  background: #f5f5f5;
  padding: 40px 30px 10px 30px;
}
.price-plan .item .price-figure {
  text-align: center;
}
.price-plan .item .price-figure .currency {
  font-size: 20px;
  position: relative;
  top: -25px;
}
.price-plan .item .price-figure .number {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
}
.price-plan .item .price-figure .unit {
  font-size: 12px;
  text-transform: uppercase;
}
.price-plan .item .feature-heading {
  background: #444444;
  color: #fff;
  font-size: 18px;
  margin: 0px -30px;
  padding: 5px 30px;
}
.price-plan .item .feature-heading .feature-subheading {
  font-size: 14px;
}
.price-plan .item .feature-heading a {
  padding-left: 10px;
  color: #FFF;
}
.price-plan .item .feature-heading a:hover {
  color: #ccc;
}
.price-plan .item .feature-list li {
  padding: 10px 0;
}
.price-plan .item .btn {
  font-weight: bold;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
}
.price-plan .item .btn .extra {
  text-transform: none;
  color: #04273e;
  font-weight: normal;
  font-size: 12px;
  font-family: 'Lato', arial, sans-serif;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}

.main-features {
  margin-top: 22px;
  line-height: 1.1em;
}
.main-features p {
  font-size: 14px;
}
.feature {
  min-height: 200px;
}
.well.feature {
  background-color: #efefef;
}
.feature .feature-title {
  min-height: 60px;
}
.feature .feature-text {
  min-height: 80px;
}
.feature h3 {
  font-size: 16px;
  margin: 10px 0px 10px 10px;
}
.feature h3.triple-line {
  margin-top: -3px;
}
.instructor-sidebar {
  padding-top: 20px;
}
.instructor-sidebar.affix {
  top: 20px;
  width: 250px;
}

#register-code {
  margin: 10px auto 0;
  text-align: center;
  display: table;
}
#register-code > .tr {
  display: table-row;
}
#register-code .tr > * {
  display: table-cell;
  outline-style: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-size: 12pt;
  line-height: normal;
  color: #555;
}
#register-code .tr > label {
  border: none;
  text-align: right;
  color: inherit;
}
#register-code .tr > div {
  background-color: #ccc;
}
#register-code .tr > span {
  border-left: none;
  border-right: none;
  background-color: #ccc;
}
#register-code .code1 {
  width: 66px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#register-code .code2 {
  width: 47px;
}
#register-code .code3 {
  width: 28px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#register-tos .checkbox {
  line-height: 20px;
}

.register-note {
  font-size: 14px;
  color: #222;
}

#register .container {
  width: 700px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.instructor-sidebar .nav>li.active {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.container {
  width: auto;
}

.promo .create-account .well {
    width: 198px;
  }

.footer {
  line-height: 1em;
}
.footer h5 {
  font-size: 15px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .promo {
    background-image: none;
  }
  .promo .sim-edition {
    display: none;
  }

  .promo .login, .promo .create-account {
    width: 50%;
    margin: auto;
  }
  .main-features .col-md-3 {
    width:44%;
    margin: 0 3px;
    float: left;
  }
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .header .logo, .header .logo-title {
    width: 88%;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .modal.modal-video .modal-dialog,
  .modal.modal-login .modal-dialog,
  .modal.modal-signup .modal-dialog {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-fixed-top {
    position: static;
  }
  .promo .intro .title {
    font-size: 22px;
  }
  .promo .intro .summary {
    font-size: 18px;
  }
  .signup .signup-form .form-group {
    width: 180px;
  }
  .signup .signup-form .form-control {
    font-size: 13px;
  }
  .why .benefits .item .icon .fa {
    margin-bottom: 30px;
  }
  .why .benefits .item .title {
    text-align: center;
  }
  .why .benefits .item .content p {
    text-align: center;
    padding: 15px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 120px;
  }
  .press li.xs-break {
    clear: left;
  }
  .video {
    padding: 30px 0;
  }
  .video .control {
    position: static;
  }
  .footer-col {
    margin-bottom: 60px;
  }
  .footer .bottom-bar .copyright {
    margin-bottom: 15px;
  }
  .footer .bottom-bar .social li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .features-video {
    margin-bottom: 30px;
  }
  .features {
    padding: 30px 0;
  }
  .features .item {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .features .item .content {
    padding: 30px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header .logo {
    width: 53%;
  }
  .modal-dialog {
    width: 715px;
  }
  .promo .login {
    width: 50%;
  }
  .promo .row {
    padding-left: 5px;
  }
  .promo .create-account {
    width: 80%;
  }
  .promo .create-account .well {
    float: left;
  }
  .promo .create-account .well:nth-child(2) {
    margin-left: 10px;
  }
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .navbar-fixed-top {
    position: static;
  }
  .header h1.logo {
    float: none !important;
    text-align: center;
  }
  .main-nav {
    float: none !important;
  }
  .main-nav .navbar-collapse {
    float: none;
    text-align: center;
  }
  .main-nav .navbar-collapse .nav {
    margin: 0 auto;
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .why .benefits .item .icon .fa {
    margin-bottom: 30px;
  }
  .why .benefits .item {
    padding: 15px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 140px;
  }
  .press li.break {
    clear: left;
  }
  .price-plan .item .heading .label {
    padding: 5px;
    right: 10px;
    font-size: 11px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
  .video .summary {
    max-width: 320px;
  }
  .login .login-form .form-group a {
    color: #fff;
    position: absolute;
    top: 193px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  .main-features .col-md-3 {
    width:44%;
    margin-left: 16px;
    float: left;
  }
  .main-features .feature-title .col-md-2 {
    width: 20%;
    float: left;
  }
  .login .login-form .form-group a {
    color: #fff;
    position: absolute;
    top: 193px;
    left: 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    width: 936px;
  }
  .promo .login {
    width: 25%;
  }
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  .main-nav {
    float: right !important;
  }
  .header h1.logo {
    float: left !important;
    text-align: left;
  }
  .main-nav {
    float: right !important;
  }
  .main-nav .navbar-collapse {
    float: left;
    text-align: left;
  }
  .main-nav .navbar-collapse .nav {
    margin: inherit;
    float: left;
  }
  .press {
    padding-bottom: 30px;
  }
  .press li {
    margin-bottom: 0;
  }
  .press li.break {
    clear: none;
  }
  .press li a img {
    max-width: 160px;
  }
  .price-plan .item .heading .label {
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
  }
  .contact-main .item {
    margin-bottom: 30px;
  }
  .contact-main .item .item-inner {
    min-height: 300px;
  }
  .video .summary {
    max-width: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  .wrapper:after {
    content: "";
    display: block;
  }
  .login .login-form .form-group {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  vertical-align: middle;
}
.login .login-form .form-group a {
  color: #CCC;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 10px;
  text-decoration: underline;
}

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1142px;
  }
}

.producttagline {
 font-style: italic;
}

.pricing-list {
  padding-top: 20px;
}
.pricing-list li {
  padding-left: 20px;
}
.pricing-list li .fa {
  margin-left: -20px;
}

.pricing-list .feature-subheading em {
  font-size: 14px;
  font-weight: bold;
}






/* ======= ValuePak tour ======= */

/* ======= FAQ Section ======= */
.faq {
  padding: 40px 0;
}
.faq.has-bg-color {
  background: #f5f5f5;
}
.faq .title {
  margin-bottom: 60px;
  font-size: 28px;
}
.faq .panel {
  background: #f0f0f0;
}
.faq .panel .panel-heading {
  padding: 15px 30px;
}
.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666666;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #666666;
}
.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
  color: #666666;
}
.faq .panel .panel-title .panel-toggle:hover .fa; {
  color: #902829;
}
.faq .panel .panel-title .active, .faq .panel .panel-title a {
  text-decoration: none;
}
.faq .panel .panel-title .active, .faq .panel .panel-title a:hover {
  color: #902829;
}
.faq .panel .panel-title .active .fa, .faq .panel .panel-title a:hover .fa {
  color: #902829;
}
.faq .more {
  margin-top: 60px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
/* ======= Feature Promo Section ======= */
.valuepak-promo .features-promo {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}
.valuepak-promo .features-promo .bg-mask {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.valuepak-promo .features-promo .features-intro {
  color: #0e83cd;
  padding-top: 30px;
}
.valuepak-promo .features-promo .features-intro .title {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 20px;
}
.valuepak-promo .features-promo .features-intro .subtitle {
  color: #fff;
  margin-top: -10px;
}
.valuepak-promo .features-promo .features-intro .features-list {
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
.valuepak-promo .features-promo .features-intro .features-list li {
  margin-bottom: 15px;
}
.valuepak-promo .features-promo .features-intro .features-list li .fa {
  margin-right: 10px;
  color: #0e83cd;
  text-shadow: none;
}
.valuepak-promo .features-promo .features-video {
  padding-top: 60px;
}


.features {
  padding-top: 20px;
  padding-bottom: 20px;
}
.features .item .title {
  font-size: 22px;
  color: #0e83cd;
  margin-top: 0;
}
.features .item .content p {
  font-size: 16px;
}
.features .figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.features-promo .textbook-image {
  height: 288px;
  margin-top: 10px;
}


.valuepak-promo .thumbnail {
  height: 365px;
}
.valuepak-promo .title, .valuepak-promo h5 {
  color: #0e83cd;
}
.valuepak-promo .features-intro h3 {
  color: #0e83cd;
  margin-top: 10px;
}
.valuepak-promo .features-promo .features-intro .features-list {
  margin-top: 5px;
  margin-left: 20px;
}
.valuepak-promo .features-intro ul li a {
  color: #0e83cd;
  font-size: 17px;
}
.valuepak-promo .features-intro ul li {
  text-shadow: none;
}
.valuepak-promo .features-intro ul li a:hover {
  color: #666666;
}
.valuepak-promo .features-promo .features-intro .features-list li {
  margin-bottom: 5px;
}



#whyValuePak .content .details {
  padding-bottom: 40px;
}
#whyValuePak .content .details .features-list li {
  padding: 3px;
}
#whyValuePak .vp-image {
  height: 240px;
}
#whyValuePak i {
  margin-right: 10px;
}

.signup {
  padding-bottom: 40px;
}