@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: "GroteskPro-Bold";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-Bold.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-BoldItalic";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-BoldItalic.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-Book";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-Book.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-BookItalic";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-BookItalic.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-Light";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-Light.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-LightItalic";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-LightItalic.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-SemiBold";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-SemiBold.woff2);
  font-display: block;
}
@font-face {
  font-family: "GroteskPro-SemiBoldItalicBold";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/HKGroteskPro-SemiBoldItalic.woff2);
  font-display: block;
}
@font-face {
  font-family: "Quincy-Cf";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/quincy-cf.woff2);
  font-display: block;
}
@font-face {
  font-family: "Quincy-Cf-Italic";
  src: url(https://assets.cakematernity.com/wp-content/themes/caketheme/fonts/quincy-cf-italic.woff2);
  font-display: block;
}
@font-face {
  font-family: "Neuzeit";
  src: url(/wp-content/themes/caketheme/fonts/neuzeitgro-lig1.woff);
}
@font-face {
  font-family: "Montserrat-Black";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-Black.otf);
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-ExtraLight.ttf);
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(/wp-content/themes/caketheme/fonts/Montserrat-ExtraBold.ttf);
}
input[type=text], input[type=text]:focus, input[type=email], input[type=email]:focus, input[type=tel], input[type=tel]:focus, select, select:focus, input[type=password], input[type=password]:focus {
  background: #fff;
  border: 1pt solid #000;
  color: #000;
  font-family: "GroteskPro-Book";
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5rem 1rem;
  font-size: 16px;
  border-radius: 0px;
}

div, p, span, em, label, ul, ol, li, table, thead, tbody, tfoot, tr, th, td, strong {
  font-size: 16px;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.p-0 {
  padding: 0px;
}

.paddingLeftRight0 {
  padding-left: 0px;
  padding-right: 0px;
}

input:focus {
  outline: none;
}

.blog-container {
  width: 100%;
  max-width: 1100px;
  padding: 150px 30px;
}

.headcount-banner-container {
  padding-top: 202px;
}

.covid-wp-class {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  background: #f0ede8;
  font-family: "GroteskPro-Book", Tahoma, Geneva, sans-serif;
  text-rendering: optimizeSpeed;
  color: #000;
  line-height: 1.5;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

h2 {
  font-family: "Quincy-Cf";
  font-size: 28px;
  text-align: center;
}

h3 {
  font-family: "Quincy-Cf";
  font-size: 25px;
  text-align: center;
}

h4 {
  font-family: "Quincy-Cf";
  font-size: 18px;
  text-align: center;
}

p {
  font-family: "GroteskPro-Light";
  font-size: 16px;
  margin-bottom: 10px;
}

.main-template {
  padding-left: 15px;
  padding-right: 15px;
}

.main-template-no .main-template {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-template-no.no-padding .main-template {
  padding-top: 0;
  padding-bottom: 0;
}

.disabled-btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.cm-btn {
  transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -webkit-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -moz-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -o-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  border: 0 none;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 5px 0;
  border-radius: 4px;
  width: 100%;
}

.btn-bg-black a.active {
  color: #000;
}

.btn-bg-black {
  background-color: #000;
  border: 1px solid #000;
}

button.btn-bg-black {
  border: 1px solid #000;
}

.btn-bg-black a, button.btn-bg-black, input[type=submit].btn-bg-black {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.btn-bg-black span {
  font-family: "GroteskPro-Bold";
  color: #fff;
}

.btn-bg-black:hover span {
  color: #000000;
}

.klaviyoForm input::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}

.klaviyoForm input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #000000;
}

.klaviyoForm input::placeholder {
  color: #000000;
}

#relatedBlogPost {
  padding-left: 15px;
  padding-right: 15px;
}

#ju_bbox .ju_tab_text span {
  color: #fff;
}

.padding-left0 {
  padding-left: 0;
}

.padding-right0 {
  padding-right: 0;
}

.cm-btn {
  transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -webkit-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -moz-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  -o-transition: background 1.5s ease, background-color 1.5s ease, border 1.5s ease, color 1.5s ease;
  border: 0 none;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 5px 0;
  border-radius: 4px;
  width: 100%;
}

.btn-outline-black {
  border: 0.9px solid #000;
}

.btn-outline-black a {
  font-family: "GroteskPro-BoldItalic";
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 576px) {
  .main-template {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .blog-container {
    width: 100%;
    max-width: 1100px;
    padding-top: 160px;
  }

  .headcount-banner-container {
    padding-top: 205px;
  }

  .blog-container .content {
    padding-top: 50px;
  }

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

  .btn-bg-black:hover {
    background: #fff;
    border: 0.9px solid #000;
  }

  .btn-bg-black a:hover, button.btn-bg-black:hover, .btn-bg-black:hover a span, input[type=submit].btn-bg-black:hover {
    color: #000;
  }
}
@media (min-width: 992px) {
  .main-template {
    max-width: 900px;
  }

  .global-class-modal-container #newslettersignup .header {
    max-width: 295px;
  }

  .global-class-modal-container #newslettersignup .sub-header {
    max-width: 312px;
  }
}
@media (min-width: 1200px) {
  .main-template {
    max-width: 1100px;
  }
}
.hd {
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  height: 111px;
  top: 0px;
}

.strip-ban.hd {
  padding: 0px 0px 20px 0px;
  height: 160px;
}

.header-row {
  height: 70px;
  line-height: 70px;
}

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

.hd .logo img {
  width: 180px;
  height: 70px;
}

.right-side-container {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.cdn-search-input {
  background: url("https://assets.cakematernity.com/wordpress/wp-content/themes/caketheme/images/search-bar.svg") no-repeat;
  background-size: contain;
}

.hd .search-suggestion-input,
.hd .search-suggestion-input:focus {
  border: none;
  width: 100%;
  height: 35px;
  font-size: 14px;
  text-align: center;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  font-family: "Neuzeit";
  color: #000000;
  line-height: 35px;
  background-size: 100% 100%;
}

.header-main-section {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10000;
  background: #fff;
}

.search-suggestion-input:focus {
  border: none;
  outline: none;
}

.shop-link a {
  color: #000000;
  font-family: "Neuzeit";
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.burger-menu img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.search-submit {
  display: none;
}

.menu-drop ul {
  list-style: none;
}

.menu-drop {
  width: 100%;
  text-align: left;
  position: fixed;
  box-shadow: 0px 2px 2px #555555;
  z-index: 99999;
  background-color: #ffffff;
  padding: 25px 20px;
  top: 111px;
  right: 0%;
  display: none;
}

.menu-drop ul {
  padding: 0px;
}

.menu-drop ul a {
  color: #4d4f5a;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Neuzeit";
  text-decoration: none;
}

.menu-drop ul li {
  border-bottom: 1px solid #c7cdd3;
  padding: 15px 0px;
}

.menu-drop ul a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #595a65;
}

.login-container {
  background-image: url("https://assets.cakematernity.com/wordpress/wp-content/themes/caketheme/images/customer-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}

.login-container a {
  display: block;
  color: #ffffff;
  padding-left: 25%;
  text-decoration: none;
  font-family: "Neuzeit";
}

.login-container a:hover {
  text-decoration: none;
}

.searchdiv,
.shopdiv {
  display: none;
}

.mob-search-container .searchcontainer {
  margin: 20px 0px;
  text-align: center;
}

.icons {
  float: right;
}

.strip-ban .main-header {
  padding: 0px 30px 0px 30px;
}

.nav-container {
  line-height: 70px;
  height: 70px;
  position: relative;
  width: 100%;
  background: #fff;
}

.nav-burger {
  padding-left: 15px;
  padding-right: 5px;
}

.logo-container img {
  vertical-align: middle;
}

.dropdown-menu-cont {
  text-align: right;
  padding-right: 15px;
  padding-left: 5px;
  height: 60px;
  /* overflow: hidden; */
}

.cake-icon-men ul {
  list-style: none;
}

.header-main-section .menu .mob-close-icon {
  display: none;
  width: 20px;
}

.cake-menu {
  display: none;
  padding-left: 0;
}

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

.header-container .cake-menu ul {
  margin: 0px;
}

.header-main-section .cake-menu li {
  padding: 0px 10px;
  display: inline-block;
  font-family: "GroteskPro-Book";
}

.header-main-section .cake-menu li:nth-child(1) {
  padding-left: 0;
}

.bag-counter {
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 9px;
  color: #fff;
  font-family: "GroteskPro-SemiBold";
  line-height: 58px;
}

.burger-menu {
  text-align: center;
  cursor: pointer;
}

.dropcart-icon img, .burger-menu img {
  width: 20px;
  height: 20px;
}

.logo-container a {
  display: inline-block;
}

.logo-container h1 {
  display: inline;
}

.cake-icon-menu ul {
  margin-bottom: 0px;
  margin-top: 0px;
  list-style: none;
  padding: 0px;
}

.float-right {
  float: right;
}

.dropcart-icon {
  position: relative;
}

.dropcart-icon {
  position: relative;
}

.header-main-section .cake-icon-menu li.dropcart-icon a {
  display: block;
  position: relative;
  padding-right: 0;
}

.cake-icon-menu .search-icon, .cake-icon-menu .search-form, .cake-icon-menu .account-icon {
  display: none;
}

.mobile-sidebar {
  z-index: 1000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0px;
  top: auto;
  overflow-x: hidden;
  left: 0px;
}

.mobile-header-count-sidebar {
  top: 122px;
}

.sidebar-container {
  margin: 30px 0px 90px 0px;
  width: 100%;
  width: 100%;
}

.sidebar-content {
  color: #fff;
  margin: 0px 15px;
}

.sidebar-content .search-form,
.sidebar-container .fit-me-cont,
.sidebar-container .mob-cat-cont,
.sidebar-container .mobile-link {
  margin: 15px;
}

.sidebar-content .search-form {
  padding-bottom: 5px;
}

.dropdown {
  display: none;
  color: #7a7a7a;
}

.fit-me-cont {
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.fit-me-cont p.big-label {
  color: #000000;
  font-size: 26px;
  font-family: "Quincy-Cf";
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}

.fit-me-cont p.small-label {
  color: #fff;
  font-size: 13px;
  font-family: "GroteskPro-BookItalic";
  margin: 0px;
  padding-top: 10px;
  color: #000000;
  padding-top: 0px;
  margin-bottom: 15px;
}

.fit-me-cont a.fit-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  padding: 7px 15px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  border-radius: 5px;
  font-family: "GroteskPro-Bold";
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.carousel-cat {
  margin-top: 30px;
}

.header-main-section a {
  color: #232323;
  text-decoration: none;
}

.search-suggestion-input {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  font-family: "Grotesk-book";
}

.sidebar-content .search-form input {
  outline: none;
  background: url(/themes/cakematernity/assets/img/header/icons/search.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 4% 50%;
  padding-left: 45px;
  border-radius: 5px;
  border: 1px solid #e2ded5;
  text-align: left;
  font-family: "GroteskPro-Book";
  height: 35px;
  font-size: 12pt;
  letter-spacing: 0.2px;
}

#sidebar .search-suggestion-input {
  width: 100%;
  max-width: 100%;
}

#search-product-list-mbl.search-list-mbl {
  position: relative;
  /* min-width: 300px; */
  display: block;
  overflow: auto;
  line-height: 22px;
  border-left: 1px solid rgba(228, 151, 149, 0.5);
  /* border-bottom: 1px solid rgb(228, 151, 149,0.5); */
  border-right: 1px solid rgba(228, 151, 149, 0.5);
  line-height: 11px;
  margin-top: 0;
}

.carousel-cat {
  margin-top: 30px;
}

#carouselHeader {
  margin: 0px 15px 30px 15px;
}

.carousel-cat p.label {
  text-align: left;
  font-family: "Quincy-Cf";
  font-size: 26px;
  margin-bottom: 0px;
}

.carousel-cat .shop-all a {
  font-family: "GroteskPro-Bold";
  color: #000000;
  text-align: right;
  display: block;
  padding: 10px 0px 3px 0px;
  border-bottom: 1px solid #000000;
  width: 55px;
  text-transform: uppercase;
  font-size: 12px;
  float: right;
}

#categoryCarousel .owl-stage {
  right: -12px;
}

#categoryCarousel .menu-img-container img.featured-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

#categoryCarousel .menu-img-container .menu-desk {
  font-family: "GroteskPro-Bold";
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.menu-desk a {
  color: #000;
}

.menu-shop-main span {
  text-decoration: none;
  color: #000;
  font-family: "GroteskPro-Bold";
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
}

.cat-sub-menu {
  height: 0px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.cat-sub-menu.open {
  margin-bottom: 20px;
}

.header-main-section .cat-sub-menu .hd-sizes-container {
  margin-top: 30px;
  max-width: 345px;
}

.header-main-section .hdcurr {
  width: 100%;
}

.display-none {
  display: none;
}

.header-main-section .hd-sizes-container {
  text-align: left;
  margin: 0 auto;
}

.header-main-section .hd-sizes-box, .header-main-section .hd-btn-box {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  margin: 5px 3px;
  text-align: center;
  height: 24px;
  width: 59px;
  line-height: 14px;
  font-size: 14px;
  padding: 6px 3px;
  background: #fff;
  border-radius: 4px;
}

.header-main-section .hd-sizes-box a {
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-main-section .menu-shop-main .dissize {
  text-decoration: none;
  color: #000;
  font-family: "GroteskPro-Bold";
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
}

.header-main-section .dissize {
  height: 100%;
  display: inline-block;
  opacity: 0.3;
  height: auto;
}

.cat-sub-menu li a {
  font-family: "GroteskPro-Book";
}

.header-main-section .menu-shop-main li {
  margin-top: 3px;
}

.header-main-section .mobile-link {
  border-top: 1px solid #e2ded5;
  padding-top: 30px;
  margin-bottom: 30px;
}

.mobile-link span, .mobile-link a {
  font-size: 24px;
  font-family: "GroteskPro-Bold";
  display: block;
  color: #000000;
  cursor: pointer;
}

.need-assist-cont {
  background-color: #b58069;
  padding: 30px 15px 40px;
  width: 100%;
}

.need-assist-cont p.label {
  text-align: left;
  font-family: "GroteskPro-Bold";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.2px;
  margin-top: 0;
}

.need-assist-cont p.desc {
  color: #ffffff;
  font-family: "Quincy-Cf";
  font-size: 25px;
  line-height: 32px;
  margin-top: 16px;
}

.need-assist-cont .contact-us p {
  margin-bottom: 10px;
}

.header-main-section .need-assist-cont .contact-us a {
  color: #ffffff;
  font-family: "GroteskPro-Book";
  font-size: 16px;
  margin: 0px 10px;
}

.dropcart-icon a {
  display: block;
  position: relative;
}

.dropdown-menu-link li a {
  text-decoration: none;
  color: #808080;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  display: inline-block;
}

.dropdown-menu-link li a:hover {
  color: #000;
}

.dropdown-menu-link li a#modalFitme span {
  color: #000;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
}

.dropdown {
  display: none;
}

.padding0 {
  padding: 0;
}

ul[class], ol[class] {
  padding: 0;
  list-style: none;
}

#dropshopbysize .hd-btn-box {
  width: auto;
  padding: 6px 32px;
}

#dropshopbysize .hdcurr a {
  font-family: "GroteskPro-SemiBold";
  display: inline-block;
}

