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

body, h1, h2, h3, h4, h5, h6, h1, p {
  color: #000;
  font-family: "Helvetica", sans-serif;
}

h1 {
  padding: 10px 0px 20px;
  margin: 0px;
}

h2 {
  padding: 10px 0px 15px;
  margin: 0px;
}

h3, h4, h5, h6 {
  padding: 10px 0px 13px;
  margin: 0px;
}

ul li {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  margin: 5px;
  list-style-type: circle;
}

@font-face {
  font-family: "HKGroteskPro-Light";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Light.woff2");
}
@font-face {
  font-family: "HKGroteskPro-SemiBold";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-SemiBold.woff2");
}
@font-face {
  font-family: "HKGroteskPro-Regular";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Regular.ttf");
}
@font-face {
  font-family: "HKGroteskPro-Bold";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Bold.woff2");
}
@font-face {
  font-family: "HKGroteskPro-Book";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Book.woff2");
}
@font-face {
  font-family: "HKGroteskPro-BookItalic";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-BookItalic.woff2");
}
@font-face {
  font-family: "HKGothic-Bold";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Bold.ttf");
}
@font-face {
  font-family: "HKGothic-SemiBold";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-SemiBold.woff2");
}
@font-face {
  font-family: "HKGroteskPro-Medium";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-Medium.ttf");
}
@font-face {
  font-family: "HKGothic-Medium";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Medium.woff2");
}
@font-face {
  font-family: "Gothic-black";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-Black.woff2");
}
@font-face {
  font-family: "Gothic-BoldItalic";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGothic-BoldItalic.ttf");
}
@font-face {
  font-family: "Grotesk-BoldItalic";
  src: url("https://assets.sugarcandybra.com/themes/sugarcandybra/assets/css/fonts/HKGroteskPro-BoldItalic.ttf");
}
body {
  background: #fff;
  font-family: "HKGroteskPro-Regular";
}

p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0px 0px 15px;
}

.sc-link {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

.sc-link-black:link,
.sc-link-black:visited,
.sc-link-black:focus {
  color: #000;
}

.sc-link-white:link,
.sc-link-white:visited,
.sc-link-white:focus {
  color: #fff;
}

.sc-btn {
  padding: 0px 20px;
  border: 0 none;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0px;
  text-decoration: none;
  transition: background-color 1s ease, border 1s ease, color 1s ease;
  display: inline-block;
}

.sc-btn-black {
  height: 35px;
  background-color: transparent;
  border: 1px solid #000;
  line-height: 35px;
  color: #000;
}

.sc-btn-black:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

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

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

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

.margin-top15 {
  margin-top: 15px;
}

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

.img-responsive {
  width: 100%;
}

.display-none {
  display: none;
}

.dsk-menu {
  display: none;
}

.icon-links {
  display: none;
}

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

#header .row {
  margin: 0px;
}

.mobile-close-cart {
  float: right;
}

.mobile-close-cart img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.burger-menu {
  float: left;
}

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

.mob-close-icon-img {
  display: none;
}

.mobile-close-cart .mob-close-icon-img img {
  width: 15px;
  height: auto;
}

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

#sidebar .mob-cat-cont {
  padding-top: 50px;
  width: 350px;
  margin: 0 auto;
  text-align: center;
}

#sidebar .mob-cat-cont .item-img {
  text-align: center;
  position: relative;
}

#sidebar .mob-cat-cont .item-img img {
  width: 100%;
}

#sidebar .mob-cat-cont .cat-label {
  position: absolute;
  top: 45%;
  left: 28%;
  display: block;
  width: 160px;
  margin: 0 auto;
  text-decoration: none;
  padding: 5px 10px;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  font-family: "HKGroteskPro-Bold";
  line-height: 22px;
}

.sc-wp-header {
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  position: fixed;
}

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

#sidebar .mobile-menu-links {
  margin-bottom: 100px;
}

#sidebar .mobile-menu-links ul {
  list-style: none;
  padding-left: 0;
}

#sidebar .mobile-menu-links li {
  text-align: center;
  margin-bottom: 20px;
  line-height: 21px;
}

#sidebar .mobile-menu-links a {
  color: #fff;
  font-family: "HKGroteskPro-Bold";
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

#sidebar .search-form .search-input {
  width: 350px;
  background: #fff;
  outline: none;
  border: #000 solid 1px;
  margin: 0 auto;
}

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

.sidebar-content {
  color: #000;
  padding: 30px 15px;
}

#header .cat-menu {
  margin-bottom: 0px;
  padding-left: 0;
}

.collapsable-menu .menu-shop-main {
  border-top: 1px solid #e5e5e5;
  position: relative;
  min-height: 60px;
  line-height: 60px;
  list-style: none;
  margin: 0;
}

.collapsable-menu .menu-shop-main:nth-last-child(1) {
  border-bottom: 1px solid #e5e5e5;
}

#header .menu-shop-main span,
#header .menu-shop-main span a {
  text-decoration: none;
  color: #000;
  font-family: "HkGothic-semibold";
  font-size: 20px;
  display: block;
  cursor: pointer;
}

