@charset "UTF-8";
/*   
Theme Name: Wall Street Prep 2016
Theme URI: wallstreetprep.com
Description: for wallstreetprep.com
Author: Scott McCarthy
Author URI: https://wallstreetprep.com
Version: 1
*/
/* Variables, Mixins
-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

img {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

/* RWD Resets
-------------------------------------------------------------- */
/*
html {
  overflow-y: auto;
}
*/
html,
body {
  margin: 0 auto; }

img, video {
  max-width: 100%;
  height: auto; }

video.jw-video {
  max-width: none !important; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased; }

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

button {
  border: none; }

a:focus,
input:focus,
button:focus {
  outline: none !important; }

button::-moz-focus-inner {
  border: 0; }

input:-webkit-autofill {
  color: #fff !important;
  background: none !important; }

* {
  margin: 0;
  padding: 0; }

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/* Stickyfooter
-------------------------------------------------------------- */
* {
  margin: 0; }

html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -12em;
  position: relative; }

body.wsp-lms #wrapper {
  margin-bottom: 0; }

.push {
  height: 12em; }

footer {
  height: 8em;
  padding: 2em 0; }

.show-400 {
  display: none; }

.show-700 {
  display: none; }

.border-box {
  box-sizing: border-box; }

section {
  position: relative; }

ul > li.module,
ul > li.module-white {
  margin-bottom: 2em; }

.col-center-white {
  background-color: #fff; }

.content-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%; }
  .content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .content-wrap.pad-top {
    padding: 5em 0 0 0; }
  .content-wrap.pad-bottom {
    padding: 0 0 5em 0; }
  .content-wrap.pad-top-bottom {
    padding: 4em 0; }
  .content-wrap.pad.nopad {
    padding: 0; }

#main-fare.content-wrap.pad-top-bottom {
  padding: 3em 0; }

.spacer {
  clear: both; }

.entry.entry-multiple {
  margin-top: 4em; }

.entry.pad,
.col-center-white.pad {
  padding: 3em; }

section.full.pad.no-pad-top .entry.pad {
  padding-bottom: 0; }

/*
section.full .content-wrap > .entry.pad {
	padding: 0;
}
*/
#wrapper > section.full.pad {
  padding: 4em 0; }

#wrapper > section.full.bg-img-full,
#wrapper > section.full.pad#client-callout {
  padding: 6em 0; }

#wrapper > section.full.pad.no-pad-top {
  padding-top: 0; }

.boxsizing-pad-2,
.boxsizing-pad-3 {
  box-sizing: border-box;
  padding: 2em; }

.boxsizing-pad-2 {
  padding: 2em; }

.boxsizing-pad-3 {
  padding: 3em; }

.flex {
  display: flex; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.space-between {
  justify-content: space-between; }

.flex-top {
  display: flex;
  align-items: top;
  justify-content: center; }

.flex-reverse {
  flex-direction: row-reverse; }

section.full.overview-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

section.full.blue-back {
  background-color: #0B8ECC;
  color: #fff !important; }
  section.full.blue-back h1,
  section.full.blue-back h2,
  section.full.blue-back p,
  section.full.blue-back label {
    color: #fff !important; }

section.full > .content-wrap > .bluebutton {
  width: 90%;
  margin: 0 auto;
  max-width: 20em;
  float: none;
  padding: .75em 0; }
  section.full > .content-wrap > .bluebutton:last-child {
    margin-top: 4em; }

section.full.overview-row h2,
section.full.overview-row h2 + p, section.full.features-list h2,
section.full.features-list h2 + p, section.full.default h2,
section.full.default h2 + p {
  text-align: center; }

section.full.overview-row > .parent > div > h4 {
  text-align: center;
  color: #0B8ECC;
  font-weight: 600;
  margin-top: 0; }

section.full.overview-row > .parent > div > video {
  display: block; }

section.full.overview-row h2 + ul {
  text-align: center;
  list-style-position: inside; }

section.full p a {
  margin: 0 auto; }

section.full > h2,
section.full > .content-wrap > h2,
section.full > .content-wrap > .col-center > h2 {
  text-align: center;
  margin-top: 2.25em;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  section.full > h2:first-child,
  section.full > .content-wrap > h2:first-child,
  section.full > .content-wrap > .col-center > h2:first-child {
    margin-top: 0; }

section.full > .content-wrap > .col-center > h2.marg-top-1 {
  margin-top: 1em; }

section.full > h2 + .content-wrap > .col-center {
  padding-top: 0; }

section.full > h2 + .content-wrap > .col-center.col-center-white {
  padding-top: 3em; }

section.full > .content-wrap > .col-center > h2 {
  margin-bottom: 1.35em; }

section.full > .content-wrap h2 + .col-center {
  margin-top: 2.75em; }
  section.full > .content-wrap h2 + .col-center:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

section.full .content-wrap > div > p {
  text-align: center; }

section.full .content-wrap > div.entry > p,
section.full.default .content-wrap.entry > .col-center > p {
  text-align: left; }

section.full .content-wrap > div > h5 {
  text-align: center;
  color: #0B8ECC;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: .8em; }

section.full > h2 + p,
section.full > h2 + h4 {
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

section.full > h2 + h4 {
  text-align: center;
  font-weight: 500; }

section.full > h2 + p li {
  margin-bottom: .5em; }

section.full > h2 + p,
section.full > .content-wrap > h2 + p {
  text-align: center; }

section.full > h2 + .content-wrap,
section.full > h2 + p + .content-wrap,
section.full > h2 + ul {
  margin-top: 2.5em; }

section.full > img:first-child {
  margin: 1em auto 2em;
  max-width: 24em;
  width: 90%; }

section.full > img:first-child + h2 {
  margin-top: 0; }

section.full.default > h2 + p + .content-wrap,
section.full.default > h2 + .content-wrap {
  margin-top: 2em; }

section.full.contact-form > h2 + p + .content-wrap {
  margin-top: 1em; }

section.full > .content-wrap > div:not(.loader-fs) {
  position: relative; }

section.full > .content-wrap > div.modal {
  position: fixed; }

.icon-above-headline {
  margin: 0 auto;
  width: 50px !important;
  position: relative;
  top: -1em; }

section.full.bg-img-full h2,
section.full.bg-img-full h2 + p {
  position: relative;
  z-index: 100;
  margin-top: 0; }

#client-callout h2 + p {
  max-width: 1000px;
  width: 90%; }

#big-quote strong {
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-weight: 500 !important; }

#big-quote .content-wrap {
  max-width: 1100px; }

#big-quote .bluebutton {
  margin-top: 3em; }

.bg-img-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

section.full.bg-img-full.pos-fixed {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.tint-aqua::after {
  content: "";
  background-color: #157b78;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .75; }

.tint-aqua > * {
  position: relative;
  z-index: 100; }

.tint-aqua > .content-wrap > .bluebutton,
.tint-aqua > .bluebutton {
  background-color: #1EAAA5; }

section.full.tinted .content-wrap {
  z-index: 100;
  position: relative; }

section.full.tinted .tint {
  background: rgba(0, 0, 0, 0.8); }

section.full.tinted .tint.tint-white {
  background: rgba(255, 255, 255, 0.9); }

.overview-row .content-wrap + .content-wrap {
  margin-top: 3em; }

.overview-row .content-wrap > div img {
  width: 100%; }

.overview-row .content-wrap .bluebutton {
  width: 90%;
  max-width: 20em; }

.overview-row .content-wrap button.bluebutton {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 24em; }
  .overview-row .content-wrap button.bluebutton:hover {
    background-color: #3AAFE6; }
  .overview-row .content-wrap button.bluebutton:focus {
    outline: none; }

.overview-row .content-wrap p > button {
  margin-bottom: 1em;
  padding: 1em 0 !important; }

.overview-row .content-wrap > img.align-center {
  margin-bottom: 2em; }

.overview-row .content-wrap > .col-12 h2,
.overview-row .content-wrap > .col-12 h4 {
  text-align: center; }

.overview-row .content-wrap > .col-12 p {
  text-align: center;
  max-width: 52em;
  margin-left: auto;
  margin-right: auto; }

.overview-row .content-wrap > .col-12 h6 > img {
  max-width: 90%;
  margin: 3em auto;
  display: none; }

.overview-row .content-wrap > .col-12 .bluebutton {
  margin: 2em auto 3em;
  float: none; }

.overview-row .content-wrap ul {
  list-style: disc;
  margin-left: 1.25em; }
  .overview-row .content-wrap ul li {
    margin-bottom: .5em; }
  .overview-row .content-wrap ul.loose li {
    margin-bottom: .8em; }

.overview-row .content-wrap > div > h4 {
  font-size: 1.2em;
  margin-bottom: .5em; }

.overview-row .content-wrap > div > p {
  margin-bottom: 2em; }
  .overview-row .content-wrap > div > p:last-of-type {
    margin-bottom: 0; }
  .overview-row .content-wrap > div > p:last-of-type + ul {
    margin-top: 2em; }
  .overview-row .content-wrap > div > p:last-of-type + ul.checked-list {
    margin-top: 2.5em; }

.overview-row.centered-icon .align-center {
  width: 7em; }

.overview-row.extra-pad-img .content-wrap img.col-5.pad {
  width: 31.666%;
  padding-left: 5%;
  padding-right: 5%; }

.overview-row.extra-pad-img .content-wrap img.col-4.pad {
  width: 31.666%;
  padding-left: 5%;
  padding-right: 5%; }

.overview-row + #our-clients {
  padding-bottom: 3em !important;
  padding-top: 0 !important; }
  .overview-row + #our-clients .content-wrap {
    max-width: 1100px; }
    .overview-row + #our-clients .content-wrap > p {
      padding-left: 2%;
      padding-right: 2%; }
  .overview-row + #our-clients p {
    font-size: .75em;
    padding-bottom: 1.25em; }

.full.overview-row.w-button a {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  max-width: 18em; }
  .full.overview-row.w-button a:hover {
    background-color: #3AAFE6; }
  .full.overview-row.w-button a:focus {
    outline: none; }

.overview-extend {
  padding-top: 0;
  margin-top: -2em; }

.features-list > ul > li > img,
.features-list > ul > li > a > img {
  margin-bottom: 1.5em; }

.features-list > ul > li > .circle-img-contain > img {
  max-width: 6em;
  margin-bottom: 0; }

.features-list .module {
  border: none;
  text-align: center; }
  .features-list .module p {
    padding: 0 2em; }

.features-list > ul {
  position: relative;
  text-align: center;
  top: 3em;
  margin-top: 1em !important; }

.features-list > ul > li {
  margin-bottom: 6em; }
  .features-list > ul > li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .features-list > ul > li.module {
    padding-top: 1.5em;
    padding-bottom: 2.25em;
    position: relative; }
    .features-list > ul > li.module:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .features-list > ul > li.module > ul {
      list-style-position: inside;
      margin-left: 0; }
  .features-list > ul > li.no-mod {
    padding-bottom: 0;
    box-shadow: none; }

.features-list .gallery-image {
  position: relative;
  display: block; }
  .features-list .gallery-image > img {
    z-index: 19;
    position: relative; }
  .features-list .gallery-image .glyphicon {
    color: #fff; }

.features-list .col-4 .gallery-image {
  max-width: 15em;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.features-list .zoom-frame {
  background-color: #303030;
  padding: .5em .75em;
  position: absolute;
  font-size: .7em;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: block;
  text-align: center; }

.features-list .gallery-image:hover .zoom-frame .glyphicon {
  color: #0B8ECC; }

.features-list .gallery-image:hover {
  transform: scale(1.02); }

.features-list li.with-button p a {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  padding: .75em 0;
  position: absolute;
  bottom: 3em;
  left: 1em;
  right: 1em; }
  .features-list li.with-button p a:hover {
    background-color: #3AAFE6; }
  .features-list li.with-button p a:focus {
    outline: none; }

.features-list li.col-6.with-button p a {
  left: 20%;
  right: 20%; }

.features-list li.module.with-button {
  padding-bottom: 9em !important; }

.features-list.bg-img-full li {
  box-shadow: none; }

.features-list h4 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: .35em; }

.features-list > ul > li > ul > li,
.features-list > ul > li > ul > p {
  font-size: .9em; }

.features-list > ul > li > ul {
  list-style: disc;
  margin-left: 1.25em;
  text-align: left; }
  .features-list > ul > li > ul li {
    margin-bottom: .5em; }

.features-list.small-icons.blue-back .circle-img-contain {
  background-color: #007eba !important; }

.features-list.small-icons > ul {
  top: 0 !important;
  margin-top: -1em !important; }
  .features-list.small-icons > ul > li {
    margin-top: 3em;
    margin-bottom: 0;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    max-width: 700px; }

.full.testimonials > .content-wrap > div {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
  .full.testimonials > .content-wrap > div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .full.testimonials > .content-wrap > div:last-child {
    margin-bottom: 0; }
  .full.testimonials > .content-wrap > div.module-white.pad {
    padding-top: 2em;
    padding-bottom: 2em; }
  .full.testimonials > .content-wrap > div .circle-frame {
    width: 6em;
    height: 6em;
    overflow: hidden;
    border-radius: 3.5em;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    float: none; }
    .full.testimonials > .content-wrap > div .circle-frame img {
      width: 100%;
      float: none;
      padding: 0;
      margin: 0; }
  .full.testimonials > .content-wrap > div p {
    padding: 0 0 0 6em;
    font-size: 1.3em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
    text-align: left !important; }
  .full.testimonials > .content-wrap > div .attribute {
    display: block;
    font-size: .6em;
    font-weight: 400;
    padding-top: 1.5em;
    font-style: normal; }

.module-white.pad .circle-frame {
  top: 2em !important;
  left: 2em !important; }

.mini-strip {
  padding: 0 !important;
  background-color: #2a3036;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .mini-strip.pad {
    padding: 3em 0 !important; }
  .mini-strip .small-tag {
    color: #fff; }

.video-overview #anchor {
  position: absolute;
  top: -3em; }

.video-overview a {
  cursor: pointer; }

.video-overview .glyphicon {
  top: 3px;
  padding-right: 3px; }

.video-overview strong {
  color: #fff; }

.video-overview .content-wrap {
  overflow: hidden; }

.video-overview h2 {
  text-align: right;
  font-size: 1.35em !important;
  padding: 1.75em 0;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.67);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  letter-spacing: 0 !important; }
  .video-overview h2 span {
    color: #fff;
    font-weight: 600; }

.video-overview .col-4 {
  top: .5em;
  position: relative; }

.video-overview img {
  border: 4px solid #fff;
  width: 14em;
  position: absolute;
  left: 50%;
  margin-left: -7em;
  top: 1em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#sec-video-mobile {
  padding-bottom: 4em !important;
  display: none; }
  #sec-video-mobile .jwplayer {
    margin: 2em 0; }
  #sec-video-mobile p {
    text-align: center; }

.publiccourses #sec-video-mobile {
  background-color: #f7f7f7; }

.full-split {
  display: table;
  width: 100%; }
  .full-split * {
    color: #fff; }
  .full-split > .col-6 {
    display: table-cell;
    vertical-align: middle;
    padding: 10em 0;
    box-sizing: border-box;
    text-align: center;
    height: 30em; }
  .full-split p,
  .full-split img {
    width: 90%;
    max-width: 25em;
    margin: 0 auto; }
  .full-split p {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em !important; }
  .full-split p + p {
    margin-bottom: 0 !important; }
  .full-split ul {
    list-style: disc; }
    .full-split ul li {
      list-style-position: inside;
      margin-bottom: .5em; }
  .full-split img.mobile-only {
    display: none; }
  .full-split .image-cover {
    position: relative;
    background-image: url("https://s3.amazonaws.com/wspimage/wsp-analyst-training.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center; }
    .full-split .image-cover .tint {
      background-color: rgba(31, 42, 42, 0.6); }
    .full-split .image-cover > p,
    .full-split .image-cover .play-button {
      position: relative;
      z-index: 1000; }
    .full-split .image-cover .play-button {
      clear: both;
      display: inline-block;
      max-width: 4em;
      margin-bottom: .25em; }
    .full-split .image-cover .play-button + p {
      font-weight: 300;
      font-size: 1.5em; }

#affixnav {
  width: 100px;
  float: left;
  font-size: 95%;
  position: relative;
  z-index: 100; }
  #affixnav.affix {
    position: fixed;
    top: 20px; }
  #affixnav li {
    margin-bottom: .75em; }

#wrapper-w-affix {
  padding-top: 3em; }
  #wrapper-w-affix #main-content {
    padding-left: 150px;
    position: relative;
    z-index: 99;
    margin-bottom: 5em; }
    #wrapper-w-affix #main-content > section {
      background-color: #fff;
      padding: 3em 4em; }
    #wrapper-w-affix #main-content > section.blue-back {
      background-color: #0B8ECC; }

#wrapper-r-sidebar #main-content {
  padding-right: 350px;
  position: relative;
  z-index: 99;
  margin-bottom: 5em; }

#wrapper-r-sidebar aside {
  float: right;
  width: 250px; }

.single-seminars #main-content > section,
.page-template-page-boot-camps-new #main-content > section,
.tax-wsp_boot_camp_locations #main-content > section,
.single-wsp_boot_camps #main-content > section {
  background-color: #fff;
  padding: 3em 4em; }
  .single-seminars #main-content > section.blue-back,
  .page-template-page-boot-camps-new #main-content > section.blue-back,
  .tax-wsp_boot_camp_locations #main-content > section.blue-back,
  .single-wsp_boot_camps #main-content > section.blue-back {
    background-color: #0B8ECC;
    margin-top: 4em; }
  .single-seminars #main-content > section:after,
  .page-template-page-boot-camps-new #main-content > section:after,
  .tax-wsp_boot_camp_locations #main-content > section:after,
  .single-wsp_boot_camps #main-content > section:after {
    display: none; }
  .single-seminars #main-content > section h2,
  .page-template-page-boot-camps-new #main-content > section h2,
  .tax-wsp_boot_camp_locations #main-content > section h2,
  .single-wsp_boot_camps #main-content > section h2 {
    text-align: center;
    padding-left: 0;
    width: auto;
    font-size: 1.75em;
    font-weight: 500;
    padding-bottom: 1em;
    margin-bottom: 0; }
  .single-seminars #main-content > section:first-child h2,
  .page-template-page-boot-camps-new #main-content > section:first-child h2,
  .tax-wsp_boot_camp_locations #main-content > section:first-child h2,
  .single-wsp_boot_camps #main-content > section:first-child h2 {
    padding-top: 0; }

/*-------------------ALIGNMENT-------------------*/
.float {
  float: left; }

.float-right,
.float-r {
  float: right; }

img.float-right {
  margin-left: 2em; }

.centered {
  text-align: center; }

.align-center,
.align-center > img,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

.sixteen-nine {
  position: relative; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.eight-three {
  position: relative; }
  .eight-three:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  .eight-three > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.eight-five {
  position: relative; }
  .eight-five:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%; }
  .eight-five > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.six-four {
  position: relative; }
  .six-four:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%; }
  .six-four > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.four-three {
  position: relative; }
  .four-three:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .four-three > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.five-four {
  position: relative; }
  .five-four:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%; }
  .five-four > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.one-one {
  position: relative; }
  .one-one:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .one-one > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.table-display-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .table-display-container > * {
    display: table-cell;
    vertical-align: middle; }

.tint + .table-display-container,
.tint + .content-wrap {
  z-index: 2;
  position: relative; }

/*-------------------MEDIA QUERIES-------------------*/
@media screen and (min-width: 1000px) {
  .video-overview:hover .vidwrap {
    transform: translate(0, -20px); }
  .video-overview:hover h2 {
    color: #fff; } }

@media screen and (max-width: 1200px) {
  .parent > .col-4.marg.sixteen-nine {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%; } }

@media screen and (max-width: 1000px) {
  .banner + #wrapper > section.full.pad:first-child,
  .bootcamp-title + section.full.pad {
    padding-top: 3em !important; }
  section.full > h2 + p + .content-wrap,
  section.full > h2 + .content-wrap {
    margin-top: 2em; }
  .full > .content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  section.full > .flex-center {
    display: block; }
  .overview-row + #our-clients {
    display: none; }
  .video-overview .content-wrap {
    max-width: none; }
  .video-overview .parent > .col-8,
  .video-overview .parent > .col-4 {
    float: left; }
  .video-overview h2 {
    text-align: center; }
  .video-overview .parent > .col-8 {
    width: 66.666% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .video-overview .parent > .col-4.pad.pad-extra {
    width: 29.333% !important;
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .video-overview img {
    width: 90%;
    left: 5%;
    margin-left: 0; }
  .video-overview strong {
    display: none; }
  section.full.overview-row h2 {
    margin-bottom: .75em; }
  .parent > .col-4.marg.sixteen-nine {
    float: left;
    width: 46% !important;
    margin-left: 2%;
    margin-right: 2%; }
  .parent > .col-2.pad.module,
  .parent > .col-3.pad.module,
  .parent > .col-4.pad.module {
    width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important; }
  .boxsizing .parent > .col-2.pad.module,
  .boxsizing .parent > .col-3.pad.module,
  .boxsizing .parent > .col-4.pad.module {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 2em !important;
    padding-right: 2em !important;
    margin-right: auto !important;
    margin-left: auto !important; }
  .overview-row .parent > .col-1,
  .overview-row .parent > .col-2,
  .overview-row .parent > .col-3,
  .overview-row .parent > .col-4,
  .overview-row .parent > .col-5,
  .overview-row .parent > .col-6,
  .overview-row .parent > .col-7,
  .overview-row .parent > .col-8,
  .overview-row .parent > .col-9,
  .overview-row .parent > .col-10,
  .overview-row .parent > .col-11,
  .overview-row .parent > .col-12 {
    float: none;
    margin: 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 650px; }
    .overview-row .parent > .col-1 h2 br,
    .overview-row .parent > .col-2 h2 br,
    .overview-row .parent > .col-3 h2 br,
    .overview-row .parent > .col-4 h2 br,
    .overview-row .parent > .col-5 h2 br,
    .overview-row .parent > .col-6 h2 br,
    .overview-row .parent > .col-7 h2 br,
    .overview-row .parent > .col-8 h2 br,
    .overview-row .parent > .col-9 h2 br,
    .overview-row .parent > .col-10 h2 br,
    .overview-row .parent > .col-11 h2 br,
    .overview-row .parent > .col-12 h2 br {
      display: none; }
    .overview-row .parent > .col-1 > p,
    .overview-row .parent > .col-2 > p,
    .overview-row .parent > .col-3 > p,
    .overview-row .parent > .col-4 > p,
    .overview-row .parent > .col-5 > p,
    .overview-row .parent > .col-6 > p,
    .overview-row .parent > .col-7 > p,
    .overview-row .parent > .col-8 > p,
    .overview-row .parent > .col-9 > p,
    .overview-row .parent > .col-10 > p,
    .overview-row .parent > .col-11 > p,
    .overview-row .parent > .col-12 > p {
      padding: 0 !important; }
    .overview-row .parent > .col-1 > h4,
    .overview-row .parent > .col-2 > h4,
    .overview-row .parent > .col-3 > h4,
    .overview-row .parent > .col-4 > h4,
    .overview-row .parent > .col-5 > h4,
    .overview-row .parent > .col-6 > h4,
    .overview-row .parent > .col-7 > h4,
    .overview-row .parent > .col-8 > h4,
    .overview-row .parent > .col-9 > h4,
    .overview-row .parent > .col-10 > h4,
    .overview-row .parent > .col-11 > h4,
    .overview-row .parent > .col-12 > h4 {
      margin-top: -1.75m !important; }
  .overview-row div + div {
    padding-top: 2em; }
  .overview-row .content-wrap > div > img,
  .overview-row .content-wrap > div > img + .caption,
  .overview-row .content-wrap > .col-center > div > img,
  .overview-row .content-wrap > div > video,
  .overview-row .content-wrap > .col-center > div > video {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }
  .col-center-white,
  .col-center.module-white {
    background: none;
    padding: 0 !important;
    border-bottom: none; }
  section.full.bg-img-full.pos-fixed {
    background-attachment: scroll; }
  .full.testimonials > .content-wrap > div {
    text-align: center; }
    .full.testimonials > .content-wrap > div p {
      padding: 5em 2em 0 !important;
      text-align: center !important; }
    .full.testimonials > .content-wrap > div .circle-frame {
      left: 50% !important;
      margin-left: -3em; }
  .full-split {
    display: block;
    width: auto; }
    .full-split p,
    .full-split img {
      max-width: 600px; }
  .full-split > .col-6 {
    display: block;
    padding: 8em 0;
    height: auto; }
  section.full.default .content-wrap.entry > .col-center > p {
    text-align: center; }
  .features-list.small-icons > ul {
    margin-top: 3em !important; }
    .features-list.small-icons > ul > li:last-child {
      margin-bottom: 0; }
  .no-pad-top-at-1000 {
    padding-top: 0 !important; }
  #big-quote strong {
    font-size: 2.5em; } }

@media screen and (max-width: 800px) {
  .video-overview .parent > .col-8,
  .video-overview .parent > .col-4 {
    float: none; }
  .video-overview h2 {
    text-align: center; }
  .video-overview .parent > .col-8 {
    width: 100% !important; }
  .video-overview .parent > .col-4 {
    display: none; } }

@media screen and (max-width: 700px) {
  .show-700 {
    display: block; }
  .hide-700 {
    display: none; }
  .video-overview h2 {
    padding: 1.25em 0; }
  .content-wrap.pad-top {
    padding: 3em 0 0 0; }
  .content-wrap.pad-bottom {
    padding: 0 0 3em 0; }
  .content-wrap.pad-top-bottom {
    padding: 3em 0; }
  #wrapper > section.full.pad {
    padding: 3em 0; }
  #wrapper > section.full.bg-img-full {
    padding: 3em 0; }
  .full-split > div.col-6 {
    padding: 4em 0; } }

@media screen and (max-width: 600px) {
  .parent > .col-4.marg.sixteen-nine {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    float: none; }
  .video-overview {
    display: none; }
  #sec-video-mobile {
    display: block; }
  #big-quote strong {
    font-size: 2em; } }

@media screen and (max-width: 500px) {
  .hide-500 {
    display: none; }
  .full-split > div.col-6 img.mobile-only {
    display: none; }
  #big-quote strong {
    font-size: 1.6em; } }

@media screen and (max-width: 400px) {
  .hide-400 {
    display: none; }
  .show-400 {
    display: block; } }

/*-------------------12-COL GRID SYSTEM-------------------*/
.parent.col-12 {
  position: relative; }
  .parent.col-12:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.parent.col-12.pad {
  padding-left: 3%;
  padding-right: 3%; }
  .parent.col-12.pad:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.parent.col-12.marg {
  margin-left: 3%;
  margin-right: 3%; }
  .parent.col-12.marg:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.parent.col-11 {
  width: 91.666%; }

.parent.col-11.pad {
  width: 83.666%;
  padding-left: 4%;
  padding-right: 4%; }

.parent.col-6.pad {
  width: 42%;
  padding-left: 4%;
  padding-right: 4%; }

.parent.col-8.pad {
  width: 61.666%;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.parent.col-9.pad {
  width: 69%;
  padding-left: 3%;
  padding-right: 3%; }

.parent.col-12 {
  position: relative; }
  .parent.col-12:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.parent.col-12.default {
  margin-bottom: 4em; }

.col-center {
  margin-left: auto;
  margin-right: auto; }

.parent > .col-1 {
  width: 8.333%; }

.parent > .col-2 {
  width: 16.666%; }

.parent > .col-2.pad {
  width: 12.666%;
  padding-left: 2%;
  padding-right: 2%; }

.parent > .col-2.marg {
  width: 12.666%;
  margin-left: 2%;
  margin-right: 2%; }

.parent > .bullets.col-2.pad {
  padding-left: 2.5%;
  padding-right: 1.5%;
  width: 12.666%; }

.parent > .col-3 {
  width: 25%; }

.parent > .col-3.pad {
  width: 23%;
  padding-left: 1%;
  padding-right: 1%; }

.parent > aside.col-3.pad {
  width: 22%;
  padding-left: 3%;
  padding-right: 0; }

.parent > aside.col-3.marg {
  width: 22%;
  margin-left: 3%;
  padding: 0;
  margin-right: 0; }

.parent > aside.col-3-5.pad {
  width: 25%;
  padding-left: 3%;
  padding-right: 0; }

.parent > aside.col-3.border-left {
  width: 21%;
  margin-left: 2%;
  padding-left: 2%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: inset 1px 0 0 0 #e9e9e9; }

.parent > .col-3.marg {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%; }

.parent > .col-3.marg-left {
  width: 23%;
  margin-left: 2%; }

.parent > .col-3.marg-right {
  width: 23%;
  margin-right: 2%; }

.parent > .col-3.pad.marg {
  width: 21%;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%; }

.parent > .col-4 {
  width: 33.333%; }

.parent > .col-4.pad {
  width: 29.333%;
  padding-left: 2%;
  padding-right: 2%; }

.parent > .col-4.pad.pad-extra {
  width: 25.333%;
  padding-left: 4%;
  padding-right: 4%; }

.parent > .col-4.pad.pad-extra-left {
  width: 25.333%;
  padding-left: 8%;
  padding-right: 0; }

.parent > .col-4.marg {
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%; }

.parent > .col-4.marg-left {
  width: 31.333%;
  margin-left: 2%;
  margin-right: 0; }

.parent > .col-4.marg.pad {
  width: 27.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 1.5%;
  padding-right: 1.5%; }

.parent > .col-4.marg.pad.pad-extra {
  width: 24.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 3%;
  padding-right: 3%; }

.parent > .col-5 {
  width: 41.666%; }

.parent > .col-5.pad {
  width: 37.666%;
  padding-left: 2%;
  padding-right: 2%; }

.parent > .col-5.pad.pad-extra {
  width: 33.666%;
  padding-left: 4%;
  padding-right: 4%; }

.parent > .col-6 {
  width: 50%; }

.parent > .col-6.pad {
  width: 46%;
  padding-left: 2%;
  padding-right: 2%; }

.parent > .col-6.pad.pad-r {
  width: 46%;
  padding-left: 0%;
  padding-right: 4%; }

.parent > .col-6.pad.pad-extra {
  width: 42%;
  padding-left: 4%;
  padding-right: 4%; }

.parent > .col-6.marg {
  width: 47.5%;
  margin-left: 1%;
  margin-right: 1%; }

.parent > .col-6.marg.pad {
  width: 44%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-left: 1.5%;
  margin-right: 1.5%; }

.parent > .col-7 {
  width: 58.333%; }

.parent > .col-7.pad {
  width: 53.333%;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.parent > .col-7.pad.pad-extra {
  width: 49.333%;
  padding-left: 4.5%;
  padding-right: 4.5%; }

.parent > .col-7.pad.pad-r {
  width: 55.833%;
  padding-left: 0;
  padding-right: 2.5%; }

.parent > .col-7.pad.pad-l {
  width: 55.833%;
  padding-right: 0;
  padding-left: 2.5%; }

.parent > .col-7.pad.pad-extra.pad-l {
  width: 53.833%;
  padding-right: 0;
  padding-left: 4.5%; }

.parent > .col-8,
.parent > .nopad .col-8 {
  width: 66.666%;
  padding-left: 0;
  padding-right: 0; }

.parent > .col-8.pad {
  width: 61.666%;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.parent > .col-8.pad.pad-extra {
  width: 57.666%;
  padding-left: 4.5%;
  padding-right: 4.5%; }

.parent > .col-8.pad.pad-r {
  width: 64.166%;
  padding-left: 0;
  padding-right: 2.5%; }

.parent > .col-8.pad.pad-extra.pad-r {
  width: 59.666%;
  padding-left: 0;
  padding-right: 7%; }

.parent > .col-8.pad.pad-l {
  width: 64.166%;
  padding-right: 0;
  padding-left: 2.5%; }

.parent > .col-8.marg.pad.pad-extra {
  width: 57.333%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 3%;
  padding-right: 3%; }

.parent > .col-8-5 {
  width: 70%;
  padding-right: 2%;
  padding-left: 0; }

.parent > .col-9 {
  width: 75%; }

.parent > .col-9.pad {
  width: 69%;
  padding-left: 3%;
  padding-right: 3%; }

.parent > .col-9.pad-right {
  width: 69%;
  padding-right: 6%;
  padding-left: 0; }

.parent > .col-9.pad-right.pad-extra {
  width: 67%;
  padding-right: 8%;
  padding-left: 0; }

.parent > .col-9.pad-left {
  width: 69%;
  padding-left: 6%;
  padding-right: 0; }

.parent > .col-10 {
  width: 83.333%; }

.parent > .col-10.pad {
  width: 77.333%;
  padding-left: 3%;
  padding-right: 3%; }

.parent > .col-10.marg-right {
  width: 77.333%;
  margin-right: 6%; }

.parent > .col-10.pad.pad-right {
  width: 79.333%;
  padding-right: 4%;
  padding-left: 0; }

.parent > .col-10.pad.entry-col {
  width: 69.333%;
  padding-left: 7%;
  padding-right: 7%; }

.parent > .col-11 {
  width: 91.666%; }

.parent > .col-11.pad {
  width: 83.666%;
  padding-left: 4%;
  padding-right: 4%; }

.parent > .col-11.pad.entry-col {
  width: 77.666%;
  padding-left: 7%;
  padding-right: 7%; }

.parent > .col-12 {
  display: block; }

.parent > .col-12.pad {
  display: block;
  padding-left: 3%;
  padding-right: 3%; }

.parent > .col-12.pad.marg {
  display: block;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: 1.5%;
  margin-right: 1.5%; }

.entry-col {
  padding-top: 3em;
  padding-bottom: 4em; }

.products .parent > .col-6.pad {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%; }

.parent.info-cols > .col-6 {
  width: 50%; }

.parent.info-cols > .col-6.pad {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%; }

.parent.info-cols > * > img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.col-12.over-4 > *,
.col-12.over-3 > *,
.col-12.over-2 > * {
  float: left; }

.col-12.over-2 .module {
  width: 96%;
  margin: 0 auto; }
  .col-12.over-2 .module:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

@media screen and (max-width: 1150px) {
  .parent > .col-4.pad.pad-extra {
    width: 29.333%;
    padding-left: 2%;
    padding-right: 2%; }
  .parent > .col-4.marg.pad.pad-extra {
    width: 27.333%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%; }
  .parent > .col-4.module.marg.pad {
    width: 43.5%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 2%;
    padding-right: 2%; }
  .parent > .col-5.pad.pad-extra {
    width: 37.666%;
    padding-left: 2%;
    padding-right: 2%; }
  .parent > .col-6.pad.pad-extra {
    width: 46%;
    padding-left: 2%;
    padding-right: 2%; }
  .parent > .col-7.pad.pad-extra {
    width: 53.333%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .parent > .col-7.pad.pad-r {
    width: 55.833%;
    padding-left: 0;
    padding-right: 2.5%; }
  .parent > .col-7.pad.pad-extra.pad-l {
    width: 55.833%;
    padding-right: 0;
    padding-left: 2.5%; }
  .parent > .col-8.pad.pad-extra {
    width: 61.666%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .parent > .col-8.marg.pad.pad-extra {
    width: 60.666%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%; } }

@media screen and (max-width: 1000px) {
  .parent > .col-1,
  .parent > .col-2,
  .parent > .col-3,
  .parent > .col-4,
  .parent > .col-5,
  .parent > .col-6,
  .parent > .col-7,
  .parent > .col-8,
  .parent > .col-9,
  .parent > .col-10,
  .parent > .col-11,
  .parent > .col-12 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .parent > .col-1 h2 br,
    .parent > .col-2 h2 br,
    .parent > .col-3 h2 br,
    .parent > .col-4 h2 br,
    .parent > .col-5 h2 br,
    .parent > .col-6 h2 br,
    .parent > .col-7 h2 br,
    .parent > .col-8 h2 br,
    .parent > .col-9 h2 br,
    .parent > .col-10 h2 br,
    .parent > .col-11 h2 br,
    .parent > .col-12 h2 br {
      display: none; }
    .parent > .col-1 > p,
    .parent > .col-2 > p,
    .parent > .col-3 > p,
    .parent > .col-4 > p,
    .parent > .col-5 > p,
    .parent > .col-6 > p,
    .parent > .col-7 > p,
    .parent > .col-8 > p,
    .parent > .col-9 > p,
    .parent > .col-10 > p,
    .parent > .col-11 > p,
    .parent > .col-12 > p {
      padding: 0 !important; } }

.content-wrap {
  max-width: 1250px; }
  .content-wrap.content-wrap-1100 {
    max-width: 1100px !important; }
  .content-wrap.content-wrap-1000 {
    max-width: 1000px !important; }

.max-600 {
  max-width: 600px; }

.max-700 {
  max-width: 700px; }

.max-800 {
  max-width: 800px; }

.max-600,
.max-700,
.max-800 {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1150px) {
  .overview-row .content-wrap {
    max-width: 1100px; } }

@media screen and (max-width: 1000px) {
  .content-wrap {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  section.full > h2:first-child,
  section.full > h2:first-child + p {
    max-width: 600px; } }

@media screen and (max-width: 1150px) {
  body.single-wsp_lesson #sidebar,
  body.single-wsp_lesson #sidebar-menu {
    position: absolute;
    top: 0 !important;
    padding-top: 2em; } }

/*-------------------TYPOGRAPHY-------------------*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #303030;
  font-size: 105%; }

*::-moz-selection,
*::selection {
  background: #FFCC00 !important; }

@media screen and (max-width: 1150px) {
  body {
    font-size: 100%; }
  .modal-content {
    font-size: 100%; } }

strong, b {
  font-weight: 700 !important; }

.center {
  text-align: center; }

figcaption {
  font-size: .8em;
  font-style: italic;
  margin-top: .5em; }

.link-text {
  color: #0B8ECC;
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

img + .caption {
  font-size: .9em;
  padding-top: .75em; }

/*
.tag {
	text-transform: uppercase;
	font-size: .7em;
	color: $orange;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: .75em;
}
*/
.small-tag {
  font-size: .75em;
  font-style: italic; }

.checked-list {
  list-style: none !important;
  margin-left: 0 !important; }

.block {
  display: block; }

.important {
  font-style: italic;
  font-weight: 600; }
  .important strong {
    color: #D80A0A; }

.subscript,
.superscript,
sup {
  font-size: 0.7em;
  position: relative;
  padding-left: 3px;
  padding-right: 2px;
  display: inline; }

.subscript {
  top: 4px; }

.superscript,
sup {
  top: -4px; }

.infotext,
.footnote {
  font-size: .75em; }

.footnote {
  font-style: italic; }

.text-increase-2 {
  font-size: 1.25em; }

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

.yellow {
  color: #FFCC00; }

.orange {
  color: #ef5008; }

.greytext {
  color: #9c9c9c; }

.pipe {
  position: relative;
  top: -1px; }
  .pipe:after {
    content: " | "; }

.red {
  color: #D80A0A; }

.green {
  color: #22B783; }

.blue {
  color: #0B8ECC; }

.black {
  color: #303030; }

.inline p {
  display: inline; }

.highlight {
  display: inline;
  background: rgba(255, 247, 0, 0.66);
  padding: .25em .5em;
  line-height: 1.85em; }

ul.checks,
ul.numbers {
  list-style: none !important;
  margin-left: 0 !important; }
  ul.checks li,
  ul.numbers li {
    position: relative; }
  ul.checks .glyphicon-ok,
  ul.checks .number,
  ul.numbers .glyphicon-ok,
  ul.numbers .number {
    position: absolute;
    left: 0; }
  ul.checks .glyphicon-ok,
  ul.numbers .glyphicon-ok {
    font-size: .8em;
    top: .65em; }
  ul.checks .number,
  ul.numbers .number {
    font-weight: 700;
    font-size: .85em;
    color: #fff;
    top: .5em;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #ef5008;
    text-align: center;
    line-height: 16px; }

ul.checks li {
  padding-left: 1.25em;
  position: relative; }

ul.numbers li {
  padding-left: 1.75em;
  position: relative; }

.wsp-code-block {
  font-family: monospace !important;
  font-size: 1.05em;
  background-color: #e6e9f8;
  padding: 1em 2em;
  display: inline-block; }
  .wsp-code-block strong {
    color: #4335b3; }

.entry .wsp-code-block {
  margin-bottom: 2em; }

.cssgradients .highlight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+0,ffff00+100&0.2+0,1+11,0.5+29,1+51,0.5+74,1+92,0.2+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 0, 0.2) 0%, yellow 11%, rgba(255, 255, 0, 0.5) 29%, yellow 51%, rgba(255, 255, 0, 0.5) 74%, yellow 92%, rgba(255, 255, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffff00', endColorstr='#33ffff00',GradientType=1 );
  /* IE6-9 */ }

/*
.highlight-wrap {
	position: relative;
	left: .25em;
	padding-left: 0;
	box-shadow: .25em*-1 0 0 rgba(255, 247, 0, 0.66);
}
*/
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*-------------------Text colors for backgrounds-------------------*/
.blue-back > h1,
.blue-back > h2,
.blue-back > h3,
.blue-back > h4,
.blue-back > h5,
.blue-back > h1 + p,
.blue-back > h2 + p,
.blue-back > h3 + p,
.blue-back > h4 + p,
.blue-back > h5 + p,
.full.tinted > h1,
.full.tinted > h2,
.full.tinted > h3,
.full.tinted > h4,
.full.tinted > h5,
.full.tinted > h1 + p,
.full.tinted > h2 + p,
.full.tinted > h3 + p,
.full.tinted > h4 + p,
.full.tinted > h5 + p {
  color: #fff !important; }

.blue-back > p a,
.full.tinted > p a {
  color: #fff;
  text-decoration: underline; }

.full.tinted.tinted-white > h1,
.full.tinted.tinted-white > h2,
.full.tinted.tinted-white > h3,
.full.tinted.tinted-white > h4,
.full.tinted.tinted-white > h5,
.full.tinted.tinted-white > h1 + p,
.full.tinted.tinted-white > h2 + p,
.full.tinted.tinted-white > h3 + p,
.full.tinted.tinted-white > h4 + p,
.full.tinted.tinted-white > h5 + p {
  color: #303030 !important; }

.full.tinted.tinted-white > p a {
  color: #303030;
  text-decoration: underline; }

.full.tinted > .content-wrap li,
.full.tinted > .content-wrap h4,
.full.tinted > .content-wrap h5,
.full.tinted > .content-wrap p {
  color: #fff !important; }

.full.tinted.tinted-white > .content-wrap li,
.full.tinted.tinted-white > .content-wrap h4,
.full.tinted.tinted-white > .content-wrap h5,
.full.tinted.tinted-white > .content-wrap p {
  color: #303030 !important; }

.whitetext p,
.whitetext h1,
.whitetext h2,
.whitetext h3,
.whitetext h4 {
  color: #fff; }

.full.whitetext h2 {
  color: #fff; }

.green-new {
  color: #22B783;
  position: relative;
  font-size: .7em;
  text-transform: uppercase;
  top: -.75em;
  font-weight: 700; }

.wsp-caps {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .65em;
  font-weight: 400; }

.wsp-alert {
  background-color: #fbe8e8;
  border: 1px solid #eddada;
  font-size: .85em;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  line-height: 1.6; }

.wsp-alert.wsp-alert-green {
  background-color: #e8f9e8;
  border: 1px solid #dbecdb; }

/*-------------------HEADERS-------------------*/
h1 {
  font-size: 2.75em;
  font-weight: 100;
  color: #303030;
  line-height: 1.25em;
  margin-bottom: .5em;
  letter-spacing: -1px; }

h1.entry-title {
  font-size: 3em;
  font-weight: 500; }

img + h1.entry-title {
  margin-top: 1em; }

.entry h1 {
  margin-top: 1.5em;
  margin-bottom: 1em; }
  .entry h1:first-of-type {
    margin-top: 0; }

.h1-error {
  font-size: 2em !important; }

.mycourses h1.h1-error {
  display: block; }

.wpProQuiz_text h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: .65em;
  margin-top: 2em !important;
  font-weight: 300;
  display: block;
  color: #303030; }

.single-wsp_exam .wpProQuiz_text h1 {
  margin-top: .5em !important;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
  padding-bottom: 1em;
  padding-left: .75em;
  padding-right: .75em; }

h2 {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500; }

.full h2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: .5em;
  letter-spacing: -1px; }

h3 {
  font-size: 1.45em;
  max-width: 100%;
  color: #0B8ECC;
  margin-top: 1.5em;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: .5em;
  margin-bottom: 1em;
  font-weight: 600; }
  h3:first-of-type {
    margin-top: 1em; }

h3.h3-sample {
  margin-bottom: .25em !important; }

h4,
h5 {
  display: block;
  margin-top: 2em; }

h4.mod-top,
.entry h4.mod-top {
  margin-bottom: 0;
  padding: .75em 1em;
  background-color: #22B783;
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 1em; }

.module-white + h4.mod-top {
  margin-top: 4em !important; }

aside h4 {
  border-top: 3px solid #3AA8F1;
  letter-spacing: 0.025em;
  margin: 2.25em 0 .75em 0;
  padding: .4em 0;
  color: #303030;
  border-bottom: 1px solid #E2E2E2;
  clear: both;
  font-weight: 600; }

aside:first-of-type {
  margin-top: 0; }

/*
.learndash h4 {
	font-weight: 500;
}
*/
.member-login h4.widget-title {
  font-weight: 300;
  font-size: 1.65em;
  margin-top: 0;
  text-align: center;
  line-height: 1.4; }
  .member-login h4.widget-title a {
    text-decoration: underline; }

.css-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.css-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

ul.css-col-2,
.entry ul.css-col-2 {
  list-style-position: inside;
  margin-left: 0; }
  ul.css-col-2 li,
  .entry ul.css-col-2 li {
    line-height: 1.4;
    margin-bottom: 1.2em; }

/*-------------------ENTRY TYPE STYLES-------------------*/
.entry strong {
  font-weight: 600 !important; }

.entry em,
.modal-body em {
  font-style: italic; }

.entry h2,
.modal-body h2 {
  display: block;
  font-size: 1.65em;
  color: #303030;
  position: relative;
  padding-bottom: 0; }
  .entry h2 a,
  .modal-body h2 a {
    color: #303030;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .entry h2 a:hover,
    .modal-body h2 a:hover {
      color: #0B8ECC; }

.entry h3,
.modal-body h3 {
  padding-bottom: 0;
  font-size: 1.25em;
  color: #0B8ECC;
  border-bottom: none;
  font-weight: 600; }

.entry h2,
.entry h4,
.entry h5,
.entry h6,
.modal-body h2,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  font-weight: 600; }

.entry h4,
.entry h5,
.entry h6,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  color: #303030;
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700; }

.entry h2,
.entry h3,
.modal-body h2,
.modal-body h3 {
  margin-bottom: .75em; }

.entry h2,
.modal-body h2 {
  margin-top: 2.25em; }
  .entry h2:first-child,
  .modal-body h2:first-child {
    margin-top: 0; }

.entry h3,
.modal-body h3 {
  margin-top: 2em; }
  .entry h3:first-child,
  .modal-body h3:first-child {
    margin-top: 0; }

.entry h4,
.entry h5,
.entry h6,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  margin-top: 1em;
  margin-bottom: .5em; }

.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child,
.entry h6:first-child,
.modal-body h2:first-child,
.modal-body h3:first-child,
.modal-body h4:first-child,
.modal-body h5:first-child,
.modal-body h6:first-child {
  margin-top: 0; }

.entry .article-meta + h2,
.entry .article-meta + h3,
.modal-body .article-meta + h2,
.modal-body .article-meta + h3 {
  margin-top: 0; }

.entry h2 + h3,
.entry h3 + h4,
.entry h4 + h5,
.entry h5 + h6,
.modal-body h2 + h3,
.modal-body h3 + h4,
.modal-body h4 + h5,
.modal-body h5 + h6 {
  margin-top: 0; }

.entry p + h3:first-child,
.entry p + h4:first-child,
.entry p + h5:first-child,
.entry p + h6:first-child,
.modal-body p + h3:first-child,
.modal-body p + h4:first-child,
.modal-body p + h5:first-child,
.modal-body p + h6:first-child {
  margin-top: 2em; }

.entry ul + h3,
.entry ol + h3,
.modal-body ul + h3,
.modal-body ol + h3 {
  margin-top: 2em; }

.entry ul + h4,
.entry ol + h4,
.entry ul + h5,
.entry ol + h5,
.entry ul + h6,
.entry ol + h6,
.modal-body ul + h4,
.modal-body ol + h4,
.modal-body ul + h5,
.modal-body ol + h5,
.modal-body ul + h6,
.modal-body ol + h6 {
  margin-top: 3em; }

.entry .deep-dive + h2,
.modal-body .deep-dive + h2 {
  margin-top: 1.6em; }

.entry .deep-dive + h3,
.modal-body .deep-dive + h3 {
  margin-top: 2.25em; }

.entry .deep-dive + h4,
.modal-body .deep-dive + h4 {
  margin-top: .75em; }

.entry li > h4,
.modal-body li > h4 {
  margin-top: 0;
  margin-bottom: .25em; }

.entry p,
.modal-body p {
  margin-bottom: 1.5em;
  line-height: 1.85em; }

.entry form p,
.modal-body form p {
  margin-bottom: 0; }

.entry form > h2,
.modal-body form > h2 {
  margin-top: 0; }

.entry p.image-wrap,
.modal-body p.image-wrap {
  margin-bottom: 0;
  line-height: 0; }

.entry p:last-child,
.modal-body p:last-child {
  margin-bottom: 0; }

.entry li > p,
.modal-body li > p {
  margin-top: 1.5em; }

.entry li > h4 + p,
.modal-body li > h4 + p {
  margin-top: 0; }

.entry p.intro,
.modal-body p.intro {
  color: #2F82AA;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.6em; }
  .entry p.intro a,
  .modal-body p.intro a {
    color: inherit;
    text-decoration: none;
    color: #0ac6ff; }

.entry .header-small,
.modal-body .header-small {
  color: #ef5008;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 1.5em;
  margin-bottom: .8em !important; }

.entry .intro + .header-small,
.modal-body .intro + .header-small {
  padding-top: 0; }

.entry li,
.modal-body li {
  margin-bottom: 1em; }
  .entry li:last-child,
  .modal-body li:last-child {
    margin-bottom: 0; }

.entry li > ul,
.modal-body li > ul {
  margin-top: 1em; }

.entry p a,
.entry ul a,
.entry ol a,
.modal-body p a,
.modal-body ul a,
.modal-body ol a {
  text-decoration: underline; }

.entry em,
.modal-body em {
  font-style: italic; }

.entry .meta em,
.modal-body .meta em {
  font-style: normal; }

.entry ol,
.entry ul,
.modal-body ol,
.modal-body ul {
  margin-bottom: 1.5em; }
  .entry ol:last-child,
  .entry ul:last-child,
  .modal-body ol:last-child,
  .modal-body ul:last-child {
    margin-bottom: 0; }

.entry ul,
.modal-body ul {
  list-style-type: disc;
  margin-left: 1.1em; }
  .entry ul.faux-ol,
  .modal-body ul.faux-ol {
    list-style: none;
    position: relative; }
    .entry ul.faux-ol .number,
    .modal-body ul.faux-ol .number {
      font-weight: 700 !important;
      position: absolute;
      left: -1.25em; }

.entry ul.no-marg,
.modal-body ul.no-marg {
  margin-left: 0; }

.entry ol,
.modal-body ol {
  list-style: decimal;
  margin-left: 1.4em; }

.entry table,
.modal-body table {
  margin: 3em 0 2em; }
  .entry table + .footnote,
  .modal-body table + .footnote {
    margin-top: -2.25em;
    margin-bottom: 3em !important; }

.entry li > table,
.modal-body li > table {
  margin-top: 1em; }

.entry p + table,
.entry h1 + table,
.entry h2 + table,
.entry h3 + table,
.entry h4 + table,
.entry h5 + table,
.modal-body p + table,
.modal-body h1 + table,
.modal-body h2 + table,
.modal-body h3 + table,
.modal-body h4 + table,
.modal-body h5 + table {
  margin: 1em 0 2.5em; }

.entry table:first-child,
.modal-body table:first-child {
  margin-top: 1em; }

.entry table.full-width,
.modal-body table.full-width {
  width: 100%; }

.entry table td,
.entry table th,
.entry table caption,
.modal-body table td,
.modal-body table th,
.modal-body table caption {
  font-size: .85em;
  padding: .75em 1em; }

.entry table td,
.entry table caption,
.modal-body table td,
.modal-body table caption {
  border: 1px solid #e5e5e5 !important;
  vertical-align: top; }

.entry table caption,
.modal-body table caption {
  border-bottom: none !important;
  font-weight: 700; }

.entry table.full-width,
.modal-body table.full-width {
  width: 100%; }

.entry table th,
.modal-body table th {
  font-weight: 700;
  color: #ef5008;
  padding-left: 0;
  line-height: 1.4; }

.entry td[scope="row"],
.modal-body td[scope="row"] {
  font-weight: 700; }

.entry thead + tbody tr:first-child td,
.modal-body thead + tbody tr:first-child td {
  border-top: 3px solid #808080 !important; }

.entry table tbody tr:nth-child(odd) td,
.modal-body table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9; }

.entry table.journal,
.modal-body table.journal {
  border: 2px solid #9cc7dc; }
  .entry table.journal tbody,
  .modal-body table.journal tbody {
    border: 2px solid #9cc7dc; }
  .entry table.journal td,
  .modal-body table.journal td {
    padding: 2px 10px;
    border: none;
    border: none !important;
    background: none !important;
    line-height: 1.4; }
    .entry table.journal td p,
    .modal-body table.journal td p {
      line-height: 1.4; }
    .entry table.journal tdfirst-child,
    .modal-body table.journal tdfirst-child {
      padding-left: 5px; }
    .entry table.journal tdlast-child,
    .modal-body table.journal tdlast-child {
      padding-right: 5px; }
  .entry table.journal tr:first-child td,
  .modal-body table.journal tr:first-child td {
    background-color: #dcedf5 !important;
    border-bottom: 2px solid #9cc7dc !important;
    color: #303030;
    font-weight: 600; }
  .entry table.journal thead + tbody tr:first-child td,
  .modal-body table.journal thead + tbody tr:first-child td {
    border-top: none !important; }

.entry table.list-2,
.modal-body table.list-2 {
  margin-top: 1.5em;
  margin-bottom: 2em; }
  .entry table.list-2 td,
  .modal-body table.list-2 td {
    background-color: #fff !important;
    padding: 1em 2em; }
  .entry table.list-2 tbody tr:first-child td,
  .modal-body table.list-2 tbody tr:first-child td {
    border-top: 1px solid #e5e5e5 !important; }
  .entry table.list-2 thead + tbody tr:first-child td,
  .modal-body table.list-2 thead + tbody tr:first-child td {
    border-top: none !important; }
  .entry table.list-2 strong:first-child,
  .modal-body table.list-2 strong:first-child {
    color: #0B8ECC; }
  .entry table.list-2 td > p + ul,
  .modal-body table.list-2 td > p + ul {
    margin-top: -.5em; }

.entry table.auto,
.modal-body table.auto {
  margin-left: auto;
  margin-right: auto; }

.entry .wp-caption-text,
.modal-body .wp-caption-text {
  font-size: .85em;
  font-style: italic;
  padding-top: .25em; }

.entry .bluebutton,
.entry .greenbutton,
.entry .orangebutton,
.modal-body .bluebutton,
.modal-body .greenbutton,
.modal-body .orangebutton {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  .entry .bluebutton a,
  .entry .greenbutton a,
  .entry .orangebutton a,
  .modal-body .bluebutton a,
  .modal-body .greenbutton a,
  .modal-body .orangebutton a {
    color: #fff;
    text-decoration: none; }

.entry sup a,
.modal-body sup a {
  font-weight: 700; }

.pullsentence {
  background: none;
  float: right;
  width: 90%;
  max-width: 375px;
  font-size: 1.3em;
  font-weight: 600;
  margin-left: 3em;
  line-height: 1.3 !important;
  color: #0B8ECC;
  position: relative;
  padding-top: 1em; }
  .pullsentence:before {
    content: " ";
    width: 33%;
    position: absolute;
    top: 0;
    border-top: 5px solid #ef5008;
    left: 0; }

.content-aside {
  padding: 2em;
  border-top: 4px solid #ef5008;
  font-size: .9em;
  background-color: #fff4ef;
  margin: 3em 2em; }
  .content-aside h3,
  .content-aside h4,
  .content-aside h5 {
    color: #303030; }
  .content-aside h6 {
    color: #ef5008;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -1em;
    position: relative;
    top: -.5em; }
    .content-aside h6 + h3,
    .content-aside h6 + h4 {
      margin-top: 0; }

ol.content-aside,
ul.content-aside {
  margin-left: 0;
  padding-left: 4em;
  padding-top: 0;
  margin-bottom: 0; }

.content-aside + .content-aside {
  border-top: none;
  margin-top: -4em !important;
  margin-left: 2em;
  margin-bottom: 3em; }
  .content-aside + .content-aside::before {
    content: none; }

.single-seminars .entry h3,
.single-coursesalemodules .entry h3
.single-passportsales .entry h3,
.tax-wsp_boot_camp_locations .entry h3 {
  color: #0B8ECC; }

.single-coursesalemodules .entry h3,
.single-passportsales .entry h3 {
  font-size: 2.25em;
  font-weight: 300;
  text-align: center; }

@media screen and (min-width: 1200px) {
  .blogmain .entry,
  .single-quicklesson .entry {
    font-size: 105%; }
  .blogmain .blogposts .entry {
    font-size: 100%; } }

@media screen and (min-width: 600px) {
  h2 + .alignright + h3,
  h2 + .alignright + h4,
  h2 + .alignright + h5,
  h2 + .alignright + h6,
  h3 + .alignright + h4,
  h3 + .alignright + h5,
  h2 + .alignright + h6 {
    margin-top: 0; } }

@media screen and (max-width: 860px) {
  .css-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  ul.css-col-2,
  .entry ul.css-col-2 {
    list-style-position: outside;
    margin-left: 1.1em; }
    ul.css-col-2 li,
    .entry ul.css-col-2 li {
      line-height: 1.6;
      margin-bottom: 1em; } }

@media screen and (max-width: 700px) {
  .full h2 {
    font-size: 2em; }
  .takeaways,
  .in-practice {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 600px) {
  .full h2 {
    font-size: 1.75em; }
  h1.entry-title {
    font-size: 2em; }
  .pullsentence {
    float: none;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1.25em !important; }
  h2 + .pullsentence,
  h3 + .pullsentence,
  h4 + .pullsentence {
    display: none; }
  .entry p.intro,
  .modal-body p.intro {
    font-size: 1.2em; }
  .entry .header-small,
  .modal-body .header-small {
    font-size: 1em; }
  .entry table.list-2,
  .modal-body table.list-2 {
    display: block;
    margin-bottom: 1.5em; }
    .entry table.list-2 tr,
    .entry table.list-2 td,
    .modal-body table.list-2 tr,
    .modal-body table.list-2 td {
      display: block; }
    .entry table.list-2 td,
    .modal-body table.list-2 td {
      border-bottom: none !important; }
      .entry table.list-2 td:last-child,
      .modal-body table.list-2 td:last-child {
        border-bottom: 1px solid #e5e5e5 !important; } }

.block-header {
  border-bottom: 1px solid #e9e9e9;
  background: #f9f9f9;
  background: #fff;
  margin-bottom: 2em;
  position: relative;
  padding: 0;
  z-index: 1020; }
  .block-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .block-header .content-wrap {
    height: 80px; }
    .block-header .content-wrap::after {
      content: none; }
  .block-header h1 {
    font-size: 1.65em;
    margin: 0;
    letter-spacing: 0;
    letter-spacing: -.5px;
    font-weight: 500; }

.toggle-text-content span {
  display: none; }

.toggle-text-link {
  display: inline;
  margin-top: 1em 0;
  padding-left: .4em;
  font-size: .85em; }

.price .wsp-currency {
  font-size: .65em; }

.wsp-tooltip {
  text-decoration: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  background-color: rgba(255, 255, 255, 0.95);
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  padding: .75em 1em;
  line-height: 1;
  top: 100%;
  margin-top: 5px;
  left: 0;
  display: none;
  border-radius: 4px;
  z-index: 101;
  text-align: left;
  line-height: 1.5em; }

.wsp-tooltip-contain:hover .wsp-tooltip {
  display: block; }

.hero-topper {
  padding: 7em 0 6em;
  background-image: url("https://s3.amazonaws.com/wspimage/hero-bg-interview.jpg");
  position: relative; }
  .hero-topper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 79, 117, 0.8); }
  .hero-topper .tagline {
    display: inline;
    background-color: #ef5008;
    line-height: 1;
    padding: .25em .5em;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 15px; }
  .hero-topper .content {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .hero-topper .wsp-logo {
    width: 170px;
    margin: 0 auto 1em;
    display: none; }
  .hero-topper .tag {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 1em;
    font-size: .75em; }
    .hero-topper .tag .bg-orange {
      background-color: #ef5008;
      padding: .25em 1em;
      border-radius: 20px; }
  .hero-topper h1 {
    font-weight: 700;
    font-size: 5.5em;
    letter-spacing: -1px;
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    width: 98%;
    margin: 0 auto; }
    .hero-topper h1 strong {
      color: #FFCC00;
      color: #3bf3ff; }
    .hero-topper h1 + p {
      color: #fff;
      padding-top: 1em;
      font-size: 1.25em; }

ul.split-4.icons {
  list-style: none;
  margin-left: 0;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  margin: 2em 0; }
  ul.split-4.icons li {
    width: 23.5%;
    padding-right: 1.5em;
    box-sizing: border-box;
    padding: 1em 1.5em;
    font-size: .8em;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 4px;
    color: #14689b; }
    ul.split-4.icons li:last-child {
      margin-right: 0; }
  ul.split-4.icons img {
    height: 70px;
    width: auto;
    margin: 0 auto 1em; }

@media screen and (max-width: 500px) {
  ul.split-4.icons {
    flex-wrap: wrap; }
    ul.split-4.icons li {
      width: 49%;
      text-align: center; } }

.price-button-contain .price,
.price-button-contain > a {
  display: inline-block !important; }

.price-button-contain .price {
  margin-right: .5em; }

.price-button-contain > a {
  margin-left: .5em;
  padding: .5em 3em !important;
  position: relative;
  top: -.35em;
  width: auto !important; }

.price-button-contain.center > a {
  padding: .5em 5em !important; }

#wsp-client-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#wsp-client-list > div {
  width: 33.333%;
  float: left;
  background-color: #22B783;
  position: relative; }
  #wsp-client-list > div > .one-one {
    width: 50%;
    float: left; }

#wsp-client-list .client-list-item-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center; }

#wsp-client-list img {
  align-self: center;
  width: 50%;
  max-width: none; }

#wsp-client-list img,
#wsp-client-list p {
  position: relative;
  z-index: 1; }

#wsp-client-list .client-list-hero > .client-list-item-container {
  flex-wrap: wrap; }
  #wsp-client-list .client-list-hero > .client-list-item-container > img {
    max-width: 10em;
    margin-bottom: 1.5em; }
  #wsp-client-list .client-list-hero > .client-list-item-container p {
    padding: 0 2em;
    text-align: center;
    font-weight: 300;
    font-size: 1.35em;
    line-height: 1.4; }
    #wsp-client-list .client-list-hero > .client-list-item-container p strong {
      display: block;
      clear: both;
      font-size: 13px;
      padding-top: 1.5em; }

#wsp-client-list *[data-client='barclays'] {
  background-color: #46c0e4; }

#wsp-client-list *[data-client='boaml'] {
  background-color: #b81010; }

#wsp-client-list *[data-client='citi'] {
  background-color: #0d57a6;
  background-image: url(https://image.freepik.com/free-photo/skyscrapers-from-low-angle-view_1359-159.jpg);
  background-size: cover; }
  #wsp-client-list *[data-client='citi']:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0d57a6;
    opacity: .6; }

#wsp-client-list *[data-client='creditsuisse'] {
  background-color: #122c48; }

#wsp-client-list *[data-client='evercore'] {
  background-color: #d3ecfb;
  background-image: url(http://www.cleo-uk.org/wp-content/uploads/2016/03/white-curves-on-grey-background-bright-abstract-wallpaper.jpg);
  background-position: left bottom; }
  #wsp-client-list *[data-client='evercore']:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d5dee8;
    opacity: .5; }

#wsp-client-list *[data-client='hsbc'] {
  background-color: #ed2626; }

#wsp-client-list *[data-client='jpm'] {
  background-color: #467e8c; }

#wsp-client-list *[data-client='deutsche'] {
  background-color: #d0a371;
  background-image: url(https://images.pexels.com/photos/2093076/pexels-photo-2093076.jpeg);
  background-size: cover;
  background-position: center bottom; }
  #wsp-client-list *[data-client='deutsche']:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #547479;
    opacity: .8; }

#wsp-client-list *[data-client='bmo'] {
  background-color: #12aedd; }
  #wsp-client-list *[data-client='bmo'] img {
    width: 70px; }

section.full > #wsp-client-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.wsp-card {
  display: block;
  border-radius: 8px;
  box-shadow: 20px 20px 70px -40px rgba(51, 58, 62, 0.62);
  box-sizing: border-box;
  padding: 1.5em 2em; }
  .wsp-card.nopad {
    padding: 0; }
  .wsp-card > .flex-row {
    height: 100%; }
    .wsp-card > .flex-row > .bg-img-cover:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  .wsp-card h2 {
    color: #0B8ECC;
    font-size: 1.15em;
    letter-spacing: 0;
    font-weight: 600; }
  .wsp-card .bg-img-cover + .content {
    padding: 1.5em;
    box-sizing: border-box; }
  .wsp-card .content ul {
    font-size: .95em; }

a.wsp-card {
  color: #303030;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  transform: translate(0, 0); }
  a.wsp-card:hover {
    transform: translate(0, -4px);
    box-shadow: 30px 30px 70px -40px rgba(51, 58, 62, 0.62); }

.wsp-side-tabs {
  display: block;
  padding-bottom: 2em; }
  .wsp-side-tabs a,
  .wsp-side-tabs .dropdown-parent {
    font-size: 1em;
    color: #303030;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    padding: .75em 0;
    padding-left: 1em;
    position: relative;
    cursor: pointer; }
    .wsp-side-tabs a:hover,
    .wsp-side-tabs .dropdown-parent:hover {
      color: #0B8ECC; }
  .wsp-side-tabs .dropdown-column .glyphicon {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.35em;
    font-size: .8em; }
  .wsp-side-tabs .sidenav-dropdown {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; }
    .wsp-side-tabs .sidenav-dropdown .dropdown-sub-parent,
    .wsp-side-tabs .sidenav-dropdown a {
      font-size: .9em;
      background-color: #eef1f3;
      border: none;
      padding: .5em 1em .5em 3em; }
    .wsp-side-tabs .sidenav-dropdown li:first-child a {
      padding-top: 1em; }
    .wsp-side-tabs .sidenav-dropdown li:last-child a {
      padding-bottom: 1em; }
  .wsp-side-tabs .dropdown-sub-parent {
    position: static; }
    .wsp-side-tabs .dropdown-sub-parent > .glyphicon {
      position: relative;
      float: right;
      top: 1em; }
  .wsp-side-tabs .sidenav-dropright {
    position: absolute;
    top: calc(21px + 2em);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 200; }
    .wsp-side-tabs .sidenav-dropright > li:first-child,
    .wsp-side-tabs .sidenav-dropright a {
      font-size: .9em;
      padding: .5em 1em .5em 1.5em; }
    .wsp-side-tabs .sidenav-dropright > li:first-child {
      font-weight: 700;
      padding-bottom: 2em;
      padding-top: 1em;
      text-align: center; }
    .wsp-side-tabs .sidenav-dropright a {
      background-color: #fff; }
  .wsp-side-tabs .active .sidenav-dropdown {
    max-height: 2000px; }
  .wsp-side-tabs a.login {
    color: #0B8ECC; }
  .wsp-side-tabs .icon {
    width: 1em;
    margin-right: .5em;
    display: inline;
    position: relative;
    top: 2px; }
  .wsp-side-tabs i {
    margin-right: .25em;
    width: 1.35em; }
  .wsp-side-tabs li:last-child a {
    border-bottom: none; }
  .wsp-side-tabs li.to-wsp-mobile {
    border-top: none;
    padding-top: 0;
    margin-bottom: 1em; }
    .wsp-side-tabs li.to-wsp-mobile a {
      background-color: #0B8ECC;
      color: #fff;
      text-align: center;
      margin-left: 5%;
      display: table;
      width: 90%;
      padding: 0;
      height: 70px;
      font-size: .9em; }
    .wsp-side-tabs li.to-wsp-mobile .arrow {
      position: relative;
      top: -1px; }
    .wsp-side-tabs li.to-wsp-mobile img {
      width: 140px;
      display: inline;
      position: relative;
      top: .35em;
      padding-left: 5px; }

.bc-highlights,
.clipboard {
  font-size: .85em;
  font-weight: 600;
  list-style: none !important;
  border: 8px solid #deba94;
  padding: 1em 1.5em;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  line-height: 26px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0;
  background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 13px;
  background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 13px;
  background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 13px;
  -webkit-background-size: 100% 26px;
  -moz-background-size: 100% 26px;
  -ms-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  background-size: 100% 26px;
  position: relative;
  margin-left: 0 !important;
  z-index: 1; }
  .bc-highlights::before,
  .clipboard::before {
    content: "";
    width: 100px;
    height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -13px;
    background-color: #b7b3b3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15); }
  .bc-highlights::after,
  .clipboard::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px;
    left: 50%;
    background-color: #b7b3b3; }
  .bc-highlights > li,
  .bc-highlights .item,
  .clipboard > li,
  .clipboard .item {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0 !important; }
    .bc-highlights > li:last-child,
    .bc-highlights .item:last-child,
    .clipboard > li:last-child,
    .clipboard .item:last-child {
      margin-bottom: 0; }
    .bc-highlights > li .glyphicon,
    .bc-highlights .item .glyphicon,
    .clipboard > li .glyphicon,
    .clipboard .item .glyphicon {
      position: absolute;
      left: 0;
      top: .5em; }
    .bc-highlights > li.title,
    .bc-highlights .item.title,
    .clipboard > li.title,
    .clipboard .item.title {
      text-align: center;
      padding-left: 0;
      font-weight: 600;
      color: #0B8ECC;
      font-size: 1.5em;
      margin-bottom: 26px !important;
      position: relative;
      top: .5em; }
      .bc-highlights > li.title > span,
      .bc-highlights .item.title > span,
      .clipboard > li.title > span,
      .clipboard .item.title > span {
        background-color: #fff;
        padding: 0 .25em; }
  .bc-highlights .title,
  .clipboard .title {
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #0B8ECC;
    font-size: 1.5em;
    margin-bottom: 26px !important;
    position: relative;
    top: .5em; }
    .bc-highlights .title > span,
    .clipboard .title > span {
      background-color: #fff;
      padding: 0 .25em; }

#bc-intro .bc-highlights {
  width: 300px;
  float: right; }

#client-roll {
  background-color: #edeff2;
  padding: 0;
  color: #303030;
  font-size: 1em;
  overflow: hidden; }
  #client-roll .number {
    font-size: 2.5em;
    color: #ef5008;
    letter-spacing: -1px;
    font-weight: 700 !important; }
  #client-roll .table-display {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 300;
    font-weight: 700; }
    #client-roll .table-display > * {
      width: 33.333%;
      text-align: center;
      line-height: 1.4;
      position: relative;
      padding: 4em 0; }
      #client-roll .table-display > *:before {
        position: absolute;
        content: "";
        display: block;
        background: -moz-radial-gradient(center, ellipse cover, #edeff2 0%, rgba(237, 239, 242, 0) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #edeff2 0%, rgba(237, 239, 242, 0) 100%);
        background: radial-gradient(ellipse at center, #edeff2 0%, rgba(237, 239, 242, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 );
        z-index: -1;
        bottom: -10px;
        left: -40px;
        right: -40px;
        top: -10px; }
  #client-roll p {
    font-size: 1.25em;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 0;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px; }
    #client-roll p strong {
      color: #0B8ECC; }
    #client-roll p .glyphicon {
      color: #ef5008;
      top: 2px; }

#logo-roll-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  background-image: url(https://s3.amazonaws.com/wspimage/logo-roll-all.gif);
  background-position-x: center;
  background-position-y: 0;
  background-size: 1000px;
  background-repeat: repeat-y;
  opacity: .4; }

#client-roll[data-toggle="modal"] {
  background-color: #1f252b;
  cursor: pointer; }
  #client-roll[data-toggle="modal"] #logo-roll-img {
    background-image: url(https://s3.amazonaws.com/wspimage/logo-roll-all-w.png);
    opacity: .3; }
  #client-roll[data-toggle="modal"] p {
    color: #fff;
    text-shadow: 0 0 30px black; }
    #client-roll[data-toggle="modal"] p:before {
      position: absolute;
      content: "";
      display: block;
      background: -moz-radial-gradient(center, ellipse cover, #1f252b 5%, rgba(31, 37, 43, 0) 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #1f252b 5%, rgba(31, 37, 43, 0) 100%);
      background: radial-gradient(ellipse at center, #1f252b 5%, rgba(31, 37, 43, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 );
      z-index: -1;
      bottom: 0;
      left: -40px;
      right: -40px;
      top: 0; }
  #client-roll[data-toggle="modal"] #play-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    background-color: rgba(31, 37, 43, 0.6);
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
    #client-roll[data-toggle="modal"] #play-overlay .glyphicon {
      font-size: 3em;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -.5em;
      margin-left: -.5em;
      color: #fff;
      opacity: 1; }
  #client-roll[data-toggle="modal"]:hover #play-overlay {
    opacity: 1; }

@media screen and (max-width: 1000px) {
  #client-roll {
    font-size: .9em; }
  #logo-roll-img {
    background-size: 800px; } }

@media screen and (max-width: 900px) {
  #client-roll {
    font-size: .9em; } }

@media screen and (max-width: 700px) {
  #client-roll {
    display: none; } }

#wsp-protected {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2000; }
  #wsp-protected .table-display {
    height: 100%;
    max-width: 600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #wsp-protected .center {
    padding-top: 1em;
    font-size: .9em; }
  #wsp-protected #wsp-protected-form-content {
    position: relative;
    top: -3em; }
  #wsp-protected input.error {
    background: #ffe9e9;
    border-left: 4px solid #D80A0A; }
  #wsp-protected img {
    width: 60px;
    bottom: 115%;
    left: 50%;
    margin-left: -30px;
    position: absolute; }
  #wsp-protected #icon-unlocked {
    display: none; }
  #wsp-protected.unlocked #icon-unlocked {
    display: block; }
  #wsp-protected.unlocked #icon-locked {
    display: none; }

.wsp-code {
  background-color: #e6f4fd;
  border: 1px solid #bfd1dc;
  padding: 1em 2em;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: .85em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px; }
  .wsp-code a {
    color: #0B8ECC;
    text-decoration: underline; }
  .wsp-code strong {
    color: #0B8ECC; }
  .wsp-code + h2 {
    margin-top: 0; }

/* The switch - the box around the slider */
.wsp-switch {
  position: relative;
  color: #0B8ECC;
  padding-left: 31px;
  cursor: pointer; }
  .wsp-switch .switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px; }
  .wsp-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px; }
    .wsp-switch .slider:before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 10px; }
  .wsp-switch.active .slider {
    background-color: #0B8ECC; }
    .wsp-switch.active .slider:before {
      -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
      transform: translateX(8px); }

section#contact-us .content-wrap {
  max-width: 1100px; }

section#contact-us .infusion-submit,
.modal.full-form .infusion-submit {
  text-align: right; }
  section#contact-us .infusion-submit button,
  .modal.full-form .infusion-submit button {
    width: 50%;
    display: inline-block; }

.boxsizing .img-whiteborder img {
  box-sizing: border-box;
  border: 7px solid #fff;
  box-shadow: 0 0 1px 0 #cacaca; }

.mobile-only {
  display: none; }

/*
.absolute-mask {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/
.page-links {
  margin-top: 3em;
  display: block;
  text-align: center;
  font-size: .9em; }
  .page-links .page-numbers {
    margin: 0 .25em;
    border: 1px solid #e2e2e2;
    padding: .25em .5em;
    background-color: #fff;
    color: #303030;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .page-links .page-numbers:hover {
      color: #fff;
      background-color: #0B8ECC; }
  .page-links .current {
    background-color: #0B8ECC;
    border-color: #0B8ECC;
    color: #fff; }

.table-min-width {
  display: block;
  overflow: auto;
  font-style: italic;
  border: 1px solid #f5f5f5;
  padding: 1em; }
  .table-min-width::before {
    content: "Scroll table to view";
    font-size: .85em; }
  .table-min-width > table {
    min-width: 600px;
    font-style: normal; }

#partner-badge {
  font-style: italic;
  text-align: center;
  font-size: .85em;
  padding: 1em 0 1.5em !important; }
  #partner-badge .content-wrap * {
    display: inline; }
  #partner-badge img {
    max-width: 9em;
    position: relative;
    margin-right: 1em;
    top: .5em; }

.single-seminars #partner-badge {
  background-color: #f9f9f9; }
  .single-seminars #partner-badge + section {
    padding-top: 2em !important; }

table.pricing-with-leaders {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
  top: -1.5em; }
  table.pricing-with-leaders td {
    font-weight: 600;
    vertical-align: bottom;
    padding-top: 1em;
    font-size: 1.2em; }
  table.pricing-with-leaders td.w-leader {
    width: 60%;
    background: url("https://s3.amazonaws.com/wspimage/dot-leader.svg") repeat-x bottom;
    background-size: .15em; }
    table.pricing-with-leaders td.w-leader p {
      padding-right: .25em; }
  table.pricing-with-leaders td.purchase-button {
    width: 30%;
    font-size: .85em; }
    table.pricing-with-leaders td.purchase-button a,
    table.pricing-with-leaders td.purchase-button button {
      width: 100%;
      font-weight: 500;
      position: relative;
      top: .85em; }
  table.pricing-with-leaders td.semprice {
    width: 12%; }
    table.pricing-with-leaders td.semprice .price {
      padding-left: .25em; }
      table.pricing-with-leaders td.semprice .price strong {
        color: #D80A0A; }
  table.pricing-with-leaders td.w-leader p,
  table.pricing-with-leaders td.semprice .price {
    display: inline-block;
    background-color: #fff;
    position: relative;
    top: .45em; }
  table.pricing-with-leaders #grouprate td:nth-child(2) {
    background: url("https://s3.amazonaws.com/wspimage/dot-leader.svg") repeat-x bottom;
    background-size: .15em; }
  table.pricing-with-leaders .discount-text {
    font-size: .6em;
    line-height: 1.2;
    display: block !important;
    text-align: center; }

.spacer-margin {
  clear: both;
  margin-bottom: 2em; }

@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  div#preloader img {
    display: block; } }

@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none; } }

.js-dependent {
  display: none; }

.js .js-dependent {
  display: block; }

/* Blockquote
----------------------------------------------------------- */
.entry blockquote,
.modal-body blockquote {
  margin: 3em 2em;
  padding: 2em 2em 2em 4em;
  display: block;
  font-style: italic;
  border-left: 5px solid #0B8ECC;
  background-color: #ebf3f9;
  font-size: .9em; }
  .entry blockquote p:last-child,
  .modal-body blockquote p:last-child {
    margin-bottom: 0; }
    .entry blockquote p:last-child em,
    .entry blockquote p:last-child strong,
    .modal-body blockquote p:last-child em,
    .modal-body blockquote p:last-child strong {
      display: block;
      font-size: .85em;
      font-weight: 600;
      margin-top: -.5em; }

.single-coursesalemodules .entry blockquote,
.single-seminars .entry blockquote,
.single-passportsales blockquote,
.tax-wsp_boot_camp_locations .entry blockquote {
  background: none;
  float: right;
  width: 33%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 1.3em;
  border: none;
  font-weight: 700;
  padding: 0;
  margin-left: 3em;
  font-style: normal;
  text-align: center; }
  .single-coursesalemodules .entry blockquote p,
  .single-seminars .entry blockquote p,
  .single-passportsales blockquote p,
  .tax-wsp_boot_camp_locations .entry blockquote p {
    line-height: 1.4em !important; }
  .single-coursesalemodules .entry blockquote img,
  .single-seminars .entry blockquote img,
  .single-passportsales blockquote img,
  .tax-wsp_boot_camp_locations .entry blockquote img {
    margin: 0 auto 1em auto; }
  .single-coursesalemodules .entry blockquote img.smaller,
  .single-seminars .entry blockquote img.smaller,
  .single-passportsales blockquote img.smaller,
  .tax-wsp_boot_camp_locations .entry blockquote img.smaller {
    width: 3em;
    margin-top: -1em; }
  .single-coursesalemodules .entry blockquote + h2,
  .single-seminars .entry blockquote + h2,
  .single-passportsales blockquote + h2,
  .tax-wsp_boot_camp_locations .entry blockquote + h2 {
    font-size: 2.5em;
    text-align: left; }

.single-seminars .entry blockquote,
.tax-wsp_boot_camp_locations .entry blockquote {
  position: relative;
  top: .6em; }

.single-coursesalemodules .topic-list .entry blockquote,
.single-passportsales .topic-list .entry blockquote {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  max-width: none; }
  .single-coursesalemodules .topic-list .entry blockquote.col-3.float,
  .single-passportsales .topic-list .entry blockquote.col-3.float {
    float: left;
    width: 25% !important; }
  .single-coursesalemodules .topic-list .entry blockquote br,
  .single-passportsales .topic-list .entry blockquote br {
    display: none; }
  .single-coursesalemodules .topic-list .entry blockquote p,
  .single-passportsales .topic-list .entry blockquote p {
    margin-bottom: 0;
    line-height: unset !important; }
  .single-coursesalemodules .topic-list .entry blockquote p strong,
  .single-passportsales .topic-list .entry blockquote p strong {
    margin-bottom: .5em; }
  .single-coursesalemodules .topic-list .entry blockquote img,
  .single-passportsales .topic-list .entry blockquote img {
    margin: auto;
    max-width: 11em; }

.single-coursesalemodules .entry > div blockquote:first-child img,
.single-passportsales .entry > div blockquote:first-child img {
  width: 3em; }

@media screen and (max-width: 1000px) {
  .single-coursesalemodules .entry blockquote,
  .single-seminars .entry blockquote,
  .single-passportsales .entry blockquote,
  .tax-wsp_boot_camp_locations .entry blockquote {
    float: none;
    margin: 0 auto;
    margin-bottom: 2em !important;
    width: auto;
    padding: 0; }
  .single-seminars .entry blockquote,
  .tax-wsp_boot_camp_locations .entry blockquote {
    margin-top: 0; }
  .single-coursesalemodules .topic-list .entry blockquote,
  .single-passportsales .topic-list .entry blockquote {
    display: none; } }

/* Links
----------------------------------------------------------- */
a {
  color: #0B8ECC;
  text-decoration: none; }

.entry p a {
  text-decoration: underline; }

.bluebutton {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  padding: .5em 0; }
  .bluebutton:hover {
    background-color: #3AAFE6; }
  .bluebutton:focus {
    outline: none; }

.greenbutton {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #22B783;
  border: none;
  color: #fff !important; }
  .greenbutton:hover {
    background-color: #22cc91; }

.dkgreybutton {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #97a8b1;
  border: none;
  color: #fff !important; }
  .dkgreybutton:hover {
    background-color: #a4b5bf; }

.orangebutton {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #ef5008;
  border: none;
  color: #fff !important; }
  .orangebutton:hover {
    background-color: #f67539; }

.greenbutton.disabled {
  opacity: .5;
  cursor: default; }
  .greenbutton.disabled:hover {
    background-color: #22B783; }

a[title="purchase"] {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #22B783;
  border: none;
  color: #fff !important; }
  a[title="purchase"]:hover {
    background-color: #22cc91; }
  a[title="purchase"] .glyphicon {
    padding-left: 1em; }

a[title~="learn"],
a[title="back"],
a.learnmore {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #e7e7e7;
  border: none;
  color: #303030; }
  a[title~="learn"]:hover,
  a[title="back"]:hover,
  a.learnmore:hover {
    background-color: #e2e2e2; }

.greenbutton-mini {
  background-color: #22B783;
  padding: .35em 1em;
  color: #fff !important;
  border-radius: 4px; }
  .greenbutton-mini * {
    color: #fff !important; }

.table-cell-display-border {
  border: 1px solid #e9e9e9;
  padding: .5em .75em; }

/* Global Page Template Parts
-------------------------------------------------------------- */
body,
#body-content {
  background-color: #FFF; }

img {
  max-width: 100%;
  height: auto; }

.notice {
  display: block;
  background: #FFE0E0;
  border: 1px solid rgba(225, 191, 191, 0.5);
  padding: 1em 2em;
  font-size: .8em;
  color: #303030;
  position: relative;
  top: -1.5em; }
  .notice p {
    font-weight: 500;
    margin-bottom: 0 !important; }
  .notice a {
    text-decoration: underline; }

.table-display {
  display: table; }
  .table-display > * {
    display: table-cell;
    vertical-align: middle; }
  .table-display.reverse {
    direction: rtl; }

.blue-back {
  background-color: #0B8ECC; }

.content-wrap > .entry > .notice {
  top: -2.5em; }

.breadcrumbs {
  background: #f9f9f9;
  padding: 1.5em 0;
  display: block;
  font-size: .7em;
  color: #303030; }
  .breadcrumbs .back {
    float: left; }
    .breadcrumbs .back img {
      padding-right: .5em;
      width: 1.1em;
      position: relative;
      top: .35em; }
  .breadcrumbs .coursecat {
    font-weight: 700; }
  .breadcrumbs a {
    color: #0B8ECC;
    text-decoration: underline; }

.glyphicon-ok,
.glyphicon-ok-sign {
  color: #22B783;
  padding-right: .5em; }

.mobile-overview {
  background-color: #1EAAA5;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.45;
  padding: 4em 1em !important;
  display: none; }
  .mobile-overview img {
    width: 2.5em;
    margin: -2em auto 1em; }

.author-bio {
  display: block;
  margin-top: 2em;
  margin-bottom: 5em; }
  .author-bio p {
    margin-bottom: 0 !important; }
  .author-bio .author-email {
    color: #0B8ECC;
    margin-bottom: 1em;
    padding-top: .5em; }
  .author-bio .author-details {
    padding-top: 1em;
    clear: both; }
  .author-bio .author-image {
    width: 4.8em;
    height: 4.8em;
    border-radius: 2.4em;
    margin-right: 1.5em;
    float: left; }
  .author-bio img {
    border: 4px solid #FFF !important;
    box-shadow: 0 0 0 1px #e6e6e6;
    width: 4em;
    margin-top: 0em; }
  .author-bio .author-name {
    font-weight: 700;
    padding-top: .35em; }

.author-bio.module {
  padding: 2em; }

.small-tag {
  margin-bottom: 1em;
  display: block;
  text-align: center;
  margin-top: 2em;
  font-weight: 600; }

.cat-tag,
.page-tag span {
  background: #ef5008;
  font-size: .7em !important;
  padding: .5em 1em;
  display: inline-block;
  color: #fff;
  margin-bottom: 2em !important; }

.pad-top-bottom > .page-tag,
.pad-top-bottom > .col-center > .page-tag {
  margin-top: -2em; }

.cat-tag-yellow {
  background: #FFCC00;
  font-size: .8em !important;
  padding: .5em 1em;
  display: inline-block;
  color: #303030; }

.agenda {
  background: #F4FAFE;
  margin-top: 4em;
  padding: 2.5em;
  position: relative; }
  .agenda:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .agenda h2 {
    position: relative;
    font-size: 1.75em;
    margin-bottom: 2em;
    padding-right: 3em; }
    .agenda h2:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .agenda h3,
  .agenda h4 {
    font-size: 1em;
    margin-bottom: 1.5em;
    margin-top: 2.5em; }
    .agenda h3:first-of-type,
    .agenda h4:first-of-type {
      margin-top: 0; }

.flip {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.csscolumns .css-masonry-2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 4em;
  -moz-column-gap: 4em;
  -webkit-column-gap: 4em; }

.csscolumns .css-masonry-3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em; }

.csscolumns .css-masonry-item {
  display: inline-block;
  margin: 0 0 2em;
  width: 100%; }

.sales-list {
  list-style: none !important;
  margin-left: 0 !important; }
  .sales-list br {
    display: none; }
  .sales-list > li {
    margin: 0 0 3em;
    position: relative;
    padding-left: 7em; }
    .sales-list > li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .sales-list > li:last-child {
    margin-bottom: 0; }
  .sales-list > li > img {
    width: 5em;
    position: relative;
    float: left;
    top: .4em;
    margin-left: -7em;
    top: -.25em; }
  .sales-list > li > p {
    margin-bottom: 0; }

.product-offering h4 {
  font-size: 1.35em !important;
  line-height: 1.45;
  margin-bottom: 0; }

.product-offering h4 + p {
  margin-bottom: 1.5em; }

.product-offering li {
  border-top-style: solid !important;
  border-top-width: 5px !important; }

.product-offering li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  margin: 1em auto 0;
  max-width: 14em; }
  .product-offering li a:hover {
    background-color: #3AAFE6; }
  .product-offering li a:focus {
    outline: none; }

.product-offering li:first-child {
  border-top-color: #0B8ECC; }

.product-offering li:nth-child(2) {
  border-top-color: #22B783; }
  .product-offering li:nth-child(2) a {
    background-color: #22B783; }

.product-offering li:last-child {
  border-top-color: #ce5252; }
  .product-offering li:last-child a {
    background-color: #ce5252; }

#agenda-icon {
  position: absolute;
  top: 1em;
  right: 2em;
  width: 4em; }

.tel-strong {
  display: block;
  font-size: 2em;
  text-align: center;
  padding-top: .5em;
  font-weight: 300 !important; }
  .tel-strong .glyphicon {
    top: 3px;
    left: -10px;
    color: rgba(0, 0, 0, 0.15) !important;
    font-size: .9em; }

.blue-back .tel-strong .glyphicon {
  color: rgba(255, 255, 255, 0.35) !important; }

.border-dotted {
  padding: 0.5em 1em;
  border: 1px dotted #C5C5C5; }

.pagetabs.wsptab {
  text-align: center;
  margin: 1em auto 1.5em auto; }
  .pagetabs.wsptab li {
    float: none;
    display: inline-block;
    font-size: .9em;
    padding: 0 .75em; }
    .pagetabs.wsptab li a {
      padding: .5em .75em;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      border: 1px solid white; }
      .pagetabs.wsptab li a:hover {
        background: none;
        border: 1px dotted #0B8ECC; }
  .pagetabs.wsptab .active a {
    background: none;
    border: 1px dotted #0B8ECC; }

.left {
  float: left; }

.right {
  float: right; }

.module {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 0; }
  .module.pad {
    padding: 2em 0; }

.bluemodule {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #0B8ECC !important;
  color: #fff;
  border-bottom: #0B8ECC;
  border-bottom: 1px solid #0073A9; }
  .bluemodule h1,
  .bluemodule h2,
  .bluemodule h3,
  .bluemodule h4,
  .bluemodule p {
    color: #fff; }
  .bluemodule.pad {
    padding: 2em 0; }

.module-white {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .module-white.pad {
    padding: 3em 0; }

.module-lt-blue {
  background-color: #F4FAFE;
  border-bottom: 1px solid #D9E1E6;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .module-lt-blue.pad {
    padding: 2em 0; }

.tab-pane {
  padding-top: 2em; }

.nav-tabs {
  font-size: .9em;
  padding-top: .5em; }

.nav-tabs > li > a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #303030;
  text-decoration: none !important; }
  .nav-tabs > li > a:hover {
    border-color: #ddd !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important; }

.nav-tabs > li.active > a:hover {
  background-color: #fff !important; }

.nav-tabs > li.active > a {
  border-top: 3px solid #22B783 !important; }

.glyphicon-question-sign,
.glyphicon-info-sign {
  top: 1px;
  font-size: .75em;
  left: 3px;
  color: #0B8ECC; }

.circle-img-contain {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 1em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  border: 1px solid #e9e9e9; }
  .circle-img-contain .icon-in-circ {
    width: 3.25em;
    padding: .75em;
    max-width: auto;
    margin: 0 auto; }

.circle-responsive {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding: 50% 0;
  display: block;
  text-align: center;
  line-height: 0; }

.features-list .circle-img-contain {
  border: none; }

.module .circle-img-contain {
  margin-top: 1.25em; }

.module.no-mod .circle-img-contain {
  margin-top: 0; }

.updating-page {
  background-color: #f9f9f9; }

#updating-page-container {
  padding: 6em 0 !important; }
  #updating-page-container h1 {
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: 3em;
    text-align: center; }
    #updating-page-container h1 img {
      width: 1em;
      display: inline;
      margin: 0;
      position: relative;
      top: .1em; }
  #updating-page-container h1 + p {
    font-size: 1em;
    margin-bottom: 4em;
    text-align: center; }
  #updating-page-container form {
    background-color: none;
    border: none; }

/*
.animate-icons:hover .circle-img-contain, {
	transform: translate(0,-1em);
}
*/
#feature-carousel .carousel {
  margin-top: 2em;
  position: static;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#feature-carousel .carousel-container {
  width: 95%;
  margin: 0 auto;
  position: relative; }

#feature-carousel .carousel-control {
  background-image: none !important;
  width: auto;
  opacity: 1;
  text-shadow: none;
  font-weight: 100;
  font-size: 1em;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  display: none; }
  #feature-carousel .carousel-control:hover {
    color: #999999; }
  #feature-carousel .carousel-control:focus, #feature-carousel .carousel-control:active {
    color: #999999; }
  #feature-carousel .carousel-control img {
    width: auto;
    height: 4em; }

#feature-carousel .carousel-control.right {
  right: 1.5em; }

#feature-carousel .carousel-control.left {
  left: 1.5em; }

#feature-carousel .caption,
#feature-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  left: auto;
  width: 20%;
  z-index: 200; }

#feature-carousel .caption {
  padding-top: 2.5em;
  text-align: center; }

#feature-carousel h4 {
  font-weight: 700;
  font-size: 1.25em;
  padding-bottom: .5em;
  line-height: 1.5; }

#feature-carousel .carousel-indicators {
  bottom: auto;
  left: auto;
  margin-left: 0;
  top: 2em; }
  #feature-carousel .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #0B8ECC;
    width: 10px;
    height: 10px;
    margin: 0 2px; }
  #feature-carousel .carousel-indicators li.active {
    background-color: #0B8ECC !important;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: #fff; }

#feature-carousel .carousel-caption {
  position: relative;
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 500;
  color: #303030;
  margin-bottom: 1em; }

#feature-carousel img {
  position: relative;
  z-index: 20; }

#feature-carousel .carousel-inner .col-9 {
  position: relative;
  z-index: 100; }

#feature-carousel .carousel-inner .col-3 {
  position: relative;
  z-index: 200; }

.show-block-at-1250 {
  display: none; }

.show-block-at-1000 {
  display: none !important; }

.show-block-at-700 {
  display: none !important; }

.show-block-at-800 {
  display: none !important; }

.show-block-at-600 {
  display: none !important; }

@media screen and (max-width: 1400px) {
  #feature-carousel .carousel-inner {
    width: 90%;
    margin: 0 auto; }
  #feature-carousel .carousel-indicators {
    margin-right: 3.333%; } }

@media screen and (max-width: 1250px) {
  .show-block-at-1250 {
    display: block; } }

@media screen and (max-width: 1200px) {
  .csscolumns .css-masonry-3 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 2em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em; } }

@media screen and (max-width: 1150px) {
  .hide-at-1100 {
    display: none; }
  .img-nudge > img {
    position: relative;
    top: 1em; }
  #feature-carousel .carousel {
    margin-top: 4em; }
  #feature-carousel .carousel-inner {
    width: 100%;
    margin: 0 auto; }
  #feature-carousel .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    top: -3em; }
  #feature-carousel .item > * {
    width: 100%;
    padding: 0 !important; }
    #feature-carousel .item > *.float {
      float: none; }
  #feature-carousel img {
    width: 90%;
    margin: 0 auto; }
  #feature-carousel .caption {
    position: relative;
    max-width: 600px;
    margin: 1em auto 0; }
  #feature-carousel h4 {
    font-size: 1.5em;
    margin-top: 0; }
  #feature-carousel h4 br {
    display: none; }
  #feature-carousel .carousel-control {
    display: block; } }

@media screen and (max-width: 1000px) {
  .hide-at-1000 {
    display: none !important; }
  .show-block-at-1000 {
    display: block !important; }
  .img-nudge > img {
    top: 0; }
  .csscolumns .css-masonry-2 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0; }
  .csscolumns .css-masonry-item {
    display: inline-block;
    margin: 0 0 2em;
    width: 100%; }
  .csscolumns li,
  .csscolumns p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  h2.cat-tag,
  h2.page-tag {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 16em;
    width: 90%; } }

@media screen and (max-width: 900px) {
  #qm {
    display: none !important; } }

@media screen and (max-width: 800px) {
  .show-block-at-800 {
    display: block !important; } }

@media screen and (max-width: 700px) {
  .wsp-code {
    float: none;
    margin-left: 0;
    display: block;
    max-width: 300px; }
  h1 + .wsp-code {
    margin-top: -1em; }
  .hide-at-700 {
    display: none; }
  #partner-badge {
    display: none; }
  .csscolumns .css-masonry-3 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0; }
  .sales-list > li {
    padding-left: 0;
    text-align: center; }
    .sales-list > li:last-child {
      margin-bottom: 0; }
    .sales-list > li > img {
      width: 5em;
      position: relative;
      float: none;
      margin-left: auto;
      margin-right: auto;
      top: 0;
      margin-bottom: 2em; }
  .sales-list > li .entry * {
    text-align: left; }
  .show-block-at-700 {
    display: block !important; } }

@media screen and (max-width: 600px) {
  .entry blockquote,
  .modal-body blockquote {
    padding-left: 2em;
    margin-left: 0;
    margin-right: 0; }
  #feature-carousel h4 {
    font-size: 1.25em; }
  #feature-carousel .carousel-control {
    margin-top: -1em; }
    #feature-carousel .carousel-control img {
      height: 2em; }
  .mobile-only {
    display: block; }
  .hide-at-600 {
    display: none !important; }
  .show-block-at-600 {
    display: block !important; } }

@media screen and (max-width: 500px) {
  .hide-at-500 {
    display: none; }
  .agenda {
    padding: 1.5em; }
  .about .author-bio .author-email {
    padding-top: 0; }
    .about .author-bio .author-email span {
      display: block;
      float: none !important;
      clear: both;
      padding-top: 1.5em; }
  .price-button-contain {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .price-button-contain > a,
    .price-button-contain > .price {
      display: block !important;
      margin-bottom: 1em;
      text-align: center; }
      .price-button-contain > a:last-child,
      .price-button-contain > .price:last-child {
        margin-bottom: 0; }
    .price-button-contain > .price {
      margin-bottom: .5em; } }

.loader-fs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  background-color: #fff; }
  .loader-fs.grey {
    background-color: #f7f7f7; }

.mycourses .loader-fs {
  top: -2em; }

.single-wsp_lesson .loader-fs {
  position: fixed; }

.loader-fs.full-cover {
  z-index: 1030; }

.wsp-spinner {
  background-image: url("https://s3.amazonaws.com/wspimage/wsp-spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5em; }

.spinner-img {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1011;
  background: url("https://s3.amazonaws.com/wspimage/spinner.gif") center center no-repeat;
  background-color: none;
  background-size: 1.5em; }

.js .loader-fs,
.js .spinner-img {
  display: block; }

/* Banners
-------------------------------------------------------------- */
.tint {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.banner {
  position: relative;
  display: block;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 100%; }
  .banner.banner-tint::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    background-color: #1a3c50;
    opacity: .7; }
  .banner.banner-tint.opacity-8::after {
    opacity: .8; }
  .banner.banner-tint.opacity-6::after {
    opacity: .6; }
  .banner .page-title {
    text-transform: uppercase;
    font-size: .8em;
    padding-bottom: 1em;
    color: #3dafe4;
    font-weight: 500;
    letter-spacing: 1px;
    display: none; }
  .banner h1 {
    font-size: 4em;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 0; }
  .banner h1 br {
    display: inline; }
  .banner h1 + p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    margin: 1em 0 0; }
  .banner .buttoncontain {
    padding-top: 2em;
    width: 100%;
    text-align: center; }
  .banner .bluebutton {
    width: 260px;
    margin: 0 10px;
    padding: .75em 1em .75em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    opacity: .92; }
    .banner .bluebutton:hover {
      opacity: 1; }
  .banner .logo-svg {
    position: relative;
    width: 144px;
    margin: -1.5em auto 1.5em;
    opacity: .8; }
  .banner .section-links {
    display: block;
    padding-top: 1em;
    font-size: .6em;
    font-weight: 500;
    display: none; }
    .banner .section-links a {
      color: #FFCC00;
      padding: 0; }
      .banner .section-links a::after {
        content: "|";
        position: relative;
        top: -1px;
        color: #fff;
        opacity: .6;
        padding: 0 1em; }
      .banner .section-links a:last-child::after {
        content: none; }

.banner-contentcontainer {
  width: 90%;
  display: block;
  max-width: 54.5em;
  padding: 4em 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100; }
  .banner-contentcontainer * {
    color: #fff;
    text-align: center; }

.program-price {
  font-size: 2em;
  margin-right: 1em; }

.per {
  font-size: .5em; }

.program-price + .greenbutton {
  position: relative;
  top: -.5em;
  background-color: #22B783 !important; }

.single-quicklesson .banner h1 + p {
  display: block; }

.banner-tag {
  text-align: center;
  color: #ef5008 !important;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: .9em; }

.banner.banner-mini .banner-contentcontainer {
  width: 90%;
  padding: 6em 2em; }

.banner.banner-mini p {
  font-size: 1.3em; }

.banner.banner-mini p + .buttoncontain {
  margin-top: 3em; }

.banner.banner-mini .bluebutton,
.banner.banner-mini .greenbutton {
  padding: .75em 0; }

.banner-ad {
  position: absolute;
  right: 0;
  width: 400px;
  top: 5em;
  box-sizing: border-box;
  padding: 2em;
  background-color: #303030;
  display: none; }

.single-quicklesson .banner.banner-mini p {
  font-size: 1em;
  color: #FFCC00;
  font-weight: 500; }

.student-passport .banner {
  background-position: center top; }

.banner .arrow {
  position: absolute;
  bottom: .5em;
  width: 3em;
  left: 50%;
  margin-left: -1.5em;
  display: none;
  z-index: 100; }

.cssanimations .banner .arrow img {
  -webkit-animation: pulse 1s linear 5;
  -moz-animation: pulse 1s linear 5;
  -ms-animation: pulse 1s linear 5;
  animation: pulse 1s linear 5; }

/*-----------------Top Section Padding Fixes--------------------
--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  #wrapper > #self-study,
  #wrapper > #upcoming-boot-camps,
  #wrapper > #our-courses,
  #wrapper > #our-training-options {
    padding-top: 3.5em; }
  #wrapper.fpatraining > #overview {
    padding-top: 3.5em; } }

/*------------------------Media Queries------------------------
--------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
  .banner .logo-svg {
    display: none; } }

@media screen and (max-width: 900px) {
  .banner h1 {
    font-size: 3.5em; }
  .banner h1 br {
    display: none; }
  .banner .banner-contentcontainer {
    padding: 5em 0; }
  .banner.banner-mini h1 {
    font-size: 3.5em; }
  .banner.banner-mini .banner-contentcontainer {
    padding: 4em 0; } }

@media screen and (max-width: 700px) {
  .banner .banner-contentcontainer {
    padding: 2.5em 0 3em; }
  .banner .buttoncontain {
    display: none; }
  .banner h1 {
    font-size: 3em;
    letter-spacing: 0; }
  .banner h1 + p {
    display: none; }
  .banner .page-title {
    display: block; }
  .banner.banner-mini h1 {
    font-size: 2.5em; } }

@media screen and (max-width: 500px) {
  .banner h1 {
    font-size: 2.5em; } }

#body-content.dropdown-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #303030;
  opacity: .5;
  z-index: 1001; }

#body-content.hero-active .banner .bluebutton {
  opacity: .5;
  color: rgba(255, 255, 255, 0.6) !important; }

.dropdown-has-sideout .dropdown-menu > li.sideout-trigger > a:hover {
  color: #fff !important; }

.dropdown-has-sideout .dropdown-menu > li.sideout-trigger > a:hover,
.dropdown-has-sideout .dropdown-menu > li.sideout-trigger > a:focus {
  background-color: #1582b5 !important;
  color: #fff !important; }

.dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: #1582b5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li {
    background-color: #1582b5; }
  .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu a:hover {
    background: #1582b5 !important;
    opacity: .7; }
  .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li:last-child a {
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: .85em;
      padding: .75em 0;
      background-color: #0B8ECC;
      border: none;
      color: #FFF !important;
      display: inline-block;
      margin-left: 2em;
      padding-left: 1.75em;
      padding-right: 1.75em;
      margin-bottom: 2em;
      font-size: .9em;
      margin-top: 1em;
      border-bottom: 1px solid #1978a4; }
      .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li:last-child a:hover {
        background-color: #3AAFE6; }
      .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li:last-child a:focus {
        outline: none; }
      .dropdown-has-sideout .dropdown-menu > li.sideout-trigger > .sideout-menu li:last-child a:hover {
        opacity: .7;
        background-color: #0B8ECC !important; }

.dropdown-has-sideout .dropdown-menu > li.sideout-trigger:hover {
  background-color: #1582b5; }
  .dropdown-has-sideout .dropdown-menu > li.sideout-trigger:hover > .sideout-menu {
    display: block; }

.dropdown-has-sideout .dropdown-menu > li.sideout-trigger li.next {
  color: #FFCC00;
  font-weight: 800;
  padding: 0.65em 2em;
  position: static; }
  .dropdown-has-sideout .dropdown-menu > li.sideout-trigger li.next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 99%;
    background-color: transparent;
    z-index: 10;
    width: 70px; }

.dropdown-has-sideout .dropdown-menu a .date {
  color: #7bd5ff;
  padding-left: 5px; }

.sideout-menu {
  padding: 5px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.wsp-dropdown-menu {
  padding: 2em 0;
  background-color: #1582b5;
  position: absolute;
  top: 84px;
  left: 0;
  right: 0; }
  .wsp-dropdown-menu .content-wrap {
    max-width: 1100px; }

.wsp-dropdown-menu-column {
  float: left;
  text-align: left;
  width: 21%; }
  .wsp-dropdown-menu-column:first-child {
    width: 36%; }
    .wsp-dropdown-menu-column:first-child a {
      width: 50%;
      float: left; }
      .wsp-dropdown-menu-column:first-child a.topic {
        width: auto;
        float: none; }
  .wsp-dropdown-menu-column a {
    display: block;
    margin-bottom: .5em;
    font-size: .9em;
    color: rgba(255, 255, 255, 0.8); }
  .wsp-dropdown-menu-column .topic {
    font-weight: 700;
    font-size: 1em;
    color: #fff; }

.sitenav {
  background-color: #0B8ECC;
  font-size: 95%;
  z-index: 1038;
  position: relative;
  display: block;
  left: 0;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .sitenav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .sitenav .cart {
    width: 1.1em;
    display: inline;
    top: .3em;
    position: relative; }
  .sitenav.nav-consulting {
    background-color: #1a9692;
    background-color: #bf4b28; }

.to-wsp {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  line-height: 84px;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  background-color: #0B8ECC;
  font-size: .85em; }
  .to-wsp img {
    display: inline-block;
    position: relative;
    top: .45em;
    margin-left: .5em; }
  .to-wsp .arrow {
    position: relative;
    top: -1px;
    padding-right: 5px;
    display: none; }

.nav-contain {
  padding: 0 1.5em; }
  .nav-contain > ul {
    display: table;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .nav-contain > ul > li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      white-space: nowrap; }
      .nav-contain > ul > li a,
      .nav-contain > ul > li .link-replace {
        color: #fff; }
      .nav-contain > ul > li > a,
      .nav-contain > ul > li .link-replace {
        font-size: .85em;
        padding: 0 1.25em;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer; }
        .nav-contain > ul > li > a:hover,
        .nav-contain > ul > li .link-replace:hover {
          color: rgba(255, 255, 255, 0.65); }
        .nav-contain > ul > li > a:focus, .nav-contain > ul > li > a:active,
        .nav-contain > ul > li .link-replace:focus,
        .nav-contain > ul > li .link-replace:active {
          color: #fff; }
        .nav-contain > ul > li > a > .glyphicon-comment,
        .nav-contain > ul > li .link-replace > .glyphicon-comment {
          top: 3px;
          left: -8px; }
    .nav-contain > ul a > .glyphicon {
      top: 2px;
      font-size: .9em;
      padding-left: 2px; }
    .nav-contain > ul#member-nav {
      position: relative;
      z-index: 1002; }
      .nav-contain > ul#member-nav > li > a {
        padding-left: .65em;
        padding-right: .65em; }
  .nav-contain > #primary-nav > ul > li:last-child a {
    padding-right: 0; }

.nav-consulting .nav-contain > ul > li > a {
  padding: 0 2em; }

ul#primary-nav {
  float: left; }
  ul#primary-nav > li:first-child {
    text-align: left; }
    ul#primary-nav > li:first-child > a {
      padding-left: 0; }
  ul#primary-nav #the-logo {
    position: relative;
    z-index: 1002; }
  ul#primary-nav #the-logo a {
    display: block; }

ul#member-nav {
  float: right; }
  ul#member-nav > li:last-child > a {
    padding-right: 0; }
  ul#member-nav .hello {
    display: none; }

#membernav-support-course {
  display: none; }

body.wsp-lms .sitenav,
body.wsp-lms .sitenav .dropdown-menu {
  background-color: #26292D; }

.nav-consulting #super-menu-trigger {
  display: none; }

body.wsp-lms .sitenav #primary-nav li,
body.wsp-lms .sitenav #super-menu-trigger,
body.wsp-lms .sitenav #cart-link {
  display: none; }

body.wsp-lms .sitenav #member-nav .hello {
  display: inline; }

body.wsp-lms .sitenav #primary-nav li#the-logo {
  display: table-cell; }

.cell-align-right {
  text-align: right !important; }

.sitenav .logo-svg {
  width: 160px; }

.sitenav .dropdown-menu,
.sitenav .sideout-menu {
  background-color: #0B8ECC; }

.sitenav .dropdown-menu {
  font-size: 0.85em;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 1em;
  float: none;
  left: -.75em;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  top: 100%; }
  .sitenav .dropdown-menu > li a {
    padding: 0.65em 2em;
    color: #fff;
    display: block; }
  .sitenav .dropdown-menu > li a:hover,
  .sitenav .dropdown-menu > li a:focus {
    background: none !important;
    color: #fff;
    color: rgba(255, 255, 255, 0.6); }

.hero-dropdown-column .dropdown-menu {
  top: 50px;
  left: -1.25em;
  width: 800px;
  right: auto;
  margin: 0 !important;
  z-index: 1001;
  padding-bottom: 0; }

.hero-dropdown-column .content-wrap {
  width: 1100px;
  background-color: #0B8ECC;
  box-sizing: border-box; }

.hero-dropdown-column .columns {
  margin-bottom: 1.5em;
  padding-top: 3em; }
  .hero-dropdown-column .columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.hero-dropdown-column .column {
  width: 33.333%;
  float: left;
  font-size: 1em;
  box-sizing: border-box;
  padding: 0 2.5em; }
  .hero-dropdown-column .column > strong {
    color: #42d9ff;
    display: block;
    margin-top: 2.5em;
    white-space: normal; }
    .hero-dropdown-column .column > strong:first-child {
      margin-top: 0; }
  .hero-dropdown-column .column > * {
    margin-bottom: 1.25em; }
    .hero-dropdown-column .column > *:last-child {
      margin-bottom: 0; }

.hero-dropdown-column a {
  display: block;
  white-space: normal;
  line-height: 1.5; }
  .hero-dropdown-column a:hover {
    color: rgba(255, 255, 255, 0.65); }

.hero-dropdown-column .popular em {
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #f7efec;
  background-color: #d65a11;
  padding: 3px;
  border-radius: 3px;
  top: -1px;
  position: relative;
  margin-left: 4px; }

.hero-dropdown-column .hero-mod {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hero-dropdown-column .hero-mod:hover {
    transform: translate(0, -4px); }
  .hero-dropdown-column .hero-mod .bg-img-cover {
    background-position: center center;
    margin-bottom: 1em;
    border: 5px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }

.hero-dropdown-column h6 {
  white-space: normal;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 0; }
  .hero-dropdown-column h6 strong {
    color: #FFCC00;
    font-weight: 400 !important; }

.hero-dropdown-column .view-all {
  text-align: center;
  font-size: 1em;
  box-sizing: border-box;
  text-align: center;
  background-color: #1582b5;
  clear: both;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .hero-dropdown-column .view-all a {
    padding: 1em 0; }
  .hero-dropdown-column .view-all span {
    padding-left: 10px; }

.sitenav .dropdown:hover .dropdown-menu {
  display: block; }

body.wsp-lms .sitenav .dropdown-menu {
  top: 95%; }

#user-account .dropdown-menu {
  left: auto;
  right: 0; }

body:not(.wsp-lms) .sitenav #user-account .dropdown-menu {
  background-color: transparent;
  top: 41px;
  padding-top: 41px; }
  body:not(.wsp-lms) .sitenav #user-account .dropdown-menu:hover {
    display: block; }
  body:not(.wsp-lms) .sitenav #user-account .dropdown-menu a {
    background-color: #0B8ECC; }
    body:not(.wsp-lms) .sitenav #user-account .dropdown-menu a:hover {
      background-color: #0B8ECC !important; }
    body:not(.wsp-lms) .sitenav #user-account .dropdown-menu a:focus {
      background: #0B8ECC !important; }
  body:not(.wsp-lms) .sitenav #user-account .dropdown-menu > li:last-child a {
    padding-bottom: 1.65em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  body:not(.wsp-lms) .sitenav #user-account .dropdown-menu #cart-link img {
    position: relative;
    z-index: 1001; }

#user-account .glyphicon-user {
  opacity: .45;
  font-size: .9em; }

#mobile-cart {
  display: none; }
  #mobile-cart img {
    width: auto;
    height: 20px;
    position: absolute;
    right: 1em;
    top: 18px; }

.group-nav {
  padding-right: 1em; }
  .group-nav > span {
    color: #fff;
    font-size: .85em; }

#super-menu-trigger .trigger {
  background-color: #1582b5;
  border-radius: 5px;
  margin-right: 1em;
  padding: 1em 1.5em !important; }
  #super-menu-trigger .trigger .glyphicon {
    font-size: .9em;
    top: 2px;
    padding-left: 5px; }

.super-menu {
  width: auto;
  font-size: .9em;
  box-sizing: border-box;
  padding: 0;
  background-color: #1582b5;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 999;
  max-height: 0;
  transition: max-height .3s linear;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px; }
  .super-menu .glyphicon-remove {
    text-align: right;
    position: absolute;
    top: 2em;
    right: 2em;
    cursor: pointer;
    color: #fff; }
  .super-menu .content-wrap {
    max-width: 1050px; }
  .super-menu .popular-articles {
    width: 680px; }
  .super-menu .popular-topics {
    width: 330px; }
  .super-menu .content-wrap {
    padding: 2em 0;
    opacity: 0;
    transform: translateY(2em);
    transition: all .2s ease-in;
    transition-delay: 0s;
    width: 100%; }
  .super-menu a {
    color: #fff;
    position: relative; }
    .super-menu a > img {
      width: 1.15em;
      display: inline-block;
      position: relative;
      top: .2em;
      padding-left: 5px; }
  .super-menu .button-container {
    padding-top: 1em; }
  .super-menu .bluebutton {
    font-size: .9em;
    padding-top: .75em;
    padding-bottom: .75em;
    max-width: 300px; }
  .super-menu .header {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFCC00;
    font-size: .9em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1em; }
  .super-menu .popular-articles {
    float: left; }
    .super-menu .popular-articles:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .super-menu .popular-articles .header {
      width: 96% !important; }
  .super-menu .popular-topics {
    float: right;
    /*
		li {
			margin-bottom: .75em;
			margin-right: 2%;
			white-space: normal;
		}
*/ }
    .super-menu .popular-topics strong {
      display: block;
      margin-top: 2.5em; }
      .super-menu .popular-topics strong a {
        text-decoration: underline;
        color: #72c7ef; }
        .super-menu .popular-topics strong a + a {
          padding-left: 2.5em; }
    .super-menu .popular-topics ul {
      margin-left: -.5em; }
    .super-menu .popular-topics li {
      display: inline-block;
      margin-bottom: .5em; }
      .super-menu .popular-topics li::before {
        content: "•";
        padding: 0 .5em 0 .25em;
        color: rgba(255, 255, 255, 0.45); }
    .super-menu .popular-topics ul + .header {
      margin-top: 2em; }
    .super-menu .popular-topics a {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .super-menu .popular-topics a:hover {
      color: #72c7ef; }
    .super-menu .popular-topics .all {
      text-decoration: underline;
      font-weight: 700;
      text-transform: uppercase; }
  .super-menu .article-mod {
    float: left;
    width: 50%;
    margin-bottom: 1.5em;
    margin-top: .5em; }
    .super-menu .article-mod .header {
      display: none; }
    .super-menu .article-mod:hover .title {
      color: #72c7ef; }
  .super-menu .more,
  .super-menu .count {
    color: #72c7ef; }
  .super-menu .more {
    display: none; }
  .super-menu .thumbnail-container {
    width: 100px;
    float: left;
    margin-right: 1em; }
  .super-menu .title {
    white-space: normal;
    line-height: 1.5;
    padding-right: 2em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.boxsizing .super-menu {
  box-sizing: border-box; }

body.supermenu-active .super-menu {
  max-height: 100em;
  transition: max-height .6s linear; }
  body.supermenu-active .super-menu .content-wrap {
    opacity: 1;
    transform: translateY(0);
    transition: all .2s ease-out;
    transition-delay: .125s; }

/*--------nav heights and dropdown top--------*/
.nav-contain > ul {
  height: 84px; }

body.wsp-lms .sitenav .nav-contain > ul {
  height: 40px; }

body.wsp-lms .sitenav .dropdown-menu {
  top: 38px; }

@media screen and (max-width: 1300px) {
  .nav-contain > ul > li > a {
    padding: 0 1.25em; }
  .nav-contain > ul > li > a.dropdown-toggle {
    padding: 1em 1.25em; }
  .nav-contain ul#primary-nav > li:first-child > a {
    padding: 0; }
  .nav-hide {
    display: none; } }

@media screen and (max-width: 700px) {
  .single-wsp_course .username,
  .single-wsp_lesson .username {
    display: none; } }

.navbar-nav-pages li:first-child {
  text-align: left; }

@media screen and (max-width: 1150px) {
  .super-menu {
    display: none; }
  .to-wsp {
    display: none; }
  #mobile-cart {
    display: block; }
  .group-nav {
    display: none !important; }
  body.wsp-lms .sitenav #mobile-cart {
    display: none; }
  .nav-contain ul#primary-nav {
    float: none;
    text-align: center;
    width: 100%; }
    .nav-contain ul#primary-nav li {
      text-align: center !important; }
    .nav-contain ul#primary-nav #the-logo a {
      display: inline-block;
      position: relative;
      top: .35em; }
    .nav-contain ul#primary-nav .logo-svg {
      margin-left: auto;
      margin-right: auto; }
  .nav-contain > ul {
    height: 56px; }
  .nav-contain .trigger-slider {
    display: block; }
  .nav-contain .navbar-nav-pages li,
  .nav-contain #member-nav {
    display: none; }
  .nav-contain .navbar-nav-pages li#the-logo {
    display: table-cell; }
  body.wsp-lms .sitenav .nav-contain ul#member-nav {
    display: block;
    position: absolute;
    right: 10px;
    top: 6px; }
    body.wsp-lms .sitenav .nav-contain ul#member-nav .username {
      display: none; }
    body.wsp-lms .sitenav .nav-contain ul#member-nav .glyphicon-user {
      padding: 0;
      opacity: 1; }
  body.wsp-lms .sitenav .dropdown-menu {
    top: 25px; } }

@media screen and (max-width: 500px) {
  body.wsp-lms .sitenav #member-nav .hello {
    display: none; } }

body.branded-portal #membernav-referral,
body.branded-portal #membernav-support {
  display: none; }

body.branded-portal.wsp-lms #trigger-slider-main {
  display: none !important; }

body.branded-portal.wsp-lms #trigger-slider-main {
  display: none !important; }

@media screen and (max-width: 1150px) {
  body.branded-portal.wsp-lms .group-nav {
    display: table-cell !important; }
  body.branded-portal.wsp-lms .nav-contain ul#primary-nav li#the-logo {
    text-align: left !important; }
  body.branded-portal.wsp-lms .nav-contain ul#primary-nav .logo-svg {
    margin-left: -.75em;
    margin-right: 0; } }

@media screen and (max-width: 800px) {
  body.branded-portal.wsp-lms .group-nav {
    display: none !important; } }

body {
  box-sizing: border-box; }

@media screen and (max-width: 1150px) {
  .admin-bar nav {
    margin-top: 0; } }

body {
  width: 100%; }

main,
.sitenav,
#wsp-slider {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

main {
  position: relative;
  left: 0;
  height: 100%;
  overflow: visible; }

#slider-tint {
  z-index: 1037;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.slider-on,
.slider-on body,
.slider-on main {
  overflow: hidden; }

.slider-on {
  height: auto; }

.slider-on main,
.slider-on .sitenav {
  left: 350px; }

.slider-on #wsp-slider {
  left: 0; }

.slider-on #slider-tint {
  display: block; }

#wsp-slider {
  background-color: #fff;
  height: 100%;
  width: 350px;
  left: -350px;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  #wsp-slider > a img {
    width: 160px;
    margin: 1em auto 1.5em; }
  #wsp-slider .back-to-wsp {
    display: block;
    background-color: #0B8ECC;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: .9em;
    margin-bottom: 1em; }
    #wsp-slider .back-to-wsp img {
      display: inline-block;
      margin: 0;
      position: relative;
      top: .45em;
      margin-left: 5px;
      width: 155px; }
    #wsp-slider .back-to-wsp .arrow {
      position: relative;
      top: -1px; }

.trigger-slider {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 1em;
  top: 20px;
  cursor: pointer;
  overflow: hidden;
  display: none;
  z-index: 2000; }

.hamburger-piece {
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  .hamburger-piece:first-child {
    top: 0; }
  .hamburger-piece:nth-child(2) {
    top: 50%;
    margin-top: -1px; }
  .hamburger-piece:last-child {
    bottom: 0; }

.trigger-slider.switch-hide {
  width: 20px; }
  .trigger-slider.switch-hide .hamburger-piece:nth-child(2) {
    display: none; }
  .trigger-slider.switch-hide .hamburger-piece:first-child, .trigger-slider.switch-hide .hamburger-piece:last-child {
    top: 50%;
    margin-top: -1px;
    bottom: auto; }
  .trigger-slider.switch-hide .hamburger-piece:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .trigger-slider.switch-hide .hamburger-piece:last-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

body.wsp-lms .sitenav .trigger-slider {
  width: 25px;
  height: 16px;
  top: 12px; }

@media screen and (max-width: 400px) {
  .slider-on main,
  .slider-on .sitenav {
    left: 300px; }
  #wsp-slider {
    width: 300px;
    left: -300px; } }

@media screen and (max-width: 350px) {
  .slider-on main,
  .slider-on .sitenav {
    left: 250px; }
  #wsp-slider {
    width: 250px;
    left: -250px; }
  #mobile-links {
    font-size: .9em; }
  #wsp-slider > a img {
    width: 160px; } }

#sitewide-error-message {
  position: fixed;
  background-color: rgba(42, 51, 62, 0.84);
  left: 2em;
  right: 2em;
  bottom: 1em;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1.5em 150px 1.5em 7.5em;
  color: #fff;
  z-index: 1080;
  font-size: .9em;
  line-height: 1.6;
  display: none; }
  #sitewide-error-message img {
    width: 4.25em;
    position: absolute;
    left: 2em;
    top: 1.5em; }
  #sitewide-error-message .glyphicon {
    position: absolute;
    font-size: 24px;
    right: 75px;
    top: 50%;
    margin-top: -14px;
    margin-right: -12px;
    opacity: .7; }
    #sitewide-error-message .glyphicon:hover {
      opacity: 1;
      cursor: pointer; }

footer {
  background: #26292D;
  color: #fff;
  position: relative;
  text-align: center; }
  footer .phone {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: -.25em; }
    footer .phone a {
      color: #0B8ECC; }
  footer p.copyright {
    font-size: .7em !important;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500; }
  footer .to-wsp {
    font-weight: 700;
    padding-left: 2em; }

.footer-contain {
  padding: 0 2em; }

.globallinks {
  padding: 1em 0; }
  .globallinks li {
    display: inline-block;
    font-size: .75em;
    color: #fff; }
    .globallinks li::after {
      content: "|";
      padding: 0 5px;
      color: rgba(255, 255, 255, 0.4); }
    .globallinks li:last-child::after {
      content: none; }
  .globallinks a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff; }
    .globallinks a:hover {
      color: #55C9FF; }

body.wsp-lms footer,
body.wsp-lms .push {
  display: none; }

@media screen and (max-width: 900px) {
  .globallinks li {
    display: none; }
    .globallinks li.admin {
      display: inline-block; }
  .footer-contain {
    padding-top: 1em; }
  #sitewide-error-message {
    font-size: .85em;
    padding: 1em 4em 1em 2em; }
    #sitewide-error-message img {
      display: none; }
    #sitewide-error-message .glyphicon {
      font-size: 1em;
      top: 1.5em;
      right: 2em;
      margin: 0;
      color: #FFCC00;
      opacity: 1; } }

@media screen and (max-width: 600px) {
  #sitewide-error-message {
    font-size: .75em; }
  footer .phone {
    font-size: 1.1em; } }

#wrapper {
  background-color: #fff; }

.page-template-page-article-roll #wrapper,
.archive.category #wrapper,
.archive.tag #wrapper,
.search #wrapper,
.error404 #wrapper {
  background: #f1f1f1; }

.page-template-page-lesson-search #wrapper,
.page-template-page-lessons-results #wrapper,
.page-template-page-completed-exam-php #wrapper,
.single-wsp_exam #wrapper,
.single-wsp_course #wrapper,
.page-template-page-edit-completed-exam #wrapper,
.page-template-page-login #wrapper,
.page-template-page-reset-password #wrapper {
  background: #f7f7f7; }

.page-template-page-group-charts-php #wrapper,
.page-template-page-session-group-charts #wrapper,
.single-wsp_group #wrapper {
  background: #e7e7e7; }

.single-seminars #wrapper,
.page-template-page-boot-camps-new #wrapper,
.tax-wsp_boot_camp_locations #wrapper,
.single-wsp_boot_camps #wrapper {
  background-color: #f5f5f5; }

.page-template-page-mycourses,
.page-template-page-mycourses #wrapper,
.page-template-page-mycourses-2019,
.page-template-page-mycourses-2019 #wrapper,
.page-template-page-mycourses-leftnav,
.page-template-page-mycourses-leftnav #wrapper,
.page-template-page-my-questions,
.page-template-page-my-questions #wrapper {
  background: #f7f7f7; }

@media screen and (max-width: 1000px) {
  .page-template-page-completed-exam-php #wrapper {
    background: #fff; } }

.most-popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 8em; }

#our-boot-camps,
#our-courses {
  background-color: #f5f5f5;
  background-color: #eef1f3; }
  #our-boot-camps .module,
  #our-courses .module {
    margin-bottom: 1.5em !important;
    padding: 2em;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 6em; }
    #our-boot-camps .module:nth-child(2n),
    #our-courses .module:nth-child(2n) {
      margin-right: 0; }
  #our-boot-camps h2,
  #our-courses h2 {
    line-height: 1.1em;
    font-size: 1.65em;
    display: block;
    text-align: center;
    margin-bottom: .75em;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    top: -.25em; }
    #our-boot-camps h2 a,
    #our-courses h2 a {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-weight: 600; }
      #our-boot-camps h2 a:hover,
      #our-courses h2 a:hover {
        color: #3AAFE6; }
  #our-boot-camps .button-container,
  #our-courses .button-container {
    position: absolute;
    margin-bottom: 0;
    right: 2em;
    left: 2em;
    text-align: center; }

#our-courses .wsp-alert {
  color: #fff;
  text-align: center;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: 1em;
  background-color: #22B783;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  top: -1em;
  padding: 1.5em; }
  #our-courses .wsp-alert strong {
    color: #9bffbc; }

#our-courses .container {
  position: relative; }

#our-courses .course-main-image {
  width: 27%;
  position: relative;
  float: left;
  top: .3em; }

#our-courses .short-summary {
  padding-left: 32%;
  margin-bottom: 1em; }

#our-courses .package-container + .short-summary {
  padding-left: 0;
  clear: both; }

#our-courses .package-container {
  margin-bottom: 2em;
  padding-left: 32%; }
  #our-courses .package-container * {
    text-align: left; }
  #our-courses .package-container h2 {
    margin-bottom: .75em; }

#our-courses .package-tagline {
  font-weight: 700; }

#our-courses .button-container {
  bottom: .75em; }
  #our-courses .button-container a {
    width: 38.5%;
    margin: 0 0 1em 0;
    float: left; }
    #our-courses .button-container a:first-of-type {
      margin-left: 3%;
      margin-right: 3%; }

/*
#our-courses {
	
	.content-wrap {
		max-width: 1000px;
	}
	
	.module {
		width: auto;
		margin-right: 0;
		padding-bottom: 1em;
	}
	
	.container {
		padding-left: 160px;
		
		> * {
			padding-left: 0;
			text-align: left;
		}
	}
	
	.short-summary {
			font-size: 100% !important;
	}
	
	h2 {
		margin-bottom: .5em;
	}
	
	.course-main-image {
		width: 140px;
	}
	
	.button-container {
		position: static;
		right: 0;
		left: 0;
	}
}
*/
#our-boot-camps .module {
  padding-bottom: 5em; }

#our-boot-camps .image-frame {
  width: 180px;
  height: 160px;
  float: left;
  overflow: hidden; }
  #our-boot-camps .image-frame > img {
    max-width: none;
    height: 100%;
    width: auto; }
  #our-boot-camps .image-frame.flexcov {
    display: flex;
    justify-content: center;
    align-items: center; }
    #our-boot-camps .image-frame.flexcov > img {
      flex-shrink: 0;
      width: auto; }

#our-boot-camps .most-popular-badge {
  position: absolute;
  top: 4px;
  left: auto;
  right: -4px;
  width: 7em;
  transform: rotate(90deg); }

#our-boot-camps .content ul {
  font-size: 1em;
  padding-left: 200px;
  margin-left: 0; }

#our-boot-camps .content li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em; }

#our-boot-camps .content .glyphicon-ok {
  position: absolute;
  top: .35em;
  left: 0; }

#our-boot-camps .button-container {
  bottom: 1.5em; }
  #our-boot-camps .button-container a {
    width: 250px;
    display: inline-block;
    padding-top: .5em;
    padding-bottom: .5em; }

.publiccourses section.features-list {
  display: none; }

/*-------------- Program Prices -----------------*/
.price {
  display: block;
  z-index: 10;
  font-weight: 600;
  font-size: 1.5em;
  position: relative; }
  .price strong {
    color: #D80A0A; }

.publiccourses .price,
.coralitycourses .price,
.page-template-page-boot-camps .price {
  display: inline;
  font-size: inherit;
  color: #303030 !important; }
  .publiccourses .price strong,
  .coralitycourses .price strong,
  .page-template-page-boot-camps .price strong {
    color: #D80A0A; }

#our-courses .price {
  width: 17%;
  float: left;
  margin: 0;
  box-shadow: 1px 0 0 0 #dcdcdc;
  text-align: center;
  line-height: 1.25em;
  top: .25em; }

#our-courses .discount .price {
  color: #D80A0A;
  line-height: .8em;
  white-space: nowrap;
  padding-top: .2em;
  top: -.1em;
  box-shadow: none; }
  #our-courses .discount .price span {
    font-size: .4em;
    display: block;
    clear: both;
    color: #303030;
    font-weight: 500;
    padding-top: .5em; }

.discount .price strong {
  color: #D80A0A; }

@media screen and (min-width: 1250px) {
  #our-courses .short-summary {
    font-size: 110%; } }

@media screen and (max-width: 1200px) and (min-width: 901px) {
  #our-boot-camps .image-frame,
  #our-boot-camps .image-frame.flexcov {
    position: absolute;
    top: 2em;
    left: 2em;
    right: 2em;
    height: 180px;
    display: block;
    float: none;
    width: auto; }
    #our-boot-camps .image-frame img,
    #our-boot-camps .image-frame.flexcov img {
      width: 100%;
      height: auto; }
  #our-boot-camps .module {
    padding-top: 245px; }
    #our-boot-camps .module ul {
      padding-left: 0; }
      #our-boot-camps .module ul li {
        margin-bottom: .75em; }
    #our-boot-camps .module h2 {
      margin-bottom: .25em; } }

@media screen and (max-width: 1150px) {
  #our-courses .course-main-image {
    position: absolute;
    width: 130px;
    top: 1.5em;
    left: 50%;
    margin-left: -65px; }
  #our-courses .module {
    padding-top: 150px; }
    #our-courses .module h2 {
      margin-bottom: .25em; }
  #our-courses .package-container {
    padding-left: 0;
    margin-bottom: 0; }
    #our-courses .package-container * {
      text-align: center; }
  #our-courses .package-tagline {
    display: none; }
  #our-courses .short-summary {
    padding-left: 0;
    text-align: center; }
  #our-courses .container {
    position: static; }
  .selfstudy .price {
    box-shadow: none; } }

@media screen and (max-width: 1000px) {
  #our-courses .module,
  #our-courses #price-alert {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px; }
  #our-courses .flex-wrap {
    display: block; }
  #our-courses .module {
    width: 100%;
    padding-bottom: 2em; }
  #our-courses .button-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 1em; } }

@media screen and (max-width: 900px) {
  #our-boot-camps .module {
    width: auto;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 600px; } }

@media screen and (max-width: 600px) {
  #our-courses .button-container {
    margin-top: -.5em; }
    #our-courses .button-container a {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      float: none; }
      #our-courses .button-container a[title="purchase"] {
        margin-bottom: 1em; }
  #our-courses .price {
    width: auto;
    float: none;
    top: 0 !important;
    margin-bottom: .75em;
    font-size: 1.75em; }
  #our-boot-camps .image-frame,
  #our-boot-camps .image-frame.flexcov {
    position: absolute;
    top: 2em;
    left: 2em;
    right: 2em;
    height: 180px;
    display: block;
    float: none;
    width: auto; }
    #our-boot-camps .image-frame img,
    #our-boot-camps .image-frame.flexcov img {
      width: 100%;
      height: auto; }
  #our-boot-camps .module {
    padding-top: 245px; }
    #our-boot-camps .module h2 {
      margin-bottom: .25em; }
  #our-boot-camps .content ul {
    padding-left: 0; }
    #our-boot-camps .content ul li {
      margin-bottom: .75em; } }

.offline-exam-email-body,
.offline-exam-email-subject {
  list-style: none;
  list-style-type: none !important;
  margin-left: 0 !important;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 1em;
  font-family: Courier, monospace;
  margin-bottom: 2em !important;
  margin-top: 2em !important;
  display: block; }
  .offline-exam-email-body::before,
  .offline-exam-email-subject::before {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: .7em;
    font-weight: 600;
    display: block;
    padding-bottom: 2em;
    color: #0B8ECC; }

.offline-exam-email-body::before {
  content: "Copy/Paste the below into the body of your email"; }

.offline-exam-email-subject::before {
  content: "Copy/Paste the below into subject of your email if it is not autofilled"; }

.course-cov-image {
  height: 8.5em;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .course-cov-image::before {
    content: "";
    position: absolute;
    background-color: #0c81b2;
    opacity: .85;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .course-cov-image.red::before {
    background-color: #ba1a0e; }
  .course-cov-image.orange-red::before {
    background-color: #d95415; }
  .course-cov-image.orange::before {
    background-color: #e38a00; }
  .course-cov-image.orange-yellow::before {
    background-color: #deb00e; }
  .course-cov-image.yellow::before {
    background-color: #dfd30a; }
  .course-cov-image.yellow-green::before {
    background-color: #a0b425; }
  .course-cov-image.green::before {
    background-color: #44a027; }
  .course-cov-image.blue-green::before {
    background-color: #028fcb; }
  .course-cov-image.blue::before {
    background-color: #0c44dc; }
  .course-cov-image.blue-violet::before {
    background-color: #002eb0; }
  .course-cov-image.violet::before {
    background-color: #750898; }
  .course-cov-image.red-violet::before {
    background-color: #921c45; }
  .course-cov-image.aqua::before {
    background-color: #00a893; }
  .course-cov-image.mocha::before {
    background-color: #745a59; }

.course-titletext {
  padding: 0 2em;
  line-height: 1.25;
  font-size: 1.15em;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 600; }

.course-titletext > .updated {
  position: relative;
  font-size: .85em;
  text-transform: uppercase;
  font-style: italic;
  color: #FFCC00;
  display: block;
  font-weight: 500;
  padding-top: .5em; }

.wsp-logo-w,
.branded-logo {
  position: absolute;
  z-index: 100; }

.wsp-logo-w {
  opacity: .75;
  width: 80px;
  top: .75em;
  right: .75em; }

.branded-logo {
  height: 17px;
  padding: 3px;
  background-color: #fff;
  top: .5em;
  right: .5em; }

.ibq-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5em;
  padding: 0 3em;
  font-size: .75em;
  text-align: center;
  font-style: italic; }

#premium-tag {
  font-size: 1.5em;
  border-bottom: 1px solid #e5e5e5;
  display: block !important;
  position: relative;
  padding-left: 4em; }
  #premium-tag:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #premium-tag img {
    float: left;
    width: 3em;
    margin-right: 1em;
    position: absolute;
    bottom: -2em;
    left: 0; }

.courses-header {
  font-weight: 600;
  font-size: .9em;
  padding-bottom: 2px;
  margin-bottom: 1em; }
  .courses-header > strong {
    color: #ef5008;
    text-transform: uppercase; }
  .courses-header .float-r {
    font-size: .85em; }

.course-exam-query .tab-pane > em:first-child {
  font-size: .9em;
  display: block;
  font-weight: 700;
  margin-bottom: -2em; }

.course-exam-result {
  display: block;
  float: left;
  height: auto;
  margin-bottom: 1.5em;
  border-radius: 4px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #303030;
  background: #fff;
  padding: 0;
  position: relative; }
  .course-exam-result[data-toggle="modal"] {
    cursor: pointer; }
  .course-exam-result .content {
    padding: 1em 1.5em;
    position: relative; }
  .course-exam-result .duration {
    width: 100%;
    font-size: 1.05em; }
    .course-exam-result .duration th,
    .course-exam-result .duration td {
      text-align: center; }
    .course-exam-result .duration td:first-of-type {
      border-right: 1px solid #f2f2f2;
      box-shadow: 1px 0 #fff; }
    .course-exam-result .duration td {
      font-size: .9em;
      width: 50%;
      font-weight: 600; }
    .course-exam-result .duration td span {
      display: block;
      font-size: .75em;
      padding-bottom: .1em;
      font-weight: 500; }
      .course-exam-result .duration td span.wsp-tooltip-contain, .course-exam-result .duration td span.glyphicon-info-sign {
        display: inline;
        position: relative; }
      .course-exam-result .duration td span.glyphicon-info-sign {
        top: -.15em;
        font-size: .9em; }
    .course-exam-result .duration .wsp-tooltip {
      width: 185px;
      white-space: normal; }
    .course-exam-result .duration em {
      display: none; }
    .course-exam-result .duration .invisible {
      visibility: hidden; }
    .course-exam-result .duration a {
      color: #0B8ECC !important;
      text-decoration: underline !important; }
    .course-exam-result .duration + .progress {
      margin-top: 1.5em; }
  .course-exam-result .duration .cert-retake-request .wsp-tooltip {
    width: 210px;
    left: auto;
    right: -20px; }
  .course-exam-result #certificate {
    font-size: 0.8em; }
  .course-exam-result .icon {
    padding: 0 1em 0 .5em; }
    .course-exam-result .icon img {
      width: 2.25em; }
  .course-exam-result.offline-exam {
    cursor: pointer; }
  .course-exam-result.for-purchase .rec {
    color: #FFCC00;
    font-size: .75em;
    text-transform: uppercase;
    padding-top: .5em;
    letter-spacing: .5px;
    position: absolute;
    top: 4px;
    left: -4px; }
  .course-exam-result.for-purchase .course-exam-tag {
    z-index: 101;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    line-height: 1;
    padding: 4px; }
  .course-exam-result.for-purchase .course-cov-image {
    height: 9.5em; }
  .course-exam-result.for-purchase .nodisc {
    color: #a5a5a5;
    text-decoration: line-through; }
  .course-exam-result.for-purchase .price-contain {
    display: block;
    padding-top: .35em; }
    .course-exam-result.for-purchase .price-contain > * {
      display: inline; }
    .course-exam-result.for-purchase .price-contain .nodiscount {
      color: rgba(255, 255, 255, 0.9);
      font-weight: 500;
      text-decoration: line-through;
      font-size: .75em;
      text-transform: uppercase; }
    .course-exam-result.for-purchase .price-contain .price {
      font-size: .9em;
      display: inline;
      font-weight: 700;
      color: #FFCC00;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
      .course-exam-result.for-purchase .price-contain .price > * {
        display: none; }

a.course-exam-result,
.course-exam-result.offline-exam {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  transform: translate(0, 0); }
  a.course-exam-result:hover,
  .course-exam-result.offline-exam:hover {
    transform: translate(0, -4px);
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1); }

.course-exam-result {
  width: 23.5%;
  margin-right: 2%; }
  .course-exam-result:nth-child(4n) {
    margin-right: 0; }

@media screen and (max-width: 1100px) {
  .course-exam-result {
    width: 32%;
    margin-right: 2%; }
    .course-exam-result:nth-child(4n) {
      margin-right: 2%; }
    .course-exam-result:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 800px) {
  .course-exam-result {
    width: 49%;
    margin-right: 2%; }
    .course-exam-result:nth-child(3n) {
      margin-right: 2%; }
    .course-exam-result:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 500px) {
  #last-activity {
    display: none; }
  #my-courses-main-content .content-wrap {
    max-width: 300px; }
  .course-exam-result {
    float: none;
    width: auto;
    margin-right: 0;
    margin-right: auto !important;
    margin-left: auto !important; } }

.infographic {
  background-color: #f7f7f7; }
  .infographic .post-tags {
    background-color: #e9e9e9; }

#infographic-share-button {
  position: fixed;
  top: 1em;
  transform: translate(1em, 0);
  font-weight: 600;
  padding-top: .35em;
  padding-bottom: .35em; }
  #infographic-share-button .glyphicon {
    font-size: .85em;
    padding-left: .75em; }

.wsp-infographic > img {
  background-color: #fff;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.1); }

.share-embed em,
.share-embed textarea {
  width: 96%;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: .75em; }

.share-embed textarea {
  box-sizing: border-box;
  height: 12em;
  padding: 1em;
  line-height: 1.5;
  border-color: #ababab; }

.wsp-infographic + .share-embed {
  margin-top: 2em; }

#infographic-share {
  position: absolute;
  top: 1em;
  transform: translate(-2.5em, 0);
  z-index: 3000;
  list-style: none;
  margin-left: 0;
  display: none; }
  #infographic-share li {
    margin-bottom: .35em; }
  #infographic-share img {
    width: 1.25em;
    border: none; }
  #infographic-share.active {
    position: fixed;
    display: block; }

#multipart-container {
  padding-right: 10em;
  position: relative; }
  #multipart-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

section.post-tags {
  background-color: #f7f7f7;
  padding: .75em 0 !important;
  font-size: .75em;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 700; }
  section.post-tags .glyphicon {
    top: 1px;
    font-size: .9em;
    padding-right: 4px; }
  section.post-tags a {
    color: #ef5008;
    display: inline-block; }
    section.post-tags a::after {
      content: ",";
      padding-right: 7px;
      color: #303030;
      font-weight: 500; }
    section.post-tags a:last-child::after {
      content: "";
      padding: 0; }
  section.post-tags .count {
    color: #303030;
    font-weight: 500; }

.deep-dive a {
  display: inline-block;
  margin-bottom: 1.5em;
  background-color: #ffed70;
  color: #303030;
  padding: 1em 4em 1em 1.5em;
  font-size: .9em;
  font-weight: 700;
  position: relative;
  line-height: 1.5; }
  .deep-dive a strong {
    color: #ef5008;
    font-weight: 700 !important; }
  .deep-dive a .arrow {
    position: absolute;
    right: 1.25em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 50%;
    line-height: 1;
    margin-top: -.55em;
    color: #ef5008;
    font-size: 1.25em; }
  .deep-dive a:hover .arrow {
    right: .75em; }

.entry ul.timeline {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  border-left: 1px solid #f2f2f2;
  padding-left: 20px;
  font-size: .9em;
  margin-bottom: 2em; }
  .entry ul.timeline > li {
    background-color: #fbf7f2;
    padding: 2em;
    margin-left: 0;
    list-style: none;
    position: relative;
    padding-top: 4em;
    border-bottom: 1px solid #f1e9dc;
    margin-bottom: 2em; }
    .entry ul.timeline > li::after {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background-color: #ef5008;
      position: absolute;
      z-index: 100;
      left: -27px;
      top: 50%;
      margin-top: -7px; }
    .entry ul.timeline > li p {
      margin-top: 0; }
    .entry ul.timeline > li > ul {
      margin-top: 0;
      margin-bottom: 0; }
      .entry ul.timeline > li > ul:last-child > li:last-child {
        margin-bottom: 0; }
    .entry ul.timeline > li h6 {
      margin-top: 1em; }
      .entry ul.timeline > li h6:first-child {
        margin-top: 0; }
    .entry ul.timeline > li h5 + h6 {
      margin-top: 0; }
  .entry ul.timeline ul li,
  .entry ul.timeline p {
    margin-bottom: .5em; }
  .entry ul.timeline h5 {
    background-color: #efe6dc;
    padding: .5em 2em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

#multipart {
  background-color: #ffed70;
  font-size: .8em;
  padding: .5em 1em;
  display: inline-block;
  margin-bottom: 1.5em;
  position: relative;
  top: -.5em; }
  #multipart a {
    text-decoration: underline;
    color: #ef5008;
    font-weight: 600; }
  #multipart p {
    display: inline; }
  #multipart .glyphicon {
    padding-right: 3px;
    color: #ef5008; }

#toc_container {
  display: block;
  width: 25%;
  float: right;
  border: 1px solid #f2f2f2;
  padding: 2em;
  font-size: .8em;
  margin-left: 1em;
  margin-bottom: 2em;
  background-color: #f9f9f9;
  position: relative;
  z-index: 100; }
  #toc_container > img:first-child {
    float: none;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 2em; }
  #toc_container > strong {
    display: block;
    margin-bottom: .75em; }
  #toc_container ul {
    list-style: none; }
  #toc_container li {
    margin-bottom: .75em; }
  #toc_container ul.toc_list {
    margin-left: 0;
    margin-bottom: 0; }
    #toc_container ul.toc_list > li > a {
      font-weight: 700;
      padding-bottom: 0;
      margin-bottom: -.5em;
      display: block;
      color: #303030;
      padding-top: 1em; }
    #toc_container ul.toc_list > li:first-child > a {
      padding-top: 0; }
    #toc_container ul.toc_list > li > ul {
      list-style: disc;
      margin-left: 1.2em; }
    #toc_container ul.toc_list > li:last-child > ul:last-child {
      margin-bottom: 0; }
      #toc_container ul.toc_list > li:last-child > ul:last-child > li:last-child {
        margin-bottom: 0; }
  #toc_container a {
    text-decoration: none; }
    #toc_container a:hover {
      text-decoration: underline; }
  #toc_container .toc_number {
    color: #303030;
    padding-right: .25em; }
  #toc_container .toc_title {
    display: none; }
  #toc_container.single-level ul.toc_list, #toc_container.h2-only ul.toc_list {
    list-style: disc;
    margin-left: 1.2em; }
    #toc_container.single-level ul.toc_list > li a, #toc_container.h2-only ul.toc_list > li a {
      color: #0B8ECC;
      font-weight: 500;
      border-bottom: none; }
  #toc_container.h2-only .toc_list > li > ul {
    display: none; }

.js #toc_container {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0; }
  .js #toc_container.active {
    opacity: 1; }

.hide-toc #toc_container {
  display: none; }

.article .entry {
  font-size: 1.1em; }
  .article .entry #related-posts,
  .article .entry .share-this,
  .article .entry .author-bio,
  .article .entry .blogroll {
    font-size: .9em; }

.article > section {
  padding: 2em 0; }
  .article > section:first-child {
    padding-top: 2em; }

/*
.archive .article > section {
	padding-bottom: 0;
}
*/
#article-comments {
  background-color: #f7f7f7; }

.article-section-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.35em;
  letter-spacing: -.5px;
  margin-bottom: 1em; }

.article .footnotes {
  max-width: 700px; }
  .article .footnotes p,
  .article .footnotes li {
    font-size: .8em; }

.article .author-bio {
  margin: 2em 0 4em; }

.article-ad {
  display: block;
  margin: 2em 0;
  background-color: #275882;
  color: #fff;
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  font-size: .9em; }
  .article-ad:hover {
    transform: scale(1.02); }
  .article-ad .image-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45%;
    box-sizing: border-box;
    border: 1px solid #b8c3c7; }
  .article-ad .content {
    position: relative;
    padding: 2em;
    text-align: center;
    line-height: 1.6;
    width: 55%;
    background-image: url(https://s3.amazonaws.com/wspimage/ad-model-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box; }
    .article-ad .content:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(21, 63, 93, 0.85); }
    .article-ad .content > * {
      position: relative; }
    .article-ad .content strong {
      display: block;
      padding-bottom: .25em;
      font-size: 1.5em;
      color: #FFCC00;
      font-weight: 600 !important;
      top: -.1em;
      line-height: 1.3; }
  .article-ad .bluebutton {
    margin: 0 auto;
    display: block;
    margin-top: 2em;
    max-width: 300px;
    font-size: .8em;
    position: relative; }

.blogheader {
  font-weight: 700;
  color: #303030;
  line-height: 1em;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.75em; }
  .blogheader span {
    color: #0B8ECC; }

.blogheader a {
  color: #303030; }
  .blogheader a span {
    color: #0B8ECC; }

.single-blogposts nav + .contentcontainer {
  padding-top: 5em; }

.blogroll-thumbnail {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.blogroll .thumbnail-container {
  width: 96%;
  max-width: 16em;
  float: left;
  margin-right: 2em;
  border: 1px solid #f2f2f2; }

.blogroll .post-tags {
  position: relative;
  top: -.5em; }

.blogroll .meta {
  margin-bottom: 1em; }

.blogroll .post-time {
  font-size: .8em;
  padding-bottom: 1em;
  color: #ef5008;
  font-weight: 600; }

.blogroll .blogposts {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 2em;
  color: #303030; }
  .blogroll .blogposts:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .blogroll .blogposts:hover h2 {
    color: #0B8ECC; }
  .blogroll .blogposts:last-child {
    margin-bottom: 0; }

.blogroll .content {
  padding-left: 18em; }

.blogroll h2 {
  margin-top: 0;
  font-size: 1.75em;
  margin-bottom: .5em;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.blogroll .w-videobadge h2 {
  padding-right: 3.5em;
  margin-bottom: 0; }

.blogroll .videobadge {
  position: absolute;
  top: 1.5em;
  right: 3em;
  width: 5em;
  height: 5em;
  border-radius: 2.5em;
  display: block;
  color: #FFF;
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  background: #0B8ECC;
  line-height: 5em; }

.blogroll blockquote {
  margin: 1.5em 1.5em;
  font-style: italic; }

.blogroll .attachment-post-thumbnail {
  margin-left: 3em;
  max-width: 9em;
  border: none;
  float: right;
  margin-bottom: 2em; }

.blogroll p {
  line-height: 1.85em; }

.blogroll featured-p {
  margin-bottom: 1.5em;
  line-height: 1.85em;
  padding-right: 12em; }

.meta {
  font-size: .8em; }
  .meta .glyphicon {
    padding: 0 .5em 0 0; }
  .meta .glyphicon-comment {
    top: 2px; }
  .meta .thecategory a {
    color: #0B8ECC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .meta .thecategory a:hover {
      text-decoration: underline; }
  .meta .comments-link {
    color: #303030;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .meta .comments-link:hover {
      color: #0B8ECC; }

/*
.page .meta,
.single .meta {
	border-top: 1px solid $border-on-white;
	
	#printme,
	.thecomments {
		font-size: 1.15em;
		top: -.2em;
		color: $black;
		position: relative;
		margin-left: .5em;
		@include ease;
	}
	
	#printme:hover {
		color: $blue;
	}
	
	.glyphicon-comment {
		padding-right: .2em;
		top: 3px;
	}
}

.page .blogroll .meta,
.single .blogroll .meta {
	border-top: none;
	padding: 0;
}

.entry-title + .meta {
	margin-top: -1em;	
}

.single .knowledge-blogposts .meta {
	margin-bottom: 1em;
	border-bottom: none;
	border-top: none;
	padding: 0;
	
	span {
		color: $blue;
	}
}

.archive.category .breadcrumbs {
	background: #f1f1f1;
}

.breadcrumbs .thecategory {
	font-size: 1em !important;
}
*/
/*
.single .author-bio .author-details {
	font-size: .9em;
}
*/
/*
.blog-controls a { 
	@include greybutton;
	font-size: .85em;
	display: inline-block;
	position: relative;
	margin: 1em 1% 0;
	width: 40%;
	max-width: 300px;
}
*/
.share-this {
  display: block;
  width: 100%;
  clear: both; }
  .share-this p {
    font-weight: 600;
    margin: 2em 0 .35em 0;
    color: #303030; }
  .share-this ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .share-this .share-link {
    display: inline-block;
    margin-right: .25em;
    margin-bottom: 0; }
  .share-this .share-link a {
    display: block;
    padding: .5em 0em;
    width: 10em;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: .8em;
    text-decoration: none; }
  .share-this .twitter {
    background: #41B7D8; }
  .share-this .facebook {
    background: #3B5997; }
  .share-this .googleplus {
    background: #D64937; }
  .share-this .linkedIn {
    background: #0084bf; }

.article .entry .share-this {
  margin-top: 2em;
  margin-bottom: 2em; }
  .article .entry .share-this:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .article .entry .share-this ul {
    text-align: center; }

#related-posts {
  margin-bottom: 0;
  margin-top: 2em; }
  #related-posts ul {
    margin-left: 0;
    list-style: none; }
    #related-posts ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #related-posts li {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    width: 25%; }
  #related-posts .thumbnail-container {
    margin-bottom: 1em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #related-posts .thumbnail {
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #related-posts a {
    color: #303030;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding-right: 1em;
    text-decoration: none; }
    #related-posts a > span {
      padding-right: .5em; }
    #related-posts a:hover {
      color: #0B8ECC; }
      #related-posts a:hover .thumbnail-container {
        opacity: .85; }

.share-this + #related-posts {
  padding-top: 2em; }

#shortcuts-intro {
  float: left;
  width: calc(100% - 18em); }

#excel-shortcuts {
  float: right;
  width: 13em;
  position: relative;
  top: -.5em; }
  #excel-shortcuts strong {
    font-size: .8em;
    display: block;
    margin-bottom: .5em; }
  #excel-shortcuts p {
    margin-bottom: 0; }
  #excel-shortcuts ul {
    list-style: none;
    margin: 0; }
    #excel-shortcuts ul li {
      margin-bottom: .5em; }
    #excel-shortcuts ul a {
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: .85em;
      padding: .75em 0;
      background-color: #22B783;
      border: none;
      color: #fff !important;
      font-size: .7em; }
      #excel-shortcuts ul a:hover {
        background-color: #22cc91; }
  #excel-shortcuts + .spacer {
    margin-bottom: 2em; }

#excel-shortcuts + .spacer + p,
#excel-shortcuts + .spacer + p + p {
  text-align: left; }
  #excel-shortcuts + .spacer + p .show-block-at-600 img,
  #excel-shortcuts + .spacer + p + p .show-block-at-600 img {
    border: none;
    display: inline;
    width: 1em;
    padding-right: .75em;
    position: relative;
    top: .1em; }

#excel-shortcuts + .spacer + p {
  margin-bottom: .5em;
  margin-top: 2.5em; }

#excel-shortcuts + .spacer + p + p {
  margin-bottom: 1em; }

table.shortcuts {
  width: 100%;
  margin-bottom: 4em; }
  table.shortcuts th {
    padding-left: 0;
    font-size: 1.15em;
    font-weight: 600; }
    table.shortcuts th img {
      border: none;
      width: 1em; }
  table.shortcuts tr td {
    width: 27.5%;
    border: none !important;
    padding-left: 0; }
  table.shortcuts tr td:first-child {
    width: 45%;
    padding-left: .5em; }
  table.shortcuts tr:nth-child(even) td {
    background-color: #f5f5f5; }
  table.shortcuts .sc {
    border: 2px solid #0B8ECC;
    padding: .35em .65em;
    margin: 0 .3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: .85em;
    background-color: #fff; }
    table.shortcuts .sc:first-child {
      margin-left: 0; }
  table.shortcuts td:last-child .sc {
    border: 2px solid #fd5816; }

.entry #multipart-container + h2,
.entry ul.toc_list + h2,
.entry #multipart-container + h3,
.entry ul.toc_list + h3,
.entry #toc_container + h2,
.entry #toc_container + h3 {
  margin-top: 0; }

.entry .notice + h3,
.entry .notice + h2 {
  margin-top: 0; }

@media screen and (min-width: 600px) {
  .entry #multipart-container + .wp-caption.alignright + h2,
  .entry #multipart-container + .wp-caption.alignright + h3,
  .entry #toc_container + .wp-caption.alignright + h2,
  .entry #toc_container + .wp-caption.alignright + h3,
  .entry > .wp-caption.alignright:first-child + h2,
  .entry > .wp-caption.alignright:first-child + h3 {
    margin-top: 0; } }

.entry .first-image + h2,
.entry .first-image + h3,
.entry .first-image + h4 {
  margin-top: 0; }

@media screen and (max-width: 1100px) {
  .blogroll .thumbnail-container {
    float: right;
    margin-right: 0;
    margin-left: 2em;
    max-width: 13em;
    margin-bottom: 1em; }
  .blogroll .content {
    padding-left: 0; } }

@media screen and (max-width: 900px) {
  .article-ad {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto; }
    .article-ad .image-frame {
      position: relative;
      height: 200px;
      width: auto; }
    .article-ad .content {
      width: auto; }
  #shortcuts-intro {
    float: none;
    width: auto;
    margin-bottom: 2em; }
  #excel-shortcuts {
    float: none;
    width: auto;
    top: 0; }
    #excel-shortcuts li {
      width: 24%;
      margin-right: 1%;
      float: left; }
  table.shortcuts th {
    width: 50%; }
    table.shortcuts th:first-child {
      width: 100%;
      padding-bottom: 1em; }
    table.shortcuts th img {
      width: 0 auto; }
  table.shortcuts tr {
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed; }
    table.shortcuts tr:nth-child(even) {
      background: #f7f7f7; }
    table.shortcuts tr td,
    table.shortcuts tr th {
      display: table-row;
      table-layout: fixed;
      width: 50%;
      float: left;
      text-align: center;
      padding: 0 !important;
      background: none !important; }
      table.shortcuts tr td img,
      table.shortcuts tr th img {
        margin: 0 auto;
        padding-bottom: 1em; }
    table.shortcuts tr th {
      background-color: #fff; }
    table.shortcuts tr td {
      position: relative;
      top: -.5em;
      padding: 1em 0 !important;
      min-height: 1.5em; }
    table.shortcuts tr td:first-child,
    table.shortcuts tr th:first-child {
      display: table-row;
      table-layout: fixed;
      width: 100%;
      text-align: center;
      padding: 1.5em 0 1em !important; }
    table.shortcuts tr td:first-child {
      top: 0; } }

@media screen and (max-width: 800px) {
  #excel-shortcuts li {
    width: 49%;
    margin-right: 1%; }
    #excel-shortcuts li a {
      font-size: .85em; }
  #toc_container {
    max-width: none;
    float: none;
    margin-left: 0;
    width: auto;
    display: none; }
  #multipart-container {
    padding-right: 0;
    position: relative; }
  #related-posts ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    #related-posts ul li {
      width: 50%; }
  #related-posts span {
    display: block;
    height: 4em;
    overflow: hidden;
    margin-bottom: 1em; }
  #related-posts .thumbnail {
    padding-bottom: 55%; }
  #related-posts .thumbnail-container {
    margin-bottom: .5em; } }

@media screen and (max-width: 700px) {
  .share-this .share-link a {
    width: 5.5em; }
  .blogroll .thumbnail-container {
    width: 96%;
    max-width: 16em;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em; }
  .blogroll .w-thumbnail .content {
    padding-left: 0; }
  .blogroll * {
    text-align: center; }
  .blogroll h2 {
    font-size: 1.75em; }
  .blogroll .w-videobadge h2 {
    padding-right: 0; }
  .blogroll .videotitle,
  .blogroll .quicklesson {
    padding-right: 0; }
  .blogroll .videobadge,
  .blogroll .lessonbadge {
    display: none; }
  #printme {
    display: none; } }

@media screen and (max-width: 600px) {
  .deep-dive a {
    padding-top: 1em;
    padding-bottom: 1em; }
    .deep-dive a strong {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: .75em;
      padding-bottom: .5em; }
      .deep-dive a strong span {
        display: none; }
  table.shortcuts tr td {
    display: table-row;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    padding: 1.5em 0 1em !important; }
  table.shortcuts tr th img {
    display: none; } }

@media screen and (max-width: 560px) {
  .article-ad .image-frame {
    height: 200px; }
  .blogroll p {
    display: none; }
  .blogroll h2 {
    margin-bottom: 0; }
  .blogroll h2:after {
    content: "Read article";
    color: #0B8ECC;
    font-size: .5em;
    padding-top: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: -.5em; } }

@media screen and (max-width: 500px) {
  #related-posts {
    display: none; }
    #related-posts ul {
      max-width: 350px; }
      #related-posts ul li {
        width: auto;
        float: none;
        margin-bottom: 3em;
        font-size: 1.1em; }
        #related-posts ul li:last-child {
          margin-bottom: 0; }
    #related-posts span {
      height: auto;
      margin-bottom: 0; }
  #excel-shortcuts li {
    width: 80%;
    float: none; }
  .menu-knowledge-base-posts-container {
    display: none; }
  #meta-icons img {
    width: 1.5em; }
  #meta-icons {
    top: 0; }
  .single .meta .thecomments {
    font-size: 1em;
    top: -.15em; } }

.wp-img-300 {
  max-width: 300px;
  width: 100%; }

.wp-img-400 {
  max-width: 400px;
  width: 100%; }

.wp-img-500 {
  max-width: 500px;
  width: 100%; }

.wp-img-600 {
  max-width: 600px;
  width: 100%; }

.wp-img-650 {
  max-width: 650px;
  width: 100%; }

.wp-img-800 {
  max-width: 800px;
  width: 100%; }

.wp-img-900 {
  max-width: 900px;
  width: 90%; }

.wp-img-1000 {
  max-width: 1000px;
  width: 100%; }

img.size-large {
  width: 960px !important; }

.entry .first-image {
  margin-bottom: 0; }
  .entry .first-image .alignright {
    margin-left: 2em; }

.entry .image-button-contain.alignright {
  margin-left: 2em; }

.article .entry .wp-caption {
  margin-bottom: 1em; }

.article .entry .wp-caption {
  max-width: 100%; }

.article .entry p > img,
.article .entry .wp-caption img {
  margin-bottom: 0; }

.article .entry .alignleft,
.article .entry .alignright {
  margin-bottom: 1em; }

.article .entry .alignleft {
  margin-right: 2em; }

.article .entry .alignright {
  margin-left: 2em; }

.article .entry p > img {
  margin-bottom: 0; }

.article .entry > .article-meta + p > img,
.article .entry > .article-title + p > img,
.article .entry > p:first-child > img,
.article .entry > .article-meta + .wp-caption,
.article .entry > .article-title + .wp-caption {
  max-width: 45% !important;
  float: right; }

.article .entry img.size-medium.alignright,
.article .entry img.size-medium.alignleft {
  max-width: 50%; }

.article .entry img.alignnone {
  margin-left: auto;
  margin-right: auto; }

.article .entry .wp-caption.alignright,
.article .entry .wp-caption.alignleft {
  max-width: 60%; }

@media screen and (max-width: 700px) {
  .image-button-contain {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto; } }

@media screen and (max-width: 600px) {
  .article .entry img.size-medium.alignright,
  .article .entry img.size-medium.alignleft {
    max-width: 100%;
    margin-bottom: 0; }
  .article .entry img.alignright,
  .article .entry img.alignleft,
  .article .entry img.size-thumbnail,
  .article .entry .wp-caption.alignright,
  .article .entry .wp-caption.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .article .entry > .article-meta + p > img,
  .article .entry > p:first-child > img,
  .article .entry > .article-meta + .wp-caption {
    display: none; }
  .article .entry > .article-meta + .wp-caption {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .article .entry .wp-caption.alignright,
  .article .entry .wp-caption.alignleft {
    max-width: 100%; } }

.article-topper .content-wrap,
.article .content-wrap {
  max-width: 960px;
  position: relative;
  z-index: 100; }

.article .content-wrap.content-wrap-wide,
.article-topper .content-wrap.content-wrap-wide {
  max-width: 1060px; }

.article-topper {
  padding: 2em 0 3em 0;
  background-image: url(https://s3.amazonaws.com/wspimage/bg-resources-banner.jpg);
  background-attachment: inherit;
  position: relative; }
  .article-topper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 73, 103, 0.8); }
  .article-topper h1 {
    font-size: 3.25em;
    font-weight: 500;
    margin-bottom: 0; }
  .article-topper h1,
  .article-topper p {
    color: #fff; }
  .article-topper .description {
    margin-bottom: 2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
  .article-topper h1 + .description {
    margin-top: -1.5em; }
  .article-topper .error {
    color: #FFCC00;
    text-align: center;
    font-style: italic; }
  .article-topper h1 + .error {
    margin-bottom: 2em; }
  .article-topper .subhead {
    font-size: 1.45em;
    font-weight: 300;
    margin-top: .5em; }
  .article-topper.w-intro .subhead {
    font-size: 1.2em;
    font-weight: 400; }
  .article-topper .banner-button {
    margin-top: 1.5em;
    margin-bottom: -.5em; }
    .article-topper .banner-button a {
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: .85em;
      padding: .75em 0;
      background-color: #0B8ECC;
      border: none;
      color: #FFF !important;
      display: inline-block;
      padding-left: 2em;
      padding-right: 2em;
      min-width: 200px; }
      .article-topper .banner-button a:hover {
        background-color: #3AAFE6; }
      .article-topper .banner-button a:focus {
        outline: none; }
  .article-topper .topic-tag {
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    padding-bottom: .75em; }

.search .article-topper h1 {
  font-size: 2.5em !important; }

.tag-resources .article-topper,
.search .article-topper,
.article-topper .article-topper,
.page-template-page-article-roll .article-topper {
  padding: 3em 0; }
  .tag-resources .article-topper h1,
  .search .article-topper h1,
  .article-topper .article-topper h1,
  .page-template-page-article-roll .article-topper h1 {
    text-align: center; }

.article-meta {
  color: #fff;
  font-size: .85em;
  margin-bottom: 1em;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  top: .5em; }
  .article-meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .article-meta .glyphicon {
    color: #fff; }
  .article-meta .printme,
  .article-meta .thecomments {
    position: relative;
    top: -.25em;
    font-size: .9em;
    padding-left: 3px; }

.topper-content {
  float: left;
  width: 75%;
  position: relative; }

.related-topics {
  float: right;
  width: 25%;
  padding-top: 1em; }
  .related-topics ul {
    list-style: disc;
    margin-left: 1.1em;
    color: #72c7ef;
    font-size: .95em;
    font-weight: 600; }
  .related-topics li {
    padding-top: .25em; }
  .related-topics a {
    color: #72c7ef;
    text-decoration: underline; }

#meta-icons {
  position: relative; }
  #meta-icons a {
    color: #fff;
    text-decoration: none; }
  #meta-icons img {
    width: 1.15em;
    border: none; }
  #meta-icons li {
    display: inline-block;
    padding-right: .35em; }

.tags-list {
  text-align: center;
  font-size: .75em;
  margin: 1em auto 2.5em;
  max-width: 960px; }
  .tags-list li {
    display: inline-block;
    margin-top: .75em;
    margin-right: 1em; }
  .tags-list a {
    background: rgba(255, 255, 255, 0.85);
    color: #303030;
    padding: .15em .5em;
    border-radius: 5px; }
    .tags-list a:hover {
      background: #fff; }

.search .article-topper .printme,
.search .article-topper .thecomments,
.archive .article-topper .printme,
.archive .article-topper .thecomments,
.tag-resources .article-topper .printme,
.tag-resources .article-topper .thecomments,
.page-template-page-article-roll .article-topper .printme,
.page-template-page-article-roll .article-topper .thecomments {
  display: none !important; }

@media screen and (max-width: 800px) {
  .article-topper {
    padding: 1.5em 0 3em 0; }
  /*
	.topper-content,
	.related-topics {
		text-align: center;
	}
*/
  .topper-content {
    float: none;
    width: auto;
    top: 0; }
    .topper-content + .related-topics {
      margin-top: 1em;
      font-size: .9em; }
  .archive .related-topics {
    display: none;
    /*
		margin-top: 2em !important;
		float: none;
		width: auto;
		
		ul {
			margin-left: 0;
		}
		
		li {
			display: inline-block;
			margin: 0 .5em;
		}
*/ }
  .archive .article-topper h1 {
    font-size: 3em; }
  .archive h1 + p {
    padding-top: .2em;
    padding-right: 0; } }

@media screen and (max-width: 700px) {
  .article-topper h1 {
    font-size: 2.75em;
    line-height: 1.2; }
  .search .article-topper h1 {
    font-size: 2em !important; } }

.archive.tag .lazy-load {
  width: 102%; }

.archive.tag section {
  padding: 2em 0; }

.archive.tag.tag section > .content-wrap {
  max-width: 1060px; }

.archive.tag h1 + p {
  padding-top: 1em;
  padding-right: 2em;
  max-width: 700px; }

.archive.tag h3 {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: .5em;
  position: relative;
  top: -.5em;
  font-size: 1.15em;
  color: #ef5008; }

#featured-articles .blogroll > a:last-child {
  margin-bottom: 0; }

#all-articles {
  position: relative;
  padding-bottom: 5em; }
  #all-articles .all-article-post {
    position: relative;
    width: 47%;
    margin-right: 3%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    display: block;
    margin-bottom: 1.5em;
    padding: 1em; }
    #all-articles .all-article-post:hover h2 {
      color: #0B8ECC; }
    #all-articles .all-article-post:hover .more {
      right: 1.25em; }
  #all-articles .more {
    position: absolute;
    top: 50%;
    margin-top: -.75em;
    right: 1.75em; }
  #all-articles h2 {
    font-size: 1.1em;
    color: #303030;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 3em;
    height: 4em;
    overflow: hidden;
    margin-bottom: .5em; }
  #all-articles .img-frame {
    position: absolute;
    top: 1em;
    left: 1em;
    bottom: 1em;
    width: 7em; }
  #all-articles h2,
  #all-articles .more {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #all-articles .content {
    padding-left: 8em; }

.malinky-ajax-pagination-loading {
  margin: 0 !important;
  text-align: center;
  position: absolute;
  bottom: -3em;
  right: 0;
  left: 0;
  background-color: #f1f1f1;
  height: 3em;
  background-image: url(https://s3.amazonaws.com/wspimage/wsp-spinner.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.25em; }
  .malinky-ajax-pagination-loading img {
    width: 0 !important;
    height: 0 !important; }

.malinky-load-more__button {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em; }
  .malinky-load-more__button:hover {
    background-color: #3AAFE6; }
  .malinky-load-more__button:focus {
    outline: none; }

@media screen and (max-width: 1000px) {
  .archive .content-container {
    padding-right: 0; }
  .archive .related {
    display: none; }
  #all-articles h2 {
    height: 5.5em;
    margin-bottom: 0; } }

@media screen and (max-width: 900px) {
  #all-articles h2 {
    padding-right: 0; }
  #all-articles .more {
    display: none; } }

@media screen and (max-width: 800px) {
  #all-articles h2 {
    font-size: 1em; } }

@media screen and (max-width: 700px) {
  .archive h3 {
    text-align: center; }
  #all-articles {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    #all-articles .all-article-post {
      width: 100%; }
    #all-articles h2 {
      font-size: 1.1em;
      height: 4.5em; }
  .malinky-load-more__button {
    max-width: 175px; } }

@media screen and (max-width: 500px) {
  .archive .lazy-load {
    width: auto; } }

@media screen and (max-width: 499px) {
  #all-articles {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    #all-articles .all-article-post {
      background: none;
      margin-bottom: 1.5em;
      padding: 0 0 1.5em 0; }
    #all-articles .img-frame {
      display: none; }
    #all-articles .content {
      padding-left: 0; }
    #all-articles h2 {
      font-size: 1.1em;
      height: auto; } }

#page-children {
  background-color: #f7f7f7; }

#meta-icons .crumb {
  color: #81d6ff;
  position: relative;
  top: -.2em; }
  #meta-icons .crumb::after {
    content: "|";
    margin-left: .55em;
    color: #fff;
    opacity: .5; }

.crumb + .article-meta {
  display: inline-block; }

/* Page Updating Template
-------------------------------------------------------------- */
.page-template-page_updating #wrapper {
  background-color: #eef1f3; }

.page-template-page_updating #content {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
  .page-template-page_updating #content img {
    margin: 0 auto;
    width: 180px; }
  .page-template-page_updating #content h2 {
    font-weight: 600;
    font-size: 2em;
    padding: .75em 0; }

/* Password Reset
-------------------------------------------------------------- */
.sendpassword h1 {
  display: none; }

/* Import Groups/Users page
-------------------------------------------------------------- */
#knowledge-links {
  margin-bottom: 2em;
  padding: 1.5em 2em;
  position: relative;
  background-color: #e0f7ef;
  border: 1px solid #caddd3; }
  #knowledge-links .glyphicon {
    position: absolute;
    top: .5em;
    left: .5em;
    color: #22B783;
    font-size: 1em; }
  #knowledge-links ul {
    display: inline; }
  #knowledge-links li {
    display: inline;
    margin-right: 2px; }
    #knowledge-links li:after {
      content: ", "; }
    #knowledge-links li:last-child::after {
      content: ""; }
  #knowledge-links a {
    text-decoration: underline; }

/* page-template-page-login
-------------------------------------------------------------- */
.site-login-container {
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 2em;
  box-sizing: border-box; }
  .site-login-container h2 {
    color: #0B8ECC;
    text-align: center;
    font-weight: 100;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: .75em; }

.page-template-page-login form[name="loginform"] > p,
.page-template-page-login form[name="i4w_loginform"] > p {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-page-login .login-remember,
.page-template-page-login .i4w_login_remember {
  display: none; }

.page-template-page-login .i4w_login_err {
  color: #404040;
  font-weight: 500;
  background-color: #ffebeb;
  border: 1px solid #f3dbdb;
  padding: 0px 1px;
  box-sizing: border-box;
  position: relative;
  top: -.5em;
  font-size: .9em;
  margin-bottom: 1em; }

.message-alert {
  font-size: .85em;
  color: red; }

input + .message-alert,
.user-pass2-wrap + .message-alert {
  position: relative;
  top: -.5em; }

#resetpassform label {
  font-size: .85em; }

#error_message {
  margin-bottom: 1em; }
  #error_message:last-child {
    margin-bottom: 0; }

.indicator-hint {
  font-size: .9em;
  padding-top: 1em; }

/* Page: Homepage
-------------------------------------------------------------- */
.home .banner {
  background-position: center top; }

.homepage section#in-house-training {
  padding: 5em 0 !important; }

.homepage .playbutton {
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -1.5em;
  width: 3em; }

.homepage #client-callout h2 {
  font-weight: 500; }

.homepage #client-callout h2 + p {
  font-size: 1.5em;
  font-weight: 100; }

.homepage .trans-button.overview-row a {
  background-color: rgba(255, 255, 255, 0.2); }
  .homepage .trans-button.overview-row a:hover {
    background-color: rgba(255, 255, 255, 0.14); }

.homepage #self-study {
  padding-bottom: 0 !important; }
  .homepage #self-study img {
    position: relative;
    left: -3em;
    margin-top: -1em; }

.homepage .full > .content-wrap > .col-7 > p {
  padding: 0 3em; }

@media screen and (max-width: 1150px) {
  .homepage #self-study img {
    left: 0;
    margin-top: 0; }
  .homepage #client-callout h2 + p {
    font-size: 1.25em; } }

@media screen and (max-width: 1000px) {
  .homepage #self-study {
    padding-bottom: 6em !important;
    padding-top: 2em; } }

@media screen and (max-width: 700px) {
  .homepage #self-study {
    padding-bottom: 3.5em !important; } }

/* Page: Careers
-------------------------------------------------------------- */
#open-positions h2 {
  margin-top: -.75em;
  margin-bottom: 1em; }

#open-positions table {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  #open-positions table td {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.25em .5em; }

#open-positions .ftpt {
  color: #ef5008;
  min-width: 70px; }

#open-positions .title {
  font-weight: 700;
  padding-left: 1em; }

#open-positions .apply {
  text-align: right;
  padding-right: 1em; }
  #open-positions .apply .bluebutton {
    min-width: 50px;
    padding-top: .25em;
    padding-bottom: .25em; }

@media screen and (max-width: 780px) {
  #open-positions table {
    font-size: .9em; }
  #open-positions .location {
    display: none; }
  #open-positions td {
    line-height: 1.4; } }

/* Page: Opt Out
-------------------------------------------------------------- */
.infusion-opt-out h1 {
  font-size: 2.5em; }

.infusion-opt-out .infusion-form {
  background: none;
  padding: 0; }

.infusion-opt-out .infusion-option {
  padding: 1em 0;
  margin-bottom: 0;
  font-weight: 600; }

.infusion-opt-out .unsub-all .infusion-option {
  border-bottom: none; }

.infusion-opt-out .unsub-all p {
  display: none; }

.infusion-opt-out .unsub-all .description {
  font-size: .85em !important;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  top: -.75em; }

.infusion-opt-out .unsub-all + .infusion-submit {
  margin-top: 3em; }

.page-id-21519 #wrapper,
.page-id-21737 #wrapper {
  background-color: #f7f7f7; }

/* Page: Self Study
-------------------------------------------------------------- */
#ss-advantage {
  background-position: center bottom; }

.selfstudy #updating-page-container a {
  color: #303030;
  display: block;
  margin-bottom: 1em;
  width: 13.666%;
  margin: 0 .5% 1em !important;
  padding: 0 1%;
  float: left;
  min-height: 9em;
  font-size: .9em;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 1.5em;
  line-height: 1.4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .selfstudy #updating-page-container a:hover {
    background-color: #fbfbfb; }

.selfstudy #updating-page-container a img {
  width: 5em;
  margin: 0 auto .5em; }

@media screen and (max-width: 1000px) {
  .selfstudy #our-courses {
    padding-top: 2em; } }

/* Admin Form pages
-------------------------------------------------------------- */
#wsp-admin a.go {
  float: right;
  font-size: .85em;
  text-decoration: underline;
  position: relative;
  top: .75em;
  z-index: 1; }

#wsp-admin h1 {
  font-size: 2.25em;
  margin-bottom: .75em;
  top: -10px;
  position: relative; }

#wsp-admin .warning,
#wsp-admin .error {
  max-width: 1000px;
  margin: 0 auto 3em;
  padding: 2em;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.1); }
  #wsp-admin .warning h2,
  #wsp-admin .error h2 {
    font-size: 1em;
    font-weight: 600;
    color: #D80A0A;
    margin-bottom: 1em; }
  #wsp-admin .warning ul,
  #wsp-admin .error ul {
    font-size: .85em; }
  #wsp-admin .warning li,
  #wsp-admin .error li {
    margin-bottom: .35em; }

@media screen and (max-width: 800px) {
  #wsp-admin a.go {
    display: none; }
  #wsp-admin h1 {
    text-align: center; }
  #wsp-admin h1::after {
    content: "Not Available on Mobile Device";
    display: block;
    font-size: .5em;
    font-weight: 500;
    text-align: center;
    padding-top: 2em;
    letter-spacing: 0;
    color: #D80A0A; }
  #wsp-admin form {
    display: none; } }

/* Page: Boot Camps
-------------------------------------------------------------- */
.boot-camp-select {
  font-size: .9em;
  max-width: none !important; }
  .boot-camp-select a {
    text-decoration: underline; }

#fpa-overview img {
  max-width: 250px; }

.publiccourses #updating-page-container h2 {
  display: none; }

.publiccourses #updating-page-container .content-wrap .content-wrap {
  min-width: auto; }

/*
@media screen and (min-width: 700px) {
	
	#upcoming-boot-camps.w-content {
		padding-bottom: 1em !important;
	}
}
*/
/* Page: Corporate Training (& univ for training modules)
-------------------------------------------------------------- */
.page-template-page-landing-page .pricing-container {
  margin-top: 2em;
  font-size: .7em !important;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0 2.5em !important;
  font-weight: 500 !important;
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5; }
  .page-template-page-landing-page .pricing-container strong {
    padding-right: .1em;
    padding-left: .15em;
    font-size: 2em;
    font-weight: 600 !important; }
  .page-template-page-landing-page .pricing-container .number.call {
    font-size: 1em;
    position: relative;
    top: 0px; }
  .page-template-page-landing-page .pricing-container .glyphicon {
    padding: 2em 0; }

.glyph-group {
  padding-right: .35em;
  color: #303030; }
  .glyph-group .glyphicon:first-child,
  .glyph-group .glyphicon:last-child {
    font-size: .7em;
    top: -3px; }
  .glyph-group .glyphicon:first-child {
    margin-right: -.5em; }
  .glyph-group .glyphicon:last-child {
    margin-left: -.5em; }

.number + .glyph-group {
  margin-left: 1.3em; }

a .who-for-full {
  display: none; }

.who-for-icons {
  display: block;
  margin-top: 2em;
  font-size: .75em !important;
  font-weight: 600 !important; }

.who-for-icons strong {
  margin-left: .5em;
  width: 1.8em;
  height: 1.8em;
  border-radius: .9em;
  top: -1px; }

.industry-icons strong {
  display: inline-block;
  color: #fff !important;
  border-radius: 3px;
  width: 3em;
  top: -1px;
  font-size: .7em;
  margin-right: 3px; }

.who-for-icons strong,
.industry-icons strong {
  display: inline-block;
  margin-left: .5em;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  position: relative;
  font-weight: 500;
  background-color: #0B8ECC;
  text-align: center !important; }
  .who-for-icons strong.ib,
  .industry-icons strong.ib {
    background-color: #22B783; }
  .who-for-icons strong.pe,
  .industry-icons strong.pe {
    background-color: #593e82; }
  .who-for-icons strong.cf,
  .industry-icons strong.cf {
    background-color: #ef5008; }
  .who-for-icons strong.fp,
  .industry-icons strong.fp {
    background-color: #ce5252; }
  .who-for-icons strong.am,
  .industry-icons strong.am {
    background-color: #D80A0A; }
  .who-for-icons strong.er,
  .industry-icons strong.er {
    background-color: #0B8ECC; }

.page-template-page-landing-page .corporatetraining #training-offering {
  display: none; }

.page-template-page-landing-page .corporatetraining .product-offering.features-list .circle-img-contain {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-page-landing-page .corporatetraining .product-offering.features-list img {
  max-width: 14em;
  margin-bottom: 0 !important; }

.page-template-page-landing-page .corporatetraining #client-callout {
  text-align: center !important; }
  .page-template-page-landing-page .corporatetraining #client-callout p {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0 !important; }
    .page-template-page-landing-page .corporatetraining #client-callout p:first-of-type {
      padding-bottom: 1.5em; }
  .page-template-page-landing-page .corporatetraining #client-callout p,
  .page-template-page-landing-page .corporatetraining #client-callout img {
    margin: 0 auto; }
  .page-template-page-landing-page .corporatetraining #client-callout p {
    max-width: 960px; }
  .page-template-page-landing-page .corporatetraining #client-callout img {
    max-width: 800px; }

.page-template-page-landing-page .corporatetraining #overview ul {
  list-style: none;
  margin-left: 0; }

.page-template-page-landing-page .corporatetraining #overview li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em; }

.page-template-page-landing-page .corporatetraining #overview .glyphicon {
  position: relative;
  top: .15em;
  margin-left: -1.5em; }

.corporatetraining .full-split .tint,
.on-campus-training .full-split .tint {
  background-color: rgba(31, 42, 42, 0.6); }

.corporatetraining .full-split > *:first-child p:last-child,
.on-campus-training .full-split > *:first-child p:last-child {
  font-size: 1.5em; }

#who-we-are img {
  position: relative; }

#who-we-are ul {
  text-align: center;
  list-style: none;
  margin-bottom: -2em; }
  #who-we-are ul > li {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    margin-bottom: 0em;
    color: white;
    font-weight: 600;
    padding: .75em 1em;
    max-width: 30em; }
  #who-we-are ul li:nth-child(1) {
    background-color: #22B783; }
  #who-we-are ul li:nth-child(2) {
    background-color: #0B8ECC; }
  #who-we-are ul li:nth-child(3) {
    background-color: #ed5d37; }
  #who-we-are ul li:nth-child(4) {
    background-color: #39b6d3; }
  #who-we-are ul li:nth-child(5) {
    background-color: #EAB30C; }

#who-we-train ul li {
  width: 44%;
  padding: 0 3%;
  float: left; }

.verticals-topics {
  padding: 2em 0;
  width: 80%;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2); }
  .verticals-topics ul {
    font-size: .9em;
    list-style: none !important;
    position: relative;
    left: -.65em; }
    .verticals-topics ul li {
      text-align: center;
      font-weight: 600; }

#training-topics img {
  max-width: 17em;
  margin: 0 auto 1em; }

#training-topics .bluebutton {
  margin: 0 auto;
  max-width: 19em;
  padding: .75em 0 !important; }

#training-topics ul {
  list-style: none;
  margin-top: 2em;
  font-size: .9em; }
  #training-topics ul > li {
    width: 50%;
    float: left;
    display: inline;
    margin-bottom: .75em !important; }

.boxsizing #training-topics ul > li {
  padding-right: 1em;
  box-sizing: border-box; }

@media screen and (max-width: 1000px) {
  #training-topics .module {
    display: none; } }

@media screen and (max-width: 700px) {
  #training-topics ul > li {
    width: auto;
    float: none;
    display: block;
    text-align: center; } }

/* Page: On-Campus Training
-------------------------------------------------------------- */
@media screen and (min-width: 1150px) {
  .on-campus-training #who-we-are .col-8 p {
    padding: 0 2.5em; } }

#passport h2 span {
  position: relative;
  font-size: .4em;
  top: -1em;
  left: 4px;
  line-height: 1; }

/* Page: Promo Videos
-------------------------------------------------------------- */
.single-promovids .videowrapper {
  border: 1px solid #e9e9e9; }

.single-promovids h2 {
  font-weight: 600;
  padding-bottom: 1em; }

/* Page: Training Programs
-------------------------------------------------------------- */
#program-quicklook {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
  background-color: #f7f7f7; }
  #program-quicklook .content-wrap {
    max-width: 1100px; }

#quicklook > * {
  width: 18%;
  padding-left: 2%; }
  #quicklook > *:first-child {
    width: 55%;
    padding-left: 0;
    padding-right: 5%; }
  #quicklook > *:nth-child(2) {
    font-size: .8em; }
  #quicklook > *:nth-child(3) {
    font-size: .8em; }

#quicklook .program-image {
  width: 25%;
  float: left;
  margin-right: 1em; }

#quicklook li {
  margin-bottom: .35em; }

#quicklook h6 {
  font-weight: 700;
  padding-bottom: .5em; }

/* Page: Reviews
-------------------------------------------------------------- */
.customersspeak .entry > ul {
  list-style: none;
  margin-left: 0; }
  .customersspeak .entry > ul li {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 2em; }
    .customersspeak .entry > ul li > strong {
      display: block;
      padding-top: 1em;
      font-size: .85em; }

/* Page: I-Prep Sales Page
-------------------------------------------------------------- */
.interviewprep-wso #bundle-discount {
  position: absolute;
  font-size: .85em;
  font-style: italic;
  bottom: -2.6em;
  left: 0; }

.interviewprep-wso #interview-prep-premium-package ul > li:last-child {
  list-style: none;
  margin-top: 2em; }
  .interviewprep-wso #interview-prep-premium-package ul > li:last-child a {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #0B8ECC;
    border: none;
    color: #FFF !important;
    max-width: 30em; }
    .interviewprep-wso #interview-prep-premium-package ul > li:last-child a:hover {
      background-color: #3AAFE6; }
    .interviewprep-wso #interview-prep-premium-package ul > li:last-child a:focus {
      outline: none; }

.interviewprep-wso .the-products > ul > li {
  min-height: 28em; }

.interviewprep-wso .features-list img {
  max-width: 16em;
  margin: 3em auto 1.5em; }

.interviewprep-wso .features-list .col-6 h4 {
  font-size: 1.5em;
  line-height: 1.4em;
  padding: 0 1.5em;
  margin-bottom: 1em; }

.interviewprep-wso .features-list > ul > li.module > ul {
  padding: 0 1em; }

.interviewprep-wso .features-list > ul > li {
  padding-bottom: 6em; }
  .interviewprep-wso .features-list > ul > li > h5 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #22B783;
    color: #fff;
    display: block;
    font-size: 0.9em;
    margin-bottom: 1em;
    padding: 0.5em 0;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 0; }
  .interviewprep-wso .features-list > ul > li > h6 {
    position: absolute;
    left: 2em;
    right: 2em;
    bottom: 2em; }
    .interviewprep-wso .features-list > ul > li > h6 > * {
      display: inline-block; }
    .interviewprep-wso .features-list > ul > li > h6 strong {
      font-size: 1.6em;
      position: relative;
      top: .1em;
      padding-right: 1em; }
    .interviewprep-wso .features-list > ul > li > h6 em {
      font-size: .75em;
      padding-left: 10px;
      position: relative;
      top: -.35em; }
    .interviewprep-wso .features-list > ul > li > h6 a {
      width: 60%;
      padding: .5em 0;
      font-size: .9em; }
  .interviewprep-wso .features-list > ul > li > p em {
    display: block;
    text-align: center;
    color: #D80A0A;
    padding: 0;
    font-style: italic;
    position: relative;
    top: -.65em;
    padding-bottom: .25em; }

.price-off {
  background: red none repeat scroll 0 0;
  border-radius: 3em;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  height: 3em;
  padding: 2em 1em 1em;
  position: absolute;
  right: -1em;
  top: 7em;
  transform: rotate(10deg);
  width: 4em; }

hr {
  border: 0 none;
  clear: both;
  display: block; }

.interviewprep-wso .interview-questions .content-wrap h3 {
  border-bottom: none;
  font-weight: 500;
  margin-top: 4em;
  font-weight: 700;
  font-size: 1.1em;
  color: #ffe000 !important;
  margin-bottom: 1em; }

.interviewprep-wso .interview-questions .content-wrap p,
.interviewprep-wso .interview-questions .content-wrap h4 {
  display: block;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

.interviewprep-wso .interview-questions .content-wrap p {
  margin-bottom: 2em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.interviewprep-wso .interview-questions .content-wrap h4 {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-bottom: 0;
  font-size: 1.2em;
  margin-top: 0 !important; }

.interviewprep-wso .interview-questions .content-wrap h6 {
  font-weight: 700;
  font-size: 1.4em;
  color: #fff; }

/* Page: About
-------------------------------------------------------------- */
.about .entry-title {
  margin-bottom: .5em; }

.about .entry h3 {
  font-size: 1em;
  font-weight: 600; }

.about .author-bio {
  margin-top: 2em;
  margin-bottom: 3em; }
  .about .author-bio .author-name,
  .about .author-bio .author-email,
  .about .author-bio .author-title {
    line-height: 1.6 !important; }
  .about .author-bio .nameplate {
    padding-left: 5.25em; }
    .about .author-bio .nameplate p {
      margin-bottom: .25em !important; }
  .about .author-bio .author-name {
    font-size: 1.1em;
    padding-top: .25em; }
    .about .author-bio .author-name a {
      font-size: .8em;
      padding-left: 4px;
      font-weight: 500; }
  .about .author-bio .author-title {
    padding-right: 1em;
    color: #777777; }
  .about .author-bio .author-title,
  .about .author-bio .author-email {
    display: inline; }
  .about .author-bio .author-image {
    margin-left: -5.25em; }
  .about .author-bio .author-email {
    padding-top: 0; }
    .about .author-bio .author-email a {
      text-decoration: none; }

/* Page: B Insider Promo
-------------------------------------------------------------- */
.pe-lbo-promo #error_message {
  color: red;
  display: block;
  padding: 1em 0 0 0; }

/* Page: Corality
-------------------------------------------------------------- */
.coralitycourses .banner a:last-of-type {
  background-color: RGBA(255, 171, 0, 0.65); }

@media screen and (max-width: 1000px) {
  /*
	#upcoming-boot-camps {
		padding-top: 3em;
	}
*/
  #corality-badge .content-wrap * {
    display: block; }
  #corality-badge img {
    margin: 0 auto 1.5em !important;
    top: 0 !important; }
  .single-seminars #corality-badge {
    background-color: #fff; } }

/* Page: Support
-------------------------------------------------------------- */
.contactus #tabs {
  text-align: center;
  margin-bottom: 1em; }
  .contactus #tabs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .contactus #tabs > li > a {
    display: block;
    color: #303030;
    padding: 1em 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .contactus #tabs > li > a:hover {
      background: #f7f7f7; }
  .contactus #tabs > li > a img {
    margin: 0 auto;
    display: block;
    width: 50%;
    margin-bottom: 1em; }
  .contactus #tabs li.active a {
    background-color: #f7f7f7; }

.contactus .tab-pane > ul {
  margin-bottom: 3em; }
  .contactus .tab-pane > ul li {
    margin-bottom: .5em; }

.contactus .tab-pane table {
  font-size: .9em;
  width: 100%; }

.contactus .tab-pane caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.contactus .tab-pane th {
  background: #EDF9FF;
  border: 1px solid #C3D5DF; }

.embedded-wrapper .modal-header {
  display: none !important; }

/*  Page: Client List
-------------------------------------------------------------- */
.clients .logo-container {
  margin: 3em auto; }
  .clients .logo-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.clients .client-logo {
  width: 16.66667%;
  float: left;
  margin-bottom: 1.5em; }

.clients .client-logo img {
  display: block;
  width: 85%;
  height: 100%;
  margin: 0 auto 1em auto; }

/* 404 
-------------------------------------------------------------- */
#products-404 {
  margin-top: 5em; }

#products-404 a {
  color: #303030;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: block; }
  #products-404 a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #products-404 a * {
    color: #303030; }
  #products-404 a .circle-img-contain {
    float: left;
    margin-right: 1.5em;
    margin-left: .5em;
    margin-bottom: 0; }
  #products-404 a img {
    width: 10em;
    margin: 0; }
  #products-404 a h2 {
    margin-bottom: .75em;
    margin-top: .5em;
    font-size: 1.5em;
    font-weight: 600; }
  #products-404 a p {
    font-size: .95em;
    padding-right: 1em; }
  #products-404 a .learn-more {
    color: #0B8ECC;
    padding-top: 1em;
    font-size: .8em;
    text-transform: uppercase; }
  #products-404 a:first-child img {
    margin-right: 1.5em;
    margin-left: .5em;
    float: left; }

/* Us v Tham 
-------------------------------------------------------------- */
.us-v-them table {
  display: block;
  margin-top: 2em; }

.us-v-them thead th img {
  height: 80px;
  width: auto !important;
  max-width: none;
  margin: 0 auto; }

.us-v-them thead th:nth-child(2) img {
  height: 105px;
  position: relative; }

.us-v-them tbody td {
  border: 1px solid #e5e5e5;
  padding: 1.5em;
  text-align: center;
  font-size: .9em;
  vertical-align: top; }

.us-v-them table td ul {
  list-style: disc;
  margin-left: 1.25em; }
  .us-v-them table td ul li {
    margin-bottom: .5em;
    text-align: left; }

.us-v-them table:first-of-type thead th {
  width: 25%; }

.us-v-them table:first-of-type tbody tr:first-of-type td {
  background: #e2eaee;
  font-weight: 700; }

.us-v-them table#compare-client p {
  display: block;
  margin-bottom: 1.5em; }

.us-v-them table#compare-client th {
  width: 25%; }

.us-v-them table#compare-client th:first-of-type {
  width: 50%; }

.us-v-them table#compare-client th,
.us-v-them table#compare-client td {
  border: 1px solid #e5e5e5; }

.us-v-them table#compare-client th {
  border-bottom-color: #fff; }

.us-v-them table#compare-client th img {
  padding-top: 1em; }

.us-v-them table#compare-client td {
  vertical-align: top;
  text-align: left; }

.us-v-them #samples {
  margin-top: 2em; }
  .us-v-them #samples th, .us-v-them #samples td {
    border: none !important; }
  .us-v-them #samples th img {
    width: 42%; }
  .us-v-them #samples th {
    vertical-align: bottom; }
  .us-v-them #samples td {
    font-weight: 600;
    font-size: .85em; }
  .us-v-them #samples a {
    display: block;
    margin-bottom: .75em;
    border: 1px solid #e2e2e2; }
    .us-v-them #samples a img {
      width: 100%; }

/*------------ FP&A --------------------*/
.fpatraining .features-list > ul > li.module > ul {
  list-style-position: outside;
  margin-left: 1.2em; }

.fpatraining .features-list > ul > li.module .circle-img-contain + p {
  margin-bottom: 1.5em; }
  .fpatraining .features-list > ul > li.module .circle-img-contain + p em {
    font-size: .7em;
    background-color: #ffe88b;
    padding: .25em .75em;
    text-transform: uppercase;
    letter-spacing: 1px; }

#fpa-credits img {
  max-width: 10em;
  margin-right: 2em; }

#fpa-credits p {
  text-align: left; }

@media screen and (max-width: 1150px) {
  #fpa-credits img {
    max-width: none;
    width: 180px;
    float: none;
    margin: 0 auto 2em auto !important; }
  #fpa-credits p {
    text-align: center; } }

/*------------ iMember Admin Tools Page --------------------*/
.imemberadmintools #inspect-user h2 {
  padding-bottom: .25em;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
  padding-top: 1em;
  float: none;
  display: block;
  clear: both;
  border: none; }

.imemberadmintools #inspect-user h4 {
  color: #0B8ECC;
  padding-bottom: .5em; }

.imemberadmintools #inspect-user table {
  margin-bottom: 1em;
  width: 100%; }
  .imemberadmintools #inspect-user table:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .imemberadmintools #inspect-user table td {
    padding: .4em .5em;
    border: 1px solid #E5E5E5;
    font-size: .9em; }
  .imemberadmintools #inspect-user table tr td:first-child {
    width: 27%;
    background: #F9F9F9;
    font-weight: 600;
    padding-left: 1.5%; }

.imemberadmintools #inspect-user table.green tr td:first-child {
  border-left: 4px solid #22B783; }

.imemberadmintools #inspect-user table.red tr td:first-child {
  border-left: 4px solid #D80A0A; }

.imemberadmintools #inspect-user table.blue tr td:first-child {
  border-left: 4px solid #0B8ECC; }

.imemberadmintools #inspect-user table.yellow tr td:first-child {
  border-left: 4px solid #FFCC00; }

.imemberadmintools #inspect-user table.orange tr td:first-child {
  border-left: 4px solid #ef5008; }

.imemberadmintools #inspect-user .info {
  margin-bottom: 1em;
  font-style: italic; }

/*------------ Boot Camp Report --------------------*/
.page-template-page-boot-camp-report input {
  margin-bottom: 2em; }

.page-template-page-boot-camp-report ul#list {
  display: table;
  font-size: 0.9em;
  width: 100%;
  margin: 0; }
  .page-template-page-boot-camp-report ul#list > li {
    display: table-row; }
  .page-template-page-boot-camp-report ul#list li > span {
    border-bottom: 1px solid #eaeaea;
    display: table-cell;
    padding: 1em 4em 1em 0; }
    .page-template-page-boot-camp-report ul#list li > span:last-child {
      font-weight: 700;
      padding-right: 0.25em;
      text-align: right; }

.widget_login2 > strong {
  display: block;
  color: #202020 !important;
  background-color: #fff1f1;
  font-weight: 500 !important;
  padding: 1em 1.5em;
  font-size: .9em;
  border: 1px solid #f5ebeb; }

/*------------ SCORM Lessons --------------------*/
#full-courses tr td:first-child,
#mini-courses tr td:first-child {
  width: 65%; }

@media screen and (max-width: 1100px) {
  #products-404 a .learn-more {
    display: none; } }

@media screen and (max-width: 1000px) {
  .homepage #self-study img {
    max-width: 200px;
    margin-top: -1em; }
  #products-404 a {
    padding: 2em !important; }
    #products-404 a .learn-more {
      display: block;
      padding-top: 1em !important; }
  .contactus #tabs.parent li.col-3.pad {
    width: 23% !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
    float: left !important; }
    .contactus #tabs.parent li.col-3.pad a {
      font-size: .8em;
      line-height: 1.3;
      padding: 1em .5em; }
  .interviewprep-wso .interview-questions {
    background: none !important;
    background-color: #0B8ECC !important; }
    .interviewprep-wso .interview-questions .tint {
      display: none !important; }
    .interviewprep-wso .interview-questions .content-wrap p,
    .interviewprep-wso .interview-questions .content-wrap h4 {
      background: rgba(0, 0, 0, 0.1); }
  .interviewprep-wso .features-list > ul > li > h6 {
    position: static;
    margin-top: 2em; }
  .interviewprep-wso .features-list > ul > li {
    padding-bottom: 3em; }
  .interviewprep-wso .the-products > ul > li {
    min-height: 0; }
  .interviewprep-wso .features-list > ul > li {
    margin-bottom: 3em; }
  .interviewprep-wso h4 br {
    display: none; }
  .interviewprep-wso .features-list > ul > li > h5 {
    background: none;
    color: #D80A0A;
    margin-bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 0; } }

@media screen and (max-width: 700px) {
  #products-404 a .circle-img-contain {
    overflow: visible;
    margin: 0 auto;
    display: block;
    float: none;
    border: none; }
  #products-404 a h2 + p {
    display: none; }
  #products-404 a .circle-img-contain img,
  #products-404 a:first-child img {
    width: 100%;
    max-width: 14em;
    margin: 0 auto 2em;
    float: none; }
  #products-404 a * {
    text-align: center; }
  .clients .client-logo {
    width: 25%;
    margin-bottom: 1em; }
  .my-account table {
    width: 100% !important;
    float: none;
    max-width: none !important;
    margin: 0 0 3em 0 !important; }
  .interviewprep-wso .features-list > ul > li > h5 {
    font-size: .75em; }
  .about .author-bio .author-name {
    font-size: 1em;
    padding-top: .75em; }
  .about .author-bio.leadership .author-name {
    padding-top: 0; }
  .about .author-bio .author-title,
  .about .author-bio .author-email {
    display: block; } }

@media screen and (max-width: 500px) {
  .contactus #tabs.parent li.col-3.pad {
    width: 48% !important;
    margin-bottom: 1em; }
    .contactus #tabs.parent li.col-3.pad a {
      font-size: .9em; }
  .clients .client-logo {
    width: 33%;
    margin-bottom: 1em; }
  .interviewprep-wso .features-list > ul > li > h6 a {
    width: 90%;
    margin: 1em auto 0;
    display: block; } }

@media screen and (max-width: 400px) {
  .clients .client-logo {
    width: 50%;
    margin-bottom: 1em; } }

.postid-19436 .entry .videowrapper,
.postid-19829 .entry .videowrapper,
.postid-19931 .entry .videowrapper {
  padding-bottom: 33.6%;
  width: 65%;
  margin-left: 0;
  margin-right: 0; }

.wp-image-21676 {
  max-width: 285px; }

#loans-bonds {
  font-size: .9em; }
  #loans-bonds thead th {
    color: #303030;
    background-color: #c8d8e3;
    border: 4px solid #fff;
    padding: .75em;
    line-height: 1.3;
    text-align: center; }
    #loans-bonds thead th:first-child {
      color: #303030;
      background: none; }
  #loans-bonds thead tr.header-aux th {
    color: #fff;
    text-align: center;
    width: 46%;
    background-color: #6789a0;
    border: 4px solid #fff; }
    #loans-bonds thead tr.header-aux th:first-child {
      width: 8% !important;
      background: none; }
  #loans-bonds th,
  #loans-bonds td {
    line-height: 1.4;
    border-collapse: separate !important; }
  #loans-bonds td:not(.meter) {
    text-align: center; }
  #loans-bonds .meter {
    position: relative;
    /*
		.line {
			border-bottom: 1px dashed #6789a0;
			display: inline-block;
			width: 60%;
			height: 1px;
			position: relative;
			top: -3px;
		}
*/ }
    #loans-bonds .meter:before {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      border-bottom: 1px dashed #6789a0;
      left: 10%;
      right: 10%;
      top: 50%;
      margin-top: -1px; }
    #loans-bonds .meter > * {
      display: inline-block;
      background-color: #f1f4f6;
      position: relative;
      min-width: 15%; }
      #loans-bonds .meter > *:first-child {
        text-align: right; }
        #loans-bonds .meter > *:first-child .arrow {
          padding-left: 8px; }
      #loans-bonds .meter > *:last-child .arrow {
        padding-right: 8px; }
      #loans-bonds .meter > * .arrow {
        color: #6789a0;
        position: relative;
        top: .15em; }
  #loans-bonds tbody td {
    background-color: #f1f4f6 !important;
    vertical-align: middle;
    border-color: #cacfd3 !important; }
    #loans-bonds tbody td:first-child {
      background: none !important;
      border-left: none !important;
      border-color: #e5e5e5 !important; }

#resources-post-wrap .entry > ul {
  list-style: none;
  margin-left: 0; }

#resources-post-wrap .entry > ul li {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em; }
  #resources-post-wrap .entry > ul li p {
    padding-right: 12em;
    margin-bottom: 0; }
  #resources-post-wrap .entry > ul li br {
    display: none; }

#resources-post-wrap .entry h2 {
  border: none !important; }

#resources-post-wrap .entry h2 a {
  text-decoration: none; }

@media screen and (max-width: 800px) {
  .postid-19436 .entry .videowrapper,
  .postid-19829 .entry .videowrapper,
  .postid-19931 .entry .videowrapper {
    padding-bottom: 56%;
    width: 100%;
    margin: 2.5em auto 3em auto; } }

#to-discounts {
  position: absolute;
  top: 6px;
  right: 0;
  color: #22B783;
  font-size: 14px;
  font-weight: 600; }

.block-header + #my-courses-tab-container {
  margin-top: -2em; }

#my-courses-tab-container {
  margin-bottom: 2em;
  background-color: #ececec;
  position: relative; }

#my-courses-header .content-wrap {
  height: 80px; }
  #my-courses-header .content-wrap:after {
    content: none; }

.user-message {
  color: #303030;
  display: block;
  margin-bottom: 3em !important; }
  .user-message strong {
    font-size: 1.3em;
    display: block;
    margin-bottom: .25em; }

#last-activity {
  font-size: .9em;
  transform: translate(0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  #last-activity .go {
    font-size: 1.25em;
    padding-left: 10px;
    color: #a2a2a2; }
  #last-activity .resume-course {
    color: #0B8ECC;
    font-weight: 600; }
    #last-activity .resume-course > strong {
      color: #303030;
      font-weight: 600 !important;
      padding-right: 6px; }
      #last-activity .resume-course > strong:after {
        content: "";
        border-right: 1px solid #bfbfbf;
        display: inline-block;
        width: 1px;
        height: 16px;
        position: relative;
        top: 3px;
        padding-left: 6px; }
  #last-activity .glyphicon {
    top: 1px;
    font-size: .9em; }

a#last-activity:hover {
  transform: translate(8px, 0); }
  a#last-activity:hover .go {
    color: #303030; }

#my-group .info {
  font-size: 0.75em;
  color: #303030;
  position: absolute;
  right: 0; }

.group-rank {
  background-color: #fff;
  border: 6px solid #ededed;
  color: #303030;
  float: right;
  font-size: 0.85em;
  margin-left: 3em;
  padding: 1em;
  text-align: center;
  width: 10em; }
  .group-rank > * {
    display: inline; }
  .group-rank .title {
    display: block;
    font-weight: 700;
    color: #D80A0A;
    font-size: .85em;
    margin-bottom: -0.85em; }
  .group-rank strong {
    font-size: 2.5em;
    font-weight: 800;
    position: relative;
    top: .15em; }
  .group-rank a {
    display: block;
    color: #0B8ECC;
    font-size: .8em;
    padding-top: .35em;
    text-decoration: underline; }

#my-courses-header .company-logo img,
#my-courses-header .company-logo {
  max-height: 50px;
  margin: 10px 0; }

#my-courses-header h1.flex {
  display: flex;
  align-items: center; }

#my-courses-header h1 > .company-logo {
  display: inline;
  height: 30px;
  margin-left: .5em;
  border-left: 1px solid #e2e2e2;
  padding-left: .5em; }

#my-courses-header .percentile-rank {
  display: inline;
  background-color: #22B783;
  border-radius: 4px;
  padding: .2em .5em;
  font-size: .6em;
  font-weight: 600;
  color: #fff !important;
  margin-left: 0.5em;
  top: -.15em;
  position: relative; }
  #my-courses-header .percentile-rank span {
    color: #f4ca00;
    padding-right: .5em; }
  #my-courses-header .percentile-rank img {
    float: left;
    padding-right: 0.3em;
    width: 1.5em; }

#user-welcome-message-trigger {
  font-size: 0.9em; }
  #user-welcome-message-trigger .greenbutton-mini {
    margin-left: 2em; }

.glyphicon-star {
  color: #FFCC00; }

.my-courses-group-dropdown .dropdown-menu li.active {
  display: none; }

.inbox {
  float: right;
  font-size: 0.9em;
  margin: 0 3em;
  position: relative;
  top: 2.75em;
  cursor: pointer;
  color: #303030; }
  .inbox .inbox-number {
    background: #d80a0a none repeat scroll 0 0;
    border-radius: 3em;
    color: #fff;
    font-size: 0.5em;
    font-weight: 700;
    height: 1.75em;
    line-height: 1.75em;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -4px;
    width: 1.75em; }

.course-view-container {
  position: relative;
  top: -2em; }

.assignment-toggle {
  margin-top: -.75em;
  margin-bottom: 1.25em; }
  .assignment-toggle .toggle {
    margin-right: 1em;
    cursor: pointer;
    white-space: nowrap;
    font-size: .85em;
    color: #303030; }
  .assignment-toggle .glyphicon {
    font-size: .85em;
    padding-right: .25em;
    display: none; }
  .assignment-toggle .selected,
  .assignment-toggle .unselected {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    margin-right: .25em;
    top: .1em;
    position: relative; }
  .assignment-toggle .selected-inner {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.25); }
  .assignment-toggle .unselected {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: inset 0 1px 1px 0px #e3e3e3; }
  .assignment-toggle .selected {
    display: none;
    background-color: #0B8ECC;
    border: 1px solid #0B8ECC; }
  .assignment-toggle .active .unselected {
    display: none; }
  .assignment-toggle .active .selected {
    display: inline-block; }

#last-activity + #my-tab-content > .tab-pane > .assignment-toggle {
  margin-bottom: 1.85em; }

.list-view .assignment-toggle {
  padding-left: 0; }

#all-courses.view-all #results-assigned-courses {
  display: none; }

#all-courses.view-assigned #results-all-courses {
  display: none; }

#all-exams.view-all #results-assigned-exams {
  display: none; }

#all-exams.view-assigned #results-all-exams {
  display: none; }

.js #lms-tabs {
  display: none; }

#lms-tabs {
  position: static;
  font-size: .85em;
  height: 50px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1; }
  #lms-tabs a.lms-tab {
    color: #303030;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 50px;
    height: 50px;
    display: block; }
    #lms-tabs a.lms-tab:hover {
      color: #0B8ECC; }
  #lms-tabs li {
    padding-right: 4em;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1; }
    #lms-tabs li:last-child {
      padding-right: 0; }
  #lms-tabs li.active a.lms-tab {
    box-shadow: inset 0 -4px 0 0 #0B8ECC; }

.course-exam-query h2 {
  margin-bottom: 1em;
  font-size: 1.25em; }

ul.view-setting {
  margin-bottom: 1em; }

#results-asigned-exams li,
#results-all-exams li {
  position: relative; }

#my-exams .titletext strong,
#assigned-exams .titletext strong {
  color: #22B783; }

#rank-note {
  display: none;
  float: right;
  font-size: 0.8em;
  position: relative;
  top: 0.25em; }

.syllabus-tag {
  background: #FFCC00;
  padding: .3em 1em;
  display: inline-block;
  font-size: .8em;
  margin-bottom: 1.5em;
  color: #303030; }

.complete-incomplete-filter,
.syllabus-filter {
  position: absolute;
  right: 0;
  font-size: .85em;
  width: auto !important;
  top: 3.7em; }
  .complete-incomplete-filter li,
  .syllabus-filter li {
    float: left;
    padding: 0 .5em;
    width: auto !important;
    cursor: pointer;
    color: #303030;
    margin-bottom: 0 !important; }
    .complete-incomplete-filter li:last-child,
    .syllabus-filter li:last-child {
      padding-right: 0; }
  .complete-incomplete-filter .glyphicon-play,
  .syllabus-filter .glyphicon-play {
    display: none;
    font-size: .85em; }
  .complete-incomplete-filter .inactive,
  .syllabus-filter .inactive {
    cursor: default;
    color: #303030;
    font-weight: 700; }
    .complete-incomplete-filter .inactive:hover,
    .syllabus-filter .inactive:hover {
      text-decoration: none; }
  .complete-incomplete-filter .active .glyphicon-play,
  .syllabus-filter .active .glyphicon-play {
    display: inline; }

.icon-group .glyphicon {
  font-size: .75em;
  top: -1px; }

.icon-group .glyphicon:first-of-type,
.icon-group .glyphicon:last-of-type {
  font-size: .6em;
  top: -4px; }

.icon-group .glyphicon:first-of-type {
  margin-right: -6px; }

.icon-group .glyphicon:last-of-type {
  margin-left: -6px; }

.group-stats {
  background-color: #fbfbfb;
  border: 3px solid #e7e7e7;
  bottom: 1em;
  display: table;
  position: absolute;
  right: 0;
  top: 1.15em;
  color: #303030; }
  .group-stats > div {
    display: table-cell;
    font-size: 0.75em;
    padding: 0.5em 2em;
    text-align: center;
    vertical-align: middle; }
    .group-stats > div:first-child {
      border-right: 3px solid #e7e7e7;
      font-weight: 700; }
  .group-stats .title {
    text-transform: uppercase;
    color: #D80A0A; }
  .group-stats .number {
    font-size: 2em;
    font-weight: 700; }
  .group-stats .percentile {
    text-transform: uppercase;
    position: relative;
    top: -.25em;
    padding-left: .25em; }
  .group-stats .icon-group {
    font-size: 1.1em;
    padding-right: 3px;
    top: 2px;
    position: relative; }

.user-welcome {
  margin: 2em auto 1em;
  width: 80%; }
  .user-welcome:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.mycourses .form-error {
  position: absolute;
  top: 0;
  right: 0;
  color: #D80A0A; }

.mycourses .premium-note {
  display: block;
  padding-bottom: .5em; }
  .mycourses .premium-note strong {
    font-weight: 700;
    color: #D80A0A; }

.mycourses .course-exam-tag {
  z-index: 100;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #FFCC00;
  text-align: center;
  font-size: .6em;
  font-weight: 700;
  display: inline;
  padding: 2px 8px;
  color: #303030;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: 0 1px rgba(48, 48, 48, 0.2);
  text-transform: uppercase; }
  .mycourses .course-exam-tag.archive {
    color: #D80A0A; }
  .mycourses .course-exam-tag.complete {
    background-color: #22B783;
    color: #fff; }
  .mycourses .course-exam-tag.complete.fail {
    background-color: #D80A0A; }

.mycourses .tab-pane {
  padding-top: 0; }

.mycourses .target {
  position: absolute;
  bottom: -.35em; }

.mycourses .label {
  margin-bottom: 1.5em;
  font-weight: 100;
  font-size: 1.2em; }

@media screen and (max-width: 1100px) {
  #user-welcome-message-trigger {
    display: none; } }

@media screen and (max-width: 800px) {
  #my-courses-header {
    display: none; }
  .block-header + #my-courses-tab-container {
    margin-top: 0; }
  #my-courses-tab-container form.wsp-search-form {
    display: none; }
  .flexbox #lms-tabs {
    display: flex !important;
    justify-content: space-between;
    justify-content: space-evenly; }
    .flexbox #lms-tabs li {
      text-align: center;
      width: auto;
      padding: 0; }
  .assignment-toggle {
    text-align: center;
    font-size: .9em; } }

.js .page-template-page-my-questions #my-tabs {
  display: block; }

.page-template-page-my-questions article.comment {
  padding: 0;
  margin-left: 47px;
  margin-bottom: 0;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid #e5e5e5; }
  .page-template-page-my-questions article.comment .author {
    color: #0B8ECC;
    margin-left: 0; }

.page-template-page-my-questions .commentlist li {
  margin-bottom: 1.5em; }
  .page-template-page-my-questions .commentlist li:first-child {
    margin-top: 0; }

.page-template-page-my-questions .commentlist .children li:last-child {
  margin-bottom: 1.5em; }

.page-template-page-my-questions .children {
  margin-top: 0;
  margin-left: 47px !important; }

.page-template-page-my-questions .comment-header {
  border-top: none !important;
  height: 2.5em !important;
  line-height: 2.5em !important;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 1.25em !important; }

.page-template-page-my-questions .commenter-data {
  position: static; }

.page-template-page-my-questions .commenter-image {
  left: -47px;
  top: 0;
  width: 2em; }
  .page-template-page-my-questions .commenter-image img {
    width: 2em;
    height: auto;
    border-radius: 1em; }

.page-template-page-my-questions .comment-content {
  padding: 1.25em;
  margin-top: 0 !important; }

.page-template-page-my-questions #my-tabs {
  float: right;
  position: relative;
  top: .75em;
  font-size: .9em; }
  .page-template-page-my-questions #my-tabs > li {
    padding: 0 1em;
    display: inline; }
    .page-template-page-my-questions #my-tabs > li:last-child {
      padding-right: 0; }
    .page-template-page-my-questions #my-tabs > li a {
      padding-bottom: 5px;
      color: #303030; }
    .page-template-page-my-questions #my-tabs > li.active a {
      border-bottom: 3px solid #0B8ECC; }

.page-template-page-my-questions h1 {
  float: left; }

.page-template-page-my-questions a {
  text-decoration: none; }

.page-template-page-my-questions article .button {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #22B783;
  border: none;
  color: #fff !important;
  padding: 0 1em;
  font-size: .65em;
  margin-left: .5em;
  position: relative;
  line-height: 3em;
  top: .4em;
  right: -1em;
  z-index: 100; }
  .page-template-page-my-questions article .button:hover {
    background-color: #22cc91; }

.page-template-page-my-questions .reply-date {
  position: relative; }

.page-template-page-my-questions #my-tab-content {
  clear: both;
  /*
		ul {
			list-style: none;
			margin: 0;
		}
*/ }

@media screen and (max-width: 900px) {
  .page-template-page-my-questions #my-tabs {
    float: none;
    top: 0;
    margin-top: 3em;
    text-align: center; }
  .page-template-page-my-questions h1 {
    float: none;
    text-align: center; } }

@media screen and (max-width: 700px) {
  .page-template-page-my-questions article .button span {
    display: none; }
  .page-template-page-my-questions article .button:before {
    content: "Go";
    display: block; }
  .page-template-page-my-questions article.comment .comment-content {
    padding: 1.25em; }
  .page-template-page-my-questions article.comment .reply-date {
    float: right;
    padding-bottom: 0;
    top: 0;
    display: none; }
  .page-template-page-my-questions article.comment .author {
    top: 0; } }

.message-filters {
  margin-bottom: 2em;
  font-size: .85em; }
  .message-filters > a {
    margin-right: 1em; }

.wsp-user-message {
  margin-bottom: 1em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 1.5em 2em 1em; }
  .wsp-user-message h2 {
    font-size: 1.3em; }

/* Page: Corporate Training (& univ for training modules)
-------------------------------------------------------------- */
#our-training-options {
  padding-bottom: 3em; }

.page-template-page-landing-page .corporatetraining .features-list h4 {
  font-size: 1.1em; }

.page-template-page-landing-page #our-training-options > h2 {
  margin-bottom: 0; }

.page-template-page-landing-page #our-training-options > .content-wrap {
  margin-top: 2em; }

.page-template-page-landing-page #our-training-options a * {
  text-align: left; }

.page-template-page-landing-page #our-training-options > div > a {
  padding-top: 1.75em;
  padding-bottom: 5em;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px 0 #e2e2e2;
  color: #303030;
  margin-bottom: 2em; }
  .page-template-page-landing-page #our-training-options > div > a:hover h4 {
    color: #0B8ECC; }

.page-template-page-landing-page #our-training-options > div > a {
  height: 19.5em; }

.page-template-page-landing-page #our-training-options > div > a.col-8 {
  padding-bottom: 4.5em;
  background-image: url(https://s3.amazonaws.com/wspimage/bg-nyc-pano-cl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-align: center; }
  .page-template-page-landing-page #our-training-options > div > a.col-8 .tint {
    background-color: rgba(46, 51, 52, 0.8); }
  .page-template-page-landing-page #our-training-options > div > a.col-8 > p,
  .page-template-page-landing-page #our-training-options > div > a.col-8 > .bluebutton {
    color: #fff !important;
    position: relative;
    z-index: 2;
    text-align: center; }
  .page-template-page-landing-page #our-training-options > div > a.col-8 .bluebutton {
    margin: 0 auto;
    max-width: 30em;
    background-color: rgba(11, 142, 204, 0.75);
    padding-top: 1em;
    padding-bottom: 1em; }
  .page-template-page-landing-page #our-training-options > div > a.col-8 p {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 2em;
    padding: 3em 1em 1em; }
  .page-template-page-landing-page #our-training-options > div > a.col-8:hover .bluebutton {
    background-color: #0B8ECC; }

.page-template-page-landing-page #our-training-options > div > a > .program-description {
  display: none; }

.page-template-page-landing-page #our-training-options h4 {
  font-size: 1.4em;
  margin: .5em 0 1em;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.page-template-page-landing-page #our-training-options h5 {
  color: #ef5008;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: 1px;
  margin-top: 0; }

.page-template-page-landing-page #our-training-options > div > a > p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.7; }

.page-template-page-landing-page #our-training-options .module p {
  padding: 0; }

.page-template-page-landing-page #our-training-options h6 {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em;
  font-size: .8em;
  background-color: #fcfcfc;
  border-top: 1px solid #f9f9f9; }

.on-campus-training #our-training-options > div > a.col-8 p {
  padding: 3.25em 3.5em;
  font-size: 1.5em; }

@media screen and (max-width: 1300px) {
  .page-template-page-landing-page #our-training-options .parent > .col-4.marg.pad.pad-extra {
    width: 37%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 5%;
    padding-right: 5%; }
  .page-template-page-landing-page #our-training-options > div > a {
    height: 15.5em; }
  .page-template-page-landing-page #our-training-options h4 br {
    display: none; }
  .page-template-page-landing-page #our-training-options > div > a.col-8 p {
    font-size: 1em;
    font-weight: 500;
    padding: 1em !important; } }

@media screen and (max-width: 1200px) {
  .page-template-page-landing-page #our-training-options > div > a {
    height: 17em; } }

@media screen and (max-width: 1100px) {
  .page-template-page-landing-page #our-training-options > div > a {
    height: 17em; } }

@media screen and (max-width: 1000px) {
  .page-template-page-landing-page #our-training-options > div > a {
    height: auto; }
  .page-template-page-landing-page #our-training-options h4 {
    font-size: 1.5em; }
  .page-template-page-landing-page #our-training-options .pricing-container {
    padding-left: 2em !important;
    padding-right: 2em !important; }
  .page-template-page-landing-page #our-training-options .who-for-icons {
    margin-bottom: 1em; }
  .boxsizing .page-template-page-landing-page #our-training-options .pricing-container {
    padding-left: 5% !important;
    padding-right: 5% !important; } }

#modal-corporate-training-programs.custom-training-option .circle-img-contain,
#modal-university-training-programs.custom-training-option .circle-img-contain {
  display: none !important; }

#modal-corporate-training-programs.custom-training-option h6,
#modal-university-training-programs.custom-training-option h6 {
  display: none !important; }

#modal-corporate-training-programs .modal-dialog,
#modal-university-training-programs .modal-dialog {
  max-width: 1000px; }

#modal-corporate-training-programs .modal-body .circle-img-contain,
#modal-university-training-programs .modal-body .circle-img-contain {
  display: none; }

#modal-corporate-training-programs .modal-body .program-description,
#modal-university-training-programs .modal-body .program-description {
  padding-top: 0; }

#modal-corporate-training-programs .modal-body .program-description > ul,
#modal-university-training-programs .modal-body .program-description > ul {
  display: block;
  clear: both;
  list-style: disc;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1em; }
  #modal-corporate-training-programs .modal-body .program-description > ul:after,
  #modal-university-training-programs .modal-body .program-description > ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #modal-corporate-training-programs .modal-body .program-description > ul li,
  #modal-university-training-programs .modal-body .program-description > ul li {
    display: block;
    float: left;
    font-size: .85em;
    font-weight: 600;
    width: 100%;
    padding: .5em 0;
    background-color: #e5f7ff;
    border-bottom: 1px solid #d4e3e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

#modal-corporate-training-programs .modal-body h6,
#modal-university-training-programs .modal-body h6 {
  color: #0B8ECC;
  font-weight: 600;
  font-size: 1.15em;
  margin: 1.5em 0 1em;
  display: block;
  clear: both; }

#modal-corporate-training-programs .modal-body .who-for-full,
#modal-university-training-programs .modal-body .who-for-full {
  display: block;
  margin-bottom: 1em; }

/*
@media screen and ( min-width: 900px ) {

	.page-template-page-landing-page #modal-corporate-training-programs .modal-body,
	.page-template-page-landing-page #modal-university-training-programs .modal-body {
		
		.who-for-full + p {
			padding-left: 17em;
		}		
	}
}
*/
@media screen and (min-width: 700px) {
  .page-template-page-landing-page #modal-corporate-training-programs .modal-body .circle-img-contain,
  .page-template-page-landing-page #modal-university-training-programs .modal-body .circle-img-contain {
    float: right;
    display: inline-block;
    border: 1px solid #e9e9e9;
    margin-left: 2em;
    border-radius: 0; }
    .page-template-page-landing-page #modal-corporate-training-programs .modal-body .circle-img-contain img,
    .page-template-page-landing-page #modal-university-training-programs .modal-body .circle-img-contain img {
      margin: 0;
      width: 16em;
      max-width: 100%;
      border: none; }
  .page-template-page-landing-page #modal-corporate-training-programs .modal-body .program-description,
  .page-template-page-landing-page #modal-university-training-programs .modal-body .program-description {
    padding-top: 0; }
  .page-template-page-landing-page #modal-corporate-training-programs .modal-body .program-description > ul li,
  .page-template-page-landing-page #modal-university-training-programs .modal-body .program-description > ul li {
    width: 49%; }
    .page-template-page-landing-page #modal-corporate-training-programs .modal-body .program-description > ul li:nth-child(odd),
    .page-template-page-landing-page #modal-university-training-programs .modal-body .program-description > ul li:nth-child(odd) {
      margin-right: 2%; } }

#training-articles {
  background-color: #eef1f3; }
  #training-articles .content-wrap {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #training-articles h2 {
    max-width: 1100px;
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    margin-top: -1.5em;
    letter-spacing: 0; }
    #training-articles h2 strong {
      color: #0B8ECC; }
    #training-articles h2 + .content-wrap {
      margin-top: 0; }
  #training-articles h4 {
    margin: 0;
    padding-top: .5em;
    color: #303030;
    font-weight: 600;
    background-color: #fff;
    padding: 1em;
    line-height: 1.5; }
  #training-articles .training-article {
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
    display: block;
    width: 31.333%;
    margin-top: 1em; }
    #training-articles .training-article:hover {
      transform: translate(0, -5px); }
  #training-articles .count-3 .training-article {
    width: 31.333%; }
  #training-articles .count-4 .training-article {
    width: 24%;
    margin-right: 1%; }

#boot-camp-intro {
  background-color: #eef1f3; }
  #boot-camp-intro h2 {
    margin-top: -.35em; }
  #boot-camp-intro .layout-text ul {
    margin-bottom: -1em;
    text-align: left; }
  #boot-camp-intro .layout-text li {
    margin-bottom: .75em !important; }
  #boot-camp-intro .bc-highlights {
    margin-left: auto !important;
    margin-right: auto;
    max-width: 400px; }
  #boot-camp-intro .img-frame {
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-position: center top;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 250px; }
  #boot-camp-intro + #used-at {
    background-image: url(https://wspimage.s3.amazonaws.com/ziv_screen2.jpg);
    background-position: center top;
    position: relative; }
    #boot-camp-intro + #used-at p {
      margin-bottom: 1em; }
    #boot-camp-intro + #used-at img {
      margin-top: 2em; }
    #boot-camp-intro + #used-at:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #447f9c;
      opacity: .5;
      z-index: 0;
      height: auto;
      visibility: visible; }
    #boot-camp-intro + #used-at .content-wrap {
      z-index: 1;
      box-sizing: border-box; }

#our-boot-camps + #the-reviews,
#pe-tutoring-modal + #the-reviews {
  background-color: #e6eaec; }

.wsp-bc-fpa #boot-camp-intro img {
  max-width: 250px; }

.wsp-bc-vba #boot-camp-intro img,
.wsp-bc-projfin #boot-camp-intro img {
  max-width: 300px; }

.wsp-bc-pe #pe-tutoring-modal .tel {
  text-align: center;
  margin: 0 0 2em;
  font-weight: 600;
  font-size: 1.1em; }

.wsp-bc-pe #tutoring-instructors {
  background-color: #eef1f3 !important; }
  .wsp-bc-pe #tutoring-instructors img + .caption {
    font-size: .8em; }

ul.checks {
  list-style: none;
  margin-left: 0;
  text-align: left; }
  ul.checks li {
    box-sizing: border-box;
    padding: 0 1em 0 1.75em;
    position: relative; }
    ul.checks li .glyphicon {
      position: absolute !important;
      left: 0;
      top: .35em; }

ul.halfcols {
  list-style: none;
  margin-left: 0;
  text-align: left; }

.csscolumns ul.halfcols {
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  .csscolumns ul.halfcols li {
    display: block !important;
    width: auto !important;
    padding-right: 0 !important; }
    .csscolumns ul.halfcols li:nth-child(odd) {
      margin-right: 0 !important; }

.page-template-page-boot-camps-single-topic #upcoming-boot-camps {
  background-image: url(https://wspimage.s3.amazonaws.com/ziv_screen2.jpg);
  background-position: left top;
  position: relative; }
  .page-template-page-boot-camps-single-topic #upcoming-boot-camps:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #447f9c;
    opacity: .5;
    z-index: 0;
    height: auto;
    visibility: visible; }
  .page-template-page-boot-camps-single-topic #upcoming-boot-camps .content-wrap {
    z-index: 1;
    box-sizing: border-box; }
  .page-template-page-boot-camps-single-topic #upcoming-boot-camps h2 {
    color: #fff;
    z-index: 1;
    position: relative; }

#list-upcoming-boot-camps {
  max-width: 900px; }
  #list-upcoming-boot-camps .table {
    display: table;
    width: 100%; }
  #list-upcoming-boot-camps a {
    display: table-row;
    padding: 0 130px 0 0;
    padding: 0; }
    #list-upcoming-boot-camps a > * {
      display: table-cell;
      vertical-align: middle;
      padding: 1em 0;
      line-height: 1.3;
      font-size: 1em;
      color: #fff;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      transform: translate(0);
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    #list-upcoming-boot-camps a:last-child > * {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #list-upcoming-boot-camps a:hover > * {
      transform: translate(6px, 0); }
  #list-upcoming-boot-camps .learnmore {
    text-align: right; }
  #list-upcoming-boot-camps .bluebutton {
    padding: .7em 1em;
    font-size: .75em;
    background-color: #10aaf3;
    display: inline-block; }
  #list-upcoming-boot-camps .title {
    display: none; }
  #list-upcoming-boot-camps .price {
    color: #fff !important;
    font-size: 1em !important; }
    #list-upcoming-boot-camps .price > span {
      display: none; }
  #list-upcoming-boot-camps .cityname {
    font-weight: 600;
    color: #FFCC00;
    text-align: left; }

@media screen and (max-width: 699px) and (min-width: 601px) {
  #training-articles .count-3 .training-article {
    width: 48%; }
    #training-articles .count-3 .training-article:last-child {
      display: none !important; } }

@media screen and (max-width: 1000px) and (min-width: 601px) {
  #training-articles .count-4 .training-article {
    width: 32.333%;
    margin-right: 1% !important; }
    #training-articles .count-4 .training-article:last-child {
      display: none; } }

@media screen and (min-width: 999px) {
  #boot-camp-intro h2 + ul.checks {
    padding-top: 1em; } }

@media screen and (max-width: 1000px) {
  .bc-modeling #boot-camp-intro h2 {
    display: none; }
  .bc-modeling #boot-camp-intro .content-wrap {
    margin-top: 0; } }

@media screen and (max-width: 700px) {
  #training-articles h2 {
    margin-top: -.5em; } }

@media screen and (max-width: 600px) {
  #boot-camp-intro ul.checks li:nth-child(4),
  #boot-camp-intro ul.checks li:nth-child(5) {
    display: none !important; }
  .csscolumns ul.halfcols {
    column-count: 1; } }

@media screen and (max-width: 600px) {
  .training-article {
    display: flex !important;
    width: 100% !important; }
    .training-article .content-wrap {
      display: block !important; }
    .training-article .bg-img-cover {
      width: 40%; }
    .training-article h4 {
      font-size: .9em;
      width: 60%; } }

@media screen and (max-width: 500px) {
  #list-upcoming-boot-camps a > * {
    font-size: .9em;
    padding-right: 4px; }
  #list-upcoming-boot-camps .enrollment {
    display: none; }
  #list-upcoming-boot-camps .bluebutton {
    padding-left: .5em;
    padding-right: .5em; } }

@media screen and (max-width: 400px) {
  #list-upcoming-boot-camps .bluebutton {
    min-width: 40px; } }

.seminarlist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.seminarlist.no-results {
  margin-bottom: 1em; }

.seminarlist li {
  transform: translate(0, 0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .seminarlist li:hover {
    transform: translate(0, -4px); }
  .seminarlist li.hide-me {
    display: none; }
  .seminarlist li > .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bootcamp-default.jpg");
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .seminarlist li.Atlanta .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-atlanta.jpg"); }
  .seminarlist li.Bakersfield .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-bakersfield.jpg"); }
  .seminarlist li.Boston .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-boston.jpg"); }
  .seminarlist li.Calgary .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-calgary.jpg"); }
  .seminarlist li.Chicago .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-chicago.jpg");
    background-position: bottom right; }
  .seminarlist li.Dallas .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-dallas.jpg"); }
  .seminarlist li.Dubai .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-dubai.jpg"); }
  .seminarlist li.Houston .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-houston.jpg"); }
  .seminarlist li.Kuwait .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-kuwait.jpg"); }
  .seminarlist li.Angeles .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-la.jpg"); }
  .seminarlist li.London .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-london.jpg"); }
  .seminarlist li.York .cityframe,
  .seminarlist li.nyc .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-nyc.jpg"); }
  .seminarlist li.Philadelphia .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-philly.jpg"); }
  .seminarlist li.Pittsburgh .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-pittsburg.jpg"); }
  .seminarlist li.Francisco .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-sf.jpg"); }
  .seminarlist li.Toronto .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-toronto.jpg"); }
  .seminarlist li.Washington .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-dc.jpg"); }
  .seminarlist li.Montreal .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-montreal.jpg"); }
  .seminarlist li.Paul .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-stpaul.jpg"); }
  .seminarlist li.Edmonton .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-edmonton.jpg"); }
  .seminarlist li.Minneapolis .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-stpaul.jpg"); }
  .seminarlist li.Seattle .cityframe {
    background-image: url("https://s3.amazonaws.com/wspimage/bct-seattle.jpg"); }

.cityframe > * {
  z-index: 100; }

.cityframe > .tint {
  z-index: 1 !important; }

.cityframe p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2; }

.cityframe .tint {
  background: rgba(0, 0, 0, 0.6); }

.cityframe .city {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3; }

.cityframe .date {
  font-size: .8em; }

/*
.single-seminars .cityframe .city,
.tax-wsp_boot_camp_locations .cityframe .city {
	font-size: 1.2em !important;
}
*/
.seminarlist > li {
  width: 23%;
  float: left;
  margin-left: 1%;
  margin-right: 1%; }
  .seminarlist > li .cost {
    font-weight: 600;
    font-size: .85em; }
    .seminarlist > li .cost span {
      font-weight: 600;
      color: #22B783; }

.cityframe {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  text-align: center;
  color: #fff; }
  .cityframe::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.snapshot-info {
  height: 6em;
  overflow: hidden; }

.sem_description {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.4em;
  margin: .4em 0 .3em;
  max-height: 2.75em;
  overflow: hidden; }

.publiccourses .seminarlist li > a:hover,
.coralitycourses .seminarlist li > a:hover {
  opacity: .85; }

@media screen and (max-width: 1200px) {
  .seminarlist > li {
    width: 31.333%; } }

@media screen and (max-width: 900px) {
  .seminarlist {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  .seminarlist > li {
    width: 48%; } }

@media screen and (max-width: 600px) {
  .seminarlist {
    max-width: 400px; }
    .seminarlist > li {
      width: 100%;
      margin: 0 auto 1.5em !important;
      max-width: 450px;
      float: none; }
      .seminarlist > li .snapshot-info {
        height: auto; }
    .seminarlist .cityframe::before {
      padding-top: 40%; } }

@media screen and (min-width: 0px) {
  .seminarlist.results-1 .coming-soon:last-child {
    display: block; }
  .seminarlist.no-results .coming-soon:last-child,
  .seminarlist.no-results .coming-soon:nth-child(2) {
    display: block; } }

@media screen and (min-width: 701px) {
  .seminarlist.results-1 .coming-soon:last-child {
    display: block; }
  .seminarlist.results-3 .coming-soon:last-child {
    display: block; } }

@media screen and (min-width: 961px) {
  .seminarlist.results-1 .coming-soon:last-child,
  .seminarlist.results-1 .coming-soon:nth-child(2) {
    display: block; }
  .seminarlist.results-2 .coming-soon:last-child {
    display: block; }
  .seminarlist.results-3 .coming-soon:last-child {
    display: none; }
  .seminarlist.no-results .coming-soon {
    display: block; }
    .seminarlist.no-results .coming-soon:last-child {
      display: none; } }

@media screen and (min-width: 1201px) {
  .seminarlist.results-1 .coming-soon {
    display: block; }
  .seminarlist.results-2 .coming-soon {
    display: block; }
    .seminarlist.results-2 .coming-soon:last-child {
      display: none; }
  .seminarlist.results-3 .coming-soon:last-child {
    display: block; }
  .seminarlist.no-results .coming-soon {
    display: block !important; } }

/* Post: Seminars
-------------------------------------------------------------- */
#filter-loader.wsp-spinner {
  background-position: center 6em;
  display: none; }

#bc-intro .included-content {
  clear: both;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  border-radius: 8px;
  display: table; }
  #bc-intro .included-content > * {
    display: table-cell;
    vertical-align: middle; }
  #bc-intro .included-content .content {
    padding: 2em;
    background-image: url(https://wspimage.s3.amazonaws.com/bg-geo-1000px.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    #bc-intro .included-content .content::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #0B8ECC;
      opacity: .85;
      z-index: 1;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    #bc-intro .included-content .content > * {
      z-index: 2;
      position: relative; }
  #bc-intro .included-content h4 {
    font-weight: 700;
    margin-top: 0;
    padding-bottom: .5em; }
    #bc-intro .included-content h4 + p {
      font-size: .9em; }
  #bc-intro .included-content .bg-img-cover {
    width: 250px;
    background-image: url(https://wspimage.s3.amazonaws.com/laptop-project-finance-course.jpg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }

.bootcamp-title {
  background-image: url("https://wspimage.s3.amazonaws.com/banner-bootcamp.png");
  background-size: cover;
  background-position: center center;
  padding: 3em 0; }
  .bootcamp-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a3c50;
    background-color: #1a3c50;
    opacity: .8; }
  .bootcamp-title .summary,
  .bootcamp-title h1 {
    color: #fff;
    text-align: center; }
  .bootcamp-title h1 {
    font-size: 2.75em;
    margin-bottom: .45em; }
    .bootcamp-title h1 span.blue {
      color: #0B8ECC; }
    .bootcamp-title h1 span.trans {
      color: rgba(255, 255, 255, 0.4);
      padding: 0 5px; }
  .bootcamp-title .summary {
    width: 100%;
    margin: 0 auto;
    max-width: 820px; }
    .bootcamp-title .summary p {
      margin-bottom: 0;
      font-size: 1.1em; }
    .bootcamp-title .summary ul {
      list-style: disc;
      list-style-position: inside; }
      .bootcamp-title .summary ul li {
        margin-bottom: .5em; }
        .bootcamp-title .summary ul li:last-child {
          margin-bottom: 0; }
  .bootcamp-title .banner-tag {
    margin-bottom: .5em;
    font-weight: 600;
    font-size: .9em; }
  .bootcamp-title .tint {
    background: rgba(0, 0, 0, 0.65); }

.bootcamp-title[data-city="Atlanta"],
.banner[data-city="Atlanta"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-atlanta.jpg"); }

.bootcamp-title[data-city="Bakersfield"],
.banner[data-city="Bakersfield"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-bakersfield.jpg"); }

.bootcamp-title[data-city="Boston"],
.banner[data-city="Boston"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-boston.jpg"); }

.bootcamp-title[data-city="Calgary"],
.banner[data-city="Calgary"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-calgary.jpg"); }

.bootcamp-title[data-city="Chicago"],
.banner[data-city="Chicago"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-chicago.jpg"); }

.bootcamp-title[data-city="Dallas"],
.banner[data-city="Dallas"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-dallas.jpg"); }

.bootcamp-title[data-city="Dubai"],
.banner[data-city="Dubai"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-dubai.jpg"); }

.bootcamp-title[data-city="Houston"],
.banner[data-city="Houston"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-houston.jpg"); }

.bootcamp-title[data-city="Kuwait"],
.banner[data-city="Kuwait"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-kuwait.jpg"); }

.bootcamp-title[data-city="Los Angeles"],
.banner[data-city="Los Angeles"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-la.jpg"); }

.bootcamp-title[data-city="London"],
.banner[data-city="London"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-london.jpg"); }

.bootcamp-title[data-city="New York City"],
.banner[data-city="New York City"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-nyc.jpg"); }

.bootcamp-title[data-city="Philadelphia"],
.banner[data-city="Philadelphia"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-philly.jpg"); }

.bootcamp-title[data-city="Pittsburgh"],
.banner[data-city="Pittsburgh"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-pittsburg.jpg"); }

.bootcamp-title[data-city="San Francisco"],
.banner[data-city="San Francisco"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-sf.jpg"); }

.bootcamp-title[data-city="Toronto"],
.banner[data-city="Toronto"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-toronto.jpg"); }

.bootcamp-title[data-city="Washington DC"],
.banner[data-city="Washington DC"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-dc.jpg"); }

.bootcamp-title[data-city="Montreal"],
.banner[data-city="Montreal"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-montreal.jpg"); }

.bootcamp-title[data-city="St. Paul"],
.banner[data-city="St. Paul"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-stpaul.jpg"); }

.bootcamp-title[data-city="Edmonton"],
.banner[data-city="Edmonton"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-edmonton.jpg"); }

.bootcamp-title[data-city="Minneapolis"],
.banner[data-city="Minneapolis"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-stpaul.jpg"); }

.bootcamp-title[data-city="Seattle"],
.banner[data-city="Seattle"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bcbg-seattle.jpg"); }

#seminar-pricing {
  background-color: #f9f9f9; }

.single-seminars .content-wrap,
.tax-wsp_boot_camp_locations .content-wrap,
.single-wsp_boot_camps .content-wrap {
  max-width: 1150px; }

.single-seminars #partner-badge,
.single-wsp_boot_camps #partner-badge {
  background-color: #fff;
  padding: 1.5em 0 !important; }
  .single-seminars #partner-badge img,
  .single-wsp_boot_camps #partner-badge img {
    width: auto;
    height: 20px; }

.single-seminars .wpcf7-form,
.single-wsp_boot_camps .wpcf7-form {
  background: none;
  border-bottom: none;
  padding: 0; }

.single-seminars #contact-us,
.single-wsp_boot_camps #contact-us {
  padding-bottom: 1em !important; }
  .single-seminars #contact-us h2,
  .single-wsp_boot_camps #contact-us h2 {
    font-weight: 300 !important; }
  .single-seminars #contact-us h2 + p,
  .single-wsp_boot_camps #contact-us h2 + p {
    text-align: center;
    padding-bottom: 3em; }

#bc-intro + #seminar-pricing {
  position: static; }

#bc-intro + #seminar-pricing,
#seminar-pricing + #summary-agenda {
  padding-top: 1.5em !important; }

#bc-intro > p {
  padding-right: 330px;
  max-width: 520px;
  margin-bottom: 1em; }
  #bc-intro > p:last-child {
    margin-bottom: 0; }

#boot-camp-overview .jw-aspect {
  padding-top: 56.25% !important; }

#boot-camp-overview .jw-icon[aria-label="Start Playback"] {
  background: #0B8ECC;
  border-radius: 50%;
  padding: .5em; }

#boot-camp-overview .entry h6 {
  font-weight: 700; }

#partner-cfa {
  margin: 3em 0 4.5em; }
  #partner-cfa em {
    display: block;
    font-size: .8em;
    font-style: italic;
    margin-bottom: 1em; }
  #partner-cfa img {
    max-width: 15em;
    max-height: 8em; }

#seminar-pricing .module-white {
  padding: 2em; }

#seminar-pricing .cityframe {
  height: 9em;
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px #e7e7e7; }

#seminar-pricing .agenda-link > .glyphicon {
  display: none; }

#seminar-pricing .agenda-link a {
  text-decoration: underline; }

#seminar-pricing figure {
  max-width: 25em;
  float: right;
  margin-left: 3.5em;
  margin-bottom: 3em;
  padding-top: .5em; }

#seminar-pricing form {
  margin-top: 0 !important; }

#why-attend.features-list {
  text-align: left; }
  #why-attend.features-list ul {
    top: 0;
    text-align: left; }
  #why-attend.features-list li {
    margin-bottom: 2.5em;
    position: relative;
    padding-left: 6em; }
    #why-attend.features-list li:last-child {
      margin-bottom: 0; }
  #why-attend.features-list .circle-img-contain {
    position: absolute;
    left: 0; }
    #why-attend.features-list .circle-img-contain img {
      width: 3em; }
  #why-attend.features-list h4 {
    margin-bottom: .5em; }

#boot-camp-overview .entry img.alignleft,
#boot-camp-overview .entry img.alignright {
  width: 4em;
  margin-bottom: 1em;
  position: relative; }

#boot-camp-overview .entry img.alignleft {
  top: .5em;
  margin-right: 1em; }

#boot-camp-overview .entry img.alignright {
  margin-left: 2em; }

#boot-camp-overview .entry img.fpalogo {
  width: 8em !important; }

#boot-camp-overview .entry .promo-vid {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: none;
  width: auto; }

table#schedule {
  margin-bottom: -1em; }
  table#schedule td {
    vertical-align: top;
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    padding: 2em 1.5em; }
    table#schedule td strong {
      display: block;
      margin-bottom: .25em; }
    table#schedule td p,
    table#schedule td li {
      font-size: .95em; }
    table#schedule td ul {
      list-style: disc;
      margin-left: 1.2em; }
  table#schedule tr:nth-child(odd) td {
    background-color: #f9f9f9;
    border-top: 1px solid #e7e7e7; }
  table#schedule tr:first-child td {
    border-top: 1px solid #f1f1f1; }
  table#schedule td:first-child {
    width: 5em; }
  table#schedule .seminar-agenda-day {
    font-weight: 700;
    margin-bottom: .25em;
    color: #ef5008;
    font-size: .9em; }
  table#schedule .seminar-agenda-time {
    font-size: .75em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  table#schedule .seminar-agenda-topic p + strong,
  table#schedule .seminar-agenda-topic p + .to-agenda + strong {
    margin-top: 2em; }
  table#schedule .seminar-agenda-topic + .seminar-agenda-topic {
    margin-top: 2em; }
  table#schedule .online-training .online-title:after {
    content: ", "; }
  table#schedule .online-training .online-title:last-child:after {
    content: "."; }

.to-agenda a {
  font-size: .75em;
  text-decoration: underline;
  color: #0B8ECC;
  display: inline-block;
  position: relative; }

.to-agenda {
  display: none; }
  .to-agenda:last-child {
    display: block; }

.pricing-table-item {
  display: table;
  width: 100%;
  background-color: #f9f9f9;
  padding: 1em 0;
  border-bottom: 1px solid #e7e7e7; }
  .pricing-table-item:first-child {
    border-top: 1px solid #f1f1f1; }
  .pricing-table-item:nth-child(even) {
    background-color: #f3f3f3; }
  .pricing-table-item > * {
    display: table-cell;
    vertical-align: middle; }
  .pricing-table-item.w-description > * {
    vertical-align: top; }
  .pricing-table-item .pricing-table-button a {
    margin-right: 1em; }

.pricing-table-option {
  width: 60%;
  padding-left: 3%;
  font-weight: 600; }
  .pricing-table-option > .description {
    display: block;
    font-weight: 500;
    font-size: .9em;
    padding-top: .5em; }

.pricing-table-price {
  width: 17%;
  text-align: center; }
  .pricing-table-price .price {
    font-size: 1.25em; }
  .pricing-table-price .asterisk {
    color: red; }

.pricing-table-button {
  width: 20%; }
  .pricing-table-button a,
  .pricing-table-button button {
    padding-top: .5em;
    padding-bottom: .5em; }

.pricing-table + .with-discount {
  position: relative;
  margin-top: 1em; }

.pricing-table + .earlybird {
  margin-top: 2em; }

#grouprate .pricing-table-price {
  font-size: .55em;
  line-height: 1.3; }

.price-note {
  margin-top: 1em;
  font-style: italic;
  font-size: .9em; }
  .price-note strong {
    color: red;
    font-weight: 700; }

#seminar-location .logo {
  float: left;
  height: 4em;
  margin-right: 2em; }

#seminar-location #map {
  width: 100%;
  height: 20em;
  z-index: 10; }

#seminar-location p.abs {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 100;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: .9em;
  font-weight: 600; }

#seminar-location .map-corality p.abs {
  max-width: 360px; }

#seminar-location #map-container {
  position: relative; }

#boot-camp-agenda {
  background-color: #f9f9f9; }

.online-title:after {
  content: ", "; }

.online-title:last-child:after {
  content: ""; }

#boot-camp-agenda .entry {
  font-size: .9em; }
  #boot-camp-agenda .entry h3,
  #boot-camp-agenda .entry h4,
  #boot-camp-agenda .entry h5 {
    color: #303030;
    font-size: 1em;
    padding-top: 1.5em;
    margin-bottom: .8em !important;
    margin-top: 0 !important; }
    #boot-camp-agenda .entry h3:first-of-type,
    #boot-camp-agenda .entry h4:first-of-type,
    #boot-camp-agenda .entry h5:first-of-type {
      margin-top: 0 !important;
      padding-top: 0; }
  #boot-camp-agenda .entry p + h3:first-of-type,
  #boot-camp-agenda .entry p + h4:first-of-type,
  #boot-camp-agenda .entry p + h5:first-of-type {
    padding-top: 1.5em; }
  #boot-camp-agenda .entry > ul li {
    margin-bottom: .5em; }
  #boot-camp-agenda .entry > ul > li > ul {
    list-style: square;
    margin-left: 2em; }

#boot-camp-agenda .topic-title {
  color: #0B8ECC;
  font-weight: 700;
  font-size: 1.35em;
  padding-bottom: 2em;
  padding-top: 3em; }
  #boot-camp-agenda .topic-title:first-child {
    padding-top: 0; }
  #boot-camp-agenda .topic-title + h3 {
    padding-top: 0; }

#agenda-summary {
  margin-top: 3em; }
  #agenda-summary.no-marg {
    margin-top: -1em; }

#no-schedule {
  list-style: none; }
  #no-schedule h6 {
    padding: .5em 0;
    font-weight: 700; }
    #no-schedule h6 a {
      font-weight: 400;
      font-size: .85em; }
  #no-schedule > li {
    padding: 1em 0 2em; }
    #no-schedule > li:last-child {
      padding-bottom: 0; }
  #no-schedule p {
    margin-bottom: 1em; }
  #no-schedule em {
    font-style: normal;
    font-weight: 700; }
    #no-schedule em a {
      font-weight: 400;
      font-size: .85em; }
  #no-schedule > li p + ul {
    margin-top: 1em; }
  #no-schedule > li > ul {
    list-style: disc;
    margin-left: 1.2em;
    margin-top: .5em; }
    #no-schedule > li > ul > li {
      margin-bottom: .5em;
      padding-bottom: 0; }
  #no-schedule > li > ul + p {
    margin-top: 2em; }

#location {
  position: relative;
  top: .5em;
  width: 30%;
  margin-left: 6em;
  margin-bottom: 4em;
  float: right; }
  #location .map-contain {
    width: 100%; }
  #location img {
    margin-bottom: 1em; }
  #location iframe {
    height: 9em;
    margin-bottom: .5em; }
  #location h4 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: .75em; }

.earlybird {
  margin-top: 4em;
  clear: both; }
  .earlybird p {
    display: inline;
    line-height: 1.3; }
  .earlybird p,
  .earlybird h4 {
    font-size: 1em; }

.with-discount + .earlybird {
  margin-top: 1em; }

.option-header {
  display: block;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #dedede;
  padding-bottom: .65em; }
  .option-header p {
    font-size: 1.4em; }
  .option-header .semprice .price,
  .option-header p {
    font-weight: 600; }
  .option-header .enroll {
    position: relative;
    float: right;
    width: 12em;
    padding: .5em 0; }
  .option-header .enroll.opaque {
    cursor: default;
    opacity: .3; }
    .option-header .enroll.opaque:hover {
      background: #22B783; }
  .option-header .semprice {
    float: right;
    margin-right: 1em;
    margin-left: 1em;
    color: #303030;
    font-size: 1.4em;
    position: relative;
    top: -.15em; }

.option-summary {
  margin-bottom: 7em; }
  .option-summary strong {
    font-weight: 600 !important;
    color: #0B8ECC; }
  .option-summary ul > li {
    margin-bottom: .75em;
    font-size: .95em; }
    .option-summary ul > li .glyphicon {
      padding-right: .75em;
      color: #d9d9d9; }

.member-pricing-option {
  margin-bottom: 2em;
  background-color: #fbfbfb;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  .member-pricing-option span {
    padding: .75em 0; }
  .member-pricing-option a {
    width: 80%;
    margin: 0 auto;
    margin-top: 1em; }

.single-seminars #who-for img,
.tax-wsp_boot_camp_locations #who-for img,
.single-wsp_boot_camps #who-for img {
  margin: 0 auto;
  position: relative; }

.single-seminars .notice,
.tax-wsp_boot_camp_locations .notice,
.single-wsp_boot_camps .notice {
  top: 0;
  margin-bottom: 1em; }

.single-seminars .with-discount,
.tax-wsp_boot_camp_locations .with-discount,
.single-wsp_boot_camps .with-discount {
  font-size: .9em;
  text-align: left !important; }

@media screen and (max-width: 1100px) {
  #bc-intro > p {
    padding-right: 0; }
  #bc-intro .bc-highlights {
    margin-left: 2em !important;
    margin-bottom: 1em; } }

@media screen and (max-width: 1000px) {
  #bc-intro .included-content h4 {
    display: none; }
  #bc-intro .included-content .content {
    padding: 1em 1.5em; }
  #bc-intro .included-content .bg-img-cover {
    width: 200px; }
  .single-seminars #wrapper-w-affix,
  .tax-wsp_boot_camp_locations #wrapper-w-affix,
  .single-wsp_boot_camps #wrapper-w-affix {
    padding-top: 2em; }
  .single-seminars #main-content > section,
  .tax-wsp_boot_camp_locations #main-content > section,
  .single-wsp_boot_camps #main-content > section {
    padding-left: 2em !important;
    padding-right: 2em !important; }
  .single-seminars #who-for ul,
  .tax-wsp_boot_camp_locations #who-for ul,
  .single-wsp_boot_camps #who-for ul {
    text-align: center;
    list-style-position: inside; }
  .single-seminars #who-for img,
  .tax-wsp_boot_camp_locations #who-for img,
  .single-wsp_boot_camps #who-for img {
    max-width: 200px !important; }
  .box-sizing #boot-camp-agenda,
  #seminar-pricing {
    background-color: #fff; }
    .box-sizing #boot-camp-agenda .entry,
    #seminar-pricing .entry {
      padding-bottom: 0; }
  table#schedule {
    display: block; }
    table#schedule tr,
    table#schedule td {
      display: block;
      width: auto !important; }
    table#schedule td {
      border-top: none !important; }
    table#schedule td[scope="row"] {
      padding-top: 1.5em;
      padding-bottom: .5em;
      border-top: 1px solid #e7e7e7 !important; }
    table#schedule td:last-child {
      padding-top: 0; }
    table#schedule .seminar-agenda-day,
    table#schedule .seminar-agenda-time {
      display: inline;
      color: #ef5008;
      font-size: .9em;
      text-transform: none;
      font-weight: 500; }
    table#schedule .seminar-agenda-time:before {
      content: ", "; }
  #seminar-pricing figure {
    display: none; }
  #boot-camp-overview .promo-vid {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 2em 0; }
  .pricing-table-item {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f1f1f1; }
  .pricing-table-item:nth-child(2n) {
    background-color: #f3f3f3; }
  .pricing-table-item:first-child {
    border-top: 1px solid #f1f1f1; } }

@media screen and (max-width: 800px) {
  .single-seminars #affixnav,
  .single-seminars #partner-badge,
  .tax-wsp_boot_camp_locations #affixnav,
  .tax-wsp_boot_camp_locations #partner-badge,
  .single-wsp_boot_camps #affixnav,
  .single-wsp_boot_camps #partner-badge {
    display: none !important; }
  .single-seminars #main-content,
  .tax-wsp_boot_camp_locations #main-content,
  .single-wsp_boot_camps #main-content {
    padding-left: 0 !important; }
    .single-seminars #main-content > section,
    .tax-wsp_boot_camp_locations #main-content > section,
    .single-wsp_boot_camps #main-content > section {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .single-seminars #main-content > section:first-child,
      .tax-wsp_boot_camp_locations #main-content > section:first-child,
      .single-wsp_boot_camps #main-content > section:first-child {
        padding-top: 0 !important; }
      .single-seminars #main-content > section.blue-back,
      .tax-wsp_boot_camp_locations #main-content > section.blue-back,
      .single-wsp_boot_camps #main-content > section.blue-back {
        padding-left: 2em !important;
        padding-right: 2em !important; }
  .single-seminars #wrapper,
  .tax-wsp_boot_camp_locations #wrapper,
  .single-wsp_boot_camps #wrapper {
    background-color: #fff !important; }
  #boot-camp-agenda {
    background-color: #f1f6f9 !important; }
    #boot-camp-agenda .entry {
      padding-left: 2em !important;
      padding-right: 2em !important; } }

@media screen and (max-width: 700px) {
  .bootcamp-title {
    padding: 2em 0 1.5em; }
    .bootcamp-title .summary {
      display: none; }
    .bootcamp-title .summary ul li {
      display: none; }
      .bootcamp-title .summary ul li:first-child {
        display: inline; }
  .banner-tag .white-text {
    display: block; }
  .banner-tag .pipe {
    display: none; }
  #location {
    width: 100%;
    margin-left: 0; }
    #location br {
      display: none; }
    #location p {
      display: inline; }
    #location img {
      margin: 0 auto;
      max-width: 200px;
      margin-bottom: 2em; }
  #seminar-location {
    background-color: #f7f7f7;
    padding: 3.5em 0; }
    #seminar-location h4 {
      font-size: 2em;
      font-weight: 300;
      line-height: 1.25em;
      margin-bottom: .75em;
      padding-bottom: 0; }
  #seminar-location #map {
    height: 16em; }
  .pricing-table-item {
    display: block;
    text-align: center;
    padding: 1.25em 0;
    font-size: .95em; }
  .pricing-table-item > * {
    display: block;
    float: none;
    padding: 0; }
  .pricing-table-option,
  .pricing-table-price .price {
    font-size: 1em; }
  .pricing-table-option {
    width: auto; }
  .pricing-table-price .price {
    font-weight: 700; }
  .pricing-table-price {
    width: auto;
    font-size: 1.2em;
    padding-top: .5em; }
  .pricing-table-button {
    display: block;
    width: 100%;
    clear: both; }
    .pricing-table-button a,
    .pricing-table-button .disabled {
      margin: 1em auto;
      margin-right: auto !important;
      max-width: 200px; }
  #grouprate .pricing-table-price {
    display: none; } }

@media screen and (max-width: 600px) {
  #bc-intro .bc-highlights {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto 2em !important;
    clear: both; }
  #why-attend.features-list ul {
    text-align: center; }
  #why-attend.features-list li {
    padding-left: 0; }
  #why-attend.features-list .circle-img-contain {
    position: relative;
    margin-bottom: .5em; }
    #why-attend.features-list .circle-img-contain img {
      width: 3em; }
  .bootcamp-title h1 {
    font-size: 2.5em; }
  .member-pricing-option .text-increase-2 {
    font-size: 1em; }
  .single-seminars #who-for ul,
  .tax-wsp_boot_camp_locations #who-for ul,
  .single-wsp_boot_camps #who-for ul {
    text-align: left;
    list-style-position: outside; } }

@media screen and (max-width: 600px) {
  #bc-intro .included-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    #bc-intro .included-content > * {
      display: block; }
    #bc-intro .included-content .bg-img-cover {
      height: 200px;
      width: auto;
      border-bottom-left-radius: 0; }
    #bc-intro .included-content .content {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 8px; }
      #bc-intro .included-content .content:before {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px; } }

.postid-20137 .topper.bg-img-cover {
  background-position: left top; }

.postid-20138 .topper.bg-img-cover {
  background-position: top center; }

#dropdown-consulting {
  z-index: 100;
  color: #0B8ECC;
  border-top: 1px solid #e5e5e5;
  padding-top: 1em; }
  #dropdown-consulting .dropdown-toggle {
    position: relative;
    top: 0; }
    #dropdown-consulting .dropdown-toggle .glyphicon {
      font-size: .85em;
      top: .2em;
      color: #0B8ECC;
      margin-left: .5em; }
  #dropdown-consulting .glyphicon-remove {
    display: none; }
  #dropdown-consulting .dropdown-menu {
    top: 125%;
    left: 0;
    border-radius: 0;
    border-color: #e5e5e5;
    padding: 1em 0;
    background-color: #fbfbfb;
    margin-top: 0;
    font-size: 1em;
    float: none;
    box-shadow: none; }
    #dropdown-consulting .dropdown-menu li {
      margin-bottom: 1em; }
      #dropdown-consulting .dropdown-menu li:last-child {
        margin-bottom: 0; }
    #dropdown-consulting .dropdown-menu a {
      color: #0B8ECC; }
      #dropdown-consulting .dropdown-menu a:hover {
        color: #0B8ECC;
        background: none; }
      #dropdown-consulting .dropdown-menu a:last-child {
        padding-bottom: 0; }

#mandates {
  font-size: .9em;
  margin-bottom: 3em; }
  #mandates h6 {
    font-weight: 600;
    margin-top: 3em;
    color: #ef5008;
    font-size: .75em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: .5em; }
    #mandates h6:first-child {
      margin-top: 0; }
  #mandates strong {
    display: block;
    margin-bottom: .75em; }

#excel-toolkit {
  padding-bottom: 2em !important; }
  #excel-toolkit .table-display {
    margin-bottom: 1.5em; }
  #excel-toolkit .content {
    width: 50%;
    padding-right: 4%; }
  #excel-toolkit ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #excel-toolkit .checks {
    list-style: none;
    margin-left: 0; }
    #excel-toolkit .checks .glyphicon {
      font-size: .85em; }
  #excel-toolkit li {
    width: 50%;
    float: left; }
  #excel-toolkit ul:last-child li {
    width: 25%; }
  #excel-toolkit h6 {
    margin-top: 0 !important; }
  #excel-toolkit p strong {
    display: block;
    clear: both;
    margin-top: 2em; }
  #excel-toolkit .module {
    clear: both;
    padding: 2em; }
    #excel-toolkit .module:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

.wwd {
  margin-bottom: 4em;
  position: relative;
  padding-left: 160px; }
  .wwd:last-child {
    margin-bottom: 0; }
  .wwd .w-more {
    display: none; }
  .wwd .link {
    font-size: .85em;
    color: #0B8ECC;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    padding-top: .5em; }
  .wwd > img {
    left: 0;
    width: 120px;
    top: 0;
    position: absolute; }
  .wwd .entry li:last-child {
    margin-bottom: 0; }
  .wwd h4 {
    font-weight: 600;
    font-size: 1.15em;
    padding-bottom: .25em;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0; }

.data .wwd-1 > img {
  width: 90px;
  left: 10px; }

.cfo .wwd-3 > img {
  width: 110px;
  left: 5px; }

.cfo .wwd-4 > img {
  width: 110px;
  left: 5px; }

.cfo .wwd-5 > img {
  width: 100px;
  left: 10px; }

.to-toolkit {
  display: block;
  position: relative;
  background-color: #56ab64;
  max-width: 450px;
  padding: 1em 2em;
  color: #fff;
  font-weight: 600;
  margin-top: 2em;
  border-radius: 4px;
  display: table;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.5; }
  .to-toolkit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .to-toolkit:hover {
    background-color: #5fbf6f; }
  .to-toolkit > * {
    vertical-align: middle;
    display: table-cell; }
  .to-toolkit .bg-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    background-position: center top; }
  .to-toolkit .content {
    padding-left: 160px; }

#past-projects .module {
  padding: 1em 2em;
  background-color: #f7f9fb;
  margin-bottom: 2em;
  border: 1px solid #e8eaec;
  position: relative;
  display: none;
  font-size: .95em; }
  #past-projects .module:first-child, #past-projects .module:nth-child(2), #past-projects .module:nth-child(3), #past-projects .module:nth-child(4), #past-projects .module:nth-child(5) {
    display: block; }

#past-projects .active .module {
  display: block; }

#past-projects .active .more {
  display: none; }

#past-projects strong {
  display: block;
  color: #0B8ECC;
  padding: .5em 0; }

#past-projects em {
  font-size: .65em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: absolute;
  padding: .25em 1em;
  top: -1em;
  left: 3em;
  color: #ef5008;
  background-color: #fff;
  border: 1px solid #e5e8ea;
  border-radius: 2px;
  background-color: #ffe372;
  color: #303030;
  border: none; }

#past-projects h5:first-child {
  margin-top: 0; }

#past-projects .more {
  color: #0B8ECC;
  text-decoration: underline;
  cursor: pointer; }

.single-consulting_services {
  /*
	#main-content {
		padding-top: 3em;
		position: relative;
	}
*/ }
  .single-consulting_services #main-content > section {
    margin-bottom: 2em; }
  .single-consulting_services #affixnav {
    width: 215px;
    font-size: .95em; }
    .single-consulting_services #affixnav > ul li {
      padding: 0;
      margin: 0;
      margin-bottom: 1em; }
      .single-consulting_services #affixnav > ul li a {
        display: block; }
  .single-consulting_services #wrapper-w-affix #main-content {
    padding-left: 235px; }
  .single-consulting_services #sidebar {
    float: right;
    width: 250px; }
    .single-consulting_services #sidebar h5 {
      font-weight: 700;
      margin-top: 0;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: .5em;
      font-size: .9em;
      margin-bottom: 1.5em; }
  .single-consulting_services #wrapper {
    background-color: #f5f5f5; }
  .single-consulting_services #contact-us {
    padding: 4em 0;
    background-color: #0B8ECC !important;
    margin-top: 2em; }
    .single-consulting_services #contact-us h2 + p {
      text-align: center; }
  .single-consulting_services h2 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 1em;
    letter-spacing: -1px;
    text-align: center;
    z-index: 50;
    position: relative; }
  .single-consulting_services .topper {
    position: relative;
    min-height: 240px;
    text-align: center; }
    .single-consulting_services .topper > .content-wrap {
      padding: 4.5em 0; }
    .single-consulting_services .topper h1,
    .single-consulting_services .topper p {
      position: relative;
      z-index: 100; }
    .single-consulting_services .topper h1,
    .single-consulting_services .topper p {
      color: #fff; }
    .single-consulting_services .topper h1 {
      font-weight: 400; }
    .single-consulting_services .topper p {
      max-width: 860px;
      margin: 0 auto; }
    .single-consulting_services .topper a {
      display: inline-block;
      margin-top: 2em;
      padding-left: 2em;
      padding-right: 2em;
      background-color: rgba(11, 142, 204, 0.75); }
  .single-consulting_services .crumbs {
    font-size: .85em;
    margin-bottom: 1em; }
    .single-consulting_services .crumbs a,
    .single-consulting_services .crumbs span {
      color: #57bff1; }
    .single-consulting_services .crumbs .glyphicon {
      font-size: .85em;
      padding: 0 4px; }
    .single-consulting_services .crumbs a:hover {
      text-decoration: underline; }

.wsp-accordian .trigger {
  background-color: #e7f0f5;
  border: 1px solid #dde5e8;
  padding: 1em 3em 1em 1.5em;
  position: relative;
  font-weight: 600;
  border-bottom: none;
  cursor: pointer; }
  .wsp-accordian .trigger .glyphicon {
    color: #0B8ECC;
    position: absolute;
    right: 1em;
    font-size: .85em;
    top: 50%;
    margin-top: -.35em; }

.wsp-accordian h5,
.wsp-accordian p {
  background-color: #fff;
  padding: 1em 2em; }

.wsp-accordian p {
  border-bottom: 1px solid #e6ecef; }

.wsp-accordian h5 {
  color: #0B8ECC;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: -.5em;
  margin-top: 1em; }

.wsp-accordian h5:first-child {
  margin-top: 0; }

.wsp-accordian .accordian-mod-content {
  padding: 0;
  border: 1px solid #dde5e8;
  border-bottom: none;
  background-color: #f6f8f9;
  font-size: .9em;
  padding: 2em;
  display: none; }

.wsp-accordian .glyphicon-remove {
  display: none; }

.wsp-accordian .accordian-mod.active .glyphicon-remove {
  display: block; }

.wsp-accordian .accordian-mod.active .glyphicon-plus {
  display: none; }

.wsp-accordian .accordian-mod.active .accordian-mod-content {
  display: block; }

#consulting-toolkit {
  background-color: #fff;
  padding: 4em 0; }
  #consulting-toolkit h2 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: .8em;
    letter-spacing: -1px;
    position: relative;
    text-align: center !important; }
  #consulting-toolkit ul.checks {
    list-style: none;
    margin-left: 0; }
    #consulting-toolkit ul.checks .glyphicon {
      font-size: .85em; }
  #consulting-toolkit li {
    white-space: nowrap !important;
    font-weight: 600;
    font-size: .95em; }
  #consulting-toolkit .module {
    margin-left: 3em;
    padding: 2em;
    font-size: .85em;
    max-width: 250px;
    float: right;
    background-color: #ffeddc;
    border-bottom: none;
    border-radius: 0; }
    #consulting-toolkit .module p:first-of-type {
      margin-bottom: .5em; }
    #consulting-toolkit .module p,
    #consulting-toolkit .module ul {
      z-index: 30;
      position: relative; }
    #consulting-toolkit .module .tint {
      background-color: rgba(222, 241, 247, 0.88); }
    #consulting-toolkit .module ul {
      margin-bottom: -1em; }
      #consulting-toolkit .module ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  #consulting-toolkit .content-wrap > div * {
    text-align: left; }
  #consulting-toolkit .content-wrap li {
    width: 48%;
    float: left;
    /*
			display: inline-block;
			margin: 0 1em 1em;
*/ }
    #consulting-toolkit .content-wrap li:nth-child(even) {
      margin-left: 4%; }

.transaction .wwd-1 ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.transaction .wwd-1 ul li {
  float: left;
  width: 50%; }

@media screen and (max-width: 700px) {
  .transaction .wwd-1 ul li {
    float: none;
    width: auto; } }

@media screen and (max-width: 1100px) {
  .single-consulting_services #affixnav {
    display: none; }
  .single-consulting_services #wrapper-w-affix #main-content {
    padding-left: 0; } }

@media screen and (max-width: 1000px) {
  .single-consulting_services .content-wrap {
    max-width: none; }
  .wwd {
    padding-left: 120px; }
    .wwd img {
      width: 100px; } }

@media screen and (max-width: 850px) {
  #excel-toolkit .table-display {
    display: block;
    padding-top: 220px;
    position: relative; }
    #excel-toolkit .table-display > * {
      display: block; }
  #excel-toolkit li {
    width: auto;
    float: none; }
  #excel-toolkit ul:last-child li {
    width: 50%;
    float: left; }
  #excel-toolkit .content {
    width: auto; }
  #excel-toolkit .img-contain {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px; } }

@media screen and (max-width: 700px) {
  .single-consulting_services #wrapper {
    background-color: #fff; }
  .single-consulting_services #wrapper-w-affix {
    padding-top: 0;
    width: auto !important; }
    .single-consulting_services #wrapper-w-affix #main-content > section {
      padding: 3em 2em 0 !important; }
  .single-consulting_services .topper > .content-wrap {
    padding: 3.5em 0 4em; }
  .single-consulting_services h2 + p {
    text-align: center; }
  .wwd {
    padding-left: 0;
    /*
		ul {
			text-align: left;
			margin-left: auto;
			margin-right: auto;
			width: 85%;
		}
*/ }
    .wwd:last-child {
      margin-bottom: 2em; }
    .wwd .link {
      text-align: center; }
    .wwd img {
      width: 110px;
      position: relative;
      margin: 0 auto 1em; }
    .wwd h4 {
      text-align: center;
      margin-bottom: .5em; }
    .wwd .full-text {
      display: none; }
    .wwd .w-more {
      display: block; }
    .wwd .to-toolkit {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      font-size: .9em; } }

@media screen and (max-width: 500px) {
  .wwd {
    /*
		ul {
			width: 90%;
		}
*/ }
    .wwd .to-toolkit .bg-img-cover {
      width: 100px; }
    .wwd .to-toolkit .content {
      padding-left: 100px; } }

.single-signupformpage #intro {
  margin-bottom: 1em; }
  .single-signupformpage #intro:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.group-list {
  display: none; }
  .group-list.show {
    display: block; }
  .group-list h3 {
    margin-top: 2em; }
  .group-list table {
    min-width: 400px; }

#success-information {
  display: none; }
  #success-information.active {
    display: block; }

.logo-jumbotron {
  margin: 0 auto 2em;
  display: block;
  max-width: 24em;
  width: 90%; }

#tepper .logo-jumbotron {
  max-width: 16em; }

#general-motors .logo-jumbotron {
  max-width: 100px; }

#columbia .logo-jumbotron {
  max-width: 550px; }

#bdo .logo-jumbotron {
  max-width: 250px; }

#validation-emails {
  background-color: #e0f7ef;
  padding: 1em 1.5em;
  font-weight: 600;
  font-size: .9em;
  margin-bottom: 1em;
  line-height: 2.2;
  border-bottom: 1px solid #d8e8e3;
  border-radius: 4px; }
  #validation-emails .email {
    background-color: #beeadb;
    border-bottom: 1px solid #b1d5c9;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 500; }

.single-signupformpage .entry blockquote {
  float: right;
  max-width: 250px;
  margin-top: 0;
  margin-left: 2em;
  padding: 1.5em;
  border-left: none;
  background-color: #ffefb4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-style: normal; }
  .single-signupformpage .entry blockquote p {
    font-size: .9em; }
  .single-signupformpage .entry blockquote h4 {
    font-size: 1em; }

@media screen and (max-width: 600px) {
  .single-signupformpage .entry blockquote {
    display: none; } }

.course-group-message {
  color: #fff;
  background-color: red;
  font-size: .85em;
  margin-bottom: -.5em;
  z-index: 100; }
  .course-group-message .content-wrap {
    z-index: 2;
    justify-content: flex-start;
    padding: .75em 0; }
    .course-group-message .content-wrap + a {
      position: absolute;
      z-index: 100;
      right: 1em;
      color: #fff;
      top: 1em; }
  .course-group-message .group-logo {
    height: 18px;
    padding: 2px;
    background-color: #fff;
    margin-right: 1em; }
  .course-group-message:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    background-color: #1a3c50;
    opacity: .7; }
  .course-group-message .underline {
    text-decoration: underline;
    cursor: pointer; }

#course-group-message {
  padding: 2em;
  margin-bottom: 2em; }
  #course-group-message > h5 {
    padding-bottom: .5em;
    font-weight: 700;
    margin-top: 0; }
  #course-group-message .logo {
    max-width: 80px;
    float: right;
    margin-bottom: 1em; }
  #course-group-message .glyphicon-remove {
    position: absolute;
    top: .6em;
    right: .5em;
    display: inline-block;
    font-size: .9em;
    display: none; }

.course-group-message#user-message-group-hbs-demo-2019 strong {
  color: #39c8f4; }

.course-alert {
  background-color: #FFCC00;
  color: #303030 !important;
  font-size: .9em;
  padding: 1em 2em;
  margin-top: 2em; }
  .course-alert strong {
    color: #ef5008 !important; }

.single-wsp_course .col-8-5 {
  position: relative; }

#coursesummary {
  padding: 2em 0 2em; }
  #coursesummary .tint {
    opacity: .92; }
  #coursesummary .overview * {
    color: #fff; }
  #coursesummary .courseicon {
    float: left;
    width: 6.3em;
    height: 6.3em;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    margin-right: 1.5em; }
    #coursesummary .courseicon img {
      width: 70%;
      padding: 15%; }
  #coursesummary .wsp-caps {
    font-size: .7em;
    font-weight: 600; }
  #coursesummary .course_title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #coursesummary .course_title h2 {
    clear: none;
    font-size: 2.5em;
    font-weight: 500 !important;
    line-height: 1.25em;
    margin: 0.25em 0 0.1em; }
    #coursesummary .course_title h2 img {
      float: left;
      width: .9em;
      padding-top: .15em;
      margin-right: .3em; }

#button-resume {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  width: 200px;
  color: #fff; }

.title-cell a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .title-cell a:hover {
    opacity: .7; }

.overview p {
  margin: .75em 0 0 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.8; }
  .overview p a {
    color: white;
    text-decoration: underline; }
  .overview p strong {
    font-size: .7em;
    text-transform: uppercase;
    position: relative;
    background: #ffe000;
    box-shadow: 0 1px rgba(0, 0, 0, 0.05);
    padding: .2em .8em;
    margin: 0 .75em 0 0;
    font-weight: 300 !important;
    letter-spacing: 1px;
    color: #303030 !important;
    top: -2px; }

.dlpack-container {
  margin-bottom: 1em; }
  .dlpack-container:first-child {
    margin-top: 1em; }

.downloadpack {
  padding: 1em 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .downloadpack:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .downloadpack:hover {
    background: rgba(255, 255, 255, 0.2); }
  .downloadpack * {
    z-index: 1; }
  .downloadpack img {
    width: 35%;
    margin: 0;
    padding: 0 1em;
    float: left; }
  .downloadpack .dlkithead {
    text-align: center;
    clear: both;
    color: rgba(0, 0, 0, 0.51);
    font-weight: 500;
    margin: 1.3em 0;
    text-transform: uppercase;
    font-size: .75em;
    display: block; }
    .downloadpack .dlkithead span {
      color: rgba(255, 255, 255, 0.9);
      background: rgba(0, 0, 0, 0.15);
      padding: .4em 1em .3em 1em;
      display: inline-block; }
  .downloadpack p {
    text-align: left;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    margin: 0;
    text-transform: none;
    font-size: .9em;
    vertical-align: middle;
    font-weight: 300;
    line-height: 1.4em;
    padding-top: .25em;
    padding-right: 1em;
    padding: .25em 1.3em 1em 0; }
  .downloadpack .dlnow {
    font-size: 1em;
    top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500; }
    .downloadpack .dlnow .glyphicon {
      font-size: .85em;
      padding-right: .15em; }
  .downloadpack .infotext {
    font-size: .8em;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 0 1.25em 0;
    line-height: 1.5em;
    color: white; }

.dlpack-container.one-dl {
  margin-top: 0; }
  .dlpack-container.one-dl a {
    padding-top: 3em;
    padding-bottom: 2em; }
  .dlpack-container.one-dl .downloadpack img {
    width: 50%;
    float: none;
    margin: 0 auto 1em;
    max-width: 120px; }

#coursecontent {
  margin-top: 2.5em; }

.syllabus {
  display: block;
  position: relative;
  z-index: 50;
  /*
	.time {
		margin-right: 0em;
		font-size: .75em; 
	}
*/ }
  .syllabus .chapter-block {
    margin: 2em 0 0 0; }
    .syllabus .chapter-block:first-child {
      margin-top: 0; }
    .syllabus .chapter-block.opaque {
      position: relative; }
  .syllabus .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 1;
    background: #fff;
    opacity: .9; }
  .syllabus .chapter-key {
    font-size: .7em;
    position: absolute;
    right: 2em;
    top: 50%;
    margin-top: -.7em; }
    .syllabus .chapter-key .glyphicon-star {
      padding-right: 0;
      top: 1px; }
  .syllabus .chapter-name {
    background-color: #f1f1f1;
    border-top: 1px solid #e9e9e9;
    padding: 1em 1.5em;
    position: relative; }
  .syllabus .glyphicon-star {
    padding-right: 5px;
    top: 2px; }
  .syllabus .lesson-block {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    display: block;
    color: #303030;
    border-top: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 1em;
    border-bottom: 1px solid #f2f2f2;
    height: 70px;
    line-height: 70px; }
    .syllabus .lesson-block:hover {
      background-color: #fbfbfb; }
    .syllabus .lesson-block > a.to-lesson {
      width: 100%;
      height: 100%;
      display: block;
      color: #303030;
      position: static; }
  .syllabus .lesson-title,
  .syllabus .quizquestions,
  .syllabus .vidtime {
    line-height: 70px; }
  .syllabus .lesson-title {
    display: block;
    width: 70%;
    padding-left: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .syllabus .lessonnumb {
    border: 1px solid #d5d5d5;
    font-size: 1em;
    font-weight: 600;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 14px;
    left: 1em;
    position: absolute !important;
    top: 21px;
    text-align: center; }
  .syllabus .quiztag {
    padding: .25em 1em !important;
    font-size: .6em;
    background: #ffe000;
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: -.15em; }
  .syllabus .quizquestions {
    padding: 0; }
  .syllabus .vidtime,
  .syllabus .quizquestions {
    padding: 0;
    position: absolute;
    right: 6.5em;
    font-size: .7em;
    top: .25em; }
    .syllabus .vidtime .glyphicon,
    .syllabus .quizquestions .glyphicon {
      width: 1.25em;
      position: relative;
      top: 1px;
      padding-right: 2px; }
  .syllabus .chapter-name {
    font-size: 1em;
    font-weight: 600; }
  .syllabus.chapter.nochapter {
    display: none; }
    .syllabus.chapter.nochapter:first-child {
      display: block; }
  .syllabus .vid-dl,
  .syllabus .glyphicon-ok-sign {
    position: absolute;
    font-size: .7em;
    top: 2.85em;
    line-height: 1; }
  .syllabus .vid-dl {
    color: #303030;
    right: 1.5em;
    z-index: 2;
    top: 2.75em; }
    .syllabus .vid-dl.ghost {
      opacity: .2; }
  .syllabus a.vid-dl:hover {
    color: #0B8ECC; }
  .syllabus .glyphicon-ok-sign {
    position: absolute;
    right: 3.35em;
    color: #e9e9e9; }
  .syllabus .completed .glyphicon-ok-sign {
    color: #22B783; }

.single-wsp_course #course-progress:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.single-wsp_course #course-progress .ui-progressbar.ui-widget-content {
  background: #e0e0e0; }

.single-wsp_course #course-progress .ui-progressbar.ui-widget-content .ui-widget-header {
  background: #22B783;
  border-color: #22B783; }

.single-wsp_course #course-progress .container:not(.no-prog-data) {
  padding-right: 240px;
  padding-top: .25em; }

.single-wsp_course #course-progress .wsp-caps {
  margin-bottom: .5em; }

.single-wsp_course #course-progress .greenbutton {
  float: right;
  width: 220px;
  font-size: .8em;
  opacity: .95; }

.single-wsp_course #course-progress + .syllabus {
  margin-top: 2em; }

.single-wsp_course .wsp-caps {
  font-size: .75em;
  font-weight: 700; }

.single-wsp_course aside {
  margin-bottom: 0;
  float: right; }
  .single-wsp_course aside .instructor img {
    width: 55px;
    position: absolute; }
  .single-wsp_course aside .instructor p {
    font-size: .85em;
    line-height: 1.75em; }
  .single-wsp_course aside .instructor .container {
    margin-bottom: 1em;
    padding-left: 70px;
    height: 55px; }
  .single-wsp_course aside .instructor .wsp-caps {
    padding-top: .5em; }
  .single-wsp_course aside .instructor .title {
    font-weight: 500;
    font-size: .9em; }

.single-wsp_course .module-white {
  padding: 1.25em 1.5em;
  position: relative; }

#learndash_course_status {
  display: none; }

.single-wsp_course .coursetitle {
  padding: 0 1.2em !important;
  border-right: 1px solid #d3d3d3 !important; }
  .single-wsp_course .coursetitle span {
    background: none !important; }

#coursecontent #the-comments {
  margin-top: 2em; }

@media screen and (max-width: 1200px) {
  .downloadpack .dlnow {
    display: none; } }

@media screen and (max-width: 1000px) {
  body.single-wsp_course,
  .single-wsp_course nav {
    min-width: 0; }
  body.single-wsp_course .content-wrap {
    min-width: 0;
    width: 90%;
    margin: 0 auto; }
  #coursesummary {
    padding-top: 2em; }
    #coursesummary p {
      font-size: 1em;
      font-weight: 500; }
  .single-wsp_course aside {
    width: auto !important; }
  .single-wsp_course #coursesummary aside {
    display: block !important;
    padding-left: 0; }
  .single-wsp_course .parent > * {
    width: auto;
    float: none;
    display: block;
    padding-right: 0; }
  .single-wsp_course .courseicon {
    display: none; }
  .dlpack-container {
    margin-top: 1em;
    margin-bottom: -1em;
    float: left; }
    .dlpack-container:first-of-type {
      margin-bottom: 0;
      margin-right: 1em; }
  .downloadpack {
    border-radius: 4px;
    font-size: .9em;
    overflow: visible;
    padding: 1em 2em !important; }
    .downloadpack:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .downloadpack img {
      padding: 0 1em 0 0;
      width: auto;
      height: 3em;
      left: 1.5em;
      position: absolute;
      margin: 0; }
    .downloadpack .dlkithead {
      text-align: left;
      clear: none;
      color: #fff;
      text-transform: none;
      font-size: 1em;
      display: inline;
      margin: 0;
      line-height: 3; }
    .downloadpack p {
      padding: 0 0 0 4em;
      line-height: 3; }
    .downloadpack p.infotext {
      display: none; }
    .downloadpack .dlkithead span {
      background: none;
      border: none;
      box-shadow: none;
      padding: 0;
      color: #fff; }
    .downloadpack br {
      display: none; }
    .downloadpack .dlnow {
      display: none; }
  .one-dl .downloadpack {
    padding: 1em 5em 1em 4em !important; }
  .single-wsp_course .content-wrap {
    width: 90%;
    max-width: none; }
  /*
	.single-wsp_course #coursesummary aside {
		display: none !important;
	}
*/ }

/*
@media screen and (max-width: 800px) {
	
	.single-wsp_course #coursesummary aside {
		display: none !important;
	}
}
*/
@media screen and (max-width: 700px) {
  #coursesummary {
    margin-bottom: 0; }
  .course-group-message {
    display: none; }
  #coursecontent.content-wrap {
    width: auto;
    margin: 0;
    padding-bottom: 0; }
  #coursecontent.content-wrap.type-webinar {
    width: 90% !important;
    padding-top: 2em; }
  .syllabus {
    font-size: .95em; }
    .syllabus .chapter-name {
      font-size: .95em; }
    .syllabus .chapter-block {
      margin-top: 0; }
    .syllabus .vidtime,
    .syllabus .quizquestions {
      display: none; }
    .syllabus .vid-dl {
      top: 1.95em; }
    .syllabus .glyphicon-ok-sign {
      right: 3em;
      top: 2em; }
    .syllabus .lesson-title {
      width: auto;
      overflow: visible;
      white-space: normal;
      padding-right: 3.5em;
      line-height: 1.4;
      padding-left: 0; }
    .syllabus .chapter-name,
    .syllabus .lesson-block {
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .syllabus .lesson-block {
      line-height: normal;
      height: auto; }
      .syllabus .lesson-block > a.to-lesson {
        display: table;
        height: auto; }
        .syllabus .lesson-block > a.to-lesson .lesson-title,
        .syllabus .lesson-block > a.to-lesson .lessonnumb {
          display: table-cell;
          vertical-align: middle; }
        .syllabus .lesson-block > a.to-lesson .lessonnumb {
          position: relative !important;
          top: 0;
          border: none;
          width: auto;
          text-align: left;
          padding-left: 1em;
          margin: 0;
          line-height: 1;
          height: auto;
          left: 0;
          width: 2em; }
  .single-wsp_course #course-progress {
    border-radius: 0;
    border-bottom: none; }
    .single-wsp_course #course-progress .greenbutton {
      width: 150px; }
    .single-wsp_course #course-progress .container:not(.no-prog-data) {
      padding-right: 170px; }
    .single-wsp_course #course-progress + .syllabus {
      margin-top: 0; }
  #button-resume {
    width: 270px; }
    #button-resume span {
      display: none; }
    #button-resume strong {
      font-weight: 500 !important; }
  .downloadpack {
    padding: .5em 1em .5em .5em !important;
    height: 24px; }
    .downloadpack * {
      line-height: 24px;
      display: inline-block;
      float: none; }
    .downloadpack img {
      height: 24px;
      position: relative;
      left: 0;
      padding-right: 4px; }
    .downloadpack p {
      line-height: 24px;
      padding-left: 0;
      white-space: nowrap; }
      .downloadpack p > span {
        display: none; } }

.modal .modal-content#group-hbs-demo-2019 table {
  width: 100%; }
  .modal .modal-content#group-hbs-demo-2019 table th {
    color: #22B783; }
  .modal .modal-content#group-hbs-demo-2019 table tbody tr:nth-child(odd) td {
    background-color: #eef9f2; }
  .modal .modal-content#group-hbs-demo-2019 table tbody td:first-child {
    font-weight: 600; }

@media screen and (min-width: 700px) {
  .modal .modal-content#group-hbs-demo-2019 p, .modal .modal-content#group-hbs-demo-2019 table {
    float: left; }
  .modal .modal-content#group-hbs-demo-2019 p {
    width: 40%;
    padding-right: 5%; }
  .modal .modal-content#group-hbs-demo-2019 table {
    width: 55%;
    margin-top: -.5em; } }

.single-wsp_lesson footer,
.single-wsp_lesson .push {
  display: none; }

#wsp-supporting-files .wsp-tooltip {
  white-space: normal;
  max-width: 230px;
  min-width: 185px; }

/*------------------------------
----master page markup BEGIN----
------------------------------*/
#lesson-list-header,
#nav-lesson-list,
#must-see-header {
  position: fixed;
  left: 0;
  width: 330px;
  z-index: 1021; }

#lesson-list-header,
#nav-lesson-list,
#nav-lesson-list ul .current a {
  box-shadow: inset -11px 0px 10px -10px rgba(0, 0, 0, 0.2); }

#lesson-content {
  margin-left: 330px;
  left: 0;
  position: relative;
  z-index: 1020;
  padding-bottom: 1.2em; }

#lesson-list-header {
  height: 8em; }

#must-see-header {
  top: 8em;
  height: 1.5em;
  line-height: 1.5em;
  padding-left: 1.1em;
  box-sizing: border-box; }
  #must-see-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 0; }
  #must-see-header > div {
    font-size: .7em;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    position: relative; }

#nav-lesson-list {
  top: 8em; }

#must-see-header + #nav-lesson-list {
  top: 9.5em; }

#lesson-content,
#lesson-list-header,
#nav-lesson-list {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#lesson-actions {
  z-index: 1022; }
  #lesson-actions + #lesson-wrap {
    z-index: 1021; }
    #lesson-actions + #lesson-wrap + #comments-wrap {
      z-index: 1022; }

.single-wsp_lesson #page-loader {
  background-color: #f5f5f5;
  text-align: center; }
  .single-wsp_lesson #page-loader > div {
    font-size: .75em;
    font-weight: 700;
    height: 0;
    width: 100%;
    overflow: visible;
    background-color: red;
    position: absolute;
    top: 50%;
    line-height: 1; }
  .single-wsp_lesson #page-loader.wsp-spinner {
    background-position: 50% calc(50% - 1.85em); }

.single-wsp_lesson.spa-not-start #page-loader {
  left: 330px;
  top: 40px; }

.lesson-menu-hide #lesson-content {
  margin-left: 0; }

.lesson-menu-hide #page-loader {
  left: 0 !important; }

.lesson-menu-hide #lesson-list-header,
.lesson-menu-hide #nav-lesson-list,
.lesson-menu-hide #must-see-header {
  left: -330px; }

/*----------------------------------
----layout and background colors----
----------------------------------*/
.single-wsp_lesson {
  background-color: #f5f5f5; }

.lesson-content-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative; }

#lesson-wrap,
#comments-wrap,
#note-wrap {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em; }

#lesson-actions + .lesson-content-container {
  padding-top: 1em; }

#lesson-wrap {
  padding-top: 1em;
  border-top: 1px solid #f3f3f3; }

#lesson-content .bg-lt {
  background: #f7f7f7;
  padding: 2em; }

.lesson-max {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1200px) {
  body,
  #lesson-content {
    overflow-y: auto;
    overflow-x: hidden; }
  .lesson-menu-hide body,
  .lesson-menu-hide #lesson-content {
    overflow: auto; }
  #lesson-content,
  .lesson-menu-hide #lesson-content {
    margin-left: 0; }
  #lesson-content {
    left: 330px; }
  .lesson-menu-hide #lesson-content {
    left: 0; } }

/*------------------------------
---#lesson-list-header BEGIN----
------------------------------*/
#lesson-list-header {
  display: table;
  table-layout: fixed;
  z-index: 1029;
  font-weight: 600;
  top: 0;
  text-align: left;
  color: #fff;
  background-color: #3d4349; }
  #lesson-list-header > * {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  #lesson-list-header:hover #course-name {
    text-decoration: underline; }

#lesson-list-header-wrap {
  padding: 0 1.65em; }
  #lesson-list-header-wrap > * {
    z-index: 1; }
  #lesson-list-header-wrap > .tint {
    z-index: 0;
    opacity: .92; }

#course-name {
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 1em;
  position: relative;
  top: 2px; }
  #course-name .glyphicon {
    position: absolute;
    left: -1.5em;
    top: 50%;
    margin-top: -12px;
    font-size: 12px;
    display: none; }

/*------------------------------
----#lesson-list-header END-----	
------------------------------*/
/*------------------------------
-----#nav-lesson-list BEGIN-----	
------------------------------*/
/*
#lesson-list-overlay {
	position: absolute;
	top: $lesson-list-header-height;
}
*/
#nav-lesson-list {
  bottom: 0;
  overflow: auto;
  background: #fff;
  /*
	.completed .glyphicon-star {
		
	}
*/ }
  #nav-lesson-list .chapter-name,
  #nav-lesson-list .lesson-block {
    margin: 0;
    padding: .8em 3.5em .8em 1.5em;
    line-height: 1.5;
    font-size: .75em; }
  #nav-lesson-list .chapter-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #nav-lesson-list .chapter-block:first-child > .chapter-name:first-child {
    margin-top: 1.5em; }
  #nav-lesson-list .chapter-block:last-child {
    padding-bottom: 3em; }
  #nav-lesson-list .chapter-name {
    font-weight: 700;
    padding-left: 1.65em;
    padding-right: 3em;
    margin-top: 2em;
    position: relative; }
    #nav-lesson-list .chapter-name.current {
      opacity: 1;
      top: 0; }
  #nav-lesson-list .lesson-block,
  #nav-lesson-list .chapter-name {
    opacity: .55; }
    #nav-lesson-list .lesson-block.current,
    #nav-lesson-list .chapter-name.current {
      opacity: 1; }
  #nav-lesson-list .chapter-block:hover .chapter-name {
    opacity: 1; }
  #nav-lesson-list .lesson-block {
    display: block;
    font-weight: 500;
    position: relative;
    color: #303030;
    background: none; }
    #nav-lesson-list .lesson-block.current {
      box-shadow: inset -4px 0 #22B783;
      background-color: #f7f7f7; }
    #nav-lesson-list .lesson-block:hover, #nav-lesson-list .lesson-block:focus {
      opacity: 1; }
    #nav-lesson-list .lesson-block .title {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #nav-lesson-list .lesson-block:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.65em;
      border-right: 1px solid rgba(0, 0, 0, 0.18); }
    #nav-lesson-list .lesson-block.current::before, #nav-lesson-list .lesson-block:hover::before, #nav-lesson-list .lesson-block:focus::before {
      border-color: rgba(0, 0, 0, 0.08); }
    #nav-lesson-list .lesson-block:first-of-type::before {
      top: 50%; }
    #nav-lesson-list .lesson-block:last-child::before {
      bottom: 50%; }
  #nav-lesson-list .glyphicon-star {
    font-size: .9em;
    padding-right: 3px; }
  #nav-lesson-list .glyphicon-ok-sign {
    color: #aaa;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.35em;
    font-size: .85em; }
    #nav-lesson-list .glyphicon-ok-sign:after {
      content: "";
      position: absolute;
      width: .85em;
      height: .85em;
      background-color: #fff;
      border-radius: 100%;
      right: .65em;
      z-index: 100; }
    #nav-lesson-list .glyphicon-ok-sign::before {
      z-index: 101;
      position: absolute;
      right: .5em; }
  #nav-lesson-list .completed .glyphicon-ok-sign {
    color: #22B783; }
  #nav-lesson-list .time {
    position: absolute;
    right: 1em;
    top: 1.5em;
    font-size: .8em; }
  #nav-lesson-list .current > .chapter-number {
    opacity: 1; }

/*
.chaper-complete-circle {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	
	.digit {
		position: absolute;
		width: 18px;
		height: 18px;
		top: 3px;
		left: 3px;
		background-color: #fff;
		border-radius: 50%;
		font-size: .75em;
		letter-spacing: 0;
		display: block;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	&.percent-100 {
		width: 22px;
		height: 22px;
	
		.digit {
			width: 16px;
			height: 16px;
			top: 3px;
			left: 3px;
		}
	}
	
	.glyphicon-ok {
		padding-right: 0;
		top: 0;
		left: -2%;
	}
}
*/
@media screen and (min-width: 801px) {
  #nav-lesson-list ul a:hover {
    opacity: 1; } }

/*------------------------------
------#nav-lesson-list END------
------------------------------*/
#lesson-wrap #video-container {
  overflow: hidden; }

#wsp-annotation {
  width: 40%;
  position: absolute;
  left: -1000px;
  top: 2em;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.75);
  font-size: .8em;
  box-sizing: border-box;
  padding: 1.5em;
  visibility: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.5; }
  #wsp-annotation.show-me {
    left: 2em; }
    #wsp-annotation.show-me.top-right {
      left: auto;
      right: 2em; }
    #wsp-annotation.show-me.bottom-right {
      left: auto;
      right: 2em;
      top: auto;
      bottom: 2em; }
    #wsp-annotation.show-me.bottom-left {
      top: auto;
      bottom: 2em; }
  #wsp-annotation .glyphicon-remove-sign {
    color: #303030;
    top: 5px;
    right: 5px;
    position: absolute;
    font-size: 1.05em;
    cursor: pointer; }

/*------------------------------
-----#lesson-actions BEGIN------	
------------------------------*/
#lesson-actions {
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative; }
  #lesson-actions .trigger-slider {
    display: block;
    left: 0;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 15px;
    z-index: 20; }
    #lesson-actions .trigger-slider .hamburger-piece {
      border-bottom: 2px solid #303030; }
  #lesson-actions .greenbutton {
    position: absolute;
    height: 30px;
    right: 0;
    top: 10px;
    padding: 0;
    width: 100px;
    line-height: 29px;
    font-size: .7em;
    font-weight: 500; }

.lesson-count {
  position: relative;
  padding-left: 1em;
  top: -.1em; }

.lesson-name {
  text-align: center;
  font-weight: 600; }

#lesson-actions .lesson-name {
  padding: 0 18%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#lesson-wrap > .lesson-name {
  padding-bottom: 1em;
  display: none;
  line-height: 1.4; }

#actions {
  position: absolute;
  left: 1.25em;
  top: 0;
  font-size: 1.2em; }
  #actions .flip .glyphicon {
    transform: rotateY(180deg);
    display: inline-block; }
    #actions .flip .glyphicon .tooltip {
      transform: rotateY(180deg); }
  #actions > * {
    margin-right: .55em;
    position: relative;
    display: inline; }
  #actions .glyphicon {
    display: inline;
    color: #303030;
    font-size: .7em;
    cursor: pointer;
    top: 0; }
  #actions .glyphicon-file {
    margin-right: -2px; }
  #actions .red .glyphicon {
    color: #D80A0A; }
  #actions .ghost .glyphicon {
    opacity: .25;
    cursor: default; }
  #actions .tooltip {
    left: 0 !important; }
  #actions .alert-number {
    position: absolute;
    top: 2px;
    right: -5px;
    width: 11px;
    max-width: none; }

#lesson-counter {
  font-size: .65em;
  line-height: 40px;
  display: none; }

.lesson-modal {
  position: absolute;
  top: 1.75em;
  z-index: 1027;
  display: none;
  font-size: .6em;
  line-height: 1.6; }

.lesson-modal-contain {
  position: relative; }
  .lesson-modal-contain:hover > .lesson-modal {
    display: block; }

.lesson-modal-body {
  position: relative;
  top: .5em;
  padding: 1em 1.5em;
  border: 1px solid #e5e5e5;
  display: block;
  background: #fff; }

/*------------------------------
-----#lesson-content BEGIN------	
------------------------------*/
.jwplayer {
  border: 1px solid #f1f1f1 !important; }

/*
.leave-question {
	font-size: .95em;
}
*/
#lesson-content.quiz > #lesson-wrap {
  padding-bottom: 3em; }

#lesson-content #jw-player {
  margin-bottom: 0; }

#lesson-content #respond form {
  margin-bottom: 1em; }

#lesson-content .commentlist li:first-child {
  margin-top: .5em; }

#lesson-content .connector {
  background-color: #f7f7f7; }

#lesson-content article.comment {
  padding: 3em 3em 2em; }

#lesson-content #respond form textarea,
#lesson-content article.comment,
#lesson-content .connector {
  border-color: #efefef; }

#lesson-content .section-title {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: .5em; }

#video-container {
  position: relative;
  width: 100%;
  display: block; }

#video-complete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  background-image: url("https://s3.amazonaws.com/wspimage/bg-video-letsmodel-3.jpg");
  align-items: center;
  justify-content: center;
  z-index: 1001;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: none; }
  #video-complete > .container {
    vertical-align: middle; }
  #video-complete::before {
    content: "";
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: .6; }
  #video-complete > * {
    position: relative; }
  #video-complete strong {
    font-size: 1.25em;
    font-weight: 600 !important; }
  #video-complete p {
    padding-bottom: 1em;
    font-size: .9em;
    line-height: 1.5; }
  #video-complete p.complete {
    font-weight: 300;
    font-size: 2em;
    color: #6f6f6f; }
  #video-complete .glyphicon-ok-sign {
    top: 1px;
    font-size: .85em;
    padding-right: .25em; }
  #video-complete .button-container > * {
    display: inline-block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: .7em;
    padding-right: .5em;
    padding-left: .5em; }
    #video-complete .button-container > *:first-child {
      margin-right: .75em; }
  #video-complete > .container {
    padding: 0 2em; }
  #video-complete p + .button-container {
    padding-top: 1em; }

#lesson-wrap.complete #video-complete {
  display: block;
  display: flex;
  z-index: 1021; }

#i-note-trigger {
  background: #FFCC00;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 1001;
  font-size: .8em;
  font-weight: 600;
  line-height: 2;
  height: 2em;
  cursor: pointer;
  width: 0;
  overflow: hidden;
  text-align: center;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  #i-note-trigger span {
    display: none; }
  #i-note-trigger.active {
    width: 200px; }

/*
.lesson-name {
	padding: 1.2em 0 1em;
}
*/
/*
.lesson-name,
#lesson-content .section-title {
	text-align: center;
}
*/
/*
@media screen and (min-width: 1000px) {

	#lesson-content .comment-content {
		max-width: 820px;
		hyphens: none;
	}
}
*/
@media screen and (min-width: 801px) {
  .wsp_lesson_incomplete:hover {
    opacity: .75; }
  .wsp_lesson_complete {
    opacity: .35; } }

/*
@media screen and (min-width: 801px) {
	
	.lesson-modal-contain {
		position: relative;
		
		&:hover > .lesson-modal {
			display: block;
		}
	}	
}
*/
.resource-modal {
  width: 250px;
  text-align: left; }
  .resource-modal a {
    text-decoration: underline; }

.lesson-note {
  margin: 1em auto 2em; }

#lesson-content .article-title {
  font-size: 2.45em;
  font-weight: 600;
  line-height: 1.3em;
  padding-top: 30px;
  padding-bottom: 1em;
  max-width: 800px; }

#lesson-content #toc_container {
  display: none !important; }

#lesson-content.article .entry {
  font-size: 1em;
  font-size: 95%; }
  #lesson-content.article .entry .button-container {
    text-align: center; }
    #lesson-content.article .entry .button-container:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #lesson-content.article .entry .button-container > a {
      display: inline-block;
      width: 90%;
      max-width: 300px; }

#lesson-content.article > section {
  padding-bottom: 2em; }
  #lesson-content.article > section:last-child {
    padding-bottom: 0; }

#lesson-content .article-ad {
  display: none !important; }

#lesson-content .hide-in-lesson {
  display: none; }

.link-removed {
  cursor: pointer; }
  .link-removed:hover .wsp-tooltip {
    display: block !important; }

/*---------- Quizzes ------------*/
#lesson-content.quiz .wpProQuiz_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

#lesson-content.quiz .wpProQuiz_text {
  margin: 0;
  padding: 2em 0 2.5em; }
  #lesson-content.quiz .wpProQuiz_text h1 {
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 0;
    display: none; }
    #lesson-content.quiz .wpProQuiz_text h1 + p,
    #lesson-content.quiz .wpProQuiz_text h1 + p + ul,
    #lesson-content.quiz .wpProQuiz_text h1 + ul {
      display: none; }

#lesson-content.quiz .wpProQuiz_question_text li,
#lesson-content.quiz .wpProQuiz_questionList {
  font-size: .9em; }

#lesson-content.quiz .wpProQuiz_question_page {
  font-size: .7em; }

#lesson-content.quiz .quiz-info {
  margin: 2em auto 0;
  text-align: center;
  max-width: 600px;
  font-size: .9em; }

#lesson-content.quiz .wpProQuiz_listItem {
  padding: .5em 2em !important; }

#lesson-content.quiz .wpProQuiz_results .wpProQuiz_header {
  display: none; }

#lesson-content.quiz .quiz_continue_link {
  display: none; }

#lesson-content.quiz .wpProQuiz_button {
  font-size: .75em; }
  #lesson-content.quiz .wpProQuiz_button[name="startQuiz"] {
    max-width: 24em; }

.quiz-intro {
  margin: 1em auto 4em;
  width: 75%;
  max-width: 220px; }

@media screen and (max-width: 1000px) {
  #to-note {
    display: none !important; } }

@media screen and (max-width: 900px) {
  #lesson-content #respond form {
    margin-bottom: 3em; }
  #lesson-content article.comment {
    padding: 2em 1.5em 1em; } }

@media screen and (max-width: 800px) {
  #course-name {
    text-decoration: underline; }
  #lesson-actions {
    font-size: 1em;
    height: 40px;
    line-height: 40px; }
    #lesson-actions .greenbutton {
      padding: 0 !important;
      line-height: 24px;
      font-size: .8em;
      height: auto;
      top: 8px;
      width: 70px;
      font-size: .75em !important; }
  .single-wsp_lesson.spa-not-start #page-loader {
    top: 40px; }
  #actions {
    left: 1.1em; }
  #lesson-content .section-title {
    text-align: center; }
  #lesson-content #respond form input[type="submit"] {
    float: none !important;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 700px) {
  html:not(.lesson-menu-hide) #page-loader {
    background-size: 2em;
    top: 0 !important; }
    html:not(.lesson-menu-hide) #page-loader > div {
      opacity: 0; }
  #lesson-content .bg-lt {
    padding-left: 1em;
    padding-right: 1em; }
  .lesson-max {
    width: 96%; } }

@media screen and (max-width: 600px) {
  #video-complete p:first-child {
    display: none; }
  #video-complete .button-container > * {
    display: block;
    margin: 0 auto !important;
    background: none;
    padding: 0; }
  #video-complete .button-container #stay-here,
  #video-complete .button-container a {
    text-decoration: underline;
    font-size: .85em; }
  #video-complete .button-container #stay-here {
    color: #97a8b1 !important; }
  #video-complete .button-container a {
    color: #22B783 !important; }
  #video-complete .button-container > *:first-child {
    margin-bottom: 1em !important; }
  #lesson-counter {
    display: block; }
  #lesson-actions .lesson-name {
    display: none; }
  #lesson-wrap > .lesson-name {
    display: block; }
  .article #lesson-wrap > .lesson-name {
    display: none; }
  #lesson-counter {
    display: block; }
  #lesson-content > section {
    font-size: .95em; }
  #i-note-trigger {
    width: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
    top: 0;
    height: auto;
    padding: 0;
    line-height: 1;
    z-index: auto;
    margin-bottom: 1.75em; }
    #i-note-trigger span {
      color: #0B8ECC;
      text-decoration: underline;
      display: block; } }

@media screen and (max-width: 500px) {
  #lesson-wrap {
    margin-left: auto;
    margin-right: auto; }
  .lesson-content-container {
    width: auto; }
  #lesson-wrap,
  #lesson-actions {
    padding-left: 1em;
    padding-right: 1em; }
  #actions {
    left: 1.3em; }
  /*
	#note-wrap > .bg-lt {
		padding: 1em 0;
	}
*/
  #comments-wrap,
  #note-wrap {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0; }
  /*
	#note-wrap > .bg-lt {
		
	}
*/
  #lesson-wrap {
    border-top: none; } }

/*  Quizzes: For Shorcode Display on Lesson page or Full display on Quiz single page
-------------------------------------------------------------- */
.wpProQuiz_listItem:last-child .wpProQuiz_button[name="next"] {
  background-color: #D80A0A; }

.single-wsp_exam .content-wrap {
  max-width: 1100px; }

.single-wsp_exam .content-wrap.pad-top-bottom {
  padding-top: 4em; }

@media screen and (max-width: 1000px) {
  .single-wsp_exam .content-wrap {
    width: 90%;
    max-width: none;
    margin: 0 auto; } }

.lessontext {
  position: relative; }

#quiz-dl {
  font-size: .8em;
  float: right;
  position: relative;
  z-index: 100;
  display: none; }

.wpProQuiz_content br {
  display: none !important; }

.wpProQuiz_content .wsp-code-block br {
  display: block !important; }

.wpProQuiz_quiz .spinner,
.wpProQuiz_results .rspinner {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }
  .wpProQuiz_quiz .spinner img,
  .wpProQuiz_results .rspinner img {
    position: absolute;
    display: block;
    width: 2em;
    top: 45%;
    left: 50%;
    margin-left: -1em; }

.wpProQuiz_content {
  position: relative; }

.wpProQuiz_time_limit {
  position: relative;
  margin-bottom: 1em;
  margin-top: -3em;
  text-align: right; }
  .wpProQuiz_time_limit .time {
    display: inline-block;
    background-color: #eaeaea;
    font-size: .8em;
    font-weight: 600;
    padding-left: 1em;
    position: relative; }
    .wpProQuiz_time_limit .time > span {
      color: #22B783;
      font-weight: 700;
      display: inline-block;
      background-color: #fff;
      margin-left: 1em;
      padding-left: 1em;
      padding-right: 1em; }
  .wpProQuiz_time_limit .time,
  .wpProQuiz_time_limit .time span {
    height: 36px;
    line-height: 36px; }

.hideshow {
  display: inline;
  padding-right: 5px;
  display: none; }
  .hideshow * {
    display: inline;
    font-size: .7em;
    text-decoration: underline;
    color: #0B8ECC;
    cursor: pointer; }
  .hideshow .showtime {
    display: none; }

.wpProQuiz_time_limit.hidetime .time {
  padding-right: 2em; }
  .wpProQuiz_time_limit.hidetime .time span {
    display: none; }

.wpProQuiz_time_limit.hidetime .time-cover {
  display: block; }

.wpProQuiz_time_limit.hidetime .showtime {
  display: inline; }

.wpProQuiz_time_limit.hidetime .hidetime {
  display: none; }

.time-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  bottom: 0;
  background-color: #fff;
  display: none; }

.wpProQuiz_forward_dialog {
  position: absolute;
  top: 3em;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  padding: 3em; }

#exam-alert-content {
  max-width: 500px;
  font-size: .9em;
  position: absolute;
  top: 2em; }
  #exam-alert-content strong {
    display: block;
    padding-bottom: .5em; }
  #exam-alert-content #button-container {
    margin: 2em 0 1em; }
    #exam-alert-content #button-container:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #exam-alert-content #button-container input {
      float: left;
      padding: 1em 2em; }
      #exam-alert-content #button-container input:first-child {
        margin-right: 1em;
        background-color: #e2e2e2;
        color: #303030 !important; }
  #exam-alert-content #exam-dont-show {
    font-size: .8em; }
    #exam-alert-content #exam-dont-show input {
      margin-right: 3px; }

.boxsizing #exam-alert-content {
  box-sizing: border-box;
  background-color: #f9f9f9;
  padding: 2em 3em;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef; }

@media screen and (min-width: 600px) {
  #exam-alert-content {
    margin-left: 50%;
    left: -250px; } }

/*--------------- BUTTONS ------------------*/
.wpProQuiz_button {
  -webkit-appearance: none; }

.wpProQuiz_button,
.quiz_continue_link a {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #22B783;
  border: none;
  color: #fff !important; }
  .wpProQuiz_button:hover,
  .quiz_continue_link a:hover {
    background-color: #22cc91; }

.wpProQuiz_button[name="startQuiz"] {
  display: block;
  margin: 3em auto 0;
  width: 90%;
  max-width: 36em;
  padding: 1em 0; }

.quiz_continue_link a,
.wpProQuiz_button[name="restartQuiz"],
.wpProQuiz_button[name="reShowQuestion"] {
  max-width: 36em;
  width: 90%;
  margin: 0 auto; }

.wpProQuiz_button[name="restartQuiz"],
.wpProQuiz_button[name="reShowQuestion"] {
  margin-bottom: 10px; }

.wpProQuiz_button[name="back"],
.wpProQuiz_button[name="next"],
.wpProQuiz_button[value="Finish exam"] {
  bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  width: 48%;
  max-width: 15em;
  margin-top: 1em; }

.wpProQuiz_button[name="back"] {
  margin-right: 2%;
  float: left; }

.wpProQuiz_button[name="next"] {
  float: right; }

.single-wsp_exam input[name="reShowQuestion"],
.single-wsp_exam input[name="restartQuiz"] {
  display: none !important; }

#exam-completed {
  max-width: 32em; }

.download-exam {
  width: 90%;
  max-width: 40em;
  margin: 3em auto 0; }

/*--------------- EXAM STYLES ------------------*/
.offline-exam .wpProQuiz_content {
  display: none; }

.entry.quiz .titlecontainer,
.entry.quiz .commenting,
.entry.quiz .additional-header,
.entry.quiz .side {
  display: none; }

.entry.quiz .additional-content {
  margin-top: -2em; }

.wpProQuiz_points,
.wpProQuiz_quiz_time {
  display: none; }

#continue-message {
  background-color: #ffe2e2;
  padding: .5em 1em;
  border: 1px solid #f3d2d2;
  box-sizing: border-box;
  margin: 1.5em auto; }
  #continue-message strong {
    color: #D80A0A;
    font-weight: 700; }

.single-wsp_exam .wpProQuiz_text {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 0 3em 0; }

.wpProQuiz_text {
  margin-top: 1em;
  position: relative; }
  .wpProQuiz_text h1 span {
    display: none; }
  .wpProQuiz_text p {
    display: block;
    margin: 0 auto 1em auto;
    width: 80%; }
  .wpProQuiz_text em strong {
    color: #D80A0A; }
  .wpProQuiz_text ul {
    width: 80%;
    margin: 2em auto 0 auto !important;
    list-style: disc; }
    .wpProQuiz_text ul li {
      margin-left: 1em;
      margin-bottom: .5em; }

.wpProQuiz_list {
  margin-left: 0 !important;
  list-style: none; }
  .wpProQuiz_list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.wpProQuiz_listItem {
  position: relative;
  margin-bottom: 0 !important;
  padding: 3em !important; }
  .wpProQuiz_listItem:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.single-wsp_exam .wpProQuiz_listItem {
  background-color: #fff; }
  .single-wsp_exam .wpProQuiz_listItem .edit-me {
    position: absolute;
    top: 3em;
    right: 3em; }

.wpProQuiz_question_page {
  display: inline !important;
  padding: .2em 1em;
  border: 1px solid #DADADA;
  font-size: .75em;
  background: #FFCC00;
  border: 1px solid #EABC00;
  font-size: .8em; }
  .wpProQuiz_question_page span {
    padding: 0 .25em;
    font-weight: 700; }

.wpProQuiz_question {
  font-weight: 500;
  margin-bottom: 4em; }
  .wpProQuiz_question:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.wpProQuiz_question_text {
  margin-top: 1em;
  margin-bottom: .5em !important;
  font-size: 1.05em; }
  .wpProQuiz_question_text p,
  .wpProQuiz_question_text li {
    margin-bottom: 1em; }
  .wpProQuiz_question_text img {
    border: 1px solid #D5D5D5;
    margin-bottom: 2em; }
  .wpProQuiz_question_text ul, .wpProQuiz_question_text ol {
    margin: 1em;
    margin-left: 2em; }
  .wpProQuiz_question_text ul {
    list-style: disc; }
  .wpProQuiz_question_text ol {
    list-style: decimal; }
  .wpProQuiz_question_text table {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .85em; }
    .wpProQuiz_question_text table p:last-child {
      margin-bottom: 0; }
  .wpProQuiz_question_text .wsp-code-block {
    margin-bottom: 2.25em; }
  .wpProQuiz_question_text p + table {
    margin-top: 1em; }
  .wpProQuiz_question_text th, .wpProQuiz_question_text td, .wpProQuiz_question_text caption {
    border: 1px solid #C9C9C9;
    padding: .15em .5em; }
  .wpProQuiz_question_text th {
    font-weight: 700;
    vertical-align: top; }
    .wpProQuiz_question_text th em {
      display: block;
      font-weight: 500;
      font-style: italic;
      font-size: .9em; }
  .wpProQuiz_question_text caption {
    border-bottom: none; }

.ibp-exam .wpProQuiz_question p,
.ibp-exam .wpProQuiz_question li {
  line-height: 2; }

.ibp-exam .wpProQuiz_question p,
.ibp-exam .wpProQuiz_question li:last-child {
  margin-bottom: 1.5em; }

.ibp-exam p > em {
  font-style: italic; }

.ibp-exam p a {
  text-decoration: underline; }

.ibp-exam .wpProQuiz_question_text th,
.ibp-exam .wpProQuiz_question_text td {
  border: 1px solid #dedede; }

.ibp-exam .wpProQuiz_question_text table {
  font-size: .9em;
  margin-bottom: 3em;
  margin-top: 0; }

.ibp-exam .wpProQuiz_question_text p + table {
  margin-top: 2em; }

.ibp-exam .wpProQuiz_question_text blockquote {
  margin: 3em 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  padding: 2em;
  font-size: .9em; }
  .ibp-exam .wpProQuiz_question_text blockquote p:last-child,
  .ibp-exam .wpProQuiz_question_text blockquote li:last-child {
    margin-bottom: 0; }
  .ibp-exam .wpProQuiz_question_text blockquote table caption {
    font-weight: 700;
    border: none;
    padding-left: 0; }
  .ibp-exam .wpProQuiz_question_text blockquote table th {
    vertical-align: bottom; }
  .ibp-exam .wpProQuiz_question_text blockquote table td,
  .ibp-exam .wpProQuiz_question_text blockquote table th {
    background-color: #fff;
    text-align: right; }
    .ibp-exam .wpProQuiz_question_text blockquote table td:first-child,
    .ibp-exam .wpProQuiz_question_text blockquote table th:first-child {
      text-align: left; }
    .ibp-exam .wpProQuiz_question_text blockquote table td[colspan="2"], .ibp-exam .wpProQuiz_question_text blockquote table td[colspan="3"],
    .ibp-exam .wpProQuiz_question_text blockquote table th[colspan="2"],
    .ibp-exam .wpProQuiz_question_text blockquote table th[colspan="3"] {
      text-align: center;
      font-weight: 700; }
  .ibp-exam .wpProQuiz_question_text blockquote table:last-child {
    margin-bottom: 0; }

.ibp-exam .wpProQuiz_question_text p + blockquote {
  margin-top: 2em; }

.ibp-exam .wpProQuiz_questionList {
  margin-top: 2em; }

.ibp-exam .wpProQuiz_questionListItem label {
  background: #f7f7f7; }

.ibp-exam table#ibq-dcf-options td:first-child,
.ibp-exam table#ibq-dcf-options th:first-child {
  min-width: 125px; }

.ibp-exam table#ibq-guud th strong {
  font-size: .9em; }

.wpProQuiz_questionList {
  background: none !important;
  border: none !important;
  width: 100%;
  clear: both;
  padding: 0 !important;
  margin-bottom: 1em !important; }

.wpProQuiz_questionListItem {
  font-size: 1em;
  width: 100%;
  display: block;
  padding: 0 !important;
  margin-bottom: .25em; }
  .wpProQuiz_questionListItem label {
    display: block;
    position: relative;
    background: #f7f7f7;
    font-size: 1em;
    padding: .8em 1em .8em 2.5em;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .wpProQuiz_questionListItem label:hover {
      background: #fbfbfb !important; }
    .wpProQuiz_questionListItem label input {
      float: none !important;
      display: inline !important;
      position: absolute !important;
      margin: 0 !important;
      left: 1em;
      top: 50%;
      left: 1em;
      margin-top: -.4em !important; }

.wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_questionListItem label {
  background: none !important;
  border: none !important;
  cursor: default;
  margin-bottom: 2em !important; }
  .wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_questionListItem label:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_questionListItem label:hover {
    background: none !important; }
  .wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_questionListItem label input {
    left: 0;
    width: 400px !important;
    padding: .75em;
    border: 1px solid #ccc; }

.wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerCorrect,
.wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerIncorrect {
  background: none !important;
  border: none !important; }
  .wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerCorrect label,
  .wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerIncorrect label {
    background: none !important; }

.wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerCorrect label input {
  background: #C3E7C3;
  border: 1px solid #A4C9A4 !important; }

.wpProQuiz_questionList[data-type="free_answer"] .wpProQuiz_answerInorrect label input {
  background: #F0D1D1;
  border: 1px solid #D5B2B2 !important; }

.single-wsp_exam .wpProQuiz_results {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .single-wsp_exam .wpProQuiz_results p,
  .single-wsp_exam .wpProQuiz_results .wpProQuiz_quiz_time,
  .single-wsp_exam .wpProQuiz_results .wpProQuiz_button {
    display: none !important; }
  .single-wsp_exam .wpProQuiz_results p#upload-instructions {
    display: block !important;
    margin: 0 auto 2em;
    max-width: 700px;
    line-height: 2;
    text-align: left; }

.wpProQuiz_results {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center; }
  .wpProQuiz_results .wpProQuiz_header {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 1px white;
    margin: 0 auto 1em;
    padding-bottom: .5em;
    display: block;
    font-weight: 300;
    font-size: 2em;
    color: #303030; }
  .wpProQuiz_results p {
    margin-bottom: 1em; }

/*
.wpProQuiz_certificate {

	background: none !important;
	border: none !important;
	margin-bottom: 1.5em !important;
	margin-top: 0;
	
	a {
		@include bluebutton;
		margin-top: 0 !important;
		width: 20em;
		margin: 2em auto 1em auto;
		padding: .65em 0 .5em 0;
		font-size: .9em;
		font-weight: 500 !important;	
	}
}
*/
#learndash_already_taken,
#exam-completed {
  margin: 3em auto 0 !important;
  text-align: center !important;
  font-size: 1.2em !important; }

.wpProQuiz_respone_span {
  display: block;
  margin-bottom: 1em;
  font-weight: 600; }

.wpProQuiz_incorrect span {
  color: #D80A0A; }

.wpProQuiz_correct span {
  color: #22B783; }

@media screen and (max-width: 1000px) {
  .single-wsp_exam .breadcrumbs {
    display: none; } }

@media screen and (max-width: 1000px) {
  .wpProQuiz_question_text table {
    font-size: .85em; } }

.view-exam-results .exam_summary {
  list-style: none;
  margin-bottom: 3em;
  border-top: 1px solid #f2f2f2;
  margin-top: -1.5em;
  margin-left: 0;
  padding-top: .75em;
  font-size: .9em; }
  .view-exam-results .exam_summary li {
    display: inline-block;
    padding-right: 2em; }
  .view-exam-results .exam_summary br {
    display: none; }

.view-exam-results table {
  font-size: .9em;
  margin-bottom: 3em;
  margin-top: 0; }

.view-exam-results p + table {
  margin-top: 2em; }

.view-exam-results .entry blockquote {
  margin: 3em 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  padding: 2em;
  font-style: normal; }
  .view-exam-results .entry blockquote p:last-child,
  .view-exam-results .entry blockquote li:last-child {
    margin-bottom: 0; }
  .view-exam-results .entry blockquote table caption {
    font-weight: 700;
    border: none;
    padding-left: 0; }
  .view-exam-results .entry blockquote table th {
    vertical-align: bottom;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e2e2e2 !important; }
  .view-exam-results .entry blockquote table td,
  .view-exam-results .entry blockquote table th {
    background-color: #fff;
    text-align: right; }
    .view-exam-results .entry blockquote table td:first-child,
    .view-exam-results .entry blockquote table th:first-child {
      text-align: left; }
    .view-exam-results .entry blockquote table td[colspan="2"], .view-exam-results .entry blockquote table td[colspan="3"],
    .view-exam-results .entry blockquote table th[colspan="2"],
    .view-exam-results .entry blockquote table th[colspan="3"] {
      text-align: center;
      font-weight: 700; }
  .view-exam-results .entry blockquote table:last-child {
    margin-bottom: 0; }

.view-exam-results p + blockquote {
  margin-top: 2em; }

.view-exam-results #results-content {
  list-style: none;
  margin-left: 0; }

.view-exam-results .question-number {
  font-size: .8em;
  display: inline-block;
  background-color: #FFCC00;
  padding: .5em 1em; }

.view-exam-results .cat-tag-yellow {
  padding: .25em .5em;
  margin-bottom: 1em;
  margin-top: 6em;
  font-size: .75em !important; }

.view-exam-results .the-question {
  margin: 1em 0 2em; }

.view-exam-results .question-with-result:first-of-type .cat-tag-yellow {
  margin-top: 1em; }

.view-exam-results .questionList {
  list-style: none;
  margin: 0 0 1em 0; }
  .view-exam-results .questionList li {
    margin-bottom: 0; }
  .view-exam-results .questionList label {
    display: block;
    padding: 1em;
    margin-bottom: .25em;
    background: #f9f9f9;
    border-bottom: 1px solid #e9e9e9; }
  .view-exam-results .questionList .answerCorrect label {
    background: #DEF3EC;
    border-bottom: 1px solid #C5E1D8; }
  .view-exam-results .questionList input {
    position: relative;
    top: -.35em;
    margin-right: .5em; }

.view-exam-results .yep {
  color: #22B783; }

.view-exam-results .nope {
  color: #D80A0A; }

.view-exam-results .answer_correct .glyphicon,
.view-exam-results .answer_incorrect .glyphicon {
  font-size: .9em;
  padding-right: .25em;
  display: none; }

.view-exam-results .your-answer {
  color: #D80A0A;
  font-weight: 700; }

.view-exam-results .glyphicon-ok.glyphicon-remove,
.view-exam-results .glyphicon-remove {
  color: #D80A0A; }

.view-exam-results label .glyphicon-remove {
  font-size: .85em;
  top: .1em;
  padding: 0 .25em; }

.view-exam-results .answerCorrect label .glyphicon-remove {
  display: none; }

.wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  background: #DEF3EC;
  border-bottom: 1px solid #C5E1D8; }

@media screen and (max-width: 1000px) {
  .view-exam-results .breadcrumbs {
    background-color: #f9f9f9 !important; } }

@media screen and (max-width: 600px) {
  .view-exam-results .breadcrumbs {
    display: none; } }

@media screen and (max-width: 400px) {
  .view-exam-results .exam_summary .vert-line {
    display: none; }
  .view-exam-results .exam_summary br {
    display: block; } }

#testimonials-freeform,
#course-testimonials {
  background-color: #1EAAA5;
  background-image: url("https://s3.amazonaws.com/wspimage/bg-geo-seamless-aqua.png");
  background-size: 200px;
  background-repeat: repeat; }

#testimonials-freeform h2 {
  color: #fff; }

#testimonials-freeform .testimonial {
  background-color: #a5faef;
  border-radius: 8px;
  margin-bottom: .5em;
  padding: 1em 2em;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-size: .9em;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate(0); }
  #testimonials-freeform .testimonial:hover {
    transform: translate(8px, 0); }

#testimonials-freeform .attribution {
  font-size: .8em;
  font-weight: 600;
  padding-top: .5em; }

#video-samples .title {
  line-height: 1.4;
  padding-top: .15em;
  height: 2em; }

#video-samples .frame {
  position: relative; }

#video-samples .content-wrap {
  margin-top: 1.5em; }

#video-samples .video-sample {
  width: 33.333%;
  display: block;
  box-sizing: border-box;
  padding: .75em;
  position: relative;
  transform: translate(0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #303030;
  font-weight: 600; }
  #video-samples .video-sample:hover {
    transform: translate(0, -0.75em); }
  #video-samples .video-sample.excel-sample .frame {
    margin-bottom: 5px;
    box-sizing: border-box; }
    #video-samples .video-sample.excel-sample .frame > img:first-child {
      width: 98%;
      border: 1px solid #d6d6d6;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); }

#video-samples .playbutton,
#video-samples img[title="excel-logo"] {
  position: absolute;
  top: 50%; }

#video-samples img[title="excel-logo"] {
  margin-left: -1.9em;
  margin-top: -1.9em;
  left: 50%;
  width: 3.8em;
  height: 3.8em;
  background: #fff; }

#video-samples .playbutton {
  border-radius: 50%;
  background-color: #3a3a3a;
  left: 58%;
  margin-left: -1.3em;
  margin-top: -1.3em;
  width: 2.6em;
  height: 2.6em; }
  #video-samples .playbutton::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -12px; }

#overview-w-clipboard .clipboard {
  width: 320px;
  margin-bottom: 1.5em; }

#overview-w-clipboard .content {
  padding-right: 350px; }

#overview-w-clipboard .entry p,
#overview-w-clipboard .entry ul {
  margin-bottom: .75em; }

#overview-w-clipboard .faux-ol {
  font-weight: 600; }

#overview-w-clipboard .number {
  color: #ef5008; }

#overview-w-clipboard.clipboard-large .clipboard {
  width: 400px;
  margin-bottom: 1.5em; }

#overview-w-clipboard.clipboard-large .content {
  padding-right: 420px; }

#who-for h2 + p {
  margin-bottom: 2em; }

.single-coursesalemodules #price-alert {
  background-color: #364552;
  margin: 0 auto;
  color: #fff;
  padding: 0 .5em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: .95em;
  margin-top: -60px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .single-coursesalemodules #price-alert.active {
    margin-top: 0; }
  .single-coursesalemodules #price-alert strong {
    color: #22B783; }
  .single-coursesalemodules #price-alert .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }

#invite-code {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1029; }
  #invite-code .table-display {
    height: 100%;
    max-width: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  #invite-code #invite-form {
    top: -2em;
    position: relative; }
  #invite-code .wsp-logo {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    position: relative;
    top: -1.5em; }
  #invite-code button {
    padding-top: .75em;
    padding-bottom: .75em; }

/* Page: Individual Program Pages
-------------------------------------------------------------- */
#sales-interview-questions {
  width: 450px !important;
  margin-left: 2em; }
  #sales-interview-questions p.wp-caption-text {
    background-color: yellow;
    font-style: normal;
    margin: 0 auto;
    max-width: 360px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4;
    margin-top: .5em;
    padding: .5em; }

@media screen and (max-width: 1000px) {
  #the-salespitch-iprep > .col-center > p {
    text-align: left; }
  #the-salespitch-iprep #sales-interview-questions {
    width: 350px !important;
    margin-bottom: 1.5em; } }

@media screen and (max-width: 700px) {
  #the-salespitch-iprep > .col-center > p {
    text-align: center; }
  #the-salespitch-iprep #sales-interview-questions {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.excel-rocket {
  width: 25%;
  margin-left: 4em !important; }

#sample-vid-underlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  display: none; }

.single-coursesalemodules,
.single-passportsales {
  background-color: #fff; }

.single-coursesalemodules #page-loader,
.single-passportsales #page-loader {
  position: fixed;
  width: 100%; }

.single-coursesalemodules .breadcrumbs,
.single-passportsales .breadcrumbs {
  padding: 1em 0;
  background-color: #18191B;
  color: #fff; }

.sales-fixed-top {
  height: 55px;
  top: -400px;
  position: fixed;
  width: 100%;
  z-index: 1039;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #0B8ECC; }
  .sales-fixed-top.show {
    top: 0; }

.school-special {
  margin-bottom: 1em; }
  .school-special img {
    height: 20px;
    display: inline;
    margin-right: 1em; }

.sales-fixed-top.sales-nav-show {
  top: 0; }

.whitebg + .whitebg {
  padding-top: 0 !important; }

.sales-fixed-top-wrap {
  padding: 0 1em;
  font-size: 1em;
  line-height: 55px;
  color: #fff;
  font-weight: 700; }
  .sales-fixed-top-wrap a {
    width: 12em;
    height: 35px;
    margin-top: 10px;
    padding: 0 !important;
    line-height: 35px;
    font-size: .8em;
    margin-left: 1em;
    font-weight: 500; }

.topic-list ul {
  list-style: none; }
  .topic-list ul li {
    position: relative;
    padding-left: 1.5em; }
  .topic-list ul .glyphicon {
    position: relative;
    top: .15em;
    margin-left: -1.5em; }

.sales-fixed-top-wrap-price-contain {
  float: right; }
  .sales-fixed-top-wrap-price-contain > * {
    float: right; }
  .sales-fixed-top-wrap-price-contain .code {
    font-size: .8em;
    margin: 0 1.5em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500; }
  .sales-fixed-top-wrap-price-contain .price strong {
    display: none; }

#what-learn h3 {
  margin-top: 3em !important; }

.course-devices {
  width: 100%;
  margin: 0 auto; }

#sales-header {
  background-image: url("https://s3.amazonaws.com/wspimage/bg-nyc-pano-cl.jpg");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  padding-bottom: 0 !important; }
  #sales-header * {
    color: #fff; }
  #sales-header .tint {
    background: rgba(0, 0, 0, 0.8); }
  #sales-header .content-wrap {
    position: relative;
    z-index: 2; }
  #sales-header h1 {
    font-size: 3em;
    line-height: 1.1;
    margin-bottom: .4em; }
  #sales-header h1 + p {
    max-width: 780px;
    margin: 0 auto 2em;
    font-weight: 300; }
    #sales-header h1 + p > strong {
      display: block;
      padding-bottom: .85em;
      color: #FFCC00;
      font-size: 1.1em; }
    #sales-header h1 + p .glyphicon-ok {
      color: #22B783; }
    #sales-header h1 + p br {
      display: none; }
  #sales-header img {
    max-width: 960px;
    margin: 0 auto; }
  #sales-header .price-contain {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 3em; }
    #sales-header .price-contain * {
      display: inline-block;
      line-height: 1; }
  #sales-header .price {
    font-size: 1.75em;
    color: #fff;
    margin-bottom: 1.5em; }
    #sales-header .price strong {
      color: #D80A0A;
      font-size: .75em;
      position: relative;
      top: -.25em; }
  #sales-header .price-contain a {
    position: relative;
    top: -.35em;
    padding-left: 2em;
    padding-right: 2em;
    margin: 0 .5em;
    padding: .75em 2em;
    min-width: 9em; }
  #sales-header .price-contain + #code-container {
    margin: -5em 0 5em; }
    #sales-header .price-contain + #code-container .red {
      color: #D80A0A !important; }

.wsp-thanks-banner {
  background-color: rgba(255, 255, 255, 0.85);
  background-color: #ef5008;
  max-width: 900px;
  margin: 0 auto 2em;
  font-size: .9em;
  text-align: left;
  padding: 1.5em 2em;
  color: #303030 !important;
  position: relative;
  margin-top: -2em;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5); }
  .wsp-thanks-banner .header {
    font-weight: 700;
    font-size: 1.25em;
    padding-bottom: .25em;
    color: #FFCC00 !important; }
  .wsp-thanks-banner .remove {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer; }

.single-passportsales #sales-header h1 + p {
  max-width: 900px; }

.price-contain .del,
.sales-fixed-top .del {
  text-decoration: line-through;
  color: #D80A0A !important;
  font-size: .8em;
  font-weight: 500 !important;
  padding-right: 5px; }

.sales-fixed-top .del {
  margin-right: .25em; }

#code-container {
  text-align: center;
  font-size: .8em; }

#the-salespitch p strong {
  display: block;
  padding-top: 2em; }

#the-salespitch .content-wrap > div > p:last-child img {
  margin-bottom: 0em; }

.roadmap {
  display: none; }
  .roadmap .circle-responsive {
    font-size: 2.25em;
    color: #fff;
    font-weight: 300; }
  .roadmap > div > ul > li {
    margin-top: 1em; }
    .roadmap > div > ul > li p {
      text-align: center;
      padding: 0 1em; }
    .roadmap > div > ul > li > ul {
      margin-top: .5em;
      list-style: disc;
      font-weight: 300;
      list-style-position: inside; }
      .roadmap > div > ul > li > ul > li {
        color: #fff;
        text-align: center;
        margin-bottom: 0; }

.steps-dotted {
  width: 80%;
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
  margin: 7em auto -3.75em;
  position: relative; }

.step-number {
  width: 85%;
  max-width: 5em;
  margin: 0 auto 2em;
  position: relative; }
  .step-number img {
    width: 1.4em;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -.7em;
    left: 50%;
    margin-left: -.7em; }

#used-at {
  padding: 7em 0 !important; }
  #used-at p:first-child {
    text-align: center;
    font-size: 1.75em;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.4em; }
  #used-at img {
    margin: 3.5em auto 0;
    max-width: 760px;
    width: 100%; }
  #used-at .tint {
    background: rgba(0, 0, 0, 0.75) !important; }

.single-coursesalemodules #who-for ul,
.single-passportsales #who-for ul {
  text-align: center; }

.single-coursesalemodules .highlights li img,
.single-passportsales .highlights li img {
  max-width: 10em; }

.single-coursesalemodules .highlights .image-frame,
.single-passportsales .highlights .image-frame {
  margin: 0 auto 1em;
  width: 90%;
  height: 150px;
  overflow: hidden; }
  .single-coursesalemodules .highlights .image-frame > img,
  .single-passportsales .highlights .image-frame > img {
    width: 100%;
    max-width: none;
    height: auto; }

.single-coursesalemodules .highlights li,
.single-passportsales .highlights li {
  text-align: center;
  margin-top: 1em;
  max-width: 450px; }

.single-coursesalemodules .highlights li h4,
.single-passportsales .highlights li h4 {
  padding: .25em 0 1em;
  font-weight: 700;
  margin-top: -.5em; }

.single-coursesalemodules .highlights p,
.single-passportsales .highlights p {
  padding: 0 .5em; }

.course-agenda,
#course-full-agenda {
  background-color: #0B8ECC; }
  .course-agenda *,
  #course-full-agenda * {
    color: #fff; }

#course-testimonials h2 {
  color: #fff; }

#course-testimonials .blackout {
  transform: scale(1); }

#course-testimonials .testimonial:nth-child(2) .blackout {
  width: 72px; }

#course-testimonials .testimonial {
  width: 31%;
  box-sizing: border-box;
  padding: 2em;
  padding-bottom: 1.5em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #a6e5dd; }

#course-testimonials .headshot {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  left: 0; }

#course-testimonials .attribution {
  margin-top: 1em;
  position: relative;
  height: 50px;
  padding-left: 65px;
  font-weight: 600;
  font-size: .75em; }

#course-testimonials img {
  position: absolute;
  top: -10px;
  left: 10px;
  width: auto;
  height: 32px; }

#accordion-syllabus {
  font-size: 1em; }
  #accordion-syllabus > li {
    padding: .75em 1.5em;
    margin-bottom: .5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #0a84bf; }
  #accordion-syllabus > li.syllabus-heading {
    display: block; }
  #accordion-syllabus > li.syllabus-collapse {
    border-top: none;
    border-bottom: none;
    padding-bottom: 1em;
    margin-top: -1em; }
  #accordion-syllabus .syllabus-body > ul {
    list-style: disc; }
    #accordion-syllabus .syllabus-body > ul > li {
      padding: .5em 0;
      margin-left: 1em; }
  #accordion-syllabus > li .chapter strong {
    color: #fff; }
  #accordion-syllabus > li .chapter:hover img {
    opacity: .5; }
  #accordion-syllabus img {
    float: right;
    width: 1.25em;
    top: .2em;
    position: relative; }

#accordion-syllabus-18 {
  font-size: 1em; }
  #accordion-syllabus-18 .accordian-content {
    max-height: 0px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    font-weight: 500; }
    #accordion-syllabus-18 .accordian-content ul {
      list-style: disc;
      padding-top: 1em; }
  #accordion-syllabus-18 .accordian-block {
    padding: .75em 1.5em;
    margin-bottom: .5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #0a84bf;
    font-weight: 600; }
    #accordion-syllabus-18 .accordian-block.active .accordian-content {
      max-height: 4000px;
      height: auto; }
  #accordion-syllabus-18 img {
    float: right;
    width: 1.25em;
    top: .2em;
    position: relative; }

.file-samples:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#included-course-list {
  background-color: #f7f7f7; }

.included-courses.sales-list > li > h4 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: .25em;
  position: relative;
  top: -.3em;
  margin-top: 0; }

.included-courses.sales-list p {
  display: inline; }

.included-courses.sales-list .included-course-popup {
  color: #0B8ECC;
  text-decoration: underline;
  cursor: pointer; }

.included-courses.sales-list > li {
  margin-bottom: 3em;
  padding-left: 10em; }
  .included-courses.sales-list > li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .included-courses.sales-list > li:last-child {
    margin-bottom: 0; }

.included-courses.sales-list > li > img {
  top: 0;
  width: 8em;
  margin-left: -10em; }

.included-courses.sales-list .modal p {
  display: inline-block; }

.course-sample {
  display: block;
  margin-top: 1.15em;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  .course-sample:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .course-sample:hover {
    opacity: .9; }
  .course-sample.sample-video {
    background-image: url("https://s3.amazonaws.com/wspimage/vidthumb_bg.png"); }
  .course-sample.hide-bg-img.sample-video {
    background: none !important; }
    .course-sample.hide-bg-img.sample-video .vidtitle,
    .course-sample.hide-bg-img.sample-video .course-sample .modal,
    .course-sample.hide-bg-img.sample-video .thumbplay {
      display: none; }
  .course-sample.xls {
    background-image: url("https://s3.amazonaws.com/wspimage/modelthumb.png");
    box-shadow: inset 0 0 0 1px #d2d2d2; }
    .course-sample.xls:hover {
      opacity: .75; }
  .course-sample.sample-video {
    box-shadow: 0 0 0 1px #e9e9e9; }
  .course-sample .aspect-content > iframe {
    height: 100%;
    width: 100%; }
  .course-sample.sample-video, .course-sample.xls {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .course-sample .tinytag {
    position: absolute;
    top: 2.25em;
    left: 3em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 8px; }
  .course-sample .vidtitle {
    color: white;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%; }
    .course-sample .vidtitle p {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 1.1em;
      padding: 0 1em;
      line-height: 1.3em; }
  .course-sample .timestamp,
  .course-sample .thumbplay {
    position: absolute;
    padding: .3em 0;
    background: #3A3A3A;
    color: #FFF;
    font-size: .7em;
    font-weight: 600;
    position: absolute;
    right: 1em;
    bottom: 1em;
    text-shadow: none;
    width: 3.5em;
    text-align: center; }
  .course-sample .thumbplay {
    background: white;
    color: #303030;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: .55em;
    right: 1.15em;
    bottom: 1.15em; }
  .course-sample img {
    width: 110%;
    max-width: 110%;
    position: relative;
    top: -5%;
    left: -5%; }

.no-touch .timestamp {
  display: block; }

.no-touch .sample-video-switch:hover .thumbplay {
  display: block; }

.course-sample.samplefile.pdf .vidtitle {
  top: .25em; }

.course-sample.samplefile .vidtitle {
  color: #303030; }

.course-sample.samplefile.pdf .vidtitle {
  color: #fff; }

.course-sample.samplefile.pdf img,
.course-sample.samplefile.xls img {
  opacity: .7; }

.course-sample.samplefile.pdf .timestamp {
  background: rgba(0, 0, 0, 0.3);
  font-size: .6em; }

.course-sample.samplefile.xls .timestamp {
  background: #22B783;
  font-size: .6em; }

.course-sample.samplefile.manual .timestamp {
  background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1300px) {
  .coursesales-title img {
    right: auto;
    left: 50%;
    height: 90% !important;
    width: auto !important; } }

@media screen and (max-width: 1000px) {
  #video-samples .video-sample {
    width: 50%; }
  #video-samples .content-wrap {
    max-width: 800px; }
  .coursesales-title .content-wrap {
    max-width: 700px !important;
    padding-bottom: 0 !important; }
  .coursesales-title .parent > img.col-7 {
    position: relative;
    left: 0;
    height: auto !important;
    width: 100% !important;
    margin: 5em auto 0;
    max-width: 700px; }
  .coursesales-title h1,
  .coursesales-title p {
    text-align: center; }
  .coursesales-title h1 + p {
    margin-bottom: 3.5em; }
  .coursesales-title h1 {
    padding-right: 0; }
  .coursesales-title .price-contain {
    text-align: center; }
  .coursesales-title .price,
  .coursesales-title a {
    width: auto; }
  .coursesales-title a {
    padding-left: 3em;
    padding-right: 3em;
    margin-left: 2em; }
  .coursesales-title .code {
    position: relative;
    bottom: 0;
    margin-top: 3em;
    text-align: center;
    display: block; }
  .single-coursesalemodules .highlights li,
  .single-passportsales .highlights li {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 3em; }
  #overview-w-clipboard .clipboard {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
    max-width: 500px;
    float: none; }
  #overview-w-clipboard .list {
    padding-top: 0; }
  #overview-w-clipboard .item {
    padding-top: 0; }
  #overview-w-clipboard .content {
    padding-right: 0 !important; }
  #overview-w-clipboard.clipboard-large .clipboard {
    width: 90%;
    max-width: 500px;
    float: none; }
  #overview-w-clipboard.clipboard-large .content {
    padding-right: 0; }
  #overview-w-clipboard .icon-above-headline {
    display: none; }
  #course-testimonials .flex {
    flex-wrap: wrap; }
  #course-testimonials .testimonial {
    width: auto;
    margin-bottom: 1em; }
  .included-courses.sales-list > li {
    padding-left: 0; }
  .included-courses.sales-list > li > img {
    width: 6em;
    margin-left: 2em;
    margin-right: 1em;
    float: right; }
  .included-courses.sales-list > li > h4 {
    font-size: 1.2em; }
  #accordion-syllabus img {
    display: none; } }

@media screen and (max-width: 1000px) and (min-width: 600px) {
  #course-testimonials .testimonial {
    padding-right: 180px; }
  #course-testimonials .attribution {
    position: absolute;
    top: 2em;
    bottom: 2em;
    right: 2em;
    height: auto;
    width: 110px; }
    #course-testimonials .attribution .headshot {
      position: relative;
      margin-bottom: .5em; } }

@media screen and (max-width: 700px) {
  #overview-w-clipboard h2 {
    line-height: 1.25em; }
    #overview-w-clipboard h2 br {
      display: none; }
  .included-courses.sales-list > li > img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em; }
  #video-samples .jw-display-icon-display {
    background-color: rgba(0, 0, 0, 0.4); }
  #sales-header {
    padding-top: 3em !important; }
    #sales-header h1 {
      font-size: 2.5em; }
      #sales-header h1 br {
        display: none; }
  .single-coursesalemodules #price-alert {
    font-size: .8em; }
    .single-coursesalemodules #price-alert strong {
      display: none; } }

@media screen and (max-width: 600px) {
  #video-samples .video-sample {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  #overview-w-clipboard .clipboard {
    max-width: 330px; }
  #sales-header .price {
    display: block !important;
    text-align: center;
    margin-bottom: .85em; }
  #sales-header .price-contain {
    margin-bottom: 2em; }
  #sales-header .price-contain a {
    padding-left: 0;
    padding-right: 0; }
  #sales-header .price-contain + #code-container {
    margin: -2em 0 5em; }
  .email-name {
    padding-left: 0 !important; }
    .email-name img {
      display: none; }
  .email-content {
    padding-left: 0 !important; } }

@media screen and (max-width: 500px) {
  #used-at {
    padding: 5em 0 !important; }
    #used-at p:first-child {
      font-size: 1.5em;
      margin-bottom: 0 !important; }
    #used-at img {
      display: none; } }

.page-template-page-interview-questions {
  background-color: #eaeaea !important; }
  .page-template-page-interview-questions #wrapper {
    background-color: #eaeaea !important; }

#iprepModal .modal-body {
  color: #fff; }

#iprepModal .modal-content {
  background-image: url("https://s3.amazonaws.com/wspimage/bg-modal-iprep.jpg"); }

#iprepModal .img-frame {
  overflow: hidden;
  position: relative;
  right: -3em;
  top: .75em; }
  #iprepModal .img-frame img {
    width: 600px;
    max-width: none;
    position: relative; }

#iprepModal .content {
  width: 400px;
  float: left; }
  #iprepModal .content > strong {
    display: block;
    font-size: 1.7em;
    line-height: 1.25;
    margin-bottom: .75em; }
  #iprepModal .content ul {
    list-style: none;
    font-size: .95em; }
  #iprepModal .content li {
    position: relative;
    margin-bottom: 1em; }
  #iprepModal .content .glyphicon-ok-sign {
    font-size: .75em;
    position: absolute;
    top: .65em;
    left: -1.5em; }
  #iprepModal .content .price {
    float: left;
    font-size: 1.75em;
    margin-right: .5em;
    top: -.1em; }
  #iprepModal .content .button-container {
    margin-top: 2em; }
    #iprepModal .content .button-container > .greenbutton {
      margin-right: .5em; }
    #iprepModal .content .button-container .bluebutton,
    #iprepModal .content .button-container .greenbutton {
      padding-top: .6em;
      padding-bottom: .6em;
      width: 100px; }
  #iprepModal .content .bluebutton {
    background-color: #20adef; }

#ad-int-guide:before,
#iprepModal .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 79, 117, 0.8);
  background: linear-gradient(-125deg, rgba(189, 52, 0, 0.7), rgba(0, 79, 117, 0.8)); }

#ad-int-guide {
  float: right;
  width: 275px;
  text-align: center;
  padding: 2em;
  box-sizing: border-box;
  margin-left: 3em;
  transform: translate(0, 0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #fff;
  min-height: 460px;
  background-image: url(https://s3.amazonaws.com/wspimage/int-ad-bg.jpg); }
  #ad-int-guide .button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2em; }
  #ad-int-guide .content {
    position: relative; }
  #ad-int-guide:hover {
    transform: translate(0, -8px); }
  #ad-int-guide h4 {
    margin-bottom: 1em;
    line-height: 2; }
  #ad-int-guide img {
    width: 200px;
    margin: 0 auto 1em; }
  #ad-int-guide p {
    line-height: 1.4;
    font-size: .9em;
    font-weight: 600; }

.stencil {
  position: relative;
  display: inline;
  background: white;
  background: #ef5008;
  padding: .15em 0;
  box-shadow: 10px 0 0 #ef5008, -10px 0 0 #ef5008;
  box-decoration-break: clone; }
  .stencil.stencil-yellow {
    background: #ffe500;
    box-shadow: 10px 0 0 #ffe500, -10px 0 0 #ffe500; }

.get-questions-dialouge {
  position: relative; }
  .get-questions-dialouge .content {
    max-height: 0;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 2em;
    color: #fff;
    z-index: 200;
    box-sizing: border-box;
    border-radius: 6px;
    background-image: url(https://s3.amazonaws.com/wspimage/wsp-banner-interview-q.jpg);
    background-size: 800px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; }
    .get-questions-dialouge .content:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(21, 63, 93, 0.85); }
    .get-questions-dialouge .content > * {
      position: relative; }
  .get-questions-dialouge .pad {
    padding: 2em;
    padding-right: 300px;
    position: relative;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .get-questions-dialouge .pad.active {
      opacity: 1; }
  .get-questions-dialouge strong {
    color: #FFCC00;
    font-size: 1.2em;
    line-height: 1; }
  .get-questions-dialouge img {
    position: absolute !important;
    right: -120px;
    width: 400px;
    bottom: 0; }
  .get-questions-dialouge .button {
    background-color: red;
    color: #fff; }
  .get-questions-dialouge.active .content {
    max-height: 400px; }

.accordian-toggle {
  position: absolute;
  top: 1.25em;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0B8ECC;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: scale(1);
  display: none; }
  .accordian-toggle .fill {
    position: absolute; }
    .accordian-toggle .fill:first-child {
      height: 10px;
      top: 3px;
      left: 50%;
      width: 2px;
      background-color: #0B8ECC;
      margin-left: -1px;
      transform: rotate(90deg);
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .accordian-toggle .fill:last-child {
      width: 10px;
      right: 3px;
      top: 50%;
      height: 2px;
      background-color: #0B8ECC;
      margin-top: -1px; }

.accordian-lock {
  position: absolute;
  top: .7em;
  right: 0;
  overflow: hidden; }
  .accordian-lock .orangebutton {
    font-size: .75em;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    margin-right: -205px;
    margin-left: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .accordian-lock .glyphicon {
    font-size: .75em; }

.q-subcat {
  color: #0B8ECC;
  font-weight: 600;
  margin-bottom: .5em;
  margin-top: 3em; }

h2 + .q-subcat {
  margin-top: 0; }

#int-key {
  font-size: .7em;
  position: absolute;
  top: 4em;
  right: 4em; }
  #int-key li {
    display: inline;
    padding-left: 10px; }

.collapsed .accordian-toggle .fill:first-child {
  transform: rotate(0); }

#interview-guidelines .interviewee {
  width: 200px;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
  border-radius: 50%;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  #interview-guidelines .interviewee {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 200px; } }

#int-guidelines {
  position: absolute;
  right: 0;
  width: 180px;
  top: 3em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 1.5em;
  box-sizing: border-box;
  font-size: .85em;
  border-radius: 10px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1.4;
  transform: translate(0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  #int-guidelines:hover {
    transform: translate(0, -5px);
    background-color: rgba(255, 255, 255, 0.3); }
  #int-guidelines img {
    width: 50px;
    margin: 0 auto 1em; }

.page-template-page-interview-questions {
  background-color: #f7f7f7; }
  .page-template-page-interview-questions #wrapper {
    background-color: #f7f7f7; }
  .page-template-page-interview-questions .push,
  .page-template-page-interview-questions footer {
    display: none; }
  .page-template-page-interview-questions .tagline {
    color: #FFCC00;
    font-size: .85em;
    padding-bottom: .5em; }
  .page-template-page-interview-questions .content-wrap {
    max-width: 1250px; }
  .page-template-page-interview-questions .tab-content {
    background-color: #fff;
    padding: .5em 3em 3em;
    box-sizing: border-box; }
  .page-template-page-interview-questions #main-content h2 {
    font-size: 2em;
    color: #ef5008;
    font-weight: 600;
    margin-top: 0; }
  .page-template-page-interview-questions #main-content.affix-fix {
    padding-top: 60px; }
  .page-template-page-interview-questions #affixnav {
    width: 200px; }
  .page-template-page-interview-questions #wrapper-w-affix #main-content {
    padding-left: 240px; }

#int-q-tabs {
  font-size: .9em; }
  #int-q-tabs > li.introduction {
    cursor: pointer; }
    #int-q-tabs > li.introduction:after {
      content: "The Questions";
      display: block;
      background-color: #0B8ECC;
      color: #fff;
      font-weight: 600;
      margin-bottom: -.8em;
      padding: .7em .8em;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      margin-top: 1em;
      text-transform: uppercase;
      font-size: .95em;
      cursor: default; }
  #int-q-tabs > li:not(.introduction) {
    margin-bottom: 0;
    overflow: hidden; }
  #int-q-tabs > li:not(.introduction) > a {
    border: 1px solid #d8d8d8;
    border-bottom: none;
    padding: .5em .75em;
    display: block;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    #int-q-tabs > li:not(.introduction) > a:hover {
      background-color: #fff; }
  #int-q-tabs > li .glyphicon {
    font-size: .65em;
    padding-right: 4px;
    top: -1px;
    display: none; }
  #int-q-tabs > li.active .glyphicon {
    display: inline; }
  #int-q-tabs > li:not(.introduction):last-child:not(.active) > a,
  #int-q-tabs > li:not(.introduction):last-child > ul > li:last-child > a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #d8d8d8; }
  #int-q-tabs > li:not(.introduction):last-child.active.has-children > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #d8d8d8; }
  #int-q-tabs > li:not(.introduction).active > a {
    background-color: #fff; }
  #int-q-tabs > li:not(.introduction) > ul {
    max-height: 0;
    transition: max-height .5s ease-in-out; }
  #int-q-tabs > li.active:not(.introduction) > ul {
    max-height: 1000px; }
  #int-q-tabs > li:not(.introduction) > ul > li {
    margin-bottom: 0; }
    #int-q-tabs > li:not(.introduction) > ul > li > a {
      padding: 1.25em .85em 0;
      display: block;
      background-color: #e1eaf1;
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8;
      font-size: .9em;
      line-height: 1.5; }
    #int-q-tabs > li:not(.introduction) > ul > li:last-child > a {
      padding-bottom: 1.25em; }

#int-q-dropdown {
  float: right;
  color: #0B8ECC;
  position: absolute;
  top: 2em;
  right: 2em; }
  #int-q-dropdown .glyphicon {
    font-size: .75em;
    padding-left: .5em; }
  #int-q-dropdown .dropdown-menu {
    border: none;
    font-size: 1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 1em;
    float: none;
    box-shadow: none;
    left: auto;
    right: 0; }
    #int-q-dropdown .dropdown-menu > li.active {
      display: none; }

.int-q {
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: .75em;
  padding-right: 50px;
  padding-left: 1.35em; }

.int-question {
  opacity: .35; }
  .int-question > strong {
    color: #ef5008;
    padding-right: 5px;
    position: absolute;
    left: 0; }

.int-a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  transform: translate(0, 0); }
  .int-a p:first-child > strong {
    padding-right: 5px; }

.int-block {
  padding: 1em 0 2em;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .int-block:first-child {
    padding-top: 0 !important; }
  .int-block:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .int-block.collapsed {
    padding: 1em 0; }
    .int-block.collapsed .int-q {
      margin-bottom: 0; }
    .int-block.collapsed .int-a {
      height: 0;
      opacity: 0;
      transform: translate(0, -5px);
      overflow: hidden; }
  .int-block .glyphicon-star,
  .int-block .glyphicon-education {
    font-size: .85em;
    position: absolute;
    top: 1.65em;
    left: -1.5em;
    opacity: .5; }

.int-block:not(.access):hover .accordian-lock .orangebutton {
  margin-right: 0; }

.int-block.access .int-question,
.int-block.access .glyphicon-star,
.int-block.access .glyphicon-education {
  opacity: 1; }

.int-block.access .accordian-toggle {
  display: block; }

.int-block.access .accordian-lock {
  display: none; }

.int-block.access .int-q {
  cursor: pointer; }
  .int-block.access .int-q:hover {
    color: #0B8ECC; }
    .int-block.access .int-q:hover .accordian-toggle {
      transform: scale(1.2); }

@media screen and (max-width: 1100px) {
  .hero-topper {
    padding: 5em 0; } }

@media screen and (max-width: 1000px) {
  .accordian-lock {
    font-size: .85em;
    top: 1em; }
  .page-template-page-interview-questions,
  .page-template-page-interview-questions #wrapper {
    background-color: #fff !important; }
  .int-block .glyphicon-star,
  .int-block .glyphicon-education {
    left: .45em;
    top: 1.25em;
    font-size: .75em;
    z-index: 25;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }
  #int-key {
    position: relative;
    top: -1em;
    right: 0;
    margin: 0; }
    #int-key > li {
      padding-left: 0;
      padding-right: 10px; }
  .accordian-toggle {
    width: 12px;
    height: 12px; }
    .accordian-toggle .fill:first-child {
      height: 8px;
      top: 2px; }
    .accordian-toggle .fill:last-child {
      width: 8px;
      right: 2px; }
  .page-template-page-interview-questions #wrapper-w-affix {
    padding-top: 0; }
    .page-template-page-interview-questions #wrapper-w-affix.content-wrap {
      max-width: none;
      width: auto; }
    .page-template-page-interview-questions #wrapper-w-affix #main-content {
      padding-left: 0; }
  .page-template-page-interview-questions .tab-content {
    padding: 0; }
  .page-template-page-interview-questions #affixnav {
    float: none;
    width: 100%;
    background-color: #e7e7e7;
    padding: 0 1em;
    box-sizing: border-box; }
    .page-template-page-interview-questions #affixnav.affix {
      top: 0; }
  .page-template-page-interview-questions #int-q-tabs {
    height: 60px;
    white-space: nowrap;
    line-height: 60px;
    overflow: auto; }
    .page-template-page-interview-questions #int-q-tabs > li {
      display: inline; }
    .page-template-page-interview-questions #int-q-tabs > li > a {
      background: none;
      display: inline !important;
      border: 1px solid #0B8ECC !important;
      border-radius: 0 !important;
      padding: .5em .75em;
      white-space: nowrap;
      background-color: #fff;
      margin-right: .3em; }
      .page-template-page-interview-questions #int-q-tabs > li > a .glyphicon {
        display: none !important; }
    .page-template-page-interview-questions #int-q-tabs > li.active a {
      background-color: #0B8ECC;
      color: #fff; }
    .page-template-page-interview-questions #int-q-tabs > li > ul {
      display: none !important; }
    .page-template-page-interview-questions #int-q-tabs > li.introduction:after {
      content: none !important; }
  .page-template-page-interview-questions .tab-pane {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 700px) {
  .hero-topper h1 {
    font-size: 4.5em; }
  .hero-topper h1 + p {
    display: none; } }

@media screen and (max-width: 600px) {
  #ad-int-guide {
    display: none; } }

@media screen and (max-width: 500px) {
  .hero-topper {
    padding: 4em 0; }
    .hero-topper h1 {
      font-size: 4em; }
    .hero-topper h1 + p {
      display: none; } }

table#scholarship-details td[scope="row"] {
  color: #ef5008; }

.application-form {
  background: none !important;
  padding: 0 !important;
  border-bottom: none !important; }
  .application-form > h3 {
    margin-bottom: .25em;
    margin-top: 0; }
  .application-form div + h3 {
    margin-top: 2em; }
  .application-form input + p {
    display: none; }
  .application-form button {
    float: right;
    max-width: 400px; }
  .application-form input:focus,
  .application-form textarea:focus {
    background-color: #fff6e6; }
  .application-form button:focus {
    background-color: #22cc91; }
  .application-form label {
    font-weight: 600;
    font-size: .75em; }
    .application-form label strong {
      color: #ef5008; }
  .application-form > p {
    font-size: .9em;
    margin-bottom: 2em; }

.view-exam-results .breadcrumbs,
.single-wsp_exam .breadcrumbs {
  margin-bottom: -2em;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9; }

.modtitle {
  background: none;
  border: none;
  padding: .3em 0;
  margin-top: 0;
  margin-bottom: .5em;
  color: #303030;
  font-weight: 600;
  display: block; }

.ui-progressbar.ui-widget-content {
  margin: 0;
  border: none;
  font-size: 1em;
  height: 2px;
  background: rgba(255, 255, 255, 0.3); }
  .ui-progressbar.ui-widget-content .ui-widget-header {
    border-color: #fff;
    background: #fff; }

.coursestatus {
  font-size: .85em !important;
  margin-top: 1em !important; }

.backcourse {
  color: #0B8ECC;
  font-size: .9em;
  position: absolute;
  left: 0;
  top: -2.25em; }
  .backcourse img {
    display: inline;
    width: 1em;
    margin-right: .2em;
    margin-top: -.25em; }

.view-exam-results .breadcrumbs {
  margin-bottom: -2em;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9; }

@media screen and (max-width: 1000px) {
  .view-exam-results .content-wrap {
    max-width: none; } }

#the-reviews {
  background-color: #eef1f3; }
  #the-reviews h2 {
    z-index: 100;
    margin-top: 0;
    position: relative; }

@media screen and (min-width: 700px) {
  #the-reviews.reviews-bc.no-masonry #reviews-contain {
    max-width: 1060px;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 20px; }
    #the-reviews.reviews-bc.no-masonry #reviews-contain .review-block {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

#the-reviews.reviews-bc.no-masonry {
  background-color: #e6e9ec;
  background-color: #eef1f3; }
  #the-reviews.reviews-bc.no-masonry .review-block {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    padding: 1.5em 2em;
    border-radius: 4px;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
    #the-reviews.reviews-bc.no-masonry .review-block .date {
      display: none; }
  #the-reviews.reviews-bc.no-masonry h2 {
    color: #3081a6; }
  #the-reviews.reviews-bc.no-masonry:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(110deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 60%, rgba(184, 197, 210, 0.12) 60%, rgba(184, 197, 210, 0.12) 100%); }
  #the-reviews.reviews-bc.no-masonry:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(16deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 80%, rgba(184, 197, 210, 0.15) 80%, rgba(184, 197, 210, 0.15) 100%);
    z-index: 1; }
  #the-reviews.reviews-bc.no-masonry .content-wrap {
    z-index: 100; }
  #the-reviews.reviews-bc.no-masonry .geo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 1; }
    #the-reviews.reviews-bc.no-masonry .geo:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(230deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 50%, rgba(184, 197, 210, 0.16) 50%, rgba(184, 197, 210, 0.1) 100%); }
    #the-reviews.reviews-bc.no-masonry .geo:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(8deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 60%, rgba(184, 197, 210, 0.15) 60%, rgba(184, 197, 210, 0.15) 100%);
      z-index: 1; }
  #the-reviews.reviews-bc.no-masonry .geo2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 1; }
    #the-reviews.reviews-bc.no-masonry .geo2:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(120deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 10%, rgba(184, 197, 210, 0.1) 10%, rgba(184, 197, 210, 0.1) 100%); }
    #the-reviews.reviews-bc.no-masonry .geo2:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(-50deg, rgba(230, 233, 236, 0) 0%, rgba(230, 233, 236, 0) 60%, rgba(184, 197, 210, 0.1) 60%, rgba(184, 197, 210, 0.1) 100%);
      z-index: 1; }

p + #reviews-contain {
  margin-top: 2em !important; }

.grid-sizer {
  width: 33.333%; }

.masonry-item {
  width: 32.5%; }

@media screen and (max-width: 1000px) {
  .grid-sizer {
    width: 50%; }
  .masonry-item {
    width: 48%; } }

@media screen and (max-width: 700px) {
  .grid-sizer {
    width: 100%; }
  .masonry-item {
    width: 100%; } }

.review-block {
  margin-bottom: .65em;
  box-sizing: border-box;
  padding: 1em 1.5em;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: none; }
  .review-block.show {
    display: block; }
  .review-block .glyphicon {
    position: absolute;
    top: .75em;
    right: .75em;
    font-size: .75em; }
  .review-block .content {
    font-size: .95em;
    line-height: 1.6; }
  .review-block .date {
    font-size: .65em;
    margin-top: .25em;
    padding-bottom: 1em; }
  .review-block .sem-type {
    font-weight: 700; }
  .review-block .seminar-type {
    font-weight: 700;
    font-size: .85em;
    padding: .5em 0; }

.rev-stars {
  font-size: .8em;
  float: right; }
  .rev-stars.stars-4 .glyphicon:last-child {
    color: #ddd; }

.bluebutton .icon-stars {
  display: inline;
  width: 60px;
  padding-left: .25em; }

.review-name {
  font-size: .8em;
  padding-top: .75em; }

.review.email {
  font-size: .9em;
  padding: 2.5em 2em;
  background-color: #fff;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  box-sizing: border-box; }
  .review.email *:not(.glyphicon) {
    font-family: Arial, sans-serif; }
  .review.email:last-child {
    border-bottom: none; }
  .review.email .edit {
    position: absolute;
    top: 1em;
    right: 1em; }

.js .single-coursesalemodules .review.email,
.js .selfstudy .review.email {
  display: none; }

.single-seminars #reviews .email {
  padding: 2em 0;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  background-color: #fff; }
  .single-seminars #reviews .email:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.email-re {
  float: right; }

.single-coursesalemodules .email-re {
  display: none; }

.email-re,
.email-from {
  font-weight: 700; }

.email-date {
  color: #949494; }

.email-to {
  color: #a9a9a9; }

.email-header,
.email-content {
  padding-left: 3em; }

.email-header {
  position: relative;
  margin-bottom: 1em; }
  .email-header img {
    position: absolute;
    width: 2.35em;
    left: -.25em;
    top: .25em; }

.email-content p {
  margin-bottom: 1em; }
  .email-content p:last-of-type {
    margin-bottom: 0; }

.blackout {
  background-color: #404040;
  height: 1em;
  width: 60px;
  display: inline-block;
  margin-right: .1em;
  position: relative;
  top: .15em;
  transform: scale(1, 0.7); }

.blackout + .blackout {
  width: 110px; }

.publiccourses .email {
  box-sizing: border-box;
  padding: 1.5em 2em 2em;
  width: auto;
  margin-bottom: .75em;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
  display: none; }

.publiccourses .email-content {
  padding: 1em 0 0;
  font-size: 1.25em;
  line-height: 1.5;
  padding-bottom: .5em; }

.publiccourses .email-date {
  position: relative;
  float: none;
  color: #ef5008;
  padding-bottom: 0;
  letter-spacing: 0 !important;
  font-size: .75em; }

.publiccourses .email-name {
  padding-left: 0;
  font-size: .75em; }
  .publiccourses .email-name strong {
    color: #303030;
    font-size: 13px;
    font-weight: 600 !important; }

.star-four .rating *:last-child {
  color: #d9d9d9; }

#loadMore,
#loaded {
  display: inline-block;
  margin: 2em auto; }

#loaded {
  display: none; }

@media screen and (max-width: 600px) {
  .review.email {
    padding: 1.5em 2em; }
  .email-header {
    padding-left: 0; }
  .email-header img {
    display: none; }
  .email-re {
    float: none; }
  .email-date {
    font-size: .85em;
    color: #7a7a7a; } }

#ouibounce-ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040; }

.ouibounce-title {
  text-align: center;
  font-size: 2.6em;
  text-align: center;
  padding: 0 1em .5em;
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: 700; }

.ouibounce-tagline {
  font-size: 1em;
  color: #D80A0A;
  padding: 1em 0 1em;
  text-align: center;
  font-style: italic; }

.ouibounce-content {
  font-size: 1.2em;
  padding: 0 2em;
  text-align: center; }

#ouibounce-ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #36393c;
  opacity: .9;
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; }

#ouibounce-ouibounce-modal .ouibounce-modal {
  width: 900px;
  background-color: #f0f1f2;
  z-index: 3000;
  position: relative;
  margin: auto;
  margin-top: 5em;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  padding-bottom: 18em; }
  #ouibounce-ouibounce-modal .ouibounce-modal:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #ouibounce-ouibounce-modal .ouibounce-modal .close-it {
    position: absolute;
    display: block;
    width: 1.75em;
    height: 1.75em;
    border-radius: .875em;
    font-size: 1.75em;
    font-weight: 100;
    line-height: 1.75;
    color: #fff;
    background-color: #0B8ECC;
    text-align: center;
    top: -.65em;
    right: -.65em;
    cursor: pointer; }
  #ouibounce-ouibounce-modal .ouibounce-modal img {
    position: absolute;
    right: -2em;
    bottom: 1em;
    width: 400px; }

#ouibounce-ouibounce-modal form {
  background: none;
  padding: none;
  width: 425px;
  border-bottom: 0;
  position: absolute;
  left: 2em;
  bottom: 3em; }

#ouibounce-ouibounce-modal .ouibounce-modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center; }

#ouibounce-ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500; }

#ouibounce-ouibounce-modal .ouibounce-modal-body {
  padding: 20px 35px;
  font-size: 0.9em; }

#ouibounce-ouibounce-modal .ouibounce-modal-footer {
  display: block;
  position: absolute;
  bottom: 1em; }

#ouibounce-ouibounce-modal .ouibounce-modal-footer p {
  cursor: pointer;
  margin: 1em auto;
  color: #0B8ECC;
  text-align: center;
  text-decoration: underline; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.wsp-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 1037;
  opacity: .96;
  display: none; }
  .wsp-modal > .content-wrap {
    height: 100%; }

.modal.my-courses-alert .modal-dialog .modal-body {
  overflow: hidden; }

.modal.my-courses-alert .modal-dialog strong {
  color: #FFCC00; }

.modal.my-courses-alert .modal-dialog h3 {
  font-size: 1.5em;
  text-decoration: left;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #FFCC00; }
  .modal.my-courses-alert .modal-dialog h3 br {
    display: none; }

.modal.my-courses-alert .modal-dialog .dismiss,
.modal.my-courses-alert .modal-dialog .content a {
  color: #93e9ff;
  text-decoration: underline;
  cursor: pointer; }

.modal.my-courses-alert .modal-dialog .content {
  padding-right: 280px;
  text-align: center; }

.modal.my-courses-alert .modal-dialog .img-frame {
  float: right;
  width: 260px; }

.modal.my-courses-alert .modal-dialog img {
  width: 500px;
  max-width: none; }

body.single-knowledgebaseposts .modal-backdrop {
  background-color: #0D0F11; }

.modal,
#ouibounce-ouibounce-modal .underlay {
  cursor: url("https://s3.amazonaws.com/wspimage/cursor-close.png") 10 10, pointer; }

.modal-content {
  cursor: default; }

.modal-backdrop.in {
  opacity: .9 !important; }

.modal-backdrop.green-bg.in {
  background-color: #22B783 !important;
  opacity: 1 !important; }

body.modal-open {
  overflow: visible; }

.dont-show {
  padding-top: 2em;
  clear: both; }

.close-modal {
  font-style: italic;
  color: #FFCC00;
  padding-bottom: 2em;
  cursor: pointer; }

.modal .modal-dialog {
  position: relative;
  margin: 0 auto;
  background: none;
  width: 94%;
  max-width: 900px;
  margin: 4em auto; }
  .modal .modal-dialog .modal-body {
    border: none !important; }
  .modal .modal-dialog.min-700 {
    max-width: 700px; }

.modal-content.blue-back {
  background-color: #0B8ECC; }
  .modal-content.blue-back .close {
    background-color: #3AAFE6; }
  .modal-content.blue-back p,
  .modal-content.blue-back h3 {
    color: #fff; }
  .modal-content.blue-back h3 {
    text-align: center;
    border-bottom: none;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: .25em; }

.modal-content .modal-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #f4f4f4;
  padding: .75em 1em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 100;
  margin-bottom: 1em;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; }

.modal-content .modal-body {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 2em 3em; }
  .modal-content .modal-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .modal-content .modal-body .infusion-form,
  .modal-content .modal-body .wsp-form,
  .modal-content .modal-body .wpcf7-form {
    margin-top: 0; }
  .modal-content .modal-body p + .infusion-form,
  .modal-content .modal-body p + .wsp-form,
  .modal-content .modal-body p + .wpcf7-form {
    margin-top: 2em; }
  .modal-content .modal-body p.hello {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: .75em; }
  .modal-content .modal-body .signature {
    padding-top: 2em;
    margin-bottom: -1em; }
    .modal-content .modal-body .signature:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .modal-content .modal-body .signature img {
      border: 5px solid #fff;
      box-shadow: 0 0 1px 0 #ababab;
      float: left;
      margin-right: 1em;
      position: relative;
      top: -1em;
      width: 95px; }
    .modal-content .modal-body .signature img.signature-img {
      box-shadow: none;
      float: none;
      margin: 0 0 -0.5em !important;
      width: 145px; }

.modal-content .modal-header + .modal-body {
  padding: 0 3em 2em; }

.modal-content .modal-header + .modal-body.entry {
  padding: 0em 3em 2em; }

.modal-dialog .close,
.mandates .close,
.wsp-modal .close {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  background-color: #0B8ECC;
  color: #fff;
  margin: 0;
  border: none;
  box-shadow: none;
  font-size: 1.2em;
  font-weight: 100;
  position: absolute;
  top: -.75em;
  right: -.75em;
  z-index: 500;
  opacity: 1.0 !important;
  text-shadow: none;
  width: 2.5em;
  height: 2.5em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  border-radius: 1.25em; }
  .modal-dialog .close:hover,
  .mandates .close:hover,
  .wsp-modal .close:hover {
    background-color: #3AAFE6;
    color: #fff; }
  .modal-dialog .close:focus,
  .mandates .close:focus,
  .wsp-modal .close:focus {
    outline: none !important; }

.wsp-modal .close {
  top: 4em;
  right: 3em; }

.blue-back .modal-dialog .close {
  background-color: #3AAFE6; }

.green-bg .modal-dialog .close {
  background: rgba(0, 0, 0, 0.5); }

.modal.full-vid .modal-dialog {
  margin-top: 6em;
  max-width: 1000px; }

.modal.full-vid .modal-dialog .close {
  top: -1.25em;
  right: -1.25em; }

.modal.full-vid .modal-content {
  border: 6px solid #fff;
  border-radius: 0 !important; }
  .modal.full-vid .modal-content .modal-body {
    padding: 0; }

.modal.full-vid .videowrapper {
  padding-bottom: 56.25%;
  width: 100%; }

.modal.full-screen {
  /*
	.contact-info span.chat-link {
		display: inline-block;
		background-color: $green;
		color: #fff !important;
		padding: .2em 4em;
		cursor: pointer;
		@include borderradius;
		font-size: .6em;
		margin-top: 3em;
		margin-bottom: 1.5em;
		
		.glyphicon {
			color: #fff !important;
			font-size: .9em;
			top: 2px;
			margin-right: .5em;
		}
		
	}
*/ }
  .modal.full-screen * {
    color: #fff; }
  .modal.full-screen .modal-content {
    background: none;
    padding-top: 3em; }
  .modal.full-screen .modal-dialog {
    max-width: none;
    margin: 0 auto; }
  .modal.full-screen .modal-dialog .close {
    top: 1em;
    right: 0; }
  .modal.full-screen .contact-tag,
  .modal.full-screen .contact-info {
    display: block;
    text-align: center; }
  .modal.full-screen .contact-tag {
    font-size: 1em;
    padding: 2em 0 0;
    color: #FFCC00 !important; }
    .modal.full-screen .contact-tag:first-child {
      padding-top: 0; }
  .modal.full-screen .contact-info {
    font-size: 1.5em; }

.modal-book-form .modal-dialog {
  max-width: 760px; }

.modal-book-form img {
  width: 250px;
  float: left; }

.modal-book-form form {
  padding-left: 260px !important; }

.modal.full-screen.full-form .modal-content {
  max-width: 900px;
  margin: 0 auto; }
  .modal.full-screen.full-form .modal-content .discuss-label {
    text-align: center;
    margin-bottom: 3em;
    color: #FFCC00;
    font-weight: 300;
    font-size: 2em; }

.modal-w-tabs a.edit {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: .9em; }

.modal-w-tabs .tab-pane {
  padding-top: 0; }

.modal-w-tabs .modal-dialog {
  max-width: 900px; }

.modal-w-tabs .modal-dialog .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em; }

.modal-w-tabs .modal-header {
  margin-bottom: 0;
  background-color: #0B8ECC;
  font-weight: 600;
  color: #fff;
  font-size: 1.1em;
  border: none; }

.modal-w-tabs .modal-tabs {
  float: left;
  width: 200px;
  font-size: .85em !important;
  list-style: none;
  margin-left: 0; }
  .modal-w-tabs .modal-tabs li {
    margin-bottom: 0 !important;
    position: relative; }
  .modal-w-tabs .modal-tabs a {
    text-decoration: none;
    position: relative;
    opacity: .35;
    color: #303030;
    font-weight: 700;
    display: block;
    line-height: 1.4;
    margin-bottom: 0 !important;
    padding: 1.5em 0 1.5em 35px; }
    .modal-w-tabs .modal-tabs a strong {
      color: #ef5008; }
    .modal-w-tabs .modal-tabs a:hover {
      opacity: 1; }
  .modal-w-tabs .modal-tabs .glyphicon {
    position: absolute;
    left: -1.5em;
    font-size: .8em;
    margin-right: 3px;
    top: .35em;
    display: none; }
  .modal-w-tabs .modal-tabs .active a {
    opacity: 1; }
  .modal-w-tabs .modal-tabs .active .glyphicon {
    display: inline; }
  .modal-w-tabs .modal-tabs .active::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f1f1f1;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -12px; }

.modal-w-tabs .modal-content {
  border-radius: 7px;
  background-color: #f1f1f1; }

.modal-w-tabs .modal-body {
  padding: 0 !important; }

.modal-w-tabs .tab-content {
  margin-left: 200px;
  padding-left: 2em;
  padding: 2em 2.5em;
  background-color: #fff;
  border-bottom-right-radius: 7px; }

.modal.exam-upload-modal .modal-body {
  padding: 0 !important; }
  .modal.exam-upload-modal .modal-body ul,
  .modal.exam-upload-modal .modal-body p {
    font-size: .9em; }
  .modal.exam-upload-modal .modal-body ul li {
    margin-bottom: .5em; }
  .modal.exam-upload-modal .modal-body h3 {
    color: #303030;
    font-size: 1.1em;
    font-weight: 700; }
  .modal.exam-upload-modal .modal-body .greenbutton {
    min-width: 300px; }

.modal.exam-upload-modal .wpcf7-form {
  padding: 0;
  background: none;
  border: none;
  max-width: 500px; }
  .modal.exam-upload-modal .wpcf7-form .wsp-user-name,
  .modal.exam-upload-modal .wpcf7-form .wsp-user-email,
  .modal.exam-upload-modal .wpcf7-form .wsp-group-name,
  .modal.exam-upload-modal .wpcf7-form .wsp-due-date {
    display: none; }
  .modal.exam-upload-modal .wpcf7-form p {
    margin-bottom: 0; }
  .modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > *[role="alert"] {
    display: none; }
  .modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > input[type="file"] + *[role="alert"] {
    display: block; }
  .modal.exam-upload-modal .wpcf7-form .submit-container input[type="submit"],
  .modal.exam-upload-modal .wpcf7-form .submit-container .ajax-loader:after {
    padding: 0;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    height: 40px;
    line-height: 40px; }
  .modal.exam-upload-modal .wpcf7-form input[type="file"] {
    border-radius: 0;
    border: 1px solid #ddd; }
  .modal.exam-upload-modal .wpcf7-form .submit-container {
    position: relative;
    height: 2em; }
  .modal.exam-upload-modal .wpcf7-form .ajax-loader {
    background-image: none;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden; }
    .modal.exam-upload-modal .wpcf7-form .ajax-loader:after {
      content: "Submitting";
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: .85em;
      padding: .75em 0;
      background-color: #22B783;
      border: none;
      color: #fff !important;
      background-color: #7dccb0;
      cursor: pointer; }
      .modal.exam-upload-modal .wpcf7-form .ajax-loader:after:hover {
        background-color: #22cc91; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wpcf7-form-control-wrap > *[role="alert"] {
  display: block; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name,
.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date {
  display: block; }
  .wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name::after,
  .wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email::after,
  .wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name::after,
  .wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date::after {
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: .6em;
    color: #D80A0A; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-name::after {
  content: "User Name visible to admins only"; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-user-email::after {
  content: "Email visible to admins only"; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-group-name::after {
  content: "Group Name visible to admins only"; }

.wsp-admin .modal.exam-upload-modal .wpcf7-form .wsp-due-date::after {
  content: "Due Date visible to admins only"; }

.homepage .modal.full-vid .modal-dialog {
  max-width: 900px; }
  .homepage .modal.full-vid .modal-dialog a {
    display: block;
    font-style: italic;
    text-align: center;
    background: none;
    float: none;
    padding-top: 2em;
    color: #fff; }

.modal.default-group-instructions .modal-dialog {
  max-width: 1000px; }
  .modal.default-group-instructions .modal-dialog .modal-body {
    padding-top: 2em; }
    .modal.default-group-instructions .modal-dialog .modal-body br {
      display: none; }
    .modal.default-group-instructions .modal-dialog .modal-body ul {
      list-style: none;
      margin: 0 !important; }
    .modal.default-group-instructions .modal-dialog .modal-body li {
      float: left;
      width: 28%;
      padding: 0 2.5%;
      margin-bottom: 3em; }
      .modal.default-group-instructions .modal-dialog .modal-body li h4 {
        text-align: center;
        padding-bottom: 1em;
        font-size: 1em;
        margin-bottom: 0; }
      .modal.default-group-instructions .modal-dialog .modal-body li p {
        text-align: center;
        font-size: .9em; }
  .modal.default-group-instructions .modal-dialog .circle-frame {
    width: 80%;
    display: block;
    margin: 0 auto 1em auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eaeaea; }
    .modal.default-group-instructions .modal-dialog .circle-frame img {
      width: 100%; }

#infographic-share-modal .modal-dialog {
  max-width: 700px; }

#infographic-share-modal .share-this {
  text-align: center; }
  #infographic-share-modal .share-this p {
    display: none; }

#infographic-share-modal .share-this + .share-embed {
  margin-top: 2em; }

#user-alert .modal-content {
  background-color: #0B8ECC;
  padding-top: 3em; }
  #user-alert .modal-content h2,
  #user-alert .modal-content p {
    color: #fff; }
  #user-alert .modal-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px; }
  #user-alert .modal-content p strong {
    color: #FFCC00; }
  #user-alert .modal-content h2 {
    font-size: 3em;
    font-weight: 300;
    padding-left: 1em;
    padding-right: 1em; }
  #user-alert .modal-content .close {
    background-color: #3AAFE6; }
  #user-alert .modal-content .modal-body img {
    max-width: 150px !important; }

#iprepModal2 .modal-dialog {
  max-width: 900px;
  margin-top: 6em; }

#iprepModal2 .modal-body {
  position: static; }

#iprepModal2 .modal-text-wrap {
  padding-left: 300px; }

#iprepModal2 .tagline {
  font-size: .8em;
  color: #FFCC00 !important;
  text-transform: uppercase;
  font-weight: 500; }

#iprepModal2 .modal-content {
  background-color: #004368; }
  #iprepModal2 .modal-content h3,
  #iprepModal2 .modal-content p {
    color: #fff; }
  #iprepModal2 .modal-content h3 {
    font-weight: 700;
    font-size: 2.25em;
    border: none;
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 1.2; }
    #iprepModal2 .modal-content h3 span {
      color: #9ed6f5; }

#iprepModal2 .greenbutton {
  min-width: 200px; }

#iprepModal2 .nothanks {
  font-size: .75em;
  display: inline-block;
  padding-top: 1.25em;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.4); }

#iprepModal2 img {
  position: absolute; }

#iprepModal2 img#businessman {
  left: 2em;
  bottom: 0px;
  width: 275px; }

#iprepModal2 img#small-logo {
  left: 2em;
  bottom: 1em;
  width: 9em; }

@media screen and (min-width: 1000px) {
  #iprepModal2 .modal-content {
    height: 410px; }
  .modal-content .modal-body {
    padding: 2em 3em; } }

@media screen and (max-width: 1000px) {
  .modal .modal-dialog {
    margin-top: 2em !important; }
  .modal.full-screen .modal-dialog {
    margin-top: 0 !important; }
  .modal.full-form form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em; }
  .modal.full-vid .modal-content {
    border: none; }
  .modal-dialog .close,
  .modal.full-vid .modal-dialog .close {
    font-size: 1em; } }

@media screen and (max-width: 800px) {
  #iprepModal2 * {
    text-align: center; }
  #iprepModal2 img {
    display: none; }
  #iprepModal2 .modal-text-wrap {
    padding: 0; } }

@media screen and (min-width: 1000px) {
  .modal.default-group-instructions .modal-dialog .modal-body li {
    min-height: 32em; } }

@media screen and (max-width: 999px) {
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 44%;
    padding: 0 3%;
    min-height: 32em; }
  #user-alert .modal-content img {
    display: none !important; } }

@media screen and (max-width: 700px) {
  .modal.my-courses-alert .modal-dialog .img-frame {
    float: none;
    width: auto; }
  .modal.my-courses-alert .modal-dialog img {
    width: 90%;
    max-width: 250px;
    margin: 0 auto; }
  .modal.my-courses-alert .modal-dialog .content {
    padding-top: 2em;
    padding-right: 0; }
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 90%;
    padding: 0 5%;
    min-height: auto; }
  .modal .modal-header + .modal-body {
    padding: 0 2em 2em; }
  .modal .modal-header + .modal-body.entry {
    padding: 1em 2em; }
  .modal-content .modal-body {
    padding: 2em; }
  #modal-syllabus .modal-dialog img {
    display: none; }
  #modal-syllabus .modal-dialog .col-5,
  #modal-syllabus .modal-dialog .col-6,
  #modal-syllabus .modal-dialog .col-7 {
    padding: 0;
    margin: 0 auto; }
  #modal-syllabus .modal-dialog form {
    width: 100%; }
  .modal-book-form img {
    display: none; }
  .modal-book-form form {
    padding-left: 0 !important; }
  .modal.full-screen .contact-info {
    font-size: 1em; }
  #user-alert .modal-content h2 {
    font-size: 2.25em; }
  .modal-w-tabs .modal-content {
    background-color: #e5e5e5; }
  .modal-w-tabs .modal-tabs {
    width: auto;
    float: none;
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 1em;
    margin-left: 3em; }
    .modal-w-tabs .modal-tabs:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .modal-w-tabs .modal-tabs li {
      display: inline-block;
      box-sizing: border-box;
      text-align: center;
      background-color: #f2f2f2;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .modal-w-tabs .modal-tabs li.active {
        border-right: none;
        background-color: #fff; }
        .modal-w-tabs .modal-tabs li.active:after {
          display: none; }
      .modal-w-tabs .modal-tabs li a {
        border: none;
        box-shadow: none;
        padding: .75em 3em .5em;
        color: #ef5008;
        font-weight: 600; }
      .modal-w-tabs .modal-tabs li strong {
        display: none; }
      .modal-w-tabs .modal-tabs li br {
        display: none; }
  .modal-w-tabs .tab-content {
    margin-left: 0;
    padding-top: 2em; } }

@media screen and (max-width: 500px) {
  .modal.my-courses-alert .modal-dialog h3 br {
    display: block; }
  .modal.default-group-instructions .modal-dialog .modal-body li {
    width: 97%;
    padding: 0 1.5%;
    min-height: auto; }
  .modal-w-tabs .modal-tabs {
    margin-left: 1.5em; }
    .modal-w-tabs .modal-tabs li a {
      padding: .75em 1em .5em; }
  .modal-w-tabs .tab-content {
    padding: 1.5em; } }

.content-wrap > .nav-tabs {
  margin-bottom: 2em; }

.dropdown-toggle .hidden {
  display: none; }

.dropdown-toggle .active {
  display: inline; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.player-error > .jwplayer,
.player-error #wsp-playbutton {
  display: none; }

.vidframe {
  border: 8px solid #fff;
  box-shadow: 0px 0px 0px 1px #dadada; }

#wsp-player-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
  background-color: #FFCC00; }
  #wsp-player-error p {
    max-width: 740px;
    margin: 0 auto;
    padding: 3em;
    font-weight: 600; }
  #wsp-player-error a {
    color: #303030;
    text-decoration: underline; }
    #wsp-player-error a.blue {
      color: #0B8ECC; }
  #wsp-player-error strong {
    color: #ef5008; }

#wsp-video-controls {
  overflow: hidden;
  height: 0px; }

iframe {
  width: 100%; }

.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads) .jw-controlbar .jw-button-container > .jw-icon-playback {
  display: flex !important; }

@media screen and (max-width: 600px) {
  #wsp-player-error {
    font-size: .9em; } }

.jw-icon-rewind {
  display: none !important; }

.wsp-vid-icon-svg {
  opacity: .8;
  cursor: pointer;
  height: 20px;
  padding: 0 12px;
  position: relative; }
  .wsp-vid-icon-svg:hover {
    opacity: 1; }

.wsp-speed-icon {
  padding-right: 1em; }

.wsp-vid-icon-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 40px;
  cursor: pointer; }
  .wsp-vid-icon-text:last-child {
    padding-right: 1.5em; }
  .wsp-vid-icon-text:hover {
    color: #fff; }
  .wsp-vid-icon-text.active {
    color: #FFCC00; }
  .wsp-vid-icon-text .tri {
    font-size: 9px;
    position: relative;
    top: -2px;
    padding: 0 2px; }

.jw-controlbar .jw-spacer {
  text-align: center; }

#wsp-next-prev-buttons {
  display: none; }
  #wsp-next-prev-buttons a {
    color: #fff;
    opacity: .8; }
  #wsp-next-prev-buttons .ghost {
    opacity: .3; }

.jw-flag-fullscreen #wsp-next-prev-buttons {
  display: inline !important; }

.videowrapper {
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 based on width */ }
  .videowrapper iframe,
  .videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1% !important;
    height: 100%; }

#overview .videowrapper,
#overview .jwplayer {
  border: 10px solid #fff;
  box-shadow: 0 0 0 1px #e2e2e2; }

.lessoncontent .videowrapper,
#jw-player,
#jw6 {
  display: block;
  margin: 0 auto 1em auto;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative; }

.modal #jw-player {
  margin: 0; }

.webinar .lessoncontent .videowrapper {
  margin-bottom: 5em; }

.real-estate-reit-modeling .lessoncontent .videowrapper {
  padding-bottom: 69%; }

/*
.jw-player-wrapper {
	display: block;
	position: relative;
}
*/
.jw-player-loader {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1020; }
  .jw-player-loader img {
    display: block;
    border: 1px solid #e7e7e7; }
  .jw-player-loader .spinner-img {
    position: absolute; }

.js .jw-player-loader {
  display: block; }

.single-promovids .videowrapper {
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 based on width */ }

.entry .videowrapper {
  position: relative;
  padding-bottom: 56%;
  /* 16:9 based on width */
  height: 0;
  width: 100%;
  margin: 1.5em auto 2em auto;
  display: block; }
  .entry .videowrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .entry .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1% !important;
    height: 100%; }

.jw-state-idle .jw-controls {
  background: transparent !important; }

.publiccourses #promo-video .jw-preview {
  background-image: url("https://wspimage.s3.amazonaws.com/bc-vid-bg.jpg") !important; }

.selfstudy #promo-video .jw-preview {
  background-image: url(https://s3.amazonaws.com/wspimage/wsp-video-mobile-selfstudy.jpg) !important; }

.single-seminars #boot-camp-overview .jw-preview {
  background-image: url("https://wspimage.s3.amazonaws.com/bc-vid-bg.jpg") !important; }

.single-seminars #boot-camp-overview .jw-display .jw-svg-icon-play {
  background: #0B8ECC;
  color: #fff;
  width: 4.5em;
  height: 4.5em;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3); }

.single-wsp_lesson .jw-state-idle .jw-preview,
.single-wsp_course .jw-state-idle .jw-preview {
  background-image: url(https://s3.amazonaws.com/wspimage/bg-video-letsmodel-3.jpg) !important; }

.single-wsp_lesson .jw-state-idle .jw-controls-backdrop,
.single-wsp_course .jw-state-idle .jw-controls-backdrop {
  background: none !important; }

.single-wsp_lesson #wsp-playbutton,
.single-wsp_course #wsp-playbutton {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 40px;
  cursor: pointer;
  z-index: 1000;
  display: none; }
  .single-wsp_lesson #wsp-playbutton .wsp-vid-icon,
  .single-wsp_course #wsp-playbutton .wsp-vid-icon {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 36px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -20px; }

@media screen and (max-width: 800px) {
  .single-wsp_lesson #wsp-playbutton {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 30px; }
    .single-wsp_lesson #wsp-playbutton .wsp-vid-icon {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 22px solid #fff;
      margin-left: -8px;
      margin-top: -12px; }
  .wsp-vid-icon-text {
    padding-right: .65em; } }

@media screen and (max-width: 600px) {
  .wsp-speed-icon,
  .wsp-skip-icon {
    display: none !important; } }

.entry .modal .videowrapper {
  margin: 0; }

.real-estate-reit-modeling .jwplayer {
  background-color: #000 !important; }

#overview .jw-aspect {
  padding-top: 56.5% !important; }

.jw-preview {
  background-color: #fff !important; }

/* Form Layout
-------------------------------------------------------------- */
.infusion-form .field-sumbit-right,
.wsp-form .field-sumbit-right {
  float: right !important;
  margin-right: 0 !important;
  width: 49%; }

.infusion-form .split:after, .infusion-form.split:after,
.wsp-form .split:after,
.wsp-form.split:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.infusion-form .split .infusion-field,
.infusion-form .split .wsp-field, .infusion-form.split .infusion-field,
.infusion-form.split .wsp-field,
.wsp-form .split .infusion-field,
.wsp-form .split .wsp-field,
.wsp-form.split .infusion-field,
.wsp-form.split .wsp-field {
  width: 49%;
  float: left; }
  .infusion-form .split .infusion-field:nth-child(odd),
  .infusion-form .split .wsp-field:nth-child(odd), .infusion-form.split .infusion-field:nth-child(odd),
  .infusion-form.split .wsp-field:nth-child(odd),
  .wsp-form .split .infusion-field:nth-child(odd),
  .wsp-form .split .wsp-field:nth-child(odd),
  .wsp-form.split .infusion-field:nth-child(odd),
  .wsp-form.split .wsp-field:nth-child(odd) {
    margin-right: 2%; }

.infusion-form .split .infusion-field.field-submit,
.infusion-form .split #submitTheForm, .infusion-form.split .infusion-field.field-submit,
.infusion-form.split #submitTheForm,
.wsp-form .split .infusion-field.field-submit,
.wsp-form .split #submitTheForm,
.wsp-form.split .infusion-field.field-submit,
.wsp-form.split #submitTheForm {
  margin-top: .85em; }
  .infusion-form .split .infusion-field.field-submit input.no-marg,
  .infusion-form .split #submitTheForm input.no-marg, .infusion-form.split .infusion-field.field-submit input.no-marg,
  .infusion-form.split #submitTheForm input.no-marg,
  .wsp-form .split .infusion-field.field-submit input.no-marg,
  .wsp-form .split #submitTheForm input.no-marg,
  .wsp-form.split .infusion-field.field-submit input.no-marg,
  .wsp-form.split #submitTheForm input.no-marg {
    margin-top: 0; }

.infusion-form .split.split-3 .infusion-field,
.infusion-form .split.split-3 .wsp-field,
.wsp-form .split.split-3 .infusion-field,
.wsp-form .split.split-3 .wsp-field {
  width: 31%;
  float: left;
  margin-right: 2%; }
  .infusion-form .split.split-3 .infusion-field:nth-child(3n+3),
  .infusion-form .split.split-3 .wsp-field:nth-child(3n+3),
  .wsp-form .split.split-3 .infusion-field:nth-child(3n+3),
  .wsp-form .split.split-3 .wsp-field:nth-child(3n+3) {
    margin-right: 0; }

.infusion-form .field-text-w-submit > *,
.wsp-form .field-text-w-submit > * {
  float: left; }

.infusion-form .field-text-w-submit .wsp-field,
.infusion-form .field-text-w-submit .infusion-field,
.wsp-form .field-text-w-submit .wsp-field,
.wsp-form .field-text-w-submit .infusion-field {
  width: 75%;
  margin-right: 3%; }

.infusion-form .field-text-w-submit input[type="submit"],
.wsp-form .field-text-w-submit input[type="submit"] {
  width: 22%;
  margin-top: 1.75em; }

.infusion-form .field-text-2-w-submit > *,
.wsp-form .field-text-2-w-submit > * {
  float: left; }

.infusion-form .field-text-2-w-submit .wsp-field,
.infusion-form .field-text-2-w-submit .infusion-field,
.wsp-form .field-text-2-w-submit .wsp-field,
.wsp-form .field-text-2-w-submit .infusion-field {
  width: 37%;
  margin-right: 2%; }

.infusion-form .field-text-2-w-submit input[type="submit"],
.wsp-form .field-text-2-w-submit input[type="submit"] {
  width: 22%;
  margin-top: 1.75em; }

.infusion-form .infusion-field-radio,
.wsp-form .infusion-field-radio {
  margin: 2em 0; }
  .infusion-form .infusion-field-radio > label,
  .wsp-form .infusion-field-radio > label {
    font-size: .9em;
    margin-bottom: 1em;
    font-weight: 600; }
  .infusion-form .infusion-field-radio .options-container:after,
  .wsp-form .infusion-field-radio .options-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .infusion-form .infusion-field-radio .infusion-option,
  .wsp-form .infusion-field-radio .infusion-option {
    float: left;
    width: 50%;
    font-size: .9em;
    max-width: 400px; }

.infusion-form .split-half,
.wsp-form .split-half {
  width: 47.5%;
  float: left; }
  .infusion-form .split-half:first-of-type,
  .wsp-form .split-half:first-of-type {
    margin-right: 5%; }
  .infusion-form .split-half input[type="submit"],
  .infusion-form .split-half .infusion-submit button,
  .wsp-form .split-half input[type="submit"],
  .wsp-form .split-half .infusion-submit button {
    width: 100% !important;
    margin-top: 1.75em; }
  .infusion-form .split-half .infusion-captcha,
  .wsp-form .split-half .infusion-captcha {
    margin-top: .75em;
    margin-bottom: .15em; }

.infusion-form .infusion-field-select + .split-half,
.wsp-form .infusion-field-select + .split-half {
  margin-right: 5%; }

.infusion-form input[type="text"].unhappy,
.infusion-form input[type="password"].unhappy,
.infusion-form input[type="email"].unhappy,
.infusion-form textarea.unhappy,
.wsp-form input[type="text"].unhappy,
.wsp-form input[type="password"].unhappy,
.wsp-form input[type="email"].unhappy,
.wsp-form textarea.unhappy {
  background-color: #fff1f1; }

.blue-back .infusion-form input[type="text"].unhappy,
.blue-back .infusion-form input[type="password"].unhappy,
.blue-back .infusion-form input[type="email"].unhappy,
.blue-back .infusion-form textarea.unhappy,
.blue-back .wsp-form input[type="text"].unhappy,
.blue-back .wsp-form input[type="password"].unhappy,
.blue-back .wsp-form input[type="email"].unhappy,
.blue-back .wsp-form textarea.unhappy,
.blue-back form input[type="text"].unhappy,
.blue-back form input[type="password"].unhappy,
.blue-back form input[type="email"].unhappy,
.blue-back form textarea.unhappy {
  background-color: #0c7fb7; }

.wpcf7-form .field-split {
  width: 49%;
  float: left; }
  .wpcf7-form .field-split:nth-child(even) {
    margin-right: 2%; }

.split-half + .split-half > div:first-child select {
  margin-top: 1.9em; }

.wpcf7 .split {
  display: block;
  float: left;
  width: 49%; }
  .wpcf7 .split.field-3, .wpcf7 .split.field-4, .wpcf7 .split.field-5 {
    padding-right: 2%; }
  .wpcf7 .split.field-3 + .split textarea {
    height: 14.4em;
    min-height: 14.4em;
    margin-bottom: 1em; }
  .wpcf7 .split.field-4 + .split textarea {
    height: 19.55em;
    min-height: 19.55em;
    margin-bottom: 1em; }

/* All Forms
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
  font-size: .85em;
  line-height: 1.8; }

:-moz-placeholder {
  color: #828282;
  font-style: italic;
  font-size: .85em;
  line-height: 1.8; }

::-moz-placeholder {
  color: #828282;
  font-style: italic;
  font-size: .85em;
  line-height: 1.8; }

:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
  font-size: .85em;
  line-height: 1.8; }

.blue-back ::-webkit-input-placeholder {
  color: #fff; }

.blue-back :-moz-placeholder {
  color: #fff; }

.blue-back ::-moz-placeholder {
  color: #fff; }

.blue-back :-ms-input-placeholder {
  color: #fff; }

input[type="text"],
input[type="password"],
input[type="textarea"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

h1 + form:not(.wsp-search-form) {
  margin-top: 3em !important; }

#wsp-admin h1 + form:not(.wsp-search-form) {
  margin-top: 0 !important; }

.date-control > label {
  margin-bottom: 1em; }

.date-control .date {
  width: 48%;
  float: left; }
  .date-control .date:last-child {
    margin-left: 2%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  background-image: url(https://s3.amazonaws.com/wspimage/input-bg-select.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: .55em;
  border: 1px solid #e9e9e9;
  background-color: transparent;
  margin-bottom: 1em;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  width: 100%;
  color: #303030;
  margin-top: 0;
  height: 3.3em;
  font-size: .9em; }
  select option {
    padding: .5em;
    color: #303030; }

.blue-back select {
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  background-image: url(https://s3.amazonaws.com/wspimage/input-bg-select-white.svg); }

.bg-white select {
  background-color: #f9f9f9; }

::-ms-expand {
  display: none; }

form:not(.wsp-search-form) {
  /*
	#csv_import {
		background-color: #f1f1f1;
		border-radius: 0 !important;
		padding: 1em !important;
    }
*/ }
  form:not(.wsp-search-form) input:disabled {
    opacity: .5; }
  form:not(.wsp-search-form) textarea,
  form:not(.wsp-search-form) input,
  form:not(.wsp-search-form) .input-ghost {
    margin-bottom: 1em;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
    color: #303030;
    border: 1px solid #e9e9e9; }
  form:not(.wsp-search-form) textarea {
    max-width: 100%;
    min-width: 100%;
    line-height: 1.7; }
  form:not(.wsp-search-form) textarea,
  form:not(.wsp-search-form) input,
  form:not(.wsp-search-form) .input-ghost {
    font-size: 1em; }
  form:not(.wsp-search-form) input[type="date"] {
    font-size: .9em; }
  form:not(.wsp-search-form) input,
  form:not(.wsp-search-form) .input-ghost {
    padding-top: .75em;
    padding-bottom: .75em; }
  form:not(.wsp-search-form) #group-type {
    margin-bottom: 1em; }
  form:not(.wsp-search-form) textarea {
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: auto; }
  form:not(.wsp-search-form) textarea,
  form:not(.wsp-search-form) input,
  form:not(.wsp-search-form) .input-ghost {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    outline: none; }
  form:not(.wsp-search-form) input[type="submit"],
  form:not(.wsp-search-form) button {
    -webkit-appearance: none;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #22B783;
    border: none;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    margin-bottom: 0;
    font-size: .85em;
    padding-top: 1em;
    padding-bottom: 1em; }
    form:not(.wsp-search-form) input[type="submit"]:hover,
    form:not(.wsp-search-form) button:hover {
      background-color: #22cc91; }
  form:not(.wsp-search-form) input[type="submit"].max,
  form:not(.wsp-search-form) button.max {
    max-width: 30em; }
  form:not(.wsp-search-form) input[type="radio"] {
    display: inline;
    margin: 0 0.5em 0 0;
    width: auto;
    position: relative;
    top: -.25em; }
  form:not(.wsp-search-form) .radio-divide {
    display: inline-block;
    width: 1em; }
  form:not(.wsp-search-form) .divider {
    position: relative;
    clear: both;
    padding: 0 !important;
    margin-top: 2em; }
    form:not(.wsp-search-form) .divider:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  form:not(.wsp-search-form) .category {
    margin-bottom: 1em;
    margin-top: 3em;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px white;
    padding-bottom: .4em;
    display: block;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-weight: 700;
    position: relative; }
    form:not(.wsp-search-form) .category span {
      padding-right: .45em;
      top: 2px; }
    form:not(.wsp-search-form) .category strong {
      color: #D80A0A; }

.module-white input[type="file"] {
  padding: 1em;
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 1em;
  display: inline-block !important; }

input[type="file"] + button,
input[type="file"] + input[type="submit"] {
  margin-top: 1em; }

button.submit {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #22B783;
  border: none;
  color: #fff !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 0;
  font-size: .85em;
  padding: 1em 2em; }
  button.submit:hover {
    background-color: #22cc91; }

button.marg-top {
  margin-top: 2em; }

.infusion-form,
.wsp-form,
.wpcf7-form {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 1.7em 3%;
  margin-top: 2em;
  position: relative; }
  .infusion-form:after,
  .wsp-form:after,
  .wpcf7-form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .infusion-form .radio-container,
  .wsp-form .radio-container,
  .wpcf7-form .radio-container {
    padding: .55em 0; }
    .infusion-form .radio-container span,
    .wsp-form .radio-container span,
    .wpcf7-form .radio-container span {
      float: right;
      margin-right: 10%; }
  .infusion-form .radio-group p,
  .wsp-form .radio-group p,
  .wpcf7-form .radio-group p {
    display: inline; }
  .infusion-form .radio-group input[type="radio"],
  .wsp-form .radio-group input[type="radio"],
  .wpcf7-form .radio-group input[type="radio"] {
    margin-left: .75em; }
  .infusion-form button,
  .wsp-form button,
  .wpcf7-form button {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .infusion-form textarea,
  .wsp-form textarea,
  .wpcf7-form textarea {
    min-height: 20em; }
  .infusion-form label,
  .wsp-form label,
  .wpcf7-form label {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: .85em;
    display: inline-block; }
    .infusion-form label em,
    .wsp-form label em,
    .wpcf7-form label em {
      font-style: italic; }
  .infusion-form input[type="submit"],
  .infusion-form button,
  .wsp-form input[type="submit"],
  .wsp-form button,
  .wpcf7-form input[type="submit"],
  .wpcf7-form button {
    margin-top: 1em; }
  .infusion-form br,
  .wsp-form br,
  .wpcf7-form br {
    display: none; }
  .infusion-form .essay label,
  .wsp-form .essay label,
  .wpcf7-form .essay label {
    font-size: 1em;
    padding-top: 1.25em;
    font-weight: 600;
    padding-bottom: .5em;
    line-height: 1.4; }
  .infusion-form .input-ghost,
  .wsp-form .input-ghost,
  .wpcf7-form .input-ghost {
    background-color: #fff;
    opacity: .5; }
    .infusion-form .input-ghost > span,
    .wsp-form .input-ghost > span,
    .wpcf7-form .input-ghost > span {
      opacity: .5;
      font-style: italic; }

a.get-template {
  text-decoration: underline;
  font-size: .9em; }

.col-center.col-center-white.pad .infusion-form:first-child,
.col-center.col-center-white.pad .wsp-form:first-child,
.col-center.col-center-white.pad .wpcf7-form:first-child {
  margin-top: -1em; }

.infusion-form textarea {
  min-height: 10em; }

.boxsizing form:not(.wsp-search-form) textarea,
.boxsizing form:not(.wsp-search-form) input,
.boxsizing form:not(.wsp-search-form) button,
.boxsizing form:not(.wsp-search-form) select,
.boxsizing form:not(.wsp-search-form) .input-ghost {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em; }

.modal .infusion-form {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .modal .infusion-form .right input[type="submit"],
  .modal .infusion-form .right button {
    bottom: 0;
    margin-top: 0; }

.col-center-white .infusion-form {
  background: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 4em; }

.blue-back form {
  background: none;
  border: none;
  box-shadow: none;
  margin-top: 0; }
  .blue-back form label,
  .blue-back form .wpcf7-list-item-label {
    color: #fff; }
  .blue-back form input[type="text"],
  .blue-back form input[type="email"],
  .blue-back form input[type="tel"],
  .blue-back form input[type="date"],
  .blue-back form textarea {
    background: rgba(0, 0, 0, 0.1);
    border: none;
    color: #fff; }
  .blue-back form input[type="submit"],
  .blue-back form button {
    border: none;
    box-shadow: none; }
  .blue-back form input[type="submit"],
  .blue-back form button {
    background-color: #31bef5 !important; }

.bg-white form {
  background: none;
  border-bottom: none;
  padding: 0; }
  .bg-white form input[type="text"],
  .bg-white form input[type="email"],
  .bg-white form input[type="tel"],
  .bg-white form textarea {
    background-color: #f9f9f9; }

/* Infusion Form Only
-------------------------------------------------------------- */
.infusion-form .split > p {
  display: none; }

.infusion-form .infusion-field {
  width: 100%;
  display: block; }

.infusion-captcha {
  position: relative;
  display: block;
  width: 100%;
  top: 1em; }
  .infusion-captcha input,
  .infusion-captcha img {
    width: 70%;
    max-width: 15em; }
  .infusion-captcha img {
    margin-bottom: 1em; }

.lead-capture-horiz {
  display: block;
  margin-top: .5em; }
  .lead-capture-horiz:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .lead-capture-horiz .input-contain {
    width: 35%;
    display: inline-block;
    position: relative; }
    .lead-capture-horiz .input-contain:first-of-type {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-right: none; }
      .lead-capture-horiz .input-contain:first-of-type input {
        border-right: 3px solid #fff; }
    .lead-capture-horiz .input-contain:last-of-type {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-left: none; }
    .lead-capture-horiz .input-contain input {
      margin: 0;
      border-radius: 0 !important; }
  .lead-capture-horiz .glyphicon {
    position: absolute;
    left: 1em;
    color: #e2e2e2;
    top: .8em; }
  .lead-capture-horiz input {
    border: none;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-size: .8em !important; }
  .lead-capture-horiz input[type="text"] {
    padding-left: 4em !important; }
  .lead-capture-horiz input[type="submit"] {
    width: 28%;
    float: right; }

/* Contact Form 7 form only
-------------------------------------------------------------- */
form.wpcf7-form .split:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

form.wpcf7-form .split > div {
  width: 49%;
  margin-right: 2%; }
  form.wpcf7-form .split > div:nth-child(odd) {
    margin-right: 0; }

form.wpcf7-form img.ajax-loader {
  margin-top: .25em; }

div.wpcf7 input:not([value="Submit Your Exam"]) + .ajax-loader {
  display: none !important; }

.radio-control {
  margin: 2em 0; }
  .radio-control label {
    margin-bottom: 1em; }

.wpcf7-radio {
  display: block;
  margin-bottom: 1em; }
  .wpcf7-radio:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wpcf7-radio .wpcf7-list-item {
    font-size: .9em;
    margin-top: .5em;
    display: block;
    margin-right: 2em;
    display: inline-block;
    margin-bottom: .75em;
    margin-left: 0; }

/* Signup Page forms, Bootcamp signup forms
-------------------------------------------------------------- */
.signup-form form > p,
.single-signupformpage form > p {
  display: inline;
  margin: 0; }

.signup-form form > p.category,
.single-signupformpage form > p.category {
  display: block;
  margin-bottom: 1em;
  margin-top: 3em; }
  .signup-form form > p.category:first-child,
  .single-signupformpage form > p.category:first-child {
    margin-top: 0; }

.signup-form form .aligncenter,
.single-signupformpage form .aligncenter {
  margin: 0 auto; }

.single-signupformpage form {
  margin-top: 0; }

.signup-form form {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 1em; }
  .signup-form form input[type="submit"],
  .signup-form form button {
    width: 48% !important;
    right: 0 !important;
    bottom: 0 !important; }

#group-leaders button {
  max-width: 400px; }

/*------------ other form styles --------------------*/
form .divider {
  margin-top: 2em; }
  form .divider:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

form .divider + .infusion-submit {
  margin-top: 3em; }

form h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  color: #0B8ECC; }

form .infusion-option {
  margin-bottom: .75em;
  display: block;
  position: relative;
  padding-left: 1.25em; }
  form .infusion-option:last-child {
    margin-bottom: 0; }
  form .infusion-option * {
    font-size: 1em !important; }
  form .infusion-option input,
  form .infusion-option select {
    display: inline;
    width: auto; }
  form .infusion-option input {
    top: .5em;
    left: 0;
    margin-bottom: 0;
    position: absolute; }
  form .infusion-option label {
    display: inline; }

form input.option {
  display: inline;
  width: auto;
  position: relative;
  top: -.15em;
  margin-bottom: 0; }

form .topic-tag {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 1.4em;
  padding: 3em 0 .75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 1em;
  color: rgba(255, 255, 255, 0.75);
  display: none; }

form input.option + label {
  padding-left: .25em; }

.user-verify {
  display: inline-block;
  margin-bottom: 2em;
  background-color: #f8f8f8;
  padding: .75em 2em;
  border: 1px solid #f2f2f2;
  font-size: .8em; }
  .user-verify:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .user-verify input {
    position: relative;
    top: -.15em; }

.user-verify-contain {
  width: 96%;
  display: block;
  max-width: 30em; }
  .user-verify-contain .user-verify {
    border: none;
    background-color: none;
    padding: 0;
    font-size: .9em; }
  .user-verify-contain .user-verify,
  .user-verify-contain button {
    width: 100%; }

p + .user-verify-contain {
  margin-top: 3em; }

.boxsizing .module-white .user-verify-contain {
  padding: 2em;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/*
.user-verify + button {
	font-size: 1em;
}
*/
/*------------ Import Users Form --------------------*/
#import-type,
#remove-type {
  background-color: #f7f7f7;
  padding: 2em; }
  #import-type.input-container,
  #remove-type.input-container {
    max-width: none !important; }
  #import-type #group-select,
  #remove-type #group-select {
    float: right;
    background-color: #e5e5e5;
    padding: 0 1em;
    font-size: .85em; }

input[name="csv_import"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  input[name="csv_import"] + .unhappyMessage {
    position: absolute;
    top: .5em; }

label[for="csv_import"] {
  display: block;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: .85em;
  padding: .75em 0;
  background-color: #0B8ECC;
  border: none;
  color: #FFF !important; }
  label[for="csv_import"]:hover {
    background-color: #3AAFE6; }
  label[for="csv_import"]:focus {
    outline: none; }
  label[for="csv_import"] svg {
    fill: #fff;
    padding-right: 4px; }

.unhappyMessage + label[for="csv_import"] {
  background-color: #D80A0A; }

.wsp-form.wsp-admin-tools {
  background: none;
  margin-top: 0 !important;
  padding: 0;
  border-bottom: none; }
  .wsp-form.wsp-admin-tools .category {
    border-bottom: none;
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: .5em;
    margin-top: 2em;
    font-weight: 600; }
    .wsp-form.wsp-admin-tools .category a {
      float: right;
      font-size: .75em;
      font-weight: 500;
      text-decoration: underline;
      position: relative;
      top: .25em; }
  .wsp-form.wsp-admin-tools .divider {
    background-color: #f7f7f7;
    padding: 2em !important;
    margin-top: 0; }
    .wsp-form.wsp-admin-tools .divider select {
      background-color: #fff; }
  .wsp-form.wsp-admin-tools .hide-me {
    height: 0;
    visibility: none;
    overflow: hidden; }
  .wsp-form.wsp-admin-tools #the-tags {
    font-size: .9em; }
    .wsp-form.wsp-admin-tools #the-tags .split + .split {
      margin-top: 2.5em; }
    .wsp-form.wsp-admin-tools #the-tags h5 {
      font-size: 1.1em;
      margin-bottom: 1.25em;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: .25em; }
  .wsp-form.wsp-admin-tools h1 {
    font-size: 2.35em;
    margin-bottom: 1em; }
  .wsp-form.wsp-admin-tools h5 {
    text-transform: none;
    font-weight: 600;
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1em; }
  .wsp-form.wsp-admin-tools .split + .split {
    margin-top: 2em;
    display: block; }
  .wsp-form.wsp-admin-tools .infusion-field,
  .wsp-form.wsp-admin-tools .input-container {
    margin: 0 auto;
    max-width: 700px; }
  .wsp-form.wsp-admin-tools .input-container {
    margin-bottom: 2em; }
    .wsp-form.wsp-admin-tools .input-container:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .wsp-form.wsp-admin-tools .input-container:last-child {
      margin-bottom: 0; }
  .wsp-form.wsp-admin-tools .input-container > .infusion-option {
    display: inline-block;
    margin-bottom: 0; }
    .wsp-form.wsp-admin-tools .input-container > .infusion-option label {
      padding-left: 0; }
    .wsp-form.wsp-admin-tools .input-container > .infusion-option + .infusion-option {
      margin-left: 2em; }
    .wsp-form.wsp-admin-tools .input-container > .infusion-option input {
      top: -.15em; }
  .wsp-form.wsp-admin-tools .infusion-option-setting {
    font-size: .85em; }
    .wsp-form.wsp-admin-tools .infusion-option-setting label {
      padding-left: 7px;
      top: -1px;
      position: relative; }
  .wsp-form.wsp-admin-tools input[type="radio"] {
    vertical-align: unset; }
  .wsp-form.wsp-admin-tools .leader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wsp-form.wsp-admin-tools .leader + .leader {
    margin-top: 1em; }
  .wsp-form.wsp-admin-tools .leader-group {
    width: 31.333%;
    float: left;
    margin-right: 1%; }
  .wsp-form.wsp-admin-tools .remove-leader,
  .wsp-form.wsp-admin-tools .remove-user {
    clear: both;
    position: relative;
    top: -1em; }
  .wsp-form.wsp-admin-tools .remove-leader,
  .wsp-form.wsp-admin-tools .remove-user,
  .wsp-form.wsp-admin-tools #add_leader_button,
  .wsp-form.wsp-admin-tools #add_user_button,
  .wsp-form.wsp-admin-tools #add_group_button {
    color: #0B8ECC;
    text-decoration: underline;
    font-size: .75em;
    cursor: pointer; }
  .wsp-form.wsp-admin-tools #add_leader_button,
  .wsp-form.wsp-admin-tools #add_user_button,
  .wsp-form.wsp-admin-tools #add_group_button {
    float: right; }

#individual-signup form {
  margin-top: 2em !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  #individual-signup form .toggle-control .button {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #22B783;
    border: none;
    color: #fff !important; }
    #individual-signup form .toggle-control .button:hover {
      background-color: #22cc91; }
  #individual-signup form #is-member,
  #individual-signup form #is-leader {
    width: 40%;
    float: left; }
  #individual-signup form #is-member {
    margin-right: 2.5%;
    margin-left: 8.75%; }
  #individual-signup form #clear-group-values {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #e7e7e7;
    border: none;
    color: #303030;
    font-size: .6em;
    font-weight: 500;
    position: absolute;
    top: -.2em;
    right: 0;
    width: 96%;
    max-width: 20em;
    padding: .5em 0;
    color: #303030 !important;
    display: none; }
    #individual-signup form #clear-group-values:hover {
      background-color: #e2e2e2; }
  #individual-signup form #field-member-groups,
  #individual-signup form #field-leader-groups,
  #individual-signup form #field-leader {
    display: none; }
  #individual-signup form input[type="submit"],
  #individual-signup form #submitSignupForm {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #22B783;
    border: none;
    color: #fff !important;
    max-width: 400px;
    margin: 5em auto 2em auto;
    font-size: 1em; }
    #individual-signup form input[type="submit"]:hover,
    #individual-signup form #submitSignupForm:hover {
      background-color: #22cc91; }

#inspectuserform {
  margin-bottom: 3em; }

#refcodeadminform {
  margin-top: 0em; }
  #refcodeadminform th, #refcodeadminform td {
    padding: .5em 2em .5em .5em;
    font-size: .9em; }
  #refcodeadminform th {
    font-weight: 600;
    padding-bottom: 1em; }

/* Site login
-------------------------------------------------------------- */
.site-login-container form {
  /*
	p {
		margin: 2em 0;
		text-align: center;
	}
*/ }
  .site-login-container form input:focus {
    outline: none !important; }
  .site-login-container form label {
    display: block;
    text-align: left;
    font-size: .85em; }
    .site-login-container form label input#user_login,
    .site-login-container form label input#user_pass {
      padding-bottom: 0.7em;
      padding-top: 0.7em;
      margin-bottom: 0;
      width: 100% !important;
      display: block; }
    .site-login-container form label input.checkbox {
      width: 25px !important;
      height: 15px;
      margin-bottom: 6px; }
  .site-login-container form label[for="lg_rememberme"] {
    display: none; }
    .site-login-container form label[for="lg_rememberme"] + br {
      display: none; }
  .site-login-container form input[type="submit"] {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #0B8ECC;
    border: none;
    color: #FFF !important;
    font-size: .9em; }
    .site-login-container form input[type="submit"]:hover {
      background-color: #3AAFE6; }
    .site-login-container form input[type="submit"]:focus {
      outline: none; }
  .site-login-container form input.i4w_lost_login_password {
    margin-top: 1em; }
  .site-login-container form a {
    display: inline-block;
    font-size: .85em; }

form[name="i4w_lost_login_password"] {
  margin-top: 1em; }
  form[name="i4w_lost_login_password"] input[name="send_user_login"] {
    margin-top: .25em; }

/* Contact Form Full
-------------------------------------------------------------- */
section.full.contact-form.whitetext form {
  background: none; }

/* PDF Stamper form on Courses page
-------------------------------------------------------------- */
form input.stamper_download_button_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none !important;
  border: 0;
  box-shadow: none; }
  form input.stamper_download_button_submit:hover {
    background: none; }

.stamper_download_now_button_for_wp_user,
.stamper_download_now_button_for_wp_user form,
.stamper_download_now_button_for_wp_user input.stamper_download_button_submit {
  z-index: 500 !important; }

.entry .stamper_download_now_button_for_wp_user {
  display: inline; }
  .entry .stamper_download_now_button_for_wp_user form {
    display: inline; }
  .entry .stamper_download_now_button_for_wp_user form input[type="submit"] {
    position: static;
    background: none;
    display: inline;
    color: #0B8ECC !important;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: auto;
    text-decoration: underline; }

/* Content Password Protect form
-------------------------------------------------------------- */
#protect-form {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 2em 2.5em 2em; }
  #protect-form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #protect-form label {
    display: none; }
  #protect-form br {
    display: none; }
  #protect-form input {
    position: relative;
    top: 1em;
    float: left; }
  #protect-form input[type="password"] {
    width: 60% !important;
    float: left;
    margin-right: 3%; }
  #protect-form input[type="submit"] {
    width: 37% !important;
    padding: .95em 0;
    top: 1.2em;
    margin-top: 0; }

/* Validation Messages/Alerts
-------------------------------------------------------------- */
form.wpcf7-form div.wpcf7-mail-sent-ok,
form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: .85em;
  margin-bottom: 1em; }

form.wpcf7-form input + .wpcf7-not-valid-tip {
  position: relative;
  top: -.75em;
  margin-bottom: 0; }

form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 1px solid #9FCC8B;
  background: #DFF6DF;
  padding: 1em; }

form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid #DDC1C1;
  background: #FCE4E4;
  padding: 1em; }

form.wpcf7-form span.wpcf7-not-valid-tip {
  display: block;
  position: relative; }

form.wpcf7-form textarea + span.wpcf7-not-valid-tip {
  top: -1.4em; }

form.wpcf7-form #the-inputs span.wpcf7-not-valid-tip {
  top: -1em; }

form.wpcf7-form #the-message span.wpcf7-not-valid-tip {
  top: -0.5em; }

form.wpcf7-form div.wpcf7-response-output {
  margin: 1em 0 1em;
  clear: both;
  position: relative;
  top: 1em; }

.blue-back form.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  background: none;
  color: #FFCC00;
  font-style: italic;
  padding-left: 0;
  padding-right: 0; }

.blue-back form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #FFCC00; }

.blue-back form.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
  background: #22B783; }

.blue-back form h2 {
  color: #53dcff; }

.unhappyMessage {
  font-size: .85em;
  color: #D80A0A;
  position: relative;
  top: -1em;
  display: block; }

.blue-back .unhappyMessage {
  color: #FFCC00; }

.left .infusion-field:last-of-type .unhappyMessage {
  top: 0; }

/* Various Form Styles
-------------------------------------------------------------- */
.contactus div.wpcf7 {
  margin-top: 1em;
  margin-bottom: 2em; }

.corporatetraining div.wpcf7,
.universitytraining div.wpcf7 {
  margin-top: 2em !important; }

.site-login-container {
  max-width: 600px;
  margin: 0 auto;
  display: block; }

.placeholder form.hidelabels label {
  display: none !important; }

.placeholder form.hidelabels label {
  display: none !important; }

/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .infusion-form input,
  .infusion-form button,
  .wsp-form input,
  .wsp-form button,
  form:not(.wsp-search-form) input,
  form:not(.wsp-search-form) button,
  .wpcf7 input,
  .wpcf7 button {
    width: 100% !important;
    float: none !important;
    max-width: none !important; }
  .infusion-form input[type="checkbox"],
  .infusion-form input[type="radio"],
  .wsp-form input[type="checkbox"],
  .wsp-form input[type="radio"],
  form:not(.wsp-search-form) input[type="checkbox"],
  form:not(.wsp-search-form) input[type="radio"],
  .wpcf7 input[type="checkbox"],
  .wpcf7 input[type="radio"] {
    width: auto !important; }
  .infusion-form .split,
  .wsp-form .split,
  form:not(.wsp-search-form) .split,
  .wpcf7 .split {
    width: 100% !important;
    float: none !important; }
  #respond form input[type="submit"] {
    max-width: 350px !important;
    float: right !important; }
  .col-center-white .infusion-form {
    margin-bottom: 6em; }
  .infusion-form .split-half,
  .infusion-form .split > .infusion-field,
  .wsp-form .split > .infusion-field {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none; } }

@media screen and (max-width: 600px) {
  .date-control .date {
    width: auto;
    float: none;
    margin-bottom: 0; }
    .date-control .date input {
      margin-bottom: .25em; }
    .date-control .date:last-child {
      margin-left: 0;
      margin-bottom: 2em; } }

@media screen and (max-width: 400px) {
  .infusion-captcha input,
  .infusion-captcha img {
    width: 100%;
    max-width: none; } }

#wrapper > section.full.pad.lc-jumbo {
  padding: 4.5em 0 2em; }

.lc-jumbo {
  position: relative;
  height: 11em;
  position: absolute;
  width: 100%;
  margin-top: -24em;
  z-index: 100;
  display: none; }
  .lc-jumbo .tint {
    background: rgba(0, 0, 0, 0.78); }
  .lc-jumbo .content-wrap {
    z-index: 100; }
  .lc-jumbo .close {
    color: #fff;
    text-shadow: none;
    position: absolute;
    top: 1.5em;
    right: 1em;
    z-index: 1;
    font-weight: 500;
    opacity: 100;
    text-transform: uppercase;
    font-size: .8em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .lc-jumbo .close:hover {
      color: #fff;
      opacity: .7; }
  .lc-jumbo .close.close-text {
    width: auto;
    background: none;
    font-size: .8em;
    text-transform: none;
    border-radius: none;
    text-align: right;
    height: auto;
    line-height: 1;
    font-style: italic;
    text-decoration: underline;
    top: 2em;
    right: 1.5em;
    opacity: .8; }
  .lc-jumbo h2,
  .lc-jumbo p {
    color: #fff;
    text-align: center; }
  .lc-jumbo p {
    font-weight: 300;
    margin-bottom: 0;
    text-align: left; }
  .lc-jumbo h2 {
    border: none;
    font-weight: 100;
    padding: 0;
    margin-bottom: .25em; }
  .lc-jumbo form {
    font-size: .9em;
    top: .5em;
    position: relative; }
    .lc-jumbo form input {
      padding-top: .4em;
      padding-bottom: .4em; }
    .lc-jumbo form input::-webkit-input-placeholder {
      color: #fff;
      opacity: .8; }
    .lc-jumbo form input::-moz-placeholder {
      color: #fff;
      opacity: .8; }
    .lc-jumbo form input:-moz-placeholder {
      color: #fff;
      opacity: .8; }
    .lc-jumbo form input:-ms-input-placeholder {
      color: #fff;
      opacity: .8; }
    .lc-jumbo form input[type="text"] {
      background: none;
      color: #fff;
      border: 1px dotted rgba(255, 255, 255, 0.75); }
    .lc-jumbo form input[type="submit"] {
      opacity: .9;
      padding-top: .75em;
      padding-bottom: .75em; }

.lc-videolesson {
  background: #0B8ECC;
  background-image: url("https://wspimage.s3.amazonaws.com/bg-nyc-pano-cl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -12em; }

#free-course h2 + p strong {
  color: #D80A0A; }

#free-course form {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-top: 0;
  border-bottom: none; }

#free-course img {
  margin: .5em auto 0;
  width: 85%; }

#free-course button {
  max-width: 25em; }

@media screen and (max-width: 1000px) {
  #free-course img {
    max-width: 12em; } }

#lc-dropdown-discuss {
  text-align: center; }

.request-info {
  text-align: center;
  font-size: 1.25em;
  font-weight: 300 !important;
  display: inline-block; }
  .request-info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .request-info .dropdown-contain {
    position: relative; }
  .request-info * {
    font-weight: 300 !important; }
  .request-info a {
    margin: 0 .5em;
    display: inline-block;
    border: 2px solid #0B8ECC;
    padding: .25em 1em;
    border-radius: 6px;
    min-width: 13em;
    text-align: left; }
  .request-info .glyphicon-chevron-down {
    float: right;
    top: .4em; }
  .request-info button {
    display: inline-block !important;
    width: auto !important;
    padding: .9em 2em !important;
    margin-left: 1.5em !important;
    position: relative;
    top: -2px;
    font-size: 0.7em !important;
    font-weight: 500 !important; }
  .request-info .dropdown-menu {
    left: .5em;
    right: .75em !important;
    font-size: 1em;
    top: 145%;
    box-shadow: none;
    margin: 0 !important;
    list-style: none !important; }
    .request-info .dropdown-menu li {
      padding: .25em 1em;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .request-info .dropdown-menu li:hover {
        color: #0B8ECC !important; }

.whitetext .request-info {
  color: #fff; }
  .whitetext .request-info a {
    color: #fff; }

h2#comments,
h2.h2comments,
#respond h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #303030;
  margin: 3em 0 1em 0; }

h5#comments {
  margin-top: 4em;
  margin-bottom: 0; }

.comments-container h5 {
  font-weight: 600;
  margin-bottom: 1em; }

.comments-container h5#comments {
  margin-top: 0; }

#respond + h4 {
  padding-top: 2em; }

#the-comments h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: 600; }

.single-wsp_lesson #the-comments h4 {
  font-size: 1em; }

article.comment {
  display: block;
  position: relative; }

article.comment {
  padding: 2.5em 2em 2em;
  border: 1px solid #e9e9e9;
  background-color: #fff; }
  article.comment .author {
    font-size: 1em !important;
    font-weight: 600;
    position: relative;
    margin-left: 60px; }
    article.comment .author .glyphicon {
      font-size: .7em;
      margin-right: .5em;
      top: 0px;
      display: none; }
  article.comment .reply {
    font-size: .8em;
    text-align: right;
    padding-top: 5px; }
  article.comment .reply-date {
    float: right; }
    article.comment .reply-date a {
      color: #303030; }
  article.comment .comment-content {
    position: relative;
    margin-top: .5em;
    background: none;
    clear: both; }
    article.comment .comment-content p {
      margin-bottom: 1.25em; }
    article.comment .comment-content p br {
      line-height: 3; }
    article.comment .comment-content p:last-child {
      margin-bottom: 0 !important; }

.article .connector {
  background-color: #f7f7f7; }

.commenter-data {
  position: relative;
  margin-bottom: 1.5em; }

.commenter-image {
  position: absolute;
  top: -.5em;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 20px; }
  .commenter-image img {
    width: 40px;
    height: auto; }

.commentlist {
  margin-left: 0 !important; }
  .commentlist li {
    list-style: none !important;
    margin-bottom: 3em;
    position: relative; }
    .commentlist li:first-child {
      margin-top: 2em; }
    .commentlist li:last-child {
      margin-bottom: 0; }
  .commentlist .children li:last-child {
    margin-bottom: 3em; }

/*
.single-wsp_course .commentlist li {
	background-color: #fff;
}
*/
h2 + .commentlist {
  margin-top: 2em; }

.children {
  margin-top: -3em;
  margin-left: 0 !important; }
  .children article.comment {
    border-top: none; }

.comment-body p {
  margin-top: 1em; }

.comment-body .avatar {
  display: none; }

.comment-body .vcard {
  display: inline;
  background: #f1f1f1;
  padding: .3em .7em;
  color: #303030;
  border: 1px solid #e1e1e1;
  font-size: .9em; }

.comment-body .comment-meta {
  font-size: .9em;
  display: inline;
  float: right; }

#cancel-comment-reply-link {
  display: block;
  padding-top: .5em; }

.comment-no {
  margin-top: 2em;
  display: block; }

#the-comments {
  margin: 5em auto; }

.single-wsp_course #the-comments.no-video {
  margin-top: 0; }
  .single-wsp_course #the-comments.no-video .leave-question h4 {
    margin-top: 0; }
  .single-wsp_course #the-comments.no-video .commenting {
    margin-top: 0; }

.connector {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -8px;
  left: 0;
  margin-left: 0;
  height: 16px;
  width: 8px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 0 90px 90px 0;
  background: white;
  z-index: 20;
  border: 1px solid #e2e2e2;
  border-left: 0; }

.single-wsp_course .connector {
  background: #f7f7f7; }

@media screen and (max-width: 700px) {
  article.comment .reply-date {
    display: block;
    float: none;
    padding-bottom: .5em;
    position: relative;
    top: -1em; }
  .commentlist li {
    margin-bottom: 2em; }
  .children {
    margin-top: -2em; }
  .connector {
    display: none; }
  article.comment .comment-content {
    border: none;
    padding: 0; }
  article.comment .author {
    margin-left: 55px;
    top: -5px; }
  article.comment {
    padding: 2em 1.5em 1.5em; }
  .comment-content {
    font-size: .9em; }
  #article-comments .comments-container {
    padding: 2em 0em !important; } }

/* Variables, Mixins
-------------------------------------------------------------- */
.single-wsp_group {
  min-width: 1100px; }
  .single-wsp_group header,
  .single-wsp_group footer {
    min-width: 1100px; }

@media screen and (max-width: 1150px) {
  body {
    overflow-y: auto;
    overflow-x: auto; } }

@media screen and (max-width: 1000px) {
  .content-wrap {
    width: 90%;
    max-width: 1250px;
    margin: auto; } }

.datavis tbody tr:hover td,
.datavis tbody tr:hover th {
  background-color: #fffff3; }

.datavis thead th:hover {
  background-color: #fff; }

.single-wsp_group .loader-fs {
  background-color: #e7e7e7; }

.single-wsp_group .content > .loader-fs {
  display: none; }

.th-due-date {
  color: #22B783; }

th .th-due-date {
  display: none; }

.assignment-list {
  left: auto;
  width: auto;
  background-color: #fff;
  font-size: .9em;
  padding: 1.25em 2em;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5; }
  .assignment-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .assignment-list li {
    margin-left: 1.2em;
    white-space: nowrap;
    padding-bottom: 3px; }
    .assignment-list li:first-child {
      font-weight: 700;
      padding-bottom: .5em;
      list-style: none;
      margin-left: 0; }
  .assignment-list ul {
    list-style: disc; }
  .assignment-list ul + ul {
    margin-top: 1em; }

.assignment-container {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: .75em;
  display: none;
  z-index: 1031; }

.assignments {
  position: relative;
  display: none; }
  .assignments:hover .assignment-container {
    display: block; }

.chart-controls {
  position: absolute;
  right: 3.2em;
  font-size: .8em;
  top: 4em; }
  .chart-controls > * {
    float: right;
    margin-left: 2em; }
  .chart-controls .wsp-switch {
    position: relative;
    top: -.15em; }
  .chart-controls button {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background: none !important;
    box-shadow: none;
    border: none;
    padding: 0 !important;
    color: #0B8ECC;
    text-shadow: none;
    width: auto;
    font-size: 1em !important;
    -webkit-appearance: none;
    display: block;
    border-radius: none;
    cursor: pointer; }
    .chart-controls button:hover {
      background: none; }
    .chart-controls button span {
      padding-right: 3px; }
  .chart-controls form button {
    color: #0B8ECC !important; }

.assigned-only {
  display: none; }

/*------------ Group Data --------------------*/
.single-wsp_group #control-legacy {
  position: absolute;
  top: 2em;
  right: 6em; }

.single-wsp_group .content-wrap.pad-top-bottom {
  padding: 2.5em 0; }

.single-wsp_group .enhanced_toggleResult {
  display: none; }

.single-wsp_group #my-tab-content {
  position: relative; }

.single-wsp_group .pagetabs {
  position: relative;
  float: right;
  z-index: 100;
  right: 0;
  font-weight: 500;
  width: 100%;
  width: 60%; }
  .single-wsp_group .pagetabs li {
    text-align: center;
    float: left; }
    .single-wsp_group .pagetabs li a {
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: .85em;
      padding: .75em 0;
      background-color: #e7e7e7;
      border: none;
      color: #303030;
      border: none;
      background-color: #f7f7f7;
      padding: 1em 0 !important;
      border-radius: 0;
      border-right: 1px solid #e7e7e7;
      font-size: .8em; }
      .single-wsp_group .pagetabs li a:hover {
        background-color: #e2e2e2; }
      .single-wsp_group .pagetabs li a:hover {
        background-color: #fff; }
  .single-wsp_group .pagetabs li.active a {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .85em;
    padding: .75em 0;
    background-color: #0B8ECC;
    border: none;
    color: #FFF !important;
    font-size: .8em;
    color: white;
    border-radius: 0;
    border: none !important; }
    .single-wsp_group .pagetabs li.active a:hover {
      background-color: #3AAFE6; }
    .single-wsp_group .pagetabs li.active a:focus {
      outline: none; }
    .single-wsp_group .pagetabs li.active a:hover {
      background: #0B8ECC; }
  .single-wsp_group .pagetabs li:last-child a {
    border-right: none;
    border-left: none; }

.single-wsp_group .pagetabs.tab-four li {
  width: 25%; }

.single-wsp_group .pagetabs.tab-three li {
  width: 33.333%; }

.single-wsp_group .tab-pane.parent-tab-pane {
  margin: 1.5em auto 0;
  background: #f7f7f7;
  padding: 7em 40px 3em;
  border: 1px solid #e7e7e7;
  position: relative; }

.single-wsp_group section {
  width: 100%;
  margin: 4em 0;
  background: white;
  min-height: 20em; }
  .single-wsp_group section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .single-wsp_group section table {
    display: block !important; }

.single-wsp_group #sitenav {
  display: none; }

.single-wsp_group .grouptab li {
  display: none; }

.single-wsp_group .grouptab li.active {
  display: block; }

.single-wsp_group #viewing-group {
  display: block;
  float: none;
  text-align: right;
  clear: both;
  margin-bottom: .5em; }

.single-wsp_group .chartlabel {
  position: absolute;
  top: 1.5em;
  left: 2em;
  font-size: 1.5em;
  font-weight: 300; }
  .single-wsp_group .chartlabel span.glyphicon {
    padding-right: .5em;
    font-size: .8em; }
  .single-wsp_group .chartlabel .complete span.glyphicon {
    color: #22B783; }
  .single-wsp_group .chartlabel .incomplete span.glyphicon {
    color: #D80A0A; }

.single-wsp_group .datastatus {
  font-size: .8em;
  position: absolute;
  bottom: 1.75em;
  left: 3.4em; }
  .single-wsp_group .datastatus li {
    font-weight: 500;
    display: inline;
    margin-right: 1em;
    color: #959DA3; }
    .single-wsp_group .datastatus li span {
      padding-right: .2em; }
  .single-wsp_group .datastatus li span {
    color: #D5D8DA;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.35); }
  .single-wsp_group .datastatus li.active {
    color: #303030; }
  .single-wsp_group .datastatus li.active span {
    color: #22B783;
    text-shadow: none; }
  .single-wsp_group .datastatus li:first-child.active span {
    color: #D80A0A; }

.single-wsp_group .included {
  margin: 2.5em 0 -6em 0; }

.single-wsp_group .content {
  position: relative; }

.single-wsp_group .charts {
  overflow: auto;
  overflow-y: hidden !important;
  display: block;
  position: relative;
  padding-left: 3%;
  font-weight: 500; }

.single-wsp_group #full-reports .charts,
.single-wsp_group #course-progress .charts {
  width: 100%;
  padding-left: 0;
  border: none; }

.single-wsp_group #full-reports {
  overflow: hidden !important; }
  .single-wsp_group #full-reports .rawtable, .single-wsp_group #full-reports .rawtable-visual {
    width: 100%;
    overflow: auto;
    overflow-y: hidden !important;
    white-space: nowrap; }

.single-wsp_group #overall-class .visualize {
  margin-top: -3em !important; }

.single-wsp_group #individual-students .visualize {
  margin-top: -4em !important; }

.single-wsp_group #individual-students .charts,
.single-wsp_group #overall-class .charts {
  background: #fff; }

.single-wsp_group table {
  display: none; }

.single-wsp_group #full-reports table,
.single-wsp_group #course-progress table {
  display: block; }

.single-wsp_group #studentlist,
.single-wsp_group #progress-studentlist {
  float: left;
  font-size: .85em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 10em;
  border-right: 1px solid #f2f2f2;
  padding: 1em 1em .5em 1.35em;
  font-weight: 500; }
  .single-wsp_group #studentlist li,
  .single-wsp_group #progress-studentlist li {
    margin-bottom: .75em;
    line-height: 1.35em; }
  .single-wsp_group #studentlist li:first-child,
  .single-wsp_group #progress-studentlist li:first-child {
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1.5em; }
  .single-wsp_group #studentlist a,
  .single-wsp_group #progress-studentlist a {
    padding: 0;
    color: #303030;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .single-wsp_group #studentlist a:hover,
    .single-wsp_group #progress-studentlist a:hover {
      color: #0B8ECC;
      background: none !important; }
  .single-wsp_group #studentlist li.active a,
  .single-wsp_group #progress-studentlist li.active a {
    color: #0B8ECC; }

.single-wsp_group #individual-students .visualize,
.single-wsp_group #course_progress_details {
  margin-left: 12em !important; }

.single-wsp_group #course-progress #course_progress_details {
  overflow: auto;
  height: 32em; }

.single-wsp_group #course_progress_details ul li {
  margin-bottom: .5em; }

.single-wsp_group .content ::-webkit-scrollbar {
  width: 10px; }

.single-wsp_group .content ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px; }

.single-wsp_group .content ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); }

.single-wsp_group .content ::-webkit-scrollbar:horizontal {
  height: 10px; }

.single-wsp_group .content ::-webkit-scrollbar-track:horizontal {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px; }

.single-wsp_group .content ::-webkit-scrollbar-thumb:horizontal {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); }

.single-wsp_group tr th {
  background: none;
  font-weight: 600; }

.single-wsp_group thead th,
.single-wsp_group thead td {
  border: 1px solid #f2f2f2; }

.group-dropdown {
  max-width: 35%;
  min-width: 25%;
  position: relative;
  float: left; }
  .group-dropdown .dropdown-toggle {
    padding: 1.1em 3em 1.1em 2em;
    background-color: #f7f7f7;
    font-size: .8em;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .group-dropdown .dropdown-toggle:hover {
      background-color: #fff; }
  .group-dropdown .caret {
    position: absolute;
    right: 1.25em;
    margin-left: 0;
    top: 1.5em; }
  .group-dropdown .dropdown-menu {
    max-height: 28em;
    overflow: auto; }
  .group-dropdown .dropdown-menu.typeahead-active {
    padding-top: 5em; }
  .group-dropdown .dropdown-menu.typeahead-active li:first-child {
    position: relative;
    top: -4em; }
  .group-dropdown li.active {
    color: rgba(0, 0, 0, 0.2); }

table.cloned {
  width: auto;
  margin: 0;
  cursor: default; }
  table.cloned td,
  table.cloned th {
    white-space: normal;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box; }
  table.cloned thead th {
    padding: 0 10px; }
    table.cloned thead th.sortme {
      padding-right: 20px; }
  table.cloned td,
  table.cloned tbody th {
    padding: 7px 10px; }
  table.cloned thead td,
  table.cloned thead th {
    vertical-align: middle; }
  table.cloned td,
  table.cloned th {
    min-width: 10em;
    max-width: 20em; }
    table.cloned td.email,
    table.cloned th.email {
      max-width: none;
      display: none; }
  table.cloned thead th {
    line-height: 1.4em;
    text-align: left;
    height: 60px; }
  table.cloned thead tr:first-child th,
  table.cloned thead tr:first-child th {
    border-bottom: none; }
  table.cloned thead th:first-of-type {
    line-height: 60px; }
  table.cloned tbody td {
    text-align: left; }
  table.cloned thead th:first-child,
  table.cloned tbody td:first-child,
  table.cloned tbody th:first-child {
    position: absolute;
    left: 40px;
    width: 210px;
    max-width: none !important; }
  table.cloned tr.head-row-2 th {
    background-color: #e3e8ea;
    border-color: #d4dde0;
    font-size: .8em;
    height: 24px;
    line-height: 24px;
    font-weight: 500; }

table.cloned#full-report tr.head-row-2 th {
  display: none; }

th.course-name,
th.student {
  min-width: 180px !important; }

.client-legacy-message {
  font-style: italic;
  font-size: .75em;
  position: relative;
  top: 1em; }

.site-time {
  display: none; }

.table-session .exam-time {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  font-size: 0;
  border-left: none !important; }

.table-session .exam-percentage {
  border-right: none !important; }

table.legacy-only .head-row-2,
table.legacy-only .course-time,
table.legacy-only .class-time,
table.legacy-only .exam-time {
  display: none; }

table.legacy-only .site-time {
  display: table-cell; }

/*
table.has-assignments {

	th {
		position: relative;
	}

	thead tr:first-child th {
		padding-top: 6px;
	}

	th.course-name.assigned:before,
	th.exam-name.assigned:before  {
		content: "assigned";
		clear: both;
		display: block;
		padding: .25em 0;
		color: $orange;
		font-size: .65em;
		text-transform: uppercase;
		position: absolute;
		top: 0;
		right: 0;
		height: 24px;
		line-height: 24px;
		left: 0;
// 		background-color: #fff1eb;
		padding: 0 10px;
	}
}
*/
table.assigned-only .non-assigned {
  display: none; }

#course-progress,
#full-reports {
  position: relative; }
  #course-progress .rawtable,
  #course-progress .cloned,
  #course-progress .charts,
  #full-reports .rawtable,
  #full-reports .cloned,
  #full-reports .charts {
    position: static; }
  #course-progress .charts,
  #full-reports .charts {
    padding-left: 209px !important;
    box-sizing: border-box; }

#course_progress_details ul li p strong {
  color: green; }

#course_progress_details ul li p strong:first-child {
  color: #303030; }

#course_progress_details ul li p strong.no-progreess {
  color: #D80A0A; }

.combobox-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
#course-progress,
#full-reports {
	
	.charts {
		position: static;
	}
	
	#table_progress_report.cloned,
	.rawtable {
		position: static;
	}
	
}
*/
/*------------ Table Sorter -----------------*/
.tablesorter thead tr .header {
  background-image: url(https://s3.amazonaws.com/wspimage/table-sort.svg);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 10px; }

/*
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
*/
/*
@media screen and (max-width: 1000px) {
	
	
	.page-template-page-group-charts-php .pagetabs {
		float: none;
		width: 100%;
	}
	
	.group-dropdown {
		float: none;
		max-width: none;
		display: block;
		margin-bottom: 1em;
	}
	
	.page-template-page-group-charts-php button.export-csv {
		display: none;
	}

}

@media screen and (max-width: 600px) {
	
	.page-template-page-group-charts-php .pagetabs.tab-four li {
		margin-bottom: .5em;
		width: 49%;
		
		&:nth-child(odd) {
			margin-right: 2%;
		}
		
	}
}
*/
#consulting-lc-banner {
  position: relative;
  z-index: 200;
  background-color: #e7e8ea;
  height: 70px;
  margin-bottom: -.5em; }
  #consulting-lc-banner .overflow {
    height: 90px;
    position: relative;
    margin: 0 auto;
    max-width: 1060px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    top: -20px; }
  #consulting-lc-banner img {
    width: 120px;
    left: -60px;
    top: 0px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #consulting-lc-banner h5 {
    line-height: 70px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    padding-top: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px; }
    #consulting-lc-banner h5 strong {
      color: #0B8ECC; }
  #consulting-lc-banner h5:hover img {
    top: -5px; }
  #consulting-lc-banner .blue {
    color: #0B8ECC;
    padding-left: 5px; }

.nowrap {
  display: inline-block; }

.page-id-20165 .banner .banner-contentcontainer,
.page-id-20859 .banner .banner-contentcontainer {
  max-width: 1100px; }

/*
@media screen and (min-width: 901px) {

.page-id-20165,
.page-id-20859 {
	
	.banner .banner-contentcontainer {
		padding: 6em 0;
		}
	}
}

@media screen and (min-width: 1151px) {

.page-id-20165,
.page-id-20859 {
	
	.banner .banner-contentcontainer {
		padding: 6em 0 5em;
		}
	}
}
*/
#wwd-query:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#lc-2-pager {
  clear: both;
  padding-top: 3em;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-top: 2em;
  display: none !important; }
  #lc-2-pager:hover strong {
    color: #0B8ECC; }
  #lc-2-pager:hover .glyphicon {
    right: 1.5em; }
  #lc-2-pager .overflow {
    background-color: #fff;
    position: relative;
    padding: 1.5em 2em;
    border-radius: 4px;
    border-bottom: 1px solid #e5e5e5; }
  #lc-2-pager img {
    width: 200px;
    position: absolute;
    left: .5em;
    bottom: -2.5em; }
  #lc-2-pager .glyphicon {
    position: absolute;
    right: 2em;
    top: 50%;
    margin-top: -.5em;
    font-size: 1em !important;
    color: #0B8ECC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #lc-2-pager .content {
    padding-left: 185px;
    padding-right: 4em; }
  #lc-2-pager h5 {
    font-size: 1.25em;
    color: #777777;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.6; }
  #lc-2-pager strong {
    color: #0B8ECC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #lc-2-pager a {
    max-width: 200px;
    margin-top: .75em; }

.wsp-consulting .phone-number {
  background-color: #cfd5d8;
  padding: 1em;
  font-size: .9em;
  text-align: center; }
  .wsp-consulting .phone-number a {
    color: #303030;
    text-decoration: underline; }

.wsp-consulting .content .phone-number {
  display: none; }

.wsp-consulting #team .content-wrap,
.wsp-consulting #services .content-wrap {
  max-width: 1000px; }

.wsp-consulting .modal form .infusion-submit button {
  background-color: #0B8ECC; }

.wsp-consulting #services .content-wrap > .content {
  padding-right: 300px;
  z-index: 100; }

.wsp-consulting #services .leaders {
  position: absolute;
  right: 0;
  top: 1em;
  width: 250px;
  font-size: .85em;
  box-sizing: border-box;
  padding: 2em 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 101;
  text-align: center; }
  .wsp-consulting #services .leaders .more {
    text-align: right;
    display: block;
    font-size: .9em;
    position: absolute;
    bottom: -2.5em;
    right: 0; }

.wsp-consulting #services .leader {
  line-height: 1.8; }
  .wsp-consulting #services .leader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wsp-consulting #services .leader strong {
    display: block; }
  .wsp-consulting #services .leader a {
    font-size: .9em;
    color: #999;
    display: block; }

.wsp-consulting #services .glyphicon {
  font-size: .7em; }

.wsp-consulting #services .headshot {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: 0 auto .5em; }

.wsp-consulting #services h2,
.wsp-consulting #services p {
  text-align: left; }

.wsp-consulting #services h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 4em;
  line-height: 1.4; }
  .wsp-consulting #services h4 br {
    display: none; }

.wsp-consulting #team * {
  text-align: left; }

.wsp-consulting #team h2 {
  color: #fff; }

.wsp-consulting #team p {
  margin-bottom: 1em; }
  .wsp-consulting #team p:last-child {
    margin-bottom: 0; }

.wsp-consulting #team .content {
  padding-right: 350px; }

.wsp-consulting #team .tint {
  background-color: rgba(68, 92, 103, 0.92); }

.wsp-consulting #team blockquote {
  position: absolute;
  top: 3em;
  right: 0;
  width: 280px;
  color: #83c1de;
  display: block;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5; }

.wsp-consulting #industry-list {
  padding-bottom: 3em !important; }
  .wsp-consulting #industry-list ul {
    max-width: 1000px;
    text-align: center;
    margin-top: 3em; }
  .wsp-consulting #industry-list li {
    float: left;
    width: 25%;
    margin-bottom: 1em; }
  .wsp-consulting #industry-list strong {
    font-weight: 500 !important;
    font-size: .9em;
    display: block;
    line-height: 1.4;
    height: 4.5em;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
  .wsp-consulting #industry-list .icon-frame {
    height: 4.5em;
    margin-bottom: 1em; }
  .wsp-consulting #industry-list img {
    height: 100%;
    width: auto;
    margin: 0 auto; }

.wsp-consulting #map-container {
  padding: 0 !important; }
  .wsp-consulting #map-container .address {
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em 2em;
    font-size: .9em; }

.wsp-consulting #map {
  height: 17em; }

.service {
  display: block;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 2em;
  cursor: pointer;
  color: #303030; }
  .service:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .service:last-child {
    margin-bottom: 0; }
  .service .tint {
    display: none; }
  .service:first-child .tint {
    background-color: rgba(197, 64, 0, 0.8); }
  .service:nth-child(2) .tint {
    background-color: rgba(102, 134, 156, 0.85); }
  .service:nth-child(3) .tint {
    background-color: rgba(43, 165, 160, 0.85); }
  .service:last-child .tint {
    background-color: rgba(148, 132, 116, 0.91); }
  .service h3 {
    font-size: 1.25em;
    font-weight: 600;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none;
    margin-bottom: .5em;
    color: #303030; }
  .service .more {
    position: absolute;
    right: 2.5em;
    font-weight: 100;
    font-size: 1em;
    top: 50%;
    margin-top: -.75em;
    color: #0B8ECC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .service .text {
    display: none; }
  .service:hover .more {
    right: 2em; }
  .service .content {
    padding: 2em 90px 2em 370px; }
  .service .bg-img-cover {
    position: absolute;
    width: 330px;
    top: 0;
    bottom: 0; }

#service-1 .bg-img-cover {
  background-position: left top; }

@media screen and (max-width: 3000px) {
  .service {
    width: 48.5%;
    float: left;
    margin-right: 2.5%;
    height: 12em;
    display: table;
    margin-top: 1.5em; }
    .service:nth-child(even) {
      margin-right: 0; }
    .service .tint {
      display: block; }
    .service .content {
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      z-index: 200;
      color: #fff;
      position: relative;
      text-align: center;
      width: 100%; }
    .service h3 {
      z-index: 200;
      color: #fff;
      position: relative;
      margin-bottom: 0;
      line-height: 1.4; }
    .service p {
      display: none; }
    .service .bg-img-cover {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: auto; }
    .service .more {
      position: relative;
      right: 0;
      top: 0;
      margin-top: 1em;
      font-size: .75em;
      font-weight: 500;
      color: #fff;
      margin-top: .5em; }
    .service:hover .more {
      right: 0; }
    .service .text {
      display: inline; } }

@media screen and (max-width: 960px) {
  #lc-2-pager img {
    width: 190px;
    bottom: -20px; }
  #lc-2-pager .content {
    padding-left: 170px; }
  #lc-2-pager h5 {
    font-size: 1.25em; } }

@media screen and (max-width: 900px) {
  .wsp-consulting #team blockquote {
    display: none; }
  .wsp-consulting #team * {
    text-align: center; }
  .wsp-consulting #team .content {
    padding-right: 0; }
    .wsp-consulting #team .content p {
      margin-bottom: 0 !important; }
    .wsp-consulting #team .content p:last-child {
      display: none; }
  .wsp-consulting #map {
    height: 16em; } }

@media screen and (max-width: 800px) {
  #consulting-lc-banner h5 {
    font-weight: 700; }
    #consulting-lc-banner h5 strong {
      display: none; }
  .wsp-consulting #services .content-wrap > .content {
    padding-right: 0; }
  .wsp-consulting #services p,
  .wsp-consulting #services h2 {
    text-align: center; }
  .wsp-consulting #services .leaders {
    position: relative;
    margin: 1em auto;
    width: auto;
    max-width: 320px;
    text-align: left;
    display: none; }
    .wsp-consulting #services .leaders .content {
      padding-left: 100px; }
  .wsp-consulting #services .headshot {
    float: none;
    position: absolute;
    left: 16px; }
  #lc-2-pager h5 {
    font-size: 1em;
    line-height: 1.8; }
    #lc-2-pager h5 strong {
      display: block;
      font-size: 1.25em;
      line-height: 1.4; }
      #lc-2-pager h5 strong span {
        display: none; } }

@media screen and (max-width: 700px) {
  #lc-2-pager {
    padding-top: 0; }
    #lc-2-pager img {
      width: 150px;
      bottom: -25px; }
    #lc-2-pager .content {
      padding-left: 135px;
      padding-right: 0; }
    #lc-2-pager .glyphicon {
      display: none; }
  .wsp-consulting #services h2 {
    text-align: center; }
  .wsp-consulting #services .content-wrap > .content {
    padding-right: 0; }
  .wsp-consulting #services .leader {
    font-size: .9em; }
  .wsp-consulting .service {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    height: 135px;
    margin-top: 1em; }
  .wsp-consulting #industry-list .icon-frame {
    height: 3.5em; }
  .wsp-consulting #industry-list li strong {
    font-size: .85em; }
  .wsp-consulting #map-container {
    padding: 2em !important;
    background-color: #f7f7f7; }
    .wsp-consulting #map-container:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .wsp-consulting #map-container .address {
      position: relative;
      width: 50%;
      left: 0;
      top: 1em;
      background: none;
      text-align: center;
      float: left;
      padding: 0; }
      .wsp-consulting #map-container .address li:last-child {
        display: none; }
  .wsp-consulting #map {
    height: 8em;
    float: right;
    width: 48%; } }

@media screen and (max-width: 600px) {
  #consulting-lc-banner {
    display: none; }
  #lc-2-pager {
    padding-top: 0;
    text-align: center; }
    #lc-2-pager img {
      position: relative;
      margin: 0 auto;
      width: 200px;
      bottom: 0; }
    #lc-2-pager h5 strong {
      margin: .5em 0 .35em; }
    #lc-2-pager .content {
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto;
      max-width: 400px; }
  .wsp-consulting #services .leader .content {
    display: block;
    padding-top: 3px; }
  .wsp-consulting #industry-list li {
    width: 33.33%; }
  .wsp-consulting #industry-list strong {
    height: 4em; } }

@media screen and (max-width: 500px) {
  .wsp-consulting #services h3 {
    font-size: 1.15em; }
  .wsp-consulting #services h4 {
    text-align: center; }
  .wsp-consulting #services h4 br {
    display: block; }
  .wsp-consulting #map-container .address {
    float: none;
    width: auto;
    top: 0; }
  .wsp-consulting #map {
    float: none;
    width: 90%;
    margin: 1em auto 0; } }

@media screen and (max-width: 460px) {
  .wsp-consulting #industry-list li {
    width: 50%; }
  .wsp-consulting #industry-list strong {
    height: 3em; } }

.mycourses .ui-progressbar {
  border-radius: 0;
  height: .35em;
  border-color: #e2e2e2 !important;
  background: #e9e9e9; }
  .mycourses .ui-progressbar div:first-child {
    display: none; }
  .mycourses .ui-progressbar .ui-progressbar-value {
    background: #22B783 !important; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
  border-radius: 0 !important; }

.coupon-popup {
  position: fixed;
  right: 0;
  bottom: 3em;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  font-size: .9em;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -ms-transform: translate(50em, 0);
  /* IE 9 */
  -webkit-transform: translate(50em, 0);
  /* Safari */
  transform: translate(50em, 0);
  z-index: 3000;
  display: table; }
  .coupon-popup.show-coupon {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Safari */
    transform: translate(0, 0); }
  .coupon-popup.hide-coupon {
    -ms-transform: translate(50em, 0);
    /* IE 9 */
    -webkit-transform: translate(50em, 0);
    /* Safari */
    transform: translate(50em, 0); }
  .coupon-popup .affiliate-logo img {
    max-width: 9em;
    margin: 1em 1.5em; }
  .coupon-popup > * {
    display: table-cell;
    vertical-align: middle; }
  .coupon-popup .message {
    font-size: 0.85em;
    text-align: center;
    padding: 1.5em 4em 1.5em 0;
    text-align: left;
    width: 16em; }
  .coupon-popup .value-circle {
    width: 5.5em;
    height: 5.5em;
    border-radius: 2.75em;
    background: #22B783;
    display: block;
    margin: 1.25em 1.5em;
    text-align: center;
    line-height: 1;
    font-size: .9em; }
  .coupon-popup .value-off {
    font-size: 1.25em;
    line-height: 1em;
    top: 0.75em;
    position: relative;
    padding: 0 1em;
    font-size: 1.35em;
    line-height: 1em;
    top: 1em;
    position: relative;
    padding: 0px 1em;
    display: block;
    color: #fff; }
  .coupon-popup .dismiss {
    padding: .5em 1em;
    color: #a2a2a2;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e4e4e4;
    font-size: .9em;
    cursor: pointer;
    border-top: none;
    border-right: none; }

.coupon-popup {
  display: none; }

.csstransforms .coupon-popup {
  display: table; }

#my-group {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px; }
  #my-group > section > section {
    margin-bottom: 0; }
    #my-group > section > section:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #my-group > section section:first-of-type .leaderboard-tag {
    margin-top: 0; }
  #my-group .leaderboard-container {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px #ddd;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1em;
    width: 47%;
    margin-bottom: 2em; }
  #my-group .leaderboard-overall {
    display: block;
    margin: 1em 1.5% 3em 1.5%;
    overflow: hidden; }
    #my-group .leaderboard-overall .percentile {
      display: inline-block;
      padding: 0.5em 1em;
      background-color: #22B783;
      color: #fff;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-weight: 600;
      position: relative;
      z-index: 25; }
    #my-group .leaderboard-overall em {
      padding-left: 1em;
      font-size: .7em;
      font-style: italic; }
    #my-group .leaderboard-overall .arrow-right {
      width: 0px;
      height: 0px;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 20px solid #22B783;
      font-size: 0;
      line-height: 0;
      position: relative;
      margin-left: -5px;
      top: -5px; }
  #my-group .leaderboard-tag {
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 1em 0.5em 0;
    color: #303030;
    padding-left: .5em; }
  #my-group h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 1em 1.5em;
    border-bottom: 1px solid #f2f2f2;
    white-space: nowrap;
    overflow: hidden; }
  #my-group table {
    width: 100%;
    color: #303030;
    font-size: .9em;
    margin-bottom: 2em; }
    #my-group table th,
    #my-group table td {
      padding-top: .35em;
      padding-bottom: .35em; }
    #my-group table td:first-child,
    #my-group table th:first-child {
      padding-left: 2em; }
    #my-group table td:first-child {
      font-weight: 600; }
  #my-group thead th {
    font-weight: 600;
    font-size: .75em;
    background: #fbfbfb; }
  #my-group tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2; }

.leaderboard-container.cumulative-exams {
  border-color: #dc8137; }
  .leaderboard-container.cumulative-exams h3 {
    color: #dc8137; }
  .leaderboard-container.cumulative-exams .leaderboard-icon-contain {
    background-color: #dc8137; }

.leaderboard-container.cumulative-courses {
  border-color: #dd4d4d; }
  .leaderboard-container.cumulative-courses h3 {
    color: #dd4d4d; }
  .leaderboard-container.cumulative-courses .leaderboard-icon-contain {
    background-color: #dd4d4d; }

.leaderboard-icon-contain {
  border-radius: 1em;
  float: left;
  height: 1.25em;
  margin-right: 0.5em;
  position: relative;
  top: .15em;
  width: 1.25em; }
  .leaderboard-icon-contain img {
    left: 50%;
    margin-left: -40%;
    position: absolute;
    top: 10%;
    width: 80%; }

.current td {
  position: relative; }

.current .glyphicon.glyphicon-user {
  font-size: 0.65em;
  left: -20px;
  position: absolute;
  top: 1.35em; }

.page-id-15625 nav,
.page-id-15625 footer {
  visibility: hidden; }

.page-id-15625 .entry-title {
  text-align: center !important; }

.page-id-15625 h2 {
  position: fixed;
  font-size: 1em;
  bottom: 1em;
  right: 1em; }

.page-id-15625 h2 a {
  color: #D80A0A !important; }

.page-id-15625 h2 {
  position: fixed;
  font-size: 1em;
  bottom: 1em;
  right: 1em; }

html.hide-wp-admin {
  margin-top: 0 !important; }

html.hide-wp-admin #wpadminbar {
  display: none; }

#wpadminbar {
  background: #292929 !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px #4B4B4B !important; }

html.no-margin {
  margin-top: 0 !important; }

html.no-margin .admin-bar nav {
  margin-top: 0; }

html.no-margin {
  margin-top: 0; }

#wpadminbar.hideit {
  display: none !important; }

#admin-controls {
  position: fixed;
  bottom: 1em;
  right: 1.5em;
  z-index: 9999; }
  #admin-controls > * {
    float: right;
    display: inline-block;
    margin-left: .5em;
    background-color: #0B8ECC;
    border-radius: 50%;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    transform: translate(0, 0);
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    #admin-controls > * img {
      position: absolute;
      width: 1.2em;
      left: 50%;
      margin-left: -.6em;
      top: 50%;
      margin-top: -.6em; }
    #admin-controls > *:hover {
      transform: translate(0, -5px); }

.archive #wpress-admin-edit {
  display: none; }

/*
.admin-logo {
	position: fixed;
	bottom: 1em;
}

#wpress-admin-edit,
#wpress-tag-go {
	right: 7em;
}

#wpress-admin-go {
	right: 2em;
}

#wpress-admin-comments {
	right: 4.5em;
}

#wpress-group-go {
	right: 9.5em;
}

.archive #wpress-admin-edit {
	display: none;
}
*/
#support-widget {
  display: none; }

/*
#contact-link {
	display: none;
}
*/
#lessonlistform {
  margin-bottom: 4em; }

.page-template-page-edit-lessons-php h3 {
  display: none; }

.page-template-page-edit-lessons-php h2 {
  font-size: 1em;
  font-weight: 700; }

#wsp_lesson_list {
  list-style: none;
  border: 1px solid #e3e3e3;
  margin: 0; }
  #wsp_lesson_list li {
    display: block;
    background: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: .5em 1em;
    background-image: url("https://cdn3.iconfinder.com/data/icons/pyconic-icons-2-1/512/arrow-double-up-down-128.png");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: right 20px center;
    cursor: pointer; }
  #wsp_lesson_list .post-id {
    float: right;
    font-size: .75em;
    padding-right: 40px;
    line-height: 30px; }
  #wsp_lesson_list .chapter {
    font-size: .65em;
    padding: 7px 0; }
    #wsp_lesson_list .chapter strong {
      background-color: #666f75;
      color: #fff;
      padding: .25em .5em; }

.chosen-results {
  list-style: none;
  font-size: .85em;
  margin-bottom: 1em; }
  .chosen-results:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .chosen-results li {
    margin-bottom: .5em;
    width: 50%;
    float: left;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .chosen-results li:hover {
      color: #0B8ECC; }
    .chosen-results li:first-child {
      width: 100%;
      font-weight: 700;
      font-style: italic;
      display: none; }

.page-template-page-social-links nav,
.page-template-page-social-links footer,
.page-template-page-social-links push {
  display: none !important; }

.page-template-page-social-links .centered {
  padding: 6px 0;
  font-size: .85em;
  color: #909090; }
  .page-template-page-social-links .centered img {
    width: 35px;
    display: inline; }

.page-template-page-social-links main#body-content {
  margin: 0 auto;
  max-width: 500px; }

.page-template-page-social-links #social-links li {
  width: 50%;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #fff; }

.page-template-page-social-links #social-links img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

form.wsp-search-form {
  -webkit-transition: width .35s ease-in-out;
  -moz-transition: width .35s ease-in-out;
  -o-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */ }
  form.wsp-search-form ::-webkit-input-placeholder {
    line-height: 30px; }
  form.wsp-search-form :-moz-placeholder {
    line-height: 30px; }
  form.wsp-search-form ::-moz-placeholder {
    line-height: 30px; }
  form.wsp-search-form :-ms-input-placeholder {
    line-height: 30px; }
  form.wsp-search-form input[type="search"] {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 0 32px 0 16px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 20px;
    color: #303030;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-style: normal;
    background-image: url("https://s3.amazonaws.com/wspimage/wsp-search-icon.svg");
    background-position: right 6px center;
    background-size: 16px;
    background-repeat: no-repeat; }
  form.wsp-search-form button {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px; }
  form.wsp-search-form input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  form.wsp-search-form input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  form.wsp-search-form input[type="search"]::-webkit-search-decoration,
  form.wsp-search-form input[type="search"]::-webkit-search-cancel-button,
  form.wsp-search-form input[type="search"]::-webkit-search-results-button,
  form.wsp-search-form input[type="search"]::-webkit-search-results-decoration {
    display: none; }

.block-header form.wsp-search-form,
.article-topper form.wsp-search-form {
  position: absolute;
  right: 0;
  width: 150px; }
  .block-header form.wsp-search-form:focus-within,
  .article-topper form.wsp-search-form:focus-within {
    width: 100% !important; }

.block-header.search-on form.wsp-search-form,
.article-topper.search-on form.wsp-search-form {
  width: 100%; }

.block-header.search-on input[type="search"],
.article-topper.search-on input[type="search"] {
  background-color: #fff !important; }

.block-header form.wsp-search-form {
  top: 34px; }

.search-on #lms-tabs {
  opacity: 0; }

#my-courses-tab-container form.wsp-search-form {
  position: absolute;
  right: 0;
  width: 200px;
  top: 10px;
  height: 30px;
  font-size: .9em; }
  #my-courses-tab-container form.wsp-search-form:focus-within {
    width: 100% !important; }

#my-courses-main-content form.wsp-search-form,
#lesson-search-results form.wsp-search-form {
  margin-bottom: 1.5em; }

.article-topper form.wsp-search-form {
  top: 0;
  z-index: 101; }
  .article-topper form.wsp-search-form input[type="search"] {
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: .9em; }

.article-topper.search-on .article-meta {
  opacity: 0; }

.search .article-topper form.wsp-search-form,
.page-template-page-article-roll .article-topper form.wsp-search-form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .search .article-topper form.wsp-search-form input[type="search"]:focus,
  .page-template-page-article-roll .article-topper form.wsp-search-form input[type="search"]:focus {
    background-color: #fff; }

.search .article-topper h1 + form.wsp-search-form,
.page-template-page-article-roll .article-topper h1 + form.wsp-search-form {
  margin-top: 2em; }

#my-courses-main-content form.wsp-search-form {
  position: relative;
  display: none; }

.search .block-header form.wsp-search-form {
  width: 300px; }

#lesson-search-results form.wsp-search-form {
  width: 100%;
  position: relative; }

#lesson-search-results a.result {
  margin-bottom: .5em;
  color: #303030;
  padding: .75em 2em .75em 1em;
  overflow-x: hidden;
  overflow-y: visible;
  border-bottom: none;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  #lesson-search-results a.result:hover {
    color: #0B8ECC; }

#lesson-search-results a.quiz {
  display: none; }

#lesson-search-results .course-tag {
  color: #0B8ECC;
  text-transform: uppercase;
  font-size: .7em;
  float: right;
  top: .3em;
  position: relative;
  padding-left: 1em; }

#lesson-search-results .go {
  font-size: 1.5em;
  font-weight: 300;
  font-weight: 100;
  text-align: right; }

.boxsizing #lesson-search-results a.result {
  box-sizing: border-box;
  border-left-width: 4px;
  border-left-style: solid; }

.query-header {
  display: block;
  margin-bottom: 1em; }

@media screen and (max-width: 1000px) {
  .search .block-header h1 {
    text-align: center; }
  .search .block-header form.wsp-search-form {
    display: none; }
  #lesson-search-results .course-tag {
    position: relative;
    display: block;
    float: none;
    padding-left: 0;
    margin-bottom: .75em; } }

@media screen and (max-width: 800px) {
  #my-courses-main-content form.wsp-search-form {
    display: block; } }

@media screen and (max-width: 500px) {
  .article-topper form.wsp-search-form {
    position: relative;
    top: -.4em; }
  .article-topper.search-on .article-meta {
    opacity: 1; }
  #lesson-search-results .go {
    display: none; }
  #lesson-search-results {
    padding-top: 2em; } }

#bc-filter-title {
  display: none; }

.content-wrap.w-filters .wsp-filters + * {
  padding-left: 270px;
  z-index: 200;
  position: relative; }

#active-filters {
  /*
	min-height: 4em;
	margin-bottom: 1em;
    padding: 1rem 1.5em;
    border: 1px solid #02b3e4;
    border-radius: 5px;
    background: rgba(2,179,228,.15);
*/ }

.wsp-filter-tag {
  font-size: .8em;
  border-radius: 3em;
  background: rgba(2, 179, 228, 0.15);
  padding: .25em 1.5em;
  margin-right: .5em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer; }
  .wsp-filter-tag .glyphicon {
    color: #0B8ECC;
    font-size: .8em;
    padding-left: 7px; }

.wsp-filters {
  font-size: .85em;
  padding-top: 0;
  width: 250px;
  float: left;
  z-index: 300;
  position: relative; }
  .wsp-filters > span {
    display: block;
    background-color: rgba(255, 255, 255, 0.46);
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 1em; }
  .wsp-filters h5 {
    font-size: 1.2em;
    color: #0B8ECC;
    font-weight: 600;
    margin-bottom: .5em;
    margin-top: -.5em; }
  .wsp-filters strong {
    display: block;
    margin-right: .5em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: .9em;
    color: #0B8ECC; }
  .wsp-filters ul {
    margin-bottom: 1em; }
  .wsp-filters li {
    position: relative;
    padding: 0 0 .75em 22px;
    margin-bottom: 0;
    vertical-align: bottom;
    line-height: 1.4; }
    .wsp-filters li:not(.disable-filter) {
      cursor: pointer; }
      .wsp-filters li:not(.disable-filter)::hover {
        color: #0B8ECC; }
    .wsp-filters li.active .wsp-filter-checkbox {
      background-color: #0B8ECC;
      border: none; }
      .wsp-filters li.active .wsp-filter-checkbox img {
        display: block; }
    .wsp-filters li.disable-filter {
      opacity: .4; }
  .wsp-filters.stick-me {
    position: fixed;
    top: 0; }

.wsp-filter-checkbox {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #949494;
  display: inline-block;
  margin-right: 6px;
  border-radius: 3px;
  position: absolute;
  top: .2em;
  left: 0; }
  .wsp-filter-checkbox > img {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    display: none; }

#site-admin-notice {
  position: fixed;
  bottom: 1.5em;
  left: 2em;
  right: 2em;
  height: 3.5em;
  line-height: 3.5em;
  background-color: #D80A0A;
  color: #fff;
  box-sizing: border-box;
  padding: 0 2em;
  z-index: 10000;
  border-radius: 4px;
  font-size: .9em; }

.page-template-page-review-exam-php #wrapper {
  background-color: #f7f7f7; }

.page-template-page-review-exam-php #inspect-exam-form {
  max-width: 400px; }
  .page-template-page-review-exam-php #inspect-exam-form select {
    margin-bottom: 0; }
  .page-template-page-review-exam-php #inspect-exam-form input[type="submit"] {
    padding: .75em 0;
    margin-top: 0; }

.page-template-page-review-exam-php .data {
  box-sizing: border-box;
  background-color: #fff;
  padding: 2em 3em; }
  .page-template-page-review-exam-php .data p,
  .page-template-page-review-exam-php .data ul,
  .page-template-page-review-exam-php .data ol,
  .page-template-page-review-exam-php .data table,
  .page-template-page-review-exam-php .data blockquote {
    margin-bottom: 1em; }
  .page-template-page-review-exam-php .data table {
    font-size: .9em; }
  .page-template-page-review-exam-php .data li {
    margin-bottom: .5em; }
  .page-template-page-review-exam-php .data p:last-child,
  .page-template-page-review-exam-php .data li:last-child {
    margin-bottom: 0; }
  .page-template-page-review-exam-php .data em {
    font-style: italic; }
  .page-template-page-review-exam-php .data th,
  .page-template-page-review-exam-php .data td[scope="row"] {
    font-weight: 600; }
  .page-template-page-review-exam-php .data th {
    background-color: #eaf1f3; }
  .page-template-page-review-exam-php .data th,
  .page-template-page-review-exam-php .data td {
    padding: .25em .5em;
    border: 1px solid #e5e5e5; }
  .page-template-page-review-exam-php .data th {
    border-color: #dce1e3; }

.page-template-page-review-exam-php h2 {
  font-weight: 600;
  padding: 2em 0 1em; }

.page-template-page-review-exam-php .wsp-exam-question {
  margin-bottom: 4em;
  max-width: 900px; }

.page-template-page-review-exam-php .wsp-exam-q-number {
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 600; }
  .page-template-page-review-exam-php .wsp-exam-q-number span {
    background-color: #FFCC00;
    padding: 3px 6px; }

.page-template-page-review-exam-php .wpProQuiz_questionList {
  margin-top: 1em;
  box-sizing: border-box;
  padding: 1em 2em !important;
  background-color: #fbfbfb !important;
  border-bottom: 1px solid #e5e5e5 !important; }

.page-template-page-review-exam-php .wsp-exam-question-text {
  margin-bottom: 1em; }
  .page-template-page-review-exam-php .wsp-exam-question-text ul {
    list-style: disc;
    margin-left: 1.25em; }
    .page-template-page-review-exam-php .wsp-exam-question-text ul > li > ul {
      margin-top: .5em;
      list-style: circle; }
  .page-template-page-review-exam-php .wsp-exam-question-text ol {
    list-style: decimal;
    margin-left: 1.25em; }

.page-template-page-review-exam-php .answer-msg-wrap ul {
  list-style: disc;
  margin-left: 1.25em; }

.page-template-page-review-exam-php .free-answers-accepted {
  padding: 0 1em;
  background-color: #fbfbfb;
  display: inline-block; }

.page-template-page-review-exam-php .exam-rev-label {
  font-weight: 700;
  margin-bottom: .5em; }

.page-template-page-review-exam-php .circle-input {
  width: 12px;
  height: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px; }

.page-template-page-review-exam-php .answer_correct .circle-input {
  background: #0da50d; }

.page-template-page-review-exam-php .highlight-correct {
  background-color: #c3f9c3; }

@media print {
  body {
    font-size: 100% !important; }
  body.single-knowledgebaseposts {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    body.single-knowledgebaseposts::before {
      content: url(https://s3.amazonaws.com/wspimage/logo_print.png);
      display: block;
      height: 50px;
      width: 250px;
      padding-top: 10px; }
    body.single-knowledgebaseposts::after {
      content: "Wall Street Prep | www.wallstreetprep.com";
      position: fixed;
      bottom: 0;
      right: 20px;
      font-size: 10px;
      font-weight: 600; }
  .article-topper .content-wrap,
  .article .content-wrap {
    width: auto !important;
    max-width: none; }
  .single-wspblog #wrapper,
  .single-knowledgebaseposts #wrapper,
  .single-blogposts #wrapper {
    background: #fff !important; }
  body,
  #main-fare,
  .post-wrap,
  #main-fare.content-wrap.pad-top-bottom,
  .content-wrap.pad-top-bottom,
  .entry.pad, .col-center-white.pad {
    padding: 0 !important; }
  .parent > * {
    width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  #wsp-slider,
  nav,
  .lc-jumbo,
  .banner-search,
  #toc_container,
  .share-this,
  #related-posts,
  #premium-ad,
  h5#comments,
  #respond,
  .modal,
  .push,
  #ouibounce-ouibounce-modal,
  #preloader,
  footer,
  .meta .thecomments,
  #meta-icons,
  #printme,
  #wpress-admin-edit,
  #wpress-admin-go,
  #wpress-admin-comments,
  .post-tags,
  .article-meta {
    display: none !important; }
  .article-search {
    display: none; }
  .article {
    font-size: 12px; }
    .article .entry h2 {
      font-size: 1.5em; }
    .article .entry h3 {
      font-size: 1.25em; }
    .article .entry h4 {
      font-size: 1.1em; }
    .article .entry h5,
    .article .entry h6 {
      font-size: 1em; }
    .article .entry .wp-caption {
      max-width: 960px; }
    .article .entry img.size-full {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .article .entry img.wp-img-300 {
      max-width: 300px !important; }
    .article .entry img.wp-img-400 {
      max-width: 400px !important; }
    .article .entry img.wp-img-500 {
      max-width: 500px !important; }
    .article .entry img.wp-img-600 {
      max-width: 600px !important; }
    .article .entry img.wp-img-650 {
      max-width: 650px !important; }
    .article .entry img.wp-img-800 {
      max-width: 800px !important; }
    .article .entry img.wp-img-900 {
      max-width: 900px !important; }
    .article .entry img.wp-img-1000 {
      max-width: 1000px !important; }
    .article .entry #multipart {
      background: url(https://s3.amazonaws.com/wspimage/wsp-print-bg-yellow.png) repeat; }
    .article .entry .videowrapper {
      display: none; }
    .article .entry blockquote {
      background: url(https://s3.amazonaws.com/wspimage/wsp-print-bg-blue-lt.png) repeat; }
    .article .entry .greenbutton {
      background: url(https://s3.amazonaws.com/wspimage/wsp-print-bg-green.png) repeat; }
    .article .entry .bluebutton {
      background: url(https://s3.amazonaws.com/wspimage/wsp-print-bg-blue-lt.png) repeat; }
  #article-comments {
    display: none; }
  .post-tags::before {
    content: "Wall Street Prep  | www.wallstreetprep.com";
    font-size: .75em; }
  .post-tags .hashtag {
    display: none; }
  .article-topper {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: 0;
    background: none; }
    .article-topper::before {
      background: none; }
    .article-topper h1,
    .article-topper p {
      color: #303030; }
    .article-topper p a {
      color: #0B8ECC; }
    .article-topper h1 {
      font-size: 2.5em;
      font-weight: 600;
      padding-top: 0; }
  .banner-button {
    display: none; }
  #post-wrap::before {
    content: "Wall Street Prep | www.wallstreetprep.com"; }
  #excel-shortcuts {
    display: none; }
  #shortcuts-intro {
    float: none;
    width: auto; }
  table.shortcuts tr td {
    border-top: 1px solid #f2f2f2 !important; }
  .single-wsp_exam,
  .page-template-page-completed-exam {
    font-size: 75% !important; }
    .single-wsp_exam .exam_summary,
    .single-wsp_exam .breadcrumbs,
    .single-wsp_exam .answer_correct,
    .single-wsp_exam .answer_incorrect,
    .page-template-page-completed-exam .exam_summary,
    .page-template-page-completed-exam .breadcrumbs,
    .page-template-page-completed-exam .answer_correct,
    .page-template-page-completed-exam .answer_incorrect {
      display: none; }
    .single-wsp_exam h1.entry-title,
    .page-template-page-completed-exam h1.entry-title {
      font-weight: 700;
      font-size: 2; }
    .single-wsp_exam .cat-tag-yellow,
    .page-template-page-completed-exam .cat-tag-yellow {
      padding: 0;
      font-weight: 700;
      background: none;
      border: none;
      margin-top: 2em; }
    .single-wsp_exam .entry p,
    .page-template-page-completed-exam .entry p {
      margin-bottom: 1em; }
    .single-wsp_exam .view-exam-results .questionList label,
    .page-template-page-completed-exam .view-exam-results .questionList label {
      padding: 0;
      background: none;
      border: none; }
      .single-wsp_exam .view-exam-results .questionList label input,
      .page-template-page-completed-exam .view-exam-results .questionList label input {
        display: none; }
    .single-wsp_exam .view-exam-results .entry blockquote,
    .page-template-page-completed-exam .view-exam-results .entry blockquote {
      margin: 0 0 1em 0; }
    .single-wsp_exam .view-exam-results .questionList .answerCorrect label,
    .page-template-page-completed-exam .view-exam-results .questionList .answerCorrect label {
      background: none;
      border: none;
      font-weight: 700;
      text-decoration: underline; }
    .single-wsp_exam .entry table tr td,
    .single-wsp_exam .entry table tr th,
    .page-template-page-completed-exam .entry table tr td,
    .page-template-page-completed-exam .entry table tr th {
      font-size: 7px !important;
      font-style: italic;
      padding: .25em; } }

#article-comments {
  background-color: #f4f4f4; }

.single #wpcomm {
  margin: 0;
  padding: 0;
  border-top: none;
  max-width: none; }

.single .wc_comment_level-1 {
  margin-bottom: 1em; }

.single #wpcomm .wc-comment .wc-reply {
  margin-top: 1em !important; }

.single #wpcomm .wc-reply.wc_comment_level-2 {
  margin-left: 40px; }

.single .wpdiscuz-sbs-wrap {
  display: none !important; }

.single .wpdiscuz-button.wpdc_at {
  opacity: .5; }

.single #wpcomm .wc-comment {
  position: relative; }
  .single #wpcomm .wc-comment .wc-comment-right {
    margin-left: 0;
    padding: 0;
    margin-left: 47px;
    margin-bottom: 0;
    border-radius: 5px;
    border-bottom: 1px solid #e5e5e5; }
    .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-text,
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields {
      min-height: 0;
      padding: .5em 1.35em 0; }
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-text a,
      .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields a {
        color: #0B8ECC;
        text-decoration: underline; }
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-text {
      padding: 0;
      font-size: inherit;
      line-height: inherit; }
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label,
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-value {
      padding: 0;
      display: inline;
      font-size: .9em;
      background: none;
      border: none;
      opacity: 1; }
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label {
      font-weight: 600; }
    .single #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label::after {
      content: ":";
      padding-right: 3px;
      position: relative;
      top: -2px; }
    .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-header {
      border-top: none !important;
      height: 2.5em !important;
      line-height: 2.5em !important;
      border-bottom: 1px solid #f2f2f2;
      padding: 0 1.25em !important; }
    .single #wpcomm .wc-comment .wc-comment-right .wc-comment-link {
      font-size: .75em !important;
      line-height: 3.5em;
      padding: 0;
      margin: 0; }
      .single #wpcomm .wc-comment .wc-comment-right .wc-comment-link .wpf-cta {
        font-size: inherit; }
    .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer {
      font-size: .9em;
      min-height: 0;
      padding: .5em 1.35em 1em; }
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer * {
        font-size: 1em !important;
        line-height: 1 !important; }
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer span.wc-vote-link span {
        font-size: .75em !important; }
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-cta-button,
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-cta-button-x {
        font-size: .85em !important;
        padding: 3px 8px 3px 8px; }
      .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-comment-date {
        font-size: .7em !important; }
  .single #wpcomm .wc-comment .wc-comment-left {
    width: 2em;
    position: absolute;
    top: .35em;
    left: 0;
    bottom: 0;
    float: none;
    z-index: 2; }

.single #wpcomm .wc-comment-date {
  line-height: 30px; }

.single #wpcomm .wpdiscuz-front-actions {
  background: none;
  padding: 0; }

.single #wpcomm .wc-comment-author,
.single #wpcomm .wc-reply .wc-comment-author {
  font-size: .9em;
  font-weight: 600; }

.single .wc-blog-administrator > .wc-comment-right .wc-comment-author::after,
.single .wc-blog-editor > .wc-comment-right .wc-comment-author::after,
.single .wc-blog-author > .wc-comment-right .wc-comment-author::after,
.single .wc-blog-post_author > .wc-comment-right .wc-comment-author::after {
  content: "Instructor";
  display: inline;
  background-color: #22B783;
  color: #fff;
  font-size: .75em;
  margin-left: 1em;
  padding: .15em .5em .15em;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  top: -.1em; }

.single #wpcomm .wc-comment-author {
  padding: 0 !important; }

.single #wpcomm .wpd-form-row .wpd-has-icon .wpd-field {
  padding-left: 36px; }

.single #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-desc {
  line-height: 1.75em; }

.single .wpdc_at:hover {
  background: url("https://s3.amazonaws.com/wspimage/atuser.svg") right center no-repeat; }

.single .wc-vote-link.wc-down {
  display: none !important; }

.single .wc-comment-text + .wc-comment-footer {
  margin-top: 15px !important; }

.single #wpcomm .wc-follow-link {
  display: none; }

.single .wpdiscuz-form-top-bar {
  display: none; }

.single #wpcomm .wc-comment-footer .wc-vote-result {
  padding: 0 3px; }

.single #wpcomm .wc-vote-link.wc-up {
  color: #22B783; }

.single #wpcomm .wc-vote-link.wc-down {
  color: #D80A0A; }

.single #wpcomm .wc-comment-right .wc-comment-text,
.single #wpcomm .wc-comment-footer {
  padding: 0; }

.single .logged-in .wpdiscuz-form-top-bar {
  display: block; }

.single #wc-comment-header {
  display: none; }

.single .comments-area {
  width: auto; }

.single #wpcomm .wc-comment-right .wc-comment-text,
.single #wpcomm .wc-comment-right .wc-comment-text * {
  font-size: .95em !important;
  line-height: 1.8 !important; }

.single #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap {
  background: #fff; }

.single #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
  font-size: .9em !important;
  line-height: 1.8 !important;
  height: 10em !important;
  min-height: 10em !important;
  color: #303030; }

.single #wpcomm .wc-vote-result {
  color: #303030; }

.single .wc-comment-label {
  display: none !important; }

.single #wpcomm .wc-field-textarea .wpdiscuz-textarea-foot {
  border-top: none; }

.single #wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea {
  height: 100px !important;
  min-height: 100px !important;
  font-size: .95em !important;
  line-height: 1.8 !important;
  color: #303030; }

.single .wc-form-footer .wpd-form-col-left .wpdiscuz-item:last-child {
  display: none; }

.single #wpcomm button,
.single #wpcomm input[type="button"],
.single #wpcomm input[type="reset"],
.single #wpcomm input[type="submit"] {
  padding: 1em 2em; }

.single #wpcomm .wc_save_wrap {
  text-align: right; }
  .single #wpcomm .wc_save_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .single #wpcomm .wc_save_wrap > input {
    width: auto;
    padding: .5em 1em;
    display: inline-block; }

.single #wpcomm .wpd-form-row .wpdiscuz-item input[type="text"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="url"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="color"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="date"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime-local"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="month"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="number"], .single #wpcomm .wpd-form-row .wpdiscuz-item input[type="time"] {
  height: 3em; }

.single #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon {
  line-height: 1.75em; }

.single #wpcomm .wpd-form-row .wpd-field {
  color: #303030; }

.single .wpdc_user_list > input {
  display: none; }

.single .wc-comment-author {
  text-transform: capitalize !important; }

.single .wc-field-submit label[title="Stick this comment"],
.single .wc-field-submit label[title="Close this thread"] {
  display: none !important; }

.single #wpcomm.wpdiscuz_auth .wc-field-submit {
  padding: 15px 0 0 5px; }

.single #wpcomm .wc-field-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.single #wpcomm .wc-field-submit > * {
  display: block;
  float: right;
  clear: right; }

.single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] {
  font-size: .8em;
  line-height: 1;
  margin-bottom: .5em; }
  .single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > input[type="checkbox"].wpd_label__checkbox {
    display: inline; }
    .single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > input[type="checkbox"].wpd_label__checkbox::after {
      content: "Email me when someone replies";
      display: inline;
      padding-left: 24px;
      position: relative;
      top: -3px; }
  .single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > .wpd_label__text {
    display: none !important; }

.single #wpcomm .avatar {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  overflow: hidden; }

.single .wpdc_at {
  background: url("https://s3.amazonaws.com/wspimage/atuser.svg") right center no-repeat; }
  .single .wpdc_at:before {
    content: "click here to mention a user";
    font-size: .75em;
    padding-right: 22px; }

.single textarea[name="wc_comment"]::placeholder {
  font-size: 1em !important; }

.single.logged-in #wpcomm .wpd-form-row .wpd-form-col-right {
  width: auto; }

.single #wpcomm .wpdiscuz-form-bottom-bar {
  display: none !important; }

.single #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
  border: none; }

.single .wc-reply-button > i {
  display: none !important; }

.single input.wc_website {
  display: none !important; }

.single i.fas.fa-link {
  display: none !important; }

body:not(.single-knowledgebaseposts) #wpcomm .wc-field-avatararea .avatar {
  border-radius: 0;
  opacity: .25; }

@media screen and (max-width: 1000px) {
  #wpcomm form input,
  .wpdiscuz_subscription_button {
    width: auto !important;
    float: inherit !important; }
  .single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > input[type="checkbox"].wpd_label__checkbox {
    width: 100% !important;
    float: right !important; }
  .single #wpcomm .wc-field-submit .wc_comm_submit {
    width: auto !important;
    float: right !important; }
  #wpcomm .wc-form-footer .wpd-form-col-left input {
    width: 100% !important; } }

@media screen and (max-width: 800px) {
  #wpcomm .wc-comment .wc-comment-left {
    display: none; }
  #wpcomm .wc-comment-right > .wc-comment-header,
  #wpcomm .wc-reply .wc-comment-right > .wc-comment-header {
    padding: 0 1.35em !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important; }
  .single #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
    width: auto !important;
    float: right !important; } }
