@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
-------------------------------------------------------------- */
.pseudotint {
  position: relative; }
  .pseudotint > * {
    position: relative;
    color: #fff; }
  .pseudotint::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #1a3c50;
    opacity: .75; }
  .pseudotint.bg-cyan::before {
    background-color: #0B8ECC; }
  .pseudotint.bg-orange::before {
    background-color: #ef5008; }
  .pseudotint.bg-green::before {
    background-color: #22B783; }
  .pseudotint.bg-red::before {
    background-color: #D80A0A; }
  .pseudotint.bg-grey:before {
    background-color: #768090;
    opacity: .85; }
  .pseudotint.bg-w::before {
    background-color: #ffffff;
    opacity: 1; }

/* 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:not(.search) #wrapper {
  margin-bottom: 0; }

.push {
  height: 12em; }

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

.clear {
  clear: both; }

.show-400,
.show-700,
.show-inline-800,
.show-block-800,
.show-block-700,
.show-inline-1000,
.show-block-1000 {
  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:not(.flex):after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.content-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%; }
  .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; }

.content-wrap.flex::after {
  content: none !important; }

#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; }

.align-baseline {
  align-items: baseline; }

.flex {
  display: flex; }

.align-baseline {
  align-items: baseline; }

.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; }

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

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 .entry {
    max-width: 34em;
    margin: 0 auto;
    text-align: left;
    width: 90%; }
    .full-split .entry * {
      color: #303030; }
    .full-split .entry p,
    .full-split .entry img {
      max-width: none; }
    .full-split .entry p {
      font-size: 1em;
      font-weight: 500;
      width: auto; }
  .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: 1em;
    line-height: 1.4; }

#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: 2em 4em; }
      #wrapper-w-affix #main-content > section:first-child {
        padding-top: 3em; }

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

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

/*-------------------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) {
  .show-block-1000 {
    display: block; }
  .show-inline-1000 {
    display: inline; }
  .hide-1000 {
    display: none !important; }
  .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:not(.infusion-field):not(.infusion-submit) {
    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) {
  .show-inline-800 {
    display: inline; }
  .show-block-800 {
    display: block; }
  .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; }
  .show-block-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-500,
.max-600,
.max-700,
.max-800,
.max-1000,
.max-1100 {
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

@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: 1250px;
    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;
  text-align: left; }
  ul.checks li,
  ul.numbers li {
    position: relative; }
  ul.checks .glyphicon,
  ul.checks .number,
  ul.numbers .glyphicon,
  ul.numbers .number {
    position: absolute;
    left: 0;
    top: .35em; }
  ul.checks .glyphicon-ok,
  ul.numbers .glyphicon-ok {
    font-size: .8em;
    top: .55em; }
  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;
  box-sizing: border-box; }

.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,
h2.title {
  margin-top: 1.5em;
  margin-bottom: 1em; }
  .entry h1:first-of-type,
  h2.title: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: .0 !important;
  margin-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none;
  padding-bottom: .5em;
  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,
.modal-body {
  /*
	table.tabs {
		
		th,
		td {
			border-left: 5px solid #fff !important;
			min-width: 130px;
			max-width: 130px;
		}
		
		th {
			color: #fff;
			text-align: center;
			border-bottom: none;
		}
		
		thead + tbody tr:first-child td {
			border-top: none !important;
		}
		
		th.tabs-blue {
			background-color: #19334b;
			border: 1px solid #19334b;
		}

		th.tabs-grey {
			background-color: #888b8e;
			border: 1px solid #888b8e;
		}
		
		td {
			li {
				margin-bottom: 0;
			}
		}
	}
*/ }
  .entry .code,
  .modal-body .code {
    font-family: "Lucida Console", Monaco, monospace;
    margin-bottom: 1.5em;
    background-color: #f9f9f9;
    padding: 1em 1.5em;
    border: 1px solid #e5e5e5;
    font-size: .9em; }
  .entry em,
  .modal-body em {
    font-style: italic; }
  .entry hr,
  .modal-body hr {
    border: 1px solid #d5d5d5 !important;
    margin-bottom: 1em !important; }
  .entry h2,
  .modal-body h2 {
    display: block;
    font-size: 1.6em;
    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: 700; }
  .entry h2,
  .entry h4,
  .entry h5,
  .entry h6,
  .modal-body h2,
  .modal-body h4,
  .modal-body h5,
  .modal-body h6 {
    font-weight: 700; }
  .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.5em; }
  .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 .article-byline + h2,
  .modal-body .article-byline + h2 {
    margin-top: .65em; }
  .entry .article-byline + h3,
  .entry .article-byline + h4,
  .modal-body .article-byline + h3,
  .modal-body .article-byline + h4 {
    margin-top: 1em; }
  .entry li > h4,
  .modal-body li > h4 {
    margin-top: 0;
    margin-bottom: .25em; }
  .entry p,
  .modal-body p {
    margin-bottom: 1em;
    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: 1em; }
  .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 ul.faq,
  .modal-body ul.faq {
    background: #f3f6f8;
    padding: 1em;
    font-size: .9em;
    margin-left: 0; }
    .entry ul.faq li,
    .modal-body ul.faq li {
      margin-bottom: 0;
      margin-left: 2em; }
  .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: .8em; }
  .entry table td,
  .entry table th,
  .modal-body table td,
  .modal-body table th {
    padding: .75em 1em; }
  .entry table td,
  .modal-body table td {
    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 0; }
  .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; } }

.wsp-admin-table {
  font-size: .8em;
  width: 100%; }
  .wsp-admin-table th {
    font-size: 1.1em; }
  .wsp-admin-table th,
  .wsp-admin-table td {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: .5em; }
    .wsp-admin-table th:first-child,
    .wsp-admin-table td:first-child {
      padding-left: 1em; }
    .wsp-admin-table th:last-child,
    .wsp-admin-table td:last-child {
      padding-right: 1em; }
  .wsp-admin-table th {
    font-weight: 600; }
  .wsp-admin-table tbody tr:nth-child(odd) td {
    background-color: #f5f7f9; }

#group-header {
  margin-bottom: 2em; }
  #group-header h2 {
    font-size: 2em;
    font-weight: 300;
    display: inline; }
    #group-header h2 strong {
      font-weight: 600 !important; }

.chevron-dropdown {
  position: relative; }
  .chevron-dropdown .dropdown-container {
    position: relative;
    display: inline-block; }
    .chevron-dropdown .dropdown-container .trigger {
      color: #0B8ECC;
      cursor: pointer; }
    .chevron-dropdown .dropdown-container .trigger:hover * {
      opacity: .5; }
  .chevron-dropdown .fa-chevron-down {
    padding-left: 5px; }
  .chevron-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    top: calc(100% + .5em);
    z-index: 200;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    font-size: .8em;
    padding: .5em 0;
    left: 0; }
    .chevron-dropdown .dropdown a {
      padding: .35em 1.5em;
      display: block;
      color: #303030;
      white-space: nowrap; }
      .chevron-dropdown .dropdown a:hover {
        color: #0B8ECC; }

#group-selection.chevron-dropdown .dropdown {
  max-height: 400px;
  overflow: auto; }

#group-selection.chevron-dropdown .dropdown-container h2,
#group-selection.chevron-dropdown .dropdown-container .trigger {
  color: #646464; }

#hero-highlights {
  padding: 2em 0;
  font-weight: 800;
  font-size: 1.35em;
  line-height: 1.3; }
  #hero-highlights .content-wrap {
    max-width: 1100px; }
  #hero-highlights .item {
    padding: 0 1em;
    box-sizing: border-box;
    border-right: 3px solid #1EAAA5;
    text-align: center; }
    #hero-highlights .item:last-child {
      border-right: 0; }

.filler-quote {
  width: 90%;
  background-color: #eff6fb;
  box-sizing: border-box;
  padding: 1.5em 2em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 190px;
  min-height: 120px;
  margin: 3em auto; }
  .filler-quote p {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    color: #0B8ECC; }
  .filler-quote strong {
    color: #093b74;
    font-weight: 500 !important; }
  .filler-quote .img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden; }
  .filler-quote .attribution {
    font-size: .7em;
    line-height: 1.5;
    height: 50px;
    width: 150px;
    position: absolute;
    top: 2em;
    left: 2em;
    text-align: center; }
    .filler-quote .attribution span {
      display: block;
      margin-top: .25em;
      max-width: 150px;
      margin-left: auto;
      margin-right: auto; }
  .filler-quote + .content-wrap {
    padding-top: 0; }

.single-coursesalemodules .filler-quote {
  max-width: 1000px;
  min-height: 150px;
  background: none;
  margin: 0 auto; }
  .single-coursesalemodules .filler-quote.margin-reverse {
    margin-top: 2em;
    margin-bottom: -1.5em; }
  .single-coursesalemodules .filler-quote p,
  .single-coursesalemodules .filler-quote strong {
    color: #404040;
    font-weight: 300 !important;
    font-family: 'Georgia', serif;
    font-style: italic; }
  .single-coursesalemodules .filler-quote p {
    font-weight: 600;
    font-size: 1.35em;
    line-height: 1.3; }

#used-at {
  padding: 7em 0 !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  #used-at::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  #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;
    display: none !important; }

.wsp-error {
  background-color: #ffe9e9;
  font-size: .9em;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  position: relative;
  top: -1em;
  border: 1px solid #ebd1d1;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .wsp-error .fa-exclamation-triangle {
    color: #D80A0A;
    padding-right: 6px;
    font-size: .9em; }

.wsp-success {
  background-color: #caf5d7;
  font-size: .9em;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  position: relative;
  top: -1em;
  border: 1px solid #b4d2c7; }

.wsp-error ul,
.wsp-success ul {
  list-style: disc;
  margin-left: 1.2em; }

.wsp-error ul {
  list-style: none;
  margin-left: 0; }

.wsp-error li {
  position: relative;
  padding-left: 1.5em; }
  .wsp-error li::before {
    font-family: 'Glyphicons Halflings';
    content: "\e209";
    color: #D80A0A;
    position: absolute;
    left: 0;
    font-size: .9em;
    top: 1px; }

#instructor-grid {
  display: flex;
  flex-wrap: wrap;
  border: 6px solid #fff;
  box-shadow: 0 0 1px 0 #9c9c9c; }
  #instructor-grid .img {
    width: 16.667%;
    z-index: 100;
    padding-top: 0; }

.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; }

*[data-wsp-tooltip-position="center"] + .wsp-tooltip {
  left: 50%; }

.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: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
  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-tabs {
  margin-bottom: 1em;
  border-bottom: 1px solid #e5e5e5;
  font-size: .9em; }
  .wsp-tabs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wsp-tabs li {
    display: inline-block;
    padding-right: 2em;
    position: relative; }
  .wsp-tabs a {
    box-sizing: border-box; }
  .wsp-tabs a.edit {
    font-size: .8em;
    position: absolute;
    right: 1em;
    top: .15em; }
  .wsp-tabs a:not(.edit) {
    color: #303030;
    padding-bottom: .75em;
    display: block; }
  .wsp-tabs .active a:not(.edit) {
    border-bottom: 4px solid #0B8ECC; }

.wsp-pill-container {
  overflow-x: auto; }

.wsp-pills {
  font-size: .85em;
  display: flex;
  border-collapse: collapse;
  border-bottom: none;
  margin-bottom: 1.5em;
  white-space: nowrap; }
  .wsp-pills li {
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #cfcfcf;
    border-right: none;
    overflow: hidden; }
  .wsp-pills a {
    background-color: rgba(0, 0, 0, 0.05);
    padding: .5em 1em;
    display: block;
    color: #303030; }
  .wsp-pills li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .wsp-pills li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #b8b8b8; }
  .wsp-pills .active {
    border-color: #0B8ECC !important;
    padding: 0; }
    .wsp-pills .active a {
      background-color: #0B8ECC;
      color: #fff;
      border-bottom: none; }

.wsp-side-tabs {
  display: block;
  padding-bottom: 2em; }
  .wsp-side-tabs a,
  .wsp-side-tabs .dropdown-parent,
  .wsp-side-tabs .label {
    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,
    .wsp-side-tabs .label: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,
    .wsp-side-tabs .sidenav-dropdown .label {
      font-size: .9em;
      background-color: #eef1f3;
      border: none;
      padding: .5em 1em .5em 3em; }
    .wsp-side-tabs .sidenav-dropdown .label {
      font-weight: 700;
      padding: 1.5em 1em .5em 3em;
      color: #507ca2; }
    .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; }

.trending-tag {
  position: absolute;
  top: -.75em;
  left: 1em;
  background-color: #ef5008;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75em;
  padding: .5em 1em;
  line-height: 1;
  border-radius: 4px; }

.virtual-callout {
  display: block;
  position: relative;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-virtual-adam-teach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  -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; }
  .virtual-callout:hover {
    transform: translate(0, -6px); }
  .virtual-callout::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #08364e 30%, #cd2600 100%);
    opacity: .85; }
  .virtual-callout .content {
    position: relative;
    color: #fff;
    padding: 1.5em;
    display: block;
    font-size: .9em;
    padding-right: 150px; }
  .virtual-callout strong {
    font-weight: 600 !important;
    color: #94d6ff;
    font-size: 1.5em;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
    padding-bottom: .25em; }
  .virtual-callout .bluebutton {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 32px;
    width: 100px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 2em; }

.single-seminars .virtual-callout {
  margin: -2em 0 -1em; }

#our-boot-camps .virtual-callout {
  margin: -1.25em auto 2.5em;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-virtual-network.jpg); }
  #our-boot-camps .virtual-callout .content {
    padding-right: 225px; }
  #our-boot-camps .virtual-callout strong {
    font-size: 1.75em; }
  #our-boot-camps .virtual-callout .bluebutton {
    width: 200px; }

#bc-intro .bc-highlights,
#boot-camp-overview .bc-highlights {
  width: 300px;
  float: right;
  margin-left: 2em !important; }

#client-roll {
  background-color: #edeff2;
  padding: 0;
  color: #303030;
  font-size: 1em;
  overflow: hidden; }
  #client-roll .highlights {
    padding: 4em 0;
    box-sizing: border-box;
    text-align: center;
    width: 98% !important; }
    #client-roll .highlights strong {
      max-width: 275px;
      margin: 0 auto;
      display: block;
      font-weight: 800 !important;
      position: relative;
      text-shadow: 0 0 10px #edeff2; }
  #client-roll .item {
    width: 33.333%;
    font-size: 20px;
    line-height: 1.25;
    position: relative;
    box-sizing: border-box;
    padding: 0 1em; }
    #client-roll .item::before {
      content: "";
      display: block;
      position: absolute;
      top: -30px;
      left: -30px;
      bottom: -30px;
      right: -30px;
      border-radius: 100%;
      background-image: radial-gradient(rgba(237, 239, 242, 0.5) 50%, rgba(238, 240, 243, 0)); }
    #client-roll .item::after {
      content: "";
      display: block;
      position: absolute;
      right: -2px;
      top: 0;
      bottom: 0;
      border-right: 5px solid #0B8ECC;
      z-index: 1; }
    #client-roll .item:last-child::after {
      content: none; }
  #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; }

.page-template-page-boot-camps-virtual #logo-roll-img {
  opacity: .2; }

#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; }
  #our-boot-camps .virtual-callout {
    max-width: 700px; }
    #our-boot-camps .virtual-callout .content {
      padding-right: 0;
      text-align: center; }
    #our-boot-camps .virtual-callout .bluebutton {
      position: static;
      margin: 1em auto 0; } }

@media screen and (max-width: 900px) {
  #client-roll {
    font-size: .9em; }
  #our-boot-camps .virtual-callout {
    max-width: 600px; }
    #our-boot-camps .virtual-callout strong {
      margin: 0 auto; }
    #our-boot-camps .virtual-callout .content {
      margin: 0 auto;
      max-width: 350px; } }

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

/*
@media screen and (max-width: 600px) {
	
	#logo-roll-img {
		background-size: 500px;
	}
}

@media screen and (max-width: 500px) {
	
	#logo-roll-img {
		background-size: 450px;
	}
}

@media screen and (max-width: 400px) {
	
	#logo-roll-img {
		background-size: 350px;
	}
}
*/
#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: #ef5008; }
  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-coursesalemodules .entry blockquote.small {
  width: 280px;
  font-size: .95em;
  background-color: #f5f7f9;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  box-sizing: border-box; }

.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; }
  .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; }

.greybutton {
  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; }
  .greybutton:hover {
    background-color: #e2e2e2; }

.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%; }

.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);
}
*/
#carousel-container {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  #carousel-container .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; }
    #carousel-container .carousel .greenbutton {
      max-width: 300px;
      margin-top: 1em !important; }
  #carousel-container .carousel-container {
    margin: 0 auto;
    position: relative; }
  #carousel-container .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; }
    #carousel-container .carousel-control:hover {
      color: #999999; }
    #carousel-container .carousel-control:focus, #carousel-container .carousel-control:active {
      color: #999999; }
    #carousel-container .carousel-control img {
      width: auto;
      height: 4em; }
  #carousel-container .carousel-control.right {
    right: 1.5em; }
  #carousel-container .carousel-control.left {
    left: 1.5em; }
  #carousel-container .caption,
  #carousel-container .carousel-indicators {
    position: absolute;
    right: 0;
    left: auto;
    width: 20%;
    z-index: 200; }
  #carousel-container .caption {
    padding-top: 2.5em;
    text-align: center;
    font-size: .9em; }
  #carousel-container h4 {
    font-weight: 700;
    font-size: 1.25em;
    padding-bottom: .5em;
    line-height: 1.5; }
  #carousel-container .carousel-indicators {
    bottom: auto;
    left: auto;
    margin-left: 0;
    top: 0em; }
    #carousel-container .carousel-indicators li {
      background-color: #fff;
      border: 1px solid #0B8ECC;
      width: 10px;
      height: 10px;
      margin: 0 2px; }
    #carousel-container .carousel-indicators li.active {
      background-color: #0B8ECC !important;
      width: 10px;
      height: 10px;
      margin: 0 2px;
      background-color: #fff; }
  #carousel-container .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; }
  #carousel-container h4 {
    margin-top: 0; }
  #carousel-container img {
    position: relative;
    z-index: 20; }
  #carousel-container .carousel-inner .col-9 {
    position: relative;
    z-index: 100; }
  #carousel-container .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) {
  #carousel-container .carousel-inner {
    width: 90%;
    margin: 0 auto; }
  #carousel-container .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; }
  #carousel-container .carousel {
    margin-top: 4em; }
  #carousel-container .carousel-inner {
    width: 100%;
    margin: 0 auto; }
  #carousel-container .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    top: -3em; }
  #carousel-container .item > * {
    width: 100%;
    padding: 0 !important; }
    #carousel-container .item > *.float {
      float: none; }
  #carousel-container img {
    width: 90%;
    margin: 0 auto; }
  #carousel-container .caption {
    position: relative;
    max-width: 600px;
    margin: 2em auto 0; }
  #carousel-container h4 {
    font-size: 1.5em;
    margin-top: 0; }
  #carousel-container h4 br {
    display: none; }
  #carousel-container .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; }
  .overview-row #instructor-grid .img {
    width: 12.5%; }
  .wsp-tabs {
    font-size: .8em; }
    .wsp-tabs li {
      margin-bottom: 1em; }
  .filler-quote {
    max-width: 650px; }
  .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; }
  /*
	#client-roll .highlights.flex {
		max-width: 450px;
		display: block;
		margin: -2em auto;
		
		.item {
			width: auto;
			padding: 1em 0; 
			
			&::before {
				content: none;
			}
			
			&::after {
				bottom: -2px;
				height: 4px;
				background-color: $blue;
				right: 50%;
				top: auto;
				border-right: 0;
				width: 200px;
				margin-right: -100px;				
			}
			
		}
		
		strong {
			max-width: none;
		}
		
	}
*/ }

@media screen and (max-width: 700px) {
  #group-header {
    margin-bottom: 1.5em; }
  .filler-quote {
    padding-left: 2em; }
    .filler-quote p {
      font-size: 1.15em;
      margin-bottom: 1em; }
    .filler-quote .attribution {
      position: static;
      width: auto;
      height: auto; }
      .filler-quote .attribution span {
        max-width: none; }
  .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; }
  .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; }
  .overview-row #instructor-grid .img {
    width: 16.667%; }
  #carousel-container h4 {
    font-size: 1.25em; }
  #carousel-container .carousel-control {
    margin-top: -1em; }
    #carousel-container .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) {
  #used-at {
    padding: 4em 0 !important; }
    #used-at p:first-child {
      font-size: 1.5em;
      margin-bottom: 0 !important; }
    #used-at img {
      display: none; }
  .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: #f2f4f5; }

.mycourses #page-loader.loader-fs,
.single-wsp_path_group #page-loader.loader-fs {
  top: 0;
  z-index: 2001;
  position: fixed; }

#tab-loader {
  background-position: center;
  position: fixed; }

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

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

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

.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 .icon-stars {
    width: 100px; }
  .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 .icon-stars {
    width: 60px;
    display: inline-block; }

.banner .buttoncontain,
.bootcamp-title .buttoncontain {
  padding-top: 2em;
  width: 100%;
  text-align: center; }

.banner .bluebutton,
.bootcamp-title .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,
  .bootcamp-title .bluebutton:hover {
    opacity: 1; }

.bootcamp-title .bluebutton {
  width: 175px; }

.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: 4em 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; }

.single-quicklesson .button-container {
  margin: 2em 0 0; }

.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;
  position: fixed;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: #303030;
  opacity: .25;
  z-index: 1998; }

#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: #0b6f9e !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: #0b6f9e;
  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: 2000;
  position: relative;
  display: block;
  left: 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;
  /*
	.glyphicon {
		width: 1.15em;
		display: inline;
		top: .1em;
		position: relative;
	}
*/ }
  .sitenav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .sitenav.nav-consulting {
    background-color: #1a9692;
    background-color: #bf4b28; }
  .sitenav .dropdown-menu {
    min-width: 0; }

.nav-contain {
  padding: 0 1.5em; }
  .nav-contain .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; }
  .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 .glyphicon-shopping-cart {
    font-size: 1.1em; }
  ul#member-nav .glyphicon-user {
    opacity: .45;
    font-size: 1em; }
  ul#member-nav .hello {
    display: none; }

#main-site-search {
  -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; }
  #main-site-search + li {
    padding-left: 1em; }
  #main-site-search .glyphicon-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    display: none; }
  #main-site-search input[type="search"] {
    margin-bottom: 0;
    padding: 0 1em 0 2.5em !important;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 275px;
    box-sizing: border-box;
    background-image: url(https://wspimage.s3.amazonaws.com/icon-search-b.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: .95em; }
  #main-site-search input[type="search"]::-webkit-search-decoration,
  #main-site-search input[type="search"]::-webkit-search-cancel-button,
  #main-site-search input[type="search"]::-webkit-search-results-button,
  #main-site-search input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

body.user-searching .sitenav {
  box-shadow: none; }

body.user-searching .nav-contain > ul#member-nav {
  position: static; }
  body.user-searching .nav-contain > ul#member-nav li:not(#main-site-search) {
    opacity: 0; }

body.user-searching #primary-nav {
  opacity: 0; }

body.user-searching #main-site-search-container {
  margin: 0 auto;
  max-width: 1050px;
  position: relative; }

body.user-searching #main-site-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20px; }
  body.user-searching #main-site-search input[type="search"] {
    width: 100%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1); }
  body.user-searching #main-site-search .glyphicon-remove {
    display: block; }

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

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

.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: 900px;
  right: auto;
  margin: 0 !important;
  z-index: 1001;
  padding-bottom: 0; }

.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: 1em; }
    .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 .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; }

.sitenav #user-account .dropdown-menu {
  left: auto;
  right: 0;
  background-color: transparent;
  top: 41px;
  padding-top: 41px; }
  .sitenav #user-account .dropdown-menu:hover {
    display: block; }
  .sitenav #user-account .dropdown-menu a {
    background-color: #0B8ECC; }
    .sitenav #user-account .dropdown-menu a:hover {
      background-color: #0B8ECC !important; }
    .sitenav #user-account .dropdown-menu a:focus {
      background: #0B8ECC !important; }
  .sitenav #user-account .dropdown-menu > li:last-child a {
    padding-bottom: 1.65em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

#mobile-cart,
#mobile-search {
  display: none; }
  #mobile-cart img,
  #mobile-search img {
    width: auto;
    height: 20px;
    position: absolute;
    right: 1em;
    top: 18px;
    z-index: 1003;
    cursor: pointer; }

#mobile-search {
  position: absolute;
  right: 2.5em;
  width: 40px;
  top: 0;
  bottom: 0; }
  #mobile-search img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.65em;
    margin-left: -.65em;
    z-index: 2000; }
  #mobile-search input[type="search"] {
    width: 40px !important;
    padding: 0 !important;
    min-width: 0;
    height: 40px;
    line-height: 40px;
    border: none !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2001;
    background-color: transparent;
    color: transparent; }
  #mobile-search ::-webkit-input-placeholder {
    color: transparent; }
  #mobile-search :-moz-placeholder {
    color: transparent; }
  #mobile-search ::-moz-placeholder {
    color: transparent; }
  #mobile-search :-ms-input-placeholder {
    color: transparent; }

.user-searching #mobile-search {
  position: absolute;
  right: 1em;
  left: 1em;
  width: auto;
  top: 0;
  bottom: 0; }
  .user-searching #mobile-search img {
    display: none; }
  .user-searching #mobile-search input[type="search"] {
    width: 100% !important;
    padding: 0 1em !important;
    min-width: 0;
    height: 40px;
    line-height: 40px;
    border: none !important;
    position: absolute;
    background: #fff;
    color: #303030; }
  .user-searching #mobile-search ::-webkit-input-placeholder {
    color: #858585; }
  .user-searching #mobile-search :-moz-placeholder {
    color: #858585; }
  .user-searching #mobile-search ::-moz-placeholder {
    color: #858585; }
  .user-searching #mobile-search :-ms-input-placeholder {
    color: #858585; }

.wsp-lms #mobile-search input[type="search"] {
  height: 32px;
  line-height: 32px;
  margin-top: -16px; }

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

/*
#super-menu-trigger .trigger {
	
	background-color: $darkblue;
    border-radius: 5px;
    margin-right: 1em;
    padding: 1em 1.5em !important;
    
    .glyphicon {
	    margin-right: .75em;
	    font-size: 1.1em;
	    top: .15em;
// 	    top: 2px;
// 	    padding-left: 5px;
    }
}
*/
#supermenu-container {
  position: relative; }

.super-menu {
  width: auto;
  font-size: .9em;
  box-sizing: border-box;
  padding: 0;
  background-color: #0B8ECC;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1037;
  max-height: 0;
  transition: max-height .3s linear;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  .super-menu .content-wrap {
    max-width: 1050px; }
  .super-menu .popular-articles {
    padding-right: 350px; }
  .super-menu .popular-topics {
    width: 330px;
    position: absolute;
    top: 0;
    right: 0; }
  .super-menu .content-wrap {
    padding: 0 0 1em;
    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;
    background-color: #37bfff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
    .super-menu .bluebutton::hover {
      background-color: #37bfff; }
  .super-menu .header {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFCC00;
    font-size: .8em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1em; }
  .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 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 {
    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; }
  .super-menu .remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #fff;
    opacity: .35;
    padding: .75em 1em;
    font-size: .9em; }

.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; }

body.supermenu-active #super-menu-trigger .trigger {
  opacity: .6; }
  body.supermenu-active #super-menu-trigger .trigger .glyphicon {
    opacity: .6; }

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

.wsp-lms:not(.single-wsp_lesson) {
  padding-top: 40px; }

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

.wsp-lms .sitenav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #272e34; }
  .wsp-lms .sitenav .logo-svg {
    width: 140px; }
  .wsp-lms .sitenav #user-account .dropdown-menu {
    top: 40px;
    padding-top: 0; }
    .wsp-lms .sitenav #user-account .dropdown-menu a {
      background-color: #272e34; }
      .wsp-lms .sitenav #user-account .dropdown-menu a:hover {
        background-color: #272e34 !important; }
      .wsp-lms .sitenav #user-account .dropdown-menu a:focus {
        background: #272e34 !important; }

#lms-search-trigger {
  cursor: pointer;
  height: 20px;
  position: absolute;
  left: 3.25em;
  top: 10px;
  z-index: 2000;
  display: none; }

@media screen and (max-width: 1300px) {
  .nav-contain > ul > li > a {
    padding: 0 .85em; }
  .nav-contain > ul > li > a.dropdown-toggle {
    padding: 1em .85em; }
  #main-site-search input[type="search"] {
    width: 225px;
    font-size: .85em;
    background-size: 16px;
    background-position: 12px center; } }

@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,
  #mobile-search,
  body:not(.leads-this-group) #lms-search-trigger {
    display: block; }
  .group-nav {
    display: none !important; }
  .nav-contain .navbar-nav-pages li,
  .nav-contain #member-nav {
    display: none; }
  .nav-contain .trigger-slider {
    display: block; }
  .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 .navbar-nav-pages li#the-logo {
    display: table-cell; }
  .wsp-lms .sitenav .nav-contain ul#member-nav {
    display: block;
    position: absolute;
    right: 10px;
    top: 6px; }
  .wsp-lms .sitenav #user-account .dropdown-menu {
    top: 25px; } }

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: left .15s ease-in-out;
  -moz-transition: left .15s ease-in-out;
  -o-transition: left .15s ease-in-out;
  -ms-transition: left .15s ease-in-out;
  transition: left .15s ease-in-out; }

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

.slider-on main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: #303030;
  opacity: .25;
  z-index: 1999; }

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

.slider-on {
  height: auto; }

.slider-on body:not(.lms-slider) main,
.slider-on body:not(.lms-slider) .sitenav {
  left: 350px; }

.slider-on body:not(.lms-slider) #wsp-slider {
  left: 0; }

.slider-on body.lms-slider:not(.leads-this-group) main,
.slider-on body.lms-slider:not(.leads-this-group) .sitenav {
  left: 250px; }

.slider-on body.lms-slider:not(.leads-this-group) #lms-side-tabs-container {
  left: 0; }

.slider-on body.lms-slider.leads-this-group main,
.slider-on body.lms-slider.leads-this-group .sitenav {
  left: 350px; }

.slider-on body.lms-slider.leads-this-group #lms-side-tabs-container {
  display: none; }

.slider-on body.single-wsp_path_group:not(.leads-this-group) #lms-side-tabs-container {
  display: block;
  left: 0; }

.slider-on body.single-wsp_path_group:not(.leads-this-group) #wsp-slider {
  display: none; }

.slider-on body.single-wsp_path_group:not(.leads-this-group) main,
.slider-on body.single-wsp_path_group:not(.leads-this-group) .sitenav {
  left: 250px; }

#wsp-slider {
  background-color: #fff;
  height: 100%;
  width: 350px;
  left: -350px;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2000; }
  #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: 1.5em;
  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; }

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

.wsp-lms .trigger-slider {
  width: 1.5em;
  height: 16px;
  top: 12px; }

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

@media screen and (max-width: 350px) {
  .slider-on body:not(.lms-slider) main,
  .slider-on body:not(.lms-slider) .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:not(.search) footer,
body.wsp-lms:not(.search) .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,
.error404 #wrapper {
  background: #f1f1f1; }

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

/*
.wsp-lms,
.wsp-lms #wrapper,
*/
.member-login,
.member-login #wrapper,
.lms-bg,
.lms-bg #wrapper {
  background: #eff1f1; }

@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: 7.5em; }

#our-boot-camps,
#our-courses {
  background-color: #f5f5f5;
  background-color: #eef1f3; }
  #our-boot-camps .module,
  #our-courses .module {
    padding: 2em; }
  #our-boot-camps h2,
  #our-courses h2 {
    display: block;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative; }
    #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 .module {
  margin-bottom: 1.5em !important;
  padding: 2em; }

#our-boot-camps h2 {
  font-size: 1.65em;
  text-align: center;
  margin-bottom: .75em;
  position: relative;
  top: -.25em; }
  #our-boot-camps 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 {
      color: #3AAFE6; }

#our-boot-camps .module {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1.5em; }
  #our-boot-camps .module:nth-child(2n) {
    margin-right: 0; }

#our-boot-camps .button-container {
  position: absolute;
  margin-bottom: 0;
  right: 2em;
  left: 2em;
  text-align: center; }

#our-courses {
  padding-top: 1em !important; }
  #our-courses .most-popular {
    position: absolute;
    z-index: 200;
    background-color: #ef5008;
    color: #fff;
    width: 300px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-45deg);
    top: 32px;
    left: -100px;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
  #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 .content-wrap {
    max-width: 1200px; }
  #our-courses #affixnav {
    position: absolute;
    width: 250px;
    opacity: 1;
    font-size: .9em; }
    #our-courses #affixnav strong {
      margin-bottom: .75em;
      display: block; }
    #our-courses #affixnav.affix {
      position: fixed; }
    #our-courses #affixnav.bottom {
      opacity: 0; }
  #our-courses #affixnav-ul.nav {
    position: relative;
    left: -1em; }
    #our-courses #affixnav-ul.nav li {
      margin-bottom: .25em; }
      #our-courses #affixnav-ul.nav li a {
        padding: .5em 1em;
        border-radius: 4px;
        -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; }
      #our-courses #affixnav-ul.nav li:not(.active):hover a {
        background-color: rgba(0, 0, 0, 0.04); }
      #our-courses #affixnav-ul.nav li.active a {
        background-color: #0B8ECC;
        color: #fff; }
  #our-courses .results {
    padding-left: 290px;
    margin: 0 auto;
    max-width: 960px; }
  #our-courses .category-header {
    width: 100% !important;
    font-size: 1.15em;
    font-weight: 700;
    margin: 1.5em 0 .5em; }
  #our-courses .img {
    width: 160px;
    position: absolute;
    left: 1.5em;
    top: 1.5em; }
  #our-courses .whatget {
    max-width: 150px; }
  #our-courses .module {
    margin-bottom: .75em;
    padding: 1.5em;
    min-height: calc(3em + 118px);
    overflow: hidden; }
  #our-courses .button-container {
    width: 140px;
    position: absolute;
    top: 1.5em;
    bottom: 0;
    right: 1.5em; }
    #our-courses .button-container a {
      font-size: .75em;
      padding: 0 !important;
      height: 32px;
      line-height: 32px; }
      #our-courses .button-container a:last-child {
        margin-top: .5em; }
  #our-courses h2 {
    font-size: 1.35em;
    margin-bottom: .5em;
    text-align: left; }
    #our-courses h2 a {
      color: #303030; }
  #our-courses .short-summary {
    color: #616467;
    font-size: .95em; }
  #our-courses .content {
    padding: 0 175px 0 185px;
    box-sizing: border-box;
    max-width: 800px; }
  #our-courses .top-2 {
    min-height: calc(3em + 148px); }
    #our-courses .top-2 .short-summary strong {
      padding: 0 0 .5em 0;
      color: #ef5008;
      font-weight: 700 !important; }
    #our-courses .top-2 .img {
      width: 200px; }
    #our-courses .top-2 .content {
      padding-left: 225px;
      max-width: 850px; }

/*
#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: #ef5008; }

.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 {
  margin-bottom: .5em;
  text-align: center;
  line-height: 1;
  display: block; }

#our-courses .discount .price {
  color: #D80A0A; }
  #our-courses .discount .price span {
    font-size: .4em;
    display: block;
    padding-top: 4px;
    color: #303030;
    font-weight: 600;
    padding-left: .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 (min-width: 1300px) {
  #our-courses .top-2 .short-summary strong {
    display: block; } }

@media screen and (max-width: 1200px) {
  /*
	#course-sales-results.pad {
		padding-top: 60px;
	}
*/
  #our-courses {
    /*
		#affixnav {
			position: relative;
			display: block;
			float: none;
			width: auto;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1000;
			white-space: auto;
			margin: 0 auto -1em;
			top: 0;
			background: $lmsbg;
			
			&.affix {
				

				
			}
			

			strong {
				display: none;
			}
			
			ul {
				text-align: center;
				font-size: .85em;
				font-weight: 600;
				display: flex;
				justify-content: space-between;
				height: 60px;
				position: relative;
				left: -1px;
				right: -1px;
				background: $lmsbg;
				max-width: 900px;
				margin: 0 auto;
			}
			
			li {
				line-height: 60px;
				margin: 0;	
			}
		}
*/
    /*
		#affixnav {
			
			position: relative;
			display: block;
			float: none;
			width: auto;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1000;
			background-color: $blue;
			
			strong {
				display: none;
			}
			
			ul {
				display: flex;
				max-width: 1100px;
				margin: 0 auto;
				padding: 0 2em;
				box-sizing: border-box;
				justify-content: space-between;
				height: 60px;
				font-size: .8em;
			}
			
			a {
				color: #fff;
			}
			
			li {
				margin-bottom: 0;
				line-height: 60px;
			}
			
		}
		
		.results {
			padding-left: 0;
		}
		
		.category-header {
			text-align: center;
		}
*/ }
    #our-courses #affixnav {
      display: none; }
    #our-courses .results {
      padding-left: 0; }
    #our-courses .category-header {
      text-align: center; } }