.collapsable-menu .menu-shop-main .plus-minus-icon {
  background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/header/icons/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: 60px;
  width: 15px;
  margin-right: 5px;
}

.collapsable-menu .menu-shop-main .plus-minus-icon.minus {
  background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/header/icons/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#header .menu-shop-main a {
  text-decoration: none;
  color: #000;
}

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

#header .cat-sub-menu.open {
  margin-top: 20px;
}

#header .sidebar-content .menu-shop-main .sub-menu {
  font-family: "HKGroteskPro-Bold";
  line-height: 29px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}

#header .sidebar-content .menu-shop-main ul {
  padding-left: 0;
}

#header .sidebar-content .menu-shop-main li {
  font-family: "HkGroteskPro-Book";
  line-height: 28px;
  font-size: 16px;
  list-style: none;
  margin: 0;
}

ul.addtl-menu {
  margin-top: 10px;
  padding-left: 0;
}

.hd-strip-banner .sc-blog-header {
  margin-top: 120px;
}

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

.sc-wp-header .strip-ban-background {
  width: 100%;
}

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

.nav-search .srch-icon {
  display: inline-block;
}

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

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

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

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

.p-0 {
  padding: 0;
}

/* START.Search Form */
.srch-cont-res {
  height: 1000px;
  overflow: scroll;
  padding: 0 15px;
  background: #fff;
  display: none;
  width: 100%;
  z-index: 2;
}

#header .srch-cont-res .row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.srch-sub-cont input[type=text]::placeholder {
  color: #808080;
}

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

.result-scroll-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
  max-height: 500px;
}

.res-row .top-searches {
  padding-top: 25px;
}

.res-row .srch-lbl {
  color: #000;
  margin-bottom: 6px;
  font-family: "HKGroteskPro-SemiBold";
  font-size: 14px;
  text-align: left;
}

.srch-cont-res .top-searches ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.srch-cont-res .top-searches li {
  line-height: 22px;
  list-style: none;
  margin: 0;
}

#header .res-row .top-searches li a {
  color: #808080;
  font-family: "HKGroteskPro-Book";
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
}

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

.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: "HKGroteskPro-SemiBold";
  font-size: 14px;
}

.res-cnt-lbl {
  display: none;
  font-family: "HKGroteskPro-Book";
  color: gray;
  font-size: 12px;
}

.res-cnt-lbl span {
  font-family: "HKGroteskPro-Book";
  color: gray;
  font-size: 12px;
}

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

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

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

#srch-carousel .individual-product .pl-name-with {
  font-family: "HKGothic-SemiBold";
  line-height: 14px;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#srch-carousel .individual-product .pl-name-with a,
#srch-carousel .individual-product .pl-name-with a:hover,
#srch-carousel .individual-product .pl-name-with a:active,
#srch-carousel .individual-product .pl-name-with a:focus {
  color: #000;
  text-decoration: none;
}

#srch-carousel .cat-price span {
  font-size: 14px;
  color: #000;
  font-family: "HKGroteskPro-SemiBold";
}

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

.mbl-vw-all-res {
  margin: 30px 0 50px 0;
  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%;
  border: 0.9px solid #000;
  font-family: "HKGroteskPro-Bold";
}

.mbl-vw-all-res a {
  color: #000;
}

.nav-search.mbl-srch {
  padding-left: 15px;
}

#srch-carousel .owl-nav {
  display: block;
}

#srch-carousel .owl-nav.disabled {
  display: none;
}

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

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

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

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

#header .vw-all-res a,
#header .vw-all-res a:hover,
#header .vw-all-res a:active {
  color: #000;
  text-decoration: none;
}

/* END.Search Form */
.headershipping-container {
  background-color: #004227;
  height: 50px;
  overflow: hidden;
}

.header-separator {
  border-bottom: 1px solid #e5e5e5;
}

.headershipping-text,
.headershipping-text p,
.headershipping-text span {
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: "HkGroteskPro-SemiBold";
  font-size: 16px;
  text-transform: none;
  line-height: 20px;
}

.headershipping-container .headershipping-content {
  display: table;
  width: 100%;
  min-height: 50px;
}

.headershipping-container .headershipping-alignment {
  display: table-cell;
  vertical-align: middle;
}

.headershipping-container .headershipping-alignment a {
  text-decoration: none;
}

.headershipping-text p a {
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

.fit-menu-link {
  background-color: #0f0f0f;
  border-radius: 20px;
  padding: 2px 10px;
}

#header .fit-menu-link a,
#header .fit-menu-link a:hover {
  color: #fff;
}

#header .dropdown {
  display: none;
  padding: 40px 30px;
}

#header .dropdown .sub-menus .row {
  margin-left: -15px;
  margin-right: -15px;
}

#header .sub-menus .cat-menu li.margin-top15 {
  margin-top: 15px;
}

.promotile-link-container {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 24px;
}

.promotile-link {
  font-size: 14px;
  font-family: "HkGroteskPro-Book";
  color: #000;
  text-decoration: none;
}

