/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
html {
  font-family: "Noto Serif", "Roboto", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove default margin.
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
       * Address `[hidden]` styling not present in IE 8/9/10.
       */
[hidden] {
  display: none; }

/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
template {
  display: none; }

/* Links
       ========================================================================== */
/**
       * Remove the gray background color from active links in IE 10.
       */
a {
  background-color: transparent; }

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted; }

/**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
b,
strong {
  font-weight: bold; }

/**
     * Address styling not present in Safari and Chrome.
     */
dfn {
  font-style: italic; }

/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
       * Address styling not present in IE 8/9.
       */
mark {
  background: #ff0;
  color: #000; }

/**
     * Address inconsistent and variable font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
       ========================================================================== */
/**
       * Remove border when inside `a` element in IE 8/9/10.
       */
img {
  border: 0; }

/**
     * Correct overflow not hidden in IE 9/10/11.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
       * Address margin not present in IE 8/9 and Safari.
       */
figure {
  margin: 1.5em 40px; }

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  box-sizing: content-box;
  height: 0; }

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto; }

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
button {
  overflow: visible; }

/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
button,
select {
  text-transform: none; }

/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
     *    Known issue: inner spacing remains in IE 6.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
     * Remove inner padding and border in Firefox 4+.
     */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
input {
  line-height: normal; }

/**
       * It's recommended that you don't attempt to style these elements.
       * Firefox's implementation doesn't respect box-sizing, padding, or width.
       *
       * 1. Address box sizing set to `content-box` in IE 8/9/10.
       * 2. Remove excess padding in IE 8/9/10.
       * 3. Remove excess padding in IE 7.
       *    Known issue: excess padding remains in IE 6.
       */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
       * Remove inner padding and search cancel button in Safari and Chrome on OS X.
       * Safari (but not Chrome) clips the cancel button when the search input has
       * padding (and `textfield` appearance).
       */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Define consistent border, margin, and padding.
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     * 3. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
textarea {
  overflow: auto; }

/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
optgroup {
  font-weight: bold; }

/* Tables
       ========================================================================== */
/**
     * Remove most spacing between table cells.
     */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
body {
  color: #061d34;
  font-family: "Noto Serif", "Roboto", sans-serif; }

p, td, th, ul, ol, blockquote {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px; }

h1, h2, h3, h4 {
  color: #061d34;
  font-family: "Noto Serif", "Roboto", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }

a {
  color: #061d34; }

hr {
  border-bottom-style: none;
  border-top-style: solid;
  border-color: #061d34;
  border-width: 1px; }

blockquote {
  border-left: 3px solid #e99e0f;
  padding: 1em;
  font-style: italic; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
header {
  *zoom: 1;
  background-color: #061d34;
  background-image: linear-gradient(to bottom right, #061d34, black);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 999; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }

.checkout-header-contact {
  float: left;
  color: white;
  margin-top: 25px;
  margin-left: 15px; }
  .checkout-header-contact p {
    margin-top: 0; }

footer {
  padding: 90px 0 15px;
  background-color: #061d34;
  background-image: linear-gradient(to bottom right, #061d34, black);
  color: white; }
  footer p {
    font-size: 11px;
    font-size: 0.6875rem;
    color: white; }
    footer p.footer-bottom-line {
      line-height: 35px; }

.footer-logo {
  height: 35px;
  width: auto;
  float: right; }

.footer-col-header {
  font-family: "Noto Serif", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 0 0 1em;
  padding-bottom: 0.33em;
  border-bottom: 1px solid white; }

.footer-menu {
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }
  .footer-menu li {
    color: white;
    font-family: "Noto Serif", "Roboto", sans-serif;
    text-align: center;
    line-height: 2.17;
    font-size: 12px;
    font-size: 0.75rem; }
    .footer-menu li a {
      color: white;
      text-decoration: none; }
      .footer-menu li a:hover {
        color: #e99e0f; }
  .footer-menu.footer-menu-facebook {
    text-align: center; }

.footer-menu-accented li {
  text-transform: uppercase; }

.footer-social {
  color: white; }

.footer-white-link {
  color: #FFFFFF;
  text-decoration: none; }

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .wrapper {
      overflow: visible; } }
  @media screen and (min-width: 64.0625em) {
    .wrapper {
      width: 60em; } }
  @media screen and (min-width: 80em) {
    .wrapper {
      width: 78em; } }

.content {
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: 64.0625em) {
    .content {
      margin-left: 0;
      margin-right: 0; } }

[v-cloak] {
  display: none; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
@media screen and (max-width: 35.499em) {
  .hide-xs {
    display: none !important; } }

@media screen and (min-width: 35.5em) and (max-width: 47.999em) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 64.0624em) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 79.999em) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-xl {
    display: none !important; } }

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

.text-left, .table td.text-left, .table th.text-left {
  text-align: left; }

.text-right, .table td.text-right, .table th.text-right {
  text-align: right; }

.text-xxs {
  font-size: 9px;
  font-size: 0.5625rem; }

.text-xs {
  font-size: 11px;
  font-size: 0.6875rem; }

.text-sm {
  font-size: 12px;
  font-size: 0.75rem; }

.text-base {
  font-size: 13px;
  font-size: 0.8125rem; }

.text-success {
  color: #1ABC9C; }

.text-info {
  color: #1395BA; }

.text-warning {
  color: #e99e0f; }

.text-danger {
  color: #D94E1F; }

.text-primary {
  color: #e99e0f; }

.text-secondary {
  color: #9B9C8E; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/**
 * Utility classes
 */
/**
 * The super hero clearfix thing
 */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

.vspace {
  height: 75px; }

.vspace-responsive {
  height: 30px; }
  @media screen and (min-width: 48em) {
    .vspace-responsive {
      height: 75px; } }

.vspace-small {
  height: 30px; }

.pure-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
     *     Sets the font stack to fonts known to work properly with the above letter
     *     and word spacings. See: https://github.com/yahoo/pure/issues/41/
     *
     *     The following font stack makes Pure Grids work on all known environments.
     *
     *     * FreeSans: Ships with many Linux distros, including Ubuntu
     *
     *     * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
     *       Arial to get picked up by the browser, even though neither is available
     *       in Chrome OS.
     *
     *     * Droid Sans: Ships with all versions of Android.
     *
     *     * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows. */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /*
     *     Use flexbox when possible to avoid `letter-spacing` side-effects.
     *
     *     NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
     *     `-moz-` prefix version is omitted. */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap; }

/* Opera as of 12 on Windows needs word-spacing.
 * The ".opera-only" selector is used to prevent actual prefocus styling
 * and is not required in markup. */
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-g-gutter {
  margin: 0 -15px; }
  .pure-g-gutter > [class*="pure-u"] {
    padding: 0 15px;
    box-sizing: border-box; }

/*
 *Resets the font family back to the OS/browser's default sans-serif font,
 *this the same font stack that Normalize.css sets for the `body`. */
.pure-g [class*="pure-u"] {
  font-family: "Noto Serif", "Roboto", sans-serif; }

/** PURE GRID UNITS **/
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 64.0625em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }

.logo {
  float: left;
  display: inline-block;
  margin-bottom: 22px; }
  .logo span {
    display: block;
    float: left;
    background-position: top left;
    background-size: contain; }
  .logo .logo-icon {
    background-image: url(/assets/images/personal-brand/logo.svg);
    margin-top: 22px;
    height: 35px;
    width: 35px; }
  .logo .logo-text {
    background-image: url(/assets/images/personal-brand/logo-text.svg);
    margin: 27px 0 0 11px;
    width: 160px;
    height: 25px; }

/* Adjustment for menu within the logo block */
.logo .menu-main > ul {
  margin-bottom: 0; }
  .logo .menu-main > ul li {
    margin-bottom: 5px; }

.menu {
  margin: 0;
  padding: 0; }
  .menu ul {
    padding: 0;
    margin: 0; }
    .menu ul li {
      display: inline-block;
      text-transform: uppercase; }

.menu-main {
  position: relative;
  float: left;
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .menu-main {
      display: block; } }
  .menu-main span {
    cursor: pointer;
    margin: 0 0.5em;
    padding: 0.2em 0.5em;
    font-size: 13px;
    font-size: 0.8125rem; }
  .menu-main > ul {
    margin-bottom: 15px; }
    .menu-main > ul > li {
      margin: 30px 0 15px 5px;
      color: white;
      font-weight: 500;
      letter-spacing: -1px; }
      @media screen and (min-width: 64.0625em) {
        .menu-main > ul > li {
          margin-left: 15px; } }
      @media screen and (min-width: 80em) {
        .menu-main > ul > li {
          margin-left: 25px;
          letter-spacing: 2px; } }
      .menu-main > ul > li a {
        color: white;
        text-decoration: none;
        padding-bottom: 13px;
        cursor: pointer; }
        .menu-main > ul > li a:hover {
          color: #e99e0f;
          border-bottom: 1px solid #e99e0f; }
      .menu-main > ul > li.active > a {
        color: #e99e0f;
        border-bottom: 1px solid #e99e0f; }
      .menu-main > ul > li.menu-separator {
        border-left: 1px solid white; }
      .menu-main > ul > li.menu-item-icon {
        position: relative; }
        .menu-main > ul > li.menu-item-icon a:hover {
          border-bottom: none; }
        .menu-main > ul > li.menu-item-icon i.ico-default {
          margin-top: -3px; }
        .menu-main > ul > li.menu-item-icon .menu-item-icon-overlay {
          font-family: "Robot", sans-serif;
          position: absolute;
          margin: 0;
          padding: 3px;
          width: 12px;
          height: 12px;
          bottom: -8px;
          left: -8px;
          font-size: 12px;
          font-size: 0.75rem;
          text-align: center;
          background-color: #e99e0f;
          border-radius: 50%; }
      .menu-main > ul > li.menu-item-dropdown {
        position: relative; }
        .menu-main > ul > li.menu-item-dropdown a:hover {
          border-bottom: none; }

.menu-account-cart {
  float: right; }

.menu-mobile {
  float: right;
  display: block; }
  @media screen and (min-width: 64.0625em) {
    .menu-mobile {
      display: none; } }
  .menu-mobile ul {
    display: none;
    position: absolute;
    overflow-y: auto;
    left: 0;
    top: 80px;
    height: 100vh;
    height: calc(100vh - 80px);
    width: 100%;
    padding: 30px 0;
    background-color: white;
    color: #061d34;
    z-index: 999;
    transition: all 0.35s ease; }
    .menu-mobile ul li {
      font-weight: 500;
      text-align: center;
      display: block;
      padding: 22px 0 6px;
      border-bottom: 1px solid #061d34;
      margin: 0 20%; }
      @media screen and (min-width: 35.5em) {
        .menu-mobile ul li {
          margin: 0 27%; } }
      .menu-mobile ul li a {
        text-decoration: none; }

#hamburger {
  color: white;
  margin-top: 22px;
  display: inline-block; }

#topmenu {
  transition: all 0.2s ease;
  top: inherit;
  position: static; }
  #topmenu .content {
    border-bottom: 1px solid white; }

.menu-submenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s ease-in, opacity .4s ease-in;
  position: absolute;
  border-radius: 2px;
  border: 1px solid rgba(6, 29, 52, 0.65);
  z-index: 1001;
  top: 100%;
  right: 0;
  background-color: white;
  padding: 15px;
  margin-top: 10px !important;
  text-transform: none; }
  .menu-submenu ul.menu {
    margin-bottom: 0; }
    .menu-submenu ul.menu > li {
      text-align: left;
      margin: 5px 0;
      color: #061d34;
      display: block; }
      .menu-submenu ul.menu > li a {
        color: #061d34; }
        .menu-submenu ul.menu > li a:hover {
          color: #e99e0f; }

.menu-submenu-title {
  margin: 0 0 0.83em;
  padding-bottom: 0.83em;
  border-bottom: 1px solid #9B9C8E; }

.menu-submenu-rectangle {
  padding-top: 5px;
  padding-bottom: 5px; }

.menu-item-dropdown:hover .menu-submenu {
  transition: visibility .2s ease-out, opacity .2s ease-out;
  visibility: visible;
  opacity: 1; }

.search {
  float: left;
  position: relative;
  display: inline-block;
  margin: 20px 0 0 20px; }
  .search .form input {
    background-color: #e99e0f;
    border-color: #e99e0f; }
  .search:before {
    content: " ";
    position: absolute;
    border-style: solid;
    top: 9px;
    left: -10px;
    bottom: auto;
    border-width: 5px 10px 5px 0;
    border-color: transparent #e99e0f; }
  .search .spinbox-loader {
    height: 14px; }

.search-suggestions {
  z-index: 9999;
  position: absolute;
  background-color: white;
  left: 0;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17); }
  .search-suggestions ul {
    padding: 0 10px;
    margin: 10px 0;
    list-style: none; }
    .search-suggestions ul li {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 0; }

.search-suggestions-detailed-search, .search-suggestions-footer {
  text-align: right;
  color: #9B9C8E; }
  .search-suggestions-detailed-search a, .search-suggestions-footer a {
    color: #9B9C8E;
    text-decoration: none; }
    .search-suggestions-detailed-search a:after, .search-suggestions-footer a:after {
      font-family: "lorand";
      font-size: 9px;
      content: "> ";
      color: #9B9C8E;
      padding-bottom: 3px; }

.search-suggestions-detailed-search {
  border-bottom: 1px solid #061d34; }

.search-suggestions-footer {
  border-top: 1px solid #061d34; }

.search-suggestion-name {
  font-weight: 700;
  text-decoration: none; }

.search-suggestion-description {
  margin-left: 10px; }
  .search-suggestion-description .product-price {
    font-size: 11px;
    font-size: 0.6875rem; }

.form-group {
  margin-bottom: 15px; }
  .form-group.has-error select, .form-group.has-error input {
    border: 1px solid #D94E1F; }
  .form-group.has-error .error-message {
    color: #D94E1F; }

.form-default .has-error .form-control.select2-hidden-accessible + .select2 .select2-selection--single {
  border: 1px solid !important;
  border-color: #D94E1F !important; }

.form-label {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  margin-bottom: 0.35em;
  display: inline-block; }
  .form-label.form-label-sm {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Noto Serif", "Roboto", sans-serif;
  line-height: normal;
  color: #061d34;
  background-color: white;
  background-image: none;
  background-clip: padding-box;
  box-sizing: border-box;
  border: 1px solid #e99e0f;
  padding: 9px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px; }
  .form-control.form-control-sm {
    padding: 7px 11px;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 2px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control::-webkit-input-placeholder {
    color: #9B9C8E;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9B9C8E;
    opacity: 1; }
  .form-control::placeholder {
    color: #9B9C8E;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #ECECEC;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-default {
  color: #061d34; }
  .form-default h1, .form-default h2, .form-default h3, .form-default h4, .form-default p {
    text-align: left;
    color: #061d34; }
  .form-default .form-control {
    background-color: white;
    border-color: #061d34;
    color: #061d34; }
    .form-default .form-control option {
      background-color: white; }
  .form-default .form-section-header {
    border-bottom-color: #061d34; }

.form-inverse {
  color: white; }
  @media screen and (min-width: 48em) {
    .form-inverse {
      margin: 0 30px; } }
  .form-inverse h1, .form-inverse h2, .form-inverse h3, .form-inverse h4, .form-inverse p {
    text-align: left;
    color: white; }
  .form-inverse .form-control {
    background-color: white;
    border-color: white;
    color: #061d34; }
    .form-inverse .form-control option {
      background-color: white; }

.form-transparent .form-control {
  background-color: transparent;
  color: white; }
  .form-transparent .form-control option {
    background-color: #061d34; }

.form-section-header {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 2.17em 0 1.78em;
  padding: 0.78em 0;
  border-top: 1px solid #061d34;
  border-bottom: 1px solid #061d34; }
  .form-section-header.form-section-header-topmost {
    padding-top: 0;
    border-top: none;
    margin-top: 0.7em; }
  .form-section-header .ico-default {
    margin-top: -5px; }

select.form-control option[default] {
  display: none; }

.news-container {
  margin: 30px 0; }
  .news-container a {
    text-decoration: none; }
  .news-container > div:first-of-type .news {
    padding-right: 20px; }
  .news-container > div:last-of-type .news {
    padding-left: 20px; }
  .news-container > div:nth-of-type(2) .news {
    padding: 0 10px; }
  .news-container .news .news-title {
    margin: 0;
    font-size: 35px;
    font-size: 2.1875rem; }
  .news-container .news .news-description {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 30px 0; }

.jumbotron {
  background-color: #e99e0f; }

.jumbotron-inverse {
  background-color: #061d34;
  color: white; }
  .jumbotron-inverse .jumbotron-title, .jumbotron-inverse .jumbotron-subtitle {
    color: white; }

.jumbotron-transparent {
  background-color: transparent !important; }

@media screen and (min-width: 48em) {
  .jumbotron-narrow-content {
    padding: 60px; } }

.hero {
  padding: 100px 0 100px;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .hero {
      padding: 110px 0 110px; } }
  .hero .ico {
    color: white; }
  .hero .btn .ico {
    color: inherit; }

.hero-title {
  letter-spacing: 16px; }

.hero-title, .hero-subtitle {
  color: white; }

.hero-title {
  margin: 0;
  letter-spacing: 7px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: inline-block; }
  @media screen and (min-width: 48em) {
    .hero-title {
      font-size: 67px;
      font-size: 4.1875rem; } }

.hero-subtitle {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media screen and (min-width: 48em) {
    .hero-subtitle {
      font-size: 25px;
      font-size: 1.5625rem; } }

.hero-scroll {
  margin-top: 2em; }

.hero-video-container {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  z-index: -1; }

.hero-video {
  width: 100%;
  z-index: -1;
  object-fit: cover; }

@media screen and (max-height: 726px), screen and (max-width: 1024px) {
  .hero-video {
    display: none; } }

.newsletter {
  padding-top: 45px; }

.newsletter-image img {
  max-width: 100%;
  display: block;
  margin: auto; }
  @media screen and (min-width: 48em) {
    .newsletter-image img {
      margin: inherit; } }

.newsletter-body {
  box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .newsletter-body {
      padding-left: 30px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Noto Serif", "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  border-radius: 3px; }
  .btn[disabled] {
    opacity: .65; }

a.btn {
  text-decoration: none; }

.btn-primary {
  color: #061d34 !important;
  background-color: #e99e0f;
  border-color: #e99e0f; }

.btn-default {
  color: #061d34 !important;
  background-color: #ECECEC;
  border-color: #ECECEC; }

.btn-info {
  color: white !important;
  background-color: #1395BA;
  border-color: #1395BA; }

.btn-success {
  color: white !important;
  background-color: #1ABC9C;
  border-color: #1ABC9C; }

.btn-warning {
  color: #D94E1F !important;
  background-color: #e99e0f;
  border-color: #e99e0f; }

.btn-danger {
  color: white !important;
  background-color: #D94E1F;
  border-color: #D94E1F; }

.btn-inverse {
  color: #e99e0f !important;
  background-color: #061d34;
  border-color: #061d34; }

.btn-outline {
  background-color: transparent;
  border-color: #061d34; }

.btn-link {
  background-color: transparent;
  border: none; }
  .btn-link:hover {
    box-shadow: none;
    text-decoration: underline; }

.btn-xl {
  letter-spacing: 2px;
  font-weight: 400;
  padding: 17px 43px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  border-radius: 4px; }

.btn-lg {
  letter-spacing: 2px;
  padding: 13px 36px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 4px; }

.btn-sm {
  padding: 7px 11px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 2px; }

.btn-xs {
  font-family: "Noto Serif", "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 5px 8px;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: normal;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .btn-block + .btn-block {
    margin-top: 0.57em; }

@media screen and (min-width: 35.5em) {
  .btn-block-until-sm {
    display: inline-block;
    width: auto; }
    .btn-block-until-sm + .btn-block {
      margin-top: inherit;
      margin-left: 0.35em !important; }
      .btn-block-until-sm + .btn-block.pull-right {
        margin-left: inherit !important;
        margin-right: 0.35em !important; } }

@media screen and (min-width: 48em) {
  .btn-block-until-md {
    display: inline-block;
    width: auto; }
    .btn-block-until-md + .btn-block {
      margin-top: inherit;
      margin-left: 0.35em !important; }
      .btn-block-until-md + .btn-block.pull-right {
        margin-left: inherit !important;
        margin-right: 0.35em !important; } }

.btn + .btn {
  margin-left: 0.35em; }
  .btn + .btn.pull-right {
    margin-left: inherit;
    margin-right: 0.35em; }

@font-face {
  font-family: "lorand";
  src: url("../fonts/personal-brand/lorand.eot");
  src: url("../fonts/personal-brand/lorand.eot?#iefix") format("embedded-opentype"), url("../fonts/personal-brand/lorand.woff") format("woff"), url("../fonts/personal-brand/lorand.ttf") format("truetype"), url("../fonts/personal-brand/lorand.svg#lss") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  vertical-align: middle;
  display: inline-block; }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "lorand" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** ------------------- GLYPHS -------------------  **/
.ico-darrow-right:before {
  content: "\3e"; }

.ico-darrow-left:before {
  content: "\3c"; }

.ico-darrow-up:before {
  content: "\5e"; }

.ico-darrow-down:before {
  content: "\2e"; }

.ico-circle-o:before {
  content: "\4f"; }

.ico-circle:before {
  content: "\30"; }

.ico-circle-o-thin:before {
  content: "\6f"; }

.ico-hamburger:before {
  content: "\3d"; }

.ico-close:before {
  content: "\78"; }

.ico-close-circle:before {
  content: "\4d"; }

.ico-close-outline:before {
  content: "\48"; }

.ico-darrow-down-circle:before {
  content: "\6d"; }

.ico-hamburger-outline:before {
  content: "\68"; }

.ico-lss-logo:before {
  content: "\6c"; }

.ico-darrow-down-outline:before {
  content: "\64"; }

.ico-down:before {
  content: "\61"; }

.ico-left:before {
  content: "\62"; }

.ico-right:before {
  content: "\63"; }

.ico-up:before {
  content: "\65"; }

.ico-audio:before {
  content: "\66"; }

.ico-back-arrow:before {
  content: "\67"; }

.ico-bank:before {
  content: "\69"; }

.ico-company:before {
  content: "\6a"; }

.ico-contact:before {
  content: "\6b"; }

.ico-courses:before {
  content: "\6e"; }

.ico-credit-card:before {
  content: "\70"; }

.ico-delete-circle:before {
  content: "\71"; }

.ico-edit:before {
  content: "\72"; }

.ico-location:before {
  content: "\73"; }

.ico-pdf:before {
  content: "\74"; }

.ico-rocket:before {
  content: "\75"; }

.ico-cart:before {
  content: "\76"; }

.ico-user:before {
  content: "\77"; }

.ico-video:before {
  content: "\79"; }

.ico-trash:before {
  content: "\7a"; }

.ico-settings:before {
  content: "\41"; }

.ico-check:before {
  content: "\2f"; }

.ico-user-single:before {
  content: "\42"; }

.ico-shipment:before {
  content: "\43"; }

.ico-cash:before {
  content: "\44"; }

.ico-check-circle:before {
  content: "\45"; }

.ico-play:before {
  content: "\47"; }

.ico-download:before {
  content: "\49"; }

.ico-document-default:before {
  content: "\46"; }

.ico-plus:before {
  content: "\4a"; }

.ico-phone-old:before {
  content: "\4b"; }

.ico-minus:before {
  content: "\4c"; }

.ico-assistant:before {
  content: "\4e"; }

.ico-earth:before {
  content: "\50"; }

.ico-mail:before {
  content: "\51"; }

.ico-checkmark:before {
  content: "\52"; }

.ico-subscription:before {
  content: "\53"; }

.ico-wordpress:before {
  content: "\54"; }

.ico-info-circle:before {
  content: "\55"; }

.ico-info:before {
  content: "\56"; }

/** --------------- COLOR VARIANTS ---------------  **/
.ico-cl-primary {
  color: #e99e0f; }

.ico-cl-white {
  color: white; }

.ico-cl-danger {
  color: #D94E1F; }

.ico-cl-success {
  color: #1ABC9C; }

.ico-cl-info {
  color: #1395BA; }

.ico-cl-muted {
  color: #DEDCDD; }

.ico-cl-secondary {
  color: #9B9C8E; }

.ico-default {
  font-size: 22px;
  height: 22px; }

/** --------------- SIZE VARIANTS ---------------  **/
.ico-xs {
  font-size: 13px;
  height: 13px; }

.ico-sm {
  font-size: 16px;
  height: 16px; }

.ico-md {
  font-size: 19px;
  height: 19px; }

.ico-lg {
  font-size: 35px;
  height: 35px; }

.ico-xl {
  font-size: 60px;
  height: 60px; }

/** --------------- VARIOUS ADJUSTMENTS ---------------  **/
a.ico-link-only-icon {
  text-decoration: none !important; }

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table td {
    text-align: left; }
    @media screen and (min-width: 48em) {
      .table td {
        text-align: center; } }
  .table th {
    text-align: center; }
  .table > tbody > tr > td,
  .table > thead > tr > th {
    padding: 17px 11px; }
    @media screen and (min-width: 48em) {
      .table > tbody > tr > td,
      .table > thead > tr > th {
        padding: 17px 31px; } }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid #061d34;
    border-left: 1px solid #061d34;
    border-right: 1px solid #061d34;
    line-height: 1.42857143;
    font-size: 11px;
    font-size: 0.6875rem; }
    @media screen and (min-width: 35.5em) {
      .table > tbody > tr > td,
      .table > tbody > tr > th,
      .table > thead > tr > th {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .table > tbody > tr > td.table-highlight-cell,
    .table > tbody > tr > th.table-highlight-cell,
    .table > thead > tr > th.table-highlight-cell {
      background-color: #e99e0f;
      color: #061d34; }
    .table > tbody > tr > td.table-button-cell,
    .table > tbody > tr > th.table-button-cell,
    .table > thead > tr > th.table-button-cell {
      line-height: 38px; }
    .table > tbody > tr > td.table-nowrap-cell,
    .table > tbody > tr > th.table-nowrap-cell,
    .table > thead > tr > th.table-nowrap-cell {
      white-space: nowrap; }
  .table > tbody > tr:last-of-type > td {
    border-bottom: 1px solid #061d34; }
  .table > thead > tr > th {
    background-color: #061d34;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    border-bottom: 1px solid #061d34;
    padding: 17px 5px; }
    @media screen and (min-width: 48em) {
      .table > thead > tr > th {
        padding: 17px 43px; } }

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #FAFAFA; }

@media screen and (max-width: 64.0624em) {
  .table-responsive {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-responsive > thead {
      max-width: 25%; }
  .table-responsive,
  .table-responsive--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat; }
  .table-responsive td:first-child,
  .table-responsive--flip tbody tr:first-child {
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%; }
  .table-responsive td:last-child,
  .table-responsive--flip tbody tr:last-child {
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%; }
  .table-responsive--flip {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none; }
  .table-responsive--flip thead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content; }
  .table-responsive--flip tbody {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden; }
  .table-responsive--flip tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .table-responsive--flip td,
  .table-responsive--flip th {
    display: block; }
  .table-responsive--flip td {
    background-image: none !important;
    border-left: 0 !important; }
  .table-responsive--flip th:not(:last-child),
  .table-responsive--flip td:not(:last-child) {
    border-bottom: 0; }
  .table-responsive--flip > tbody > tr:last-of-type > td {
    border-bottom: none; } }

.alert {
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .alert h2, .alert h3, .alert h4 {
    font-size: 1.78em;
    font-family: "Noto Serif", "Roboto", sans-serif;
    margin: 0 0 0.67em;
    color: inherit; }
  .alert .alert-link {
    font-weight: 700; }
  .alert > p {
    margin-top: 0.27em; }
  .alert > p,
  .alert > ul,
  .alert > label {
    margin-bottom: 0.27em;
    font-size: 13px;
    font-size: 0.8125rem; }
  .alert > p + p {
    margin-top: 5px; }

.alert-close {
  float: right;
  color: inherit;
  opacity: 0.83;
  cursor: pointer; }

.alert-hidden {
  display: none; }

.alert-success {
  background-color: #1ABC9C;
  border-color: #1ABC9C;
  color: white; }
  .alert-success hr {
    border-top-color: #17a689; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #1395BA;
  border-color: #1395BA;
  color: white; }
  .alert-info hr {
    border-top-color: #1182a3; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #e99e0f;
  border-color: #e99e0f;
  color: #061d34; }
  .alert-warning hr {
    border-top-color: #d18e0d; }
  .alert-warning .alert-link {
    color: #010406; }

.alert-danger {
  background-color: #D94E1F;
  border-color: #D94E1F;
  color: white; }
  .alert-danger hr {
    border-top-color: #c3461c; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

.label {
  display: inline;
  padding: .7em .9em;
  font-size: 83%;
  font-weight: bold;
  line-height: 1;
  color: #061d34;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label {
  text-decoration: none; }
  a.label:hover, a.label:focus {
    text-decoration: none;
    cursor: pointer; }

.label-default {
  background-color: #ECECEC;
  color: #061d34; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: lightgray; }

.label-primary {
  background-color: #e99e0f;
  color: #061d34; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #b97e0c; }

.label-success {
  background-color: #1ABC9C;
  color: white; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #148f77; }

.label-info {
  background-color: #1395BA;
  color: white; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0e708c; }

.label-warning {
  background-color: #e99e0f;
  color: #D94E1F; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #b97e0c; }

.label-danger {
  background-color: #D94E1F;
  color: white; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ac3e19; }

.label-sm {
  padding: .35em .67em; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(236, 236, 236, 0.5);
  z-index: 99999;
  opacity: 0;
  transition: opacity 170ms ease-in;
  pointer-events: none; }

.modal:target {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 230ms ease-in; }

.modal-close {
  background: white;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6.3333333333px 10px 2px;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease-in; }
  .modal-close:hover {
    transition: background-color 230ms ease-in;
    background: white; }

.modal-form {
  position: relative;
  margin: 10% auto;
  padding: 9px 15px 9px 15px;
  border-radius: 3px;
  background: white;
  width: 90%; }
  @media screen and (min-width: 35.5em) {
    .modal-form {
      width: 67%; } }
  @media screen and (min-width: 48em) {
    .modal-form {
      width: 62%; } }
  @media screen and (min-width: 64.0625em) {
    .modal-form {
      width: 550px; } }
  @media screen and (min-width: 80em) {
    .modal-form {
      width: 650px; } }
  .modal-form .form-footer {
    background-color: #ECECEC;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 15px;
    margin: 9px -15px -6px; }

@media screen and (min-width: 35.5em) {
  .modal-form-small {
    width: 50%; } }

@media screen and (min-width: 64.0625em) {
  .modal-form-small {
    width: 320px; } }

@media screen and (min-width: 80em) {
  .modal-form-small {
    width: 400px; } }

@media screen and (min-width: 35.5em) {
  .modal-form-large {
    width: 83%; } }

@media screen and (min-width: 64.0625em) {
  .modal-form-large {
    width: 768px; } }

@media screen and (min-width: 80em) {
  .modal-form-large {
    width: 980px; } }

.copy {
  text-align: center;
  margin: 30px 0;
  *zoom: 1; }
  .copy:before, .copy:after {
    content: " ";
    display: table; }
  .copy:after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .copy {
      margin-top: 50px; } }
  .copy .btn + hr {
    margin-top: -22px; }
    .copy .btn + hr:after {
      content: " ";
      display: block;
      margin-bottom: 52px;
      clear: both; }

.copy-text {
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 300;
  margin-bottom: 2.7em;
  letter-spacing: 1px; }
  @media screen and (min-width: 48em) {
    .copy-text {
      text-align: center;
      padding: 0 15%; } }

.copy-text-narrow {
  text-align: justify; }
  @media screen and (min-width: 48em) {
    .copy-text-narrow {
      padding: 0 23%; } }

.copy-title {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 5px;
  margin: 35px 0 35px; }
  .copy-title + .copy-subtitle {
    margin-top: -35px; }

.copy-title-separator {
  border-bottom: 1px solid #061d34;
  padding-bottom: 35px; }

.copy-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 35px; }

.featured {
  text-align: center; }
  .featured hr {
    margin-bottom: 1.33em; }

.featured-title {
  font-weight: 500; }

.featured-image {
  margin: auto; }

.blog-post {
  margin-bottom: 30px;
  border-radius: 3px; }

.blog-post-featured-image {
  width: 100%; }

.blog-post-title, .blog-post-excerpt {
  padding: 9px 36px;
  margin: 0; }

.blog-post-title {
  background-color: #061d34;
  color: white;
  font-weight: 500;
  text-align: center; }

.blog-post-excerpt {
  background-color: #ECECEC;
  border-radius: 3px; }
  .blog-post-excerpt .btn-link {
    padding-left: 0; }

@media screen and (min-width: 48em) {
  .blog-post-image-container {
    display: block;
    overflow: hidden; } }

#testimonials {
  margin: 30px 0; }

.testimonial {
  box-sizing: border-box;
  padding: 19%;
  cursor: pointer; }

.testimonial-img {
  max-width: 100%;
  max-width: calc(100% - 12px);
  border-radius: 50%;
  border: 6px solid #061d34; }

@media screen and (min-width: 48em) {
  .first-active-item .testimonial {
    padding-left: 27%;
    padding-right: 11%; }
  .last-active-item .testimonial {
    padding-right: 27%;
    padding-left: 11%; } }

.testimonial-copy {
  display: none; }

.testimonial-copy-collector {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  letter-spacing: 2px; }
  @media screen and (min-width: 35.5em) {
    .testimonial-copy-collector {
      text-align: center;
      padding: 0 15%; } }
  .testimonial-copy-collector strong {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 107%;
    letter-spacing: 3px;
    text-transform: uppercase; }

.contact {
  color: white; }
  .contact h1, .contact h2, .contact h3, .contact h4, .contact p {
    text-align: left;
    color: white; }

.contact-map {
  background-color: #FAFAFA;
  padding: 0 30px; }
  .contact-map #map {
    width: 100%;
    height: 67vh; }
    @media screen and (min-width: 35.5em) {
      .contact-map #map {
        height: 50vh; } }
    @media screen and (min-width: 48em) {
      .contact-map #map {
        height: 350px; } }
    @media screen and (min-width: 64.0625em) {
      .contact-map #map {
        height: 500px; } }

.listing {
  background-color: #ECECEC;
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 3px; }
  .listing p {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (min-width: 35.5em) {
      .listing p {
        text-align: left; } }
  .listing hr {
    margin: 15px 0; }
    @media screen and (min-width: 35.5em) {
      .listing hr {
        margin: 21px 0; } }

.listing-section-title {
  margin: 60px 0 30px;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 35.5em) {
    .listing-section-title {
      font-size: 43.05px;
      font-size: 2.690625rem; } }

.listing-details-btn {
  display: block;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 35.5em) {
    .listing-details-btn {
      display: inline-block;
      width: auto; } }

.listing-image {
  margin-bottom: 30px; }
  @media screen and (min-width: 35.5em) {
    .listing-image {
      margin-bottom: 0; } }

.listing-title, .listing-subtitle {
  line-height: 1;
  font-weight: 500; }

.listing-title {
  margin: 0 0 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #061d34;
  text-transform: none;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 35.5em) {
    .listing-title {
      text-align: left;
      font-size: 25px;
      font-size: 1.5625rem; } }
  .listing-title a {
    text-decoration: none; }

.listing-title-with-subtitle {
  margin: 0 0 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center; }
  @media screen and (min-width: 35.5em) {
    .listing-title-with-subtitle {
      margin: 0 0 0.1em;
      text-align: left; } }

.listing-subtitle {
  margin: 0 0 0.83em;
  padding-bottom: 0.83em;
  border-bottom: 1px solid #061d34;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media screen and (min-width: 35.5em) {
    .listing-subtitle {
      font-size: 19px;
      font-size: 1.1875rem;
      text-align: left; } }

.listing-event .table {
  background-color: #ECECEC; }

.listing-event-calendar {
  margin-top: 30px;
  display: none; }

.course {
  margin-bottom: 60px;
  *zoom: 1; }
  .course:before, .course:after {
    content: " ";
    display: table; }
  .course:after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .course {
      padding-bottom: 30px;
      border-bottom: 1px solid #061d34; } }
  .course p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: justify; }
  .course hr {
    margin: 15px 0; }
    @media screen and (min-width: 48em) {
      .course hr {
        margin: 21px 0; } }

.course-title {
  margin: 0 0 0.67em;
  padding-bottom: 0.67em;
  border-bottom: 1px solid #061d34;
  text-align: center;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 48em) {
    .course-title {
      font-size: 25px;
      font-size: 1.5625rem; } }

.course-title-badge {
  display: none;
  border: 1px solid #e99e0f;
  color: #e99e0f;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 28px;
  width: 83px;
  height: 83px;
  position: absolute;
  top: -13px;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media screen and (min-width: 48em) {
    .course-title-badge {
      display: inline-block; } }

.course-image, .course-copy {
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 48em) {
    .course-image, .course-copy {
      width: 50%; } }

.course-image {
  margin-bottom: 30px; }
  @media screen and (min-width: 48em) {
    .course-image {
      margin-bottom: 0; } }
  .course-image img {
    display: block;
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 48em) {
      .course-image img {
        width: auto;
        max-height: 320px;
        max-width: inherit; } }
    @media screen and (min-width: 64.0625em) {
      .course-image img {
        max-height: 420px; } }
    @media screen and (min-width: 80em) {
      .course-image img {
        max-height: none; } }

@media screen and (min-width: 48em) {
  .course-right .course-title {
    text-align: left; }
  .course-right .course-title-badge {
    right: 0; }
  .course-right .course-image {
    float: right; }
    .course-right .course-image img {
      margin-right: -33.33%; }
  .course-right .course-copy {
    float: left; }
  .course-left .course-title {
    text-align: right; }
  .course-left .course-title-badge {
    left: 0; }
  .course-left .course-image {
    float: left; }
    .course-left .course-image img {
      margin-top: -40px; }
  .course-left .course-copy {
    float: right; } }

.sidebar {
  padding: 9px 20px;
  margin-bottom: 60px;
  border-radius: 3px; }

.sidebar-primary {
  background-color: #e99e0f; }

.sidebar-inverse {
  background-color: white; }

.sidebar-header {
  text-align: center;
  margin: 0 0 9px; }

.sidebar-header-inverse {
  color: white; }

.siderbar-featured-bg {
  background-color: white;
  border-radius: 50%;
  height: 192px;
  width: 192px;
  max-width: 100%;
  margin: auto;
  position: relative; }
  .siderbar-featured-bg img {
    max-width: 100%; }

.sidebar-title {
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem; }

.sidebar-temp {
  background-color: #ECECEC;
  color: #9B9C8E;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 5em 15px;
  margin-bottom: 60px; }

.sidebar-menu {
  padding: 0;
  margin: 0 0 20px; }
  .sidebar-menu li {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    display: block;
    padding: 22px 0 6px;
    border-bottom: 1px solid #061d34; }
    .sidebar-menu li.active a {
      color: #e99e0f; }
    .sidebar-menu li:hover {
      color: #e99e0f;
      border-color: #e99e0f; }
      .sidebar-menu li:hover a {
        color: #e99e0f; }
    .sidebar-menu li a {
      text-decoration: none; }

.blogpost {
  margin-bottom: 60px; }
  .blogpost p, .blogpost ul, .blogpost ol {
    letter-spacing: 0;
    font-size: 15px;
    font-size: 0.9375rem; }
  .blogpost p {
    text-align: justify; }
    .blogpost p.p1, .blogpost p.p2 {
      margin: 1.5em 0; }
    .blogpost p + br {
      display: none; }
  .blogpost hr {
    margin: 15px 0; }
  .blogpost a {
    color: #1395BA; }

.blogpost-title {
  margin: 0;
  font-size: 1.5em; }

.blogpost-subtitle {
  margin: 0;
  color: #9B9C8E;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem; }

.blogpost-more-btn {
  display: block;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .blogpost-more-btn {
      display: inline-block;
      width: auto; } }

.blogpost-image {
  margin-bottom: 30px; }

@media screen and (max-width: 1350px) and (min-width: 1280px) {
  .addthis-smartlayers-desktop {
    display: none; } }

@media screen and (max-width: 1072px) {
  .addthis-smartlayers-desktop {
    display: none; } }

.account-content {
  background-color: white;
  color: #061d34;
  border-radius: 3px;
  padding: 15px 30px 36px; }
  @media screen and (min-width: 48em) {
    .account-content {
      padding: 15px 45px 36px; } }

address {
  font-style: normal;
  font-weight: 400;
  background-color: #ECECEC;
  margin-bottom: 13px;
  padding: 15px; }
  address h4 {
    margin: 0 0 0.83em; }

.address-col-content {
  float: left;
  width: 95%; }

.address-col-actions {
  float: left;
  text-align: right;
  width: 5%; }

.address-name {
  font-weight: 700; }

.address-phone {
  font-weight: 400;
  font-size: 83%;
  letter-spacing: 1px; }

.address-location {
  color: #e99e0f;
  font-weight: 500;
  line-height: 2em; }

.address-country {
  color: #9B9C8E; }

.address-street {
  padding: 2px 6px;
  background-color: #9B9C8E;
  border-radius: 2px; }

.myproducts-title {
  color: white;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  line-height: 1em;
  background-image: linear-gradient(to bottom right, #061d34, black);
  font-size: 19px;
  font-size: 1.1875rem; }

.myproducts {
  margin-top: 30px; }
  .myproducts .myproducts-item {
    margin-bottom: 30px; }
    @media screen and (min-width: 35.5em) {
      .myproducts .myproducts-item {
        border-right: 1px solid #DEDCDD; }
        .myproducts .myproducts-item:nth-child(2n) {
          border-right: none; } }
    @media screen and (min-width: 48em) {
      .myproducts .myproducts-item:nth-child(2n) {
        border-right: 1px solid #DEDCDD; }
      .myproducts .myproducts-item:nth-child(3n) {
        border-right: none; } }
    @media screen and (min-width: 64.0625em) {
      .myproducts .myproducts-item:nth-child(3n) {
        border-right: 1px solid #DEDCDD; }
      .myproducts .myproducts-item:nth-child(4n) {
        border-right: none; } }

.myproducts-item-text {
  letter-spacing: 0;
  font-weight: 500;
  color: #061d34;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem; }

.myproducts-access {
  text-align: center; }
  .myproducts-access a {
    color: white !important; }

.price-discounted {
  color: #9B9C8E;
  text-decoration: line-through; }

.price-promotional {
  color: #e99e0f; }

.price-normal {
  color: #061d34; }

.progress {
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #061d34;
  height: 15px;
  margin: 15px;
  min-width: 30px;
  border-radius: 15px; }
  .progress .progress-bar {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px; }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  color: white;
  text-align: center;
  background-color: #061d34;
  transition: width 0.6s ease; }

.progress-xxs {
  height: 5px;
  margin: 5px;
  min-width: 10px;
  border-radius: 5px; }
  .progress-xxs .progress-bar {
    font-size: 5px;
    font-size: 0.3125rem;
    line-height: 5px; }

.product-title {
  margin: 0 0 1.35em;
  padding-bottom: 1.35em;
  line-height: 1em;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  border-bottom: 1px solid #061d34; }

.product-description {
  padding-bottom: 25.65px;
  border-bottom: 1px solid #061d34; }
  .product-description p:last-child {
    margin-bottom: 0; }

.product-description, .product-description p {
  margin-bottom: 25.65px;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify; }

.product-price {
  margin: 25.65px 0;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem; }

.product-price-inline-container {
  display: inline-block;
  margin-right: 19px; }

.product-price-original {
  display: block;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #9B9C8E;
  font-size: 13px;
  font-size: 0.8125rem; }

.product-price-buttons {
  display: block;
  margin: 25.65px 0; }
  @media screen and (min-width: 35.5em) {
    .product-price-buttons {
      display: inline;
      margin: 0; } }

.product-socialmedia {
  margin: 25.65px 0;
  padding: 25.65px 0;
  border-top: 1px solid #061d34;
  border-bottom: 1px solid #061d34; }

.product-socialmedia-label {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.17em;
  display: inline-block; }

@media screen and (min-width: 48em) {
  .product-socialmedia-buttons {
    float: right; } }

@media screen and (min-width: 48em) {
  .product-socialmedia-button {
    display: inline-block; } }

.review-section-title {
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem; }

.review {
  background-color: #ECECEC;
  padding: 30px;
  margin-bottom: 30px; }

.review-title {
  margin: 0 0 1.35em; }

.review-content p:last-child {
  margin-bottom: 0; }

.cart-title {
  color: white;
  font-size: 19px;
  font-size: 1.1875rem; }

.cart-container-form {
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 35.5em) {
    .cart-container-form {
      padding-left: 0;
      padding-right: 0; } }

.cart-container-form, .cart-table {
  background-color: white; }

.cart-table tr.cart-item td, .cart-table tr.cart-adjustment td {
  display: block;
  float: left;
  box-sizing: border-box; }
  @media screen and (min-width: 35.5em) {
    .cart-table tr.cart-item td, .cart-table tr.cart-adjustment td {
      display: table-cell;
      float: none; } }

.cart-table tr.cart-item-separator td {
  padding: 0;
  border-bottom: 1px solid #061d34 !important; }
  @media screen and (min-width: 35.5em) {
    .cart-table tr.cart-item-separator td {
      display: none; } }

@media screen and (max-width: 35.499em) {
  .cart-table tr.cart-adjustment td {
    letter-spacing: 0;
    padding: 0 0 5px; }
    .cart-table tr.cart-adjustment td p {
      letter-spacing: 0;
      margin-bottom: 0; } }

@media screen and (max-width: 47.999em) {
  .cart-table td, .cart-table th {
    letter-spacing: 0; } }

@media screen and (max-width: 35.499em) {
  .cart-table td, .cart-table th {
    border: none !important; } }

.cart-table td a {
  text-decoration: none; }
  .cart-table td a:hover {
    color: #e99e0f; }

.cart-table td.cart-item-details {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 0; }
  @media screen and (min-width: 64.0625em) {
    .cart-table td.cart-item-details {
      width: 450px; } }
  @media screen and (max-width: 35.499em) {
    .cart-table td.cart-item-details {
      width: calc(100% - 120px); }
      .cart-table td.cart-item-details p {
        letter-spacing: 0;
        margin: 0;
        font-size: 11px;
        font-size: 0.6875rem; } }
  .cart-table td.cart-item-details .cart-item-name {
    margin: 0;
    color: #9B9C8E; }
    .cart-table td.cart-item-details .cart-item-name a {
      color: #9B9C8E;
      text-decoration: none; }

@media screen and (max-width: 35.499em) {
  .cart-table td.cart-item-price {
    padding-left: 10px;
    padding-top: .5em;
    padding-top: calc(.5em + 3px);
    width: 78px; } }

@media screen and (max-width: 35.499em) {
  .cart-table td.cart-item-qty {
    padding-left: 10px;
    padding-top: 2px;
    width: 70px; } }

@media screen and (max-width: 35.499em) {
  .cart-table td.cart-item-subtotal {
    padding-left: 10px;
    padding-top: 2px;
    width: 88px; } }

@media screen and (max-width: 35.499em) {
  .cart-table td.cart-item-actions {
    padding-left: 4px;
    padding-top: 0;
    width: 24px; }
    .cart-table td.cart-item-actions .btn {
      padding: 0 .5em; } }

.cart-table td.cart-item-thumbnail {
  padding-left: 0;
  width: 120px;
  margin-bottom: 35px; }

.cart-table td.cart-col-nohpad {
  padding-left: 0;
  padding-right: 0; }

.cart-table > tbody > tr > td, .cart-table > thead > tr > th, .cart-table > tfoot > tr > td {
  padding: 13px; }
  .cart-table > tbody > tr > td:first-child, .cart-table > thead > tr > th:first-child, .cart-table > tfoot > tr > td:first-child {
    border-left: 0; }
  .cart-table > tbody > tr > td:last-child, .cart-table > thead > tr > th:last-child, .cart-table > tfoot > tr > td:last-child {
    border-right: 0; }

.cart-table > thead > tr > th {
  background-color: white;
  color: #061d34;
  border-top: 7px solid #e99e0f; }

@media screen and (max-width: 35.499em) {
  .cart-table > tfoot > tr > th,
  .cart-table > tfoot > tr > td {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.cart-table th.cart-table-image {
  width: 80px; }

.cart-table input[type=text] {
  padding: .5em;
  border: 1px solid #061d34;
  width: 2em;
  text-align: center; }

.cart-summary {
  background-color: white;
  padding-bottom: 13px; }

.cart-summary-row {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  *zoom: 1;
  border-bottom: 1px solid #061d34;
  padding: 13px; }
  .cart-summary-row:before, .cart-summary-row:after {
    content: " ";
    display: table; }
  .cart-summary-row:after {
    clear: both; }

.cart-summary-proceed {
  margin: 13px; }

.cart-empty {
  text-align: center;
  color: white; }

.cart-promo-title {
  color: white;
  margin-top: 0; }

.cart-promo-code {
  color: white; }

.spinbox {
  margin-bottom: 20px !important;
  position: relative;
  display: inline-block;
  min-width: 75px; }
  .spinbox img {
    position: relative;
    z-index: 999;
    left: 23px; }
    @media screen and (min-width: 35.5em) {
      .spinbox img {
        left: 25px; } }
    @media screen and (min-width: 48em) {
      .spinbox img {
        left: 0; } }
  .spinbox .spinbox-ctrl {
    height: 22px;
    border: 1px solid #e99e0f;
    margin: 0 !important;
    padding: 1px;
    text-align: center;
    left: 20px;
    position: absolute;
    width: 21px;
    border-radius: 0; }
    @media screen and (min-width: 48em) {
      .spinbox .spinbox-ctrl {
        width: 37px; } }
  .spinbox .spinbox-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    margin: 0;
    height: 21px;
    width: 20px;
    background-color: #e99e0f;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 1px; }
  .spinbox .spinbox-btn-dec {
    left: 0; }
  .spinbox .spinbox-btn-inc {
    left: 45px; }
    @media screen and (min-width: 35.5em) {
      .spinbox .spinbox-btn-inc {
        left: 50px; } }
  .spinbox .spinbox-append {
    position: absolute;
    padding-top: 2px;
    left: 59px;
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (min-width: 48em) {
      .spinbox .spinbox-append {
        left: 75px; } }

.checkout-title {
  color: white;
  font-size: 19px;
  font-size: 1.1875rem; }

.checkout-panel {
  background-color: white;
  margin-bottom: 30px; }
  .checkout-panel .checkout-panel-body {
    max-height: 0;
    padding-top: 0;
    visibility: hidden;
    overflow-y: hidden;
    opacity: 0;
    transition: none; }
    .checkout-panel .checkout-panel-body .checkout-form {
      display: none; }

.checkout-panel-header {
  background-color: #ECECEC;
  padding: 9px 15px;
  cursor: pointer; }
  .checkout-panel-header h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0;
    line-height: normal; }

.checkout-form {
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: 48em) {
    .checkout-form {
      margin-left: 7%;
      margin-right: 7%; } }
  .checkout-form .form-label {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400; }
  .checkout-form .form-section-header {
    border-top: none;
    border-bottom: none;
    text-align: center; }
  .checkout-form .checkbox label {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400; }

.checkout-review-address-title {
  margin-top: 0;
  font-size: 15px;
  font-size: 0.9375rem; }

.checkout-table {
  background-color: white;
  overflow-x: scroll; }
  .checkout-table td a {
    text-decoration: none; }
    .checkout-table td a:hover {
      color: #e99e0f; }
  .checkout-table > tbody > tr > td, .checkout-table > thead > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th {
    padding: 9px;
    border-color: #ECECEC; }
  .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th {
    border: 1px solid #ECECEC; }
  .checkout-table > tbody > tr:last-of-type > td {
    border-color: #ECECEC; }
  .checkout-table > thead > tr > th {
    background-color: white;
    color: #061d34; }
  .checkout-table > tfoot > tr > th {
    text-transform: uppercase;
    font-weight: 400; }
  @media screen and (max-width: 35.499em) {
    .checkout-table td, .checkout-table th {
      letter-spacing: -1px !important; }
    .checkout-table .currency {
      font-size: 50%; }
    .checkout-table .currency-thousand-separator {
      display: none; }
    .checkout-table .currency-decimal {
      font-size: 50%;
      vertical-align: super; } }

.checkout-payment-option {
  background-color: #ECECEC;
  display: block;
  padding: 15px;
  margin-bottom: 9px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-radius: 3px; }
  .checkout-payment-option.has-error {
    border-color: #D94E1F; }
  @media screen and (min-width: 48em) {
    .checkout-payment-option {
      width: 360px; } }

#checkout-summary-loading {
  text-align: center; }

.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  position: relative;
  display: inline-block; }
  .checkbox input[type=checkbox] {
    display: none; }
    .checkbox input[type=checkbox]:checked + label:before {
      background-color: #061d34;
      border: 1px solid #061d34; }
    .checkbox input[type=checkbox]:checked + label:after {
      color: white;
      font-family: "lorand";
      content: "\2f"; }
  .checkbox label {
    cursor: pointer;
    min-height: 26px;
    position: relative;
    padding-left: 28.35px;
    margin-right: 15.75px;
    line-height: 25.2px;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    direction: ltr;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
    .checkbox label:before {
      content: "";
      display: inline-block;
      width: 21px;
      height: 21px;
      margin-right: 10.5px;
      position: absolute;
      left: 0;
      background-color: white;
      border: 1px solid #061d34;
      border-radius: 3px;
      transition: border 0.2s linear 0s, color 0.2s linear 0s; }
    .checkbox label:after {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      position: absolute;
      left: 4px;
      top: -5.25px;
      border-radius: 3px;
      transition: border 0.2s linear 0s, color 0.2s linear 0s; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 9px 15px;
      line-height: 1.2;
      text-decoration: none;
      color: #061d34;
      background-color: white;
      border: 1px solid #061d34;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: white;
    background-color: #e99e0f;
    border-color: #061d34; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: white;
    background-color: #061d34;
    border-color: #061d34;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #9B9C8E;
    background-color: #ECECEC;
    border-color: #061d34;
    cursor: not-allowed; }

.stepbar {
  margin: 1em 0;
  color: #9B9C8E;
  width: 100%;
  display: block;
  padding: 0;
  *zoom: 1; }
  .stepbar:before, .stepbar:after {
    content: " ";
    display: table; }
  .stepbar:after {
    clear: both; }

.stepbar-2-steps .stepbar-item {
  width: 50%; }

.stepbar-3-steps .stepbar-item {
  width: 33.33%; }

.stepbar-4-steps .stepbar-item {
  width: 25%; }

.stepbar-5-steps .stepbar-item {
  width: 20%; }

.stepbar-6-steps .stepbar-item {
  width: 16.66%; }

.stepbar-7-steps .stepbar-item {
  width: 14.28%; }

.stepbar-item {
  display: block;
  float: left;
  margin: 0;
  background: 0 25px url(/assets/images/personal-brand/stepbar_bg.png) repeat-x;
  position: relative;
  text-align: center; }

.stepbar-item-label {
  display: block;
  color: #9B9C8E;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 15;
  margin-bottom: 4px; }
  @media screen and (max-width: 47.999em) {
    .stepbar-item-label {
      font-size: 9px;
      font-size: 0.5625rem; } }

.stepbar-item-indicator {
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  font-family: "lorand";
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 16; }

.stepbar-item-indicator-icon {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 3px;
  left: -3px;
  font-size: 27px;
  font-size: 1.6875rem; }
  @media screen and (min-width: 48em) {
    .stepbar-item-indicator-icon {
      top: -3px; } }

.stepbar-item-done .stepbar-item-indicator-icon:before {
  color: #1ABC9C;
  content: "E"; }

.stepbar-item-current .stepbar-item-indicator-icon:before {
  color: #e99e0f;
  content: "0"; }

.stepbar-item-incomplete .stepbar-item-indicator-icon:before {
  color: #9B9C8E;
  content: "0"; }

.stepbar-item-cover {
  display: block;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  z-index: 5; }

.notification {
  display: none;
  position: fixed;
  padding: 9px 15px;
  background-color: #ECECEC;
  color: #061d34;
  box-sizing: border-box;
  z-index: 10000;
  border-radius: 3px;
  -ms-box-shadow: 0 0 2px rgba(233, 158, 15, 0.65);
  -o-box-shadow: 0 0 2px rgba(233, 158, 15, 0.65);
  box-shadow: 0 0 2px rgba(233, 158, 15, 0.65);
  width: 90%;
  width: 90vw; }
  @media screen and (min-width: 48em) {
    .notification {
      width: 75%;
      width: 75vw; } }
  @media screen and (min-width: 64.0625em) {
    .notification {
      width: 50%;
      width: 50vw; } }

.notification-bottom {
  bottom: 40px; }

.notification-top {
  top: 93px; }

.notification-left {
  left: 10px; }

.notification-right {
  right: 10px; }

.notification-center {
  left: 5%;
  left: 5vw; }
  @media screen and (min-width: 48em) {
    .notification-center {
      left: 12.5%;
      left: 12.5vw; } }
  @media screen and (min-width: 64.0625em) {
    .notification-center {
      left: 25%;
      left: 25vw; } }

.notification-outline {
  background-color: white;
  border: 1px solid #061d34;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.17);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.17);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.17); }

.notification-primary {
  background-color: #e99e0f;
  color: #061d34;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.65); }

.notification-success {
  background-color: #1ABC9C;
  color: white;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.65); }

.notification-info {
  background-color: #1395BA;
  color: white;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.65); }

.notification-warning {
  background-color: #e99e0f;
  color: #D94E1F;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.65); }

.notification-danger {
  background-color: #D94E1F;
  color: white;
  -ms-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  -o-box-shadow: 0 0 2px rgba(6, 29, 52, 0.65);
  box-shadow: 0 0 2px rgba(6, 29, 52, 0.65); }

.promotion-badge {
  position: absolute;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: 3px solid;
  padding: 17px 10px;
  box-sizing: border-box;
  transform: rotate(-12deg);
  letter-spacing: 0;
  top: -10px;
  background-color: white; }

.promotion-badge-primary {
  color: #e99e0f;
  border-color: #e99e0f; }

.promotion-badge-outline {
  border-color: #061d34;
  color: #061d34; }

.marketing-ghetto {
  display: none;
  background-color: white;
  top: 82px;
  z-index: 888;
  width: 100%;
  position: fixed; }
  .marketing-ghetto.is-fixed {
    display: block; }

.marketing-ghetto-inline-container {
  width: 80%;
  margin: 1em auto; }

/** This module contains the crap that doesn't belong to any module - It just does the job, doesn't it? */
@media screen and (min-width: 64.0625em) {
  .event-table-heading-cell-event {
    width: 235px; } }

.dedicated-assistant-image-container {
  text-align: right; }
  @media screen and (max-width: 47.999em) {
    .dedicated-assistant-image-container {
      text-align: center; } }

.dedicated-assistant-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #e99e0f; }

.dedicated-assistant {
  margin: 30px 0; }

.dedicated-assistant-text {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  padding-left: 5%; }
  @media screen and (max-width: 47.999em) {
    .dedicated-assistant-text {
      padding-left: 0; } }
  .dedicated-assistant-text h2 {
    color: #e99e0f;
    margin: 0; }
  .dedicated-assistant-text h3 {
    color: white;
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: none;
    margin-bottom: 30px; }
  .dedicated-assistant-text a {
    display: block;
    color: white;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 8px; }

.dedicated-assistant-button-container {
  position: relative;
  display: inline-block;
  float: right; }
  @media screen and (max-width: 47.999em) {
    .dedicated-assistant-button-container {
      margin: 30px 0;
      float: none;
      display: block;
      margin-left: 40px; } }

.dedicated-assistant-button i {
  position: absolute;
  top: 0;
  left: -40px;
  color: white; }

.dedicated-assistant-button:hover {
  color: white !important;
  background-color: #e99e0f;
  border-color: #e99e0f; }
  .dedicated-assistant-button:hover i {
    color: #e99e0f; }

.dedicated-assistant-header {
  margin: 30px 0; }

.dedicated-assistant-segment-counter {
  display: inline-block; }
  .dedicated-assistant-segment-counter h3 {
    display: inline-block;
    margin: 0;
    color: white; }

.dedicated-assistant-segment-counter-badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 13px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 50%;
  color: #061d34;
  background-color: #DEDCDD;
  cursor: pointer; }
  .dedicated-assistant-segment-counter-badge:hover {
    color: white;
    background-color: #e99e0f; }

.dedicated-assistant-segment-counter-badge-BM {
  width: auto;
  padding: 0 7px;
  border-radius: 10px; }

.video-title {
  color: white;
  padding-top: 15px;
  text-align: center;
  line-height: 1em;
  font-size: 19px;
  font-size: 1.1875rem; }

.video {
  background-color: white;
  margin-bottom: 30px; }

.video-details {
  background-color: white;
  margin: 1em 0.5em 0 1em;
  position: relative; }

.video-progress-bar {
  height: 10px;
  position: relative;
  margin-top: -10px; }
  .video-progress-bar span {
    display: block;
    height: 100%;
    background: #e99e0f;
    position: relative;
    overflow: hidden; }

.video-text {
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
  color: #061d34;
  padding-bottom: 1em;
  padding-right: 40px;
  font-size: 15px;
  font-size: 0.9375rem; }
  .video-text span {
    color: #e99e0f; }

.video-play-button {
  position: absolute;
  right: 0;
  top: 0; }

.media-player-title {
  color: #061d34;
  margin: 1.17em auto;
  padding-bottom: 1.17em;
  border-bottom: 1px solid #061d34;
  text-align: center;
  line-height: 1em;
  font-size: 19px;
  font-size: 1.1875rem; }
  @media screen and (min-width: 48em) {
    .media-player-title {
      width: 78%; } }
  .media-player-title.media-player-title-full {
    width: 100%; }

.jumbotron-inverse .media-player-title {
  color: white;
  border-bottom-color: white; }

.media-player-extctrl {
  text-align: center;
  line-height: 1.17em;
  padding: 0.35em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0.35em 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media screen and (min-width: 35.5em) {
    .media-player-extctrl {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .media-player-extctrl a {
    text-decoration: none;
    color: white; }
    .media-player-extctrl a:hover {
      color: #e99e0f; }

.media-player-extctrl-left {
  border-right: 1px solid white; }

.media-player-course {
  background-color: #ECECEC;
  margin: 30px 0;
  padding: 45px 30px; }

.media-player-course-segment-title {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem; }
  .media-player-course-segment-title a {
    text-decoration: none;
    vertical-align: bottom; }
  @media screen and (max-width: 64.0624em) {
    .media-player-course-segment-title a {
      position: relative;
      padding-left: 30px;
      display: block; }
      .media-player-course-segment-title a i {
        position: absolute;
        left: 0; } }

.media-player-course-episodes-table {
  width: 100%; }
  .media-player-course-episodes-table td {
    padding: 7px;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }
    .media-player-course-episodes-table td:first-child {
      padding-left: 0; }
    .media-player-course-episodes-table td:last-child {
      text-align: right;
      padding-right: 0; }
    .media-player-course-episodes-table td a {
      text-decoration: none; }
      .media-player-course-episodes-table td a:hover {
        color: #e99e0f; }
  .media-player-course-episodes-table tr.active td, .media-player-course-episodes-table tr.active td a, .media-player-course-episodes-table tr.active .progress {
    color: #e99e0f; }
  .media-player-course-episodes-table tr.active .progress {
    border-color: #e99e0f; }
  .media-player-course-episodes-table tr.active .progress-bar {
    background-color: #e99e0f; }
  .media-player-course-episodes-table tr.disabled td, .media-player-course-episodes-table tr.disabled td a, .media-player-course-episodes-table tr.disabled .progress {
    color: #9B9C8E; }
  .media-player-course-episodes-table tr.disabled .progress {
    border-color: #9B9C8E; }
  .media-player-course-episodes-table tr.disabled .progress-bar {
    background-color: #9B9C8E; }
  .media-player-course-episodes-table tr:last-child td {
    border-bottom: none; }

.lss-video-details {
  background-color: #FAFAFA;
  padding: 1.5em 2em; }
  .lss-video-details hr {
    border-color: #e99e0f; }

.lss-video-title {
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 0 1em 0; }

.lss-video-counter {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: lowercase;
  letter-spacing: 1px; }

.lss-video-package-title {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem; }

.lss-video-share {
  float: right;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none; }

.lss-video-table-of-contents-wrapper {
  background-color: #061d34;
  margin-top: 5px;
  border: none; }
  @media screen and (min-width: 64.0625em) {
    .lss-video-table-of-contents-wrapper {
      margin-left: 5px;
      margin-top: 0;
      border-left: 3px solid transparent;
      border-bottom: 3px solid #1395BA; } }

@media screen and (min-width: 64.0625em) {
  .lss-video-table-of-contents-isOpen {
    border-left: 3px solid #e99e0f;
    border-bottom: none; } }

.lss-video-scrollable {
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden; }

.lss-video-table-of-contents {
  padding: 1.5em 0.5em; }
  .lss-video-table-of-contents i {
    float: right; }
  .lss-video-table-of-contents span {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #1395BA;
    margin-bottom: 7.5px;
    display: inline-block; }

.lss-video-table-of-contents-title {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase; }

.lss-video-table-of-contents-item {
  padding: 1.5em 0.5em;
  background-color: #FAFAFA;
  margin-bottom: 2px; }
  .lss-video-table-of-contents-item .lss-video-table-of-contents-title {
    color: #061d34; }
  .lss-video-table-of-contents-item .video-progress-bar {
    float: right;
    width: 70%;
    height: 3px;
    margin-top: -13px;
    position: relative;
    background-color: #DEDCDD; }
    .lss-video-table-of-contents-item .video-progress-bar p {
      color: #061d34;
      float: right;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0;
      margin: -18px 0 0 0; }

.lss-video-table-of-contents-item-episode-counter {
  color: #061d34;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 7.5px 0; }

@media screen and (min-width: 64.0625em) {
  .lss-video-wrapper {
    position: relative; } }

@media screen and (min-width: 64.0625em) {
  .lss-video-sidebar {
    position: absolute;
    right: 0;
    top: 0; } }

.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-body {
  padding: 15px; }

.panel-default {
  border-color: #e99e0f; }
  .panel-default .panel-heading {
    color: #e99e0f;
    background-color: #061d34;
    border-color: #e99e0f;
    font-size: 18px;
    font-size: 1.125rem; }

.affix {
  position: inherit; }
  @media screen and (max-width: 64.0624em) {
    .affix {
      width: 100% !important; } }
  @media screen and (min-width: 48em) {
    .affix {
      position: fixed !important; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #061d34;
  text-align: center;
  background-color: #ECECEC;
  border: 1px solid #e99e0f;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 7px 11px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 36px;
    font-size: 19px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    line-height: 19px;
    padding-bottom: 8px; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

/*
 * 	Owl Carousel Site Theme
 */
.owl-lss .owl-prev, .owl-lss .owl-next {
  position: absolute;
  color: #061d34; }
  .owl-lss .owl-prev.disabled, .owl-lss .owl-next.disabled {
    color: #9B9C8E; }
    .owl-lss .owl-prev.disabled:hover, .owl-lss .owl-next.disabled:hover {
      color: #9B9C8E; }
  .owl-lss .owl-prev i.ico, .owl-lss .owl-next i.ico {
    font-size: 50px;
    height: 50px; }

.owl-lss .owl-prev {
  left: 15%; }
  .owl-lss .owl-prev i.ico:before {
    content: "\3c"; }

.owl-lss .owl-next {
  right: 15%; }
  .owl-lss .owl-next i.ico:before {
    content: "\3e"; }

.owl-lss .owl-dots {
  padding-top: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-lss .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-lss .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px 5px;
      background: #061d34;
      border: 2px solid #061d34;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-lss .owl-dots .owl-dot.active span, .owl-lss .owl-dots .owl-dot:hover span {
      background: white; }

@media screen and (min-width: 48em) {
  .owl-lss .owl-dots {
    display: none; }
  .owl-lss .owl-prev, .owl-lss .owl-next {
    top: 46%;
    top: calc(50% - 20px);
    background-color: white;
    border: 1px solid #061d34; }
    .owl-lss .owl-prev.disabled:hover, .owl-lss .owl-next.disabled:hover {
      background-color: white;
      border-color: #9B9C8E; }
    .owl-lss .owl-prev:hover, .owl-lss .owl-next:hover {
      background-color: #061d34;
      color: white; }
    .owl-lss .owl-prev i.ico, .owl-lss .owl-next i.ico {
      font-size: 35px;
      height: 35px; }
  .owl-lss .owl-prev {
    padding: 2px 3px 1px 0;
    left: -5px; } }
  @media screen and (min-width: 48em) and (min-width: 64.0625em) {
    .owl-lss .owl-prev {
      left: 0; } }

@media screen and (min-width: 48em) {
    .owl-lss .owl-prev i.ico:before {
      content: "\62"; }
  .owl-lss .owl-next {
    padding: 2px 0 1px 3px;
    right: -5px; } }
  @media screen and (min-width: 48em) and (min-width: 64.0625em) {
    .owl-lss .owl-next {
      right: 0; } }

@media screen and (min-width: 48em) {
    .owl-lss .owl-next i.ico:before {
      content: "\63"; } }

.owl-testimonial-slider .owl-item img, .owl-testimonial-slider .owl-item img.owl-lazy {
  transform-style: initial;
  -webkit-transform-style: initial;
  -webkit-backface-visibility: hidden; }

.owl-product-slider .owl-item img {
  width: auto; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
.sweetalert-media-player {
  background-color: #061d34;
  font-family: "Noto Serif", "Roboto", sans-serif; }
  .sweetalert-media-player h2, .sweetalert-media-player p {
    color: white; }
  .sweetalert-media-player button {
    color: #061d34;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap; }
    .sweetalert-media-player button.confirm {
      background-color: #e99e0f !important; }
    .sweetalert-media-player button.cancel {
      background-color: #ECECEC; }
      .sweetalert-media-player button.cancel:hover {
        background-color: #ECECEC !important;
        color: #061d34; }

/* * * * * * * * * * * * * * T Y P O G R A P H Y  * * * * * * * * * * * * * */
.form-control.select2-hidden-accessible + .select2 .select2-selection--single {
  height: 40px !important;
  border: 1px solid #e99e0f !important;
  border-radius: 3px; }

.form-control.select2-hidden-accessible + .select2 .select2-selection__rendered {
  padding-top: 6px !important;
  padding-left: 15px !important;
  color: #061d34 !important;
  line-height: 26px !important;
  font-size: 13px;
  font-size: 0.8125rem; }

.form-default .form-control.select2-hidden-accessible + .select2 .select2-selection__arrow {
  top: 7px; }
  .form-default .form-control.select2-hidden-accessible + .select2 .select2-selection__arrow b {
    border-color: #061d34 transparent transparent transparent !important;
    border-width: 7px 3px 0 3px !important; }

.form-default .form-control.select2-hidden-accessible + .select2 .select2-selection--single {
  border-color: #061d34 !important;
  color: #061d34 !important; }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

.sol-container * {
  margin: 0;
  padding: 0; }

.sol-inner-container {
  position: relative;
  height: 20px;
  line-height: 20px;
  border: 1px solid #061d34;
  padding: 9px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.sol-container.sol-active .sol-inner-container {
  z-index: 9999;
  background: white;
  border-color: rgba(233, 158, 15, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 158, 15, 0.6); }

.sol-input-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 25px; }

.sol-caret-container {
  position: absolute;
  display: inline-block;
  width: 25px;
  right: 0;
  top: 0;
  bottom: 0; }

.sol-caret-container .sol-caret {
  position: relative;
  display: inline-block;
  left: 10px;
  top: 7px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 7px solid #061d34;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent; }

.sol-input-container input[type=text] {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #061d34;
  padding: 0 7px;
  outline: none;
  width: 100%;
  height: 100%; }

.sol-input-container input[type=text]:-ms-input-placeholder {
  color: #9B9C8E; }

.sol-input-container input[type=text]::-ms-clear {
  display: none; }

.sol-selection-container {
  display: none; }

.sol-container.sol-active .sol-selection-container {
  display: block;
  position: fixed;
  left: inherit;
  top: inherit;
  z-index: 10000;
  border: 1px solid #ECECEC;
  background: white;
  border-radius: 4px; }

.sol-active.sol-selection-top .sol-selection-container {
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175); }

.sol-active.sol-selection-top .sol-inner-container {
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.sol-active.sol-selection-bottom .sol-selection-container {
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0; }

.sol-active.sol-selection-bottom .sol-inner-container {
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.sol-action-buttons {
  color: #9B9C8E;
  border-bottom: 1px solid #ECECEC;
  background: #ECECEC;
  padding: 7px 10px;
  border-radius: 3px; }

.sol-action-buttons a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
  text-decoration: none;
  color: #061d34;
  border-bottom: 1px solid transparent; }

.sol-action-buttons a:hover {
  border-bottom: 1px solid #e99e0f; }

.sol-action-buttons .sol-select-all {
  float: left; }

.sol-action-buttons .sol-deselect-all {
  float: right; }

.sol-action-buttons .sol-clearfix {
  clear: both; }

.sol-selection {
  overflow: auto;
  position: relative;
  min-height: 0px; }

.sol-selection:empty {
  display: none; }

.sol-option {
  display: block; }

.sol-label {
  padding: 5px 10px;
  display: block;
  position: relative; }

.sol-label-text {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 20px;
  line-height: 1.2em; }

.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
  background: #e99e0f;
  color: #061d34; }

.sol-optiongroup {
  background: #FAFAFA;
  padding-bottom: 1px; }

.sol-optiongroup-label {
  color: #061d34;
  background: transparent;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 5px;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA; }

.sol-optiongroup.disabled {
  color: #DEDCDD; }

.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
  border-top: none; }

.sol-checkbox, .sol-radio {
  position: absolute;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  top: 6px; }

.sol-selected-display-item,
.sol-results-count {
  display: inline-table;
  border: 1px solid #061d34;
  background: #061d34;
  color: white;
  font-size: 0.9em;
  margin-right: 5px;
  margin-bottom: 5px;
  border-collapse: separate;
  border-radius: 3px; }

.sol-selected-display-item-text {
  padding: 3px 5px;
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  font-size: 0.8125rem; }

.sol-quick-delete {
  color: white;
  display: table-cell;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 3px;
  vertical-align: top; }

.sol-quick-delete:hover {
  color: #D94E1F;
  cursor: pointer; }

.sol-quick-delete + .sol-selected-display-item-text {
  padding-left: 0; }

.sol-filtered-search {
  display: none; }

.sol-no-results, .sol-loading-data {
  padding: 5px 0 5px 0;
  color: #9B9C8E;
  font-style: italic;
  text-align: center; }

.sol-loading-data {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.cc-revoke, .cc-window {
  font-family: "Noto Serif", "Roboto", sans-serif !important; }

.stackable-under-md {
  display: block; }
  @media screen and (max-width: 64.0624em) {
    .stackable-under-md {
      display: table; }
      .stackable-under-md .st-head-row-main {
        display: none; }
      .stackable-under-md .st-head-row {
        padding: 15px 0;
        background-color: #e99e0f;
        font-weight: 500;
        text-transform: uppercase; } }

.st-key {
  background-color: #061d34;
  color: white;
  text-align: center !important;
  font-weight: 500;
  text-transform: uppercase; }

.st-val {
  text-align: center !important; }

#topmenu.is-fixed {
  top: 0;
  z-index: 9999;
  width: 100%;
  position: fixed;
  background-color: white;
  border-bottom: 1px solid #061d34; }
  #topmenu.is-fixed .menu-main > ul li {
    color: #061d34; }
    #topmenu.is-fixed .menu-main > ul li a {
      color: #061d34; }
      #topmenu.is-fixed .menu-main > ul li a:hover {
        color: #e99e0f; }
    #topmenu.is-fixed .menu-main > ul li.active a {
      color: #e99e0f; }
    #topmenu.is-fixed .menu-main > ul li.menu-separator {
      border-left: 1px solid #061d34; }
  #topmenu.is-fixed .logo-icon {
    background-image: url(/assets/images/personal-brand/logo-dark.svg); }
  #topmenu.is-fixed .logo-text {
    background-image: url(/assets/images/personal-brand/logo-text-dark.svg); }
  #topmenu.is-fixed #hamburger i {
    color: #061d34; }

@media screen and (max-width: 64.0624em) {
  #topmenu.is-open {
    background-color: white;
    color: #061d34; }
    #topmenu.is-open .logo-icon {
      background-image: url(/assets/images/personal-brand/logo-dark.svg); }
    #topmenu.is-open .logo-text {
      background-image: url(/assets/images/personal-brand/logo-text-dark.svg); }
    #topmenu.is-open i {
      color: #061d34; }
      #topmenu.is-open i:before {
        content: "\48"; }
    #topmenu.is-open #hamburger + ul {
      display: block; }
    #topmenu.is-open .content {
      border-bottom-color: #061d34; } }

.listing-event.is-open .listing-details-btn .ico:before {
  content: "\4d"; }

.testimonial {
  filter: grayscale(100%); }
  .testimonial.is-active {
    filter: none; }

.collapse {
  display: none; }
  .collapse.is-open {
    display: block; }

.checkout-panel.is-active .checkout-panel-header {
  background-color: #e99e0f; }

.checkout-panel.is-active .checkout-panel-body {
  max-height: 1405px;
  visibility: visible;
  padding-top: 30px;
  opacity: 1;
  transition: max-height 0.75s ease; }
  .checkout-panel.is-active .checkout-panel-body .checkout-form {
    display: block; }

/*# sourceMappingURL=personal-brand.css.map */