@media screen and (max-width: 900px) {
  #our-boot-camps .module {
    width: auto;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 600px; }
  #our-courses .module .content {
    padding-right: 0; }
  #our-courses .module .price {
    text-align: center;
    margin-bottom: 0; }
  #our-courses .module .short-summary {
    font-size: .95em;
    padding-bottom: .25em; }
  #our-courses .module.discount .price {
    top: -2px; }
    #our-courses .module.discount .price span {
      display: block;
      padding-top: 4px; }
  #our-courses .button-container {
    position: relative;
    display: flex;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 1em;
    padding-left: 175px;
    box-sizing: border-box;
    align-items: center; }
    #our-courses .button-container > * {
      margin-right: .5em; }
    #our-courses .button-container a {
      width: 100px;
      height: 30px;
      line-height: 30px;
      margin-top: 0 !important; }
  #our-courses .module.top-2 .button-container {
    padding-left: 225px; } }

@media screen and (max-width: 700px) {
  #our-courses .category-header {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  #our-courses .module {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    #our-courses .module .img {
      position: static;
      margin: 0 auto; }
    #our-courses .module h2 {
      font-size: 1.5em; }
    #our-courses .module .content,
    #our-courses .module .button-container {
      padding: 0 !important; }
    #our-courses .module .button-container {
      justify-content: center; }
      #our-courses .module .button-container a {
        width: 140px; }
    #our-courses .module .short-summary {
      margin-left: auto;
      margin-right: auto;
      max-width: 500px;
      text-align: center;
      font-size: 1em; }
    #our-courses .module h2 {
      text-align: center; } }

@media screen and (max-width: 600px) {
  #our-courses {
    /*
		.button-container {
			margin-top: -.5em;
			
				a {
				width: 100%;
				margin-left: 0 !important;
				margin-right: 0 !important;
				float: none;
				
				&[title="purchase"] {
					margin-bottom: 1em;
				}
			}
		}
		.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; } }

@media screen and (max-width: 500px) {
  #our-courses .module .button-container {
    display: block; }
    #our-courses .module .button-container > * {
      display: block;
      margin-bottom: .5em !important; }
    #our-courses .module .button-container a {
      width: auto;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 300px; } }

[data-is-projfin="true"],
[data-is-premium="true"] {
  position: relative; }

.no-content {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  font-size: .9em;
  padding-top: 3em; }
  .no-content > i {
    display: inline-block;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.2);
    padding-bottom: .5em; }
  .no-content h6 {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: .5em; }
  .no-content p {
    font-size: .9em;
    color: rgba(0, 0, 0, 0.75); }

.open-assignment-count {
  font-size: 9px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  background-color: #98ef9a;
  color: #303030;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  letter-spacing: -1px;
  padding-right: 1px;
  position: relative;
  left: 4px;
  top: -4px; }
  .open-assignment-count.active {
    display: inline-block; }

.img-premium-case {
  max-width: 150px; }

.assignment-group-container {
  margin-bottom: 2em; }
  .assignment-group-container h6 {
    margin-bottom: 1em;
    font-size: .75em;
    font-weight: 600;
    text-transform: uppercase; }
    .assignment-group-container h6 strong {
      font-weight: 600;
      color: #ef5008; }

.assignments-container {
  display: table;
  width: 100%;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  font-size: .9em;
  border-collapse: collapse;
  max-width: 100%; }

.assignment-header,
.assignment {
  display: table-row; }
  .assignment-header > *,
  .assignment > * {
    display: table-cell;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle; }
  .assignment-header .go,
  .assignment .go {
    width: 75px; }

.assignment > * {
  background-color: #fff;
  padding: 1.15em 1em; }

.assignment > *:not(.title) {
  color: #6d7b86; }

.assignment-header {
  overflow: hidden; }
  .assignment-header > * {
    background-color: #f5f7f9; }
  .assignment-header > *:not(.title) {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7em;
    color: #0B8ECC;
    white-space: nowrap;
    padding: 1.15em 1em; }
  .assignment-header .title {
    padding: 1.3em 1em;
    line-height: 1.3; }
  .assignment-header .group {
    font-size: .95em;
    position: relative;
    font-weight: 700; }
    .assignment-header .group i {
      padding-right: .65em;
      color: #6d7b86;
      opacity: .7;
      font-size: 1.1em; }

.assignments-container:not(.recordings) .assignment-header .group {
  left: -3.25em; }

.assignment {
  position: relative; }
  .assignment .bluebutton {
    padding: 0;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: .8em; }
    .assignment .bluebutton.disabled {
      opacity: .35;
      cursor: not-allowed; }
  .assignment .title {
    font-weight: 600;
    position: relative;
    padding-left: 0;
    line-height: 1.4; }
  .assignment .marker {
    width: 1em;
    color: #dbdddf; }
  .assignment.complete .marker {
    color: #22B783; }
  .assignment .password {
    font-size: .9em; }
  .assignment .bg-img-cover {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    border-radius: 25px;
    padding: 0 !important;
    display: inline-block !important;
    top: 50%;
    margin-top: -17px;
    z-index: 100;
    display: none !important; }
    .assignment .bg-img-cover::before {
      border-radius: 25px;
      opacity: .7; }
  .assignment .type,
  .assignment .due-date,
  .assignment .status {
    font-size: .75em;
    font-weight: 600;
    white-space: nowrap; }
  .assignment > .type,
  .assignment > .due-date,
  .assignment > .status {
    text-transform: uppercase; }
  .assignment .type i {
    position: relative;
    top: -1px;
    margin-right: 4px;
    display: none; }
  .assignment .go {
    text-align: center;
    position: relative; }
  .assignment .due-date i {
    color: #ef5008;
    display: none; }
  .assignment.overdue .due-date i {
    display: inline;
    padding-left: 3px; }

.recordings .assignment .title {
  padding-left: 1em; }

.assignment-meta {
  color: #6d7b86; }

.premium-package-container,
.project-finance-container {
  cursor: pointer;
  margin-bottom: .5em; }
  .premium-package-container .parent .course-cov-image::before,
  .project-finance-container .parent .course-cov-image::before {
    content: none; }
  .premium-package-container .orange,
  .project-finance-container .orange {
    font-weight: 700;
    padding-right: 6px; }
    .premium-package-container .orange:after,
    .project-finance-container .orange:after {
      content: none !important; }
  .premium-package-container .hide,
  .project-finance-container .hide {
    display: none; }
  .premium-package-container .wrapper,
  .project-finance-container .wrapper {
    -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;
    max-height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    padding: 0 1em; }
  .premium-package-container.active .wrapper,
  .project-finance-container.active .wrapper {
    max-height: 4000px;
    padding: 1em;
    margin-bottom: 2em; }
  .premium-package-container.active .view,
  .project-finance-container.active .view {
    display: none; }
  .premium-package-container.active .hide,
  .project-finance-container.active .hide {
    display: block !important; }

#my-courses.hide-projfins .results [data-is-projfin="true"],
#my-courses.hide-premiums .results [data-is-premium="true"] {
  height: 0;
  overflow: hidden;
  margin-bottom: 0; }

#my-exams .course-cov-image strong,
#my-courses .course-cov-image strong {
  display: none; }

#my-exams .fa-link,
#my-courses .fa-link {
  display: none !important; }

.course-grouping .meta-data,
.assignment-meta {
  /*
	.version {
		background-color: $orange;
		color: #fff;
		font-size: .7em;
		font-weight: 600;
		padding: 1px 5px;
		margin-right: .75em;
		
		&::after {
			content: none;
		}
	}	
*/ }
  .course-grouping .meta-data > span::after,
  .assignment-meta > span::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #707070;
    display: inline-block;
    margin: 0 4px 0 7px;
    position: relative;
    top: -2px; }
  .course-grouping .meta-data > span:last-child::after,
  .assignment-meta > span:last-child::after {
    content: none; }
  .course-grouping .meta-data > span:first-child::before,
  .assignment-meta > span:first-child::before {
    content: none; }
  .course-grouping .meta-data strong,
  .assignment-meta strong {
    font-weight: 600 !important; }

/*
.packages-wrap {
	margin-bottom: 2em;
}
*/
.course-grouping {
  position: relative; }
  .course-grouping .course-result-container {
    position: relative;
    cursor: pointer; }
    .course-grouping .course-result-container:not(.hidden) {
      margin-bottom: .35em; }
  .course-grouping .course-result-container > [href],
  .course-grouping .premium-result > [href],
  .course-grouping .projfin-result > [href],
  .course-grouping .inner,
  .course-grouping .course-result-container > [data-toggle="modal"] {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 1em;
    min-height: 6em; }
  .course-grouping .course-result-container:last-child > [href],
  .course-grouping .course-result-container:last-child .inner,
  .course-grouping .course-result-container:last-child .premium-result > [href],
  .course-grouping .course-result-container:last-child .projfin-result > [href],
  .course-grouping .course-result-container:last-child .course-result-container > [data-toggle="modal"] {
    border-bottom: none; }
  .course-grouping .exam-tag {
    background-color: #ef5008;
    color: #fff;
    position: relative;
    top: -.2em;
    font-size: .55em;
    font-weight: 600;
    padding: .35em .75em;
    line-height: 1;
    display: inline-block; }
  .course-grouping .course-result-tag {
    background-color: #FFCC00;
    font-size: .6em;
    font-weight: 600;
    padding: .25em 1em;
    display: block;
    position: absolute;
    z-index: 1;
    top: 3em;
    left: 0;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
  .course-grouping .cert-link {
    position: absolute;
    top: 1em;
    right: 2em;
    font-size: .8em;
    text-decoration: underline; }
    .course-grouping .cert-link:hover {
      opacity: .8; }
    .course-grouping .cert-link i {
      top: 1px;
      padding-right: 4px; }
  .course-grouping .button-container {
    box-sizing: border-box;
    min-width: 130px;
    max-width: 130px;
    text-align: right;
    position: relative; }
    .course-grouping .button-container .button {
      width: 75%;
      max-width: 130px;
      font-size: .7em;
      margin: 0 auto;
      padding: 0;
      height: 32px;
      line-height: 32px;
      position: absolute;
      right: 0;
      top: 0;
      top: 50%;
      margin-top: -16px; }
      .course-grouping .button-container .button.disabled {
        opacity: .35;
        cursor: not-allowed; }
    .course-grouping .button-container i {
      margin-left: 4px; }
  .course-grouping .title-block {
    color: #303030;
    padding: 0 1.35em;
    flex-grow: 2; }
  .course-grouping .course-cov-image {
    position: relative;
    min-width: 180px;
    max-width: 180px;
    display: block;
    height: 110px;
    border-radius: 0; }
    .course-grouping .course-cov-image .wsp-logo {
      width: 70px;
      height: 14px;
      position: absolute;
      top: 4px;
      left: 4px;
      background-color: #272e34;
      padding: 2px 4px; }
  .course-grouping .js--favorite .fas.fa-bookmark {
    visibility: hidden;
    opacity: 0; }
  .course-grouping .js--favorite .fa-bookmark {
    color: #0B8ECC;
    padding: .35em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.25em;
    line-height: 0;
    right: 126px;
    right: calc(1.1em + 110px);
    font-size: .9em;
    border-radius: 3px;
    z-index: 100;
    opacity: .5;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
  .course-grouping .js--favorite:hover .fa-bookmark {
    transform: scale(1.25); }
  .course-grouping .favorited .fas.fa-bookmark {
    visibility: visible;
    opacity: .6; }
  .course-grouping .favorited .far.fa-bookmark {
    visibility: hidden; }
  .course-grouping .premium-result .course-cov-image .wsp-logo {
    display: none; }
  .course-grouping .premium-result .course-cov-image::before {
    content: none; }
  .course-grouping .course-cov-image::before {
    opacity: .1;
    background-color: #1a3c50;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""; }
  .course-grouping .title {
    width: auto;
    font-size: 1.1em;
    color: #303030;
    font-weight: 700 !important;
    line-height: 1.3;
    display: block; }
  .course-grouping .summary {
    font-size: .8em;
    max-width: 600px; }
  .course-grouping .course-result-container:not(.article) .meta-data > span {
    white-space: nowrap; }
  .course-grouping .meta-data {
    font-size: .85em;
    color: #6d7b86;
    padding: .5em 0; }
  .course-grouping .complete .meter i {
    color: #22B783; }
  .course-grouping .course-result-container:first-child .meter::after {
    top: 50%; }
  .course-grouping .course-result-container:last-child .meter::after {
    bottom: 50%; }
  .course-grouping .updated-version .title::after {
    content: "New Case Study";
    color: #fff;
    font-weight: 500;
    padding: 2px 5px;
    margin-left: 6px;
    font-size: .55em;
    position: relative;
    top: -2px;
    background-color: #ef5008; }

.course-result-container,
.premium-result {
  -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; }

@media screen and (min-width: 700px) {
  .course-result-container:not(.disabled):not(.show-message):hover,
  .premium-result:not(.disabled):not(.show-message):hover {
    transform: translate(6px, 0); } }

.mod .course-grouping .course-result-container {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0; }
  .mod .course-grouping .course-result-container:last-child {
    border-bottom: 0; }

#my-recs .mod + .mod {
  margin-top: 1em; }

.packages-wrap .course-grouping a:not(.cert-link) {
  border-bottom: 1px solid #e1e1e1; }

.single-wsp_path_group .course-grouping .summary {
  max-width: none; }

.single-wsp_path_group .course-result-container.complete .status {
  color: #22B783;
  font-weight: 700; }

.single-wsp_path_group .course-grouping .button:not(.begin) {
  display: none; }

.single-wsp_path_group .course-grouping .button-container .complete {
  display: none; }

.mod .course-grouping .course-result-container > a:not(.cert-link),
.mod .course-grouping .inner,
.mod .course-grouping .course-result-container > [data-toggle="modal"] {
  padding-left: 0;
  padding-right: 0; }

.mod .course-grouping .add {
  top: 1em;
  left: 0em; }

.mod .course-grouping .course-result-container:last-child a {
  padding-bottom: 0; }

.mod .course-grouping .course-result-container:last-child .button-container {
  bottom: 0; }

.mod .course-grouping .course-result-container:first-child .add {
  top: 0em; }

.mod .course-grouping .course-result-container:first-child .button-container {
  top: 0; }

.mod .course-grouping .course-result-container:first-child a {
  padding-top: 0; }

.bookmark-overlay,
.exam-overlay {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 1px;
  left: -1px;
  background-color: #fff;
  opacity: .93;
  font-size: 13px;
  display: none; }
  .bookmark-overlay .flex,
  .exam-overlay .flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center; }
  .bookmark-overlay a,
  .exam-overlay a {
    color: #303030; }

.exam-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(239, 241, 241, 0.9); }
  .exam-overlay .message {
    background-color: #fff;
    border: 1px solid #dadada;
    line-height: 1.3;
    padding: .35em 1em;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    font-weight: 600; }

.show-message:hover .exam-overlay {
  display: block; }

.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"; }

#my-discounts .course-cov-image {
  border-radius: 4px; }
  #my-discounts .course-cov-image::before {
    content: "";
    position: absolute;
    opacity: .85;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background-color: rgba(59, 101, 125, 0.57); }
  #my-discounts .course-cov-image.red::before {
    background-color: #ba1a0e; }
  #my-discounts .course-cov-image.wsp-tint::before {
    background-color: rgba(76, 90, 103, 0.33);
    opacity: 1 !important; }
  #my-discounts .course-cov-image.orange-red::before {
    background-color: #d95415; }
  #my-discounts .course-cov-image.orange::before {
    background-color: #e38a00; }
  #my-discounts .course-cov-image.orange-yellow::before {
    background-color: #deb00e; }
  #my-discounts .course-cov-image.yellow::before {
    background-color: #dfd30a; }
  #my-discounts .course-cov-image.yellow-green::before {
    background-color: #a0b425; }
  #my-discounts .course-cov-image.green::before {
    background-color: #44a027; }
  #my-discounts .course-cov-image.blue-green::before {
    background-color: #028fcb; }
  #my-discounts .course-cov-image.blue::before {
    background-color: #0c44dc; }
  #my-discounts .course-cov-image.blue-violet::before {
    background-color: #002eb0; }
  #my-discounts .course-cov-image.violet::before {
    background-color: #750898; }
  #my-discounts .course-cov-image.red-violet::before {
    background-color: #921c45; }
  #my-discounts .course-cov-image.aqua::before {
    background-color: #00a893; }
  #my-discounts .course-cov-image.mocha::before {
    background-color: #745a59; }

#discounts .course-exam-result {
  width: 23.5%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1em;
  display: block; }

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

#discounts .rec {
  color: #FFCC00;
  font-size: .75em;
  text-transform: uppercase;
  padding-top: .5em;
  letter-spacing: .5px;
  position: absolute;
  top: 4px;
  left: -4px; }

#discounts .course-exam-tag {
  z-index: 101;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: 4px; }

#discounts .course-cov-image {
  height: 8.5em;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

#discounts .nodisc {
  color: #a5a5a5;
  text-decoration: line-through; }

#discounts .price-contain {
  display: block;
  padding-top: .35em; }
  #discounts .price-contain > * {
    display: inline; }
  #discounts .price-contain .nodiscount {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-decoration: line-through;
    font-size: .75em;
    text-transform: uppercase; }
  #discounts .price-contain .price {
    font-size: .9em;
    display: inline;
    font-weight: 700;
    color: #FFCC00;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
    #discounts .price-contain .price > * {
      display: none; }

@media screen and (min-width: 800px) {
  .assignment .title {
    max-width: 500px;
    width: 500px; } }

@media screen and (max-width: 1000px) {
  .img-premium-case {
    max-width: 110px; }
  #my-assignments .course-cov-image strong {
    font-size: .65em; }
  .assignments-container .type {
    display: none; }
  .faux-course-result-container .meta-data .orange {
    display: none; }
  .course-grouping .cert-link {
    font-size: 1.25em;
    right: 130px;
    top: 50%;
    margin-top: -.85em; }
    .course-grouping .cert-link span {
      display: none; }
  .course-grouping .course-result-container > a:not(.cert-link),
  .course-grouping .premium-result > a:not(.cert-link),
  .course-grouping .inner,
  .course-grouping .course-result-container > [data-toggle="modal"] {
    min-height: 0;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: .75em 1em; }
    .course-grouping .course-result-container > a:not(.cert-link) .meta-data strong,
    .course-grouping .premium-result > a:not(.cert-link) .meta-data strong,
    .course-grouping .inner .meta-data strong,
    .course-grouping .course-result-container > [data-toggle="modal"] .meta-data strong {
      font-weight: 600 !important; }
  .course-grouping .meta-data {
    padding-bottom: 0;
    padding-top: 0;
    font-size: .8em;
    padding-top: .15em; }
  .course-grouping .duration,
  .course-grouping .watched {
    display: none; }
  .course-grouping .article .meta-data > span {
    display: none; }
  .course-grouping .article .meta-data > span:first-child {
    display: inline; }
    .course-grouping .article .meta-data > span:first-child::after {
      content: none; }
  .course-grouping .title {
    font-size: .95em;
    font-weight: 600 !important; }
  .course-grouping .course-cov-image {
    max-width: 110px;
    min-width: 110px;
    max-height: 60px; }
    .course-grouping .course-cov-image .wsp-logo {
      display: none; }
  .course-grouping .summary {
    display: none; }
  .mod .course-grouping a:not(.cert-link),
  .mod .course-grouping .inner {
    padding: .75em 0; }
  #discounts .course-exam-result {
    width: 31.833%;
    margin-bottom: .75em; } }

@media screen and (max-width: 800px) {
  .mycourses .assignments-header {
    display: block; }
  .assignment > .type,
  .assignment > .due-date,
  .assignment > .status,
  .assignment-header > .type,
  .assignment-header > .due-date,
  .assignment-header > .status {
    display: none; }
  .assignment-header {
    height: 50px;
    line-height: 50px; }
    .assignment-header .title {
      position: relative; }
      .assignment-header .title .group {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2em !important;
        right: -20px;
        overflow: hidden;
        white-space: nowrap;
        line-height: 50px; }
        .assignment-header .title .group i {
          display: none; }
  .assignment .title {
    padding-left: 0; }
    .assignment .title .course-cov-image {
      display: none !important; }
  .assignment .go {
    width: auto;
    padding: 0 1em 0 0 !important; }
  .assignment .bluebutton {
    background: none !important;
    color: #0B8ECC !important;
    text-decoration: underline;
    padding: 0; }
  .img-premium-case {
    max-width: 75px; }
  .course-grouping .cert-link {
    right: .5em; }
  .course-grouping .course-cov-image {
    max-width: 75px;
    min-width: 75px; }
  .course-grouping .title-block {
    padding-left: 1em;
    padding-right: 1.5em; }
  .course-grouping .button-container {
    display: none; }
  .course-grouping .js--favorite .fa-bookmark {
    right: 1em; }
  #discounts .course-exam-result {
    width: 48.5%;
    margin-bottom: .5em; } }

/*
@media screen and (max-width: 600px) {

	.course-grouping {
		
		.meta-data {
			
			span.watched {
				display: inline;
			}
			
		}
	}
}
*/
@media screen and (max-width: 400px) {
  #discounts .course-exam-result {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 1em; } }

.article {
  overflow: hidden; }

.article-item-full {
  background-color: #f5f7f9;
  min-height: 300px;
  position: relative;
  margin-bottom: 1em;
  padding: 3em 0; }
  .article-item-full::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #f5f7f9;
    border-top: 1px solid #e5e8e9;
    border-bottom: 1px solid #e5e8e9;
    top: 0;
    bottom: 0;
    right: -1000px;
    left: -1000px; }
  .article-item-full p .internal-link {
    text-decoration: none;
    color: #303030; }
  .article-item-full .flex {
    position: relative;
    align-items: center; }
  .article-item-full .img {
    width: 60%;
    margin: 0 auto; }
  .article-item-full .text {
    width: 40%;
    padding-left: 3em; }
    .article-item-full .text p {
      font-size: .9em; }
  .article-item-full h4 {
    font-size: 1.75em;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: .35em;
    margin-top: 0; }
  .article-item-full .wsp-caps {
    color: #ef5008;
    font-weight: 600;
    font-size: .8em;
    padding-bottom: .25em; }

.content-wrap.pad-top-bottom > .col-center .article-item-full {
  margin-bottom: -4em; }

@media screen and (min-width: 1100px) {
  .article-item-full .flex {
    width: 1060px;
    left: -100px; } }

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

.about .article-topper .content-wrap,
.about .article .content-wrap {
  max-width: 900px; }

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

.entry .lc-container form {
  background: none;
  border-bottom: none;
  margin: 0 auto 1em auto;
  max-width: 600px;
  padding: 0; }
  .entry .lc-container form h4 {
    text-align: center;
    font-size: 1.35em;
    color: #0B8ECC;
    font-weight: 600 !important;
    margin-top: 0; }
  .entry .lc-container form p {
    font-size: .9em;
    margin-bottom: 1em; }
  .entry .lc-container form input {
    font-size: .9em !important; }
  .entry .lc-container form input[type="text"] {
    border: 2px solid #e5e8e9;
    background-color: #fbfbfb; }
  .entry .lc-container form input[type="submit"],
  .entry .lc-container form button {
    margin-top: 0;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
  .entry .lc-container form + p:last-child {
    height: 0; }

@media screen and (min-width: 600px) {
  .entry .lc-container {
    background-color: #f5f7f9;
    border: 1px solid #e5e8e9;
    padding: 1em;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); } }

#article-byline {
  background-color: #f5f7f9;
  padding: 1.5em;
  border: 1px solid #e5e8e9;
  position: relative;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  margin: 2em 0 0; }
  #article-byline img {
    width: 50px;
    height: 50px;
    top: 1.5em;
    left: 1.5em;
    position: absolute;
    border-radius: 25px; }
  #article-byline .name {
    font-size: .95em;
    font-weight: 700;
    padding-bottom: .35em; }
  #article-byline .desc {
    font-size: .85em; }
  #article-byline .content {
    padding-left: calc(50px + 1em); }

.wsp-ad-lc {
  float: right;
  max-width: 275px;
  width: 250px;
  text-align: center;
  padding: 2em 1.5em 2em;
  box-sizing: border-box;
  margin-left: 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;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin-bottom: 2em; }
  .wsp-ad-lc.bg-geo {
    background-image: url(https://s3.amazonaws.com/wspimage/bg-geo-seamless-blue.png); }
  .wsp-ad-lc .wsp-logo {
    width: 90%;
    max-width: 120px;
    margin: -1em auto 1em; }
  .wsp-ad-lc .button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2em; }
  .wsp-ad-lc .content {
    position: relative; }
    .wsp-ad-lc .content img {
      margin-bottom: 1em; }
    .wsp-ad-lc .content img:not(.wsp-logo) {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .wsp-ad-lc h4 {
    margin-bottom: 1em;
    line-height: 2; }
  .wsp-ad-lc p {
    line-height: 1.4;
    font-size: .9em;
    font-weight: 600; }
  .wsp-ad-lc:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #33353d;
    opacity: .8; }
  .wsp-ad-lc form {
    padding: 0;
    background: none;
    border-bottom: none; }
    .wsp-ad-lc form label {
      display: none; }
    .wsp-ad-lc form input,
    .wsp-ad-lc form button {
      font-size: .75em !important; }
    .wsp-ad-lc form button {
      background-color: #0B8ECC !important;
      margin-top: 0; }
  .wsp-ad-lc + h2 {
    margin-top: 0; }

#ad-ppt-lc {
  background-image: none;
  background-color: #d13c16;
  padding-top: 1.5em; }
  #ad-ppt-lc form button {
    background-color: #ff704f !important; }
  #ad-ppt-lc p {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2; }
  #ad-ppt-lc img {
    border-bottom: 1px solid #bababa; }

#ad-ppt-shortcut:before,
#ad-ppt-lc:before {
  content: none; }

#ad-ppt-shortcut {
  background-color: #ffded2;
  overflow: hidden;
  max-width: none;
  width: auto;
  float: none;
  margin: 0 auto;
  text-align: left;
  padding: 1em 1em 1em 150px;
  margin-bottom: 2em;
  /*
	.one-one {
// 		background-color: rgba(255, 255, 255, 0.59);
		overflow: hidden;
		margin-top: -3em;
		margin-bottom: 1.5em;
		width: 100px;
		
		&:after {
			content: "";
			@include abscover;
			top: 4em;
			background-color: rgba(255, 255, 255, 0.5);
			border: 1px solid rgba(0, 0, 0, 0.16);
			z-index: 0;
		}
	}
*/ }
  #ad-ppt-shortcut img {
    position: absolute;
    top: 1em;
    width: 100px;
    left: 1.5em;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    z-index: 1; }
  #ad-ppt-shortcut form {
    margin-top: .75em; }
    #ad-ppt-shortcut form input,
    #ad-ppt-shortcut form button {
      height: 36px;
      line-height: 36px;
      padding-top: 0;
      padding-bottom: 0; }
  #ad-ppt-shortcut button {
    background-color: #d73c29 !important; }
  #ad-ppt-shortcut p {
    color: #303030;
    font-size: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0; }
    #ad-ppt-shortcut p span {
      color: #d73c29; }

@media screen and (min-width: 700px) {
  #ad-ppt-shortcut form input,
  #ad-ppt-shortcut form button {
    width: 32% !important;
    margin-right: 1% !important;
    float: left !important;
    margin-bottom: 0;
    border: none; } }

.entry .wsp-ad-lc:first-child {
  margin-top: -1em !important;
  margin-bottom: 1em !important; }

#ad-vba-lc {
  background-image: url(https://wspimage.s3.amazonaws.com/vba-lc-bg-gears.jpg); }

#ad-st-lc {
  background-color: #e2e9ef;
  background-image: none;
  color: #303030;
  padding: 1.5em; }
  #ad-st-lc:before {
    content: none; }
  #ad-st-lc .wsp-logo {
    display: none; }
  #ad-st-lc p {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2; }
  #ad-st-lc img {
    margin-bottom: .5em;
    max-width: 104%; }
  #ad-st-lc img,
  #ad-st-lc form {
    margin-left: auto;
    margin-right: auto; }

.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: .7em; }
  section.post-tags .glyphicon {
    top: 1px;
    font-size: .9em;
    padding-right: 4px; }
  section.post-tags .byline {
    color: #303030;
    font-weight: 600;
    font-size: 1.05em;
    display: inline-block; }
    section.post-tags .byline:hover {
      text-decoration: underline; }
    section.post-tags .byline::after {
      content: "|";
      opacity: .5;
      display: inline-block;
      margin: 0 .25em; }
  section.post-tags a:not(.byline) {
    color: #0B8ECC;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700; }
    section.post-tags a:not(.byline)::after {
      content: ",";
      padding-right: 7px;
      color: #303030;
      font-weight: 500; }
    section.post-tags a:not(.byline):last-child::after {
      content: "";
      padding: 0; }
  section.post-tags .count {
    color: #303030;
    font-weight: 500; }

.single-quicklesson section.post-tags .byline::after {
  content: none; }

.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.05em; }
  .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;
  -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: translate(0, -3px); }
  .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; }

.article-ad-bg-img {
  margin: 2em 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em 2em;
  position: relative;
  border-radius: 4px;
  -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; }
  .article-ad-bg-img:hover {
    transform: translate(0, -3px); }
  .article-ad-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #006292 0%, #09c7c1 100%);
    opacity: .8; }
  .article-ad-bg-img .content {
    position: relative;
    color: #fff;
    padding-right: 250px; }
    .article-ad-bg-img .content strong {
      color: #FFCC00;
      display: block;
      font-size: 1.25em;
      line-height: 1.4;
      margin-bottom: .5em; }
    .article-ad-bg-img .content span {
      font-size: .9em;
      line-height: 1.5;
      display: block; }
  .article-ad-bg-img .bluebutton {
    padding: 0;
    font-size: .8em;
    height: 40px;
    line-height: 40px;
    width: 180px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    background-color: #287481; }

.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; }

.content-wrap.blogroll {
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 1060px; }

.blogroll .thumbnail-container {
  width: 96%;
  max-width: 10em;
  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: .5em;
  padding: 1.5em 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: 12em; }

.blogroll h2 {
  margin-top: 0;
  font-size: 1.25em;
  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;
  font-size: .95em; }

.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; }
  .article-item-full .flex {
    display: block;
    text-align: center; }
  .article-item-full .img,
  .article-item-full .text {
    width: auto;
    margin: 0 auto;
    padding: 0; }
  .article-item-full .text {
    max-width: 800px; }
  .article-item-full .img {
    width: 90%;
    max-width: 500px;
    margin-bottom: 1em; }
  .article-item-full .bluebutton {
    min-width: 200px; } }

@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; }
  .article-ad-bg-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .article-ad-bg-img .content {
      padding-right: 0; }
    .article-ad-bg-img .bluebutton {
      position: relative;
      margin-top: 1em; }
  #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) {
  #ad-ppt-shortcut {
    padding-left: 170px; }
    #ad-ppt-shortcut img {
      width: 120px; }
  .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) {
  .wsp-ad-lc {
    float: none;
    margin: 0 auto 2em;
    width: auto; }
  .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) {
  #ad-ppt-shortcut {
    display: none; }
  #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 li > img {
  margin-top: 1em;
  margin-bottom: 1em; }

.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 {
  padding: 2em 0 3em 0;
  background-image: url(https://s3.amazonaws.com/wspimage/bg-resources-banner.jpg);
  background-attachment: inherit;
  position: relative; }
  .article-topper:not(.opacity-override):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 73, 103, 0.8); }
  .article-topper .article-tint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #164967;
    z-index: 80; }
  .article-topper h1 {
    font-size: 3.65em;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.05; }
  .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: 2em !important;
  letter-spacing: -.5px; }

.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: 48%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    display: block;
    margin-bottom: .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: 3.5em;
    overflow: hidden;
    margin-bottom: .5em; }
  #all-articles .img-frame {
    position: absolute;
    top: 1em;
    left: 1em;
    bottom: 1em;
    width: 6em; }
  #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: 7em; }

.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-template-page-scorm-courses .entry table .dl,
.page-template-page-scorm-courses .entry table .date {
  width: 100px;
  max-width: 100px; }

#no-access-page-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center; }
  #no-access-page-loader > div {
    margin-top: -6em;
    font-weight: 600;
    font-size: .85em; }

/* 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; }

/* Page: Corporate Training (& univ for training modules)
-------------------------------------------------------------- */
#ib-tease {
  background-color: #16303c;
  padding: 2.5em 0 !important;
  z-index: 200;
  /*
	.img {
		position: relative;
		left: 0;
// 		border: 4px solid #fff;
		background-image: url(https://wspimage.s3.amazonaws.com/wsp-planes.png);
		background-size: 200px;
		
// 		background-position: center top;
		width: 200px;
		height: 200px;
	}
*/ }
  #ib-tease .content-wrap {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #ib-tease img {
    left: 0;
    bottom: 0;
    width: 200px;
    position: relative;
    left: -1em;
    opacity: .9; }
  #ib-tease .content {
    padding-left: 1em;
    color: #fff;
    text-align: center;
    max-width: 750px; }
  #ib-tease h6 {
    font-size: 1.6em;
    line-height: 1.2;
    padding-bottom: .35em; }
    #ib-tease h6 span {
      color: #a1e1ca; }
  #ib-tease a {
    color: rgba(255, 255, 255, 0.55); }
    #ib-tease a:hover {
      text-decoration: underline; }
  #ib-tease .orange {
    color: #95d2e7; }

.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 .parent > .col-center {
  max-width: 900px; }

.single-promovids #wrapper {
  background-image: url(https://s3.amazonaws.com/wspimage/bg-nyc-pano-cl.jpg);
  background-size: cover;
  background-position: center top;
  padding-bottom: 0 !important; }
  .single-promovids #wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a3c50;
    opacity: .8; }

.single-promovids .videowrapper {
  border: none; }

.single-promovids .jwplayer {
  border: 6px solid #fff !important;
  box-sizing: border-box; }

.single-promovids .videowrapper {
  box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
  box-sizing: border-box; }

.single-promovids h2 {
  font-weight: 300;
  padding-bottom: 1em;
  color: #fff;
  text-align: center;
  font-size: 2em; }

.corporate-pe-training #client-roll,
.corporate-ib-training #client-roll {
  background-color: #eef0f4; }
  .corporate-pe-training #client-roll .content-wrap,
  .corporate-ib-training #client-roll .content-wrap {
    max-width: 1100px; }
  .corporate-pe-training #client-roll .number,
  .corporate-ib-training #client-roll .number {
    margin: .15em auto .3em auto; }
  .corporate-pe-training #client-roll li img,
  .corporate-ib-training #client-roll li img {
    height: 50px;
    width: auto;
    margin: 0 auto 1em; }
  .corporate-pe-training #client-roll ul,
  .corporate-ib-training #client-roll ul {
    display: flex;
    justify-content: space-between;
    font-size: .9em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .corporate-pe-training #client-roll li,
  .corporate-ib-training #client-roll li {
    width: 24%;
    max-width: 200px;
    text-align: center;
    box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
    background-color: rgba(255, 255, 255, 0.68);
    border-radius: 4px;
    padding: 1em 1em 2em;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: .9em;
    font-weight: 600; }
  .corporate-pe-training #client-roll .content,
  .corporate-ib-training #client-roll .content {
    position: relative;
    z-index: 100;
    padding: 4.5em 0 6em; }
  .corporate-pe-training #client-roll h2::before,
  .corporate-ib-training #client-roll h2::before {
    position: absolute;
    content: "";
    display: block;
    background: -moz-radial-gradient(center, ellipse cover, #eef0f4 0%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-radial-gradient(center, ellipse cover, #eef0f4 0%, rgba(255, 255, 255, 0) 90%);
    background: radial-gradient(ellipse at center, #eef0f4 0%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00eef0f4',GradientType=1 );
    z-index: -1;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px; }
  .corporate-pe-training #client-roll h2,
  .corporate-pe-training #client-roll li,
  .corporate-ib-training #client-roll h2,
  .corporate-ib-training #client-roll li {
    position: relative; }
  .corporate-pe-training #client-roll h2,
  .corporate-ib-training #client-roll h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 0;
    padding-top: 0;
    color: #0B8ECC;
    position: relative;
    max-width: 700px; }
    .corporate-pe-training #client-roll h2 span,
    .corporate-ib-training #client-roll h2 span {
      color: #093b74; }