#dropshopbysize .hd-sizes-box:hover, #dropshopbysize .hd-btn-box:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000;
  color: #fff;
}

.header-main-section .hd-sizes-box a:hover, #dropshopbysize .hdcurr a:hover {
  color: #fff;
}

.search-form .search-suggestion-input,
.search-form .search-suggestion-input:focus {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  color: #000000;
  box-shadow: none;
  height: 32px;
  font-size: 14px;
  font-family: "GroteskPro-Book";
  text-transform: capitalize;
}

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

#search-product-list.search-list {
  position: relative;
  min-width: 300px;
  display: block;
  overflow: auto;
  line-height: 22px;
  border-left: 1px solid rgba(228, 151, 149, 0.5);
  border-bottom: 1px solid rgba(228, 151, 149, 0.5);
  border-right: 1px solid rgba(228, 151, 149, 0.5);
  line-height: 11px;
  float: left;
}

#search-product-list .search-list-item {
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  width: auto;
  background-color: white;
  border-left: 1px solid rgba(222, 207, 189, 0.5);
  border-right: 1px solid rgba(222, 207, 189, 0.5);
  width: 100%;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

#search-product-list .search-list-item:hover {
  background-color: rgba(222, 207, 189, 0.9);
  color: #fff;
  /* border: 1px solid rgb(222, 207, 189, 0.5); */
}

#search-product-list-mbl .search-list-item {
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  width: auto;
  background-color: white;
  border-left: 1px solid rgba(222, 207, 189, 0.5);
  border-right: 1px solid rgba(222, 207, 189, 0.5);
  width: 100%;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

#ju_bbox .ju_tab_text span {
  color: #fff;
}

.mbl-srch-form {
  margin-top: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #ffffff;
  width: 100%;
  padding: 0 15px;
}

.mbl-srch-form form {
  height: 40px;
  position: relative;
}

.mbl-srch-form input[type=text], .mbl-srch-form input[type=text]:focus {
  border: none;
  font-family: "GroteskPro-Book";
  font-size: 16px;
  padding: 0px;
  position: absolute;
  width: 90%;
  color: #c6c6c6;
  text-transform: inherit;
}

.mbl-srch-icon, .mbl-srch-cls-icn {
  float: right;
  padding-top: 7px;
}

.mbl-srch-cls-icn {
  display: none;
}

.srch-form {
  display: none;
}

.blog-main-container-desk .owl-nav button {
  height: 70%;
}

.blog-main-container-desk .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
}

.blog-main-container-desk .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
}

.blog-main-container-desk .owl-nav button img {
  width: 100%;
  height: auto;
  background: #fff;
  max-width: 25px;
}

.header-count-banner {
  text-align: center;
  background-color: #b78169;
  min-height: 0;
}

.header-count-container {
  padding: 0;
  min-height: 51px;
  position: relative;
}

.cont-count-down {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 52%;
  height: 51px;
  top: 0px;
  right: 0px;
}

.promo_time {
  display: inline-block;
  width: 100%;
  max-width: 33.333%;
  padding-top: 10px;
  line-height: 32px;
  max-height: 46px;
  float: left;
}

#promo_hours, #promo_min, #promo_sec {
  display: block;
  width: 45%;
  text-align: center;
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
}

.promo_time div {
  line-height: 34px;
}

.sub-link-cnt p > a, .sub-link-cnt p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-family: "GroteskPro-SemiBold";
  cursor: pointer;
}

.sub-link-cnt p {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.sub-link-cnt .lnk-cnt ul {
  list-style: none;
  margin-bottom: 16px;
}

.sub-link-cnt .lnk-cnt li {
  margin-bottom: 5px;
}

.sub-link-cnt .lnk-cnt li > a {
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
  font-family: "GroteskPro-Book";
  cursor: pointer;
}

.sub-link-cnt .lnk-cnt {
  margin-bottom: 25px;
}

.scrolled .header-count-banner {
  display: none;
}

.header-main-section.scrolled {
  height: 70px;
}

.scrolled .mobile-sidebar {
  top: auto;
}

.collapsable-menu .menu-shop-main {
  padding: 15px 0px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  list-style: none;
}

.collapsable-menu .menu-shop-main .plus-minus-icon {
  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/plus.svg);
  background-repeat: repeat;
  position: absolute;
  background-repeat: no-repeat;
  top: 25px;
  right: 0;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.collapsable-menu .menu-shop-main .plus-minus-icon.minus {
  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/svg/minus.svg);
}

.header-main-section .menu-shop-main span,
.header-main-section .menu-shop-main span a {
  text-decoration: none;
  color: #000;
  font-family: "Quincy-Cf-Italic";
  font-size: 28px;
  display: block;
  cursor: pointer;
}

.mobile-sidebar .prom-tls-1 {
  padding-right: 6px;
}

.mobile-sidebar .prom-tls-2 {
  padding-left: 6px;
}

.mobile-sidebar .prom-tls-1 p,
.mobile-sidebar .prom-tls-2 p {
  line-height: 24px;
  font-size: 14px;
  font-family: "GroteskPro-Book";
  margin-top: 6px;
  margin-bottom: 30px;
}

.sidebar-content .menu-shop-main li {
  font-family: "GroteskPro-Book";
  margin: 0px;
  line-height: 34px;
  font-size: 18px;
}

ul.addtl-menu a {
  font-family: "GroteskPro-SemiBold";
}

#blogcarousel {
  margin: 40px 0px;
}

#blogcarousel .indiv-blog-list {
  max-width: 200px;
  margin-bottom: 30px;
}

#blogcarousel .indiv-blog-list .blg-img {
  text-align: center;
}