.header-menu-text {
  font-family: "HkGroteskPro-Book";
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.header-menu-link {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.header-menu-link a {
  font-family: "HkGroteskPro-Bold";
  font-size: 14px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

.menu-carousel-container {
  min-height: 280px;
}

#dropblog .owl-item {
  overflow: hidden;
  border: 1px solid #000;
  min-height: 280px;
  max-height: 100%;
}

.col-blog-img {
  max-width: 45%;
  flex: 0 0 45%;
}

.col-blog-content {
  max-width: 55%;
  flex: 0 0 55%;
}

#dropblog .owl-carousel .owl-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.menu-blog-container {
  padding: 20px;
  position: relative;
  height: 100%;
}

.menu-blog-category {
  font-family: "Gothic-black";
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 16px;
  background: #9ca3db;
  display: inline-block;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-blog-title {
  font-family: "HKGothic-SemiBold";
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.menu-blog-author {
  font-family: "HkGroteskPro-Bold";
  font-size: 11px;
  color: #000;
  opacity: 0.4;
  bottom: 0;
  position: absolute;
}

#header a.menu-blog-link,
#header a.menu-blog-link:active,
#header a.menu-blog-link:focus {
  text-decoration: none;
}

#menuBlogSettings.owl-carousel .owl-nav {
  text-align: right;
  margin-top: 20px;
}

#menuBlogSettings.owl-carousel .owl-nav button.owl-prev, #menuBlogSettings.owl-carousel .owl-nav button.owl-next {
  width: 40px;
}

.header-menu-text-title {
  font-family: "Grotesk-BoldItalic";
  text-align: left;
}

#header .dropdown.dropdown-blog {
  display: block;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.need-assist-cont {
  background-color: #053c29;
  padding: 30px 15px 150px 15px;
  width: 100%;
}

.need-assist-cont p {
  text-align: left;
}

.need-assist-cont p.label {
  font-family: "HkGroteskPro-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.need-assist-cont p.desc {
  color: #fff;
  font-family: "HkGothic-semibold";
  font-size: 20px;
  line-height: 32px;
}

#header .need-assist-cont .contact-us a {
  color: #fff;
  font-family: "HkGroteskPro-Book";
  font-size: 16px;
  margin: 0 10px;
  text-decoration: none;
}

.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 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-family: "GroteskPro-Bold";
  cursor: pointer;
}

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

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

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

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

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

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