.corporate-pe-training #technology,
.corporate-ib-training #technology {
  background-color: #fff; }
  .corporate-pe-training #technology > h2,
  .corporate-ib-training #technology > h2 {
    max-width: 800px; }
  .corporate-pe-training #technology .content-wrap,
  .corporate-ib-training #technology .content-wrap {
    max-width: 1300px; }
  .corporate-pe-training #technology .greenbutton,
  .corporate-ib-training #technology .greenbutton {
    width: 80%;
    margin: 2em auto 1em; }
    .corporate-pe-training #technology .greenbutton .glyphicon,
    .corporate-ib-training #technology .greenbutton .glyphicon {
      font-size: 1.2em;
      top: 3px;
      margin-right: 5px; }

.corporate-pe-training #technology ul.highlights,
.corporate-pe-training #pe-why-choose ul.highlights,
.corporate-ib-training #technology ul.highlights,
.corporate-ib-training #pe-why-choose ul.highlights {
  display: flex;
  justify-content: space-between;
  font-size: .85em;
  margin-left: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 1100px; }
  .corporate-pe-training #technology ul.highlights img,
  .corporate-pe-training #pe-why-choose ul.highlights img,
  .corporate-ib-training #technology ul.highlights img,
  .corporate-ib-training #pe-why-choose ul.highlights img {
    height: 60px;
    width: auto;
    max-width: none;
    margin: 0 auto;
    margin-bottom: .5em; }
  .corporate-pe-training #technology ul.highlights > li,
  .corporate-pe-training #pe-why-choose ul.highlights > li,
  .corporate-ib-training #technology ul.highlights > li,
  .corporate-ib-training #pe-why-choose ul.highlights > li {
    width: 25%;
    padding: 0 2em;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5; }
    .corporate-pe-training #technology ul.highlights > li:last-child,
    .corporate-pe-training #pe-why-choose ul.highlights > li:last-child,
    .corporate-ib-training #technology ul.highlights > li:last-child,
    .corporate-ib-training #pe-why-choose ul.highlights > li:last-child {
      border-right: none; }
  .corporate-pe-training #technology ul.highlights h4,
  .corporate-pe-training #pe-why-choose ul.highlights h4,
  .corporate-ib-training #technology ul.highlights h4,
  .corporate-ib-training #pe-why-choose ul.highlights h4 {
    font-weight: 600;
    font-size: 1.1em;
    padding-bottom: 1em;
    text-align: center;
    margin-top: 0;
    color: #0B8ECC; }

#pe-why-choose h2 {
  max-width: 1200px; }
  #pe-why-choose h2 + p {
    font-size: .9em;
    font-weight: 600; }

.wsp-slider-container {
  top: -17px;
  margin-bottom: -17px;
  overflow: hidden; }

.wsp-slider {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: 2em;
  top: 17px;
  padding-bottom: 17px; }
  .wsp-slider > div {
    flex-shrink: 0; }

/* Page: Corporate Training PE
-------------------------------------------------------------- */
.corporate-pe-training #logo-roll-img {
  opacity: .2;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-client-logo-roll-PE.png); }

.corporate-pe-training #client-roll ul {
  max-width: 800px; }

.corporate-pe-training #client-roll li {
  width: 32%;
  max-width: none; }

.corporate-pe-training #client-roll .content {
  padding: 4em 0; }

.corporate-pe-training #client-roll h2 {
  max-width: none;
  font-size: 1.8em;
  margin-bottom: 1em; }

.corporate-pe-training #bc-instructors .wsp-slider {
  margin-top: 2em;
  scroll-snap-points-x: repeat(400px);
  scroll-snap-type: mandatory;
  padding-left: 2em; }

.corporate-pe-training #bc-instructors .bio {
  width: 28%;
  margin-right: 1em; }

#case-studies {
  background-color: #f7f7f7;
  padding: 5em 0 !important; }
  #case-studies::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3e4d56;
    opacity: .93; }
  #case-studies h2 {
    position: relative;
    color: #fff; }
  #case-studies .case-study {
    width: 49%;
    margin-right: 2%;
    display: flex;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2em;
    border-radius: 6px; }
    #case-studies .case-study:nth-child(even) {
      margin-right: 0; }
    #case-studies .case-study:nth-child(1) .img::before {
      background-color: #0B8ECC; }
    #case-studies .case-study:nth-child(1) em {
      color: #0B8ECC; }
    #case-studies .case-study:nth-child(2) .img::before {
      background-color: #ef5008; }
    #case-studies .case-study:nth-child(2) em {
      color: #ef5008; }
    #case-studies .case-study:nth-child(3) .img::before {
      background-color: #ce5252; }
    #case-studies .case-study:nth-child(3) em {
      color: #ce5252; }
    #case-studies .case-study:nth-child(4) .img::before {
      background-color: #1EAAA5; }
    #case-studies .case-study:nth-child(4) em {
      color: #1EAAA5; }
    #case-studies .case-study em {
      font-weight: 700;
      display: block;
      margin-bottom: .5em; }
  #case-studies .img {
    width: 40%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    #case-studies .img strong {
      font-size: 1.2em;
      line-height: 1.4;
      padding: 0 1.5em;
      color: #fff;
      font-weight: 500 !important;
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #case-studies .img::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .75;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    #case-studies .img::after {
      content: "Case Study";
      position: absolute;
      left: 1em;
      top: -.5em;
      background-color: #ef5008;
      color: #fff;
      text-transform: uppercase;
      font-size: .6em;
      font-weight: 600;
      padding: 0 .5em; }
  #case-studies .content {
    width: 60%;
    font-size: .9em;
    padding: 1.5em;
    box-sizing: border-box; }

#pe-why-choose .img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin: 0 auto 1em; }

#pe-why-choose .content-wrap:last-child {
  /*
		p:first-child {
			font-weight: 600;
			text-align: center;
			margin-bottom: 2.5em;
		}	
*/ }

/* Page: Corporate Training IB
-------------------------------------------------------------- */
.corporate-ib-training #logo-roll-img {
  opacity: .2;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-client-logo-roll-IB.png); }

.corporate-ib-training .wsp-bold-caps {
  color: #0B8ECC;
  font-weight: 800;
  text-transform: uppercase; }
  .corporate-ib-training .wsp-bold-caps span {
    color: #093b74; }

.corporate-ib-training section.quote {
  margin-top: -8em;
  position: relative;
  margin-bottom: -4em; }
  .corporate-ib-training section.quote .content-wrap {
    max-width: 900px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 2em 2.5em;
    box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
    border-radius: 4px;
    box-sizing: border-box; }
  .corporate-ib-training section.quote .img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden; }
  .corporate-ib-training section.quote .content {
    padding-right: 250px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.1em; }
    .corporate-ib-training section.quote .content p {
      text-align: left !important; }
  .corporate-ib-training section.quote .attribution {
    position: absolute !important;
    top: 3em;
    bottom: 0;
    right: 24px;
    width: 220px;
    padding-left: 75px;
    box-sizing: border-box;
    font-size: .8em;
    font-weight: 600;
    font-size: .7em;
    line-height: 1.4; }
    .corporate-ib-training section.quote .attribution .img {
      position: absolute;
      left: 0; }

.corporate-ib-training .tag {
  font-size: .55em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 2em 0; }
  .corporate-ib-training .tag span {
    padding: .25em 1.5em;
    background-color: #0B8ECC;
    border-radius: 1em;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }

.corporate-ib-training #evolve > .quote {
  position: relative; }

.corporate-ib-training #evolve > .col-6:last-child .tag {
  position: relative; }
  .corporate-ib-training #evolve > .col-6:last-child .tag span {
    background-color: #0670a2; }

.corporate-ib-training #evolve > .col-6:last-child .checks .glyphicon {
  color: #FFCC00; }

.corporate-ib-training .full-split {
  background-color: #0B8ECC; }
  .corporate-ib-training .full-split::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("https://s3.amazonaws.com/wspimage/bg-geo-seamless-blue.png");
    background-size: 300px;
    opacity: .45; }
  .corporate-ib-training .full-split .tag {
    margin-top: 3em; }
  .corporate-ib-training .full-split .checks {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    columns: 2;
    column-gap: 0px; }
    .corporate-ib-training .full-split .checks li {
      line-height: 1.4;
      margin-bottom: 1em; }
    .corporate-ib-training .full-split .checks .glyphicon {
      color: #0B8ECC; }
  .corporate-ib-training .full-split .col-6 {
    padding: 2em;
    height: 450px; }
  .corporate-ib-training .full-split .image-cover::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a3c50;
    opacity: .9;
    content: ""; }
  .corporate-ib-training .full-split .image-cover > * {
    position: relative; }
  .corporate-ib-training .full-split h2 {
    font-size: 2em;
    position: relative; }
  .corporate-ib-training .full-split h4 {
    font-size: .75em;
    color: #FFCC00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1em; }
  .corporate-ib-training .full-split li {
    margin-bottom: 0; }
  .corporate-ib-training .full-split .quote p {
    font-size: 1.15em;
    max-width: none;
    font-weight: 400;
    max-width: 500px; }
  .corporate-ib-training .full-split .attribution {
    font-size: .8em;
    font-weight: 600;
    color: #FFCC00; }
    .corporate-ib-training .full-split .attribution .img {
      width: 50px;
      height: 50px;
      position: relative;
      top: 20px;
      margin-top: -20px;
      display: inline-block;
      margin-right: 1em;
      border-radius: 25px;
      overflow: hidden;
      max-width: none; }
    .corporate-ib-training .full-split .attribution img {
      width: 100%; }

.corporate-ib-training #topics {
  background-color: #f1f3f5; }
  .corporate-ib-training #topics .content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .corporate-ib-training #topics .content-wrap > div {
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
      width: 24%;
      padding: 1.5em;
      box-sizing: border-box;
      margin-bottom: 1em;
      border-radius: 4px;
      border-top: 5px solid #0B8ECC; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(1n) {
        border-top-color: #0B8ECC; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(2n) {
        border-top-color: #da4426; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(3n) {
        border-top-color: #1EAAA5; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(4n) {
        border-top-color: #ff8d00; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(5n) {
        border-top-color: #955db8; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(6n) {
        border-top-color: #22B783; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(7n) {
        border-top-color: #001dd1; }
      .corporate-ib-training #topics .content-wrap > div:nth-child(8n) {
        border-top-color: #ceab7c; }
    .corporate-ib-training #topics .content-wrap ul {
      font-size: .8em;
      list-style: disc;
      margin-left: 1.25em; }
    .corporate-ib-training #topics .content-wrap h4 {
      font-weight: 600;
      margin-top: 0;
      line-height: 1.4;
      margin-bottom: .5em; }

.corporate-ib-training #middle > div {
  position: relative; }

.corporate-ib-training #middle > .col-6:not(.quote) h2,
.corporate-ib-training #middle > .col-6:not(.quote) p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.corporate-ib-training #middle > .col-6:not(.quote) p {
  font-size: 1em;
  font-weight: 500;
  padding: 0 2em; }

.corporate-ib-training #middle > .col-6:not(.quote) h2 {
  margin-bottom: .5em;
  max-width: 570px; }

.corporate-ib-training #middle .checks {
  max-width: 530px;
  margin-top: 2em;
  font-size: .9em; }
  .corporate-ib-training #middle .checks li {
    line-height: 1.4;
    margin-bottom: 1em; }
  .corporate-ib-training #middle .checks .glyphicon {
    color: #FFCC00; }

.corporate-ib-training #bigstat {
  font-size: 1.5em;
  padding: 1em 4em;
  line-height: 1.3;
  position: relative;
  z-index: 100;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin-top: -5em;
  margin-bottom: -4em;
  display: none; }
  .corporate-ib-training #bigstat .content-wrap {
    box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
    padding: 1em;
    max-width: 980px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 4px; }

.corporate-ib-training #the-instructors h2 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }

.corporate-ib-training #the-instructors .offset {
  padding-left: 65px;
  position: relative;
  font-size: .85em;
  font-weight: 600;
  margin-top: 2em;
  color: #43769a;
  line-height: 1.7;
  display: none; }
  .corporate-ib-training #the-instructors .offset img {
    width: 50px;
    margin-bottom: 1em;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0; }

.corporate-ib-training #the-instructors .frame {
  border: 6px solid #fff;
  display: block;
  box-shadow: 0 0 0 1px #ebebeb;
  overflow: hidden;
  height: 280px;
  margin: 0 auto; }
  .corporate-ib-training #the-instructors .frame img {
    margin-top: -2em; }

/*
@media screen and (max-width: 1330px) {

		
	.corporate-ib-training #technology {
		
		
		.layout-vid-img {
			width: 56%;
			padding-left: 2%;
			padding-right: 2%;
		}
		
		.layout-text {
			width: 36%;
			padding-right: 2%;
			padding-left: 2%;
		}
		
	}
}
*/
@media screen and (max-width: 1000px) {
  .corporate-ib-training #client-roll .content {
    padding: 3em 0; }
  .corporate-ib-training #client-roll h2 {
    margin-bottom: 1em; }
  .corporate-ib-training #client-roll li {
    max-width: none; }
  .corporate-ib-training .full-split .col-6 {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em; }
    .corporate-ib-training .full-split .col-6 > * {
      width: 90%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
  .corporate-ib-training #topics .content-wrap > div {
    width: 32%; }
  .corporate-ib-training #the-instructors h2 {
    max-width: none; }
  .corporate-ib-training #the-instructors .frame {
    max-width: 500px;
    height: 200px; }
  .corporate-ib-training #the-instructors .offset {
    display: none; }
  .corporate-ib-training #technology h2,
  .corporate-ib-training #technology h2 + p {
    text-align: center; }
  .corporate-ib-training #technology .content-wrap + .content-wrap {
    display: none; }
  .corporate-ib-training #technology .greenbutton {
    margin-left: auto;
    margin-right: auto; }
  .corporate-ib-training #technology ul.highlights {
    max-width: 650px;
    flex-wrap: wrap;
    margin-bottom: -2em; }
    .corporate-ib-training #technology ul.highlights > li {
      width: 48.5%;
      border: none;
      margin-bottom: 2em; }
  .corporate-pe-training #bc-instructors .bio {
    width: 40%; } }

@media screen and (max-width: 700px) {
  .corporate-ib-training #client-roll,
  .corporate-pe-training #client-roll {
    display: block; }
  .corporate-ib-training #topics .content-wrap > div {
    width: 48.5%; }
  .corporate-ib-training .full-split .checks {
    columns: 1;
    text-align: center; }
    .corporate-ib-training .full-split .checks li .glyphicon {
      position: static !important; }
  .corporate-ib-training #technology ul.highlights {
    display: none; }
  .corporate-ib-training #technology .quote {
    margin-bottom: 0;
    margin-top: 2em; }
  .corporate-pe-training #bc-instructors .bio {
    width: 60%; } }

@media screen and (max-width: 600px) {
  .corporate-ib-training #client-roll ul {
    flex-wrap: wrap; }
  .corporate-ib-training #client-roll li {
    width: 48%;
    margin-bottom: 1em; }
  .corporate-ib-training #the-instructors .layout-vid-img img {
    margin-top: 0; } }

@media screen and (max-width: 500px) {
  .corporate-pe-training #client-roll ul {
    display: block; }
  .corporate-pe-training #client-roll .content {
    padding: 3em 0;
    max-width: 350px;
    margin: 0 auto; }
  .corporate-pe-training #client-roll li {
    width: 100%;
    margin-bottom: .75em;
    display: block;
    padding: 1.5em 1.5em 1.5em 90px !important;
    text-align: left; }
  .corporate-pe-training #client-roll li:last-child {
    margin-bottom: 0; }
  .corporate-pe-training #client-roll .number,
  .corporate-pe-training #client-roll .icon {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 12px;
    margin: 0; }
    .corporate-pe-training #client-roll .number img,
    .corporate-pe-training #client-roll .icon img {
      height: 40px;
      margin: 0 auto; } }

@media screen and (max-width: 400px) {
  .corporate-ib-training #topics .content-wrap > div {
    width: 100%; } }

/* 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;
    border-radius: 50%;
    overflow: hidden; }
    .about .author-bio .author-image img {
      border: none !important;
      box-shadow: none;
      width: 100% !important; }
  .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) {
  #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;
  font-size: .8em;
  font-weight: 600; }
  .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;
    max-width: 80px; }
  .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; }

/* Comparison tables
-------------------------------------------------------------- */
table.wsp-comparison th img {
  height: 50px;
  width: auto !important;
  max-width: none;
  margin: 0 auto; }
  table.wsp-comparison th img.wsp {
    height: 90px; }

table.wsp-comparison tbody th {
  background: #e2eaee;
  font-weight: 700;
  border-top: 3px solid #808080;
  color: #303030;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

table.wsp-comparison .bluebutton {
  text-decoration: none;
  padding: 0 1em;
  line-height: 30px; }

table.wsp-comparison.even-3 td {
  width: 33.33%; }

table.wsp-comparison.compare-2 td {
  width: 50%; }

table.wsp-comparison.compare-2-w-scope-row td[scope="row"] {
  width: 25%; }

@media screen and (min-width: 700px) {
  .entry table.wsp-comparison.wsp-40 th {
    width: 30%; }
  .entry table.wsp-comparison.wsp-40 th:first-child {
    width: 40%; }
  .entry table.wsp-comparison.wsp-50 th {
    width: 25%; }
  .entry table.wsp-comparison.wsp-50 th:first-child {
    width: 50%; } }

#flagship-compare {
  font-size: .85em; }
  #flagship-compare h5 {
    color: #ef5008;
    margin-bottom: 0; }
    #flagship-compare h5 + em {
      display: block;
      padding-top: .25em;
      font-style: italic;
      padding-bottom: 1em;
      font-weight: 600; }
  #flagship-compare ol > li {
    margin-bottom: .2em; }

/* 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 --------------------*/
#fpa-programs .feature-mods {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  #fpa-programs .feature-mods > li {
    width: 32.333%;
    margin-right: 1%;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1.5em 2em;
    box-sizing: border-box;
    margin-bottom: 1em;
    text-align: center; }
    #fpa-programs .feature-mods > li > ul {
      text-align: left;
      list-style-type: disc;
      margin-left: 1.2em;
      font-size: .9em; }
      #fpa-programs .feature-mods > li > ul li {
        margin-bottom: .2em; }
  #fpa-programs .feature-mods p > em {
    font-size: .7em;
    background-color: #ffe88b;
    padding: .25em .75em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #fpa-programs .feature-mods h4 {
    font-weight: 600;
    padding: 1em 0;
    margin-top: 0; }

#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; } }

@media screen and (max-width: 1050px) {
  #fpa-programs .feature-mods > li {
    width: 49%;
    margin-right: 1%; } }

@media screen and (max-width: 700px) {
  #fpa-programs .feature-mods {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    #fpa-programs .feature-mods > li {
      width: auto;
      margin-right: 0; } }

/*------------ 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; }
  #ib-tease .content-wrap {
    display: block; }
  #ib-tease br,
  #ib-tease img {
    display: none; }
  #pe-why-choose ul.highlights {
    flex-wrap: wrap;
    margin-top: -1em !important; }
    #pe-why-choose ul.highlights > li {
      width: 50% !important;
      margin-top: 1em; }
      #pe-why-choose ul.highlights > li:nth-child(even) {
        border-right: 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; }
  #case-studies .case-study {
    display: block; }
  #case-studies .img,
  #case-studies .content {
    width: auto; }
  #case-studies .img {
    height: 8em;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0; }
    #case-studies .img:before {
      border-top-right-radius: 6px; } }

@media screen and (max-width: 700px) {
  #case-studies .content-wrap.flex {
    display: block; }
  #case-studies .case-study {
    display: block;
    max-width: 500px;
    width: auto;
    margin-left: auto;
    margin-right: auto !important; }
  #case-studies .img,
  #case-studies .content {
    width: auto; }
  #case-studies .img {
    height: 8em;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0; }
    #case-studies .img:before {
      border-top-right-radius: 6px; }
  #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; }
  #ib-tease {
    font-size: .9em; }
    #ib-tease a > span:not(.orange) {
      display: none; } }

@media screen and (max-width: 600px) {
  #pe-why-choose ul.highlights {
    display: block; }
    #pe-why-choose ul.highlights > li {
      width: auto !important;
      border-right: none !important; } }

@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; }
  .corporate-pe-training #bc-instructors .bio {
    width: 80%; } }

@media screen and (max-width: 400px) {
  .clients .client-logo {
    width: 50%;
    margin-bottom: 1em; } }

.entry .model-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5em; }
  .entry .model-tabs .tab {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-right: .5em;
    background-color: #f5f7f9;
    font-size: .85em;
    margin-bottom: 1em; }
  .entry .model-tabs .tab-header {
    color: #fff;
    padding: .25em;
    text-align: center;
    font-weight: 600; }
  .entry .model-tabs .tab-blue .tab-header {
    background-color: #19334b; }
  .entry .model-tabs .tab-grey .tab-header {
    background-color: #888b8e;
    border: 1px solid #888b8e; }
  .entry .model-tabs ul {
    padding: .5em 1em; }
  .entry .model-tabs li {
    margin-bottom: 0; }

.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; } }

#summary-mods {
  display: none; }

.page-template-page-mycourses-2019 .mod {
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  padding: 2em; }
  .page-template-page-mycourses-2019 .mod h4 {
    margin-top: 0;
    font-weight: 600;
    font-size: .8em;
    position: relative;
    top: -.5em;
    color: #0B8ECC;
    margin-bottom: 1em; }
    .page-template-page-mycourses-2019 .mod h4 i {
      padding-right: 5px; }

#wsp-faux-message .date {
  text-align: center;
  font-weight: 600;
  color: #5c7088;
  font-size: .8em;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
  height: 0;
  margin-bottom: .25em; }
  #wsp-faux-message .date i {
    color: #22B783;
    padding-left: 4px; }
  #wsp-faux-message .date span {
    background-color: #fff;
    position: relative;
    top: -.5em;
    padding: 0 1em; }

#wsp-faux-message .message {
  position: relative;
  padding: 1.5em 300px 0 4em; }
  #wsp-faux-message .message p {
    margin-bottom: 1em;
    font-size: .95em; }

#wsp-faux-message .headshot {
  width: 3em;
  position: absolute;
  left: 0;
  top: 1.75em; }

#wsp-faux-message .title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.4;
  padding-bottom: .2em; }

#wsp-faux-message .from {
  color: #0B8ECC;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: 1em; }

#wsp-faux-message #mod-uploads {
  width: 275px;
  position: absolute;
  height: 250px;
  right: 0;
  top: 2em; }

#wsp-faux-message .fileupload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f7f9; }
  #wsp-faux-message .fileupload p {
    font-size: .75em !important;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    padding: 0 4em;
    color: #303030; }
  #wsp-faux-message .fileupload .button-container {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center; }
    #wsp-faux-message .fileupload .button-container > .bluebutton {
      font-size: 13px !important;
      width: 200px;
      margin: 0 auto;
      padding: 0;
      height: 32px !important;
      line-height: 32px !important; }
  #wsp-faux-message .fileupload .upload-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    background-image: url(https://image.flaticon.com/icons/svg/126/126477.svg);
    background-position: 50% calc(50% - 10px);
    background-repeat: no-repeat;
    background-size: auto 80px;
    opacity: .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; }
  #wsp-faux-message .fileupload:not(.disabled):hover .upload-icon {
    background-position: 50% calc(50% - 20px); }
  #wsp-faux-message .fileupload > * {
    position: relative;
    z-index: 1; }
  #wsp-faux-message .fileupload strong {
    font-weight: 600 !important; }
  #wsp-faux-message .fileupload.disabled:hover,
  #wsp-faux-message .fileupload.disabled .bluebutton {
    cursor: not-allowed; }
  #wsp-faux-message .fileupload.disabled .bluebutton {
    opacity: .5; }
    #wsp-faux-message .fileupload.disabled .bluebutton:hover {
      background-color: #0B8ECC; }

#elective-mods,
#summary-mods {
  flex-wrap: wrap; }
  #elective-mods .mod,
  #summary-mods .mod {
    background-image: url(https://img.freepik.com/free-vector/abstract-white-poly-background_1390-389.jpg?size=338&ext=jpg); }
    #elective-mods .mod:before,
    #summary-mods .mod:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: #0B8ECC;
      opacity: .75; }
  #elective-mods .label,
  #elective-mods .content,
  #summary-mods .label,
  #summary-mods .content {
    position: relative;
    color: #fff; }
  #elective-mods .mod,
  #summary-mods .mod {
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px; }
    #elective-mods .mod > i.fa-ellipsis-h,
    #elective-mods .mod > i.fa-ellipsis-v,
    #summary-mods .mod > i.fa-ellipsis-h,
    #summary-mods .mod > i.fa-ellipsis-v {
      position: absolute;
      top: 1.5em;
      right: 1em; }
    #elective-mods .mod h4,
    #summary-mods .mod h4 {
      position: relative;
      top: -.5em; }
    #elective-mods .mod.mod-trans,
    #summary-mods .mod.mod-trans {
      padding: 0;
      background: transparent;
      box-shadow: none; }

#summary-mods .mod {
  width: 24%; }

#summary-mods .label {
  font-size: .75em;
  font-weight: 600;
  position: relative;
  top: -.5em; }

#summary-mods .content {
  font-size: .8em;
  line-height: 1.4; }

#summary-mods i {
  position: absolute;
  color: #fff;
  top: .5em;
  right: .5em;
  opacity: .35;
  font-size: 1.5em; }

#summary-mods #mod-start .content,
#summary-mods #mod-duration .content {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-weight: 800;
  font-size: 1.25em; }

#summary-mods #mod-start::before {
  background-color: #0B8ECC; }

#summary-mods #mod-start .label {
  color: #ccf5ff; }

#summary-mods #mod-location::before {
  background-color: #22B783; }

#summary-mods #mod-location .label {
  color: #aaffc8; }

#summary-mods #mod-topics::before {
  background-color: #ef5008; }

#summary-mods #mod-topics .label {
  color: #ffd09f; }

#summary-mods #mod-agenda-dl::before {
  background-color: #3e3f6f; }

#summary-mods #mod-agenda-dl .label {
  color: #c7bcd8; }

.mycourses .tab-title {
  padding-bottom: 1em;
  font-size: .8em; }

.mycourses #main-tab-content {
  padding-top: 1.85em; }

.mycourses h2 {
  font-weight: 700;
  padding-bottom: 1em;
  line-height: 1;
  font-size: 1em; }
  .mycourses h2 + p {
    margin-top: -1.75em;
    display: none; }
  .mycourses h2.hero {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0;
    letter-spacing: -.5px; }
    .mycourses h2.hero + p {
      padding-top: 1em;
      font-size: .9em;
      line-height: 2;
      max-width: 1000px; }

.mycourses .assignments-header {
  align-items: baseline; }

.mycourses .courses-header {
  font-size: .9em;
  margin-bottom: 1em;
  font-weight: 600; }

.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;
  z-index: 1; }
  .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;
  position: relative; }

@media screen and (max-width: 1150px) {
  .debug-info {
    display: none; } }

@media screen and (max-width: 900px) {
  #wsp-faux-message .message {
    padding-right: 0;
    padding-left: 2.5em; }
  #wsp-faux-message .headshot {
    width: 1.75em; }
  #wsp-faux-message #mod-uploads {
    position: relative;
    top: 0;
    margin-top: 1.5em;
    width: auto;
    max-width: 400px; } }

@media screen and (min-width: 700px) {
  .mycourses .wsp-pills a {
    min-width: 150px;
    text-align: center; } }

.glyphicon-star {
  color: #FFCC00; }

#author-comments .date {
  white-space: nowrap; }

#my-questions-list .commentlist {
  background-color: #fff;
  padding: 1em 2em;
  font-size: .9em; }

#my-questions-list .comment {
  display: flex;
  align-items: top;
  border-bottom: 1px solid #e5e5e5;
  padding: .75em 130px .75em 0;
  position: relative; }
  #my-questions-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

#my-questions-list .replies {
  margin-right: 2em;
  text-align: center;
  line-height: 1; }
  #my-questions-list .replies strong {
    display: block;
    font-weight: 600 !important;
    font-size: 1.5em; }

#my-questions-list .wsp-caps {
  font-weight: 600;
  font-size: .6em; }

#my-questions-list .bluebutton {
  width: 100px;
  font-size: .7em;
  position: absolute;
  right: 0;
  padding: 0;
  height: 28px;
  line-height: 28px;
  top: 50%;
  margin-top: -14px; }

#my-questions-list .date {
  color: #9399a1;
  padding-bottom: .5em; }

#my-questions-list .post {
  font-size: .8em;
  padding-top: .5em; }
  #my-questions-list .post strong {
    color: #0B8ECC; }

@media screen and (max-width: 700px) {
  #my-questions-list .replies {
    display: none; }
  #my-questions-list .comment {
    padding: .75em 0; }
  #my-questions-list .bluebutton {
    position: static;
    margin-top: 1em; } }

.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%; } }

#bc-instructors {
  background-color: #eff1f1; }
  #bc-instructors * {
    position: relative; }
  #bc-instructors::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1EAAA5;
    opacity: .9; }
  #bc-instructors .bio {
    background-color: #fff;
    padding: 1.5em;
    width: 32%;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
    #bc-instructors .bio p,
    #bc-instructors .bio strong {
      color: #303030 !important; }
    #bc-instructors .bio p {
      font-size: .85em;
      text-align: left; }
    #bc-instructors .bio strong {
      display: block;
      text-align: center;
      padding: .5em 0; }
  #bc-instructors .img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto; }

#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 .quote {
    color: #0B8ECC;
    text-align: center;
    font-size: 1.35em;
    line-height: 1.3; }
    #boot-camp-intro .quote .icon {
      margin: 0 auto .5em;
      width: 3em; }
    #boot-camp-intro .quote span {
      color: #0069a6; }
  #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 {
    display: none;
    background-color: #1EAAA5; }
    #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.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; }

#upcoming-boot-camps {
  position: relative; }
  #upcoming-boot-camps .content-wrap {
    z-index: 1;
    box-sizing: border-box; }
  #upcoming-boot-camps h2 {
    color: #fff;
    z-index: 1;
    position: relative; }

.page-template-page-boot-camps #upcoming-boot-camps {
  background-color: #457f9c; }

.page-template-page-boot-camps-single-topic #upcoming-boot-camps::after,
.page-template-page-boot-camps-open-university #upcoming-boot-camps::after,
.page-template-page-boot-camps-virtual #upcoming-boot-camps::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0678ae;
  opacity: .65;
  z-index: 0;
  height: auto;
  visibility: visible; }

.page-template-page-boot-camps-virtual .banner.banner-tint::after {
  opacity: .85;
  background-color: #182a3c; }

.page-template-page-boot-camps-virtual #upcoming-boot-camps {
  /*
		background-color: $blue;
			
		&::after {
			content: none;
		}
*/ }

.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; }

.page-template-page-boot-camps-open-university #upcoming-boot-camps,
.page-template-page-boot-camps-virtual #upcoming-boot-camps {
  background-image: url(https://wspimage.s3.amazonaws.com/virtual-student-screen.jpg);
  background-position: center top; }

#upcoming-boot-camps .wsp-alert {
  z-index: 100;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0B8ECC;
  border: none;
  background-color: rgba(208, 242, 255, 0.8);
  font-size: .8em;
  border-left: 6px solid #0B8ECC;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  padding-left: 6em;
  width: 90%; }
  #upcoming-boot-camps .wsp-alert strong {
    color: #006393; }
  #upcoming-boot-camps .wsp-alert img {
    position: absolute;
    width: 4em;
    left: 1em;
    top: 1em; }

#list-upcoming-boot-camps {
  /*
	.tz {
		font-weight: 700;
		font-size: .8em;
	}
*/ }
  #list-upcoming-boot-camps > p {
    color: #fff;
    text-align: center; }
    #list-upcoming-boot-camps > p > a {
      text-decoration: underline;
      color: #5ad6ff; }
  #list-upcoming-boot-camps .table {
    display: table;
    width: 100%; }
  #list-upcoming-boot-camps .cell {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    color: #fff;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    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 .cell:first-child {
      padding-left: .5em; }
  #list-upcoming-boot-camps a:not(.email),
  #list-upcoming-boot-camps .table-row {
    display: table-row;
    padding: 0; }
    #list-upcoming-boot-camps a:not(.email):last-child > .cell,
    #list-upcoming-boot-camps .table-row:last-child > .cell {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #list-upcoming-boot-camps a:not(.email) > .cell {
    padding: 1.2em .5em;
    line-height: 1.3; }
  #list-upcoming-boot-camps a:not(.email):first-of-type > div {
    border-top: none; }
  #list-upcoming-boot-camps a:not(.email):hover > .cell {
    transform: translate(6px, 0);
    background-color: rgba(81, 155, 191, 0.2); }
  #list-upcoming-boot-camps .table-row > .cell {
    padding: .35em .5em;
    background-color: rgba(17, 80, 109, 0.75);
    border: none;
    font-size: .8em;
    color: #3cb6f1 !important;
    font-weight: 600; }
  #list-upcoming-boot-camps .event {
    font-weight: 600;
    max-width: 275px; }
  #list-upcoming-boot-camps .learnmore {
    text-align: right; }
  #list-upcoming-boot-camps .price {
    color: #fff !important;
    font-size: 1em !important; }
    #list-upcoming-boot-camps .price > span {
      display: none; }
  #list-upcoming-boot-camps .times {
    white-space: nowrap; }
  #list-upcoming-boot-camps .go {
    color: #3cb6f1 !important;
    text-align: right !important; }

@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) {
  #boot-camp-intro .quote {
    margin-top: -1em !important; }
  .bc-modeling #boot-camp-intro h2 {
    display: none; }
  .bc-modeling #boot-camp-intro .content-wrap {
    margin-top: 0; }
  #list-upcoming-boot-camps .table-row {
    display: none; }
  #list-upcoming-boot-camps .cell {
    padding-left: 0 !important; }
  #list-upcoming-boot-camps .table {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em; }
  #list-upcoming-boot-camps .event {
    font-size: 1.1em; }
  #list-upcoming-boot-camps .location-date {
    font-size: .85em;
    font-weight: 500;
    padding-bottom: .25em;
    color: #6bcdeb; }
    #list-upcoming-boot-camps .location-date .date::after {
      content: "|";
      position: relative;
      color: #fff;
      top: -1px; }
  #list-upcoming-boot-camps .enrollment {
    width: 50px; }
  #list-upcoming-boot-camps .go {
    width: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #list-upcoming-boot-camps .times {
    display: none; } }

@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%; }
  #list-upcoming-boot-camps .enrollment {
    display: none; } }

@media screen and (max-width: 500px) {
  #list-upcoming-boot-camps .table {
    font-size: .9em; } }

.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;
  /*
	&.Virtual .cityframe {
		background-image: url("https://wspimage.s3.amazonaws.com/wsp-virtual-network.jpg");
	}	
*/ }
  .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"); }
  .seminarlist li.virtual::before {
    content: "Online Event";
    position: absolute;
    z-index: 10;
    background-color: #ef5008;
    font-weight: 600;
    color: #fff;
    padding: 0 .5em;
    font-size: .75em;
    top: .5em;
    left: .5em; }