#blogcarousel p.blg-date {
  font-family: "Quincy-Cf-Italic";
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

#blogcarousel p.blg-title {
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

#blogcarousel .blg-title a {
  font-family: "GroteskPro-Book";
  font-size: 14px;
  line-height: 18px;
}

.menu-shop-main.mbl-lst-itm {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-content .menu-shop-main .sub-header-cont {
  margin-top: 20px;
}

.scrolled .sidebar-container {
  margin-bottom: 60px;
}

/* New Search Behavior */
.srch-cont-res {
  background: #ffffff;
  display: none;
  width: 100%;
  height: 1000px;
  overflow: scroll;
  padding: 0px 15px;
  z-index: 99999;
  position: fixed;
  margin-left: -15px;
  margin-right: -15px;
}

.nav-search .srch-cls-icn {
  display: none;
}

.nav-search.open .srch-cls-icn {
  display: inline-block;
}

.nav-search.open .srch-icon {
  display: none;
}

.srch-sub-cont input[type=text],
.srch-sub-cont input[type=text]:focus {
  border: none;
  font-family: "GroteskPro-Book";
  font-size: 18px;
  padding: 0px;
  position: absolute;
  bottom: 10%;
  color: #c6c6c6;
  background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/header/icons/search.svg);
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: inherit;
}

.srch-sub-cont input[type=text]::placeholder {
  font-family: "GroteskPro-Book";
  font-size: 18px;
  color: #808080;
  text-transform: inherit;
}

.srch-sub-cont form {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 70px;
  position: relative;
}

.res-row .srch-lbl {
  color: #000;
  margin-bottom: 6px;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  margin-top: 0;
}

.res-row .top-searches {
  margin-bottom: 16px;
}

.res-row .top-searches li a {
  color: #808080 !important;
  font-family: "GroteskPro-Book" !important;
  line-height: 15px;
  font-size: 14px;
  display: inline-block;
}

.res-row .vw-all-res p {
  cursor: pointer;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  max-width: 95px;
  width: 100%;
  margin-top: 50px;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
}

.res-cnt-lbl {
  display: none;
  font-family: "GroteskPro-Book";
  color: #808080;
  font-size: 12px;
  margin-top: 0;
}

.res-cnt-lbl span {
  font-family: "GroteskPro-Book";
  color: #808080;
  font-size: 12px;
}

.header-main-section .dsk-srch.nav-search {
  display: none;
}

.mbl-srch {
  text-align: left;
  padding-left: 11px;
}

.mbl-srch.open {
  padding-left: 13px;
}

.mbl-srch .srch-cls-icn {
  display: none;
}

.mbl-srch.open .srch-cls-icn {
  display: inline-block;
}

.mbl-srch.open .srch-icon {
  display: none;
}

.vw-all-res {
  display: none;
}

.mbl-vw-all-res {
  margin: 30px 0px 50px 0px;
}

.result-scroll-container {
  height: 100%;
  overflow: scroll;
  display: block;
  max-height: 520px;
}

/* END.New Search Behavior */
#srch-carousel .prod-thumbnail {
  min-height: 185px;
}

#srch-carousel .pl-brand a {
  margin-top: 12px;
  font-family: "GroteskPro-Book";
  color: #969696;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  line-height: 17px;
  font-size: 12px;
}

#srch-carousel .pl-name-with {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pl-name-with .pl-name {
  margin-bottom: 0;
}

#srch-carousel .pl-name a {
  font-size: 12px;
  color: #000000;
  font-family: "GroteskPro-Book";
}

#srch-carousel .cat-price span {
  font-size: 12px;
  color: #000000;
  font-family: "GroteskPro-SemiBold";
}

#srch-carousel .cat-price span {
  font-size: 12px;
  color: #000000;
  font-family: "GroteskPro-SemiBold";
}

#srch-carousel .col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.product-result-padding {
  padding-left: 0;
  padding-right: 0;
}

.individual-product.right-pads {
  padding-right: 6px;
}

.individual-product.left-pads {
  padding-left: 6px;
}

#srch-carousel .individual-product,
#srchBackground .individual-product {
  margin-bottom: 30px;
}

.mbl-vw-all-res {
  margin: 30px 0px 50px 0px;
}

.cake-menu-container {
  padding-left: 15px;
  padding-right: 10px;
}

.logo-padding {
  padding-left: 6px;
}

.wish-icon {
  display: none;
}

li.mobile-account-icon {
  margin-right: 15px;
}

#srch-carousel .owl-nav button img {
  width: 100%;
  height: auto;
  background: #fff;
}

#srch-carousel .owl-nav button {
  width: auto;
  height: 78%;
}

#srch-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 25px;
}

#srch-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 25px;
}

#srch-carousel .owl-nav .owl-next.disabled,
#srch-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2;
}

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

.nav-container-padding {
  height: 114px;
  line-height: 70px;
  background-color: #ffffff;
}

.header-shipping {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  width: 100%;
}

.headershipping-container a {
  text-decoration: none;
  color: #000;
}

.headershipping-container {
  line-height: 40px;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.headershipping-container .details, .headershipping-container .details a {
  font-family: "GroteskPro-SemiBold";
  font-size: 12px;
  text-decoration: underline;
}

.header-notif-container .col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.headernotication-msg-container p {
  margin-top: 0;
  margin-bottom: 0;
}

.headernotication-msg-container {
  height: 40px;
  display: table;
  width: 100%;
  padding: 0 10px;
  background: #e2b95b;
}

.headershipping-text {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#header .headernotification-msg-content a {
  border-bottom: 1px solid;
  color: currentColor;
}

.headershipping-text a,
.headershipping-text p,
.headershipping-text span {
  color: #fff;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 0.25px;
  margin: 0;
}

.headernotification-msg-content p a {
  border-bottom: 1px solid;
  color: currentColor;
}

.mobile-sidebar-container {
  position: relative;
  width: 100%;
}

.header-main-section .cake-menu li a.fitting-room span, .header-main-section .cake-icon-menu li a.fitting-room span {
  padding: 2px 10px;
  color: #000;
  font-family: "GroteskPro-SemiBold";
  background: #f6cfc2;
  border-radius: 20px;
  font-size: 14px;
}

.brdr-line {
  border-bottom: 1px solid #e5e5e5;
}

.header-separator-margin {
  margin-left: -15px;
  margin-right: -15px;
  z-index: 2;
  position: relative;
}

.cmc-headerbtn-container {
  margin-top: 30px;
}

.update-currency-sign {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "GroteskPro-Book";
}

.sdbr-subcnt {
  z-index: 1000;
  position: absolute;
  height: 1000px;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0px;
  top: auto;
  overflow-x: hidden;
  right: 0px;
}

.sdbr-mmain-cnt {
  position: relative;
  max-width: 100%;
}

.sdbr-subcnt .content {
  padding: 20px 30px;
}

.mblsubmenu,
.nav-back {
  cursor: pointer;
}

.sdbr-subcnt .content ul {
  list-style-type: none;
}

.sdbr-subcnt .content li {
  line-height: 34px;
  font-size: 18px;
}

.nav-back {
  padding: 20px 20px 0px;
}

.nav-back span {
  font-family: "GroteskPro-Book";
  font-size: 17px;
  color: #808080;
  margin-left: 10px;
}

.backtotop-global {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 33;
}

.backtotop-global p {
  font-family: "GroteskPro-Light";
  line-height: 18px;
  font-size: 16px;
  margin-top: 0;
}

.mbl-headpromo {
  height: 100%;
  max-height: 250px;
  overflow: hidden;
}

#srchBackground {
  margin-bottom: 40px;
}

#srchBackground .prod-thumbnail {
  height: auto;
  min-height: auto;
}

#srchBackground .prod-thumbnail img {
  height: 0;
}

#srchBackground.show-background .prod-thumbnail img {
  height: 100%;
  margin-bottom: 15px;
}

.product-details-placeholder {
  min-height: 75px;
}

.backtoShop-desk {
  display: none;
}

.backtoShop-mob {
  display: inline;
}

.addtl-sub-header {
  font-family: "GroteskPro-SemiBold";
  font-size: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  text-transform: capitalize;
}

ul.addtl-menu .addtl-sub-header-link {
  font-size: 20px;
  font-family: "GroteskPro-Bold";
  float: right;
  border-bottom: 1px solid;
  line-height: 30px;
}

.sidebar-content .menu-shop-main li.sub-header-cont {
  line-height: 30px;
  margin-bottom: 15px;
}

.res-row {
  padding-top: 15px;
}

.blog-main-container-mobile .blog-post-img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-main-container-mobile .blog-post-category {
  margin-bottom: 10px;
}

.blog-main-container-mobile .blog-post-category a {
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
  color: #000000;
  opacity: 0.25;
}

.blog-main-container-mobile .blog-post-title {
  margin-bottom: 20px;
}

.blog-main-container-mobile .blog-post-title a {
  font-family: "GroteskPro-Book";
  font-size: 16px;
  line-height: 17px;
  color: #000000;
}