.blog-main-container-mobile .blog-post-title a {
  font-family: "HKGroteskPro-Book";
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

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

.res-row .prod-res {
  padding-top: 25px;
}

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

.search-container {
  margin-top: 150px;
}

.search-row {
  margin-left: 15px;
  margin-right: 15px;
}

.headershipping-container.us-heading {
  background-color: #004227;
}

@media (min-width: 768px) {
  .mobile-close-cart {
    text-align: right;
  }
  .hd-strip-banner .sc-blog-header {
    margin-top: 120px;
  }
  .vw-all-res a {
    font-family: "HKGroteskPro-SemiBold";
  }
  .srch-cont-res {
    height: auto;
    padding: 0 30px 20px;
  }
  .result-scroll-container {
    height: auto;
    max-height: 100%;
    overflow: hidden;
  }
  .srch-cont-res {
    height: auto;
    overflow: auto;
  }
  #srch-carousel .owl-nav button {
    height: 63%;
  }
  .header-padding-left {
    padding-left: 30px;
  }
  .header-padding-right {
    padding-right: 30px;
  }
  .sidebar-container {
    width: 368px;
  }
  .cont-count-down {
    max-width: 179px;
  }
  .promo_time div {
    line-height: 11px;
  }
  .header-count-container {
    min-height: 30px;
  }
  .mobile-side {
    max-width: 368px;
  }
  .blog-post-holder {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    height: 400px;
  }
  .blog-main-container-desk .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 150px;
    left: 0px;
  }
  .blog-main-container-desk .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    bottom: 150px;
    right: 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-prev.disabled,
  .blog-main-container-desk .owl-nav .owl-next.disabled {
    opacity: 0.2;
  }
  .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-title {
    margin-bottom: 25px;
    max-width: 200px;
  }
  .blog-main-container-desk .blog-post-category {
    margin-bottom: 10px;
  }
  .blog-main-container-desk .blog-post-category a {
    font-family: "HKGroteskPro-SemiBold";
    font-size: 16px;
    color: #000000;
    opacity: 0.25;
    text-decoration: none;
  }
  .blog-main-container-desk .blog-post-title a {
    font-family: "HKGroteskPro-Book";
    font-size: 16px;
    color: #000000;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .sc-wp-header {
    position: relative;
    width: 100%;
    margin: 0px;
    position: fixed;
  }
  .hd-strip-banner .sc-blog-header {
    margin-top: 120px;
  }
  #sidebar {
    display: none;
  }
  .dsk-menu {
    display: block;
  }
  .icon-links {
    display: block;
  }
  .mobile-cart {
    display: none;
  }
  .burger-menu {
    display: none;
  }
  #header ul.text-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
    height: 70px;
  }
  #header ul.icon-links {
    list-style: none;
    padding-left: 0;
    text-align: right;
    margin: 0;
  }
  #header ul.text-links > li {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: "HKGroteskPro-SemiBold";
    padding-right: 14px;
    margin: 0;
  }
  #header ul.icon-links > li {
    display: inline-block;
    padding-left: 26px;
    cursor: pointer;
    margin: 0;
  }
  #header ul > li a {
    text-decoration: none;
    color: #000;
  }
  #header ul > li a:hover {
    text-decoration: none;
    color: #808080;
  }
  #header ul li.search-form-container {
    float: right;
    margin-top: -6px;
  }
  #header .search-form-container .search-input {
    max-width: 200px;
    background: transparent;
    outline: none;
    display: none;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: #000 solid 1px;
    padding: 10px 15px;
    right: 0px;
  }
  #header .search-form {
    display: inline-block;
    float: right;
    max-width: 200px;
    width: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
  }
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    display: none;
  }
  .mobile-close-cart {
    display: none;
  }
  #header .dsk-srch.nav-search {
    display: inline-block;
  }
  .nav-search.mbl-srch {
    display: none;
  }
  #srch-carousel .owl-nav button {
    height: 65%;
  }
  .dropdown#dropshop {
    width: 100%;
    padding: 40px;
    height: 100%;
    z-index: 2;
  }
  .header-menu-title {
    font-family: "Gothic-BoldItalic";
    font-size: 30px;
    margin-bottom: 36px;
    line-height: 20px;
  }
  #header .cat-menu {
    margin-bottom: 0;
    margin-top: 0;
  }
  #header .sub-menus .cat-menu li {
    line-height: 25px;
    list-style: none;
    margin: 0;
  }
  #header .sub-menus .cat-menu a, #header .sub-menus .cat-menu p {
    color: #000;
    font-size: 14px;
    font-family: "HKGroteskPro-bold";
    text-align: left;
    margin-bottom: 0;
  }
  #header .sub-menus .cat-sub-menu a {
    color: #000;
    font-family: "HkGroteskPro-book";
    font-size: 14px;
  }
  #header ul {
    padding-left: 0;
  }
  #header .cat-sub-menu {
    height: 100%;
  }
  .cont-count-down {
    max-width: 239px;
  }
  .promo_time div {
    line-height: 19px;
  }
  .promo_time.prom_sec {
    max-width: 28.333%;
  }
}
@media (min-width: 1200px) {
  .hd-strip-banner .sc-blog-header {
    margin-top: 120px;
  }
  #srch-carousel .owl-nav button {
    height: 72%;
  }
  .header-padding-left {
    padding-left: 40px;
  }
  .header-padding-right {
    padding-right: 40px;
  }
  .srch-cont-res {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header ul.text-links > li {
    padding-right: 20px;
  }
  #header .dropdown {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-count-container {
    min-height: 45px;
  }
  .cont-count-down {
    max-width: 280px;
  }
  #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%;
  }
}
@media (max-width: 375px) {
  #header .mob-cat-cont {
    width: 320px;
  }
}
@media (min-width: 1400px) {
  #srch-carousel .owl-nav button {
    height: 80%;
  }
}
.sc-blog-container {
  margin-top: 34px;
}

.indiv-container {
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 34px;
}

.blog-excerpt {
  overflow: hidden;
  padding: 0 0 0 0;
  color: #000000;
  margin-top: 20px;
}

.blog-excerpt p {
  font-family: "HKGroteskPro-Book";
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.35;
}

.blog-excerpt p:empty, .blog-excerpt h2, .blog-excerpt p:nth-child(3) {
  display: none;
}

.blog-title a {
  font-size: 18px;
  font-family: "HKGothic-SemiBold";
  text-align: center;
  height: 70px;
  margin: 0;
  text-decoration: none;
  color: black;
  line-height: 1.35;
}

.sc-apricotoutline-button {
  background-color: transparent;
  border: 1px solid #fa9d60;
  text-align: center;
  color: #fa9d60;
  padding: 5px;
  cursor: pointer;
  max-width: 140px;
  height: 35px;
  margin: 0px auto;
}

.sc-apricotoutline-button a {
  font-family: "HKGroteskPro-SemiBold";
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
}

.sc-hd-search .blog-search-style {
  font-size: 14px;
  height: 34px;
}

.blog-shoplink {
  font-weight: bold;
}

a.blog-shoplink:hover {
  text-decoration: none;
  color: #595a65;
}

.pagination {
  margin: -20px 0 0 0;
}

.pagination img {
  width: 10px;
  margin: 0 3px;
}

.clearfix {
  margin: 0;
  text-align: right;
}

.clearfix > li {
  display: inline;
}

.sc-blog-hcontent {
  display: table-cell;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-family: "HKGothic-Bold";
  font-size: 40px;
}

.sc-blog-search {
  padding: 40px 0 50px;
}

.sc-blog-inputsearch {
  background: url(/wp-content/themes/caketheme/images/blog/home/sugarcandy-icon-search.png) no-repeat;
  background-position: 10px;
  background-size: 25px 25px;
  background-color: #ffffff;
  border: 1px #151515 solid;
  font-family: "HKGroteskPro-Book";
  font-size: 16px;
  color: #000106;
  outline: 0;
  line-height: 35px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 50px;
  width: 100%;
  height: 40px;
}