.bg-img-cover[data-city="Atlanta"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-atlanta.jpg"); }

.bg-img-cover[data-city="Bakersfield"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-bakersfield.jpg"); }

.bg-img-cover[data-city="Boston"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-boston.jpg"); }

.bg-img-cover[data-city="Calgary"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-calgary.jpg"); }

.bg-img-cover[data-city="Chicago"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-chicago.jpg");
  background-position: bottom right; }

.bg-img-cover[data-city="Dallas"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-dallas.jpg"); }

.bg-img-cover[data-city="Dubai"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-dubai.jpg"); }

.bg-img-cover[data-city="Houston"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-houston.jpg"); }

.bg-img-cover[data-city="Kuwait"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-kuwait.jpg"); }

.bg-img-cover[data-city="Angeles"], .bg-img-cover[data-city="Los Angeles"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-la.jpg"); }

.bg-img-cover[data-city="London"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-london.jpg"); }

.bg-img-cover[data-city="New York City"], .bg-img-cover[data-city="New York"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-nyc.jpg"); }

.bg-img-cover[data-city="Philadelphia"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-philly.jpg"); }

.bg-img-cover[data-city="Pittsburgh"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-pittsburg.jpg"); }

.bg-img-cover[data-city="Francisco"], .bg-img-cover[data-city="San Francisco"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-sf.jpg"); }

.bg-img-cover[data-city="Toronto"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-toronto.jpg"); }

.bg-img-cover[data-city="Washington"], .bg-img-cover[data-city="Washington, DC"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-dc.jpg"); }

.bg-img-cover[data-city="Montreal"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-montreal.jpg"); }

.bg-img-cover[data-city="Paul"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-stpaul.jpg"); }

.bg-img-cover[data-city="Edmonton"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-edmonton.jpg"); }

.bg-img-cover[data-city="Minneapolis"] {
  background-image: url("https://s3.amazonaws.com/wspimage/bct-stpaul.jpg"); }

.bg-img-cover[data-city="Seattle"] {
  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;
  padding: 0 1em; }

.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: .9em; }
    .seminarlist > li .cost span {
      font-weight: 600;
      color: #22B783; }
  .seminarlist > li.virtual .cost {
    padding-top: .75em; }

.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
-------------------------------------------------------------- */
section.split-image .content {
  margin-right: 2em; }
  section.split-image .content li > strong {
    font-weight: 700 !important; }

section.split-image .content {
  width: 32%; }

section.split-image .img {
  width: 60%; }

section.split-image .checks {
  columns: 2;
  padding-left: 1em;
  font-size: .9em;
  font-weight: 600; }
  section.split-image .checks li {
    margin-bottom: .5em;
    line-height: 1.5; }

section.split-image img {
  box-sizing: border-box;
  border: 8px solid #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
  section.split-image img + .cap {
    margin-top: 2em; }

.single-seminars .split-image .flex {
  flex-direction: row-reverse; }

#ss-callout {
  display: none; }
  #ss-callout a {
    display: block;
    padding: 0 100px 0 130px;
    box-sizing: border-box;
    position: relative;
    background-color: #24384c;
    font-size: .9em; }
  #ss-callout .content {
    padding: 1em;
    color: rgba(255, 255, 255, 0.8); }
    #ss-callout .content strong {
      color: #ef5008; }
  #ss-callout img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px; }
  #ss-callout .bluebutton {
    position: absolute;
    width: 75px;
    padding: 0;
    height: 26px;
    line-height: 26px;
    right: 1em;
    top: 50%;
    margin-top: -13px; }

#virtual-pdf {
  position: relative;
  background-color: #0B8ECC;
  margin: 1em auto 0;
  padding: 1em 1.5em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  box-sizing: border-box;
  max-width: 480px; }
  #virtual-pdf img {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(-5deg);
    position: absolute;
    top: 1em;
    left: 20px; }
  #virtual-pdf .content {
    padding-left: 110px;
    font-size: .85em;
    color: #fff;
    line-height: 1.5; }
    #virtual-pdf .content strong {
      color: #FFCC00; }

#wsp-virtual-training .float-r > img {
  margin: 0 auto;
  max-width: 500px;
  width: 100%; }

#wsp-virtual-training .col-6 > img {
  max-width: 480px; }

.learn-more-overlay {
  background-color: #fff;
  height: 80px;
  margin-top: -80px;
  margin-bottom: -80px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-top: 1em; }

.banner-virtual {
  background-color: #eef7fb;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 1.5em 2em 1.5em 7em;
  position: relative;
  margin-bottom: 3em;
  margin-top: -2em;
  box-sizing: border-box;
  border-left: 8px solid #0B8ECC;
  font-size: .9em;
  font-weight: 600; }
  .banner-virtual ul {
    list-style: disc;
    margin-left: 1.25em;
    max-width: 650px; }
  .banner-virtual strong {
    font-weight: 600 !important; }
  .banner-virtual li:last-child {
    margin-bottom: 0; }
  .banner-virtual h5 {
    margin-top: 0;
    color: #0B8ECC;
    font-weight: 600;
    padding-bottom: .35em;
    display: block; }
  .banner-virtual img {
    position: absolute;
    width: 4.5em;
    top: 1em;
    left: 1em; }
  .banner-virtual.university img {
    width: 6em;
    top: .5em;
    left: 1.25em; }
  .banner-virtual.university ul {
    margin-left: 0;
    list-style: none; }

.page-template-page-boot-camps .banner-virtual {
  max-width: 1050px;
  margin: 2em auto 3em !important;
  font-size: .9em;
  padding-left: 7em; }
  .page-template-page-boot-camps .banner-virtual img {
    width: 5em; }

#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: 3em;
    margin-bottom: .45em;
    font-weight: 600; }
    .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;
    font-size: 1.1em; }
    .bootcamp-title .summary .additional {
      margin-top: 1em;
      color: #FFCC00; }
    .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;
    color: #fa824c !important;
    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"); }

@media screen and (min-width: 1150px) {
  .bootcamp-title.modeling-13-week-cf {
    background-position: center -4em; } }

.single-seminars #main-content {
  margin: 2em auto;
  max-width: 1050px;
  padding: 1em 0 2em;
  background-color: #fff; }
  .single-seminars #main-content > section {
    background-color: #fff;
    padding: 2em 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 90%;
    max-width: 960px; }
    .single-seminars #main-content > section.blue-back {
      background-color: #0B8ECC;
      margin-top: 2em;
      padding: 2em; }
    .single-seminars #main-content > section#boot-camp-agenda + .blue-back {
      margin-top: 0; }
    .single-seminars #main-content > section:after {
      display: none; }
    .single-seminars #main-content > section h2 {
      text-align: center;
      padding-left: 0;
      width: auto;
      font-size: 2em;
      font-weight: 500;
      letter-spacing: -1px;
      padding-bottom: 1em;
      margin-bottom: 0; }
    .single-seminars #main-content > section:first-child h2 {
      padding-top: 0; }
  .single-seminars #main-content .bg-lt-blue {
    background-color: #edf4f8;
    display: block;
    padding: 2em;
    margin: -1em auto; }
  .single-seminars #main-content > section.blue-back {
    background-color: #0B8ECC; }

.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; }

.single-seminars #seminar-pricing h2 + p,
.single-seminars #summary-agenda h2 + p,
.single-wsp_boot_camps #seminar-pricing h2 + p,
.single-wsp_boot_camps #summary-agenda h2 + p {
  margin-top: -.5em;
  padding-bottom: .75em;
  font-size: .9em; }

#bc-intro + #seminar-pricing {
  position: static; }

#bc-intro + #seminar-pricing,
#seminar-pricing + #summary-agenda {
  padding-top: 1.5em !important; }

#bc-intro .content {
  padding-right: 330px; }
  #bc-intro .content p {
    margin-bottom: 1em; }
    #bc-intro .content p:last-child, #bc-intro .content p:last-of-type {
      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 p a {
  color: #ef5008;
  font-weight: 500 !important; }

#boot-camp-overview .entry h6 {
  color: #0B8ECC; }

#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 td {
  vertical-align: top;
  padding: 1.25em 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: #edf4f8; }

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 ul + strong {
  margin-top: 1.5em; }

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: #eafaf2;
  padding: .85em 0;
  border-bottom: 1px solid #d5e3dc; }
  .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-price .glyphicon-piggy-bank {
    color: #22B783;
    font-size: .7em;
    margin-right: .5em; }

.pricing-table-button {
  width: 20%; }
  .pricing-table-button a,
  .pricing-table-button button {
    padding-top: .5em;
    padding-bottom: .5em; }

.pricing-table + .earlybird {
  margin-top: .75em; }

#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 .bg-lt-blue {
  margin-bottom: 1em !important; }

#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: .5em;
  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; }

.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 {
  margin: 0 auto;
  max-width: 200px; }

.single-seminars #who-for ul {
  margin-bottom: -.5em; }

.single-seminars #who-for li {
  margin-bottom: .5em; }

.single-seminars .notice {
  top: 0;
  margin-bottom: 1em; }

@media screen and (max-width: 1200px) {
  /*
	section.split-image {
		
		.img {
			width: 50%;
		}
		
		.cap .checks {
			columns: 1;
			padding-left: 0;
		}
		
		.content {
			width: 50%;
		}
		
	}
*/ }

@media screen and (max-width: 1100px) {
  /*
	section.split-image {
		
		.img {
			width: 45%;
		}
		
		.content {
			width: 55%;
		}

	}
*/
  #bc-intro > .content {
    padding-right: 0; }
  #boot-camp-overview .bc-highlights,
  #bc-intro .bc-highlights {
    margin-left: 2em !important;
    margin-bottom: 1em; } }

@media screen and (max-width: 1000px) {
  section.split-image .flex {
    display: block; }
  section.split-image .img {
    width: auto;
    max-width: 600px;
    margin: 0 auto 2em; }
  section.split-image .cap {
    display: none; }
  section.split-image .content {
    width: auto;
    margin-right: 0; }
  #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 #who-for ul {
    text-align: center;
    list-style-position: inside; }
  .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;
      border-bottom: none !important; }
    table#schedule td[scope="row"] {
      padding-top: 1.5em;
      padding-bottom: .5em; }
    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; }
    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: 900px) {
  .page-template-page-boot-camps .unlimited {
    max-width: 630px; } }

@media screen and (max-width: 800px) {
  .single-seminars #affixnav,
  .single-seminars #partner-badge {
    display: none !important; }
  .single-seminars #main-content > section {
    padding-left: 0;
    padding-right: 0;
    width: auto; }
    .single-seminars #main-content > section:first-child {
      padding-top: 0; }
    .single-seminars #main-content > section.blue-back {
      padding-left: 2em !important;
      padding-right: 2em !important; }
    .single-seminars #main-content > section h2 {
      font-size: 1.75em; }
  .single-seminars #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) {
  #virtual-callout-container {
    display: none; }
  .bootcamp-title {
    padding: 2em 0 1.5em; }
    .bootcamp-title .summary,
    .bootcamp-title .buttoncontain {
      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: .75em 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) {
  .unlimited {
    padding: 1em 2em; }
    .unlimited img {
      margin: 0 auto 1em;
      position: static; }
    .unlimited.university {
      text-align: center; }
  .banner-virtual {
    padding: 2em; }
    .banner-virtual img {
      display: none; }
  .page-template-page-boot-camps .unlimited {
    padding-left: 2em;
    max-width: 400px; }
  #bc-intro .bc-highlights,
  #boot-camp-overview .bc-highlights {
    width: 100%;
    float: none;
    margin: 0 auto 2em !important;
    clear: both;
    max-width: 400px; }
  #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; }
  #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; } }

.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; } }

#mobile-course-downloads {
  padding: 1em 0 0;
  margin-bottom: -1em;
  display: none;
  z-index: 100;
  background-color: black;
  margin-bottom: 0;
  padding-bottom: 1.5em;
  padding-top: 0;
  margin-top: -1em; }
  #mobile-course-downloads .bluebutton {
    padding: 0;
    font-size: .75em;
    width: 175px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: .5em;
    position: relative; }
    #mobile-course-downloads .bluebutton .glyphicon {
      display: inline;
      top: 2px; }

.single-wsp_course aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px; }

.single-wsp_course .overview,
.single-wsp_course .syllabus {
  box-sizing: border-box;
  padding-right: calc(280px + 1.5em); }

.single-wsp_course .wsp-course-note {
  box-sizing: border-box;
  margin-right: calc(280px + 1.5em); }

.wsp-course-note {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
  line-height: 1.6;
  color: #303030; }
  .wsp-course-note.border {
    border: 1em solid #fff; }
  .wsp-course-note .content {
    font-size: .9em; }
    .wsp-course-note .content a {
      text-decoration: underline; }
  .wsp-course-note p {
    display: inline; }
  .wsp-course-note .glyphicon {
    color: #22B783;
    font-size: 1.5em;
    padding-left: .5em; }
  .wsp-course-note strong {
    font-weight: 800 !important; }
  .wsp-course-note img {
    width: 75px;
    margin-right: 1.5em; }

.single-wsp_course .wsp-caps {
  font-size: .75em;
  font-weight: 700; }

.single-wsp_course .book-only .overview {
  width: auto; }

.single-wsp_course #coursecontent .wsp-caps {
  color: #0B8ECC; }

.single-wsp_course .dl {
  display: flex;
  position: relative;
  box-sizing: border-box;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.3;
  padding: 1.25em 0;
  align-items: center;
  color: #303030; }
  .single-wsp_course .dl.disabled {
    cursor: not-allowed;
    opacity: .5; }
  .single-wsp_course .dl:not(:last-child) {
    border-bottom: 1px solid #e5e5e5; }
  .single-wsp_course .dl:last-child {
    padding-bottom: .5em; }
  .single-wsp_course .dl strong {
    display: block;
    opacity: .35;
    font-weight: 800 !important; }
  .single-wsp_course .dl img {
    width: 50px;
    padding-right: 1em; }

.course-docs {
  padding-top: 1em; }
  .course-docs a {
    text-decoration: underline;
    font-size: .75em;
    text-transform: uppercase;
    padding-right: 1em;
    opacity: .75; }

.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::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), black 100%);
    opacity: 1; }
  #coursesummary .overview * {
    color: #fff; }
  #coursesummary .excerpt-summary {
    display: none; }
  #coursesummary .more,
  #coursesummary .less {
    color: #0B8ECC;
    cursor: pointer;
    font-size: .85em;
    font-weight: 600; }
  #coursesummary .less {
    display: none; }
  #coursesummary p {
    font-size: .95em;
    padding-right: 1.5em; }
  #coursesummary .full-summary p,
  #coursesummary .excerpt-summary p {
    display: inline; }
  #coursesummary .updated {
    text-transform: uppercase;
    font-size: .55em;
    padding: .15em .5em;
    background-color: rgba(40, 210, 97, 0.63);
    position: relative;
    top: -2px;
    margin-right: 2px;
    font-weight: 600; }
  #coursesummary h2 {
    clear: none;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0.25em 0 0.1em; }
  #coursesummary aside {
    padding-top: 3em; }
  #coursesummary .bluebutton {
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1em;
    position: relative;
    font-size: .8em;
    background-color: #0075ae; }
    #coursesummary .bluebutton .content {
      text-align: center;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      margin-left: 60px;
      padding-right: 1em;
      background-color: #0B8ECC;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    #coursesummary .bluebutton img,
    #coursesummary .bluebutton .glyphicon {
      position: absolute;
      height: 20px;
      left: 16px;
      top: 10px; }
    #coursesummary .bluebutton .glyphicon {
      font-size: 20px;
      left: 19px; }
  #coursesummary .prog-contain {
    color: #fff; }
    #coursesummary .prog-contain .wsp-caps {
      padding-top: .5em;
      -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; }
  #coursesummary .play {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(12, 141, 204, 0.6);
    -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; }
    #coursesummary .play:hover {
      transform: translate(4px, 0); }
      #coursesummary .play:hover + .wsp-caps {
        transform: translate(4px, 0); }
    #coursesummary .play .icon {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 30px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -10px; }

.progressbar-container {
  margin-top: 2em;
  max-width: 700px; }
  .progressbar-container .wsp-caps {
    font-size: .6em !important;
    padding-top: .5em; }
  .progressbar-container .ui-progressbar.ui-widget-content .ui-widget-header {
    background-color: #0B8ECC;
    border-color: #0B8ECC; }

#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; }

.coursenav img {
  width: 20px;
  display: inline-block;
  top: 5px;
  padding-right: 5px;
  position: relative; }

.glyphicon-share-alt {
  transform: scaleX(-1);
  font-size: .8em;
  top: 2px; }

.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.0em;
  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 {
	
	&:first-child {
		margin-top: 1em;
	}
	
	margin-bottom: 1em;
}

.downloadpack {
	padding: 1em 0;
	position: relative;
	overflow: hidden;
	@include clearfix;
	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;	
	
	&:hover {
		background: rgba(255, 255, 255, 0.2);
	}
		
	* {
		z-index: 1;
	}
	
	img {
		width: 35%;
		margin: 0;
		padding: 0 1em;
		float: left; 
	}
	
	.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; 
	
		span {
			color: rgba(255, 255, 255, 0.9);
			background: rgba(0, 0, 0, 0.15);
// 			border: 1px solid rgba(0, 0, 0, 0.12);
// 			box-shadow: 0 1px rgba(255, 255, 255, 0.25);
			padding: .4em 1em .3em 1em;
			display: inline-block;
		}
	}	
	
	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;	
	}
	
	.dlnow {
	    font-size: 1em;
	    top: 5px;
	    color: rgba(255,255,255,.3);
	    font-weight: 500;		
	
		.glyphicon {
			font-size: .85em;
			padding-right: .15em;
		}
	}
	
	.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;
	
	a {
		padding-top: 3em;
		padding-bottom: 2em;
	}
	
	.downloadpack img {
		width: 50%;
		float: none;
		margin: 0 auto 1em;
		max-width: 120px;
	}	
}
*/
#coursecontent {
  margin-top: 2em; }

.syllabus {
  display: block;
  position: relative;
  z-index: 50;
  /*
	.time {
		margin-right: 0em;
		font-size: .75em; 
	}
*/ }
  .syllabus .chapter-block {
    margin: 2em 0 0 0;
    line-height: 1.3; }
    .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: #e5e8e9;
    border-top: 1px solid #e8eaec;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 1.5em; }
  .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: 60px;
    line-height: 60px; }
    .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: 60px; }
  .syllabus .lesson-title {
    display: block;
    width: 70%;
    padding-left: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: .95em; }
  .syllabus .lessonnumb {
    border: 1px solid #d5d5d5;
    color: #0B8ECC;
    font-size: 1em;
    font-weight: 600;
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 14px;
    left: 1em;
    position: absolute !important;
    top: 16px;
    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;
    color: #0B8ECC; }
  .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: 50%;
    margin-top: -.2em;
    line-height: 1; }
  .syllabus .vid-dl {
    color: #303030;
    right: 1.5em;
    margin-top: -.35em;
    z-index: 2; }
    .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 aside {
  margin-bottom: 0; }
  .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;
    min-height: 50px; }
  .single-wsp_course aside .instructor .wsp-caps {
    padding-bottom: .5em;
    line-height: 1; }
  .single-wsp_course aside .instructor .title {
    font-weight: 600;
    font-size: .9em;
    line-height: 1.2; }

.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 h4 {
  margin-top: -.5em; }

@media screen and (max-width: 1100px) {
  #mobile-course-downloads {
    display: block; }
  .single-wsp_course .wsp-course-note {
    margin-right: 0; }
  .single-wsp_course .overview,
  .single-wsp_course .syllabus {
    padding-right: 0; }
  .single-wsp_course aside {
    display: none !important; }
  .single-wsp_course #coursecontent {
    display: block; }
    .single-wsp_course #coursecontent .downloads {
      display: none; }
    .single-wsp_course #coursecontent .syllabus,
    .single-wsp_course #coursecontent aside {
      width: auto; } }

/*
@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;
	}	
	
	.single-wsp_course .content-wrap {
		width: 90%;
		max-width: none;
	}
}
*/
/*
@media screen and (max-width: 800px) {
	
	.single-wsp_course #coursesummary aside {
		display: none !important;
	}
}
*/
@media screen and (max-width: 700px) {
  #mobile-course-downloads .bluebutton {
    display: block;
    margin-bottom: .75em;
    width: auto;
    max-width: 250px; }
  .single-wsp_course .wsp-course-note {
    margin: 0;
    display: block;
    border: none !important; }
    .single-wsp_course .wsp-course-note img {
      width: 40px;
      margin-right: 1em;
      float: left;
      position: relative;
      top: .35em; }
  .progressbar-container {
    display: none; }
  #coursesummary .full-summary {
    display: none; }
  #coursesummary .excerpt-summary {
    display: block; }
  #coursesummary.full-summary .excerpt-summary {
    display: none; }
  #coursesummary.full-summary .full-summary {
    display: block; }
  #coursesummary.full-summary .less {
    display: inline; }
  .course-group-message {
    display: none; }
  #coursecontent.content-wrap,
  #coursesummary .content-wrap,
  #mobile-course-downloads .content-wrap {
    width: auto;
    margin: 0;
    padding-bottom: 0; }
  #coursesummary .content-wrap,
  #mobile-course-downloads .content-wrap {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .single-wsp_course aside {
    display: none; }
  .single-wsp_course .syllabus {
    font-size: .9em;
    /*
		.glyphicon-ok-sign {
			right: 3em;
			top: 2em;
		}
*/
    /*
		.lesson-title {
			width: auto;
			overflow: visible;
			white-space: normal;
			padding-right: 3.5em;
			line-height: 1.4;
			padding-left: 0;
		}
*/
    /*
		.chapter-name,
		.lesson-block {
			padding-top: 1.25em;
			padding-bottom: 1.25em;
		}
*/
    /*
		.lesson-block {
			
			line-height: normal;
			height: auto;
	
			> a.to-lesson {
				display: table;
				height: auto;
				
				.lesson-title,
				.lessonnumb {
					display: table-cell;
					vertical-align: middle;
				}
				
				.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 .syllabus #the-comments {
      padding: 2em; }
    .single-wsp_course .syllabus .chapter-name {
      font-size: .95em; }
    .single-wsp_course .syllabus .chapter-block {
      margin-top: 0; }
    .single-wsp_course .syllabus .vidtime,
    .single-wsp_course .syllabus .quizquestions {
      display: none; }
    .single-wsp_course .syllabus .lesson-title {
      padding-left: 1.5em; }
    .single-wsp_course .syllabus .lessonnumb {
      display: none; }
  /*
	.single-wsp_course #course-progress {
		
		border-radius: 0;
		border-bottom: none;
		
		.greenbutton {
			width: 150px;
		}
		
		.container:not(.no-prog-data) {
			padding-right: 170px;
		}
		
		+ .syllabus {
			margin-top: 0;
		}
	}
*/
  /*
	#button-resume {
		width: 270px;
		
		span {
			display: none;
		}
		
		strong {
			font-weight: 500 !important;
		}
	}
*/ }

.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; }

#prev-version-overaly {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(55, 58, 61, 0.94);
  z-index: 10000; }
  #prev-version-overaly .content {
    max-width: 560px;
    width: 90%;
    margin: 3em auto 0;
    background-color: #fff;
    box-sizing: border-box;
    font-size: .95em;
    border-radius: 6px; }
    #prev-version-overaly .content p {
      padding: 1em 2em; }
      #prev-version-overaly .content p + p {
        padding-top: 0; }
    #prev-version-overaly .content h4 {
      font-weight: 700;
      margin-top: 0;
      font-size: 1.5em;
      font-weight: 400;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      padding: .75em 1em;
      background-color: #fbfbfb;
      border-bottom: 1px solid #f4f4f4;
      text-align: center; }