@media (max-width: 320px) {
  .header-main-section .sidebar-container {
    margin: 35px 0px 90px 0px;
    width: 100%;
    min-width: 320px;
  }

  .header-count-container {
    min-height: 40px;
  }

  .promo_time div {
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .sidebar-container {
    margin: 30px 0px 90px 0px;
    width: 100%;
  }

  .logo-padding {
    padding-left: 16px;
  }

  .mbl-srch {
    padding-left: 8px;
  }
}
@media (min-width: 414px) {
  .sidebar-container {
    width: 415px;
  }
}
@media (min-width: 768px) {
  .searchdiv,
.shopdiv {
    display: block;
  }

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

  .mob-search-container {
    display: none;
  }

  .menu-drop {
    width: 100%;
    max-width: 350px;
  }

  .icons {
    float: none;
  }

  .login-container a {
    padding-left: 30%;
  }

  #sidebar {
    max-width: 375px;
  }

  .sidebar-container {
    margin: 30px 0px 90px 0px;
    width: 375px;
  }

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

  .header-main-section .hd-sizes-box {
    width: 44px;
  }

  .header-count-container {
    min-height: 29px;
  }

  .cont-count-down {
    max-width: 173px;
  }

  .promo_time div {
    line-height: 11px;
  }

  .prom-tls-1, .prom-tls-2 {
    width: 200px;
    height: auto;
  }

  .prom-tls-1 {
    float: right;
  }

  .prom-tls-1 p, .prom-tls-2 p {
    text-align: left;
    margin-top: 5px;
    line-height: 24px;
  }

  .prom-tls-1 a, .prom-tls-2 a {
    font-size: 14px;
    font-family: "GroteskPro-Book";
  }

  /* Start of Learn dropdown */
  .dropdown#droplearn {
    width: 100%;
    top: 102px;
    background-color: #ffffff;
    padding: 0 40px 40px;
    height: auto;
  }

  #droplearn .vst-lnk {
    text-align: right;
    margin-bottom: 0px;
    height: 45px;
    line-height: 45px;
  }

  #droplearn .vst-lnk a {
    text-decoration: underline;
    font-family: "GroteskPro-Bold";
    font-size: 14px;
  }

  #droplearn .indiv-blog-list {
    max-width: 200px;
    margin: 0 auto;
  }

  #droplearn .indiv-blog-list .blg-img {
    text-align: center;
  }

  #droplearn .blg-lst-cnt {
    width: 100%;
    max-width: 900px;
    float: right;
  }

  #droplearn .blg-date {
    font-family: "Quincy-Cf-Italic";
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
    line-height: 24px;
  }

  #droplearn .blg-title {
    font-family: "GroteskPro-Book";
    line-height: 18px;
    font-size: 14px;
  }

  /* Enf of Learn dropdown */
  /* START CMC Header */
  .dropdown#dropcmc, .dropdown#droplifestyle {
    width: 100%;
    height: auto;
    top: 102px;
    background-color: #ffffff;
    padding: 0 40px;
  }

  .cmc-headerbtn-container {
    max-width: 250px;
  }

  .cmc-headerbtn-container .cm-btn {
    margin-bottom: 10px;
    font-family: "GroteskPro-Bold";
    height: 36px;
    text-transform: none;
    background: #000;
    color: #fff;
  }

  .cmc-headerimg-container {
    max-width: 860px;
    width: 100%;
    float: right;
  }

  .cmc-headerimg-container img {
    margin-bottom: 16px;
  }

  .cmc-headerimg-container .cmc-header-subcontent {
    margin-bottom: 16px;
  }

  .cmc-headercontent-title {
    font-family: "GroteskPro-Bold";
    font-size: 14px;
    margin-top: 0;
  }

  .cmc-headercontent-details {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "GroteskPro-Book";
  }

  .cmc-header-link {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
  }

  .cmc-header-link a {
    font-size: 14px;
    font-family: "GroteskPro-Bold";
    border-bottom: 1px solid #000;
  }

  .cmc-header-cakecoins {
    background: #ebd7b4;
    display: table;
    width: 100%;
    height: 250px;
    text-align: center;
  }

  .cmc-header-cakecoins .display-tablecell {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
  }

  .cmc-header-cakecoins p {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "GroteskPro-Bold";
  }

  .cmc-header-cakecoins p:nth-child(2) {
    font-size: 38px;
    font-family: "GroteskPro-SemiBold";
    letter-spacing: normal;
  }

  .cmc-header-sharecode {
    background: #d6b069;
    display: table;
    width: 100%;
    height: 250px;
    text-align: center;
  }

  .cmc-header-sharecode .display-tablecell {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
  }

  .cmc-header-sharecode p {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "GroteskPro-Bold";
  }

  .cmc-header-sharecode p:nth-child(2) {
    font-size: 38px;
    font-family: "GroteskPro-SemiBold";
  }

  .cmc-headermember-container .cmc-headerbtn-container {
    max-width: 100%;
    margin-top: 24px;
  }

  .cmc-member-headerpadding {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cmc-header-content p {
    margin-top: 0;
    margin-bottom: 16;
    font-family: "GroteskPro-Book";
  }

  /* END CMC Header */
  .nav-container-padding {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
  }

  .cake-menu-container {
    padding-left: 15px;
    padding-right: 0;
  }

  .mbl-srch {
    padding-left: 13px;
  }

  .srch-cont-res {
    padding: 0px 30px 20px 30px;
    height: auto;
    overflow: auto;
  }

  .result-scroll-container {
    height: auto;
    max-height: 100%;
    overflow: auto;
  }

  #srch-carousel .prod-thumbnail {
    min-height: 234px;
  }

  .searchContainer-row {
    margin-right: -30px;
    margin-left: -30px;
  }

  .mbl-srch-form {
    padding: 0 30px;
  }

  .blog-main-container-desk .owl-nav .owl-prev.disabled, .blog-main-container-desk .owl-nav .owl-next.disabled {
    display: none;
  }

  .prod-res-cont {
    margin-bottom: 40px;
  }

  .pl-name {
    font-size: 15px;
    max-height: 20px;
  }

  .logo-padding {
    padding-left: 80px;
  }

  #srch-carousel .owl-nav button {
    height: 70%;
  }

  .nav-container {
    line-height: 100px;
    height: 100px;
  }

  .header-main-section {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-container-padding {
    height: 143px;
    line-height: 100px;
  }

  .header-main-section.scrolled {
    height: 100px;
  }

  .cake-icon-menu li img {
    width: 24px;
    height: 24px;
  }

  .header-separator-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown .sub-menus.sb-mn-lrn {
    margin-left: -15px;
  }

  .lrn-itm img {
    margin-bottom: 30px;
  }

  .lrn-itm .lrn-itm-ttl {
    font-family: "GroteskPro-Bold";
    font-size: 14px;
    margin-bottom: 5px;
  }

  .lrn-itm .lrn-itm-dsc {
    font-family: "GroteskPro-Book";
    line-height: 18px;
    font-size: 14px;
  }

  #srch-carousel .individual-product,
#srchBackground .individual-product {
    margin-bottom: 0;
  }

  .backtoShop-desk {
    display: inline;
  }

  .backtoShop-mob {
    display: none;
  }
}
@media (min-width: 992px) {
  .hdr-prom-tls .hdr-img {
    width: 200px;
    height: 280px;
    overflow: hidden;
  }

  .burger-menu {
    display: none;
  }

  .cake-menu {
    display: block;
  }

  .cake-menu ul {
    margin: 0px;
    font-size: 16px;
    color: #000;
    list-style: none;
    padding: 0;
    border: 0;
  }

  .dropdown-menu-link {
    text-align: left;
  }

  .dropdown-menu-cont .cake-menu li {
    padding: 0px 7px;
  }

  .dropdown-menu-link li a, .dropdown-menu-link li a#modalFitme span {
    font-size: 13px;
  }

  .header-main-section .cake-icon-menu li a {
    text-decoration: none;
    padding: 0px 10px;
    text-transform: capitalize;
  }

  .cake-icon-menu ul {
    padding: 0px;
  }

  .header-main-section .menu .mob-close-icon {
    display: none;
  }

  .dropdown {
    width: 100%;
    padding: 0 35px;
    z-index: 1;
  }

  .dropdown#dropshopbysize {
    background-color: #BCC8C0;
    height: auto;
  }

  .dropdown#dropshop {
    background-color: #fff;
    height: auto;
  }

  .dropdown#dropblog {
    background-color: #debeac;
  }

  .sub-menus-shopbysize {
    max-width: 1400px;
  }

  .cat-label {
    font-family: "GroteskPro-Bold";
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .dropdown-feat-desc {
    font-family: "Quincy-Cf";
    color: #000000;
    font-size: 23px;
    width: 296px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .dropdown .sub-menus {
    width: 100%;
    margin: 0 auto;
  }

  #dropshop .sub-menus .cat-menu li {
    line-height: 16px;
  }

  #dropshop .sub-menus .cat-menu li.menu-shop-main {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #dropshop .menu-shop-main span {
    text-decoration: none;
    color: #000;
    font-family: "GroteskPro-Bold";
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.5px;
  }

  #dropshop .sub-menus .menu-shop-main li {
    margin-top: 3px;
  }

  #dropshop .sub-menus .cat-sub-menu a {
    color: #000000;
    font-family: "GroteskPro-Book";
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .cat-image-container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  #dropshop .menu-img-container {
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
    min-height: 140px;
  }

  #dropshop .cat-image-container a {
    color: #000000;
    font-size: 14px;
    font-family: "GroteskPro-bold";
    letter-spacing: 0.2px;
  }

  .menu-img-container img {
    border-radius: 40% 40% 0% 0%;
  }

  .header-main-section .menu-img-container img {
    min-height: 140px;
  }

  .header-main-section .menu-img-container p {
    margin: 27px 0 0;
  }

  .header-main-section .cat-image-container a {
    color: #000000;
    font-size: 14px;
    font-family: "GroteskPro-bold";
    letter-spacing: 0.2px;
  }

  .header-main-section .fit-me-cont {
    padding: 20px;
  }

  .header-main-section .sub-menus .fit-me-cont {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    height: 175px;
    background-color: #ffffff;
    border-radius: 4px;
  }

  .header-main-section .fit-me-cont .fit-me-now {
    width: 100%;
    max-width: 200px;
    margin: 4px auto;
  }

  .header-main-section .fit-me-cont p.big-label {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: "Quincy-Cf";
    color: #000000;
    margin-top: 0px;
  }

  .header-main-section .fit-me-cont p.small-label {
    font-size: 12px;
  }

  .header-main-section .fit-me-cont a.fit-link {
    font-size: 13px;
  }

  #dropblog .sub-menus {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }

  #dropblog p, #dropblog a, #dropblog span {
    color: #000000;
  }

  #dropblog p {
    margin-bottom: 10px;
  }

  #dropblog p.head-to-blog {
    font-family: "GroteskPro-SemiBold";
    font-size: 14px;
    width: 100%;
  }

  #dropblog p.head-to-blog {
    font-family: "GroteskPro-SemiBold";
    font-size: 14px;
    width: 100%;
  }

  .tag-cont {
    width: 100%;
    max-width: 300px;
    margin-top: 50px;
    line-height: 15px;
  }

  .tag-cont .tags a {
    font-family: "GroteskPro-SemiBold";
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 2px;
  }

  .blog-item-container {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  #dropblog .blog-title a {
    font-family: "Quincy-Cf";
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    width: 100%;
    display: block;
  }

  .blog-item-container {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  #dropblog p.category-title a,
#dropblog p.category-title {
    font-family: "GroteskPro-SemiBold";
    letter-spacing: 1.2px;
    font-size: 12px;
    text-align: center;
    margin: 20px 0px 10px 0px;
    text-transform: uppercase;
    display: block;
  }

  #dropblog .blog-title a {
    font-family: "Quincy-Cf";
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    width: 100%;
    display: block;
  }

  .cm-link-arrow:after {
    content: "→";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
  }

  .cm-link-arrow, .cm-link-left-arrow {
    display: inline-block;
    border-bottom: 1px solid #000;
  }

  #dropblog .blog-label {
    font-family: "GroteskPro-BookItalic";
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .remove-margin-top {
    margin-top: 0px;
  }

  .header-main-section .cake-icon-menu .search-icon, #header .cake-icon-menu .search-form, .header-main-section .cake-icon-menu .account-icon {
    display: inline-block;
  }

  .search-form {
    max-width: 200px;
    width: 0px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px;
    position: relative;
  }

  .mbl-srch-form {
    display: none;
  }

  .srch-form {
    display: block;
  }

  .search-form-container {
    max-width: 200px;
  }

  .header-main-section .menu-drop {
    max-width: 200px;
    position: absolute;
    top: auto;
    right: 0px;
    background: #ffffff;
    padding: 10px 15px 5px;
    box-shadow: -4px 8px 6px -10px #000000;
    z-index: 2;
    display: none;
  }

  .header-main-section .menu-drop ul li {
    text-align: left;
    line-height: 20px;
    width: 100%;
    padding-bottom: 5px;
    display: block;
    padding-top: 0px;
    border-bottom: 0px;
  }

  .header-main-section .account-ul a {
    font-size: 14px;
    font-family: "GroteskPro-SemiBold";
    color: #000;
  }

  .header-main-section .account-ul a:hover {
    color: #595a65;
  }

  .global-modal-content #newslettersignup .img-container {
    min-height: 471px;
  }

  .header-count-container {
    min-height: 37px;
  }

  .cont-count-down {
    max-width: 222px;
  }

  .promo_time div {
    line-height: 19px;
  }

  .promo_time.prom_sec {
    max-width: 28.333%;
  }

  p.shop-hdr-title {
    font-family: "Quincy-Cf";
    font-size: 30px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .nav-container-padding {
    height: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .header-main-section .cake-menu li {
    padding: 0px 7px;
  }

  .mbl-srch {
    display: none;
  }

  .srch-cont-res {
    padding: 0px 35px 20px;
    margin-left: -15px;
    margin-right: -15px;
    height: 519px;
  }

  .header-main-section .dsk-srch.nav-search {
    display: inline-block;
  }

  #srch-carousel .pl-brand a {
    line-height: 17px;
    font-size: 14px;
  }

  #srch-carousel .prod-thumbnail {
    min-height: 178px;
  }

  #srch-carousel .pl-name a {
    font-size: 14px;
  }

  #srch-carousel .cat-price span {
    font-size: 14px;
  }

  .logo-padding {
    padding-left: 15px;
    position: relative;
  }

  .logo-container {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 15%;
  }

  .wish-icon {
    display: block;
  }

  li.mobile-account-icon {
    display: none;
  }

  #srch-carousel .owl-nav button {
    height: 65%;
  }

  .lrn-itm-ttl {
    margin-top: 0px;
  }

  .lrn-itm-img {
    width: 100%;
    height: 100%;
    max-width: 220px;
  }

  .dropdown .sb-mn-lrn {
    width: 100%;
    max-width: 1600px;
  }

  .dropdown .sub-menus.sb-mn-lrn {
    margin-right: -15px;
    margin-left: -15px;
  }

  .see-all-link {
    margin-bottom: 40px;
  }

  .sub-link-cnt .lnk-cnt .see-all-link > a {
    font-family: "GroteskPro-Bold";
    font-size: 14px;
  }

  .sub-link-cnt .lnk-cnt .see-all-link > a::after {
    content: "→";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
  }

  .sub-link-cnt .lnk-cnt .see-all-link > a img {
    height: 16px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .blog-post-holder {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-right: 25px;
    height: 400px;
  }

  .blog-main-container-desk .owl-item .blog-post-holder {
    margin-right: 0px;
  }

  .blog-main-container-desk .owl-nav .owl-next, .blog-main-container-desk .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 150px;
    left: 0px;
  }

  .blog-main-container-desk .owl-nav .owl-next img, .blog-main-container-desk .owl-nav .owl-prev img {
    background-color: #fff;
  }

  .blog-main-container-desk .owl-nav .owl-next {
    right: 0px;
    left: unset;
  }

  .blog-main-container-desk .blog-post-category a {
    font-family: "GroteskPro-SemiBold";
    font-size: 16px;
    color: black;
    opacity: 25;
  }

  .blog-main-container-desk .blog-post-img {
    width: 100%;
    max-width: 200px;
    height: 250px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 12px;
  }

  .blog-main-container-desk .blog-post-category {
    margin-bottom: 10px;
  }

  .blog-main-container-desk .blog-post-category a {
    font-family: "GroteskPro-SemiBold";
    font-size: 16px;
    color: #000000;
    opacity: 0.25;
  }

  .blog-main-container-desk .blog-post-title {
    margin-bottom: 25px;
    max-width: 200px;
  }

  .blog-main-container-desk .blog-post-title a {
    font-family: "GroteskPro-Book";
    font-size: 16px;
    color: #000000;
  }

  .res-row {
    padding-top: 25px;
  }

  .blog-main-container-desk .owl-nav .owl-prev, .blog-main-container-desk .owl-nav .owl-next {
    background-color: #fff;
  }

  .blog-main-container-desk .owl-nav .owl-prev.disabled, .blog-main-container-desk .owl-nav .owl-next.disabled {
    display: none;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-link li a, .dropdown-menu-link li a#modalFitme span {
    font-size: 14px;
  }

  .header-main-section .search-form-container {
    display: none;
    max-width: 210px;
  }

  .header-main-section .search-form-container {
    max-width: 200px;
  }

  .header-main-section .cake-icon-menu .search-icon, .header-main-section .cake-icon-menu .search-form, .header-main-section .cake-icon-menu .account-icon {
    display: inline-block;
  }

  .cake-icon-menu ul {
    margin-top: 0px;
    padding: 0px;
  }

  .header-count-container {
    min-height: 45px;
  }

  .cont-count-down {
    max-width: 270px;
  }

  #promo_hours, #promo_min, #promo_sec {
    font-size: 20px;
  }

  .promo_time div {
    line-height: 28px;
  }

  .promo_time.prom_min {
    max-width: 30.333%;
  }

  .promo_time.prom_sec {
    max-width: 36.333%;
  }

  .header-main-section .cake-menu li {
    padding: 0px 10px;
  }

  .logo-padding {
    padding-left: 15px;
  }

  .logo-container {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 15%;
  }

  .header-main-section .cake-icon-menu li a {
    padding: 0px 15px;
  }

  #srch-carousel .owl-nav button {
    height: 69%;
  }

  .header-main-section .cake-icon-menu li a.fitting-room {
    padding-right: 0px;
  }
}
@media (min-width: 1400px) {
  #srch-carousel .owl-nav button {
    height: 74%;
  }
}
@media (min-width: 1600px) {
  .dropdown .sb-mn-lrn {
    width: 100%;
    max-width: 100%;
  }

  .dropdown .sub-menus.sb-mn-lrn {
    margin-right: -15px;
    margin-left: -15px;
  }

  .lrn-itm-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.container-list {
  max-width: 300px;
  margin: 0px auto;
}

.breadcrumb {
  font-family: "GroteskPro-Bold";
  margin: 0 auto 50px;
  max-width: 920px;
  letter-spacing: 2px;
  font-size: 14px;
}
.breadcrumb a {
  text-decoration: none;
  color: #000000;
}

.fimage {
  text-align: center;
}

.fimage a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.fimage img {
  width: 100%;
  height: auto;
}

/* Pagination */
.pageNavigation {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  color: #777;
  font-family: "Neuzeit";
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-item.active .page-link {
  background-color: #d4b5a1;
  border-color: #d4b5a1;
}

.first a {
  border-radius: 4px 0px 0px 4px;
}

.last a {
  border-radius: 0px 4px 4px 0px;
}

.blogtitle {
  text-align: center;
}

.blogtitle .blog-label {
  font-family: "GroteskPro-BookItalic";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}

.blogtitle .cat-label {
  font-family: "GroteskPro-SemiBold";
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.blog_tagline, .blog_tagline strong {
  font-family: "Quincy-Cf";
  color: #000000;
  font-size: 36px;
  text-align: center;
  max-width: 750px;
  width: 100%;
  font-weight: normal;
  margin: auto;
  line-height: 40px;
}

/* Bootstrap 4 text input with search icon */
.search_container {
  margin-top: 40px;
  width: 100%;
}

.search {
  width: 100%;
  position: relative;
}

.search .form-control, .search .form-control:focus {
  padding-left: 2rem;
  border: 1px solid #000;
  border-radius: 5px;
}
.search .form-control .form-control::placeholder, .search .form-control:focus .form-control::placeholder {
  color: #fff;
}

.search .search_icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  font-size: 20px;
  color: #888;
  font-weight: normal;
  background: url("/themes/cakematernity/assets/img/header/icons/search.svg") no-repeat;
  background-position: center;
}

.search input {
  width: 100%;
}

.blog_item {
  margin-top: 0px;
}
.blog_item .description {
  text-align: center;
  font-family: "Quincy-Cf";
  font-size: 18px;
  color: #000;
  padding: 12px;
}

.description .category {
  font-family: "GroteskPro-Bold";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  padding: 12px 0 6px;
}
.description .title {
  width: 290px;
  margin: auto;
  margin-top: 5px;
  font-family: "Quincy-Cf";
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 0 0;
}
.description .title a {
  text-decoration: none;
}
.description .title a span {
  font-family: "Quincy-Cf";
  font-size: 24px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  line-height: 4px;
}
.description .date_published {
  padding: 0;
}
.description .date_published p {
  font-family: "GroteskPro-Light";
  font-size: 13px;
  margin: 15px 0 40px;
}

.blog_list div {
  padding: 0;
}
.blog_list div .thumbnail {
  margin: 5px 1px;
}

.page_numbers span {
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
  margin-bottom: 0px;
}

.blog_list .pagination_container {
  width: 100%;
  border-top: 1px solid #000;
  min-height: 50px;
  padding: 0;
}
.blog_list .pagination_container .page_numbers {
  width: 150px;
  float: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.blog_list .pagination_container .navigators {
  padding-top: 3px;
  padding-right: 0px;
  float: right;
  text-align: right;
  width: 50px;
  font-size: 18px;
  padding-top: 20px;
}
.blog_list .pagination_container .navigators a {
  text-decoration: none;
  color: #000;
}
.blog_list .pagination_container .navigators .review-btn {
  cursor: pointer;
}
.blog_list .pagination_container .navigators .review-back {
  margin-right: 15px;
}

.categogry_menu {
  margin-top: 30px;
}
.categogry_menu ul {
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.categogry_menu li {
  display: inline-block;
}
.categogry_menu li a {
  text-decoration: none;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.categogry_menu li a.active {
  border-bottom: 1px solid;
}
.categogry_menu li a:hover {
  text-decoration: none;
}

span.headershipping-text {
  color: #000000;
  font-family: "GroteskPro-SemiBold";
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.25px;
  margin: 0;
  text-transform: uppercase;
}

.separator {
  padding: 0px 5px;
}

.header-container .cake-menu ul {
  margin: 0px;
}

#quickMenu .owl-stage {
  margin: 0 auto;
}

#searchDataFetch {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 2;
  overflow-y: auto;
  max-height: 300px;
  width: 100%;
  border: 1px solid;
  border-top: 0;
}
#searchDataFetch a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 7px 10px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#searchDataFetch a:last-child {
  border-bottom: 0;
}

.btm-brdr-ln {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sctn-ttl {
  font-family: "Quincy-Cf";
  font-size: 28px;
  padding: 40px 0px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
}

.blg-mn-cntr {
  margin-top: 114px;
  padding: 0px 20px;
}

.blg-mn-cntr.timer-enabled {
  margin-top: 120px;
}

.blg-mn-cntr .owl-stage {
  padding-left: 15px !important;
}

.dtls .blg-cat,
.cat-item-dtls .blg-cat,
.cat-item-dtls ul.post-categories li {
  margin: 20px 0px 10px 0px;
  text-align: center;
  text-transform: uppercase;
}

.dtls .blg-ttl,
.cat-item-dtls .blg-ttl {
  text-align: center;
  margin: 0px auto;
  max-width: 250px;
}

.dtls .blg-cat a,
.cat-item-dtls .blg-cat a,
.cat-item-dtls ul.post-categories a {
  font-family: "GroteskPro-SemiBold";
  letter-spacing: 2px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.dtls .blg-ttl a,
.cat-item-dtls .blg-ttl a {
  font-family: "Quincy-Cf";
  font-size: 18px;
  color: #000;
  text-decoration: none;
  line-height: 21px;
}

#homeMeetAuthors .author_item {
  margin-bottom: 40px;
}

#homeMeetAuthors .author_card_avatar {
  text-align: center;
}

#homeMeetAuthors img {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  text-align: center;
  display: unset;
}

#homeMeetAuthors .author_card_name {
  text-align: center;
  margin: 10px 0px 10px 0px;
  font-size: 19px;
  font-family: "Quincy-Cf";
}