.sc-blog-title {
  font-family: "HKGothic-SemiBold";
  font-size: 29px;
  text-align: center;
  line-height: normal;
  margin-bottom: 50px;
}

.sc-blog-datepublish, .sc-blog-datepublish p {
  font-family: "HKGroteskPro-SemiBold";
  font-size: 13px;
}

.sc-blog-pagination {
  width: 100%;
  border-top: 1px solid;
  margin: 80px 0px 100px 0px;
}

.sc-blog-pagination p {
  font-family: "HKGothic-Medium";
  font-size: 20px;
  vertical-align: middle;
  margin: 13px 0 0;
  text-align: left;
}

.d-blg-ttl {
  font-family: "Gothic-black";
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 24px;
}

.d-blg-sb-ttl {
  font-family: "Gothic-black";
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.d-blg-sb-txt {
  font-family: "HKGroteskPro-Medium";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 34px;
}

.h1-blog-title {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tag-blog {
  text-align: left;
  background: #9ca3db;
  display: inline-block;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
  font-family: "Gothic-black";
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag-blog a {
  font-family: "Gothic-black";
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}

.dtls-cntr {
  padding: 20px;
}

.dtls-cntr .blg-ttl a {
  font-family: "HKGothic-SemiBold";
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
}

.dtls-cntr .blg-ttl {
  text-align: left;
}

.ftrd-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.athr-cont {
  position: absolute;
  bottom: 0;
}

.athr-cont p {
  font-family: "HKGroteskPro-Bold";
  font-size: 11px;
  color: #000;
  opacity: 0.4;
}

.fltr-itm span a {
  font-family: "Gothic-black";
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.fltr-itm:hover span a {
  color: #fff;
}

.fltr-itm {
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  height: 30px;
  line-height: 25px;
}

.fltr-itm:hover {
  border: 1px solid #000000;
  background: #000;
}

.fltr-itm.active {
  background-color: #bda8f7;
}

#blogFilter .owl-stage {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pagination img {
    margin: 0 10px;
  }
  .indiv-container {
    margin-bottom: 40px;
  }
  .ovr-pdng {
    padding: 0px 20px;
  }
  .sc-blog-container {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sc-blog-container-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
  .d-blg-sb-ttl {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .d-blg-ttl {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .d-blg-sb-txt {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .sc-blog-hcontent {
    font-size: 85px;
    height: 455px;
    background: #1e1e1e;
  }
}
@media (min-width: 1200px) {
  .sc-blog-datepublish, .sc-blog-datepublish p {
    font-size: 14px;
  }
  .blog-title a {
    font-family: "HKGothic-Bold";
  }
  .sc-blog-title {
    font-size: 44px;
    margin: 90px 0;
    padding: 0 30px;
  }
  .sc-blog-search {
    padding: 100px 0 0;
  }
  .sc-blog-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Footer Block */
#footer {
  padding: 0;
  margin-top: 90px;
  text-align: center;
}

#footer .footer-bottom .container .row div {
  margin: 7px 0;
}

#footer .menu, #footer .menu > ul > li {
  display: inline-block;
  width: 100%;
}

#footer .menu {
  line-height: 50px;
  padding: 0;
}

#footer .footer-container .menu li a {
  text-transform: uppercase;
  padding: 0px 15px;
  color: #fff;
  font-family: "Grotesk-bold";
}

.footer-container {
  margin: 0;
  padding: 0;
}

.footer-top {
  background-color: #0f0f0f;
  padding-bottom: 30px;
}

.footer-bottom {
  padding: 20px 15px;
}

.footer-bottom p {
  font-size: 12px;
  font-family: "Grotesk-med";
  margin: 0px;
}

.footer-bottom p a {
  color: #000;
  font-family: "Grotesk-med";
}

.footer-bottom .container {
  vertical-align: middle;
}

.footer-copyright {
  color: #000;
  font-family: "HKGroteskPro-Book";
  margin: 10px 0;
  font-size: 12px;
}

#footer, #main .page-footer {
  margin: 0;
}

.footer-container {
  box-shadow: none;
}

#footer .main-template {
  margin-bottom: 0;
}

.footer-border-separator {
  border-bottom: 1px solid #fff2c4;
  margin: 20px 0;
}

.footer-payment-img-2 {
  max-width: 162px;
}

.footer-payment-img {
  width: 100%;
  height: 30px;
  float: left;
}

.trade-marks-section span,
.trade-marks-section a,
.trade-marks-section a:hover,
.trade-marks-section a:active,
.trade-marks-content {
  color: #fff;
  font-family: "HKGroteskPro-Book";
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  line-height: 20px;
}

