@charset "UTF-8";
@import url(lib/fancybox/jquery.fancybox.css);
@import url(lib/font-awesome.css);
@import url(lib/foo-table/footable.core.css);
@import url(lib/bootstrap.css);
@import url(lib/slick.css);
/* =========================
   FLEX GRID (Bootstrap-like)
   ========================= */
.grid-thing {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid red;
  padding: 4px; }

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.flex-row-tight {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /* no gutter compensation */ }

.flex-row-tight > [class*="flex-col-"] {
  padding: 0;
  /* removes gutters */ }

.flex-row > [class*="flex-col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

/* Base column behavior */
[class*="flex-col-"] {
  flex: 0 0 auto; }

.flex-col-1 {
  width: 8.333333%; }

.flex-col-2 {
  width: 16.666667%; }

.flex-col-3 {
  width: 25%; }

.flex-col-4 {
  width: 33.333333%; }

.flex-col-5 {
  width: 41.666667%; }

.flex-col-6 {
  width: 50%; }

.flex-col-7 {
  width: 58.333333%; }

.flex-col-8 {
  width: 66.666667%; }

.flex-col-9 {
  width: 75%; }

.flex-col-10 {
  width: 83.333333%; }

.flex-col-11 {
  width: 91.666667%; }

.flex-col-12 {
  width: 100%; }

@media (min-width: 768px) {
  .flex-col-sm-1 {
    width: 8.333333%; }
  .flex-col-sm-2 {
    width: 16.666667%; }
  .flex-col-sm-3 {
    width: 25%; }
  .flex-col-sm-4 {
    width: 33.333333%; }
  .flex-col-sm-5 {
    width: 41.666667%; }
  .flex-col-sm-6 {
    width: 50%; }
  .flex-col-sm-7 {
    width: 58.333333%; }
  .flex-col-sm-8 {
    width: 66.666667%; }
  .flex-col-sm-9 {
    width: 75%; }
  .flex-col-sm-10 {
    width: 83.333333%; }
  .flex-col-sm-11 {
    width: 91.666667%; }
  .flex-col-sm-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .flex-col-md-1 {
    width: 8.333333%; }
  .flex-col-md-2 {
    width: 16.666667%; }
  .flex-col-md-3 {
    width: 25%; }
  .flex-col-md-4 {
    width: 33.333333%; }
  .flex-col-md-5 {
    width: 41.666667%; }
  .flex-col-md-6 {
    width: 50%; }
  .flex-col-md-7 {
    width: 58.333333%; }
  .flex-col-md-8 {
    width: 66.666667%; }
  .flex-col-md-9 {
    width: 75%; }
  .flex-col-md-10 {
    width: 83.333333%; }
  .flex-col-md-11 {
    width: 91.666667%; }
  .flex-col-md-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .flex-col-lg-1 {
    width: 8.333333%; }
  .flex-col-lg-2 {
    width: 16.666667%; }
  .flex-col-lg-3 {
    width: 25%; }
  .flex-col-lg-4 {
    width: 33.333333%; }
  .flex-col-lg-5 {
    width: 41.666667%; }
  .flex-col-lg-6 {
    width: 50%; }
  .flex-col-lg-7 {
    width: 58.333333%; }
  .flex-col-lg-8 {
    width: 66.666667%; }
  .flex-col-lg-9 {
    width: 75%; }
  .flex-col-lg-10 {
    width: 83.333333%; }
  .flex-col-lg-11 {
    width: 91.666667%; }
  .flex-col-lg-12 {
    width: 100%; } }

.flex-center {
  justify-content: center; }

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

.flex-around {
  justify-content: space-around; }

.flex-start {
  justify-content: flex-start; }

.flex-end {
  justify-content: flex-end; }

.flex-middle {
  align-items: center; }

.flex-top {
  align-items: flex-start; }

.flex-bottom {
  align-items: flex-end; }

.flex-column {
  flex-direction: column; }

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

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

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

@media (min-width: 992px) {
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; } }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

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

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

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

.align-self-center {
  align-self: center; }

.ps-row {
  gap: 120px;
  padding: 0 0 60px 0;
  flex-wrap: nowrap;
  display: flex; }
  .ps-row.reverse {
    flex-direction: row-reverse; }
    .ps-row.reverse .image-col {
      align-items: end; }
  .ps-row .ps-flex-col {
    justify-content: center;
    /* horizontally */
    align-items: start;
    flex-direction: column;
    flex: 1;
    display: flex; }
    .ps-row .ps-flex-col .spot-image {
      max-width: 380px; }
  @media (max-width: 992px) {
    .ps-row {
      display: block; }
      .ps-row .ps-flex-col.image-col {
        align-items: center !important; }
      .ps-row .ps-flex-col .title {
        text-align: center; }
      .ps-row .ps-flex-col .spot-image {
        margin-bottom: 20px; }
      .ps-row .ps-flex-col .bullet {
        width: 15px; } }
* {
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  font-size: 62.5%; }