#homeMeetAuthors .author_item a {
  text-decoration: none;
}

#homeMeetAuthors .author_desc p {
  font-family: "GroteskPro-Light";
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  height: 40px;
  overflow: hidden;
}

#homeMeetAuthors .owl-dots {
  text-align: center;
}

#homeMeetAuthors .rdmr {
  text-align: center;
}

#homeMeetAuthors .rdmr a {
  text-align: center;
  font-family: "GroteskPro-Bold";
  font-size: 11px;
  color: #000000;
}

#homeMeetAuthors .rd-mr-arrw::after {
  content: "→";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
}

.ftrd-cnt .mn-ftrd,
.ftrd-cnt .sb-ftrd {
  margin-bottom: 20px;
}

.ftrd-cnt .dtls {
  text-align: center;
}

.see-all-lnk {
  float: right;
  height: 36px;
  line-height: 40px;
}

.see-all-lnk a {
  font-family: "GroteskPro-SemiBold";
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000;
}

.blg-mn-cntr .owl-stage {
  padding: 0px !important;
}

.author_desc .dsk-desc {
  display: none;
}

.author_desc .mbl-desc {
  display: block;
}

.lfstyl-cnt {
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .blog_tagline {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page_numbers span {
    font-size: 20px;
  }

  .categogry_menu li {
    margin: 0 10px;
  }

  .blog_list div {
    padding: 6px;
  }

  .description .category {
    margin-top: 0;
  }
  .description .date_published p {
    margin-bottom: 10px;
  }
  .description .title {
    width: 100%;
  }
  .description .title a span {
    font-size: 22px;
    line-height: 2.2px;
  }

  .btm-brdr-ln {
    padding-bottom: 80px;
  }

  .sctn-ttl {
    font-size: 45px;
    padding: 60px 0px;
    text-align: left;
  }

  .blg-mn-cntr {
    width: 100%;
    max-width: 1150px;
    margin: 100px auto;
  }

  .dtls .blg-cat,
.cat-item-dtls .blg-cat {
    margin: 20px 0px 7px 0px;
  }

  .dtls .blg-cat a,
.cat-item-dtls .blg-cat a {
    font-size: 12px;
  }

  .dtls .blg-ttl,
.cat-item-dtls .blg-ttl {
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
  }

  .dtls .blg-ttl a,
.cat-item-dtls .blg-ttl a {
    font-size: 20px;
  }

  .ftrd-img {
    max-height: 277px;
    overflow: hidden;
  }

  #homeMeetAuthors .owl-item .author_card_avatar {
    text-align: center;
  }

  #homeMeetAuthors .owl-item img {
    width: 260px;
    height: 260px;
    border-radius: 150px;
  }

  #homeMeetAuthors .owl-item .author_card_name {
    text-align: center;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family: "Quincy-Cf";
  }

  #homeMeetAuthors .owl-item .author_item a {
    text-decoration: none;
  }

  #homeMeetAuthors .owl-item .author_desc p {
    font-family: "GroteskPro-Light";
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
    height: 80px;
    overflow: hidden;
  }

  #homeMeetAuthors .owl-item .rdmr {
    text-align: center;
  }

  #homeMeetAuthors .owl-item .rdmr a {
    text-align: center;
    font-family: "GroteskPro-Bold";
    font-size: 15px;
    color: #000000;
  }

  #homeMeetAuthors .owl-item .rd-mr-arrw::after {
    content: "→";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    display: inline-block;
    padding-left: 5px;
  }

  #homeMeetAuthors .owl-item .author_card_avatar img {
    margin: 0 auto;
  }

  .see-all-lnk {
    float: right;
    padding-top: 18px;
  }

  .see-all-lnk a {
    font-size: 17px;
  }

  .author_desc .mbl-desc {
    display: none;
  }

  .author_desc .dsk-desc {
    display: block;
  }

  .sctn-ttl.category {
    font-size: 45px;
    padding: 60px 0px 50px 0px;
  }

  #bloglist.cat-container {
    padding: 0px;
    width: 100%;
    max-width: 1150px;
    margin: 100px auto;
  }

  .lfstyl-cnt {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .description .title {
    width: 270px;
  }
}
.resource-page {
  font-family: "GroteskPro-Light", Tahoma, Geneva, sans-serif;
  padding: 2px 0 0 0;
  border-radius: initial;
  border: none;
  margin-bottom: 30px;
  max-width: 1020px;
}
.resource-page h1 {
  font-family: "Quincy-Cf" !important;
  font-size: 28px !important;
  text-align: center;
}