.trade-marks-section {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-links p {
  font-family: "HKGroteskPro-Bold";
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  line-height: 21px;
}

.footer-links li {
  line-height: 21px;
  text-align: left;
  margin: 0;
  list-style: none;
}

.footer-links ul a {
  color: #fff;
  font-family: "HKGroteskPro-Book";
  font-size: 14px;
  text-decoration: none;
}

.footer-links {
  padding-top: 15px;
}

.footer-links ul {
  margin-top: 35px;
  margin-bottom: 30px;
}

.footer-links ul.margin-top0 {
  margin-top: 0;
}

.footer-socials {
  margin-top: 15px;
  text-align: left;
}

.footer-socials a {
  display: inline-block;
  margin-right: 10px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sc-blog-pagination .disabled a {
  cursor: not-allowed;
  opacity: 0.6;
}

@media (min-width: 768px) {
  #footer {
    padding: 0;
    margin-top: 90px;
  }
  #footer .footer-top .container .row {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .footer-bottom .container .row div {
    margin: 0;
  }
  #footer .menu, #footer .menu > ul > li {
    display: inline-block;
    width: auto;
  }
  #footer .menu, #footer .menu {
    height: 50px;
    line-height: 50px;
  }
  .footer-container {
    margin: 0;
    padding: 0;
  }
  .footer-bottom {
    height: 60px;
    padding: 10px;
  }
  .footer-bottom p {
    font-size: 14px;
    font-family: "Grotesk-med";
    margin: 0px;
  }
  .footer-bottom .container {
    vertical-align: middle;
    line-height: 40px;
  }
  #footer, #main .page-footer {
    margin: 0;
  }
  #footer .footer-container .menu li a {
    padding: 0px 10px;
  }
  .footer-links {
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-links ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-payment-img {
    max-width: 320px;
  }
  .footer-border-separator {
    margin-bottom: 35px;
  }
  .footer-socials {
    margin-top: 30px;
  }
  .footer-top {
    padding: 40px 0;
  }
  #footer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-payment-img-2 {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  #footer .footer-container .menu li a {
    padding: 0px 25px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-container .menu li a {
    padding: 0px 35px;
  }
}
.sc-single-container {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sc-indiv-header {
  text-align: center;
}

.sc-readmore-header p {
  font-family: "Gothic-black";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px;
}

.sc-single-container img {
  max-width: 100%;
  height: auto;
}

.sc-single-title {
  font-family: "HKGothic-SemiBold";
  font-size: 26px;
  padding: 30px 0;
  line-height: 32px;
}

.sc-single-headertitle {
  text-align: left;
}

.sc-single-headertitle p {
  margin: 0;
}

.sc-single-headertitle .sc-busted {
  font-family: "HKGothic-Bold";
  font-size: 13px;
  text-align: left;
}

.sc-single-author {
  font-family: "HKGroteskPro-Bold";
  font-size: 13px;
  text-align: left;
}

.sc-single-datepublish {
  font-family: "HKGroteskPro-Book";
  font-size: 13px;
  text-align: left;
}

.sc-single-social {
  display: inline-block;
}

.sc-single-social img {
  margin: 0 5px 0 0;
  width: 25px;
  height: 25px;
}

.sc-single-separator {
  border-bottom: 1px black solid;
  margin: 30px 0;
}

.toc-subtopics li {
  text-align: left;
  line-height: 24px;
}

.toc-in-the-article {
  font-family: "HKGothic-Bold";
  margin-bottom: 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}

.toc-see-more {
  border-bottom: 1px solid #000;
  width: max-content;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "HKGothic-Bold";
  margin-bottom: 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right;
}

.toc-subtopics ul {
  padding-left: 10px;
}

.toc-subtopics li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "HKGothic-Bold";
  color: #000;
  text-align: left;
  text-decoration: unset;
}

.sc-indiv-content p, .sc-indiv-content li {
  text-align: left;
  font-family: "HKGroteskPro-Book";
  font-size: 16px;
  line-height: 24px;
}

.sc-indiv-content p:first-child {
  font-size: 18px;
  margin-bottom: 34px;
  font-family: "HKGothic-SemiBold";
  line-height: 26px;
}

.sc-indiv-content h3 {
  font-family: "HKGroteskPro-Medium";
  font-size: 19px;
}

.sc-indiv-content figure {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.sc-indiv-content figure iframe {
  width: 100%;
}

.sc-single-featuredpost {
  position: relative;
}

.sc-main-container figcaption em {
  font-size: 8px;
}

.sc-indiv-content h2 {
  font-family: "HKGothic-SemiBold";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 16px;
}

.hideIfmobile {
  display: none;
}

.sc-single-relcontainer {
  padding: 0 15px;
}

.sc-single-indivcontainer {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 0 0 25px 0;
}

.sc-indiv-content a {
  color: black;
}

.single-title h3 {
  font-size: 16px;
  font-family: "HKGothic-SemiBold";
}

#not-found-container {
  min-height: 450px;
}

#not-found-container h1 {
  margin-top: 150px;
  text-align: center;
  margin-bottom: 0;
}

#not-found-container form.sc-blog-search {
  margin: 50px 0 50px 0;
}

.hideIfmobile .sc-single-social {
  margin-top: 15px;
}

.sc-single-bgcolor {
  margin-top: 120px;
}