/*------------------------------
----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,
.single-wsp_course #page-loader {
  background-color: #f5f5f5;
  text-align: center;
  position: fixed; }
  .single-wsp_lesson #page-loader > div,
  .single-wsp_course #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,
  .single-wsp_course #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 {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto; }

.article .lesson-max {
  padding: 0 2em; }

@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 > *:not(.tint) {
    z-index: 1;
    position: relative; }
  #lesson-list-header-wrap > .tint {
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9) 100%); }

#course-name {
  line-height: 1.3;
  font-size: 1.1em;
  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.6; }
  #wsp-annotation h6 {
    font-weight: 700;
    padding-bottom: .75em; }
    #wsp-annotation h6 + ul li a {
      text-decoration: underline; }
  #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 .bluebutton {
    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-block;
    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 > a {
    display: inline-block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    padding-right: .5em;
    padding-left: .5em;
    margin-bottom: 1em; }
    #video-complete .button-container > a:first-child {
      margin-right: .75em; }
  #video-complete #stay-here {
    font-size: .75em;
    text-decoration: underline;
    color: #0B8ECC;
    cursor: pointer; }
  #video-complete > .container {
    padding: 0 2em; }
  #video-complete p + .button-container {
    padding-top: 1em; }

#lesson-wrap.complete #video-complete {
  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 .bluebutton {
      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: #0B8ECC !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; } }

#wpProQuiz_60 .wpProQuiz_results .wpProQuiz_header::after {
  content: "You have completed the Accounting exam. Your score will be found on your My Courses page after clicking the button below. A passing score indicates that a representative number of the learning objectives has been achieved, which entitles you to 10 CPE credits. Please email support@wallstreetprep.com to receive your CPE Certificate.";
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 1em auto;
  max-width: 700px; }

.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; } }

.video-intro-sales {
  box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0px 0px 0 1px #dddddd;
  cursor: pointer;
  color: #fff; }
  .video-intro-sales::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5); }
  .video-intro-sales .wsp-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    z-index: 1; }
  .video-intro-sales .bg-vid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#wsp-nasba {
  background-color: #2e3a90;
  color: #fff;
  font-size: .9em; }
  #wsp-nasba .content-wrap {
    box-sizing: border-box;
    padding-left: 100px;
    max-width: 1000px;
    margin-top: 1.5em; }
    #wsp-nasba .content-wrap img {
      position: absolute;
      left: 0; }
  #wsp-nasba img {
    box-sizing: border-box;
    width: 75px;
    border-radius: 50%; }

.included-bonus-trigger {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 2em;
  cursor: pointer;
  color: #ef5008; }

.bonus-course {
  padding: .5em 1em;
  font-size: .9em;
  cursor: pointer; }
  .bonus-course:nth-child(odd) {
    background-color: #eff1f1; }
  .bonus-course .img {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    min-width: 36px !important;
    border-radius: 50%;
    margin-right: 16px;
    -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; }
  .bonus-course .content {
    position: relative;
    padding-left: 66px; }
  .bonus-course .title {
    font-weight: 600; }
  .bonus-course .header {
    display: flex;
    align-items: center;
    line-height: 1.4;
    position: relative;
    padding-right: 3em; }
  .bonus-course .summary {
    max-height: 0;
    overflow: hidden;
    font-size: .9em;
    padding-left: 52px;
    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; }
  .bonus-course .trigger {
    font-size: .65em;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    color: #0B8ECC; }
  .bonus-course .trigger:before {
    font-family: "Glyphicons Halflings";
    content: "\e114"; }
  .bonus-course.active .summary {
    max-height: 1000px;
    padding-top: 1em;
    padding-bottom: 1em; }
  .bonus-course.active .trigger:before {
    font-family: "Glyphicons Halflings";
    content: "\e113"; }

#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; }

section.max-w-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;
  padding-bottom: 100px !important; }
  section.max-w-more > .more-grad {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 150px;
    background: linear-gradient(to top, #eff1f1 40%, transparent 90%);
    z-index: 1000;
    text-align: center; }
    section.max-w-more > .more-grad .view {
      color: #0B8ECC;
      text-decoration: underline;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      cursor: pointer; }
    section.max-w-more > .more-grad .view-less {
      display: none; }
  section.max-w-more.nomax {
    max-height: none !important; }
    section.max-w-more.nomax .more-grad {
      background: none; }
    section.max-w-more.nomax > .more-grad .view-less {
      display: block; }
    section.max-w-more.nomax > .more-grad .view-more {
      display: none; }

section.max-h-600 {
  max-height: 600px;
  overflow: hidden; }

section.filler-quote-container {
  margin-top: -1.5em;
  padding-bottom: 2em; }

#course-syllabus {
  background-color: #eff1f1; }
  #course-syllabus + #the-reviews {
    background-color: #0B8ECC;
    background-image: url(https://wspimage.s3.amazonaws.com/banner-self-study-2015.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; }
    #course-syllabus + #the-reviews h2 {
      color: #fff; }
    #course-syllabus + #the-reviews::before {
      content: "";
      background-color: #0f7984;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .93; }
  #course-syllabus .syllabus .lesson-title,
  #course-syllabus .syllabus .quizquestions,
  #course-syllabus .syllabus .vidtime {
    line-height: 50px; }
  #course-syllabus .syllabus .lesson-title {
    width: auto;
    padding-right: 6em;
    padding-left: 3.5em; }
  #course-syllabus .syllabus .vidtime,
  #course-syllabus .syllabus .quizquestions {
    right: 4em; }
  #course-syllabus .chapter-name .wsp-caps {
    font-size: .75em;
    font-weight: 600; }
  #course-syllabus .content-wrap {
    max-width: 1000px; }
  #course-syllabus .lesson-block {
    cursor: default;
    height: 50px; }
  #course-syllabus .lessonnumb {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 14px;
    top: 12px;
    font-size: .9em; }
  #course-syllabus .lesson-block:hover {
    background-color: #fff; }

#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 .has-icon {
  list-style: none;
  margin-left: -1.2em;
  margin-top: 2em;
  position: relative;
  padding-left: 90px; }
  #overview-w-clipboard .has-icon img {
    width: 75px;
    position: absolute;
    left: 0; }

#hero-list {
  padding-top: 3em !important;
  text-align: center;
  background-color: #f5f7f9; }
  #hero-list strong {
    display: block;
    color: #0B8ECC;
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 auto .75em;
    font-weight: 600 !important; }
  #hero-list ul {
    display: flex;
    justify-content: space-between; }
  #hero-list li {
    max-width: 360px;
    padding: 0 1em;
    box-sizing: border-box; }
    #hero-list li > a {
      white-space: nowrap;
      color: #0B8ECC;
      text-decoration: underline; }
  #hero-list img {
    height: 50px;
    display: inline-block;
    margin-bottom: .5em; }

#overview-w-clipboard.clipboard-large .clipboard {
  width: 400px;
  margin-bottom: 1.5em; }

#overview-w-clipboard.clipboard-large .content {
  padding-right: 420px; }

#overview-w-clipboard.clipboard-extralarge .clipboard {
  width: 450px;
  margin-bottom: 0; }

#overview-w-clipboard.clipboard-extralarge .content {
  padding-right: 470px; }

#who-for h2 + p {
  margin-bottom: 2em; }

section.bg-img-checklist {
  padding: 5em 0 !important; }
  section.bg-img-checklist::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .75; }
  section.bg-img-checklist .content-wrap * {
    color: #fff; }
  section.bg-img-checklist .content-wrap li > .glyphicon {
    color: #22B783; }
  section.bg-img-checklist .content-wrap p {
    text-align: center !important;
    margin: 0 auto 2em; }
  section.bg-img-checklist .content-wrap ul {
    columns: 2;
    margin: 0 auto !important;
    display: block; }

#learn-2-part,
#learn-3-part {
  padding: 4em 0 !important; }
  #learn-2-part::before,
  #learn-3-part::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0e8480;
    opacity: .9; }
  #learn-2-part strong,
  #learn-3-part strong {
    color: #83fffb;
    display: block;
    padding-bottom: .5em; }
  #learn-2-part ul,
  #learn-3-part ul {
    list-style: disc;
    margin-left: 1.25em; }
  #learn-2-part .column,
  #learn-3-part .column {
    width: 50%;
    padding: 0 1em; }

#used-at:not(.tinted) {
  background-color: #1EAAA5 !important;
  padding: 4em 0 !important; }
  #used-at:not(.tinted) p:first-child {
    font-size: 1.5em; }
  #used-at:not(.tinted) img {
    margin-top: 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; }

.img-shadow img {
  box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5);
  box-sizing: border-box;
  border: 8px solid #fff; }

#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::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  #sales-header * {
    color: #fff; }
  #sales-header .content-wrap {
    position: relative;
    z-index: 2; }
  #sales-header .tagline {
    color: #FFCC00;
    color: #3fc0fd;
    font-weight: 500;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: -1.5em 0 1.2em; }
    #sales-header .tagline .icon {
      width: 20px;
      margin-right: 4px;
      display: inline;
      position: relative;
      top: .25em; }
  #sales-header h1 {
    font-size: 2.75em;
    font-weight: 600;
    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.max-900 {
      max-width: 875px; }
    #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: #ef5008;
      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 3em; }
    #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; }

#the-salespitch .content {
  flex: 1;
  padding-right: 3em; }

#the-salespitch .sidebar {
  flex: 0 0 300px;
  box-sizing: border-box;
  background-color: #fbfbfb;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  padding: 1em 1.5em;
  text-align: center;
  font-size: .9em;
  font-weight: 600; }
  #the-salespitch .sidebar img {
    width: 60px;
    margin: 0 auto 1em; }
  #the-salespitch .sidebar .orange {
    display: block; }

.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; }

.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;
  background-color: #f5f7f9; }

.sales-list {
  margin-left: 0 !important;
  list-style: none !important; }
  .sales-list br {
    display: none; }
  .sales-list > li {
    padding-left: 6.5em;
    position: relative;
    margin-bottom: 2em; }
  .sales-list img {
    width: 4.5em;
    position: absolute;
    left: 0; }

.included-courses {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  .included-courses p {
    display: inline; }
  .included-courses .included-course-popup,
  .included-courses [data-toggle="modal"] {
    color: #0B8ECC;
    text-decoration: underline;
    cursor: pointer; }
  .included-courses > li {
    margin-bottom: 1em;
    padding-left: 12em;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5em;
    box-sizing: border-box; }
    .included-courses > li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .included-courses > li:last-child {
      margin-bottom: 0; }
  .included-courses .content {
    padding-left: 14em; }
    .included-courses .content h4 {
      font-size: 1.15em;
      font-weight: 700;
      margin-bottom: .25em;
      position: relative;
      margin-top: 0; }
  .included-courses img {
    float: left;
    top: 0;
    width: 12.5em;
    margin-left: 0; }
  .included-courses .modal p {
    display: inline-block; }

.included-courses-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }
  .included-courses-tiles > li {
    width: 32%;
    box-sizing: border-box;
    padding: 2em 2em 3em;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    font-size: .95em;
    margin-bottom: 1em;
    text-align: center;
    position: relative; }
  .included-courses-tiles .included-course-popup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    text-decoration: underline;
    color: #0B8ECC;
    cursor: pointer; }
  .included-courses-tiles img {
    margin: 0 auto;
    width: 90%;
    max-width: 200px; }
  .included-courses-tiles .content > h4 {
    font-weight: 700;
    font-size: 1.1em;
    padding-bottom: .5em;
    margin: 1em auto 0;
    max-width: 275px;
    line-height: 1.4; }
  .included-courses-tiles .modal-body.entry {
    text-align: left; }

.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-intro-sales {
    margin-bottom: 2em; }
  #learn-2-part .content-wrap,
  #learn-3-part .content-wrap {
    max-width: 600px;
    display: block !important; }
  #learn-2-part .column,
  #learn-3-part .column {
    width: auto;
    margin-bottom: 1em; }
    #learn-2-part .column + .column,
    #learn-3-part .column + .column {
      margin-top: 2em; }
  #video-samples .content-wrap {
    max-width: 800px !important; }
  #video-samples .video-sample {
    width: 50%; }
  #video-samples .content-wrap {
    max-width: 800px; }
  #the-salespitch .col-center.flex {
    max-width: 600px; }
  #the-salespitch .content {
    padding-right: 0; }
    #the-salespitch .content + .sidebar {
      margin: 2em 0 -1em; }
  .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; }
  #accordion-syllabus img {
    display: none; } }

@media screen and (max-width: 900px) {
  .included-courses-tiles > li {
    width: 48.5%; }
  .included-courses-tiles h4 {
    font-weight: 600; }
  .included-courses-tiles .content p {
    display: none; } }

@media screen and (max-width: 800px) {
  #course-syllabus .syllabus {
    font-size: 90%; }
    #course-syllabus .syllabus .vidtime,
    #course-syllabus .syllabus .quizquestions {
      right: 1.5em; }
    #course-syllabus .syllabus .quiztag {
      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) {
  #wsp-nasba .content-wrap {
    padding-left: 0; }
  #wsp-nasba > img {
    margin-top: 0; }
  #overview-w-clipboard h2 {
    line-height: 1.25em; }
    #overview-w-clipboard h2 br {
      display: none; }
  .bg-img-checklist ul {
    columns: 1 !important; }
  .sales-list img {
    position: relative;
    margin: 0 auto 1em auto; }
  .sales-list > li {
    padding-left: 0;
    text-align: center; }
  .included-courses .content {
    padding-left: 0;
    text-align: center; }
  .included-courses 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) {
  #included-bonus-courses .modal-body {
    padding: 1em; }
  #included-bonus-courses .modal-header {
    margin-bottom: 0;
    font-weight: 600; }
  .bonus-course .title {
    font-size: .9em; }
  #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: 600px) {
  .included-courses-tiles {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; }
    .included-courses-tiles > li {
      width: 100%; } }

.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; }
  #iprepModal .modal-dialog {
    max-width: 500px; }
  #iprepModal .content {
    float: none;
    width: auto; }
  #iprepModal .img-frame {
    display: none; }
  #iprepModal .price,
  #iprepModal .greenbutton {
    display: none; }
  #iprepModal .button-container {
    text-align: center; }
  #iprepModal .bluebutton {
    width: 90% !important;
    max-width: 200px !important; } }

@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; }

.conforange {
  color: #ea3f30;
  font-weight: 800; }

#speaker-modals .bg-img-cover {
  width: 200px;
  float: left; }

#speaker-modals .content {
  padding-left: 230px;
  font-size: .9em; }

#speaker-modals h4 {
  font-size: 1.2em; }

.page-template-page_skillsconf footer {
  background-color: black; }

.page-template-page_skillsconf .banner {
  padding: 0; }
  .page-template-page_skillsconf .banner h1 {
    text-transform: uppercase;
    font-size: 5.5em;
    line-height: .9;
    font-weight: 800;
    letter-spacing: -2px;
    display: none; }
    .page-template-page_skillsconf .banner h1 strong {
      font-weight: 800 !important;
      display: block; }
    .page-template-page_skillsconf .banner h1 span {
      color: #ff5041; }
  .page-template-page_skillsconf .banner .date {
    font-size: 1.5em;
    font-weight: 600;
    padding-top: .5em; }
  .page-template-page_skillsconf .banner .event-description {
    padding: 1em 0;
    font-size: 1em;
    position: relative;
    top: -1em;
    line-height: 1.4; }
  .page-template-page_skillsconf .banner.banner-tint::after {
    background-color: #0c1d3a;
    opacity: .9;
    background: linear-gradient(45deg, #031128 50%, #23639a 100%); }
  .page-template-page_skillsconf .banner .outlinebutton {
    height: 40px;
    line-height: 40px;
    width: 250px;
    display: inline-block;
    margin: 0 .5em;
    font-size: .9em; }
    .page-template-page_skillsconf .banner .outlinebutton:last-child, .page-template-page_skillsconf .banner .outlinebutton:hover {
      background-color: rgba(47, 98, 193, 0.5); }

.page-template-page_skillsconf #client-roll {
  background: #f1f3f9; }
  .page-template-page_skillsconf #client-roll #logo-roll-img {
    background-size: 900px; }
  .page-template-page_skillsconf #client-roll h2 {
    color: #303030;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -1px; }
    .page-template-page_skillsconf #client-roll h2 span {
      color: #23639a; }
  .page-template-page_skillsconf #client-roll .content {
    position: relative;
    z-index: 100;
    padding: 5em 0; }

.page-template-page_skillsconf #logo-roll-img {
  opacity: .17;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-client-logo-roll-IB.png); }

.page-template-page_skillsconf h2 {
  font-weight: 800 !important; }

.page-template-page_skillsconf section > .content-wrap {
  max-width: 1100px; }

#enroll-1 {
  background-image: url(https://s3.amazonaws.com/wspimage/wsp-bg-strip-buildings.jpg);
  background-size: cover;
  background-color: #0674a9;
  color: #fff; }
  #enroll-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0674a9;
    opacity: .95;
    z-index: 500; }
  #enroll-1 .content-wrap {
    z-index: 501; }
  #enroll-1 .outlinebutton {
    background-color: #ea3f30 !important; }
  #enroll-1 .outlinebutton.fixed {
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 400;
    color: #fff;
    width: 180px !important;
    padding: 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: none;
    font-size: 1em; }
    #enroll-1 .outlinebutton.fixed.active {
      display: block; }
  #enroll-1 h2 {
    text-align: left !important; }
  #enroll-1 .flex > p {
    color: #FFCC00;
    padding-left: 1em;
    font-weight: 600; }
    #enroll-1 .flex > p span {
      color: #fff;
      padding: 0 .5em; }
  #enroll-1 p {
    text-align: left !important; }
    #enroll-1 p a {
      color: #74e1ff;
      text-decoration: underline; }
  #enroll-1 .flex {
    align-items: baseline;
    position: relative; }
  #enroll-1 .register {
    font-size: 1.5em; }
  #enroll-1 .outlinebutton {
    color: #fff;
    padding: 0 3em;
    font-size: .8em;
    margin-left: 1em;
    background-color: rgba(0, 0, 0, 0.2); }

.page-template-page_skillsconf .banner video,
#event-video video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

video.full-bg-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#event-video {
  position: relative;
  overflow: hidden;
  color: #fff; }
  #event-video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #031128 50%, #23639a 100%);
    opacity: .88;
    z-index: 100; }
  #event-video .content-wrap {
    z-index: 101; }
  #event-video .entry {
    background-color: #fff;
    color: #303030;
    padding: 2em;
    margin: 0 .5em;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    font-size: .9em;
    border-top: 6px solid #23639a; }
  #event-video h4 {
    font-size: 1.1em;
    line-height: 1.4;
    padding-bottom: .5em; }
  #event-video h2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  #event-video ul {
    display: flex;
    align-content: space-between;
    align-items: center;
    text-align: center;
    margin: 1em auto 2em; }
    #event-video ul li {
      display: block;
      padding: 1em;
      line-height: 1.4;
      width: 25%;
      box-sizing: border-box;
      font-weight: 600;
      color: #fff; }
    #event-video ul .glyphicon {
      font-size: 1.25em;
      padding-bottom: .5em;
      color: #ea3f30; }

.blue-geo-bg {
  background-color: #0B8ECC;
  position: relative; }
  .blue-geo-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(https://s3.amazonaws.com/wspimage/bg-geo-seamless-blue.png);
    background-size: 300px;
    opacity: .45; }

.outlinebutton {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  border: 1px solid #fff;
  border-radius: 30px; }

#event-strip {
  font-size: 1.25em;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  padding: 2em 0;
  background-color: black !important;
  color: #fff; }
  #event-strip .content-wrap {
    max-width: 1100px; }
  #event-strip .space-between > div {
    max-width: 360px;
    border-right: 3px solid #ea3f30;
    padding: 0 1em; }
    #event-strip .space-between > div:last-child {
      border-right: 0; }

#event-strip,
#event-format {
  background-color: #f1f3f9; }

#event-overview h2,
#event-format h2,
section.enroll h2 {
  font-size: 2.75em !important;
  letter-spacing: -1px; }

#event-overview,
#event-format {
  padding: 4em 0; }
  #event-overview h2,
  #event-format h2 {
    margin-bottom: .5em; }
  #event-overview .entry p,
  #event-format .entry p {
    margin-bottom: .5em; }
  #event-overview p.strong,
  #event-format p.strong {
    font-size: 1.2em;
    line-height: 1.3;
    color: #23639a;
    font-weight: 700; }

#event-overview h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25em;
  margin-top: 0;
  line-height: 1.1;
  padding-bottom: .5em; }
  #event-overview h4 span {
    color: #23639a; }

#event-overview ul {
  font-weight: 600;
  font-size: .95em; }

#event-overview li {
  line-height: 1.5 !important;
  margin-bottom: .5em;
  position: relative;
  padding-left: 1.5em; }
  #event-overview li .glyphicon {
    position: absolute;
    left: 0;
    top: .25em;
    color: #ea3f30; }

#event-overview #snapshot img {
  margin: -1em auto 1em;
  max-width: 200px;
  display: none; }

#event-overview #snapshot .tag {
  color: #23639a; }

#event-overview #snapshot .content {
  background-color: #fff;
  padding: 2em 2.5em;
  position: relative;
  border-top: 4px solid #23639a;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-trainee-looking-model.jpg);
  box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5); }
  #event-overview #snapshot .content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .8; }
  #event-overview #snapshot .content .pad {
    position: relative; }

.img-over-block {
  margin: 0 auto 4em;
  padding: 2em 0;
  max-width: 1160px; }
  .img-over-block:first-child {
    margin-top: 3em; }
  .img-over-block:nth-child(2) .img {
    background-image: url(https://wspimage.s3.amazonaws.com/wsp-adam-camera.jpg) !important;
    background-size: calc(100% + 5em);
    background-position: -5em -6em; }
  .img-over-block video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    max-width: none; }
  .img-over-block .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 68%;
    overflow: hidden;
    box-sizing: border-box;
    border: 8px solid #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
  .img-over-block .entry {
    width: 40%;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 6px solid #23639a;
    padding: 2em;
    position: relative;
    margin: 2em 0;
    min-height: 200px;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
    font-size: .9em; }
    .img-over-block .entry h4 {
      margin-top: 0;
      font-weight: 800;
      font-size: 1.35em;
      line-height: 1.3em;
      margin-bottom: .5em; }
    .img-over-block .entry p,
    .img-over-block .entry li {
      margin-bottom: .5em; }
  .img-over-block:first-child .entry {
    width: 50%; }
  .img-over-block:nth-child(even) .entry {
    margin-left: 60%; }
  .img-over-block:nth-child(even) .img {
    right: auto;
    left: 0; }

#event-format {
  background-color: #f1f3f9;
  background-color: #fff; }
  #event-format .img-whiteborder img {
    box-shadow: 10px 10px 60px -30px rgba(51, 58, 62, 0.5); }
  #event-format .quote {
    margin: 2em auto 0;
    max-width: 1050px;
    padding-left: 150px;
    position: relative;
    box-sizing: border-box; }
    #event-format .quote img {
      width: 130px;
      position: absolute;
      left: 0; }
    #event-format .quote p {
      font-size: 1.5em;
      line-height: 1.3;
      font-weight: 700;
      padding-top: 1em;
      margin: 0 auto; }
      #event-format .quote p span {
        color: #23639a; }

#event-qs {
  background-color: black;
  text-align: center;
  padding: 3em 0;
  color: #fff;
  font-size: .9em; }
  #event-qs .flex {
    flex-wrap: nowrap; }
  #event-qs .flex > div {
    padding: 0 1.5em;
    width: 25%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 500px; }
  #event-qs .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #23639a;
    position: relative;
    margin: 0 auto; }
  #event-qs img {
    width: 50px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -25px; }
  #event-qs strong {
    font-size: 1.1em;
    line-height: 1.3;
    text-align: center;
    display: block;
    padding: 1.25em 0 1em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #ea3f30; }

#speakers {
  background-color: #f1f3f9; }
  #speakers .flex {
    flex-wrap: wrap;
    justify-content: left; }
  #speakers .who {
    padding-top: .5em; }
    #speakers .who strong {
      font-size: 1.1em;
      font-weight: 600;
      display: block;
      line-height: 1.3; }
    #speakers .who em {
      font-size: .9em;
      color: #18a4a4;
      padding-top: .25em;
      line-height: 1.4;
      display: block;
      color: #23639a; }

.speaker {
  margin-bottom: 2em;
  width: 18%;
  margin-right: 2%;
  box-sizing: border-box;
  position: relative;
  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; }
  .speaker:not(.mystery):hover {
    transform: translate(0, -6px); }
  .speaker .plus {
    width: 16px;
    height: 16px;
    position: absolute;
    top: .5em;
    right: .5em; }
    .speaker .plus > div {
      position: relative;
      background-color: #ea3f30;
      position: absolute; }
    .speaker .plus > div:first-child {
      height: 16px;
      width: 2px;
      left: 7px; }
    .speaker .plus > div:last-child {
      height: 2px;
      width: 16px;
      top: 7px; }

#conf-agenda {
  background: linear-gradient(45deg, #031128 50%, #23639a 100%);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(https://wspimage.s3.amazonaws.com/bg-nyc-sunset-3.jpg); }
  #conf-agenda::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #031128 50%, #23639a 100%);
    opacity: .93; }
  #conf-agenda h2,
  #conf-agenda p {
    position: relative; }
  #conf-agenda ul {
    list-style: disc;
    margin-left: 1.2em;
    font-size: .95em; }
  #conf-agenda strong {
    line-height: 1;
    display: block;
    padding-bottom: 1em;
    color: #ea3f30; }
  #conf-agenda h6 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    width: 17.5%; }
  #conf-agenda .item {
    width: 27.5%;
    box-sizing: border-box;
    padding-right: 1.5em; }
  #conf-agenda .content-wrap {
    max-width: 1000px;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (min-width: 500px) {
  .page-template-page_skillsconf .banner .event-description br {
    display: none; } }

@media screen and (min-width: 1100px) {
  #enroll-1 {
    padding: 5em 0 !important; } }

@media screen and (max-width: 1100px) {
  #enroll-1 {
    text-align: center; }
    #enroll-1 h2,
    #enroll-1 p {
      text-align: center !important; }
    #enroll-1 h2 {
      margin-bottom: 0; }
    #enroll-1 p {
      padding-top: .5em; }
    #enroll-1 .flex:not(.register) {
      display: block; }
    #enroll-1 .register {
      margin-top: 1em;
      justify-content: center; } }

@media screen and (max-width: 1000px) {
  #event-overview #snapshot {
    max-width: 400px;
    margin: 2em auto 0 0; }
  #event-qs .flex {
    margin-bottom: -2em;
    flex-wrap: wrap; }
    #event-qs .flex > div {
      width: 50%;
      margin-bottom: 2em; }
  #event-format .img-whiteborder img {
    max-width: 400px;
    margin-bottom: 1em; }
  #event-format .quote {
    padding-left: 110px; }
    #event-format .quote p {
      font-size: 1.25em;
      padding-top: 0; }
    #event-format .quote img {
      width: 90px; }
  #speakers .flex {
    justify-content: left; }
  .speaker {
    width: 23%; }
    .speaker .who strong {
      font-size: 1em; } }

@media screen and (max-width: 800px) {
  #event-video video {
    display: none; }
  #event-video > .flex {
    flex-wrap: wrap; }
    #event-video > .flex > .entry {
      width: 100%;
      margin-bottom: 1em; }
      #event-video > .flex > .entry:last-child {
        margin-bottom: 0; }
  #event-video ul {
    flex-wrap: wrap;
    font-size: .9em; }
    #event-video ul li {
      width: 50%; }
      #event-video ul li br:last-child {
        display: none; }
  #conf-agenda h6 {
    font-size: 1.5em; }
  #conf-agenda h6,
  #conf-agenda .item {
    max-width: 300px;
    width: auto;
    margin: 0 auto; }
  #conf-agenda .item {
    padding-top: 1em; }
  #conf-agenda .flex {
    display: block; } }

@media screen and (max-width: 700px) {
  .page-template-page_skillsconf .banner h1 {
    display: block; }
  .page-template-page_skillsconf .banner .h1 {
    display: none; }
  #event-strip .flex {
    display: block;
    margin: 0 auto; }
  #event-strip .space-between > div {
    max-width: none;
    border-right: none;
    padding-bottom: .5em; }
    #event-strip .space-between > div:after {
      content: "";
      border-bottom: 3px solid #ea3f30;
      display: block;
      margin: .5em auto 0;
      max-width: 200px; }
  #event-qs .flex {
    display: block; }
    #event-qs .flex > div {
      width: auto;
      margin-bottom: 2em; }
  .speaker {
    width: 31%;
    margin-bottom: 1em; }
  #speaker-modals .bg-img-cover {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 150px; }
  #speaker-modals .content {
    padding-left: 0; } }

@media screen and (max-width: 600px) {
  .page-template-page_skillsconf .banner h1 {
    font-size: 4.5em; }
  .page-template-page_skillsconf .banner .date {
    font-size: 1.25em; }
  #event-format .img-whiteborder img {
    max-width: 400px;
    margin-bottom: 1em;
    width: 100%; }
  #event-format .quote {
    padding-left: 0; }
    #event-format .quote img {
      position: relative;
      padding-bottom: 1em; }
  #enroll-1 .content-wrap > div > p {
    font-size: .8em; }
  #enroll-1 .outlinebutton {
    padding: 0 1.5em; }
  .speaker {
    width: 47%;
    margin-right: 3%; }
    .speaker .who {
      font-size: .85em; } }

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

@media screen and (max-width: 400px) {
  #speaker-modals .bg-img-cover {
    float: none;
    margin: 0 0 1em 0; } }

.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: #e4e8ea; }
  #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: .7em;
    margin-top: .25em;
    padding-bottom: 1em;
    font-weight: 600;
    color: #96a0ac; }
  .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 1.5em;
  border: none;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }

.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: 2001; }

.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; } }

.modal {
  z-index: 2002 !important; }

body .modal-backdrop {
  z-index: 2001 !important; }

.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%; }

.included-course-modal .entry {
  font-size: .9em; }

.included-course-modal .intro {
  color: #2F82AA; }

.included-course-modal .title {
  font-size: 1.35em;
  font-weight: 700;
  padding-bottom: .75em; }

.included-course-modal h4 {
  margin-top: 2em !important; }

#modal-noaccess {
  font-size: .9em; }
  #modal-noaccess .modal-header {
    font-weight: 500; }
  #modal-noaccess .modal-dialog {
    max-width: 760px; }

.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 * {
  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-laptop-form .modal-body {
  overflow: hidden; }

.modal-laptop-form .modal-dialog {
  max-width: 900px; }

.modal-laptop-form img {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 55%;
  bottom: 0; }

.modal-laptop-form form {
  width: 50%; }
  .modal-laptop-form form .unhappyMessage {
    display: none; }

.modal-laptop-form .modal-body {
  overflow: hidden; }

.modal-laptop-form .modal-dialog {
  max-width: 900px; }

.modal-laptop-form img {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 55%;
  bottom: 0; }

.modal-laptop-form form {
  width: 50%; }
  .modal-laptop-form form .unhappyMessage {
    display: none; }

.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; }

#user-results-message {
  font-size: .95em; }
  #user-results-message .close {
    font-size: .9em; }
  #user-results-message .modal-dialog {
    max-width: 500px; }
  #user-results-message .modal-content {
    border-radius: 0; }
  #user-results-message .modal-body {
    padding: 1.5em 2em; }

.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-laptop-form img {
    position: static;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 1em; }
  .modal-laptop-form form {
    width: auto; }
  .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;
  background-color: #0B8ECC; }
  .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):not(.course-filters) input:disabled {
  opacity: .5; }

form:not(.wsp-search-form):not(.course-filters) {
  /*
	#csv_import {
		background-color: #f1f1f1;
		border-radius: 0 !important;
		padding: 1em !important;
    }
*/ }
  form:not(.wsp-search-form):not(.course-filters) textarea,
  form:not(.wsp-search-form):not(.course-filters) input,
  form:not(.wsp-search-form):not(.course-filters) .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):not(.course-filters) textarea {
    max-width: 100%;
    min-width: 100%;
    line-height: 1.7; }
  form:not(.wsp-search-form):not(.course-filters) textarea,
  form:not(.wsp-search-form):not(.course-filters) input,
  form:not(.wsp-search-form):not(.course-filters) .input-ghost {
    font-size: 1em; }
  form:not(.wsp-search-form):not(.course-filters) input[type="date"] {
    font-size: .9em; }
  form:not(.wsp-search-form):not(.course-filters) input,
  form:not(.wsp-search-form):not(.course-filters) .input-ghost {
    padding-top: .75em;
    padding-bottom: .75em; }
  form:not(.wsp-search-form):not(.course-filters) #group-type {
    margin-bottom: 1em; }
  form:not(.wsp-search-form):not(.course-filters) textarea {
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: auto; }
  form:not(.wsp-search-form):not(.course-filters) textarea,
  form:not(.wsp-search-form):not(.course-filters) input,
  form:not(.wsp-search-form):not(.course-filters) .input-ghost {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    outline: none; }
  form:not(.wsp-search-form):not(.course-filters) input[type="submit"],
  form:not(.wsp-search-form):not(.course-filters) 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):not(.course-filters) input[type="submit"]:hover,
    form:not(.wsp-search-form):not(.course-filters) button:hover {
      background-color: #22cc91; }
  form:not(.wsp-search-form):not(.course-filters) input[type="submit"].max,
  form:not(.wsp-search-form):not(.course-filters) button.max {
    max-width: 30em; }
  form:not(.wsp-search-form):not(.course-filters) input[type="radio"] {
    display: inline;
    margin: 0 0.5em 0 0;
    width: auto;
    position: relative;
    top: -.25em; }
  form:not(.wsp-search-form):not(.course-filters) .radio-divide {
    display: inline-block;
    width: 1em; }
  form:not(.wsp-search-form):not(.course-filters) .divider {
    position: relative;
    clear: both;
    padding: 0 !important;
    margin-top: 2em; }
    form:not(.wsp-search-form):not(.course-filters) .divider:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  form:not(.wsp-search-form):not(.course-filters) .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):not(.course-filters) .category span {
      padding-right: .45em;
      top: 2px; }
    form:not(.wsp-search-form):not(.course-filters) .category strong {
      color: #D80A0A; }

#import-users-form .divider {
  padding: 2em !important; }

.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 !important;
    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 .ajax-loader {
  background-image: url("https://s3.amazonaws.com/wspimage/wsp-spinner.gif") !important;
  display: block !important;
  width: auto !important;
  height: 0 !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px; }
  div.wpcf7 .ajax-loader.is-active {
    height: 20px !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:not(#learning-group) {
    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;
    font-size: .85em; }

#path-group {
  font-size: .85em;
  padding-left: 0; }
  #path-group .bg-yellow {
    background-color: yellow;
    border: 1px solid #FFCC00;
    padding: 4px; }
  #path-group input {
    padding-left: 0; }

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 .divider {
    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;
    top: .3em !important; }
  .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):not(.wsp-actions) input,
  form:not(.wsp-search-form):not(.wsp-actions) 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):not(.wsp-actions) input[type="checkbox"],
  form:not(.wsp-search-form):not(.wsp-actions) 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):not(.wsp-actions) .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; } }

.single-wsp_path_group.leads-this-group .content-wrap.pad-top-bottom,
.single-wsp_group .content-wrap.pad-top-bottom {
  padding-top: 2em; }

.single-wsp_group,
.single-wsp_path_group.leads-this-group {
  overflow-x: auto; }

.single-wsp_group .modal-backdrop,
.single-wsp_path_group .modal-backdrop,
.page-template-page-mycourses-2019 .modal-backdrop {
  z-index: 2039 !important; }

.single-wsp_group .modal,
.single-wsp_path_group .modal,
.page-template-page-mycourses-2019 .modal {
  z-index: 2040 !important; }

.single-wsp_group #wrapper {
  background-color: #eff1f1; }

.single-wsp_group #page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eff1f1; }

.single-wsp_group .tab-pane {
  padding-top: 0; }

.single-wsp_path_group .modal:not(.modal-w-tabs) .modal-content,
.single-wsp_group .modal-content {
  border-radius: 0; }

.single-wsp_path_group .modal-wsp-table:not(.no-max) .modal-dialog,
.single-wsp_group .modal-wsp-table:not(.no-max) .modal-dialog {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.single-wsp_path_group .modal-wsp-table tfoot,
.single-wsp_group .modal-wsp-table tfoot {
  display: none; }

.single-wsp_path_group .modal-wsp-table .modal-content,
.single-wsp_group .modal-wsp-table .modal-content {
  padding: 2em; }
  .single-wsp_path_group .modal-wsp-table .modal-content h4,
  .single-wsp_group .modal-wsp-table .modal-content h4 {
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 1em;
    color: #303030;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0; }
    .single-wsp_path_group .modal-wsp-table .modal-content h4 + p,
    .single-wsp_group .modal-wsp-table .modal-content h4 + p {
      font-size: .8em;
      margin-bottom: 1em; }

.single-wsp_path_group .modal-wsp-full-table .modal-content,
.single-wsp_group .modal-wsp-full-table .modal-content {
  max-width: 600px; }

.single-wsp_path_group .modal-wsp-full-table .wsp-group-table,
.single-wsp_group .modal-wsp-full-table .wsp-group-table {
  max-width: none; }

.single-wsp_group #group-selection {
  padding-right: 140px; }

#main-content-admin.content-wrap,
#main-content-admin > .content-wrap {
  max-width: 1200px; }

#main-content-admin.no-assigned-exams #data-overview .space-between > * {
  width: 24.25%; }

#main-content-admin .chart-header {
  position: relative; }
  #main-content-admin .chart-header .wsp-switch.switch-assigned-only {
    top: 50%;
    margin-top: -.75em;
    right: 4em;
    z-index: 100;
    position: absolute;
    font-size: .75em;
    z-index: 100; }

#main-content-admin .pseudotint::before {
  opacity: .75; }

#main-content-admin #switch-to-user-view {
  margin-right: .25em;
  cursor: pointer; }

#main-content-admin #data-export {
  position: absolute;
  top: .5em;
  right: 0;
  font-size: .7em; }
  #main-content-admin #data-export strong {
    font-weight: 500 !important; }
  #main-content-admin #data-export .trigger,
  #main-content-admin #data-export #switch-to-user-view {
    color: #0B8ECC;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    padding: .35em 1em; }
    #main-content-admin #data-export .trigger:hover *,
    #main-content-admin #data-export #switch-to-user-view:hover * {
      opacity: 1; }
    #main-content-admin #data-export .trigger .fa-chevron-down,
    #main-content-admin #data-export #switch-to-user-view .fa-chevron-down {
      font-size: .75em; }
  #main-content-admin #data-export .dropdown {
    font-size: 1em;
    left: auto;
    right: 0; }

#main-content-admin section {
  padding-bottom: 0; }

#main-content-admin section h5 {
  padding-bottom: .5em;
  margin-bottom: .75em;
  margin-top: 1em;
  border-bottom: 1px solid #e5e5e5; }

#main-content-admin section.tab-pane h5 {
  display: none; }

#main-content-admin section h5,
#main-content-admin #dahsboard-content-tabs li a {
  font-weight: 600;
  font-size: 1.1em; }

#main-content-admin #dahsboard-content-tabs {
  margin-top: 3em;
  font-size: 1em; }
  #main-content-admin #dahsboard-content-tabs a {
    padding-bottom: .25em; }
  #main-content-admin #dahsboard-content-tabs li:not(.active) a {
    opacity: .35; }
    #main-content-admin #dahsboard-content-tabs li:not(.active) a:hover {
      opacity: 1; }

#main-content-admin .mod {
  padding: 1em 1.5em;
  background-color: #fff;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative; }
  #main-content-admin .mod h4 {
    margin-bottom: 1em;
    font-size: .9em;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
    color: #0B8ECC;
    text-align: center;
    top: 0; }
    #main-content-admin .mod h4 i {
      padding-right: .5em; }

#main-content-admin section .flex-wrap {
  margin-bottom: -1em; }
  #main-content-admin section .flex-wrap .mod {
    margin-bottom: 1em; }

#main-content-admin .all-results {
  font-size: .8em;
  text-align: center;
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0; }
  #main-content-admin .all-results * {
    color: #0B8ECC;
    cursor: pointer; }
    #main-content-admin .all-results *:hover {
      text-decoration: underline; }
    #main-content-admin .all-results *[data-toggle=""] {
      color: #303030;
      cursor: default;
      opacity: .3; }
      #main-content-admin .all-results *[data-toggle=""]:hover {
        text-decoration: none; }

#main-content-admin .wsp-tooltip {
  right: 0em;
  left: auto;
  padding: .25em .5em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
  top: auto;
  bottom: 110%; }

#main-content-admin .fa-question-circle {
  font-size: 10px;
  top: -4px;
  margin-left: 5px;
  position: relative; }

#main-content-admin #visuals .pseudotint,
#main-content-admin #data-overview .pseudotint {
  font-size: .9em;
  box-sizing: border-box;
  background-image: url(https://wspimage.s3.amazonaws.com/bg-image-charting.jpg); }

#main-content-admin #visuals .fa-arrow-right,
#main-content-admin #data-overview .fa-arrow-right {
  position: absolute;
  top: .5em;
  right: .5em;
  transform: rotate(-45deg); }

#main-content-admin #visuals .space-between > * {
  width: 24%; }

#main-content-admin #visuals .fa-chart-bar {
  color: #81d2ff;
  margin-right: 10px; }

#main-content-admin #visuals .pseudotint {
  font-weight: 600;
  text-align: center;
  padding: 2em 0; }
  #main-content-admin #visuals .pseudotint[data-toggle=""] {
    opacity: .5; }
    #main-content-admin #visuals .pseudotint[data-toggle=""] .fa-arrow-right {
      display: none; }

#main-content-admin #data-overview .space-between > * {
  width: 19%;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
  background-image: url(https://wspimage.s3.amazonaws.com/abstract-white-poly-background.jpg); }

#main-content-admin #data-overview .content {
  line-height: 1.3; }

#main-content-admin #active-users::before {
  background-color: #22B783; }

#main-content-admin #average-time::before {
  background-color: #0B8ECC; }

#main-content-admin #havent-started-exams::before {
  background-color: #f26e00; }

#main-content-admin #havent-completed-course::before {
  background-color: #f26e00; }

#main-content-admin #unfinished-exams::before {
  background-color: #f26e00; }

#main-content-admin #inactive-users::before {
  background-color: #D80A0A; }

#main-content-admin h3 {
  padding-bottom: 0;
  color: #303030;
  border: 0;
  margin-top: 0;
  font-size: 1.25em; }

.mod.course-assignment h4 i {
  font-size: .85em; }

.no-user-prog #all-course-progress::after {
  content: "Users have not completed any coursework.";
  font-size: .9em;
  display: block; }

#all-course-progress .trow-bgs-container {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: 1.5em;
  bottom: 1em;
  overflow: hidden; }
  #all-course-progress .trow-bgs-container .trow-bgs > div {
    font-size: .8em; }
    #all-course-progress .trow-bgs-container .trow-bgs > div:nth-child(even) {
      background-color: #f5f7f9; }

#course-progress-table {
  max-width: none;
  font-size: .8em;
  position: relative; }
  #course-progress-table .coursetitle {
    font-weight: 500; }
  #course-progress-table a:not([data-toggle=""]) {
    cursor: pointer; }
  #course-progress-table a[data-toggle=""] {
    color: #303030; }
  #course-progress-table a:not([data-toggle=""]):hover {
    text-decoration: underline; }
  #course-progress-table.assigned-only tr.non-assigned {
    display: none; }
  #course-progress-table tbody {
    position: relative; }
    #course-progress-table tbody tr:nth-child(odd) td {
      background-color: transparent; }

.hover-up {
  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; }
  .hover-up:hover {
    transform: translate(0, -4px);
    opacity: .9; }

*[data-toggle=""].hover-up,
*[data-target=""].hover-up {
  cursor: default; }
  *[data-toggle=""].hover-up:hover,
  *[data-target=""].hover-up:hover {
    transform: translate(0);
    opacity: 1; }

#all-course-progress .loader-fs {
  background: url("https://s3.amazonaws.com/wspimage/spinner.gif") center center no-repeat rgba(255, 255, 255, 0.8);
  background-size: 20px;
  display: none; }

#all-course-progress .actions {
  position: absolute;
  right: 0; }
  #all-course-progress .actions > * {
    display: inline-block;
    font-size: .8em;
    margin-left: 1em; }
  #all-course-progress .actions .wsp-switch {
    color: rgba(0, 0, 0, 0.25); }
    #all-course-progress .actions .wsp-switch:hover {
      color: #303030; }
    #all-course-progress .actions .wsp-switch.active {
      color: #303030; }
  #all-course-progress .actions .switch {
    height: 14px;
    margin-top: -7px; }
  #all-course-progress .actions .slider:before {
    width: 8px;
    height: 8px; }

.stats-assignments .mod,
#overall-stats .mod {
  padding-bottom: 3.5em !important; }

#overall-stats .mod {
  width: 49.25%; }

.stats-assignments .mod {
  width: 49.25%; }
  .stats-assignments .mod .all-results {
    right: auto;
    width: 100%; }

#exam-assignments table.wsp-group-table {
  width: 65%; }

#course-assignments .table-container {
  max-height: 325px;
  overflow: scroll;
  width: 65%; }
  #course-assignments .table-container th:last-child {
    display: none; }

#course-assignments .lt-10-rows .table-container {
  overflow: hidden; }

#course-assignments .table-container > table .fa-sort {
  display: none; }

.big-number {
  position: relative;
  padding: 1.25em 1.5em; }
  .big-number .content {
    font-size: .85em;
    line-height: 1.3; }
  .big-number .number {
    font-size: 2.5em;
    font-weight: 300;
    display: block;
    line-height: 1;
    padding-bottom: 4px; }
  .big-number .fa-arrow-right {
    position: absolute;
    top: .5em;
    right: .5em;
    transform: rotate(-45deg); }
  .big-number[data-toggle=""] .fa-arrow-right, .big-number[data-target=""] .fa-arrow-right {
    display: none; }