.ui-widget.ui-widget-content {
  border: none;
  background: inherit;
}

.header-resource {
  width: 100%;
  padding-top: 160px;
  font-family: "GroteskPro-Light", Tahoma, Geneva, sans-serif;
  padding-left: 0;
  padding-right: 0;
}

.header-resource h1 {
  height: 60px;
  background-color: #3b3838;
  margin: 0;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}

#resourcecentre_tabs ul.ui-tabs-nav {
  background: #595a65;
  padding: 0;
  border: none;
}

#resourcecentre_tabs > div {
  padding: 5px 15px;
}

#resourcecentre_tabs ul.ui-tabs-nav li {
  display: block;
  width: 100%;
  text-align: center;
  background: #decfbd;
  padding: 2px 0;
  vertical-align: 3px;
  margin: 0;
  border: none;
  border-radius: initial;
}

#resourcecentre_tabs ul.ui-tabs-nav li a {
  font-family: "GroteskPro-Bold";
  color: #3b3838;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 16px;
  outline: none;
}

#resourcecentre_tabs ul.ui-tabs-nav li.resourcecentre-selected-tab {
  background: #3b3838;
  font-weight: bold;
}

#resourcecentre_tabs ul.ui-tabs-nav li.resourcecentre-selected-tab a {
  font-weight: bold;
  color: #fff;
}

#rc_faq {
  max-width: 800px;
  margin: 0 auto;
}

.searchBox p {
  text-align: center;
  font-size: 14px;
}

.searchBox #s {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  max-width: 450px;
  height: 40px;
  border: 1px #999999 solid;
  background: #fff;
  padding: 2px;
  border-radius: 0;
}

.searchBox #searchbuttoncontact {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #3b3838;
  color: #fff;
  height: 40px;
  border: none;
  border-radius: 0;
}

.faqContent {
  margin-top: 30px;
}

.faqContent a {
  display: block;
  text-decoration: none;
}

.faqContent img {
  display: block;
  margin: 0 auto;
  height: 60px;
}

.faqContent span {
  font-family: "Quincy-Cf";
  display: block;
  text-align: center;
  margin: 10px auto;
  padding-top: 15px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.faqContent p {
  text-align: center;
  font-family: "GroteskPro-Light";
  font-size: 16px;
  margin-bottom: 10px;
}

.accordionDiv .ui-accordion-header {
  background: none;
  color: #3b3838;
  border: none;
  font-family: "Quincy-Cf";
  padding: 2px 0;
  outline: none;
  margin: 10px 0 20px 0;
  font-size: 24px;
}

.accordionDiv .ui-accordion-header-icon {
  display: none;
}

.accordionDiv .ui-accordion-content {
  border: none;
  padding: 0 10px;
}

div.resource-single-page {
  padding-top: 20px;
}

.back-to-faq {
  text-decoration: none;
  font-size: 17px;
  color: #fa9d60;
  background-color: transparent;
  border: 1px solid #fa9d60;
  width: 100%;
  display: block;
  height: 30px;
  line-height: 28px;
  margin-top: 15px;
  font-family: "GroteskPro-Light", Tahoma, Geneva, sans-serif;
  max-width: 200px;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 5px auto;
  text-transform: uppercase;
}

#featured-bras .col-12 {
  text-align: center;
  margin-top: 30px;
}

#featured-bras a {
  text-decoration: none;
  display: block;
  padding: 15px 5px 0 5px;
  height: 250px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: "Quincy-Cf";
  font-size: 24px;
}