.bck-scmedia,
.bck-scmedia p {
  text-align: left;
}

.bck-scmedia .sc-single-social {
  margin-bottom: 24px;
}

.bck-icn {
  padding-top: 34px;
  padding-bottom: 34px;
  margin-bottom: 0;
}

.ttl-dtls .ttl {
  font-family: "HKGothic-Medium";
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: normal;
  padding: 0;
}

.dtls {
  text-align: left;
  margin-bottom: 34px;
}

.dtls .author {
  font-family: "HKGroteskPro-SemiBold";
  font-size: 12px;
  padding: 0px 5px;
}

.dtls .date {
  font-family: "HKGroteskPro-Book";
  font-size: 12px;
}

.dtls .tag-blog {
  font-family: "Gothic-black";
  font-size: 8px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}

.dtls .tag-blog a {
  font-family: "Gothic-black";
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  background: #c9b4fc;
  display: inline-block;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.ind-ftrd-img {
  margin-bottom: 34px;
}

.ftrd-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

.sc-indiv-content {
  text-align: left;
}

.blg-cnt {
  font-family: "HKGroteskPro-Book";
  font-size: 22px;
  line-height: 36px;
  padding: 0px 15px;
}

.sc-readmore-header {
  margin-bottom: 50px;
  margin-top: 50px;
}

.related-indiv-container {
  margin-bottom: 24px;
}

.sc-single-relcontainer .ovr-pdng:nth-last-child(1) .related-indiv-container {
  margin-bottom: 50px;
}

.product-list-blog {
  padding-left: 0;
  padding-right: 0;
}

.sc-author-bio .author-bio {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.author-profile img {
  border-radius: 100%;
  max-width: 120px;
  float: right;
}

.author-name {
  text-align: left;
  font-family: "HKGothic-SemiBold";
  font-size: 20px;
  line-height: normal;
  padding-top: 24px;
  padding-bottom: 16px;
}

.sc-author-bio hr.border-top {
  border-top: 1px solid #000;
  border-bottom: 0;
  margin-top: 50px;
  margin-bottom: 24px;
}

.sc-author-bio hr.border-bottom {
  border-top: 0;
  border-bottom: 1px solid #000;
  margin-top: 24px;
  margin-bottom: 0;
}

.sc-indiv-content .featuredContainer p.prod-name {
  font-family: "GroteskPro-Light";
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 22px;
}

.sc-indiv-content #optionFive.featuredContainer {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.sc-indiv-content .option-five-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .sc-single-social img {
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
  }
  .sc-single-container {
    padding-top: 40px;
  }
  .ttl-dtls .ttl {
    font-family: "HKGothic-Medium";
    text-align: left;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 50px;
  }
  .blg-cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sc-single-relcontainer {
    padding: 0 30px;
    max-width: 100%;
  }
  .sc-single-relcontainer .ovr-pdng {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dtls {
    margin-bottom: 70px;
  }
  .dtls .author,
  .dtls .date {
    font-size: 18px;
  }
  .dtls .tag-blog {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ind-ftrd-img {
    margin-bottom: 70px;
  }
  .sc-indiv-content p:first-child {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 70px;
  }
  .sc-indiv-content p,
  .sc-indiv-content li {
    font-size: 20px;
    line-height: 32px;
  }
  .sc-indiv-content h2 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sc-readmore-header p {
    font-size: 34px;
    text-align: center;
  }
  .related-indiv-container {
    margin-bottom: 100px;
  }
  .sc-single-relcontainer .ovr-pdng:nth-last-child(1) .related-indiv-container {
    margin-bottom: 100px;
  }
  .bck-scmedia .sc-single-social {
    margin-bottom: 50px;
  }
  #bestProductRow .owl-stage {
    margin-left: -60px;
  }
  .product-list-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-readmore-header {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .sc-author-bio hr.border-top {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .sc-author-bio hr.border-bottom {
    margin-top: 50px;
  }
  .author-name {
    padding-top: 0;
  }
  .author-profile img {
    max-width: 100%;
  }
  .sc-indiv-content #optionFive.featuredContainer {
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .sc-single-headertitle .sc-busted {
    font-size: 20px;
  }
  .sc-single-container {
    padding-top: 50px;
  }
  .blg-cnt {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .sc-single-relcontainer {
    max-width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .sc-single-featuredpost {
    padding-bottom: 0;
    text-align: center;
  }
  .sc-single-title {
    font-size: 40px;
  }
  .sc-single-author {
    font-size: 20px;
  }
  .sc-single-datepublish {
    font-size: 20px;
  }
  .sc-single-social img {
    margin: 0 7px 0 0;
  }
  .sc-single-separator {
    margin: 40px 0;
  }
  .sc-indiv-content p, .sc-indiv-content li {
    font-size: 20px;
    line-height: 32px;
    font-family: "HKGroteskPro-Book";
  }
  .sc-indiv-content h3 {
    font-size: 20px;
  }
  .sc-main-container .wp-block-image figcaption {
    margin: 5px 0 0;
  }
  .sc-main-container figcaption em {
    font-family: "HKGroteskPro-SemiBold";
    font-size: 12px;
  }
  .hideIfmobile {
    display: block;
  }
  .hideIfmobile .sc-single-separator {
    margin: 60px 0 0;
  }
  .hideIfmobile .sc-single-social img {
    margin: 10px 7px 0 0;
  }
  .sc-single-indivcontainer {
    margin: 0 auto 35px;
  }
  .sc-single-relbgcolor {
    background: #ffe8ed;
  }
  .single-title h3 {
    font-size: 16px;
    font-family: "HKGothic-Bold";
  }
}
#blog-container {
  width: 100%;
  max-width: 1100px;
  padding: 150px 30px;
}

.blogtitle .cat-label {
  font-family: "HKGroteskPro-SemiBold";
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#author_container .author_name {
  font-family: "HKGothic-SemiBold";
  color: #000000;
  font-size: 36px;
  text-align: center;
  max-width: 550px;
  margin: auto;
  font-weight: normal;
}
#author_container .author_description p, #author_container .author_description {
  text-align: center;
  font-family: "HKGroteskPro-Light";
  font-size: 22px;
  max-width: 630px;
  margin: 20px auto 50px auto;
  line-height: 36px;
}
#author_container .author_description p strong, #author_container .author_description strong {
  font-family: "HKGroteskPro-Bold";
}
#author_container .author_description p a, #author_container .author_description a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid;
}
#author_container .blogtitle {
  margin-top: 16px;
  margin-bottom: 20px;
}
#author_container .description .category {
  margin-top: 20px;
}