.sidestats {
  width: 30%;
  padding-top: 1.5em; }
  .sidestats .big-number {
    padding: .75em 1em;
    background-image: url(https://wspimage.s3.amazonaws.com/abstract-white-poly-background.jpg);
    margin-bottom: .5em; }
    .sidestats .big-number .content {
      font-size: .7em; }
    .sidestats .big-number .number {
      font-size: 2em; }
    .sidestats .big-number .fa-arrow-right {
      font-size: .8em; }
  .sidestats .pass::before {
    background-color: #22B783; }
  .sidestats .retake::before {
    background-color: #f26e00; }
  .sidestats .fail::before {
    background-color: #D80A0A; }
  .sidestats .delinquent {
    font-size: .7em;
    text-align: center;
    margin-top: 1em;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: .5em 0; }
    .sidestats .delinquent i {
      position: relative;
      color: #D80A0A;
      font-size: .8em;
      top: -.1em; }

.no-retake .big-number.retake .number,
.no-retake .big-number.retake .content {
  opacity: .5; }

.big-number.disable {
  opacity: .5; }
  .big-number.disable:hover {
    transform: translate(0);
    opacity: .5; }

.delinquents {
  float: right;
  font-size: 13px;
  margin-left: 1em;
  font-weight: 600;
  cursor: pointer;
  display: none; }
  .delinquents i {
    font-size: .75em;
    color: #D80A0A;
    position: relative;
    top: -1px;
    padding-right: 3px; }

table.wsp-group-table {
  width: 100%;
  font-size: .75em;
  max-width: 600px; }
  table.wsp-group-table th .fa-sort {
    padding-left: 5px;
    color: #303030; }
  table.wsp-group-table th .fa-info-circle {
    font-size: .85em;
    top: -2px;
    padding-left: 3px;
    position: relative; }
  table.wsp-group-table .empty {
    color: rgba(0, 0, 0, 0.3); }
  table.wsp-group-table td,
  table.wsp-group-table th {
    padding: 5px 2px; }
  table.wsp-group-table tr:nth-child(odd) td {
    background-color: #f5f7f9; }
  table.wsp-group-table tbody + tfoot tr:nth-child(even) td {
    background-color: #f5f7f9; }
  table.wsp-group-table tbody + tfoot tr:nth-child(odd) td {
    background-color: #fff; }
  table.wsp-group-table tbody.even-rows + tfoot tr:nth-child(even) td {
    background-color: #fff; }
  table.wsp-group-table tbody.even-rows + tfoot tr:nth-child(odd) td {
    background-color: #f5f7f9; }
  table.wsp-group-table td:first-child {
    font-weight: 600; }
  table.wsp-group-table th {
    font-weight: 600;
    color: #798d9d; }
  table.wsp-group-table td,
  table.wsp-group-table th {
    text-align: right; }
    table.wsp-group-table td:first-child,
    table.wsp-group-table th:first-child {
      text-align: left; }
  table.wsp-group-table .pass,
  table.wsp-group-table .active {
    color: #22B783; }
  table.wsp-group-table .fail,
  table.wsp-group-table .inactive {
    color: #D80A0A; }
  table.wsp-group-table .retake {
    color: #ef5008; }
  table.wsp-group-table .na,
  table.wsp-group-table .blank {
    color: #979797; }

.no-max table.wsp-group-table {
  max-width: none; }

.trow-bgs > div {
  color: transparent;
  padding: 5px 2px; }

.no-users .wsp-group-table th i.fa-sort {
  display: none; }

/*------------ Table Sorter -----------------*/
.tablesorter thead th {
  outline: none; }

.mod-lead-lag th {
  text-align: left !important;
  padding-top: 1.5em !important;
  border-bottom: 1px solid #e5e5e5; }

.mod-lead-lag tr:first-child th {
  padding-top: 0 !important; }

.modal-wsp-chart.modal .modal-dialog {
  max-width: none; }

.table-toggle-tabs {
  display: block;
  text-align: center;
  font-size: .85em; }
  .table-toggle-tabs a {
    color: #303030;
    opacity: .5;
    display: block; }
    .table-toggle-tabs a:hover {
      opacity: 1; }
  .table-toggle-tabs li {
    display: inline-block;
    margin: 0 1em; }
    .table-toggle-tabs li.active a {
      border-bottom: 3px solid #0B8ECC;
      opacity: 1; }

.chart-w-tabs .tab-content {
  padding: 2em; }

.chart-w-tabs .chart-header {
  padding-bottom: 1em;
  padding: 1em 2em;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f6f6f6; }
  .chart-w-tabs .chart-header .dropdown {
    text-align: left;
    max-height: 545px;
    overflow: auto;
    cursor: default;
    left: -1em; }

.chart-w-tabs select {
  position: absolute;
  right: 2em;
  top: 2em;
  width: auto;
  padding: 0 1em;
  padding-right: 2em;
  height: 36px; }

.chart-w-tabs .tab-pane {
  padding-top: 0;
  padding-right: 2em; }

.chart-w-tabs h4 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1;
  display: inline; }

.chart-w-tabs .chart-overlay-fives {
  position: absolute;
  left: 170px;
  top: -6px;
  bottom: -6px;
  right: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5; }
  .chart-w-tabs .chart-overlay-fives > div {
    width: 5%;
    box-sizing: border-box;
    float: left;
    font-size: 9px;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    position: relative; }
    .chart-w-tabs .chart-overlay-fives > div:last-child {
      border-right: none; }
    .chart-w-tabs .chart-overlay-fives > div > span {
      position: absolute;
      top: -16px;
      right: -1px; }

.chart-w-tabs .wsp-bar-chart {
  position: relative;
  margin: 12px 0; }
  .chart-w-tabs .wsp-bar-chart table {
    position: relative;
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
    margin-top: 3em; }
  .chart-w-tabs .wsp-bar-chart tr:hover th {
    background-color: #f7f7f7; }
  .chart-w-tabs .wsp-bar-chart tr:hover .bar {
    background-color: #3AAFE6; }
  .chart-w-tabs .wsp-bar-chart tr.exams-outstanding th {
    color: #D80A0A; }
  .chart-w-tabs .wsp-bar-chart tr.took-retake .bar {
    background-color: #1EAAA5; }
  .chart-w-tabs .wsp-bar-chart td,
  .chart-w-tabs .wsp-bar-chart th {
    height: 28px;
    line-height: 1; }
  .chart-w-tabs .wsp-bar-chart td,
  .chart-w-tabs .wsp-bar-chart th {
    vertical-align: middle; }
  .chart-w-tabs .wsp-bar-chart th {
    width: 150px;
    text-align: right;
    padding-right: 20px; }
  .chart-w-tabs .wsp-bar-chart td {
    position: relative; }
  .chart-w-tabs .wsp-bar-chart .timelabel {
    position: absolute;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin-left: 3px;
    font-weight: 700; }
  .chart-w-tabs .wsp-bar-chart .lt {
    display: inline-block;
    margin-right: 2px; }
  .chart-w-tabs .wsp-bar-chart .bar {
    height: 14px;
    background-color: #0B8ECC;
    position: static; }
  .chart-w-tabs .wsp-bar-chart .lt1 .bar {
    background-color: #8f459f; }

.wsp-table-key {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -.5em;
  text-align: right; }
  .wsp-table-key .key {
    display: inline-block;
    margin-left: 1em; }
  .wsp-table-key .key-box {
    display: inline-block;
    width: 30px;
    height: 12px;
    position: relative;
    top: 1px;
    background-color: #0B8ECC;
    margin-right: 3px; }
  .wsp-table-key .key-attempt-1 .key-box {
    background-color: #0B8ECC; }
  .wsp-table-key .key-attempt-2 .key-box {
    background-color: #1EAAA5; }

.chart-caption {
  margin-top: -.75em; }

.chart-tabs > li.no-users {
  display: none; }

#chartExams .chart-caption {
  display: none; }

#chartCourses .modal-content {
  min-height: 400px; }

#chartPopularCourses .chart-overlay-fives {
  left: 220px; }

#chartPopularCourses .wsp-bar-chart th {
  width: 200px; }

/** Time Charts **/
#chartEngagement .wsp-bar-chart .bar,
#chartPopularCourses .wsp-bar-chart .bar {
  min-width: 1px; }

#outstandingExams ul[data-field="exam-list"] {
  display: none; }

#outstandingExams .wsp-group-table td {
  vertical-align: top; }

#outstandingExams .wsp-group-table th:last-child,
#outstandingExams .wsp-group-table td:last-child {
  text-align: right; }

#outstandingExams .wsp-group-table ul {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: .5em; }

li.typehead-item {
  padding-bottom: 3.5em; }

.stats-assignments .number {
  font-size: 2.25em; }

.stats-assignments .due-dates {
  font-size: .75em;
  padding: 1em 0 1em;
  text-align: center; }

.stats-assignments .due-date {
  font-weight: 700;
  margin-right: 1em; }

.stats-assignments .date {
  font-weight: 500; }

.stats-assignments h4 + .due-dates {
  margin-top: -1em; }

.wsp-alert-animate {
  text-align: center;
  height: 0;
  overflow: hidden; }
  .wsp-alert-animate span {
    display: inline-block;
    background-color: #22B783;
    color: #fff;
    padding: .5em 1em;
    font-size: .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;
    transform: translate(0, 30px);
    opacity: 0;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }
  .wsp-alert-animate.show {
    overflow: visible; }
    .wsp-alert-animate.show span {
      transform: translate(0, 0);
      opacity: 1; }

@media screen and (max-width: 900px) {
  #main-content-admin.no-assigned-exams #data-overview .space-between > * {
    width: 49%; }
  #main-content-admin:not(.no-assigned-exams) #data-overview .space-between > * {
    width: 32.333%; }
  #main-content-admin #data-overview .flex {
    flex-wrap: wrap;
    justify-content: flex-start; }
    #main-content-admin #data-overview .flex > * {
      margin-right: 1%;
      margin-bottom: .5em; }
  #main-content-admin .all-results {
    display: none; }
  #main-content-admin .stats-assignments .mod, #main-content-admin #overall-stats .mod {
    padding-bottom: 1em !important; }
  #overall-stats .flex.space-between,
  .stats-assignments .flex.space-between {
    flex-wrap: wrap;
    align-items: flex-start; }
  #overall-stats .mod,
  .stats-assignments .mod {
    width: 100%;
    margin-bottom: 1em; }
  table.wsp-group-table {
    max-width: none; }
  .big-number .number {
    font-size: 2em; } }

@media screen and (max-width: 800px) {
  #main-content-admin #all-course-progress .mod {
    overflow-x: auto; }
    #main-content-admin #all-course-progress .mod .trow-bgs-container {
      display: none; }
    #main-content-admin #all-course-progress .mod table {
      min-width: 800px;
      margin-right: 2em; }
      #main-content-admin #all-course-progress .mod table th:last-child,
      #main-content-admin #all-course-progress .mod table td:last-child {
        padding-right: 1em; }
      #main-content-admin #all-course-progress .mod table tr:not(:last-child) th,
      #main-content-admin #all-course-progress .mod table tr:not(:last-child) td {
        border-bottom: 1px solid #e5e5e5; } }

@media screen and (max-width: 700px) {
  .single-wsp_group #group-selection {
    padding-right: 0; }
  #main-content-admin #data-export {
    display: none; }
  #main-content-admin #data-overview .flex {
    flex-wrap: wrap;
    justify-content: flex-start; }
    #main-content-admin #data-overview .flex > * {
      width: 49%;
      margin-right: 1%;
      margin-bottom: .5em; } }

@media screen and (max-width: 400px) {
  #main-content-admin #data-overview .flex > * {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: .5em; }
  #main-content-admin .stats-assignments .due-date {
    display: block; } }

#sched-filter-spinner {
  position: absolute;
  background-color: #eff1f1;
  background-position: center 4em; }

#schedule-content {
  position: relative; }
  #schedule-content > .tab-pane.active + .tab-pane.active {
    margin-top: 3em; }

#classroom-training .bios {
  padding: 2em 2em;
  background-color: #fff;
  /*
		h4 {
			margin-top: 0;
// 			font-size: 1.1em;
// 			font-weight: 700;
			margin: 0 auto 2em;
			max-width: 900px;
			text-transform: uppercase;
		}		
*/ }

#classroom-training h6 {
  font-weight: 600; }

#classroom-training .author-bio {
  margin: 0 auto 2em;
  font-size: .95em;
  max-width: 900px; }
  #classroom-training .author-bio .author-email {
    padding-top: 0; }
  #classroom-training .author-bio .author-name {
    padding-top: .75em; }

#classroom-training .author-image {
  margin-right: 1em; }

#rbc-conf-logo {
  width: 180px; }

p.w-logo {
  padding-right: 300px; }

#schedule-header {
  align-items: flex-start; }
  #schedule-header h2 {
    padding-bottom: 1em; }
  #schedule-header > .flex {
    align-items: bottom; }

.tabs-fade {
  display: block;
  position: absolute;
  top: 0;
  height: 40px;
  right: 0;
  width: 240px;
  border-left: 1px solid #a9a9a9; }
  .tabs-fade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -51px;
    width: 50px;
    background: linear-gradient(to left, #eff1f1 20%, rgba(255, 255, 255, 0)); }

.date-tabs {
  position: relative;
  overflow: auto;
  padding: 2em 0;
  font-size: .85em; }
  .date-tabs .month {
    text-transform: uppercase;
    font-size: .5em;
    letter-spacing: 1px;
    line-height: 1; }
  .date-tabs .number {
    font-size: 1.35em;
    line-height: 1.1;
    font-weight: 700; }
  .date-tabs li {
    font-size: .9em;
    display: block;
    text-align: center;
    display: inline-block; }
    .date-tabs li.new-week {
      margin-left: 1.5em; }
    .date-tabs li a {
      color: #57575c;
      display: block;
      box-shadow: inset 0 0 1px black;
      padding: .5em 1em;
      box-sizing: border-box;
      -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; }
    .date-tabs li.active a {
      color: #fff;
      box-shadow: none; }
    .date-tabs li:not(.active) a {
      background: none !important; }
      .date-tabs li:not(.active) a:hover {
        background: #fff !important; }
      .date-tabs li:not(.active) a .day {
        color: rgba(0, 0, 0, 0.5) !important; }
    .date-tabs li:not(:last-child) {
      margin-right: .15em; }
    .date-tabs li[data-view="week"] {
      font-size: .7em; }
      .date-tabs li[data-view="week"] a {
        padding: 1em 2em; }

#sched-dl:not([href]) {
  cursor: not-allowed;
  color: rgba(11, 142, 204, 0.5); }

#view-switcher,
#sched-dl,
#homework-up {
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-size: .6em;
  text-transform: uppercase; }

#view-switcher > span {
  color: #c2c2c2;
  padding-left: .5em;
  cursor: pointer; }
  #view-switcher > span:hover {
    color: #0B8ECC; }
  #view-switcher > span:last-child::after {
    content: none; }
  #view-switcher > span.active {
    color: #0B8ECC; }

#schedule-header > .flex {
  white-space: nowrap; }
  #schedule-header > .flex > *:not(:last-child) {
    margin-right: .5em; }

#select-container {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: -.5em; }
  #select-container .abs {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    #select-container .abs:hover {
      opacity: .65; }
    #select-container .abs::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  #select-container select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    width: 100%; }
  #select-container .font-down {
    font-size: 14px !important; }
  #select-container i {
    font-size: .75em; }

.tk {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 150px 0;
  font-size: .75em;
  font-style: italic; }

.date-time-header {
  display: flex;
  align-items: baseline; }
  .date-time-header .timezone {
    font-size: .75em;
    text-transform: uppercase;
    padding-left: .5em;
    font-weight: 600; }

#wsp-class-schedule-container {
  position: relative; }

.wsp-class-schedule {
  width: 100%;
  margin-bottom: 1em; }
  .wsp-class-schedule h6 {
    padding-bottom: 1em;
    line-height: 1.2;
    font-weight: 700 !important; }
  .wsp-class-schedule .fa-chevron-down,
  .wsp-class-schedule .fa-chevron-up {
    position: absolute;
    right: 2em;
    top: 2.25em;
    font-size: .9em;
    cursor: pointer;
    z-index: 100; }
    .wsp-class-schedule .fa-chevron-down:hover,
    .wsp-class-schedule .fa-chevron-up:hover {
      color: #0B8ECC; }
  .wsp-class-schedule .fa-chevron-up {
    display: none; }
  .wsp-class-schedule .row.active .fa-chevron-up {
    display: block; }
  .wsp-class-schedule .row.active .fa-chevron-down {
    display: none; }
  .wsp-class-schedule .row {
    background-color: #fff;
    padding: .75em 2em .75em;
    border-top: 1px solid #e5e8e9;
    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; }
    .wsp-class-schedule .row.break h5:before {
      content: "Break";
      color: #ef5008;
      border-right: 1px solid #979797;
      padding-right: 8px;
      margin-right: 5px; }
    .wsp-class-schedule .row:not(.active):not(.break):hover {
      background-color: #fafafa; }
  .wsp-class-schedule .attend {
    font-size: .8em;
    color: #22B783;
    position: absolute;
    right: 5em;
    top: 2.2em;
    display: none; }
  .wsp-class-schedule .time {
    width: 130px;
    left: 1.5em;
    top: 1.5em; }
  .wsp-class-schedule .time,
  .wsp-class-schedule .links,
  .wsp-class-schedule .spinner-img {
    position: absolute; }
  .wsp-class-schedule .links {
    top: 0;
    padding-top: 2em;
    right: 1em; }
  .wsp-class-schedule .spinner-img {
    left: auto;
    bottom: 1em;
    right: 0;
    width: 250px; }
  .wsp-class-schedule .dup {
    color: #ef5008;
    padding-left: 1em; }
  .wsp-class-schedule h5 {
    margin-top: 0;
    font-weight: 600;
    padding-bottom: .25em;
    line-height: 1.4;
    font-size: 1em; }
  .wsp-class-schedule .instructor {
    font-size: .7em;
    color: #979ead; }
    .wsp-class-schedule .instructor a {
      color: #979ead; }
    .wsp-class-schedule .instructor [data-toggle="modal"] {
      cursor: pointer;
      color: #0B8ECC; }
      .wsp-class-schedule .instructor [data-toggle="modal"]:hover {
        text-decoration: underline; }
  .wsp-class-schedule .note {
    display: none; }
  .wsp-class-schedule .button-container,
  .wsp-class-schedule .bluebutton {
    width: 100px;
    height: 28px; }
  .wsp-class-schedule .bluebutton {
    width: 100px;
    padding: 0;
    line-height: 28px;
    height: 28px;
    font-size: .7em;
    margin-bottom: 1em; }
    .wsp-class-schedule .bluebutton:hover {
      background-color: inherit; }
  .wsp-class-schedule a.disabled {
    opacity: .5;
    cursor: not-allowed; }
  .wsp-class-schedule .content {
    position: relative;
    padding-left: 70px; }
    .wsp-class-schedule .content > * {
      max-width: 600px; }
  .wsp-class-schedule .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
  .wsp-class-schedule .links {
    width: 160px;
    -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; }
    .wsp-class-schedule .links a {
      font-size: .75em; }
    .wsp-class-schedule .links a:not(.bluebutton) {
      text-decoration: underline;
      display: block; }
    .wsp-class-schedule .links > a:not(.bluebutton),
    .wsp-class-schedule .links > .button-container {
      display: block;
      margin-bottom: .5em; }
    .wsp-class-schedule .links i {
      font-size: .9em;
      margin-right: .75em; }
  .wsp-class-schedule .sesh {
    position: relative;
    padding-left: 120px;
    padding-right: 180px; }
    .wsp-class-schedule .sesh p {
      font-size: .8em;
      max-width: 600px; }
  .wsp-class-schedule .time {
    font-weight: 600;
    font-size: .8em; }
  .wsp-class-schedule .time-est {
    font-size: .75em;
    font-weight: 500;
    padding-top: .25em; }
  .wsp-class-schedule .tags {
    width: 200px;
    font-size: .65em; }
  .wsp-class-schedule .spinner-img {
    background-size: 20px;
    display: none; }
  .wsp-class-schedule .summary {
    max-height: 0px;
    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; }
  .wsp-class-schedule .row:not(.active) .links {
    opacity: 0; }
    .wsp-class-schedule .row:not(.active) .links .bluebutton {
      display: none; }
  .wsp-class-schedule .row.active .summary {
    max-height: 2000px;
    padding: .5em 0; }
  .wsp-class-schedule .row.attended .attend {
    display: block; }
  .wsp-class-schedule .row.attended .links {
    display: none !important; }

#wsp-training-schedule {
  font-size: .8em; }
  #wsp-training-schedule .tag {
    display: block; }
  #wsp-training-schedule .url {
    max-width: 275px; }
  #wsp-training-schedule p + p {
    padding: .75em 0 .25em; }
  #wsp-training-schedule .orange {
    font-weight: 700; }
  #wsp-training-schedule caption {
    font-size: 1.35em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3em 0 .75em;
    color: #ef5008; }
  #wsp-training-schedule:first-child caption {
    margin-top: 0; }
  #wsp-training-schedule th,
  #wsp-training-schedule td {
    border: 1px solid #d5d5d5;
    padding: .5em;
    vertical-align: top; }
  #wsp-training-schedule th {
    background-color: #eff1f1; }
  #wsp-training-schedule h5 {
    margin-top: 0;
    font-size: 1.1em;
    font-weight: 700; }
  #wsp-training-schedule tr:hover td {
    background-color: #fff2eb; }
  #wsp-training-schedule h6 {
    color: #0B8ECC;
    padding: .5em 0; }
  #wsp-training-schedule .time {
    white-space: nowrap; }
  #wsp-training-schedule .tags {
    font-size: .8em;
    font-weight: 600;
    padding: .5em 1em; }

@media screen and (max-width: 1000px) {
  #schedule-header {
    display: block; }
  #select-container {
    margin-bottom: .5em; }
  .date-tabs {
    padding: 1.25em 0 1.5em;
    font-size: .7em;
    white-space: nowrap; }
    .date-tabs li {
      margin-top: .5em; }
    .date-tabs li.new-week {
      margin-left: 0; }
  .wsp-class-schedule .img {
    top: .85em;
    left: 1em; }
  .wsp-class-schedule .spinner-img {
    visibility: hidden;
    opacity: 0; }
  .wsp-class-schedule .content,
  .wsp-class-schedule .sesh {
    position: static;
    padding-left: 0; }
  .wsp-class-schedule .sesh {
    padding-left: 0;
    padding-right: 0; }
    .wsp-class-schedule .sesh p {
      max-width: none; }
  .wsp-class-schedule h5 {
    padding-top: .25em; }
  .wsp-class-schedule .links {
    position: static;
    max-height: 0px;
    padding-top: 0;
    width: auto; }
    .wsp-class-schedule .links > a,
    .wsp-class-schedule .links > .button-container {
      display: inline-block !important;
      margin-bottom: 0;
      margin-right: 1em; }
    .wsp-class-schedule .links > a:not(.bluebutton) {
      font-size: 1em; }
      .wsp-class-schedule .links > a:not(.bluebutton) .text {
        display: none; }
  .wsp-class-schedule .time {
    width: auto;
    position: relative;
    left: 0;
    top: 0; }
    .wsp-class-schedule .time > div {
      display: inline; }
  .wsp-class-schedule .row {
    padding-left: 80px; }
    .wsp-class-schedule .row.active .links {
      max-height: 1000px;
      margin-bottom: .5em;
      margin-top: .5em; } }

@media screen and (max-width: 500px) {
  #select-container {
    font-size: 1.1em;
    margin-bottom: 1em; }
  .date-time-header {
    display: block; }
    .date-time-header h6 {
      padding-bottom: 0; }
    .date-time-header .timezone {
      padding-left: 0;
      margin-bottom: 1em; }
    .date-time-header h6,
    .date-time-header .timezone {
      display: block; }
  .wsp-class-schedule .fa-chevron-down,
  .wsp-class-schedule .fa-chevron-up {
    font-size: .75em;
    top: 1em;
    right: 1em; }
  .wsp-class-schedule .time-est {
    display: none !important; } }

#upgrade-plan-link {
  cursor: pointer;
  text-decoration: underline; }

.single-wsp_client #group-selection {
  padding-right: 220px; }

.single-wsp_client .content-wrap.pad-top-bottom {
  padding-top: 2.5em; }

.single-wsp_client .content-wrap {
  max-width: 1100px; }

.single-wsp_client .table-contain {
  position: relative; }

.single-wsp_client #add-users {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  padding: 0;
  height: 2.75em;
  line-height: 2.75em;
  z-index: 100; }

.single-wsp_client h1 {
  font-size: 2em;
  margin-bottom: 0;
  color: #646464;
  letter-spacing: 0;
  padding-right: 250px; }
  .single-wsp_client h1 strong {
    color: #303030;
    font-weight: 600 !important; }

.single-wsp_client #user-status {
  font-size: .75em;
  padding-left: 24px;
  display: inline;
  margin-right: 1em; }
  .single-wsp_client #user-status .switch {
    width: 18px;
    height: 12px;
    margin-top: -6px; }
  .single-wsp_client #user-status .slider:before {
    height: 6px;
    width: 6px; }
  .single-wsp_client #user-status.active .slider:before {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px); }

.single-wsp_client #wrapper {
  background-color: #eff1f1; }

.single-wsp_client section {
  margin-bottom: 2em; }
  .single-wsp_client section:last-child {
    margin-bottom: 0; }

#license-overview .space-between > * {
  width: 32.666%;
  box-sizing: border-box;
  background-image: url(https://wspimage.s3.amazonaws.com/abstract-white-poly-background.jpg);
  padding: .75em 1em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }

#license-overview .number {
  font-size: 2em;
  font-weight: 600;
  padding-right: .25em; }

#license-overview #license-info {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-image: none; }
  #license-overview #license-info table {
    font-size: .7em;
    width: 100%; }
  #license-overview #license-info td,
  #license-overview #license-info th {
    padding: 0 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color: #303030; }
  #license-overview #license-info tr:nth-child(odd) td,
  #license-overview #license-info tr:nth-child(odd) th {
    background-color: #f5f7f9; }
  #license-overview #license-info th {
    font-weight: 700; }

#alert-message {
  position: fixed;
  top: 50px;
  max-width: 1250px;
  width: 90%;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border: 1px solid transparent;
  border-radius: .25rem; }
  #alert-message #inner-message {
    padding: .75rem 1.25rem; }

#wsp-page-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1a3c50;
  opacity: .75;
  display: none;
  z-index: 3999;
  left: 0; }
  #wsp-page-mask.over-side-panel {
    z-index: 4000; }

#wsp-confirm-dialogue,
#wsp-confirm-user-add-dialogue {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 4005; }
  #wsp-confirm-dialogue .message,
  #wsp-confirm-user-add-dialogue .message {
    display: none; }
  #wsp-confirm-dialogue .container,
  #wsp-confirm-user-add-dialogue .container {
    max-width: 600px;
    width: 90%;
    background-color: #fff;
    margin: 2em auto 0;
    box-sizing: border-box;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
    #wsp-confirm-dialogue .container strong,
    #wsp-confirm-user-add-dialogue .container strong {
      display: block;
      margin-top: 1em;
      font-weight: 600 !important; }
  #wsp-confirm-dialogue h4,
  #wsp-confirm-user-add-dialogue h4 {
    position: relative;
    top: 0;
    left: 0;
    padding: 1em 2em;
    box-sizing: border-box;
    width: 100%;
    background-color: #0B8ECC;
    margin-top: 0;
    font-weight: 600;
    color: #fff; }
  #wsp-confirm-dialogue .content,
  #wsp-confirm-user-add-dialogue .content {
    padding: 2em; }
    #wsp-confirm-dialogue .content .group-selected,
    #wsp-confirm-dialogue .content .users-selected,
    #wsp-confirm-dialogue .content .seat-number,
    #wsp-confirm-dialogue .content .number-users-in-group,
    #wsp-confirm-dialogue .content .add-users-selected,
    #wsp-confirm-dialogue .content .add-group-selected,
    #wsp-confirm-user-add-dialogue .content .group-selected,
    #wsp-confirm-user-add-dialogue .content .users-selected,
    #wsp-confirm-user-add-dialogue .content .seat-number,
    #wsp-confirm-user-add-dialogue .content .number-users-in-group,
    #wsp-confirm-user-add-dialogue .content .add-users-selected,
    #wsp-confirm-user-add-dialogue .content .add-group-selected {
      font-weight: 700; }
  #wsp-confirm-dialogue p,
  #wsp-confirm-user-add-dialogue p {
    margin-bottom: .75em; }
  #wsp-confirm-dialogue .button-container,
  #wsp-confirm-user-add-dialogue .button-container {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    text-align: right;
    max-width: 400px;
    margin-left: auto; }
    #wsp-confirm-dialogue .button-container input,
    #wsp-confirm-user-add-dialogue .button-container input {
      width: 49%;
      margin-bottom: 0;
      font-size: .85em !important;
      padding: .65em 0 !important;
      cursor: pointer; }
  #wsp-confirm-dialogue input[type="button"],
  #wsp-confirm-user-add-dialogue input[type="button"] {
    box-sizing: border-box;
    border: 1px solid #0B8ECC;
    background-color: transparent;
    color: #0B8ECC; }
  #wsp-confirm-dialogue input[type="submit"],
  #wsp-confirm-user-add-dialogue input[type="submit"] {
    background-color: #0B8ECC; }
  #wsp-confirm-dialogue .upgrade-options,
  #wsp-confirm-user-add-dialogue .upgrade-options {
    display: flex;
    justify-content: space-between; }
  #wsp-confirm-dialogue .upgrade-option,
  #wsp-confirm-user-add-dialogue .upgrade-option {
    margin-top: 1em;
    width: 32%;
    background-color: #fbfbfb;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 1em;
    text-align: center;
    line-height: 1;
    font-size: .9em; }
    #wsp-confirm-dialogue .upgrade-option i,
    #wsp-confirm-user-add-dialogue .upgrade-option i {
      opacity: .1;
      font-size: 2em; }
    #wsp-confirm-dialogue .upgrade-option input,
    #wsp-confirm-user-add-dialogue .upgrade-option input {
      display: inline;
      vertical-align: middle;
      position: relative;
      top: -.15em !important; }
    #wsp-confirm-dialogue .upgrade-option .number,
    #wsp-confirm-user-add-dialogue .upgrade-option .number {
      font-weight: 700;
      padding: 1em 0; }
    #wsp-confirm-dialogue .upgrade-option .price-per,
    #wsp-confirm-user-add-dialogue .upgrade-option .price-per {
      font-size: .85em; }

#wsp-confirm-user-add-dialogue .container {
  position: relative; }

#wsp-confirm-user-add-dialogue::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1a3c50;
  opacity: .75;
  left: 0; }

#add-users-to-license .header {
  margin-bottom: 1em; }

.wsp-fixed-side-panel {
  position: fixed;
  width: 1100px;
  top: 0;
  right: -1100px;
  bottom: 0;
  background-color: #eff1f1;
  z-index: 4000;
  box-sizing: border-box;
  -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; }
  .wsp-fixed-side-panel ::-webkit-input-placeholder {
    color: #b5b5b5; }
  .wsp-fixed-side-panel :-moz-placeholder {
    color: #b5b5b5; }
  .wsp-fixed-side-panel ::-moz-placeholder {
    color: #b5b5b5; }
  .wsp-fixed-side-panel :-ms-input-placeholder {
    color: #b5b5b5; }
  .wsp-fixed-side-panel h2,
  .wsp-fixed-side-panel #cancel-add-users {
    height: 40px;
    line-height: 40px; }
  .wsp-fixed-side-panel h2 {
    font-weight: 600;
    color: #0B8ECC; }
  .wsp-fixed-side-panel #cancel-add-users {
    width: 150px;
    background-color: transparent !important;
    border: 1px solid #0B8ECC;
    color: #0B8ECC !important;
    box-sizing: border-box;
    padding: 0 !important; }
    .wsp-fixed-side-panel #cancel-add-users:hover {
      background-color: rgba(0, 0, 0, 0.03) !important; }
  .wsp-fixed-side-panel > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2em 3em 4em;
    overflow: auto; }
  .wsp-fixed-side-panel h6 {
    font-weight: 600;
    margin-bottom: 1em;
    padding-top: 1em; }
    .wsp-fixed-side-panel h6 + p {
      margin-top: -1em;
      margin-bottom: 1em;
      font-size: .8em; }
  .wsp-fixed-side-panel select {
    background-color: #fff; }
  .wsp-fixed-side-panel .rows .row,
  .wsp-fixed-side-panel .wsp-password .row {
    position: relative;
    padding-right: 25px;
    align-content: center;
    padding-right: 50px; }
  .wsp-fixed-side-panel .rows .input-wrapper,
  .wsp-fixed-side-panel .wsp-password .input-wrapper {
    font-size: .9em;
    width: 33%;
    margin-bottom: .75em; }
    .wsp-fixed-side-panel .rows .input-wrapper label,
    .wsp-fixed-side-panel .wsp-password .input-wrapper label {
      display: none;
      color: #D80A0A;
      font-size: 11px; }
    .wsp-fixed-side-panel .rows .input-wrapper input,
    .wsp-fixed-side-panel .wsp-password .input-wrapper input {
      margin-bottom: 0; }
    .wsp-fixed-side-panel .rows .input-wrapper input.invalid-input,
    .wsp-fixed-side-panel .wsp-password .input-wrapper input.invalid-input {
      border: 1px solid #cc0000;
      margin-bottom: 0 !important; }
    .wsp-fixed-side-panel .rows .input-wrapper input.invalid-input + label,
    .wsp-fixed-side-panel .wsp-password .input-wrapper input.invalid-input + label {
      display: inline; }
  .wsp-fixed-side-panel .rows .remove,
  .wsp-fixed-side-panel .wsp-password .remove {
    font-size: .7em;
    position: absolute;
    right: 0;
    color: #0B8ECC;
    text-decoration: underline;
    top: 50%;
    line-height: 1;
    margin-top: -.7em;
    cursor: pointer; }
  .wsp-fixed-side-panel .rows.disabled .remove,
  .wsp-fixed-side-panel .wsp-password.disabled .remove {
    opacity: .25; }
  .wsp-fixed-side-panel .submit {
    text-align: right;
    padding-top: 2em; }
  .wsp-fixed-side-panel #submitAddUsers {
    border: none;
    font-size: .9em;
    width: 100%;
    max-width: 500px;
    display: inline-block; }

body.side-panel-on .wsp-fixed-side-panel {
  right: 0; }

/*
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
*/
:disabled {
  cursor: not-allowed !important; }

#license-table-loader {
  background-color: #eff1f1;
  background-size: 30px;
  background-position: center 75px; }

#group-actions {
  padding-bottom: 1em;
  position: relative; }
  #group-actions .help {
    position: absolute;
    right: 0;
    width: 50px;
    top: 50%;
    margin-top: -1em;
    text-align: right;
    cursor: pointer; }
    #group-actions .help:hover .message-pop {
      display: block; }
  #group-actions .message-pop {
    position: absolute;
    text-align: left;
    z-index: 100;
    background-color: #fff;
    top: 90%;
    box-sizing: border-box;
    width: 400px;
    right: 0;
    font-size: .8em;
    padding: 1.5em;
    border: 1px solid #e5e5e5;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
    display: none; }
    #group-actions .message-pop p:not(:last-child) {
      margin-bottom: 1em; }
  #group-actions select,
  #group-actions button,
  #group-actions input {
    display: inline-block;
    width: auto;
    padding: 0 .75em !important;
    height: 36px;
    line-height: 35px;
    box-sizing: border-box;
    font-size: .85em;
    border: 1px solid #d1d1d1;
    margin-bottom: 0; }
  #group-actions select {
    max-width: 250px; }
  #group-actions input[type="search"] {
    border-radius: 0;
    width: 150px;
    background-image: url(https://wspimage.s3.amazonaws.com/icon-search-b.png);
    background-size: 14px;
    background-position: 125px 11px;
    background-repeat: no-repeat;
    padding-right: 30px !important;
    font-size: .75em; }
  #group-actions input[type="button"],
  #group-actions input[type="submit"] {
    background-color: #fff;
    color: #303030 !important;
    cursor: pointer; }
    #group-actions input[type="button"]:hover,
    #group-actions input[type="submit"]:hover {
      background-color: #ededed; }
  #group-actions input[name="group_archive"] {
    color: #ef5008 !important; }
  #group-actions #unselect-all {
    display: none; }
  #group-actions .disabled {
    cursor: default;
    opacity: .35; }
  #group-actions select {
    padding-right: 20px !important;
    min-width: 100px;
    background-color: #fff; }
  #group-actions #group-select {
    font-size: .9em;
    height: 42px;
    line-height: 42px; }
  #group-actions button {
    min-width: 70px;
    background-color: #fff;
    color: #303030 !important; }
    #group-actions button.remove {
      background-color: #D80A0A;
      color: #fff !important; }
    #group-actions button:not(.disabled):hover {
      background-color: #f3f3f3; }
  #group-actions #user-unarchive {
    display: none; }
  #group-actions #group-archive {
    display: none; }
  #group-actions .action,
  #group-actions .label {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap; }
  #group-actions .action + .action {
    margin-left: 1.5em; }
  #group-actions .labels {
    padding: 1em 0;
    font-size: .9em;
    display: none; }
  #group-actions .actions {
    position: relative; }
  #group-actions .inline-edit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .9em; }
  #group-actions .wsp-changes-saved {
    background-color: #22B783;
    color: #fff;
    padding: .5em 1em;
    font-size: .9em;
    margin-bottom: 1em;
    display: none; }
  #group-actions .wsp-validation-error {
    margin-bottom: 1em;
    font-size: .8em;
    display: none; }
    #group-actions .wsp-validation-error strong {
      color: #D80A0A; }
    #group-actions .wsp-validation-error span {
      display: inline-block;
      background-color: #ffe0e0;
      border: 1px solid #d3baba;
      padding: .5em 1em; }
  #group-actions #group-select {
    min-width: 400px;
    display: block;
    width: 100%;
    max-width: 600px; }

#filtered-group,
#current-group {
  margin: 0; }
  #filtered-group h4,
  #current-group h4 {
    line-height: 1;
    margin-top: 0 !important;
    font-size: 1em;
    font-weight: 700;
    font-size: .9em; }

/*
table#licensed-user-table {
	
	width: 100%;
	table-layout: fixed;
	font-size: .8em;
	
	th,
	td {
		border: 1px solid #bdbdbd;
		padding: 0 1em;
	}
	
	
	th {
		
		i {
			font-size: .9em;
			margin-left: 6px;
		}
	}
	
	th {
		background-color: #e5e5e5;
	}
	
	th:first-child,
	td:first-child {
		width: 40px;
		text-align: center;
		padding: 0;
		
		input {
			display: inline;
		}
	}
}
*/
#selected-count {
  position: absolute;
  top: 0;
  left: 47px;
  bottom: 0;
  right: 0;
  line-height: 36px;
  color: #fff;
  display: none; }