.buy_bras_online_number_separator {
  display: none;
}

/*bra of the month css*/
.bom-lotus-main-container, .bom-bra-feature-container, .bom-benefits-toyou-main-container, .bom-why-we-madeit-container, .bom-fabric-instruc-container {
  font-family: "Neuzeit", Tahoma, Geneva, sans-serif;
}

.background-dirty-white {
  background-color: #f8f7f7;
}

.bom-bra-sub-container, .bom-fabric-instruc-container {
  margin-bottom: 50px;
}

.bom-lotus-main-container .bom-header-text {
  text-align: center;
}

.bom-lotus-main-container .bom-header-text h1 {
  line-height: 1;
  font-size: 35px;
  color: #d4b5a1;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #595a65;
}

.bom-header-sub-text, .bom-header-sub-text p {
  text-align: center;
  font-size: 16px;
  color: #595a65;
}

.bom-lotus-main-container .bom-image-desktop {
  margin-left: auto;
  margin-right: 0px;
}

.bom-lotus-main-container .bom-image-mobile {
  width: 100%;
}

.bom-header-desc-text {
  margin: 0 auto;
  text-align: center;
}

.bom-header-desc-text p, .bom-header-desc-text p a {
  font-size: 18px;
  line-height: 27px;
  color: #595a65;
}

.bom-bra-feature-header, .bom-benefits-toyou-header, .bom-why-we-madeit-header {
  max-width: 480px;
  color: #d4b5a1;
  padding-bottom: 9px;
  border-bottom: 1px solid #595a65;
  font-size: 26px;
  text-align: center;
  margin: 20px auto 0px auto;
}

.bom-bra-feature-image {
  margin-bottom: 25px;
  margin-top: 25px;
}

.bom-bra-number-desc {
  text-align: center;
  padding: 5px 0px 10px 0px;
}

.bom-number {
  color: #d4b5a1;
  font-weight: bold;
  font-size: 16px;
}

.bom-title {
  font-weight: bold;
  color: #595a65;
  font-size: 16px;
}

.bom-desc {
  color: #595a65;
  font-size: 16px;
}

.bom-benefits-toyou-sub-container {
  text-align: center;
  margin-bottom: 50px;
}

.bom-benefits-toyou-header-text {
  margin: 15px 0 10px 0;
  font-size: 18px;
  color: #d4b5a1;
}

.bom-benefits-toyou-desc-text {
  font-size: 16px;
  line-height: 24px;
  color: #595a65;
}

.bom-why-we-madeit-image {
  display: block;
  width: 100%;
  max-width: 480px;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bom-why-we-madeit-sub-container p, .bom-why-we-madeit-sub-container p a {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #595a65;
}

.bom-fabric-instru-header {
  color: #d4b5a1;
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 17px;
}

.bom-fabric-instru-desc {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  color: #595a65;
}

.brown-slash, .brown-slash p {
  color: #d4b5a1;
}

.bom-shop-now-btn {
  margin-bottom: 50px;
  text-align: center;
  margin: 50px auto;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
  height: 30px;
  font-family: "Neuzeit", Tahoma, Geneva, sans-serif !important;
}

.bom-btn-show, .bom-btn-show:hover, .bom-btn-show:focus {
  background-color: transparent;
  border: 1px solid #d4b5a1;
  color: #595a65;
  padding: 5px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.bom-bra-features-mobile {
  width: 100%;
}

.bom-lotus-main-container {
  padding-top: 30px;
}

@media (min-width: 576px) {
  #resourcecentre_tabs ul.ui-tabs-nav {
    background: #fff;
    max-width: 450px;
    margin: 0 auto;
  }

  #resourcecentre_tabs ul.ui-tabs-nav li {
    display: inline;
    max-width: 150px;
  }

  #resourcecentre_tabs ul.ui-tabs-nav li a {
    display: inline;
  }

  .faqContent {
    margin-top: 50px;
  }

  .faqContent p {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .bom-ordering {
    right: 50%;
  }

  .bom-ordering:nth-child(odd) {
    left: 50%;
  }

  .bom-why-we-madeit-image {
    max-width: 480px;
  }

  .bom-bra-feature-header, .bom-benefits-toyou-header, .bom-why-we-madeit-header {
    max-width: 100%;
  }

  .bra-features-subcontainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .bom-benefits-toyou-main-container {
    margin-bottom: 50px;
    margin-top: 25px;
  }

  .bom-bra-sub-container {
    margin-bottom: 0px;
  }

  .bom-lotus-main-container .bom-header-text {
    width: 100%;
    max-width: 260px;
  }

  .bom-header-sub-text, .bom-header-sub-text p {
    width: 100%;
    max-width: 265px;
  }

  .bom-header-desc-text {
    margin-left: 0px;
    width: 100%;
    max-width: 265px;
  }

  .min-size-bra {
    width: 100%;
    max-width: 265px;
    margin-left: 0px;
    margin-top: 25px;
  }

  .bom-lotus-main-container, .bom-bra-feature-container, .bom-benefits-toyou-main-container, .bom-why-we-madeit-container, .bom-fabric-instruc-container {
    max-width: 900px;
  }

  .bom-bra-features-desktop {
    margin-left: auto;
    margin-right: 0px;
  }

  .bom-bra-number-desc {
    text-align: left;
  }
}
.main-link {
  width: 100%;
  font-size: 14px;
  cursor: default;
  font-family: "GroteskPro-Bold";
  color: #fff;
  text-align: left;
  line-height: 21px;
}

.item-link {
  padding: 0px;
  text-align: center;
  margin: 0;
}

.item-link li {
  font-size: 12px;
  list-style: none;
  text-align: left;
  line-height: 24px;
}