.author_avatar {
  margin-top: 30px;
  text-align: center;
}
.author_avatar .avatar {
  border-radius: 50%;
  padding: 0 15px;
  max-height: 354px;
  min-height: 354px;
}

.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";
  font-size: 20px;
}
.author_card .author_card_description {
  margin-top: 10px;
  text-align: center;
  font-family: "HKGroteskPro-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;
}

#blogAuthor .fimage img {
  height: auto;
}

#author_container {
  padding-bottom: 150px;
}

#meetAuthors a {
  text-decoration: none;
}
#meetAuthors .author_card_name {
  font-size: 18px;
  font-family: "HKGothic-SemiBold";
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}
#meetAuthors .author_card_description {
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  font-family: "HKGroteskPro-Light";
}
#meetAuthors .owl-item img {
  margin: 0 auto 25px;
  width: 300px;
  border-radius: 150px;
  max-height: 300px;
  min-height: 300px;
}
#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: 30px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.breadcrumb {
  font-family: "HKGroteskPro-Bold";
  margin: 0 auto 50px;
  max-width: 920px;
  letter-spacing: 2px;
  font-size: 14px;
}

.breadcrumb span {
  font-size: 16px;
}
.breadcrumb a {
  text-decoration: none;
  color: #000000;
}

.description .title a {
  text-decoration: none;
}
.description .title a span {
  font-family: "HKGothic-SemiBold";
  font-size: 24px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  line-height: normal;
}

.blog_item .fimage {
  min-height: 222px;
}
.blog_item .description {
  text-align: center;
  font-family: "Quincy-Cf";
  font-size: 18px;
  color: #000;
  padding: 12px;
}

#author_container .description .category {
  margin-top: 20px;
}

.blogtitle .blog-label {
  font-family: "HKGroteskPro-BookItalic";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}

.author-section h2, .author-post h2 {
  font-size: 36px;
  font-weight: normal;
  font-family: "HKGothic-SemiBold";
  text-align: center;
}

.padding0 {
  padding: 0;
}

.description .category {
  font-family: "HKGroteskPro-Bold";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  padding: 12px 0 6px;
}

.description .title {
  width: 100%;
  max-width: 290px;
  margin: auto;
  margin-top: 5px;
  font-family: "Quincy-Cf";
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 0 0;
}

.description .date_published p {
  font-family: "HKGroteskPro-Light";
  font-size: 13px;
  margin: 15px 0 40px;
}

.author-section h2 {
  margin: 30px 0;
  padding: 0;
}

@media (max-width: 320px) {
  .blog_item .fimage {
    min-height: 155px;
  }
  #meetAuthors .owl-item img {
    max-height: 220px;
    min-height: 220px;
  }
  .author_avatar .avatar {
    max-height: 260px;
    min-height: 260px;
  }
}
@media (min-width: 768px) {
  .author-section .row, .author-post .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-container {
    width: 100%;
    max-width: 1100px;
    padding-top: 100px;
  }
  .description .title a span {
    font-size: 18px;
    line-height: normal;
  }
  .description .date_published p {
    margin-bottom: 10px;
  }
  .blog_item .fimage {
    min-height: 164px;
  }
  #meetAuthors .owl-item img {
    max-height: 233px;
    min-height: 233px;
  }
  .author_avatar .avatar {
    min-height: 370px;
    max-height: 370px;
  }
}
@media (min-width: 992px) {
  .blog_item .fimage {
    min-height: 225px;
  }
  #meetAuthors .owl-item img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .blog_item .fimage {
    min-height: 243px;
  }
}

/*# sourceMappingURL=main.css.map */