table#licensed-user-table {
  width: 100%;
  font-size: .8em;
  /*
	.user-group {
		display: inline-block;
		background-color: #fff;
		@include shadow;
		border: 1px solid #e5e5e5;
		padding: 0 4px;
		font-size: .75em;
	}
*/
  /*
	tr:nth-child(odd) td {
		background-color: #fbfbfb;
	}
*/ }
  table#licensed-user-table tr#thead-editing {
    display: none; }
  table#licensed-user-table th.show-editing {
    display: none; }
  table#licensed-user-table.editing th.hide-editing {
    color: transparent; }
  table#licensed-user-table.editing #selected-count {
    display: block; }
  table#licensed-user-table td.user-select,
  table#licensed-user-table th#select-all {
    text-align: right;
    padding-left: .5em;
    box-sizing: border-box; }
    table#licensed-user-table td.user-select input,
    table#licensed-user-table th#select-all input {
      margin: 0;
      padding: 0;
      vertical-align: middle;
      position: relative;
      top: -.1em; }
  table#licensed-user-table .glyphicon-pencil {
    font-size: .8em;
    color: #0B8ECC; }
  table#licensed-user-table td a {
    color: #0B8ECC; }
  table#licensed-user-table th i {
    font-size: .85em;
    margin-left: 3px; }
  table#licensed-user-table td.no-users {
    text-align: left;
    padding: 1em; }
  table#licensed-user-table td {
    box-sizing: border-box;
    -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; }
  table#licensed-user-table td.user-select {
    width: 40px; }
  table#licensed-user-table td i {
    margin-right: 1.5em;
    font-size: .75em;
    cursor: pointer;
    color: #0B8ECC; }
    table#licensed-user-table td i:hover {
      opacity: .5; }
  table#licensed-user-table td,
  table#licensed-user-table th {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: .5em; }
    table#licensed-user-table td.icons,
    table#licensed-user-table th.icons {
      display: none; }
  table#licensed-user-table tbody td {
    background-color: #fff; }
  table#licensed-user-table tbody tr:hover td {
    background-color: #f5f7f9;
    color: black;
    cursor: default; }
  table#licensed-user-table tr:first-child td {
    border-top: none; }
  table#licensed-user-table th {
    font-weight: 500;
    background: #8e97a5;
    color: #fff;
    border-bottom: none; }
  table#licensed-user-table tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5; }

.rbc-demo .nameplate {
  background-color: #1255b9 !important; }

.rbc-demo #lms-side-tabs-container {
  background-color: #2f6ecb; }

.rbc-demo #lms-side-tabs li.active a {
  background-color: #1255b9; }

.rbc-demo #main-content-user section h4 {
  color: #1255b9 !important;
  top: 0 !important; }

.rbc-demo .bluebutton {
  background-color: #1255b9; }

.rbc-demo h2 + p strong {
  color: #1255b9; }

#elective-mods .mod {
  width: 32.333%;
  padding: 1em !important; }

#elective-mods #mod-req::before {
  background-color: #0653c6; }

#elective-mods #mod-selected::before {
  background-color: #0653c6; }

#elective-mods #mod-needed::before {
  background-color: #830f4f; }

#elective-mods .fa-check-circle {
  color: #64e4b7;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 0;
  font-size: 2em; }

#elective-mods .label {
  align-items: center;
  line-height: 1;
  font-size: .9em;
  text-align: left; }
  #elective-mods .label strong {
    font-size: 2em;
    padding-right: .35em;
    display: block; }
  #elective-mods .label .desc {
    font-size: .9em; }
  #elective-mods .label a {
    color: #FFCC00;
    text-decoration: underline; }

#conference-schedule {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: #eff1f1;
  padding: 2em 0 3em;
  overflow: auto;
  display: none; }
  #conference-schedule .instructions {
    font-size: .9em;
    max-width: 800px;
    margin-bottom: 1em; }
    #conference-schedule .instructions strong {
      color: #ef5008; }
  #conference-schedule img.rbc {
    height: 30px;
    position: relative; }
  #conference-schedule #rbc-electives-signup {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    #conference-schedule #rbc-electives-signup .header {
      position: relative;
      margin-bottom: 1em; }
      #conference-schedule #rbc-electives-signup .header strong {
        color: #1255b9;
        font-size: 1.35em;
        font-weight: 600 !important; }
  #conference-schedule #close-schedule {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    line-height: 50px;
    background-color: #1255b9;
    text-align: center;
    cursor: pointer; }
    #conference-schedule #close-schedule i {
      color: #fff; }

#rbc-signup #electives-schedule-content h4 {
  font-size: 1em; }

#rbc-signup .schedule-tools {
  align-items: top;
  margin-bottom: .5em; }

#rbc-signup .tool {
  cursor: pointer;
  font-size: .85em;
  color: #1255b9;
  font-weight: 600;
  display: inline;
  padding-left: 1em; }
  #rbc-signup .tool:hover {
    text-decoration: underline; }

#rbc-signup legend,
#rbc-signup #open-all,
#rbc-signup #close-all,
#rbc-signup #unselect-all {
  font-size: .8em;
  line-height: 24px;
  height: 24px;
  font-weight: 600;
  cursor: pointer; }
  #rbc-signup legend i,
  #rbc-signup #open-all i,
  #rbc-signup #close-all i,
  #rbc-signup #unselect-all i {
    opacity: .5; }

#rbc-signup #unselect-all {
  color: #1255b9; }
  #rbc-signup #unselect-all:hover {
    text-decoration: underline; }

#rbc-signup #open-all,
#rbc-signup #close-all {
  display: none; }

#rbc-signup legend {
  font-size: .8em;
  line-height: 24px;
  height: 24px;
  font-weight: 600; }
  #rbc-signup legend i {
    font-size: .9em; }

#rbc-signup #open-all,
#rbc-signup #close-all {
  cursor: pointer;
  position: absolute;
  right: 0; }
  #rbc-signup #open-all i,
  #rbc-signup #close-all i {
    font-size: 1em;
    padding-right: 3px; }

#rbc-signup legend,
#rbc-signup .closeit {
  cursor: pointer; }
  #rbc-signup legend:hover,
  #rbc-signup .closeit:hover {
    color: #0B8ECC; }

#rbc-signup .filters {
  margin-bottom: 2em; }
  #rbc-signup .filters .filter-container {
    margin-top: -24px;
    padding: 0 1em;
    background-color: #e5e8e9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative; }
  #rbc-signup .filters strong {
    display: block;
    padding-bottom: .5em;
    padding-top: 1em; }
  #rbc-signup .filters strong,
  #rbc-signup .filters label {
    font-size: .8em; }
  #rbc-signup .filters .column {
    width: 33.333%;
    box-sizing: border-box;
    padding-right: 2.5em; }
  #rbc-signup .filters label {
    position: relative;
    line-height: 1.3;
    padding-left: 1.25em;
    box-sizing: border-box;
    display: block;
    margin-bottom: .5em; }
  #rbc-signup .filters input[type="checkbox"] {
    display: inline;
    width: auto;
    margin: 0;
    position: absolute;
    top: 1px;
    left: 0; }
  #rbc-signup .filters .closeit {
    position: absolute;
    top: 1em;
    right: 1em;
    display: none; }

#rbc-signup #rbc-electives-signup.open-all #close-all {
  display: none; }

#rbc-signup #rbc-electives-signup.open-all #open-all {
  display: block; }

#rbc-signup #rbc-electives-signup.filtering .closeit {
  display: block; }

#rbc-signup #rbc-electives-signup.filtering .filter-container {
  max-height: 1000px;
  padding-bottom: 1em; }

#rbc-signup #rbc-electives-signup.filtering legend,
#rbc-signup #rbc-electives-signup.filtering #open-all,
#rbc-signup #rbc-electives-signup.filtering #close-all,
#rbc-signup #rbc-electives-signup.filtering #unselect-all {
  visibility: hidden; }

#rbc-signup .container-day {
  font-size: .9em; }

#rbc-signup .day-header {
  cursor: pointer; }
  #rbc-signup .day-header > *:not(i) {
    display: inline;
    padding-right: 1em; }
  #rbc-signup .day-header > .fa-chevron-down,
  #rbc-signup .day-header > .fa-chevron-up {
    position: absolute;
    top: 2em;
    right: 2em; }
  #rbc-signup .day-header > .fa-chevron-up {
    display: none; }
  #rbc-signup .day-header:hover > .fa-chevron-down,
  #rbc-signup .day-header:hover > .fa-chevron-up {
    color: #0B8ECC; }

#rbc-signup #electives-schedule .day-header {
  padding-bottom: 1em; }

#rbc-signup .container-day.open .day-header > .fa-chevron-down {
  display: none; }

#rbc-signup .container-day.open .day-header > .fa-chevron-up {
  display: block; }

#rbc-signup .chosen {
  font-size: .75em;
  visibility: hidden; }

#rbc-signup h5 {
  padding-bottom: .75em;
  font-size: 1em !important;
  color: #ef5008 !important;
  text-transform: capitalize;
  font-weight: 600; }
  #rbc-signup h5 em {
    color: #303030 !important;
    font-size: .85em;
    font-weight: 600 !important;
    padding-left: 8px;
    display: none !important; }

#rbc-signup .container-day {
  background-color: #fff;
  position: relative;
  margin-bottom: .5em; }

#rbc-signup #conference-schedule .container-day {
  padding: 1.5em;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1); }

#rbc-signup .container-choices {
  display: table;
  width: 100%; }

#rbc-signup .signup-block,
#rbc-signup .thead {
  display: table-row; }
  #rbc-signup .signup-block > *,
  #rbc-signup .thead > * {
    display: table-cell; }

#rbc-signup .signup-block {
  font-size: .95em; }
  #rbc-signup .signup-block > *:not(.choose) {
    padding: .75em .5em; }
  #rbc-signup .signup-block:not(:last-child) > * {
    border-bottom: 1px solid #ebebeb; }
  #rbc-signup .signup-block.disabled-course h6::after {
    content: '(Already Chosen)';
    font-weight: 500;
    font-size: .8em;
    color: #ef5008;
    padding-left: 5px; }
  #rbc-signup .signup-block.disabled-time .time {
    color: #ef5008; }
  #rbc-signup .signup-block.disabled-course > *:not(.choose), #rbc-signup .signup-block.disabled-time > *:not(.choose) {
    opacity: .4; }

#rbc-signup h6 {
  font-weight: 700; }
  #rbc-signup h6:hover {
    color: #0B8ECC; }
  #rbc-signup h6 + p {
    font-size: .95em; }

#rbc-signup h6,
#rbc-signup .time {
  font-size: .95em; }

#rbc-signup .thead {
  background-color: #f7f7f7;
  font-size: .75em;
  font-weight: 600; }
  #rbc-signup .thead > * {
    padding: .25em .5em;
    box-sizing: border-box; }

#rbc-signup .choose {
  width: 30px; }

#rbc-signup .signup-block .credits {
  font-weight: 700; }

#rbc-signup .signup-block .rec,
#rbc-signup .signup-block .req {
  font-size: .85em; }
  #rbc-signup .signup-block .rec i,
  #rbc-signup .signup-block .req i {
    color: #dcdcdc; }

#rbc-signup .signup-block.required .req i {
  color: #1255b9; }

#rbc-signup .signup-block.recommended .rec i {
  color: #22B783; }

#rbc-signup .signup-block .credits:not(.na) {
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1; }

#rbc-signup .signup-block.disabled.required .req {
  opacity: .35; }

#rbc-signup .signup-block.disabled.recommended .rec {
  opacity: .35; }

#rbc-signup .course {
  cursor: pointer; }
  #rbc-signup .course .fa-chevron-down,
  #rbc-signup .course .fa-chevron-up {
    font-size: .7em;
    color: #0B8ECC;
    top: -1px;
    position: relative;
    padding-left: 2px; }
  #rbc-signup .course .fa-chevron-up {
    display: none; }
  #rbc-signup .course.open .fa-chevron-down {
    display: none; }
  #rbc-signup .course.open .fa-chevron-up {
    display: inline; }

#rbc-signup #conference-schedule .course p,
#rbc-signup #my-schedule .course p {
  -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;
  max-height: 0px;
  overflow: hidden; }

#rbc-signup #conference-schedule .course.open p,
#rbc-signup #my-schedule .course.open p {
  max-height: 1000px; }

#rbc-signup .course,
#rbc-signup .rec,
#rbc-signup .req,
#rbc-signup .time,
#rbc-signup .credits {
  box-sizing: border-box; }

#rbc-signup .course {
  width: 58%; }

#rbc-signup .rec,
#rbc-signup .req,
#rbc-signup .time,
#rbc-signup .credits {
  text-align: center;
  width: 10%; }

#rbc-signup .time {
  text-align: left; }

#rbc-signup .choose {
  width: 2%; }

#rbc-signup #electives-schedule .rec {
  display: none; }

#rbc-signup #electives-schedule .course {
  width: 68%; }

#rbc-signup #conference-schedule .collapse-container-choices {
  -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;
  max-height: 0px;
  overflow: hidden; }

#rbc-signup #conference-schedule .container-day.open .collapse-container-choices {
  max-height: 3000px;
  padding-top: 1em; }

#rbc-signup #electives-schedule .container-day:first-child .day-header {
  padding-top: 0; }

#rbc-signup #electives-schedule .thead {
  background-color: #eff1f1; }

#rbc-signup #electives-schedule .signup-block {
  font-size: .9em; }
  #rbc-signup #electives-schedule .signup-block > * {
    padding: .65em .5em;
    border-bottom: 1px solid #e5e5e5; }
  #rbc-signup #electives-schedule .signup-block .credits,
  #rbc-signup #electives-schedule .signup-block .type {
    font-size: .9em;
    font-weight: 500; }

#rbc-signup #electives-schedule .type {
  display: none; }

#rbc-signup #electives-schedule .day-header {
  font-size: .9em;
  padding-bottom: .75em;
  padding-top: 2em; }

#rbc-signup #electives-schedule h5 {
  font-weight: 700; }

#rbc-signup #electives-schedule .course {
  width: 50%; }

#rbc-signup .submit-container {
  position: fixed;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  background: rgba(242, 244, 245, 0.87);
  text-align: right;
  margin-top: 2em;
  left: 0;
  right: 0;
  display: none; }
  #rbc-signup .submit-container .restore {
    color: #0B8ECC;
    text-align: center;
    text-decoration: underline;
    padding-right: 2em;
    font-size: .8em;
    cursor: pointer; }
  #rbc-signup .submit-container .content-wrap {
    border-top: 1px solid #e5e5e5; }
  #rbc-signup .submit-container button {
    width: 125px;
    display: inline-block;
    padding: 0;
    height: 32px;
    line-height: 32px;
    background-color: #1255b9; }
  #rbc-signup .submit-container .greybutton {
    background-color: #dcdce0;
    color: #303030 !important; }
  #rbc-signup .submit-container .info {
    font-weight: 600;
    padding-right: 2em;
    font-size: .9em; }

@media print {
  .rbc-demo {
    font-size: 10px !important; }
    .rbc-demo *:not(#my-schedule) {
      display: none !important; }
    .rbc-demo .content-wrap {
      max-width: 10000px !important;
      width: 100% !important; }
    .rbc-demo #wrapper {
      background-color: #fff !important; }
    .rbc-demo #body-content,
    .rbc-demo #wrapper,
    .rbc-demo #main-content-user,
    .rbc-demo #main-tab-content,
    .rbc-demo #rbc-signup,
    .rbc-demo #electives-schedule-content {
      display: block !important; }
    .rbc-demo #main-content-user {
      margin-left: 0; }
    .rbc-demo #my-schedule {
      display: block !important; }
      .rbc-demo #my-schedule * {
        display: block !important; }
      .rbc-demo #my-schedule .tools {
        display: none !important; }
      .rbc-demo #my-schedule .thead,
      .rbc-demo #my-schedule .signup-block {
        display: table !important;
        width: 100%; }
        .rbc-demo #my-schedule .thead > *,
        .rbc-demo #my-schedule .signup-block > * {
          display: table-cell !important; }
      .rbc-demo #my-schedule .type {
        display: none !important; }
      .rbc-demo #my-schedule h5 {
        margin: 0 !important; }
        .rbc-demo #my-schedule h5 em {
          display: none !important; }
      .rbc-demo #my-schedule .thead {
        display: none !important; }
      .rbc-demo #my-schedule .day-header {
        padding: 0 !important; } }

.debug-info {
  font-size: .65em;
  background-color: rgba(255, 255, 255, 0.75);
  border: 3px solid #fff;
  padding: 1em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  left: 1em;
  line-height: 1.5em;
  font-weight: 700; }

#lms-side-tabs-container .nameplate {
  height: 70px;
  line-height: 70px;
  background-color: #006b9e;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff; }
  #lms-side-tabs-container .nameplate .greeting {
    font-size: 1em; }
  #lms-side-tabs-container .nameplate .avatar {
    border-radius: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #98ef9a;
    margin-right: .5em;
    color: #303030;
    box-sizing: border-box;
    font-weight: 600; }
    #lms-side-tabs-container .nameplate .avatar .initials {
      text-transform: uppercase;
      font-size: 12px;
      position: relative;
      top: 1px; }

#lms-side-tabs-container.group-branding .nameplate {
  background-color: rgba(0, 0, 0, 0.25); }

.tab-title i {
  font-size: .8em; }

.single-wsp_path_group #wrapper,
#main-content-admin,
#loader-user,
#loader-admin,
.loader-filter {
  background-color: #eff1f1; }

#lms-side-tabs-container,
#main-content-user,
#loader-user {
  -webkit-transition: left .15s ease-in-out;
  -moz-transition: left .15s ease-in-out;
  -o-transition: left .15s ease-in-out;
  -ms-transition: left .15s ease-in-out;
  transition: left .15s ease-in-out; }

#main-content-user {
  padding-bottom: 3em; }

#lms-side-tabs-container {
  position: fixed;
  width: 250px;
  left: 0;
  bottom: 0;
  top: 40px;
  background-color: #0B8ECC;
  box-sizing: border-box;
  z-index: 2000; }
  #lms-side-tabs-container #wsp-logo {
    display: none; }
    #lms-side-tabs-container #wsp-logo img {
      margin: 2em auto;
      width: 150px; }

#main-content-user,
#tab-loader {
  margin-left: 250px; }

#lms-nav,
#lms-nav .content-wrap {
  height: 70px; }

#lms-nav {
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1030;
  box-sizing: border-box;
  box-shadow: 0 1px 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; }
  #lms-nav .content-wrap {
    align-items: center; }
  #lms-nav .title {
    flex-grow: 2; }
    #lms-nav .title strong {
      font-weight: 600 !important;
      font-size: 1.35em;
      margin-right: .8em; }
  #lms-nav .company-logo {
    max-height: 43px; }

#main-content-admin {
  position: relative;
  z-index: 1998; }

#all-courses-content {
  position: relative; }

.single-wsp_path_group.leads-this-group #lms-side-tabs-container {
  display: none; }

#loader-user,
#loader-admin {
  position: fixed;
  display: block; }

#loader-admin {
  z-index: 1037; }

#loader-user,
.loader-filter {
  background-size: 32px; }

.loader-filter {
  right: -5px;
  bottom: -5px;
  min-height: 150px;
  background-position: center 100px;
  display: none; }

#lms-nav #last-activity {
  padding-left: 1em; }

#lms-nav .client-logo img {
  height: 26px; }

#lms-nav .title strong {
  display: none; }

#lms-nav #user-logout {
  position: absolute;
  top: 10%;
  right: 0;
  font-size: 13px;
  display: none;
  min-width: 100px;
  height: 30px; }
  #lms-nav #user-logout ul {
    position: absolute;
    background-color: #fff;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    padding: 1em 2em;
    top: 30px;
    right: 0; }
  #lms-nav #user-logout a {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap; }
  #lms-nav #user-logout li:last-child a {
    margin-bottom: 0; }

#lms-side-tabs-container .logo-block {
  height: 70px;
  background-color: #006b9e;
  padding-top: 26px;
  box-sizing: border-box;
  background-image: url(https://s3.amazonaws.com/wspimage/wsp-logo-reverse.svg);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: center center;
  display: none; }
  #lms-side-tabs-container .logo-block:hover {
    background-color: #14709a; }

#lms-side-tabs {
  font-size: .9em;
  margin: 2em 20px 0;
  position: static;
  display: block; }
  #lms-side-tabs > li {
    margin-bottom: .85em;
    padding-right: 0;
    display: block; }
    #lms-side-tabs > li > a {
      color: #fff;
      display: block;
      position: relative;
      padding: .75em 1em .75em 3em;
      line-height: 1.4;
      box-sizing: border-box;
      border-radius: 5px;
      cursor: pointer; }
      #lms-side-tabs > li > a:hover {
        color: rgba(255, 255, 255, 0.55); }
    #lms-side-tabs > li.active > a {
      background-color: #006b9e;
      color: #fff; }
      #lms-side-tabs > li.active > a:hover {
        opacity: 1; }
    #lms-side-tabs > li .drop {
      padding-left: 3em;
      max-height: 0;
      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; }
      #lms-side-tabs > li .drop li {
        margin: 1em 0; }
        #lms-side-tabs > li .drop li:last-child {
          margin-bottom: 0; }
      #lms-side-tabs > li .drop a {
        color: rgba(255, 255, 255, 0.25);
        cursor: pointer; }
        #lms-side-tabs > li .drop a:hover {
          color: rgba(255, 255, 255, 0.65); }
      #lms-side-tabs > li .drop li.active a {
        color: rgba(255, 255, 255, 0.65); }
    #lms-side-tabs > li.active .drop {
      max-height: 1000px; }
  #lms-side-tabs i {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -.5em;
    opacity: .5; }

.group-branding #lms-side-tabs > li.active > a {
  background-color: rgba(0, 0, 0, 0.25); }

#lms-side-tabs.user-account {
  position: absolute;
  bottom: 2em; }

.wsp-lms .siq-contain {
  position: relative;
  z-index: 100; }
  .wsp-lms .siq-contain input[type="search"] {
    box-sizing: border-box;
    background-image: url(https://wspimage.s3.amazonaws.com/icon-search-b.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: .9em;
    padding-left: 40px;
    margin-bottom: 0; }

.wsp-lms #lms-nav .siq-contain {
  padding-top: 0;
  margin: 0;
  flex-grow: 2;
  max-width: 500px; }
  .wsp-lms #lms-nav .siq-contain input[type="search"] {
    padding: 0 0 0 40px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9; }

.wsp-lms .wsp-tabs {
  font-size: .8em;
  font-weight: 600; }

#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; }

@media screen and (max-width: 1150px) {
  .debug-info {
    display: none; }
  .wsp-lms #lms-nav .siq-contain {
    max-width: none; }
  #main-content-user,
  #tab-loader {
    margin-left: 0; }
  .slider-on #tab-loader {
    margin-left: 250px; }
  #lms-nav {
    position: relative;
    margin-top: -70px; }
    #lms-nav #last-activity,
    #lms-nav .client-logo {
      display: none; }
    #lms-nav.search-active {
      margin-top: 0px; }
  #lms-side-tabs-container .nameplate {
    display: none; }
  #lms-side-tabs-container {
    top: 0;
    position: relative;
    width: auto;
    z-index: 1031;
    padding: 0; }
  #lms-side-tabs {
    margin: 0 auto;
    margin-left: 5%;
    display: flex;
    align-items: center;
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow-x: auto; }
    #lms-side-tabs a {
      padding: 0 1em !important;
      height: 40px !important;
      line-height: 40px !important; }
    #lms-side-tabs i {
      position: relative;
      left: 0;
      margin-right: 4px;
      top: -1px;
      margin-top: 0; }
    #lms-side-tabs li {
      margin: 0; }
    #lms-side-tabs li:not(.active) a {
      opacity: .65; }
      #lms-side-tabs li:not(.active) a:hover {
        color: #fff;
        opacity: 1; } }

@media screen and (max-width: 1000px) {
  #lms-nav .title strong {
    display: none; }
  #lms-nav .nameplate .name {
    padding-left: 0 !important; }
    #lms-nav .nameplate .name > span {
      display: none; } }

/*
@media screen and (max-width: 800px) {

	.mycourses .wsp-tabs {
		
		border-bottom: none;
		margin-bottom: 1em;
		
		li {
			padding-right: 1em;
			margin-bottom: .5em;
		}
		
		a {
			padding: 0;
			border-bottom: none;
			opacity: .35;
			position: relative;
			font-size: .9em;

		}
		
		li.active a{
			opacity: 1;
			padding-left: 1em;
			
			&::before {
				content: "";
				position: absolute;
				left: 0;
				width: 0; 
				height: 0;
				top: 50%;
				margin-top: -.5em;
				border-top: .5em solid transparent;
				border-bottom: .5em solid transparent;
				border-left: .75em solid $blue;
			}
		}
	}
}
*/
.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%; }

.search-banner {
  display: block;
  max-width: 700px;
  position: relative;
  margin-bottom: 2em;
  color: #fff;
  border-radius: 6px;
  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;
  padding: 1em 2em; }
  .search-banner:hover {
    transform: translate(0, -4px); }
  .search-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a3c50;
    background-color: #4f9d93;
    border-radius: 6px; }
  .search-banner.courses::before {
    background: linear-gradient(90deg, #0080bb 20%, #10d2b2 80%);
    opacity: .9; }
  .search-banner.bootcamp {
    background-position: center -20px !important; }
    .search-banner.bootcamp::before {
      background: linear-gradient(90deg, #0b8ecc 0%, #ff2400 100%);
      opacity: .5; }
  .search-banner > * {
    position: relative; }
  .search-banner .bluebutton {
    position: absolute;
    right: 2em;
    width: 130px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: .7em; }
  .search-banner strong {
    font-weight: 600 !important;
    display: block; }

.search-warning {
  font-size: .85em;
  margin-bottom: 1.5em;
  font-style: italic; }

#search-results-container {
  padding-left: 200px;
  margin-top: 3em;
  margin-bottom: 3em;
  box-sizing: border-box; }
  #search-results-container.content-wrap {
    max-width: 960px; }

#search-filters {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .95em;
  border-right: 1px solid #e5e5e5; }

#search-filters > * {
  margin-bottom: .5em; }

#search-filters a {
  padding: .5em 1em;
  display: block;
  color: #303030; }

#search-filters .active a {
  background-color: #eff1f1;
  border-right: 4px solid #0B8ECC; }

#search-results {
  border-left: 1px solid #e5e5e5;
  padding-left: 2em; }
  #search-results .result {
    display: block;
    position: relative;
    padding-left: 170px;
    color: #303030;
    margin-bottom: 1.35em;
    min-height: 100px; }
  #search-results .tag {
    text-transform: uppercase;
    font-size: .65em;
    color: #ef5008;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
    margin-bottom: -.25em; }
  #search-results h2 {
    font-size: 1.15em;
    font-weight: 600;
    padding: .35em 2em .35em 0;
    line-height: 1.3; }
    #search-results 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; }
    #search-results h2:hover a {
      color: #0B8ECC; }
  #search-results .thumbnail {
    width: 150px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    vertical-align: middle; }
  #search-results .result.bootcamp .thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a3c50;
    opacity: .7; }
  #search-results .result.bootcamp .course-title {
    font-size: .85em; }
  #search-results .result.salesmod .summary {
    display: inline-block;
    max-width: 400px; }
  #search-results .tint {
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  #search-results .course-title {
    width: 150px;
    height: 100px;
    color: #fff;
    font-size: .7em;
    display: flex;
    align-items: center; }
    #search-results .course-title strong {
      padding: 1em;
      box-sizing: border-box;
      width: 150px;
      line-height: 1.2;
      font-weight: 600 !important;
      position: relative;
      z-index: 2;
      text-align: center; }
  #search-results .meta-data {
    font-size: .8em;
    color: #608a9d;
    line-height: 1.5;
    /*
		.courseprice {
			
			color: $green;
			font-weight: 700 !important;
			
			strong {
				color: $black;
			}
		}
*/ }
    #search-results .meta-data > span {
      padding-right: .5em; }
    #search-results .meta-data a {
      color: #608a9d;
      text-decoration: underline; }
      #search-results .meta-data a::after {
        content: ",";
        padding-right: 3px; }
      #search-results .meta-data a:last-child::after {
        content: ""; }

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 {
  width: 400px !important;
  font-size: .8em !important; }
  .block-header form.wsp-search-form ::-webkit-input-placeholder {
    font-size: .9em; }
  .block-header form.wsp-search-form :-moz-placeholder {
    font-size: .9em; }
  .block-header form.wsp-search-form ::-moz-placeholder {
    font-size: .9em; }
  .block-header form.wsp-search-form :-ms-input-placeholder {
    font-size: .9em; }

#my-courses-header.block-header form.wsp-search-form {
  position: absolute;
  left: 180px;
  width: 230px; }

/*
#my-courses-tab-container {
	
	form.wsp-search-form {
		position: absolute;
		right: 0;
		width: 230px;
		top: 10px;
		height: 30px;
		font-size: .9em;
		

	}
}
*/
#my-courses-tab-container .siq-contain form {
  position: absolute;
  right: 0;
  width: 230px;
  top: 10px;
  height: 30px;
  font-size: .9em; }
  #my-courses-tab-container .siq-contain form input {
    padding: 0 .5em !important;
    line-height: 30px; }

.search-on #my-courses-tab-container #lms-tabs {
  opacity: 0; }

.search-on #my-courses-tab-container .wsp-search-form {
  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: 1em; }

#my-courses-main-content form.wsp-search-form {
  position: relative;
  display: none; }

/*
.query-header {
	display: block;
	margin-bottom: 1em;
}
*/
/*
@media screen and (max-width: 1000px) {
		
	#lesson-search-results {
				
		.course-tag {
			position: relative;
=======

@media screen and (max-width: 960px) {
	
	#my-courses-header.block-header form.wsp-search-form {
		left: auto !important;
		right: 0 !important;
	}
}

@media screen and (max-width: 800px) {
	
	#my-courses-main-content form.wsp-search-form {
		display: block;
	}
	
	.search .block-header form.wsp-search-form {
		display: none;
	}	
	
	#search-results-container {
		padding-left: 0;
		margin-top: 0
	}
	
	#search-results {
		padding-left: 0;
		border: none;
	}
	
	#search-filters {
		width: auto;
		position: relative;
		text-align: left;
		margin: 1em 0 2em;
		border: none;
		
		> * {
			display: inline-block;
			margin-right: 1.5em;
		}
		
		a {
			padding: 0 0 .25em 0;
		}
		
		.active a {
			background: none;
			border-bottom: 4px solid $blue;
			border-right: none;
		}
	}	
}

@media screen and (max-width: 600px) {
		
	$thumbwidth: 120px;
	$thumbheight: 80px;
		
	#search-results {

		.result {
			
			min-height: $thumbheight;
			padding-left: 135px;
			
			.tag {
				display: none;
			}
			
			&.article .meta-data {
				display: none;
			}
			
			&.lesson .meta-data .duration {
				display: none;
			}
			
			&.article h2 {
				padding: 0;
			}
			
			h2 {
				font-size: 1em;
				padding-top: 0;
			}
		}
		
		.thumbnail {
			width: $thumbwidth;
			height: $thumbheight;
		}
		
		.result.salesmod {
			min-height: 96px;
		}
			
		.course-title {
			width: $thumbwidth;
			height: $thumbheight;
			
			strong {
				width: $thumbwidth;
			}
		}		
	}
	
	.search-banner {
		max-width: 360px;
		text-align: center;
		
		strong {
			display: block;
		}
	}
}
*/
@media screen and (max-width: 960px) {
  #my-courses-header.block-header form.wsp-search-form {
    left: auto !important;
    right: 0 !important; } }

@media screen and (max-width: 800px) {
  #my-courses-main-content form.wsp-search-form {
    display: block; }
    #my-courses-main-content form.wsp-search-form .bluebutton {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1em;
      right: 0;
      top: 0;
      margin-top: .5em; }
  .search .block-header form.wsp-search-form {
    display: none; }
  #search-results-container {
    padding-left: 0;
    margin-top: 0; }
  #search-results {
    padding-left: 0;
    border: none; }
  #search-filters {
    width: auto;
    position: relative;
    text-align: left;
    margin: 1em 0 2em;
    border: none; }
    #search-filters > * {
      display: inline-block;
      margin-right: 1.5em; }
    #search-filters a {
      padding: 0 0 .25em 0; }
    #search-filters .active a {
      background: none;
      border-bottom: 4px solid #0B8ECC;
      border-right: none; } }

@media screen and (max-width: 600px) {
  #search-results .result {
    min-height: 80px;
    padding-left: 135px; }
    #search-results .result .tag {
      display: none; }
    #search-results .result.article .meta-data {
      display: none; }
    #search-results .result.lesson .meta-data .duration {
      display: none; }
    #search-results .result.article h2 {
      padding: 0; }
    #search-results .result h2 {
      font-size: 1em;
      padding-top: 0; }
  #search-results .thumbnail {
    width: 120px;
    height: 80px; }
  #search-results .course-title {
    width: 120px;
    height: 80px; }
    #search-results .course-title strong {
      width: 120px; } }

@media screen and (max-width: 500px) {
  .article-topper form.wsp-search-form {
    position: relative;
    top: -.4em; }
  .article-topper.search-on .article-meta {
    opacity: 1; } }

#my-courses-tab-container .siq-contain form {
  position: absolute;
  right: 0;
  width: 230px;
  top: 10px;
  height: 30px;
  font-size: .9em;
  -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; }
  #my-courses-tab-container .siq-contain form input {
    padding: 0 .5em !important;
    line-height: 30px; }

#siq-mobile {
  display: none;
  margin-bottom: 1em; }

.search-on #my-courses-tab-container .siq-contain form {
  width: 100%; }
  .search-on #my-courses-tab-container .siq-contain form input {
    /*
			max-width: 900px;
			margin: 0 auto !important;
			display: block;
*/ }

.search-on #my-courses-tab-container #lms-tabs {
  opacity: 0; }

@media screen and (max-width: 800px) {
  #my-courses-tab-container .siq-contain {
    display: none; }
  #siq-mobile {
    display: block; } }

#siq_search_results .search-results-R div.search-results-title a em,
#siq_search_results .search-results-R .sr-R-cont div em {
  background-color: transparent !important; }

#siq_search_results.loading {
  background: url(https://s3.amazonaws.com/wspimage/wsp-spinner.gif) center center no-repeat !important;
  background-size: 40px !important;
  min-height: 400px !important; }

#siq_search_results .siq-rp-panel a:hover::before {
  color: #0B8ECC !important; }

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:before {
  content: "Filter By";
  display: block;
  padding-bottom: .5em;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: .5em;
  border-bottom: 1px solid #e5e5e5; }

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:first-child {
  display: none !important; }

#siq_search_results .siq-rp-blogrfct-facet .siq-rp-facet-row:last-child {
  display: block !important; }

#siq_search_results .siq-rp-term-list {
  margin-top: 0 !important; }
  #siq_search_results .siq-rp-term-list > li:first-child {
    padding-top: 0 !important; }

#siq_search_results div.siq-prodfacet-contL .siq-rp-applied-filter, #siq_search_results div.siq-prodfacet-contL .siq-rp-applied-type-filter {
  font-size: 11px !important; }

#siq_search_results.siq-filter-on {
  position: relative !important; }
  #siq_search_results.siq-filter-on .siq-prodfacet-contR {
    width: auto !important;
    margin-left: 165px !important;
    float: none !important; }
  #siq_search_results.siq-filter-on .siq-prodfacet-contL {
    position: absolute;
    top: 3em !important;
    left: 0 !important;
    width: 150px !important;
    float: none !important; }

html body .holdResults._siq_main_searchbox .topArrow {
  display: none !important; }