body {
  font: 100%;
  font-size: 14pt;
  color: #545a5f;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  width: 100%;
  line-height: 24px;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  zoom: 1; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
img {
  height: auto; }

.primary-color-bg {
  background: #138abb; }

.secondary-color-bg {
  background: #FFBC00; }

.white-bg {
  background: white; }
  .white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5, .white-bg p {
    color: #545a5f !important; }

.off-white-bg {
  background: #f2f2f2; }
  .off-white-bg h1, .off-white-bg h2, .off-white-bg h3, .off-white-bg h4, .off-white-bg h5, .off-white-bg p {
    color: #545a5f !important; }

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

.base-line-height {
  line-height: 24px; }

.small-line-height {
  line-height: 18px; }

.full-width {
  width: 100%; }

.max-width {
  max-width: 100%; }

.display-block {
  display: block; }

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

.inline {
  display: inline; }

@media (max-width: 992px) {
  .d-block-mobile {
    display: block; }
  .d-none-mobile {
    display: none; } }

.border-top {
  border-top: 1px solid #dddddd; }

.border-right {
  border-right: 1px solid #dddddd; }

.border-bottom {
  border-bottom: 1px solid #dddddd; }

.border-left {
  border-left: 1px solid #dddddd; }

.no-border {
  border: none !important; }

.logo {
  background: url(../images/logo.png);
  background-size: 100%;
  width: 388px;
  height: 50px;
  display: block; }

.logo_two {
  background: url(../images/public/logo_2.png);
  background-size: 100%;
  width: 388px;
  height: 35px;
  display: block; }

.logo-sm {
  background: url(../images/logo_sm.png) no-repeat;
  padding: 0;
  display: block;
  background-size: 100%;
  width: 130px;
  height: 25px;
  top: 15px;
  margin-left: 20px;
  position: relative; }

.hr-flourish {
  border: 1px solid #fed267; }

.affix {
  top: 30px;
  width: 18%; }

@font-face {
  font-family: 'socialicoregular';
  src: url("../font/socialico-webfont.eot");
  src: url("../font/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("../font/socialico-webfont.woff") format("woff"), url("../font/socialico-webfont.ttf") format("truetype"), url("../font/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_700regular';
  src: url("../font/museosans_700-webfont.eot");
  src: url("../font/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museosans_700-webfont.woff") format("woff"), url("../font/museosans_700-webfont.ttf") format("truetype"), url("../font/museosans_700-webfont.svg#museo_sans_500regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_500regular';
  src: url("../font/museosans_500-webfont.eot");
  src: url("../font/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museosans_500-webfont.woff") format("woff"), url("../font/museosans_500-webfont.ttf") format("truetype"), url("../font/museosans_500-webfont.svg#museo_sans_500regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_900regular';
  src: url("../font/museosans_900-webfont.eot");
  src: url("../font/museosans_900-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museosans_900-webfont.woff") format("woff"), url("../font/museosans_900-webfont.ttf") format("truetype"), url("../font/museosans_900-webfont.svg#museo_sans_900regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_300regular';
  src: url("../font/museosans-300-webfont.eot");
  src: url("../font/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museosans-300-webfont.woff") format("woff"), url("../font/museosans-300-webfont.ttf") format("truetype"), url("../font/museosans-300-webfont.svg#museo_sans_300regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_100regular';
  src: url("../font/museosans-100-webfont.eot");
  src: url("../font/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museosans-100-webfont.woff") format("woff"), url("../font/museosans-100-webfont.ttf") format("truetype"), url("../font/museosans-100-webfont.svg#museo_sans_100regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }

.text-columns-2 {
  -webkit-columns: 24px 2;
  -moz-columns: 24px 2;
  columns: 24px 2; }

.text-columns-3 {
  -webkit-columns: 24px 3;
  -moz-columns: 24px 3;
  columns: 24px 3; }

.text-columns-4 {
  -webkit-columns: 24px 4;
  -moz-columns: 24px 4;
  columns: 24px 4; }

.text-uppercase {
  text-transform: uppercase; }

.text-color {
  color: #545a5f; }

.text-success {
  color: #85C342; }

.text-danger {
  color: #A94442; }

.link-color {
  color: #1384b2; }

.dark-text-color {
  color: #171717; }

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

.light-font-name {
  font-family: "museo_sans_100regular", Helvetica, Arial, sans-serif; }

.regular-font-name {
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }

.medium-font-name {
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }

.bold-font-name {
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif !important; }

.extra-bold-font-name {
  font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif; }

.social-font-name {
  font-family: "socialicoregular"; }

.primary-text-color {
  color: #138abb !important; }
  .primary-text-color p {
    color: #138abb !important; }

.light-accent-text-color {
  color: #d0e8f1 !important; }
  .light-accent-text-color p {
    color: #d0e8f1 !important; }

.light-text-color {
  color: #767b7f !important; }
  .light-text-color p {
    color: #767b7f !important; }

.secondary-text-color {
  color: #FFBC00 !important; }
  .secondary-text-color p {
    color: #FFBC00 !important; }

.text-color {
  color: #545a5f !important; }
  .text-color p {
    color: #545a5f !important; }

.white-text h1, .podcast-container h1, .well.primary-color h1, .panel .panel-heading.primary-color h1, .panel.instructor-panel h1, .panel.success-color h1, .panel.primary-color h1, .white-text h2, .podcast-container h2, .well.primary-color h2, .panel .panel-heading.primary-color h2, .panel.instructor-panel h2, .panel.success-color h2, .panel.primary-color h2, .white-text h3, .podcast-container h3, .well.primary-color h3, .panel .panel-heading.primary-color h3, .panel.instructor-panel h3, .panel.success-color h3, .panel.primary-color h3, .white-text h4, .podcast-container h4, .well.primary-color h4, .panel .panel-heading.primary-color h4, .panel.instructor-panel h4, .panel.success-color h4, .panel.primary-color h4, .white-text h5, .podcast-container h5, .well.primary-color h5, .panel .panel-heading.primary-color h5, .panel.instructor-panel h5, .panel.success-color h5, .panel.primary-color h5, .white-text h6, .podcast-container h6, .well.primary-color h6, .panel .panel-heading.primary-color h6, .panel.instructor-panel h6, .panel.success-color h6, .panel.primary-color h6, .white-text p, .podcast-container p, .well.primary-color p, .panel .panel-heading.primary-color p, .panel.instructor-panel p, .panel.success-color p, .panel.primary-color p, .white-text small, .podcast-container small, .well.primary-color small, .panel .panel-heading.primary-color small, .panel.instructor-panel small, .panel.success-color small, .panel.primary-color small, .white-text li, .podcast-container li, .well.primary-color li, .panel .panel-heading.primary-color li, .panel.instructor-panel li, .panel.success-color li, .panel.primary-color li {
  color: white !important; }

.heading-text-color {
  color: #0d6183 !important; }
  .heading-text-color p {
    color: #0d6183 !important; }

.micro-text {
  font-size: .7em;
  line-height: 1.3em; }

.body-large {
  font-size: 19px;
  line-height: 1.4em; }

p.body-large {
  font-size: 19px;
  line-height: 1.4em; }

.body-medium {
  font-size: 16px;
  line-height: 1.4em; }

p.body-medium {
  font-size: 16px;
  line-height: 1.4em; }

.body-small {
  font-size: 14px;
  line-height: 18px; }

p.body-small {
  font-size: 14px;
  line-height: 18px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  margin-bottom: 24px;
  color: #545a5f; }

h1 {
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }

h2 {
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }

h3 {
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }

h4 {
  font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif; }

h5 {
  font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif; }

h6 {
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }

p, li {
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }

.lead2 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }

p {
  font-size: .8em;
  line-height: 24px; }

h1 {
  font-size: 2.4em;
  line-height: 50.4px; }

h2 {
  font-size: 1.6em;
  line-height: 40.8px; }

h3 {
  font-size: 1.3em;
  line-height: 31.2px; }

h4 {
  font-size: 1em;
  line-height: 24px; }

h5 {
  font-size: 0.8em;
  line-height: 24px; }

h6 {
  font-size: 0.7em;
  line-height: 24px;
  text-transform: uppercase; }

h2.lg {
  font-size: 1.9em;
  line-height: 40.8px; }

h1, h2 {
  color: #0d6183; }

h3, h4, h5, h6 {
  color: #2b2e30; }

blockquote {
  border: none !important;
  padding-left: 6px;
  font-size: .8em;
  line-height: 24px;
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }
  blockquote footer {
    margin-top: 12px; }

.line-through {
  text-decoration: line-through; }

.blockquote-bold {
  padding-left: 100px;
  background: url("../images/public/quote.svg") top left no-repeat; }

ul.list-default {
  list-style-image: url(../images/bullet.png);
  margin-bottom: 24px; }
  ul.list-default li {
    font-size: .75em;
    margin-left: 24px;
    margin-bottom: 5px; }

ul.list-primary-color {
  list-style-image: url(../images/bullet-blue.png);
  margin-bottom: 24px; }
  ul.list-primary-color li {
    font-size: .75em;
    margin-left: 24px;
    margin-bottom: 5px; }

ul.list-checks {
  list-style-image: url(../images/check.png);
  margin-bottom: 24px; }
  ul.list-checks li {
    font-size: .9em;
    margin-left: 24px;
    margin-bottom: 24px; }

dl {
  font-size: .8em; }
  dl dt {
    color: black; }

ul.check-list-large li p {
  margin-bottom: 10px; }

ul.check-list-large li i {
  background-color: #85C342;
  padding: 5px;
  color: white;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 14px; }

.testimonial, .testimonial-list .testimonial {
  position: relative; }
  .testimonial blockquote, .testimonial-list .testimonial blockquote {
    border: 1px solid #dddddd !important;
    padding: 12px;
    margin: 24px 0;
    background: white; }
  .testimonial:before, .testimonial-list .testimonial:before {
    z-index: 999;
    float: left;
    border-color: transparent #E3E3E3;
    border-color: rgba(255, 255, 255, 0) #fff;
    border-width: 13px 15px 13px 0;
    left: 70px;
    top: 45px;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
    width: 0; }
  .testimonial:after, .testimonial-list .testimonial:after {
    border-color: rgba(255, 255, 255, 0) #E3E3E3;
    border-width: 13px 15px 13px 0;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 68px;
    top: 45px; }

.testimonial-list .testimonial:after, .testimonial-list .testimonial:before {
  display: none; }

.fa-display {
  font-size: 4em;
  margin-bottom: 24px;
  color: #138abb; }

.alert {
  font-size: .8em; }

.text-box-hidable {
  height: 50px;
  display: block;
  overflow: hidden; }

.height-auto {
  height: auto !important; }

.highlight {
  display: inline-block;
  background: #ffde80; }

.tooltip-highlight {
  border-bottom: 1px dashed #545a5f; }

.label-feature {
  padding: 8px;
  border: 1px solid white;
  display: inline-block; }
  .label-feature p {
    letter-spacing: 2px;
    color: white;
    margin: 0; }

.label-save {
  color: #658051;
  font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif;
  background: #e5f2db; }

.margin-auto {
  margin: 0 auto; }

.margin {
  margin: 24px !important; }

.margin-top {
  margin-top: 24px !important; }

.margin-right {
  margin-right: 24px !important; }

.margin-bottom {
  margin-bottom: 24px !important; }

.margin-left {
  margin-left: 24px !important; }

.double-margin-top {
  margin-top: 48px !important; }

.double-margin-right {
  margin-right: 48px !important; }

.double-margin-bottom {
  margin-bottom: 48px !important; }

.double-margin-left {
  margin-left: 48px !important; }

.triple-margin-top {
  margin-top: 72px !important; }

.triple-margin-right {
  margin-right: 72px !important; }

.triple-margin-bottom {
  margin-bottom: 72px !important; }

.triple-margin-left {
  margin-left: 72px !important; }

.half-margin-top {
  margin-top: 12px !important; }

.half-margin-right {
  margin-right: 12px !important; }

.half-margin-bottom {
  margin-bottom: 12px !important; }

.half-margin-left {
  margin-left: 12px !important; }

.quarter-margin-top {
  margin-top: 6px !important; }

.quarter-margin-right {
  margin-right: 6px !important; }

.quarter-margin-bottom {
  margin-bottom: 6px !important; }

.quarter-margin-left {
  margin-left: 6px !important; }

.no-margin {
  margin: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.large-margin-top {
  margin-top: 72px !important; }

.padded {
  padding: 24px !important; }

.padding-top {
  padding-top: 24px !important; }

.padding-right {
  padding-right: 24px !important; }

.padding-bottom {
  padding-bottom: 24px !important; }

.padding-left {
  padding-left: 24px !important; }

.double-padded {
  padding: 48px !important; }

.double-padding-top {
  padding-top: 48px !important; }

.double-padding-right {
  padding-right: 48px !important; }

.double-padding-bottom {
  padding-bottom: 48px !important; }

.double-padding-left {
  padding-left: 48px !important; }

.triple-padding-top {
  padding-top: 72px !important; }

.triple-padding-right {
  padding-right: 72px !important; }

.triple-padding-bottom {
  padding-bottom: 72px !important; }

.triple-padding-left {
  padding-left: 72px !important; }

.no-padding {
  padding: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.half-padding {
  padding: 12px !important; }

.half-padding-top {
  padding-top: 12px !important; }

.half-padding-right {
  padding-right: 12px !important; }

.half-padding-bottom {
  padding-bottom: 12px !important; }

.half-padding-left {
  padding-left: 12px !important; }

.quarter-padding {
  padding: 6px !important; }

.quarter-padding-top {
  padding-top: 6px !important; }

.quarter-padding-right {
  padding-right: 6px !important; }

.quarter-padding-bottom {
  padding-bottom: 6px !important; }

.quarter-padding-left {
  padding-left: 6px !important; }

section {
  padding: 48px 0; }
  section.extra-padding {
    padding: 96px 0 !important; }
  section.invert-section {
    background-color: #138abb; }
    section.invert-section h1, section.invert-section h2, section.invert-section h3, section.invert-section h4, section.invert-section h5, section.invert-section h6, section.invert-section p, section.invert-section li, section.invert-section small {
      color: white; }
  section.invert-darker {
    background-color: #0d6183; }
  section.get-started {
    background: #138abb url(../images/bg_get_started.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 96px 0; }
  section.bootcamp-curriculum .well {
    background: white;
    border: none;
    box-shadow: none; }
  section.page-header-section {
    padding: 36px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    section.page-header-section h2 {
      font-size: 2em;
      font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif;
      line-height: 1.2em; }
    section.page-header-section.practice-pmp-header {
      background-image: url(../images/public/headers/practice_pmp_header_bg.png); }
    section.page-header-section.live-pmp-header {
      background-image: url(../images/public/headers/live_pmp_header_bg.png); }
    section.page-header-section.bootcamp-pmp-header {
      background-image: url(../images/public/headers/bootcamp_pmp_header_bg.png); }
    section.page-header-section.about-pmp-header {
      background-image: url(../images/public/headers/about_pmp_header_bg.png); }
    section.page-header-section.training-pmp-header {
      background-image: url(../images/public/headers/training_pmp_header_bg.png); }
    section.page-header-section.checkout-pmp-header {
      background-image: url(../images/public/headers/checkout_pmp_header_bg.png); }
  section.off-white {
    background-color: #fafafa; }
  section.off-blue {
    background-color: #F4F8F9; }
  section.gradient-top {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F0FBFF));
    background-image: -webkit-linear-gradient(0deg, #FFFFFF 0%, #F0FBFF 100%);
    background-image: -moz-linear-gradient(0deg, #FFFFFF 0%, #F0FBFF 100%);
    background-image: -ms-linear-gradient(0deg, #FFFFFF 0%, #F0FBFF 100%);
    background-image: -o-linear-gradient(0deg, #FFFFFF 0%, #F0FBFF 100%);
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F0FBFF 100%); }
  section.gradient-bottom {
    background-color: #F0FBFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0FBFF), color-stop(100%, #FFFFFF));
    background-image: -webkit-linear-gradient(0deg, #F0FBFF 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(0deg, #F0FBFF 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(0deg, #F0FBFF 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(0deg, #F0FBFF 0%, #FFFFFF 100%);
    background-image: linear-gradient(0deg, #F0FBFF 0%, #FFFFFF 100%); }
  section.feature-blocks .fa {
    font-size: 4em;
    color: #bbb;
    margin-bottom: 24px; }
  section.feature-blocks .col-sm-3 {
    text-align: right; }
  section.feature-blocks p {
    font-size: .65em;
    line-height: 2em; }
  section.feature-blocks h4 {
    font-size: .8em;
    margin-bottom: 12px; }

.pm-table-wrapper th {
  font-size: .7em;
  text-transform: uppercase;
  font-family: "museo_sans_100regular", Helvetica, Arial, sans-serif;
  background-color: #e7f3f8 !important;
  border-right: 1px solid #dddddd;
  color: #138abb; }
  .pm-table-wrapper th:last-of-type {
    border-right: none; }

table.table {
  font-size: .8em; }
  table.table p {
    line-height: 16px; }
  table.table.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f3f9fc; }
  table.table h5 {
    line-height: 12px;
    margin-bottom: 12px; }
  table.table.mid-align td {
    vertical-align: middle; }
  table.table.bold-table {
    border: 3px solid #d0e8f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    table.table.bold-table .btn {
      font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif; }

table.community-average-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: none !important; }
  table.community-average-table thead tr th {
    border: none !important; }
  table.community-average-table tbody tr {
    border: none;
    background: #F0F8FB;
    border-radius: 10px; }
  table.community-average-table tbody td {
    border: none !important;
    vertical-align: middle;
    padding: 10px 15px;
    font-family: 'museo_sans_500regular'; }
    table.community-average-table tbody td.number {
      font-size: 16px;
      color: #0a455e;
      font-weight: 700; }
    table.community-average-table tbody td.item {
      font-size: 18px;
      color: #171717;
      font-weight: 400; }
    table.community-average-table tbody td.data {
      font-size: 18px;
      color: #1384b2;
      font-weight: 700; }
  table.community-average-table.stack tr:nth-child(1) td {
    padding: 30px 15px !important;
    font-size: 18px; }
  table.community-average-table.stack tr:nth-child(2) td {
    padding: 25px 15px !important;
    font-size: 17px; }
  table.community-average-table.stack tr:nth-child(3) td {
    padding: 20px 15px !important;
    font-size: 16px; }
  table.community-average-table.stack tr:nth-child(4) td {
    padding: 15px 15px !important;
    font-size: 15px; }
  table.community-average-table.stack tr:nth-child(5) td {
    padding: 10px 15px !important;
    font-size: 14px; }
  table.community-average-table td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  table.community-average-table td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }

td.flash-sale {
  background: #0a455e !important;
  color: white; }
  td.flash-sale .flash-title {
    font-weight: 900;
    font-size: 19px; }
  td.flash-sale .flash-savings {
    font-weight: 700;
    font-size: 15px; }
  td.flash-sale .flash-price-change {
    line-height: 35px; }
  td.flash-sale .flash-old-price {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px; }
  td.flash-sale .flash-new-price {
    font-weight: 900;
    font-size: 24px;
    vertical-align: middle; }
  td.flash-sale .flash-counter {
    font-size: 11px; }

.carousel .btns {
  z-index: 10;
  position: absolute; }

.carousel ul {
  margin-left: 24px; }
  .carousel ul li {
    font-size: .7em; }

.carousel ol.carousel-indicators {
  text-align: right;
  bottom: 50px;
  z-index: 1;
  position: absolute; }
  .carousel ol.carousel-indicators li {
    width: 18px;
    height: 18px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative; }
    .carousel ol.carousel-indicators li.right {
      background: url(../images/public/slider_right.png);
      border: none;
      width: 29px;
      height: 29px;
      top: 5px; }
    .carousel ol.carousel-indicators li.left {
      background: url(../images/public/slider_left.png);
      border: none;
      width: 29px;
      height: 29px;
      top: 5px; }

#home-slider .item {
  padding: 48px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #home-slider .item .icon-show {
    font-size: 18em;
    text-align: center;
    color: rgba(255, 255, 255, 0.4); }

#home-slider .btn {
  z-index: 3; }

#testimonial-slider .item {
  padding: 24px 0; }

#testimonial-slider ol.carousel-indicators {
  text-align: center;
  bottom: -20px; }

#testimonial-slider .carousel-inner {
  z-index: 0; }

.carousel.fade {
  opacity: 1; }
  .carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1; }
    .carousel.fade .item:first-child {
      top: auto;
      position: relative; }
    .carousel.fade .item.active {
      opacity: 1;
      -moz-transition: opacity ease-in-out .7s;
      -o-transition: opacity ease-in-out .7s;
      -webkit-transition: opacity ease-in-out .7s;
      transition: opacity ease-in-out .7s;
      z-index: 2; }

#logo-slider {
  background: url(../images/public/logo-slider/client-verizon.gif) no-repeat center; }

.nav a {
  border-bottom: none; }

ul.nav-pills {
  border-bottom: 1px solid #dddddd; }
  ul.nav-pills li {
    font-size: .7em; }
    ul.nav-pills li.active a {
      background: none;
      border-bottom: 3px solid #138abb;
      color: #138abb; }
      ul.nav-pills li.active a:hover {
        background: none;
        color: #138abb;
        border-bottom: 3px solid #138abb; }
    ul.nav-pills li a {
      color: #545a5f;
      border-radius: 0;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s; }
      ul.nav-pills li a:hover {
        border-bottom: 3px solid #dddddd;
        background: none;
        color: #138abb; }

#mobile-main-nav {
  background: white; }
  #mobile-main-nav .logo-sm {
    background: url(../images/logo_sm.png) no-repeat;
    padding: 0;
    display: block;
    background-size: 100%;
    width: 130px;
    height: 25px;
    top: 15px;
    margin-left: 20px;
    position: relative; }
  #mobile-main-nav ul li {
    font-size: .7em; }
    #mobile-main-nav ul li .btn {
      margin: 0 10px;
      color: white; }
      #mobile-main-nav ul li .btn.btn-success {
        color: white; }
        #mobile-main-nav ul li .btn.btn-success:hover {
          background: #85C342; }
      #mobile-main-nav ul li .btn.btn-info {
        color: #545a5f;
        display: block;
        border: 1px solid #dddddd !important; }
  #mobile-main-nav ul.mobile-subnav li a {
    color: #1384b2;
    font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif; }
  #mobile-main-nav .navbar-toggle {
    border: none; }

ul.nav-sidebar {
  list-style: none;
  margin-top: 24px; }
  ul.nav-sidebar li {
    font-size: .7em;
    line-height: 13px;
    margin-bottom: 12px; }
    ul.nav-sidebar li a {
      width: 100%;
      display: block;
      padding-left: 5px;
      border-bottom: none; }
    ul.nav-sidebar li.active a {
      color: #083547;
      background: #f2f2f2; }

.buy-options .list-group-inner {
  position: relative; }

.buy-options .list-group-item {
  user-select: none;
  border-width: 2px;
  margin-bottom: 10px; }

.buy-options .list-group input[type="checkbox"] {
  display: none; }
  .buy-options .list-group input[type="checkbox"] + .list-group-item {
    cursor: pointer; }
    .buy-options .list-group input[type="checkbox"] + .list-group-item:before {
      content: "";
      margin-right: 1.3em; }
  .buy-options .list-group input[type="checkbox"]:checked + .list-group-item {
    background-color: #e7f3f7;
    border-color: #1384b2; }
    .buy-options .list-group input[type="checkbox"]:checked + .list-group-item:before {
      color: inherit; }

.buy-options .list-group input[type="radio"] {
  position: absolute;
  top: 23px;
  left: 15px;
  z-index: 99; }
  .buy-options .list-group input[type="radio"] + .list-group-item {
    cursor: pointer; }
    .buy-options .list-group input[type="radio"] + .list-group-item:before {
      content: "";
      margin-right: 1.3em; }
  .buy-options .list-group input[type="radio"]:checked + .list-group-item {
    background-color: #e7f3f7;
    border-color: #1384b2; }
    .buy-options .list-group input[type="radio"]:checked + .list-group-item:before {
      color: inherit; }

ul.tabs-boxed li a {
  color: #08090a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  font-weight: 700;
  font-size: 14px;
  opacity: .5;
  cursor: pointer; }

ul.tabs-boxed li.active a {
  color: #08090a;
  opacity: 1; }

ul.tabs-simple li {
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  ul.tabs-simple li a {
    background: none;
    border: none;
    color: #8b8b8b; }
  ul.tabs-simple li a:focus, ul.tabs-simple li a:active {
    background: none; }
  ul.tabs-simple li:hover a {
    background: none;
    color: #545a5f; }
  ul.tabs-simple li.active a, ul.tabs-simple li.active a:focus, ul.tabs-simple li.active a:active {
    color: #171717;
    background: none;
    border: none;
    border-bottom: #1384b2 3px solid; }
    ul.tabs-simple li.active a:hover, ul.tabs-simple li.active a:focus:hover, ul.tabs-simple li.active a:active:hover {
      border: none;
      border-bottom: #1384b2 3px solid;
      background: none; }

ul.tabs-simple.light-tabs {
  border-color: rgba(255, 255, 255, 0.3); }
  ul.tabs-simple.light-tabs li a {
    color: rgba(255, 255, 255, 0.5); }
    ul.tabs-simple.light-tabs li a:hover {
      color: white; }
  ul.tabs-simple.light-tabs li.active a, ul.tabs-simple.light-tabs li.active a:hover {
    color: white;
    border-color: white; }

@media (max-width: 768px) {
  ul.tabs-simple {
    text-align: center; }
    ul.tabs-simple li {
      font-size: 13px;
      float: none;
      display: inline-block; }
      ul.tabs-simple li a {
        padding: 10px 5px; } }

.scroll-tabs {
  width: 100%;
  overflow: auto;
  white-space: nowrap; }
  .scroll-tabs .nav-tabs {
    width: 200%; }

.panel-group {
  font-size: .8em; }
  .panel-group a {
    border-bottom: none; }

.panel {
  border-radius: 0;
  border: 1px solid #dddddd; }
  .panel.border-dashed {
    border-style: dashed;
    box-shadow: none; }
  .panel.filled {
    background: #f2f2f2; }
  .panel.primary-color {
    background: #2b96c2; }
  .panel.success-color {
    background: #91c955; }
  .panel.success-gradient {
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F3F7EF));
    background-image: -webkit-linear-gradient(top, white, #F3F7EF);
    background-image: -moz-linear-gradient(top, white, #F3F7EF);
    background-image: -ms-linear-gradient(top, white, #F3F7EF);
    background-image: -o-linear-gradient(top, white, #F3F7EF);
    background-image: linear-gradient(top, white, #F3F7EF); }
  .panel.instructor-panel {
    background: #85C342 url("../images/public/icon_instructor.png") no-repeat right; }
    .panel.instructor-panel .pmi-logo {
      width: 100%;
      margin-left: 10px;
      margin-top: 60px;
      border-radius: 8px; }
  .panel .panel-heading {
    background: white; }
    .panel .panel-heading h4 {
      font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }
    .panel .panel-heading.primary-color {
      background: #42a1c9; }
  .panel p {
    margin-bottom: 0; }

.small-panels .panel-heading {
  padding: 3px;
  padding-left: 12px; }
  .small-panels .panel-heading h4 {
    font-size: 1em; }
    .small-panels .panel-heading h4 a {
      display: block; }
      .small-panels .panel-heading h4 a:before {
        content: "▼";
        font-size: .8em;
        color: #1384b2; }

.well.primary-color {
  background: #42a1c9; }

.price-panel {
  border-radius: 4px !important;
  background: #F4F8F9; }

.shadowed-box {
  background: #FFFFFF;
  border: 1px solid #D8E7EC;
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px; }

.promo-well {
  background-color: #f3f9fc !important; }

.modal .modal-title {
  color: #0d6183; }

.modal .close {
  z-index: 99;
  border: 1px solid #545a5f;
  color: #545a5f;
  border-radius: 100px;
  opacity: .7;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  width: 37px;
  height: 37px;
  padding: 0px 11px 9px 9px; }
  .modal .close:hover {
    opacity: 1; }

.modal .btn-lg {
  padding: 24px; }

.modal p.micro-text {
  line-height: 20px; }

.modal .modal-content {
  border-radius: 20px;
  box-shadow: none; }

.demo-test-modal .radio label {
  font-size: 0.8em !important;
  position: relative;
  top: -3px; }

.demo-test-modal .btn {
  font-size: 1em; }

.live-course-detail-modal {
  border-radius: 100px; }
  @media (max-width: 992px) {
    .live-course-detail-modal .padded {
      padding: 5px !important; } }
  .live-course-detail-modal .modal-header {
    border: none; }
    @media (max-width: 992px) {
      .live-course-detail-modal .modal-header h2 {
        font-size: 22px; } }
  .live-course-detail-modal .badges {
    margin-top: -60px;
    margin-bottom: 10px;
    width: 270px; }
    @media (max-width: 992px) {
      .live-course-detail-modal .badges {
        width: 200px; } }
  .live-course-detail-modal .details-list .key-value {
    padding: 5px 0; }
  .live-course-detail-modal .details-list .key h5 {
    line-height: 1.2em; }
  .live-course-detail-modal .details-list .value h5 {
    line-height: 1.2em; }
  @media (max-width: 992px) {
    .live-course-detail-modal .details-list .key h5, .live-course-detail-modal .details-list .value h5 {
      font-size: 12px; } }
  .live-course-detail-modal ul.value-list {
    list-style-image: url(../images/public/live/check-blue.svg); }
    .live-course-detail-modal ul.value-list li {
      margin-left: 21px;
      margin-bottom: 15px;
      line-height: 1.3em; }
      .live-course-detail-modal ul.value-list li span {
        position: relative;
        left: 8px; }
      @media (max-width: 992px) {
        .live-course-detail-modal ul.value-list li {
          font-size: 12px;
          margin-bottom: 10px; } }
  @media (max-width: 992px) {
    .live-course-detail-modal .help-number {
      font-size: 11px; } }
form .control-label {
  font-size: .6em;
  color: black !important;
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }

.input-dark {
  background-color: #fff;
  border-color: #171717;
  border-width: 1.5px;
  color: #171717; }

.form-helper {
  font-size: 13px;
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif; }
  .form-helper.error {
    color: #A94442; }

/* iOS: prevent input zoom */
@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  textarea,
  select,
  .form-control {
    font-size: 16px !important; } }

a {
  color: #1384b2; }
  a:hover {
    color: #5aa9c9;
    text-decoration: none; }
  a.arrow-link {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: url("../images/arrow_right.png") no-repeat right center;
    font-size: 1em;
    text-transform: uppercase;
    padding-right: 30px; }
    a.arrow-link:hover {
      padding-right: 40px;
      color: #1384b2; }
  a.link-underline {
    border-bottom: 1px solid #1384b2;
    padding-bottom: 3px; }
    a.link-underline.text-danger {
      border-color: red; }
  a.no-decor {
    text-decoration: none;
    border-bottom: none !important; }

.btn {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  padding: 8px 24px; }
  .btn.btn-primary, ul.dropdown-large a.btn.btn-primary {
    background-color: #138abb;
    border-color: #138abb; }
    .btn.btn-primary:hover, ul.dropdown-large a.btn.btn-primary:hover {
      background-color: #42a1c9;
      border-color: #42a1c9; }
  .btn.btn-default {
    background-color: #FFBC00;
    border-color: #FFBC00;
    color: #171717; }
    .btn.btn-default:hover {
      background-color: #ffc933;
      border-color: #ffc933; }
  .btn.btn-info {
    background-color: #fff;
    border-color: #dddddd;
    color: #545a5f; }
    .btn.btn-info:hover {
      background-color: #dadada;
      border-color: #b1b1b1; }
  .btn.btn-info-dark {
    background-color: #fff;
    border-color: #171717;
    border-width: 1.5px;
    color: #171717; }
    .btn.btn-info-dark:hover {
      background-color: #dadada;
      border-color: #454545; }
  .btn.btn-white {
    background-color: white;
    color: #138abb; }
    .btn.btn-white:hover {
      background-color: #138abb;
      color: white; }
  .btn.btn-wire {
    background: none;
    border-color: white;
    color: white; }
    .btn.btn-wire:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: white; }
  .btn.btn-wire-primary {
    color: #138abb;
    border: 1px solid #138abb; }
  .btn.btn-success {
    background-color: #85C342;
    border-color: #85C342; }
    .btn.btn-success:hover {
      background-color: #9dcf68;
      border-color: #9dcf68; }
  .btn.btn-lg {
    padding: 12px 24px; }

.post h3 a {
  border-bottom: none; }

.test-toggle-btn .btn-icon:after {
  width: 10px;
  content: "+"; }

.test-toggle-btn.active {
  background-color: #e7f3f8 !important; }
  .test-toggle-btn.active .btn-icon {
    width: 20px; }
    .test-toggle-btn.active .btn-icon:after {
      content: "✓"; }

.class-schedule-cards h1, .class-schedule-cards h2, .class-schedule-cards h3, .class-schedule-cards h4, .class-schedule-cards h5, .class-schedule-cards h6, .class-schedule-cards p {
  margin: 0; }

.class-schedule-cards .class-card {
  margin: 16px 0;
  border: 1px solid #dddddd;
  display: flex;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 8px #CDDFE6;
  min-height: 120px; }
  .class-schedule-cards .class-card:nth-child(even) {
    background: #f1f8fb; }
  @media (max-width: 992px) {
    .class-schedule-cards .class-card {
      flex-direction: column; }
      .class-schedule-cards .class-card:nth-child(even) {
        background: white; } }
  .class-schedule-cards .class-card .price-actions-wrapper {
    display: contents; }
    @media (max-width: 992px) {
      .class-schedule-cards .class-card .price-actions-wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 12px; }
        .class-schedule-cards .class-card .price-actions-wrapper .card-col.actions {
          flex-shrink: 2; }
          .class-schedule-cards .class-card .price-actions-wrapper .card-col.actions .urgency-label {
            font-size: 10px; }
            .class-schedule-cards .class-card .price-actions-wrapper .card-col.actions .urgency-label .urgency-icon {
              font-size: 15px; } }
  .class-schedule-cards .class-card .card-col {
    width: 100%;
    padding: 5px 12px;
    align-self: center; }
    .class-schedule-cards .class-card .card-col p {
      font-size: 15px; }
      .class-schedule-cards .class-card .card-col p.micro-text {
        font-size: 14px; }
    @media (max-width: 1200px) {
      .class-schedule-cards .class-card .card-col p {
        font-size: 14px; }
        .class-schedule-cards .class-card .card-col p.micro-text {
          font-size: 13px; } }
    .class-schedule-cards .class-card .card-col .info-container {
      display: flex; }
      @media (max-width: 992px) {
        .class-schedule-cards .class-card .card-col .info-container .icon span {
          font-size: 16px; } }
      @media (max-width: 992px) {
        .class-schedule-cards .class-card .card-col .info-container .info {
          display: inline-flex;
          column-gap: 8px; } }
    .class-schedule-cards .class-card .card-col.actions {
      justify-items: center;
      text-align: center; }
      .class-schedule-cards .class-card .card-col.actions .enroll-btn {
        min-width: 170px; }
      @media (max-width: 992px) {
        .class-schedule-cards .class-card .card-col.actions .enroll-btn {
          padding: 5px 10px;
          font-size: 14px;
          font-weight: 700;
          min-width: 130px; } }
    @media (max-width: 1200px) {
      .class-schedule-cards .class-card .card-col.date {
        width: 110%; } }
    @media (max-width: 992px) {
      .class-schedule-cards .class-card .card-col.date {
        width: 100%; } }
    .class-schedule-cards .class-card .card-col.price {
      max-width: 180px; }
    .class-schedule-cards .class-card .card-col.flash-sale {
      background: #08374b;
      border-radius: 4px;
      position: relative;
      padding-top: 25px; }
      .class-schedule-cards .class-card .card-col.flash-sale p, .class-schedule-cards .class-card .card-col.flash-sale h4 {
        color: white; }
        .class-schedule-cards .class-card .card-col.flash-sale p .savings, .class-schedule-cards .class-card .card-col.flash-sale h4 .savings {
          color: rgba(255, 255, 255, 0.7) !important; }
      .class-schedule-cards .class-card .card-col.flash-sale p.sale-ends {
        color: rgba(255, 255, 255, 0.7);
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
        margin: 5px 0; }
      .class-schedule-cards .class-card .card-col.flash-sale:before {
        position: absolute;
        top: 5px;
        left: -5px;
        content: "Flash sale";
        background: #f0ad4e;
        padding: 0px 5px;
        padding-left: 15px;
        font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif;
        color: #171717;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase; }
    @media (max-width: 992px) {
      .class-schedule-cards .class-card .card-col {
        padding: 10px 5px; }
        .class-schedule-cards .class-card .card-col.title {
          margin-bottom: 12px; }
        .class-schedule-cards .class-card .card-col.time, .class-schedule-cards .class-card .card-col.date {
          padding: 0 10px; }
        .class-schedule-cards .class-card .card-col.price {
          padding-left: 15px; }
        .class-schedule-cards .class-card .card-col.actions {
          max-width: 150px; } }
.course-card {
  background: white;
  padding: 24px;
  border-radius: 8px; }
  .course-card img {
    border-radius: 8px; }
  .course-card .dark-text-color {
    color: #171717; }
  .course-card .text-color {
    color: #545a5f; }

.resource-card img {
  border-radius: 8px; }

.logo-sm {
  border-bottom: none; }

.logo {
  background-repeat: no-repeat; }

.main-nav {
  padding: 24px 0;
  padding-bottom: 0;
  border-bottom: 7px solid #0f6e96; }
  .main-nav a {
    border-bottom: none; }
  .main-nav ul.sub-links li {
    font-size: .65em;
    font-family: "museo_sans_900regular", Helvetica, Arial, sans-serif;
    padding-right: 0px;
    margin-top: 14px; }
    .main-nav ul.sub-links li:after {
      content: "|"; }
    .main-nav ul.sub-links li:last-of-type:after {
      content: ""; }
  .main-nav ul.main-links {
    margin-bottom: 0; }
    .main-nav ul.main-links li {
      font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif;
      font-size: .8em;
      margin-right: 5px; }
      .main-nav ul.main-links li:hover > ul.dropdown-menu {
        display: block; }
      .main-nav ul.main-links li a {
        padding-bottom: 0;
        margin-bottom: 5px;
        display: block;
        color: #545a5f;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        -ms-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s; }
        .main-nav ul.main-links li a:hover, .main-nav ul.main-links li a:focus {
          color: #1384b2;
          text-decoration: none; }
        .main-nav ul.main-links li a .caret {
          color: #bbb; }
      .main-nav ul.main-links li.open a {
        position: relative;
        z-index: 10; }
      .main-nav ul.main-links li.active {
        background-color: #0f6e96; }
        .main-nav ul.main-links li.active .dropdown-menu li a {
          color: #545a5f;
          border-bottom: none; }
        .main-nav ul.main-links li.active a {
          color: white; }
    .main-nav ul.main-links .dropdown-menu {
      border: 1px solid #0d6183;
      border-top: 7px solid #0f6e96 !important;
      top: 36px !important;
      z-index: 24px;
      margin-left: -7px;
      position: absolute;
      left: auto;
      border-radius: 0;
      border-top: 0;
      cursor: pointer;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
      background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
      background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
      background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
      background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
      background-image: linear-gradient(top, #fff 0%, #eee 100%); }
      .main-nav ul.main-links .dropdown-menu a:hover {
        color: #0f6a8e !important;
        background-color: #f2f2f2;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ddd));
        background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ddd 100%);
        background-image: -moz-linear-gradient(top, #f2f2f2 0%, #ddd 100%);
        background-image: -ms-linear-gradient(top, #f2f2f2 0%, #ddd 100%);
        background-image: -o-linear-gradient(top, #f2f2f2 0%, #ddd 100%);
        background-image: linear-gradient(top, #f2f2f2 0%, #ddd 100%); }
      .main-nav ul.main-links .dropdown-menu .dropdown-toggle {
        padding: 0;
        margin: 0;
        border-bottom: none; }
      .main-nav ul.main-links .dropdown-menu li {
        margin-right: 0;
        font-size: 1em;
        font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif;
        border: none; }
        .main-nav ul.main-links .dropdown-menu li a {
          padding-bottom: 5px;
          padding-top: 5px;
          margin-bottom: 0px; }
  .main-nav .btn {
    padding: 6px 24px;
    border: 1px solid #dddddd;
    background: white;
    color: #545a5f; }
    .main-nav .btn:hover {
      background: white;
      color: #1384b2;
      border-color: #dddddd; }
    .main-nav .btn.active {
      box-shadow: none;
      background-color: #0f6e96 !important;
      color: white;
      border-color: #0f6e96 !important; }

.main-nav-top {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important; }
  .main-nav-top ul.main-links li {
    border: 1px solid #dddddd;
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
    .main-nav-top ul.main-links li a {
      margin-bottom: 5px;
      margin-top: 8px; }
  .main-nav-top a {
    padding-left: 4px;
    padding-right: 4px; }
  .main-nav-top .checkout-btn-wrapper .btn, .main-nav-top .currency-btn-wrapper .btn {
    position: relative;
    bottom: -3px;
    padding-bottom: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: .8em; }
    @media (max-width: 992px) {
      .main-nav-top .checkout-btn-wrapper .btn, .main-nav-top .currency-btn-wrapper .btn {
        top: 4px;
        font-size: 0.6em !important; } }
  .main-nav-top .currency-btn-wrapper .btn {
    font-weight: 500 !important;
    margin-right: 4px; }
  .main-nav-top .currency-btn-wrapper .dropdown-menu .radio {
    margin: 5px 0; }

#hidden-menu {
  position: fixed;
  background-color: white;
  float: left;
  width: 100%;
  z-index: 99;
  display: none;
  padding-top: 8px;
  border-bottom: 1px solid #dddddd; }
  #hidden-menu .sale {
    display: none; }
  #hidden-menu .checkout-btn-wrapper .btn, #hidden-menu .currency-btn-wrapper .btn {
    padding: 3px 10px !important;
    position: relative;
    top: -3px;
    font-size: 1.6rem !important; }
  #hidden-menu .currency-btn-wrapper .btn {
    margin-right: 3px; }
  #hidden-menu ul.dropdown-menu {
    top: 28px !important; }
  #hidden-menu ul.main-links li.active {
    background: none; }
    #hidden-menu ul.main-links li.active a {
      color: #1384b2; }

.sale {
  background: url(../images/public/sale.png) no-repeat right top; }

ul.dropdown-large {
  left: 0 !important;
  right: 0 !important; }
  ul.dropdown-large hr {
    border-color: #bbb; }
  ul.dropdown-large a {
    color: #138abb !important;
    padding: 0 !important; }
    ul.dropdown-large a:hover {
      background: none !important; }
  ul.dropdown-large a.btn {
    font-size: 1em;
    padding: 6px 24px !important;
    margin: 0;
    width: auto !important; }
    ul.dropdown-large a.btn.btn-primary {
      color: white !important; }
      ul.dropdown-large a.btn.btn-primary:hover {
        color: white !important;
        background: #42a1c9 !important; }

footer#footer {
  padding: 48px 0;
  border-top: 1px solid #dddddd; }
  footer#footer a {
    border-bottom: none; }
  footer#footer .pmi-logo {
    width: 180px; }
  footer#footer ul li {
    font-size: .7em;
    margin-bottom: 6px; }
    footer#footer ul li.social-links {
      float: left;
      font-size: 1.6em; }
      footer#footer ul li.social-links a.facebook {
        color: #138abb; }
      footer#footer ul li.social-links a.twitter {
        color: #1384b2; }
      footer#footer ul li.social-links a.linkedin {
        color: #0d6183; }
    footer#footer ul li a {
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      color: #545a5f; }
      footer#footer ul li a:hover {
        color: #1384b2; }

.faq-sidebar {
  top: 80px;
  font-size: .8em; }
  .faq-sidebar ul li {
    line-height: 18px; }

.faq-accordian .panel {
  border: none;
  box-shadow: none;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd; }
  .faq-accordian .panel .panel-heading {
    border: none; }
    .faq-accordian .panel .panel-heading a {
      text-decoration: none !important;
      display: block;
      display: flex; }
      .faq-accordian .panel .panel-heading a:hover {
        color: #171717; }
      .faq-accordian .panel .panel-heading a.collapsed .icon-wrapper .faq-icon {
        rotate: -90deg; }
      .faq-accordian .panel .panel-heading a .icon-wrapper {
        margin-right: 10px; }
  .faq-accordian .panel .panel-collapse .panel-body {
    border: none;
    margin-left: 20px; }
    .faq-accordian .panel .panel-collapse .panel-body p {
      font-size: 16px; }

#home-hero {
  background: #041c25;
  position: relative;
  z-index: 99;
  overflow: hidden; }
  #home-hero h1 {
    font-size: 48px;
    line-height: 1.1em; }
    @media (max-width: 992px) {
      #home-hero h1 {
        font-size: 36px; } }
  #home-hero .overhang {
    color: #99D8F1; }

#home-hero-video {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  z-index: 0;
  opacity: .2; }

.hero-list {
  list-style: none; }
  .hero-list li {
    background: url(../images/home-hero-check.svg) no-repeat left;
    font-size: 16px;
    margin: 10px 0;
    padding-left: 35px; }

.badge-container {
  position: relative;
  margin-bottom: 48px; }
  .badge-container .badge-img {
    position: absolute;
    top: -10px;
    left: 20px; }
    @media (max-width: 768px) {
      .badge-container .badge-img {
        top: 0px; } }
    .badge-container .badge-img.lg {
      left: 30px; }
    .badge-container .badge-img.affirm {
      top: 18px;
      left: 30px; }
  .badge-container .text-wrapper {
    background: #e7f3f7;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    padding-left: 160px; }
    .badge-container .text-wrapper.light {
      border: 1px solid #E4ECF0;
      background: white; }

ul.logos-list {
  list-style: none; }
  ul.logos-list li img {
    height: 70px; }
    @media (max-width: 768px) {
      ul.logos-list li img {
        height: 40px; } }
.podcast-container {
  display: block;
  background: #0d6183;
  color: white;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  padding: 16px; }
  .podcast-container .label {
    background: #041c25;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 100px; }
  .podcast-container .play-button {
    display: block;
    text-align: right;
    top: 16px;
    right: 16px;
    position: relative; }
  @media (max-width: 992px) {
    .podcast-container h4 {
      font-size: 14px; }
    .podcast-container .play-button {
      margin-top: 10px;
      text-align: left;
      top: 0px;
      right: 0px; } }
.audio-player audio {
  border-radius: 100px; }
  .audio-player audio:focus {
    outline: none;
    border: 1px solid #138abb; }

img.contact-logo-mobile {
  margin-bottom: 24px !important; }

.newsletter-container {
  position: relative; }

.feature-panel {
  padding: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background: #138abb;
  background-size: cover; }
  .feature-panel .contact-logo {
    margin-bottom: 39px; }
  .feature-panel h5 {
    margin-bottom: 34px;
    color: white; }
  .feature-panel p {
    line-height: 1.5em;
    color: white; }
    .feature-panel p small {
      color: #A9C2D6 !important; }
  .feature-panel .contact-quote {
    position: absolute;
    bottom: 10%;
    color: white; }
    .feature-panel .contact-quote p {
      padding-right: 36px; }
      .feature-panel .contact-quote p.quote-text {
        font-size: 18px;
        font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif;
        line-height: 25px; }
    .feature-panel .contact-quote .cite {
      font-size: 18px;
      font-weight: bold; }

.main-panel {
  height: 100%;
  overflow: auto;
  margin-left: 500px;
  position: relative; }
  .main-panel h2 {
    line-height: 1.1em; }
  @media (max-width: 992px) {
    .main-panel {
      margin-left: 0; }
      .main-panel section {
        padding: 24px 0; }
      .main-panel h2 {
        font-size: 30px; } }
  .main-panel .panel-inner {
    display: table;
    width: 100%;
    height: 100%; }

.filters-container {
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }
  .filters-container .dropdown {
    display: inline-flex; }
  .filters-container .btn {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 150px; }
    .filters-container .btn .btn-content-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  @media (max-width: 992px) {
    .filters-container {
      display: block; }
      .filters-container .dropdown {
        display: block;
        margin-bottom: 12px; }
      .filters-container .btn {
        width: 100%; } }
.clear-filters {
  display: inline-block;
  margin-left: 10px;
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  @media (max-width: 992px) {
    .clear-filters {
      margin-left: 0;
      border: 2px solid #1384b2;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100%;
      text-align: center;
      margin-bottom: 30px; } }
@media (max-width: 992px) {
  .timezone-actions-container {
    flex-direction: column-reverse;
    width: 100%;
    display: flex !important; } }

.pg-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  /* gutter */
  margin-right: -12px;
  /* gutter */
  box-sizing: border-box; }

.pg-col {
  padding-left: 12px;
  /* gutter */
  padding-right: 12px;
  /* gutter */
  box-sizing: border-box;
  min-width: 0;
  /* prevents overflow in flex items */ }

.pg-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }
  @media (max-width: 768px) {
    .pg-content {
      flex: 0 0 100%;
      max-width: 100%;
      order: 2; } }
.pg-buy-block {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }
  @media (max-width: 768px) {
    .pg-buy-block {
      flex: 0 0 100%;
      max-width: 100%;
      order: 1; } }
@media (max-width: 768px) {
  .product-header {
    padding-bottom: 300px; } }

.buy-block-container {
  position: relative;
  top: -340px;
  margin-bottom: -340px; }
  @media (max-width: 768px) {
    .buy-block-container {
      top: -300px;
      margin-bottom: -280px; } }
.buy-block-wrapper {
  position: sticky;
  top: 50px;
  padding: 0 40px; }
  @media (max-width: 1200px) {
    .buy-block-wrapper {
      padding: 0; } }
  @media (max-width: 992px) {
    .buy-block-wrapper {
      padding: 0; } }
.buy-block {
  position: relative;
  overflow: hidden; }
  .buy-block.sale-tag:before {
    position: absolute;
    right: -25px;
    top: 10px;
    content: "Sale";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #A94442;
    font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
    width: 100px;
    color: white;
    padding: 2px 0;
    rotate: 45deg; }
  @media (max-width: 992px) {
    .buy-block .old-price-text {
      font-size: 14px; } }
  .buy-block .price-text {
    font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
    font-size: 30px; }
    @media (max-width: 992px) {
      .buy-block .price-text {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .buy-block .price-text {
        font-size: 30px; } }
  .buy-block .seat-text {
    position: relative;
    right: 4px; }
    @media (max-width: 992px) {
      .buy-block .seat-text {
        font-size: 14px; } }
  @media (max-width: 992px) {
    .buy-block .label-save {
      font-size: 12px; } }
  @media (max-width: 992px) {
    .buy-block {
      padding: 0; } }
  @media (max-width: 768px) {
    .buy-block {
      top: 0; } }
  .buy-block h1, .buy-block h2, .buy-block h3, .buy-block h4, .buy-block h5, .buy-block h6, .buy-block p {
    color: #171717 !important; }
  .buy-block .buy-block-card {
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: white; }

.promo-testimonial-header .media-body {
  margin-top: 8px; }

.checkout-header-container, .checkout-footer-container, .order-expander-container {
  padding: 0 25px; }
  @media (max-width: 992px) {
    .checkout-header-container, .checkout-footer-container, .order-expander-container {
      padding: 0 35px; } }
.checkout-header {
  background: #fff;
  border-bottom: 1px solid #e6e8eb;
  padding: 14px 0; }
  .checkout-header .checkout-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .checkout-header .checkout-logo img {
    height: 25px; }
    @media (min-width: 992px) {
      .checkout-header .checkout-logo img {
        height: 30px; } }
  .checkout-header .checkout-header-right {
    font-size: 14px; }
  .checkout-header .checkout-continue {
    font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif; }

.checkout-footer {
  background: #fff;
  border-top: 1px solid #DDDDDD;
  padding: 18px 0 26px;
  font-size: 12px;
  color: #545a5f;
  font-family: "museo_sans_300regular", Helvetica, Arial, sans-serif; }
  .checkout-footer .checkout-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px; }
  .checkout-footer a {
    margin-left: 6px;
    color: #545a5f; }
    .checkout-footer a:hover {
      color: #171717; }
  .checkout-footer .footer-sep {
    margin: 0 6px;
    color: #d1d5db; }

.checkout-page {
  font-family: "museo_sans_500regular", Helvetica, Arial, sans-serif; }
  .checkout-page .input-lg {
    font-size: 14px;
    box-shadow: none; }

.checkout-split {
  position: relative;
  padding: 20px 0; }
  @media (max-width: 992px) {
    .checkout-split {
      padding-top: 0; } }
  .checkout-split::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #FAFBFD;
    width: 100%;
    z-index: -1;
    border-right: 1px solid #DDDDDD; }
  .checkout-split .checkout-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 991px) {
    .checkout-split::before {
      display: none; } }
  @media (min-width: 992px) {
    .checkout-split::before {
      width: calc((100vw - 970px) / 2 + (970px * 7 / 12));
      display: block; } }
  @media (min-width: 1200px) {
    .checkout-split::before {
      width: calc((100vw - 1170px) / 2 + (1170px * 7 / 12)); } }
.checkout-row--mobile-reverse {
  display: flex;
  flex-direction: column; }
  .checkout-row--mobile-reverse .checkout-left,
  .checkout-row--mobile-reverse .checkout-right {
    float: none;
    width: 100%; }
  .checkout-row--mobile-reverse .checkout-left {
    order: 2; }
  .checkout-row--mobile-reverse .checkout-right {
    order: 1; }
  @media (min-width: 992px) {
    .checkout-row--mobile-reverse {
      display: block; }
      .checkout-row--mobile-reverse .checkout-left,
      .checkout-row--mobile-reverse .checkout-right {
        float: left; }
      .checkout-row--mobile-reverse .checkout-left {
        width: 58.333333%;
        order: 0; }
      .checkout-row--mobile-reverse .checkout-right {
        width: 41.666667%;
        order: 0; } }
  @media (max-width: 992px) {
    .checkout-row--mobile-reverse .checkout-right {
      max-height: 2000px;
      transition: max-height 0.35s ease, opacity 0.2s ease;
      opacity: 1; }
      .checkout-row--mobile-reverse .checkout-right.summary-closed {
        max-height: 0;
        opacity: 0;
        overflow: hidden; }
    .checkout-row--mobile-reverse .checkout-left {
      padding-top: 24px;
      border-top: 1px solid #DDDDDD; } }
  @media (max-width: 768px) {
    .checkout-row--mobile-reverse .checkout-left {
      background: #FAFBFD; } }
.checkout-left-inner {
  padding: 8px 18px 0; }
  @media (min-width: 992px) {
    .checkout-left-inner {
      padding: 18px 24px 0 8px; } }
a.order-expander-outer {
  text-decoration: none !important; }
  a.order-expander-outer.expanded .expand-icon {
    rotate: 180deg; }

.order-expander {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0px;
  color: #171717;
  margin-bottom: -2px;
  background: #f3f3f5; }
  .order-expander .summary-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px; }
    .order-expander .summary-info-row .checkout-total-new {
      font-size: 18px; }

.checkout-right-inner {
  padding: 18px 18px 0; }
  @media (min-width: 992px) {
    .checkout-right-inner {
      padding: 18px 8px 0 28px; } }
  @media (max-width: 992px) {
    .checkout-right-inner {
      padding-top: 10px;
      padding-bottom: 18px; } }
.checkout-block {
  margin-bottom: 48px; }

.checkout-divider {
  position: relative;
  text-align: center;
  margin: 16px 0 14px; }
  .checkout-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #DDDDDD; }
  .checkout-divider .checkout-divider-label {
    position: relative;
    display: inline-block;
    background: #FAFBFD;
    padding: 0 10px;
    font-size: 14px; }

.checkout-card {
  padding-top: 4px; }

.checkout-input-with-icons {
  position: relative; }
  .checkout-input-with-icons .checkout-card-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 6px;
    font-size: 11px; }
  .checkout-input-with-icons input.form-control {
    padding-right: 140px; }

.checkout-input-with-help {
  position: relative; }
  .checkout-input-with-help .checkout-help {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .checkout-input-with-help .checkout-help .tooltip-inner {
      width: 150px; }
  .checkout-input-with-help input.form-control {
    padding-right: 40px; }

.checkout-affirm {
  text-align: center;
  margin-top: 6px; }

.checkout-affirm-btn {
  border: 2px solid #6b6bff;
  color: #111;
  background: #fff;
  border-radius: 10px;
  height: 52px;
  padding: 0 18px;
  font-weight: 800; }

.checkout-affirm-sub {
  margin: 10px 0 0;
  font-size: 14px; }

.checkout-summary-list-outter {
  position: relative; }
  .checkout-summary-list-outter .scroll-for-more {
    cursor: default;
    display: flex;
    opacity: 0;
    transition: opacity 0.25s ease;
    text-align: center;
    pointer-events: none;
    font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #eeeef0;
    text-align: center;
    padding: 5px 20px;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 80px);
    color: #171717;
    z-index: 1; }
    .checkout-summary-list-outter .scroll-for-more i {
      font-size: 14px;
      align-self: center;
      margin-left: 8px; }
    @media (max-width: 992px) {
      .checkout-summary-list-outter .scroll-for-more {
        display: none; } }
    .checkout-summary-list-outter .scroll-for-more.visible {
      opacity: 1; }

.checkout-summary-list {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 12px;
  max-height: 220px;
  overflow: scroll;
  position: relative; }
  @media (max-width: 992px) {
    .checkout-summary-list {
      max-height: 100%; } }
.checkout-summary-item {
  position: relative;
  display: grid;
  grid-template-columns: 18px 70px 1fr auto;
  gap: 10px;
  align-items: top;
  padding: 10px 0; }

.checkout-remove {
  padding: 0;
  color: #989c9f;
  position: relative;
  top: 10px; }
  .checkout-remove i {
    font-size: 17px;
    line-height: 17px; }

.checkout-thumb {
  width: 70px;
  border-radius: 6px; }
  .checkout-thumb img {
    width: 100%; }

.checkout-item-name {
  font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #171717; }

.checkout-item-sub {
  font-size: 12px;
  margin-top: 2px; }

.checkout-item-price {
  text-align: right; }
  .checkout-item-price .checkout-item-old {
    color: #999999;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 1.1; }
  .checkout-item-price .checkout-item-new {
    color: #A94442;
    font-family: "museo_sans_700regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 2px; }

.checkout-totals {
  margin-top: 12px;
  color: #171717;
  font-size: 20px; }

.checkout-totals-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 4px 0; }
  .checkout-totals-row .checkout-discount {
    color: #A94442; }

.checkout-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DDDDDD; }

.checkout-total-nums {
  display: flex;
  gap: 10px;
  align-items: baseline; }
  .checkout-total-nums .checkout-total-old {
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 14px; }
  .checkout-total-nums .checkout-total-new {
    font-size: 22px;
    font-weight: 900; }

.checkout-savings-pill {
  margin: 12px 0 24px;
  padding: 10px 12px;
  background: #f3f0ea;
  border-radius: 999px;
  text-align: center;
  color: #A94442;
  font-size: 18px; }

.checkout-cta {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #ffd266;
  font-weight: 900;
  font-size: 18px !important; }

.checkout-secure {
  margin: 16px 0 14px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center; }
  .checkout-secure span {
    align-self: center; }
  .checkout-secure .checkout-lock i {
    font-size: 18px;
    margin-right: 4px; }

.checkout-badges {
  display: flex;
  justify-content: center;
  padding: 10px 0 20px;
  border-bottom: 1px solid #DDDDDD; }

.checkout-testimonial-carousel {
  position: relative; }
  .checkout-testimonial-carousel .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 5px; }
    .checkout-testimonial-carousel .carousel-indicators .indicator {
      cursor: pointer;
      width: 10px;
      height: 10px;
      background: #d1d1d1;
      border-radius: 100px; }
      .checkout-testimonial-carousel .carousel-indicators .indicator:hover {
        background: #8b8b8b; }
      .checkout-testimonial-carousel .carousel-indicators .indicator.active {
        background: #171717; }

.checkout-express-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 767px) {
    .checkout-express-grid {
      grid-template-columns: repeat(2, 1fr); } }
.checkout-express-btn {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  font-weight: 700;
  font-size: 14px; }
  .checkout-express-btn--apple {
    background: #000;
    color: #fff;
    border-color: #000; }
  .checkout-express-btn--paypal {
    background: #ffe065;
    color: #123;
    border-color: #ffe065; }
  .checkout-express-btn--paylater {
    background: #f3f4f6;
    color: #222; }
  .checkout-express-btn--amazon {
    background: #f7d37a;
    color: #111;
    border-color: #f7d37a;
    text-transform: lowercase; }
  .checkout-express-btn--venmo {
    background: #4aa3df;
    color: #fff;
    border-color: #4aa3df;
    text-transform: lowercase; }
  .checkout-express-btn--gpay {
    background: #000;
    color: #fff;
    border-color: #000; }

@media (max-width: 1200px) {
  .main-nav ul.main-links li {
    margin-right: 0;
    font-size: .68em; } }

@media (max-width: 992px) {
  .main-nav ul.main-links li {
    font-size: .52em;
    margin-right: 0; }
    .main-nav ul.main-links li a {
      padding-left: 0;
      padding-right: 0; }
  .main-nav ul.main-links .dropdown-menu {
    top: 36px !important; }
    .main-nav ul.main-links .dropdown-menu li {
      font-size: .9em; }
      .main-nav ul.main-links .dropdown-menu li a {
        padding-left: 15px;
        padding-right: 15px; }
  .main-nav ul.sub-links li {
    font-size: .5em; }
  .main-nav .btn {
    font-size: 0.8em !important;
    padding: 6px 12px;
    padding-bottom: 10px !important; }
  .main-nav .checkout-btn-wrapper {
    top: -1px !important; }
  .btn {
    font-size: .8em; }
  ul.nav-pills li {
    font-size: .65em; }
  .affix {
    display: none; }
  .feature-blocks .fa {
    font-size: 3em !important; }
  #hidden-menu ul.dropdown-menu {
    top: 30px !important; }
  #hidden-menu .checkout-btn-wrapper a {
    font-size: 0.5em !important; } }

@media (max-width: 767px) {
  section.extra-padding {
    padding: 48px 0 !important; }
  #home-slider .item {
    background-image: none !important; }
  .no-margin-top-sm {
    margin-top: 0 !important; }
  .logo {
    background: url(../images/logo_sm.png);
    width: 185px;
    height: 36px;
    display: block; }
  .btn {
    font-size: .7em; }
    .btn.btn-lg {
      padding: 12px; }
  body {
    padding-top: 50px; }
  section {
    padding: 24px 0; }
  h1 {
    font-size: 1.5em;
    line-height: 33.6px; }
  h2.lg {
    font-size: 1.3em;
    line-height: 28.8px; } }
  @media (max-width: 767px) and (max-width: 768px) {
    h2.lg {
      font-size: 30px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 1.2em;
    line-height: 28.8px; }
  p {
    font-size: .8em; }
  ul.nav-pills {
    border-bottom: none; }
    ul.nav-pills li {
      font-size: .6em; }
      ul.nav-pills li a {
        padding: 10px; }
      ul.nav-pills li.active a {
        padding: 10px;
        border: none; }
        ul.nav-pills li.active a:hover {
          border: none; }
      ul.nav-pills li:hover a {
        border: none; }
  .carousel .btns {
    position: relative; }
  .carousel ol.carousel-indicators {
    text-align: center;
    bottom: 5px; }
  .feature-blocks .col-sm-3 {
    text-align: left !important; }
  #mobile-main-nav .btn {
    font-size: 1em; }
  .text-center-sm {
    text-align: center; } }