.item-link li a {
  border: 0px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.icon-img {
  text-align: center;
  width: 100%;
  margin: 10px 0px;
}

.footer {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.footer-column {
  padding-bottom: 30px;
}

.footer-txt {
  width: 100%;
}

.payments-img {
  width: 100%;
  text-align: center;
}

.footer-background {
  background: #653f51;
  padding-top: 40px;
}

.footer-background a {
  text-decoration: none;
}

.footer-separator {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}

.footer-social-icons {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.footer-social-icons img {
  margin-right: 10px;
}

.footer-trademark-links, .footer-trademark-links a {
  color: #fff;
  font-size: 14px;
}

.col-signmeup-title {
  font-family: "Quincy-Cf";
  font-size: 26px;
  line-height: 30px;
  max-width: 300px;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.col-signmeup-content {
  font-family: "GroteskPro-Light";
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  line-height: 21px;
}

.col-signmeup-input {
  position: relative;
  display: block;
  height: 40px;
}

.col-signmeup-input input[type=text],
.col-signmeup-input input[type=text]:focus {
  font-family: "GroteskPro-SemiBold";
  background: none;
  border: 1px solid #fff;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  outline: none;
  width: 75%;
  float: left;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.col-signmeup-input input[type=text]::placeholder {
  color: #fff;
}

.col-signmeup-button {
  display: block;
  text-align: center;
  height: 30px;
  background: none;
  width: 25%;
  color: #fff;
  font-size: 14px;
  font-family: "GroteskPro-Bold";
  border-top: none;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  line-height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #fff;
  border-left: none;
  padding-right: 15px;
  text-align: right;
}

.col-signmeup-button:hover, .col-signmeup-button:focus {
  color: #fff;
}

.notification-area.error-msg {
  border: 1px solid red;
  padding: 15px;
  margin-bottom: 20px;
}

.footer-background #notificationArea {
  color: #fff;
}

.success-signup-cont {
  display: none;
  max-width: 663px;
  height: auto;
  text-align: left;
  font-family: "GroteskPro-Bold";
  font-size: 14px;
  background: #fff;
  color: #000;
  position: relative;
  padding: 15px;
}

.payments-img img {
  width: 100%;
}

.payments-img img.payment-global {
  max-width: 200px;
}

.trademark-div .footer-trademark-links {
  padding-bottom: 20px;
}

.trademark-div .footer-trademark-links:nth-child(1) {
  text-align: left;
}

.trademark-div .footer-trademark-links:nth-child(2) {
  text-align: right;
}

.footer-copyright {
  background: #fff;
  text-align: center;
}

.footer-copyright p {
  color: #000;
  margin: 10px 0;
  font-family: "GroteskPro-Book";
  line-height: 18px;
}

.join-save-btn {
  background-color: #fff;
  width: 100%;
  max-width: 250px;
  padding: 8px 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.join-save-btn p {
  color: #653f51;
  margin: 0;
  font-family: "GroteskPro-Bold";
  font-size: 15px;
}

@media (min-width: 768px) {
  .footer {
    width: 100%;
    max-width: 950px;
    padding-top: 50px;
    margin: 0 auto;
  }

  .footer-background {
    padding: 50px 40px;
  }

  .footer-separator {
    margin: 20px 0 35px;
  }

  .trademark-div {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
  }

  .col-signmeup-title {
    line-height: 26px;
    max-width: 300px;
    margin: 0 0 10px;
    color: #fff;
  }

  .col-signmeup-content {
    width: 100%;
    max-width: 450px;
  }

  .success-signup-cont {
    font-size: 17px;
  }

  .footer-social-icons {
    padding: 0 15px;
    border-bottom: 0;
    margin-bottom: 0;
  }

  .payments-img img {
    width: 320px;
  }

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

  .payments-img img.payment-global {
    max-width: 162px;
  }

  .trademark-div .footer-trademark-links {
    padding-bottom: 0;
  }

  .trademark-div .footer-trademark-links:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .col-signmeup-title {
    max-width: 100%;
    margin: 0 0 10px;
  }

  .col-signmeup-content {
    font-size: 16px;
  }

  .col-signmeup-title, .col-signmeup-content {
    text-align: left;
  }

  .col-signmeup-container {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .footer-trademark-links, .footer-trademark-links a {
    font-size: 12px;
  }
}
.featured-image {
  max-width: 920px;
  margin: 0 auto;
  min-height: 232px;
}

.featured-image figure {
  margin: 0px;
  text-align: center;
}

.featured-image img {
  margin: 0px;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.featured-image figcaption {
  margin-top: 6.5px;
  margin-bottom: 13px;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

#single-blog {
  text-align: center;
  color: #000;
}
#single-blog .post_container {
  margin-bottom: 50px;
}
#single-blog .avatar {
  border-radius: 50%;
}
#single-blog .category {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#single-blog .single-title {
  font-family: "GroteskPro-SemiBold";
  font-size: 48px;
  text-align: center;
  line-height: 56px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  font-weight: normal;
}
#single-blog .single-author {
  margin-bottom: 0;
  line-height: 12px;
}
#single-blog .single-author a {
  color: #000;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: "GroteskPro-Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}
#single-blog .single-description {
  font-family: "GroteskPro-LightItalic";
  font-size: 12px;
  margin: 0 0 10px;
}
#single-blog .single-date {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "GroteskPro-BookItalic";
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#single-blog .single-content {
  margin: auto;
  max-width: 800px;
  text-align: left;
}
#single-blog .single-content a {
  color: #000;
}
#single-blog .single-content p {
  font-family: "GroteskPro-Light";
  font-size: 22px;
  margin: 0;
  line-height: 36px;
  margin-bottom: 20px;
}
#single-blog .single-content p strong {
  font-family: "GroteskPro-SemiBold";
  font-size: 22px;
}
#single-blog .single-content p em {
  font-size: 22px;
  line-height: 36px;
}
#single-blog .single-content p span {
  font-size: 22px;
  margin: 0;
  line-height: 36px;
  margin-bottom: 20px;
}
#single-blog .single-content figure {
  text-align: center;
}
#single-blog .single-content iframe {
  max-width: 600px;
  width: 100%;
}
#single-blog .single-content h2, #single-blog .single-content h3 {
  text-align: left;
  font-size: 34px;
  letter-spacing: 0px;
  font-family: "GroteskPro-SemiBold";
  line-height: 1.2;
}
#single-blog .single-content h3 {
  font-size: 28px;
}
#single-blog .single-content h2 {
  margin-top: 30px;
}
#single-blog .single-content ul {
  padding-left: 25px;
}
#single-blog .single-content li {
  font-family: "GroteskPro-Light";
  font-size: 22px;
  line-height: 36px;
}
#single-blog .single-content li strong {
  font-family: "GroteskPro-SemiBold";
  font-size: 22px;
  line-height: 36px;
}
#single-blog blockquote p {
  font-family: "Quincy-Cf" !important;
  font-size: 28px !important;
  text-align: center;
  margin: auto;
}
#single-blog .share_title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#single-blog .full img {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
#single-blog .wp-block-image figcaption {
  text-align: center;
}
#single-blog .wp-block-image figcaption em {
  font-family: "GroteskPro-Bold";
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.related_blog_post_list .related_blog_post_list_category {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "GroteskPro-Bold";
  font-size: 12px;
  text-transform: uppercase;
}
.related_blog_post_list h2 {
  font-size: 36px;
  width: 100%;
  font-family: "Quincy-Cf";
  letter-spacing: 0px;
  font-weight: normal;
}
.related_blog_post_list p {
  font-size: 36px;
  width: 100%;
  font-family: "Quincy-Cf";
  letter-spacing: 0px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.wp-block-table table, .wp-block-table th, .wp-block-table td {
  text-align: left;
  border: 1px solid;
  font-family: "GroteskPro-Light";
  font-size: 22px;
  line-height: 36px;
}
.wp-block-table td strong {
  font-size: 22px;
  line-height: 36px;
}

.wp-block-table td, .wp-block-table th {
  padding: 8px;
  border: 1px solid;
  word-break: normal;
}

.black-table-column tr:nth-child(1) td, .black-table-column tr:nth-child(1) td strong {
  background: black;
  color: #fff;
}
.black-table-column tr td:nth-child(1) {
  background: black;
  color: #fff;
}

.black-table-headline tr:nth-child(1) td, .black-table-headline tr:nth-child(1) td strong,
.wp-block-table tr:nth-child(1) td,
.wp-block-table tr:nth-child(1) td strong {
  background: black;
  color: #fff;
}

.toc-subtopics {
  text-align: left;
  max-width: 900px !important;
  width: 100% !important;
  margin: auto;
}

.toc-subtopics p {
  font-family: "GroteskPro-Bold";
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.toc-subtopics p.see-more {
  border-bottom: 1px solid #000;
  width: max-content;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 40px;
}

.toc-subtopics ul {
  padding-left: 15px;
}

.toc-subtopics li a {
  font-family: "GroteskPro-SemiBold";
  color: #000;
  text-decoration: none;
}

.toc-subtopics li.display-none {
  display: none;
}

.hr-helpful {
  max-width: 900px;
}

.helpful-qstn {
  font-family: "GroteskPro-SemiBold";
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.helpful-buttons {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.helpful-buttons .btn-oval {
  height: 30px;
  width: 70px;
  border-radius: 20px;
  font-family: "GroteskPro-Bold";
}

.helpful-buttons .btn-oval {
  cursor: pointer;
}

.btn-bg-white {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-bg-white:hover, .btn-bg-white:active {
  background: #000;
  color: #fff;
}

.ty-msg {
  text-align: center;
  font-family: "GroteskPro-SemiBold";
  font-size: 21px;
  display: none;
}

@media (min-width: 768px) {
  .rstories {
    display: block;
  }

  #single-blog .indiv-content h2,
#single-blog .indiv-content h3,
#single-blog .indiv-content h4 {
    font-size: 26px;
  }

  .sc-single-title {
    font-size: 32px;
    line-height: 45px;
    min-height: 45px;
    display: inline-block;
  }

  #single-blog .indiv-content p {
    font-size: 20px;
  }

  .sidebar {
    display: none;
  }

  .rstories {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .borderline img {
    width: 100%;
  }

  .featured-image {
    min-height: 590px;
  }

  .toc-subtopics p.see-more {
    float: right;
    margin-top: 0;
  }

  .helpful-qstn, .ty-msg {
    text-align: left;
  }

  .helpful-buttons {
    justify-content: start;
  }

  #single-blog .share_title, #st-1.sharethis-inline-share-buttons {
    margin-top: 0;
    text-align: right;
  }
}
#st-1 .st-btn {
  background-color: #000 !important;
}

@media (min-width: 992px) {
  .sidebar {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .rstories {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .featured-image {
    min-height: 736px;
  }
}
#author_container.blog-container {
  padding: 110px 30px 80px;
}

#author_container.blog-container.headcount-banner-container {
  padding: 162px 30px 80px;
}

#author_container .author_name {
  font-family: "Quincy-Cf";
  color: #000000;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  max-width: 550px;
  margin: auto auto 20px;
  font-weight: normal;
}
#author_container .author_description {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0000001a;
}
#author_container .author_description p {
  text-align: center;
  font-family: "GroteskPro-Book";
  font-size: 21px;
  line-height: 29px;
  max-width: 630px;
  margin: 0 auto;
}
#author_container .author_description a {
  color: #000;
}
#author_container .author_description strong {
  font-family: "GroteskPro-Bold";
}
#author_container .author_description .author-short-description {
  font-family: "Quincy-Cf-Italic";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
#author_container .blogtitle {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0000001a;
}
#author_container .description .category {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 11px;
  font-family: "GroteskPro-SemiBold";
}
#author_container .description .title {
  display: inline;
  padding: 0;
}
#author_container .description .title a span {
  font-size: 21px;
  line-height: 24px;
  text-transform: none;
}
#author_container .breadcrumb {
  margin: 28px auto;
}
#author_container .breadcrumb a {
  letter-spacing: 0;
}
#author_container .return-blog {
  display: flex;
  align-items: center;
}
#author_container .return-blog svg {
  width: 24px;
  height: 24px;
}
#author_container .fimage {
  margin-bottom: 15px;
}
#author_container .blog_item {
  margin-bottom: 25px;
}
#author_container .blog_item .description {
  padding: 0;
}
#author_container .show-more-article {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-family: "GroteskPro-Bold";
  letter-spacing: 2px;
}

.author_avatar {
  margin-top: 0;
  text-align: center;
  margin-bottom: 40px;
}
.author_avatar .avatar {
  border-radius: 50%;
  max-width: 185px;
}

.author_card {
  text-align: center;
}
.author_card a {
  text-decoration: none;
  color: #000;
}
.author_card .author_card_avatar img {
  border-radius: 50%;
}
.author_card .author_card_name {
  margin-top: 10px;
  font-family: "Quincy-Cf" !important;
  font-size: 20px !important;
}
.author_card .author_card_description {
  margin-top: 10px;
  text-align: center;
  font-family: "GroteskPro-Light";
  font-size: 14px;
}

.social_buttons {
  text-align: center;
}
.social_buttons .social_btn {
  background-color: #000;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
.social_buttons .social_btn img {
  height: 20px;
  width: 20px;
  position: relative;
  top: 9px;
  vertical-align: top;
}

#meetAuthors a {
  text-decoration: none;
}
#meetAuthors .author_card_name {
  font-size: 20px;
  font-family: "Quincy-Cf";
  text-align: center;
  margin-bottom: 10px;
}
#meetAuthors .author_card_description {
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  font-family: "GroteskPro-Light";
}
#meetAuthors .owl-item img {
  margin: 0 auto 25px;
  width: 300px;
  border-radius: 150px;
}
#meetAuthors .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.author-section .row, .author-post .row {
  margin-left: -30px;
  margin-right: -30px;
}
.author-section h2, .author-post h2 {
  font-size: 36px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 40px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media (min-width: 768px) {
  .author-section .row, .author-post .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .author-section h2, .author-post h2 {
    margin-bottom: 80px;
  }

  #author_container.blog-container {
    padding: 140px 30px 80px;
  }

  #author_container.blog-container.headcount-banner-container {
    padding: 169px 30px 80px;
  }

  #author_container .breadcrumb {
    margin: 80px auto;
  }
  #author_container .author_avatar .avatar {
    max-width: 650px;
  }
  #author_container .author_avatar {
    margin-bottom: 80px;
  }
  #author_container .author_name {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #author_container .blogtitle {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  #author_container .blogtitle .cat-label {
    font-size: 18px;
    letter-spacing: 4px;
  }
  #author_container .author_description {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  #author_container .author_description .author-short-description {
    font-size: 43px;
    line-height: 49px;
    margin-bottom: 50px;
  }
  #author_container .author_description p {
    font-size: 28px;
    line-height: 43px;
  }
  #author_container .fimage {
    margin-bottom: 25px;
  }
  #author_container .description .category {
    font-size: 14px;
  }
  #author_container .description .title a span {
    font-size: 28px;
    line-height: 31px;
  }
  #author_container .blog_item {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #author_container.blog-container.headcount-banner-container {
    padding: 178px 30px 80px;
  }
}
@media (min-width: 1200px) {
  #author_container.blog-container.headcount-banner-container {
    padding: 186px 30px 80px;
  }
}

/*# sourceMappingURL=main.css.map */