html body .holdResults._siq_main_searchbox .siq-blogrfct-cont {
  border-color: #d9d9d9 !important;
  box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.1) !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont * {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a h3 {
    font-weight: 600 !important;
    font-size: .9em !important;
    line-height: 1.3 !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a .siq_resultLeft.has-image {
    height: 40px !important;
    width: 60px !important;
    overflow: hidden !important; }
    html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-tabcontent ul li a .siq_resultLeft.has-image img {
      width: 100% !important;
      height: auto !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont ul li.sectionHead {
    display: none !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont ul li.resultsMoreLi a {
    color: #0B8ECC !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq_resultLeft.has-image img {
    border-radius: 0 !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont.siq-filter-on .siq-blogrfct-srchmain {
    width: 73% !important;
    padding-top: 1em !important;
    box-sizing: border-box !important; }
  html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet {
    width: 25% !important;
    border-color: #e5e5e5 !important;
    border-bottom: none !important; }
    html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-facet-row:first-child {
      display: none !important; }
    html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-facet-row:last-child {
      display: block !important; }
    html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion {
      border-color: #e5e5e5 !important;
      text-transform: capitalize !important;
      font-weight: 600 !important;
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
      color: transparent !important; }
      html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion::before {
        content: "Filter By ...";
        color: #303030; }
      html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet button.siq-accordion.siq-active::after {
        content: none !important; }
    html body .holdResults._siq_main_searchbox .siq-blogrfct-cont .siq-blogrfct-facet .siq-scrollbox + div {
      max-height: 0 !important; }

.page-template-page-search-results #wrapper,
.page-template-page-searchIQ #wrapper {
  background-color: #eff1f1; }

.page-template-page-search-results #siq_search_results,
.page-template-page-searchIQ #siq_search_results {
  padding: 3em 0 0; }
  .page-template-page-search-results #siq_search_results *,
  .page-template-page-searchIQ #siq_search_results * {
    font-size: 1em !important;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  .page-template-page-search-results #siq_search_results .siq_searchInner,
  .page-template-page-searchIQ #siq_search_results .siq_searchInner {
    margin-bottom: .75em; }
    .page-template-page-search-results #siq_search_results .siq_searchInner input,
    .page-template-page-searchIQ #siq_search_results .siq_searchInner input {
      border-radius: 6px;
      border-color: #e5e5e5;
      background-size: .85em !important; }
      .page-template-page-search-results #siq_search_results .siq_searchInner input::placeholder,
      .page-template-page-searchIQ #siq_search_results .siq_searchInner input::placeholder {
        color: #afafaf;
        font-size: .9em !important; }
  .page-template-page-search-results #siq_search_results .siq-rp-applied-type-filter,
  .page-template-page-searchIQ #siq_search_results .siq-rp-applied-type-filter {
    font-size: .75em !important; }
  .page-template-page-search-results #siq_search_results .siq-prodfacet-contR,
  .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contR {
    padding-left: 1em;
    border-left: 1px solid #e5e5e5; }
  .page-template-page-search-results #siq_search_results .siq-prodfacet-contL div.siq-rp-panel.siq-rp-show,
  .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL div.siq-rp-panel.siq-rp-show {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .page-template-page-search-results #siq_search_results .siq-prodfacet-contL .siq-rp-facet-row,
  .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-facet-row {
    padding: 0; }
  .page-template-page-search-results #siq_search_results .siq-prodfacet-contL .siq-rp-panel > ul:first-child,
  .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel > ul:first-child {
    margin-top: 0; }
  .page-template-page-search-results #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul,
  .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul {
    font-size: .9em !important; }
    .page-template-page-search-results #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li,
    .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li {
      padding: .35em 0; }
    .page-template-page-search-results #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li.siq-rp-more,
    .page-template-page-searchIQ #siq_search_results .siq-prodfacet-contL .siq-rp-panel ul li.siq-rp-more {
      display: none; }
  .page-template-page-search-results #siq_search_results .siq-show-result,
  .page-template-page-searchIQ #siq_search_results .siq-show-result {
    padding-top: 0; }
    .page-template-page-search-results #siq_search_results .siq-show-result span,
    .page-template-page-searchIQ #siq_search_results .siq-show-result span {
      font-weight: 700; }
  .page-template-page-search-results #siq_search_results .searchFiltersLeftTd,
  .page-template-page-search-results #siq_search_results .searchFiltersRightTd,
  .page-template-page-searchIQ #siq_search_results .searchFiltersLeftTd,
  .page-template-page-searchIQ #siq_search_results .searchFiltersRightTd {
    font-size: .8em !important; }
  .page-template-page-search-results #siq_search_results .searchFiltersRightTd,
  .page-template-page-searchIQ #siq_search_results .searchFiltersRightTd {
    display: none; }
  .page-template-page-search-results #siq_search_results .siq-single-result,
  .page-template-page-searchIQ #siq_search_results .siq-single-result {
    padding: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5; }
    .page-template-page-search-results #siq_search_results .siq-single-result td.imageTd,
    .page-template-page-searchIQ #siq_search_results .siq-single-result td.imageTd {
      vertical-align: middle; }
      .page-template-page-search-results #siq_search_results .siq-single-result td.imageTd .search-results-L,
      .page-template-page-searchIQ #siq_search_results .siq-single-result td.imageTd .search-results-L {
        width: 50px;
        min-width: 50px;
        height: 33px;
        min-height: 32px;
        overflow: hidden; }
    .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .search-results-title,
    .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title {
      padding-right: 80px; }
    .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .sr-R-cont,
    .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont {
      display: none !important;
      height: 30px;
      text-overflow: ellipsis; }
      .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .sr-R-cont *,
      .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont * {
        font-size: .85em !important;
        line-height: 1.7 !important;
        font-weight: 500 !important;
        color: #303030 !important; }
        .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .sr-R-cont * *,
        .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-cont * * {
          font-size: 1em !important; }
    .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .srch-res-info,
    .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info {
      height: 0; }
      .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories,
      .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories {
        position: absolute;
        right: 0;
        padding-right: 0;
        top: 50%;
        margin-top: -.5em; }
        .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li,
        .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li {
          line-height: 1;
          color: #323232;
          background-color: #FFFFFF;
          font-size: .65em !important;
          font-weight: 600;
          display: none;
          box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3); }
          .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li:first-child,
          .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .srch-res-info .sr-R-categories li:first-child {
            display: block; }
    .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .sr-R-tags,
    .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-tags {
      display: none; }
      .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .sr-R-tags ul li,
      .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .sr-R-tags ul li {
        font-size: 13px !important; }
    .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .search-results-title a,
    .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a {
      font-weight: 600; }
      .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .search-results-title a:hover,
      .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a:hover {
        color: #0B8ECC; }
        .page-template-page-search-results #siq_search_results .siq-single-result .contentTd .search-results-title a:hover em,
        .page-template-page-searchIQ #siq_search_results .siq-single-result .contentTd .search-results-title a:hover em {
          color: #0B8ECC; }
  .page-template-page-search-results #siq_search_results table.siq_data_table td,
  .page-template-page-search-results #siq_search_results table.siq_searcharea_table td,
  .page-template-page-searchIQ #siq_search_results table.siq_data_table td,
  .page-template-page-searchIQ #siq_search_results table.siq_searcharea_table td {
    vertical-align: middle; }
  .page-template-page-search-results #siq_search_results ._siq_pagination,
  .page-template-page-searchIQ #siq_search_results ._siq_pagination {
    padding-bottom: 0; }
    .page-template-page-search-results #siq_search_results ._siq_pagination > *,
    .page-template-page-searchIQ #siq_search_results ._siq_pagination > * {
      padding: .35em .5em;
      font-size: .9em !important; }
      .page-template-page-search-results #siq_search_results ._siq_pagination > *.current,
      .page-template-page-searchIQ #siq_search_results ._siq_pagination > *.current {
        background-color: #0B8ECC;
        border-color: #0B8ECC;
        color: #fff; }

.page-template-page-search-results .siq-rp-facet-row button.siq-rp-accordion,
.page-template-page-searchIQ .siq-rp-facet-row button.siq-rp-accordion {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .page-template-page-searchIQ #wrapper .content-wrap {
    width: 96%;
    max-width: 500px; }
  .page-template-page-searchIQ #siq_search_results {
    padding-top: 2em !important; }
  body #siq_search_results .siq-single-result {
    /*
			padding: 0 !important;
			margin-bottom: 6px !important;
			padding-bottom: 6px !important;
*/ }
  body #siq_search_results table.siq_data_table td.imageTd .search-results-L {
    width: 70px !important;
    min-width: 70px !important;
    height: 50px !important;
    min-height: 50px !important;
    /*
					
					img {
						max-height: 75px !important;
					}
*/ }
  body #siq_search_results .search-results-R .sr-R-cont {
    display: none !important; }
  body #siq_search_results .siq-prodfacet-contL {
    display: none !important; }
    body #siq_search_results .siq-prodfacet-contL .siq-fctclose {
      display: none !important; }
    body #siq_search_results .siq-prodfacet-contL .siq-rp-blogrfct-facet {
      padding: 0 !important; }
  body #siq_search_results.siq-filter-on .siq-prodfacet-contL {
    display: none !important; }
  body #siq_search_results.siq-filter-on .siq-prodfacet-contR {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
    margin-left: 0 !important; } }

@media screen and (max-width: 550px) {
  html body .holdResults._siq_main_searchbox {
    display: none !important; } }

@media screen and (max-width: 500px) {
  .page-template-page-searchIQ #wrapper {
    background-color: #fff; }
  body #siq_search_results .siq-single-result {
    padding: 0 !important;
    margin-bottom: 6px !important;
    padding-bottom: 6px !important; }
  body #siq_search_results .search-results-row {
    background: none; } }

.mycourses .course-filters {
  margin-top: 3.5em; }

.sort-bar {
  margin-bottom: 1em; }

.fieldset-container {
  max-height: 0; }

.course-filters.show-all-filters .fieldset-container {
  max-height: 1000px; }

.filter-toolbar,
.fieldset-container {
  font-size: .75em; }

.filter-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 24px;
  line-height: 24px; }
  .filter-toolbar *[data-name] {
    margin-right: .35em; }
  .filter-toolbar button,
  .filter-toolbar .filter-select label {
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 1em !important;
    color: #404040;
    border: 1px solid #dee0e2;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background-color: #fff;
    display: inline-block;
    font-size: 1em;
    font-size: 1em;
    font-weight: 600; }
    .filter-toolbar button i:not(.fa-filter),
    .filter-toolbar .filter-select label i:not(.fa-filter) {
      font-size: .8em;
      margin-left: 3px; }
  .filter-toolbar button#show-all-filters i {
    font-size: .85em;
    color: #aeaeae; }
  .filter-toolbar button#show-all-filters.active i {
    color: #0B8ECC; }
  .filter-toolbar .filter-drop {
    position: relative; }
  .filter-toolbar .filter-drop:hover button {
    background-color: #f7f7f7; }
  .filter-toolbar .filter-drop:hover .menu {
    display: block; }
  .filter-toolbar .menu {
    position: absolute;
    z-index: 1011;
    font-size: 1em;
    background-color: #fff;
    padding: 1em;
    top: 100%;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.3);
    display: none; }
    .filter-toolbar .menu label {
      white-space: nowrap;
      display: block; }
    .filter-toolbar .menu input {
      margin-right: 5px; }
    .filter-toolbar .menu legend {
      display: none; }

.fieldset-container {
  background-color: #e5e8e9;
  overflow: hidden;
  position: relative;
  z-index: 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; }
  .fieldset-container .space-between {
    padding: 0 2em 2em; }
  .fieldset-container .buttons {
    padding-left: 2em;
    padding-top: 1em; }
  .fieldset-container .bluebutton {
    display: inline-block;
    width: 80px;
    margin-right: .5em; }

#filters-clear {
  background-color: #fff;
  color: #303030 !important; }

#my-courses.hide-filters .filter-toolbar {
  display: none; }

#my-courses.hide-filters .course-filters {
  min-height: 0; }

fieldset[name="filter-category"] {
  position: absolute;
  top: -3.5em;
  left: 0;
  right: 0; }
  fieldset[name="filter-category"] label {
    display: block;
    float: left;
    position: relative;
    padding: 0;
    font-size: .8em;
    height: 3.5em;
    line-height: 3.5em !important;
    background-color: #fff;
    width: 205px;
    text-align: center;
    border: 1px solid #d8dadc;
    border-right: none;
    border-radius: none;
    box-sizing: border-box;
    background-color: #e5e8e9;
    font-weight: 600;
    cursor: pointer; }
    fieldset[name="filter-category"] label img {
      height: 1.5em;
      position: relative;
      top: .3em;
      display: inline;
      left: -.5em;
      margin-left: -.25em; }
    fieldset[name="filter-category"] label:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    fieldset[name="filter-category"] label:last-child {
      border-right: 1px solid #dee0e2;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    fieldset[name="filter-category"] label.nogroup {
      width: 175px; }
    fieldset[name="filter-category"] label input {
      visibility: hidden; }
  fieldset[name="filter-category"].opacity {
    opacity: .5; }
  fieldset[name="filter-category"]:not(.opacity) label.active {
    background-color: #fff;
    color: #303030; }
  fieldset[name="filter-category"]:not(.opacity) label:not(.active):hover {
    background-color: transparent; }

.course-filters {
  margin-bottom: 1em;
  min-height: 24px; }
  .course-filters fieldset {
    display: block;
    box-sizing: border-box;
    padding-right: 1em; }
    .course-filters fieldset:lastchild {
      margin-right: 0; }
  .course-filters legend {
    font-weight: 600;
    margin-bottom: .25em;
    padding-top: 1em; }
  .course-filters label {
    display: block;
    white-space: nowrap;
    line-height: 1.75; }
    .course-filters label.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .course-filters .tools {
    font-size: .9em; }
  .course-filters .filter-select {
    position: relative;
    display: inline; }
    .course-filters .filter-select label {
      height: 32px;
      line-height: 32px;
      padding: 0 1em;
      color: #404040;
      border: 1px solid #dee0e1;
      font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      background-color: #fff;
      display: inline-block; }
      .course-filters .filter-select label i {
        font-size: .8em;
        margin-left: 3px; }
    .course-filters .filter-select select {
      position: absolute;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      height: auto;
      margin: 0;
      opacity: 0;
      font-size: 12px; }
  .course-filters input[type="checkbox"],
  .course-filters input[type="radio"] {
    padding: 0;
    margin: 0; }
  .course-filters input[type="checkbox"] {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 4px; }
  .course-filters input[type="radio"] {
    top: .1em;
    position: absolute;
    left: 0; }

@media screen and (max-width: 1500px) {
  .mycourses .course-filters {
    margin-top: 3em; } }

@media screen and (max-width: 800px) {
  fieldset[name="filter-category"] label {
    width: 155px;
    padding: 0 !important; }
    fieldset[name="filter-category"] label img {
      display: none; }
  .course-filters .fieldset-container > .flex {
    display: block; }
    .course-filters .fieldset-container > .flex fieldset {
      width: 100%; }
  .course-filters .fieldset-container {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    font-size: .9em; }
  .filter-toolbar .space-between {
    justify-content: flex-start; }
  .filter-toolbar button:not(#show-all-filters),
  .filter-toolbar .filter-drop {
    display: none; } }

@media screen and (max-width: 600px) {
  fieldset[name="filter-category"] label {
    width: 110px; } }

@media screen and (max-width: 400px) {
  fieldset[name="filter-category"] label {
    width: 100px; } }

@media screen and (max-width: 350px) {
  fieldset[name="filter-category"] label {
    width: auto;
    padding: 0 1em !important; } }

#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,
.page-template-page-learning-path #wpcomm,
.page-template-page-learning-path-university #wpcomm {
  margin: 0;
  padding: 0;
  border-top: none;
  max-width: none; }

.single .wc_comment_level-1,
.page-template-page-learning-path .wc_comment_level-1,
.page-template-page-learning-path-university .wc_comment_level-1 {
  margin-bottom: 1em; }

.single #wpcomm .wc-comment .wc-reply,
.page-template-page-learning-path #wpcomm .wc-comment .wc-reply,
.page-template-page-learning-path-university #wpcomm .wc-comment .wc-reply {
  margin-top: 1em !important; }

.single #wpcomm .wc-reply.wc_comment_level-2,
.page-template-page-learning-path #wpcomm .wc-reply.wc_comment_level-2,
.page-template-page-learning-path-university #wpcomm .wc-reply.wc_comment_level-2 {
  margin-left: 40px; }

.single .wpdiscuz-sbs-wrap,
.page-template-page-learning-path .wpdiscuz-sbs-wrap,
.page-template-page-learning-path-university .wpdiscuz-sbs-wrap {
  display: none !important; }

.single .wpdiscuz-button.wpdc_at,
.page-template-page-learning-path .wpdiscuz-button.wpdc_at,
.page-template-page-learning-path-university .wpdiscuz-button.wpdc_at {
  opacity: .5; }

.single #wpcomm .wc-comment,
.page-template-page-learning-path #wpcomm .wc-comment,
.page-template-page-learning-path-university #wpcomm .wc-comment {
  position: relative; }
  .single #wpcomm .wc-comment .wc-comment-right,
  .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right,
  .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-text,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields,
    .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right > .wc-comment-text,
    .page-template-page-learning-path-university #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,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-text a,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields a,
      .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right > .wc-comment-text a,
      .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-text,
    .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-value,
    .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label,
    .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label,
    .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wpd-bottom-custom-fields .wpd-cf-label::after,
    .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-header,
    .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right .wc-comment-link,
    .page-template-page-learning-path-university #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,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right .wc-comment-link .wpf-cta,
      .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right .wc-comment-link .wpf-cta {
        font-size: inherit; }
    .single #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer,
    .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer,
    .page-template-page-learning-path-university #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 *,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer *,
      .page-template-page-learning-path-university #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,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer span.wc-vote-link span,
      .page-template-page-learning-path-university #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,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-cta-button,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-cta-button-x,
      .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-cta-button,
      .page-template-page-learning-path-university #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,
      .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-comment-date,
      .page-template-page-learning-path-university #wpcomm .wc-comment .wc-comment-right > .wc-comment-footer .wc-comment-date {
        font-size: .7em !important; }
  .single #wpcomm .wc-comment .wc-comment-left,
  .page-template-page-learning-path #wpcomm .wc-comment .wc-comment-left,
  .page-template-page-learning-path-university #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,
.page-template-page-learning-path #wpcomm .wc-comment-date,
.page-template-page-learning-path-university #wpcomm .wc-comment-date {
  line-height: 30px; }

.single #wpcomm .wpdiscuz-front-actions,
.page-template-page-learning-path #wpcomm .wpdiscuz-front-actions,
.page-template-page-learning-path-university #wpcomm .wpdiscuz-front-actions {
  background: none;
  padding: 0; }

.single #wpcomm .wc-comment-author,
.single #wpcomm .wc-reply .wc-comment-author,
.page-template-page-learning-path #wpcomm .wc-comment-author,
.page-template-page-learning-path #wpcomm .wc-reply .wc-comment-author,
.page-template-page-learning-path-university #wpcomm .wc-comment-author,
.page-template-page-learning-path-university #wpcomm .wc-reply .wc-comment-author {
  font-size: .9em;
  font-weight: 600; }

.single .wc-blog-administrator > .wc-comment-left::before,
.single .wc-blog-editor > .wc-comment-left::before,
.single .wc-blog-author > .wc-comment-left::before,
.single .wc-blog-post_author > .wc-comment-left::before,
.single .wc-blog-operations > .wc-comment-left::before,
.page-template-page-learning-path .wc-blog-administrator > .wc-comment-left::before,
.page-template-page-learning-path .wc-blog-editor > .wc-comment-left::before,
.page-template-page-learning-path .wc-blog-author > .wc-comment-left::before,
.page-template-page-learning-path .wc-blog-post_author > .wc-comment-left::before,
.page-template-page-learning-path .wc-blog-operations > .wc-comment-left::before,
.page-template-page-learning-path-university .wc-blog-administrator > .wc-comment-left::before,
.page-template-page-learning-path-university .wc-blog-editor > .wc-comment-left::before,
.page-template-page-learning-path-university .wc-blog-author > .wc-comment-left::before,
.page-template-page-learning-path-university .wc-blog-post_author > .wc-comment-left::before,
.page-template-page-learning-path-university .wc-blog-operations > .wc-comment-left::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://wspimage.s3.amazonaws.com/wsp-logo-circle.svg);
  background-repeat: no-repeat;
  background-size: 100%; }

.single .wc-blog-administrator > .wc-comment-left img,
.single .wc-blog-editor > .wc-comment-left img,
.single .wc-blog-author > .wc-comment-left img,
.single .wc-blog-post_author > .wc-comment-left img,
.single .wc-blog-operations > .wc-comment-left img,
.page-template-page-learning-path .wc-blog-administrator > .wc-comment-left img,
.page-template-page-learning-path .wc-blog-editor > .wc-comment-left img,
.page-template-page-learning-path .wc-blog-author > .wc-comment-left img,
.page-template-page-learning-path .wc-blog-post_author > .wc-comment-left img,
.page-template-page-learning-path .wc-blog-operations > .wc-comment-left img,
.page-template-page-learning-path-university .wc-blog-administrator > .wc-comment-left img,
.page-template-page-learning-path-university .wc-blog-editor > .wc-comment-left img,
.page-template-page-learning-path-university .wc-blog-author > .wc-comment-left img,
.page-template-page-learning-path-university .wc-blog-post_author > .wc-comment-left img,
.page-template-page-learning-path-university .wc-blog-operations > .wc-comment-left img {
  display: none !important; }

.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,
.single .wc-blog-operations > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path .wc-blog-administrator > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path .wc-blog-editor > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path .wc-blog-author > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path .wc-blog-post_author > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path .wc-blog-operations > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path-university .wc-blog-administrator > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path-university .wc-blog-editor > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path-university .wc-blog-author > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path-university .wc-blog-post_author > .wc-comment-right .wc-comment-author::after,
.page-template-page-learning-path-university .wc-blog-operations > .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,
.page-template-page-learning-path #wpcomm .wc-comment-author,
.page-template-page-learning-path-university #wpcomm .wc-comment-author {
  padding: 0 !important; }

.single #wpcomm .wpd-form-row .wpd-has-icon .wpd-field,
.page-template-page-learning-path #wpcomm .wpd-form-row .wpd-has-icon .wpd-field,
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpd-has-icon .wpd-field {
  padding-left: 36px; }

.single #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-desc,
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-desc,
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-desc {
  line-height: 1.75em; }

.single .wpdc_at:hover,
.page-template-page-learning-path .wpdc_at:hover,
.page-template-page-learning-path-university .wpdc_at:hover {
  background: url("https://s3.amazonaws.com/wspimage/atuser.svg") right center no-repeat; }

.single .wc-vote-link.wc-down,
.page-template-page-learning-path .wc-vote-link.wc-down,
.page-template-page-learning-path-university .wc-vote-link.wc-down {
  display: none !important; }

.single .wc-comment-text + .wc-comment-footer,
.page-template-page-learning-path .wc-comment-text + .wc-comment-footer,
.page-template-page-learning-path-university .wc-comment-text + .wc-comment-footer {
  margin-top: 15px !important; }

.single #wpcomm .wc-follow-link,
.page-template-page-learning-path #wpcomm .wc-follow-link,
.page-template-page-learning-path-university #wpcomm .wc-follow-link {
  display: none; }

.single .wpdiscuz-form-top-bar,
.page-template-page-learning-path .wpdiscuz-form-top-bar,
.page-template-page-learning-path-university .wpdiscuz-form-top-bar {
  display: none; }

.single #wpcomm .wc-comment-footer .wc-vote-result,
.page-template-page-learning-path #wpcomm .wc-comment-footer .wc-vote-result,
.page-template-page-learning-path-university #wpcomm .wc-comment-footer .wc-vote-result {
  padding: 0 3px; }

.single #wpcomm .wc-vote-link.wc-up,
.page-template-page-learning-path #wpcomm .wc-vote-link.wc-up,
.page-template-page-learning-path-university #wpcomm .wc-vote-link.wc-up {
  color: #22B783; }

.single #wpcomm .wc-vote-link.wc-down,
.page-template-page-learning-path #wpcomm .wc-vote-link.wc-down,
.page-template-page-learning-path-university #wpcomm .wc-vote-link.wc-down {
  color: #D80A0A; }

.single #wpcomm .wc-comment-right .wc-comment-text,
.single #wpcomm .wc-comment-footer,
.page-template-page-learning-path #wpcomm .wc-comment-right .wc-comment-text,
.page-template-page-learning-path #wpcomm .wc-comment-footer,
.page-template-page-learning-path-university #wpcomm .wc-comment-right .wc-comment-text,
.page-template-page-learning-path-university #wpcomm .wc-comment-footer {
  padding: 0; }

.single .logged-in .wpdiscuz-form-top-bar,
.page-template-page-learning-path .logged-in .wpdiscuz-form-top-bar,
.page-template-page-learning-path-university .logged-in .wpdiscuz-form-top-bar {
  display: block; }

.single #wc-comment-header,
.page-template-page-learning-path #wc-comment-header,
.page-template-page-learning-path-university #wc-comment-header {
  display: none; }

.single .comments-area,
.page-template-page-learning-path .comments-area,
.page-template-page-learning-path-university .comments-area {
  width: auto; }

.single #wpcomm .wc-comment-right .wc-comment-text,
.single #wpcomm .wc-comment-right .wc-comment-text *,
.page-template-page-learning-path #wpcomm .wc-comment-right .wc-comment-text,
.page-template-page-learning-path #wpcomm .wc-comment-right .wc-comment-text *,
.page-template-page-learning-path-university #wpcomm .wc-comment-right .wc-comment-text,
.page-template-page-learning-path-university #wpcomm .wc-comment-right .wc-comment-text * {
  font-size: .95em !important;
  line-height: 1.8 !important; }

.single #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap,
.page-template-page-learning-path #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap,
.page-template-page-learning-path-university #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,
.page-template-page-learning-path #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea,
.page-template-page-learning-path-university #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,
.page-template-page-learning-path #wpcomm .wc-vote-result,
.page-template-page-learning-path-university #wpcomm .wc-vote-result {
  color: #303030; }

.single .wc-comment-label,
.page-template-page-learning-path .wc-comment-label,
.page-template-page-learning-path-university .wc-comment-label {
  display: none !important; }

.single #wpcomm .wc-field-textarea .wpdiscuz-textarea-foot,
.page-template-page-learning-path #wpcomm .wc-field-textarea .wpdiscuz-textarea-foot,
.page-template-page-learning-path-university #wpcomm .wc-field-textarea .wpdiscuz-textarea-foot {
  border-top: none; }

.single #wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea,
.page-template-page-learning-path #wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea,
.page-template-page-learning-path-university #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,
.page-template-page-learning-path .wc-form-footer .wpd-form-col-left .wpdiscuz-item:last-child,
.page-template-page-learning-path-university .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"],
.page-template-page-learning-path #wpcomm button,
.page-template-page-learning-path #wpcomm input[type="button"],
.page-template-page-learning-path #wpcomm input[type="reset"],
.page-template-page-learning-path #wpcomm input[type="submit"],
.page-template-page-learning-path-university #wpcomm button,
.page-template-page-learning-path-university #wpcomm input[type="button"],
.page-template-page-learning-path-university #wpcomm input[type="reset"],
.page-template-page-learning-path-university #wpcomm input[type="submit"] {
  padding: 1em 2em; }

.single #wpcomm .wc_save_wrap,
.page-template-page-learning-path #wpcomm .wc_save_wrap,
.page-template-page-learning-path-university #wpcomm .wc_save_wrap {
  text-align: right; }
  .single #wpcomm .wc_save_wrap:after,
  .page-template-page-learning-path #wpcomm .wc_save_wrap:after,
  .page-template-page-learning-path-university #wpcomm .wc_save_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .single #wpcomm .wc_save_wrap > input,
  .page-template-page-learning-path #wpcomm .wc_save_wrap > input,
  .page-template-page-learning-path-university #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"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="text"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="url"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="color"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="date"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime-local"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="month"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="number"],
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item input[type="time"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="text"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="url"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="color"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="date"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime-local"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="month"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="number"],
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item input[type="time"] {
  height: 3em; }

.single #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon,
.page-template-page-learning-path #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon,
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon {
  line-height: 1.75em; }

.single #wpcomm .wpd-form-row .wpd-field,
.page-template-page-learning-path #wpcomm .wpd-form-row .wpd-field,
.page-template-page-learning-path-university #wpcomm .wpd-form-row .wpd-field {
  color: #303030; }

.single .wpdc_user_list > input,
.page-template-page-learning-path .wpdc_user_list > input,
.page-template-page-learning-path-university .wpdc_user_list > input {
  display: none; }

.single .wc-comment-author,
.page-template-page-learning-path .wc-comment-author,
.page-template-page-learning-path-university .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"],
.page-template-page-learning-path .wc-field-submit label[title="Stick this comment"],
.page-template-page-learning-path .wc-field-submit label[title="Close this thread"],
.page-template-page-learning-path-university .wc-field-submit label[title="Stick this comment"],
.page-template-page-learning-path-university .wc-field-submit label[title="Close this thread"] {
  display: none !important; }

.single #wpcomm.wpdiscuz_auth .wc-field-submit,
.page-template-page-learning-path #wpcomm.wpdiscuz_auth .wc-field-submit,
.page-template-page-learning-path-university #wpcomm.wpdiscuz_auth .wc-field-submit {
  padding: 15px 0 0 5px; }

.single #wpcomm .wc-field-submit:after,
.page-template-page-learning-path #wpcomm .wc-field-submit:after,
.page-template-page-learning-path-university #wpcomm .wc-field-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.single #wpcomm .wc-field-submit > *,
.page-template-page-learning-path #wpcomm .wc-field-submit > *,
.page-template-page-learning-path-university #wpcomm .wc-field-submit > * {
  display: block;
  float: right;
  clear: right; }

.single #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"],
.page-template-page-learning-path #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"],
.page-template-page-learning-path-university #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,
  .page-template-page-learning-path #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > input[type="checkbox"].wpd_label__checkbox,
  .page-template-page-learning-path-university #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,
    .page-template-page-learning-path #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > input[type="checkbox"].wpd_label__checkbox::after,
    .page-template-page-learning-path-university #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,
  .page-template-page-learning-path #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > .wpd_label__text,
  .page-template-page-learning-path-university #wpcomm .wc-field-submit label[title="Notify of new replies to this comment"] > .wpd_label__text {
    display: none !important; }

.single #wpcomm .avatar,
.page-template-page-learning-path #wpcomm .avatar,
.page-template-page-learning-path-university #wpcomm .avatar {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  overflow: hidden; }

.single .wpdc_at,
.page-template-page-learning-path .wpdc_at,
.page-template-page-learning-path-university .wpdc_at {
  background: url("https://s3.amazonaws.com/wspimage/atuser.svg") right center no-repeat; }
  .single .wpdc_at:before,
  .page-template-page-learning-path .wpdc_at:before,
  .page-template-page-learning-path-university .wpdc_at:before {
    content: "click here to mention a user";
    font-size: .75em;
    padding-right: 22px; }

.single textarea[name="wc_comment"]::placeholder,
.page-template-page-learning-path textarea[name="wc_comment"]::placeholder,
.page-template-page-learning-path-university textarea[name="wc_comment"]::placeholder {
  font-size: 1em !important; }

.single.logged-in #wpcomm .wpd-form-row .wpd-form-col-right,
.page-template-page-learning-path.logged-in #wpcomm .wpd-form-row .wpd-form-col-right,
.page-template-page-learning-path-university.logged-in #wpcomm .wpd-form-row .wpd-form-col-right {
  width: auto; }

.single #wpcomm .wpdiscuz-form-bottom-bar,
.page-template-page-learning-path #wpcomm .wpdiscuz-form-bottom-bar,
.page-template-page-learning-path-university #wpcomm .wpdiscuz-form-bottom-bar {
  display: none !important; }

.single #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"],
.page-template-page-learning-path #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"],
.page-template-page-learning-path-university #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
  border: none; }

.single .wc-reply-button > i,
.page-template-page-learning-path .wc-reply-button > i,
.page-template-page-learning-path-university .wc-reply-button > i {
  display: none !important; }

.single input.wc_website,
.page-template-page-learning-path input.wc_website,
.page-template-page-learning-path-university input.wc_website {
  display: none !important; }

.single i.fas.fa-link,
.page-template-page-learning-path i.fas.fa-link,
.page-template-page-learning-path-university 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; } }

.import-list-section {
  background-color: #f7f7f7;
  top: 2em;
  padding: 2em;
  margin-top: 0;
  display: block;
  position: relative;
  z-index: 50;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1); }
  .import-list-section .task-overview-info h5 {
    text-transform: none;
    font-weight: 200;
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1em; }
  .import-list-section .task-overview-info br {
    display: block !important; }
  .import-list-section .main-import-block {
    margin: 2em 0 0 0; }
    .import-list-section .main-import-block:first-child {
      margin-top: 0; }
    .import-list-section .main-import-block.opaque {
      position: relative; }
  .import-list-section .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; }
  .import-list-section .chapter-key {
    font-size: .7em;
    position: absolute;
    right: 2em;
    top: 50%;
    margin-top: -.7em; }
    .import-list-section .chapter-key .glyphicon-star {
      padding-right: 0;
      top: 1px; }
  .import-list-section .import-task-name {
    background-color: #ecedef;
    border-top: 1px solid #e8eaec;
    padding: 1em 1.5em;
    position: relative; }
  .import-list-section .glyphicon-star {
    padding-right: 5px;
    top: 2px; }
  .import-list-section .import-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;
    cursor: pointer; }
    .import-list-section .import-block:hover {
      background-color: #0B8ECC; }
    .import-list-section .import-block > div.to-task {
      width: 100%;
      height: 100%;
      display: block;
      color: #303030;
      position: static; }
  .import-list-section .import-task-title,
  .import-list-section .taskstatus,
  .import-list-section .tasktime {
    line-height: 70px; }
  .import-list-section .import-task-title {
    display: block;
    width: 70%;
    padding-left: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .import-list-section .tasknumb {
    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; }
  .import-list-section .quiztag {
    padding: .25em 1em !important;
    font-size: .6em;
    background: #ffe000;
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: -.15em; }
  .import-list-section .taskstatus {
    padding: 0; }
  .import-list-section .tasktime,
  .import-list-section .taskstatus {
    padding: 0;
    position: absolute;
    right: 4em;
    font-size: .7em;
    top: -.75em; }
    .import-list-section .tasktime .glyphicon,
    .import-list-section .taskstatus .glyphicon {
      width: 1.25em;
      position: relative;
      top: 1px;
      padding-right: 2px; }
  .import-list-section .tasktime {
    padding: 0;
    position: absolute;
    right: 4em;
    font-size: .7em;
    top: 1.25em; }
    .import-list-section .tasktime .glyphicon {
      width: 1.25em;
      position: relative;
      top: 1px;
      padding-right: 2px; }
  .import-list-section .import-task-name {
    font-size: 1em;
    font-weight: 600; }
  .import-list-section .show-detail,
  .import-list-section .glyphicon-time {
    position: absolute;
    font-size: .7em;
    top: 2.85em;
    line-height: 1; }
  .import-list-section .show-detail {
    color: #303030;
    right: 1.5em;
    z-index: 2;
    top: 2.75em; }
    .import-list-section .show-detail.ghost {
      opacity: .2; }
  .import-list-section span.show-detail:hover {
    color: #0B8ECC; }
  .import-list-section .glyphicon-time {
    position: absolute; }
  .import-list-section .completed .glyphicon-time {
    color: #22B783; }
  .import-list-section .list-title h5 {
    font-size: 1.1em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .25em;
    text-transform: none;
    font-weight: 600;
    margin-top: 0; }
  .import-list-section .task-overview-info {
    padding: 1.5em 2em;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e2e2; }

@media screen and (max-width: 700px) {
  .import-list-section {
    font-size: .95em; }
    .import-list-section .import-task-name {
      font-size: .95em; }
    .import-list-section .main-import-block {
      margin-top: 0; }
    .import-list-section .tasktime,
    .import-list-section .taskstatus {
      display: none; }
    .import-list-section .show-detail {
      top: 1.95em; }
    .import-list-section .glyphicon-time {
      right: 3em;
      top: 2em; }
    .import-list-section .import-task-title {
      width: auto;
      overflow: visible;
      white-space: normal;
      padding-right: 3.5em;
      line-height: 1.4;
      padding-left: 0; }
    .import-list-section .import-task-name,
    .import-list-section .import-block {
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .import-list-section .import-block {
      line-height: normal;
      height: auto; }
      .import-list-section .import-block > div.to-task {
        display: table-row;
        height: auto; }
        .import-list-section .import-block > div.to-task .import-task-title,
        .import-list-section .import-block > div.to-task .tasknumb {
          display: table-cell;
          vertical-align: middle; }
        .import-list-section .import-block > div.to-task .tasknumb {
          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; } }

.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; } }
