@font-face {
  font-family: "St Ryde";
  src: local("St Ryde Regular"), local("StRydeRegular"),
  url("../fonts/StRyde-Regular.woff2") format("woff2"),
  url("../fonts/StRyde-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "St Ryde bold";
  src: local("St Ryde Bold"), local("StRyde-Bold"),
  url("../fonts/StRyde-Bold.woff2") format("woff2"),
  url("../fonts/StRyde-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "St Ryde italic";
  src: local("St Ryde Italic"), local("StRyde-Italic"),
  url("../fonts/StRyde-Italic.woff2") format("woff2"),
  url("../fonts/StRyde-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "St Ryde medium";
  src: local("St Ryde Medium"), local("StRyde-Medium"),
  url("../fonts/StRyde-Medium.woff2") format("woff2"),
  url("../fonts/StRyde-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "St Ryde";
  src: local("St Ryde Light"), local("StRyde-Light"),
  url("../fonts/StRyde-Light.woff2") format("woff2"),
  url("../fonts/StRyde-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "St Ryde";
  src: local("St Ryde Thin"), local("StRyde-Thin"),
  url("../fonts/StRyde-Thin.woff2") format("woff2"),
  url("../fonts/StRyde-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "St Ryde";
  src: local("St Ryde Bold Italic"), local("StRyde-BoldItalic"),
  url("../fonts/StRyde-BoldItalic.woff2") format("woff2"),
  url("../fonts/StRyde-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "St Ryde";
  src: local("StRyde-MediumItalic"),
  url("../fonts/StRyde-MediumItalic.woff2") format("woff2"),
  url("../fonts/StRyde-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "St Ryde";
  src: local("StRyde-LightItalic"),
  url("../fonts/StRyde-LightItalic.woff2") format("woff2"),
  url("../fonts/StRyde-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "St Ryde";
  src: local("StRyde-ThinItalic"),
  url("../fonts/StRyde-ThinItalic.woff2") format("woff2"),
  url("../fonts/StRyde-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

body,
html,
button,
input,
select,
textarea {
  color: #4a1c2c;
  font-family: "St Ryde", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

img {
  max-width: 100%;
  width: 100%;
  border: 0px;
  outline: 0px;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-family: "St Ryde", sans-serif;
}

/* color palette */

.color-aubergine {
  color: #4a1c2c !important;
}

.color-pink {
  color: #e63f76 !important;
}

.color-beige {
  color: #e9e5d5 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-charcoal {
  color: #333333 !important;
}

.color-dark-grey {
  color: #757575 !important;
}

.color-medium-grey {
  color: #d9d9d9 !important;
}

.color-light-grey {
  color: #b4b4b4 !important;
}

.background-white {
  background-color: #fff;
}

.background-pink {
  background-color: #e63f76;
}

.background-aubergine {
  background-color: #4a1c2c;
}

.background-beige {
  background-color: #e9e5d5;
}

.background-light-grey {
  background-color: #f2f2f2 !important;
}

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

.border-light-grey {
  border-color: #d9d9d9 !important;
}

/* Typography */

.font-regular {
  font-family: "St Ryde", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant-numeric: lining-nums;
}

.font-bold {
  font-family: "St Ryde bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-variant-numeric: lining-nums;
}

.font-bold--italic {
  font-family: "St Ryde", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.font-italic {
  font-family: "St Ryde", sans-serif;
  font-weight: normal;
  font-style: italic;
}

.font-medium {
  font-family: "St Ryde medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-variant-numeric: lining-nums;
}

.font-medium--italic {
  font-family: "St Ryde", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.font-light {
  font-family: "St Ryde", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-light--italic {
  font-family: "St Ryde", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.font-thin {
  font-family: "St Ryde", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.font-thin--italic {
  font-family: "St Ryde", sans-serif;
  font-weight: 100;
  font-style: italic;
}

h2,
.h2 {
  font-size: 30px;
}

.heading-1 {
  color: #4a1c2c;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.heading-2 {
  color: #4a1c2c;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-3 {
  color: #4a1c2c;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-4 {
  color: #4a1c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-size--xxxsmall {
  font-size: 0.625rem;
}

.text-size--xxsmall {
  font-size: 0.6875rem;
}

.text-size--xsmall {
  font-size: 0.75rem;
}

.text-size--small {
  font-size: 0.875rem;
}

.text-size--normal {
  font-size: 1rem;
}

.text-size--medium {
  font-size: 1.15rem;
}

.text-size--large {
  font-size: 1.25rem;
}

.text-size--xlarge {
  font-size: 1.5rem;
}

.text-size--xslarge {
  font-size: 1.625rem;
}

.text-size--xxlarger {
  font-size: 2rem;
}

.text-size--xxxlarge {
  font-size: 2.1875rem;
}

.font-large{
  font-size: large !important;
}

/* card styles */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-body .separator {
  border-top-width: 1px;
}

/* card styles */

/* Buttons */

.btn {
  border: 0px;
}
.btn-defaults{
  border-radius: 17.5px;
  font-family: "St Ryde", sans-serif;
  font-size: 14px;
  height: auto;
  line-height: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn:focus {
  outline: none;
}

.btn span {
  font-size: 14px;
  line-height: 14px;
  vertical-align: text-bottom;
}

.btn-primary {
  padding: 4px 22px;
  color: #ffffff !important;
  background-color: #4a1c2c !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background-color: #4a1c2c !important;
  background-image: linear-gradient(
          rgba(51, 51, 51, 0.4) 0%,
          rgba(51, 51, 51, 0.4) 100%
  ),
  linear-gradient(#4a1c2c 0%, #4a1c2c 100%);
  color: #ffffff !important;
}

.btn-primary:active {
  background-color: #4a1c2c !important;
  box-shadow: inset 0 0 6px 0 #000000, 0 0 4px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-secondary {
  padding: 4px 22px;
  color: #e63f76;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.btn-secondary .selected {
  padding: 0px 3px 3px;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #e63f76;
}

.btn-secondary:active {
  background-color: #ffffff;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.15);
  color: #e63f76;
}

.btn-rounded {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 14px;
  border-radius: 22.5px;
  background-color: #4a1c2c;
  padding: 11px 12px;
}

.btn-rounded:hover {
  background-image: linear-gradient(
          rgba(51, 51, 51, 0.4) 0%,
          rgba(51, 51, 51, 0.4) 100%
  ),
  linear-gradient(#4a1c2c 0%, #4a1c2c 100%);
  color: #fff;
}

.btn-rounded:active {
  background-color: #4a1c2c;
  box-shadow: inset 0 0 6px 0 #000000;
}

.btn-rounded:focus {
  color: #fff;
}

.btn-clear {
  height: 25px;
  width: 76px;
  color: #ffffff;
  border-radius: 25px;
  background-color: #4a1c2c;
  font-family: "St Ryde", sans-serif;
}

.btn-clear:hover {
  background-image: linear-gradient(
          rgba(51, 51, 51, 0.4) 0%,
          rgba(51, 51, 51, 0.4) 100%
  ),
  linear-gradient(#4a1c2c 0%, #4a1c2c 100%);
}

.btn-clear:active {
  background-color: #4a1c2c;
  box-shadow: inset 0 0 6px 0 #000000;
}

.btn-filter {
  border-radius: 22.5px;
  background-color: #ffffff;
  color: #4a1c2c;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  font-family: "St Ryde", sans-serif;
  padding: 4px 10px;
}

.btn-filter:hover {
  color: #4a1c2c;
}

.btn-filter + input {
  display: none;
}

.btn-filter span {
  color: #f2f2f2;
  background: #f2f2f2;
  border-radius: 22.5px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.btn-filter.selected,
.btn-search-term {
  font-weight: bold;
}

.btn-filter.selected .icon-cross,
.btn-search-term .icon-cross {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  background: #e63f76;
}

.btn-search-term {
  border-radius: 22.5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  color: #4a1c2c;
  padding: 4px 5px;
  text-transform: capitalize;
  font-family: "St Ryde", sans-serif;
}

.btn-search-term span {
  vertical-align: middle;
}

.btn-search-term .icon-search {
  border-right: 1px dotted #4a1c2c;
  padding: 0 4px;
  margin: 0 4px 0 0;
}

.btn-search-term .icon-cross {
  background: #e63f76;
  color: #fff;
  border-radius: 22.5px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.btn-search-term:hover {
  color: #4a1c2c;
}

.btn.full-width {
  width: 100%;
}

.btn-close {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  cursor: pointer;
  padding: 6px;
  font-family: "St Ryde", sans-serif;
}

.btn-close.close-filter {
  box-shadow: none;
}

.cta-link {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  padding: 11px 0;
}

.cta-link:before {
  color: #e63f76;
  font-family: "hobbycraft";
  font-size: 0.75rem;
  padding-right: 5px;
}

.cta-link-left:before {
  content: "\e903";
}

.cta-link-right:before {
  content: "\e904";
}

/* Tile styles */

.idea-tile {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.idea-tile .idea-tile-icon {
  display: block;
  min-height: 70px;
}

.idea-metric {
  margin-right: 5px;
}

.metric-difficulty,
.metric-price,
.metric-time,
.metric-stars {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.metric-difficulty-inner,
.metric-budget-inner,
.metric-time-inner,
.metric-stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.metric-difficulty:before,
.metric-difficulty-inner:before {
  content: "\e907 \e907 \e907";
  font-family: "hobbycraft";
}

.metric-price:before,
.metric-budget-inner:before {
  content: "\e913 \e913 \e913";
  font-family: "hobbycraft";
}

.metric-time:before,
.metric-time-inner:before {
  content: "\e922 \e922 \e922";
  font-family: "hobbycraft";
}

.metric-stars:before {
  color: #ffffff;
}

.metric-stars-inner:before {
  color: #ffcd00;
}

.metric-stars:before,
.metric-stars-inner:before {
  content: "\e918 \e918 \e918 \e918 \e918";
  font-family: "hobbycraft";
}

.metric-difficulty:before,
.metric-price:before,
.metric-time:before {
  opacity: 0.25;
}

.idea-tile-title {
  margin: 11px 0;
  padding: 0 20px;
}

.idea-tile-title a {
  color: #4a1c2c;
}

.idea-tile-cta {
  vertical-align: middle;
}

.idea-tile-badge {
  padding: 2px 12px;
  color: #e63f76;
  background-color: #ffffff;
  border-radius: 22.5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
}

.top-pick {
  height: 80px;
  width: 80px;
  background-color: #e63f76;
  border-radius: 40px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  padding: 15px;
  top: 10px;
  right: 10px;
}

.product-tile-wrapper {
  font-size: 1rem;
  margin-right: 14px;
  width: 175px;
  flex: 0 0 auto;
  outline: none;
}

.product-tile-wrapper:last-child {
  margin-right: 0;
}

.product-tile {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border: 3px solid transparent;
  color: #e63f76;
  line-height: 14px;
  margin-bottom: 20px;
  padding: 15px;
  cursor: pointer;
}

.product-tile .image {
  margin-top: 5px;
  overflow: hidden;
}

.product-tile.selected {
  border: 3px solid #e63f76;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.product-tile .product-tile-select {
  position: absolute;
  opacity: 0;
}

.product-tile .product-tile-select + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.product-tile .product-tile-select + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 26px;
  height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 21px;
  background: #fff;
}

.product-tile .product-tile-select:checked + label:before {
  background: #e63f76;
}

.product-tile .product-tile-select:checked + label:after {
  content: "\e920";
  color: #fff;
  font-family: "hobbycraft";
  position: absolute;
  left: 6px;
  top: 6px;
}

.product-tile-name {
  line-height: 14px;

  text-align: center;
}

.product-tile-qty {
  color: #333333;
  display: block;
  font-size: 24px;
  line-height: 15px;
  text-align: center;
}

.product-tile-price {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.event-tile {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 auto;
  overflow: hidden;
  width: 32%;
}

.events-grid-carousel .event-tile {
  width: 33.33%;
  flex: auto;
}

.events-grid-carousel .event-tile:not(:last-child) {
  margin-right: 14px;
}

.events-grid-carousel .slick-prev::before,
.events-grid-carousel .slick-next::before {
  display: none;
}

.events-grid-carousel .slick-prev.slick-arrow,
.events-grid-carousel .slick-next.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.event-tile h3 {
  font-size: 28px;
  line-height: 36px;
  flex-basis: 70%;
  width: 70%;
}

.event-tile-price {
  color: #4a1c2c;
  font-size: 28px;
  line-height: 34px;
  font-variant: lining-nums;
  margin-left: 4px;
  margin-bottom: 8px;
}

.download-tile {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25), 0 0 4px 0 rgba(0, 0, 0, 0.15);
  padding: 12px 19px;
}

.download-tile .icon {
  position: relative;
  top: 18px;
}

.download-tile p {
  text-indent: 25px;
}

.download-tile .download-btn-link {
  align-self: flex-end;
}

.tiles-wrapper {
  display: flex;
}

/* Tile styles */

/* Ideas landing styles */

.hero-banner {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

.hero-banner img {
  object-fit: cover;
}

.hero-banner-text, .banner-text{
  position: absolute;
  padding: 30px;
  top: 0;
  color: #fff;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
.hero-banner-text h1, .hero-banner-text h2{
  font-family: "St Ryde medium", sans-serif;
}
.hero-banner-text h2 {
  font-size: 50px;

  margin: 0px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/* additions for HCB-176 */
.banner-text h1, .banner-text h2{
  font-family: "St Ryde medium", sans-serif;
  font-size: 42px;
  letter-spacing: 0.69px;
  line-height: 40px;
  text-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.banner-fixed-height{
  min-height: 223px;
  overflow: hidden;
  padding-top: 16px;
}
.banner-fixed-height .banner-text{
  top: 50%;
  transform: translateY(-50%);
}
.banner-fixed-height img {
  border-radius:6px;
}


.banner-cta .btn{
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
/* additions for HCB-176 */

.ideas-filter {
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  width: 90%;
}

.ideas-filter .heading-3 {
  line-height: 18px;
}

.search-count {
  font-family: "St Ryde medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  letter-spacing: 0.39px;
  line-height: 28px;
}

.filters-mobile {
  width: 300px;
  border-radius: 3px;
  left: auto;
  right: 0;
  margin-top: 1px;
  padding: 10px 17px;
}

.filters-mobile .arrow-up {
  left: auto;
  right: 50px;
}

.filters-mobile .cta-link {
  font-size: 14px;
  text-decoration: underline;
}

.filters-mobile .search-container .search-field {
  max-width: none;
}

.filters-mobile .search-container .search-field::placeholder {
  text-indent: 10px;
}

.filters-mobile .filter-group {
  margin: 20px 0;
}

.filter-btn-mobile .selected {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  font-variant-numeric: lining-nums;
}

.filters-mobile .panel {
  border: 0px;
  margin-bottom: 0;
}

.filters-mobile .panel {
  border-top: solid 1px #d9d9d9;
}

.filters-mobile .panel .filters {
  overflow: auto;
}

.filters-mobile .panel:last-child {
  border-bottom: solid 1px #d9d9d9;
}

.filters-mobile .card-header {
  padding: 0.25rem 0;
  background-color: transparent;
  border-width: 0;
}

.filters-mobile .card-header .btn:not(.collapsed) .clickable:before {
  font-family: "hobbycraft";
  content: "\e905";
}

.filters-mobile .card-header .btn .clickable:before {
  font-family: "hobbycraft";
  content: "\e902";
}

.filters-mobile .panel .card-body {
  padding: 0;
}

.filters-mobile .card-header .btn-link,
.filters-mobile .card-header .btn-link:hover {
  background: transparent;
  color: #4a1c2c;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
}

.filters-mobile .panel .card-body .filters,
.filters-mobile .selected-facets {
  overflow-x: scroll;
  padding: 2px 0;
  width: 90%;
  white-space: nowrap;
}

.filters-mobile .selected-facets .slick-track {
  margin-left: 0 !important;
}

.filters-mobile .panel.selected .card-header .facet-selected {
  background: #e63f76;
  border-radius: 22px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
}

.ideas-grid .idea-tile .idea-tile-title {
  padding: 0;
}

.ideas-grid .product-recommendation {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 0 0;
  position: relative;
}

.ideas-grid .product-recommendation .idea-tile-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 26px;
}

.ideas-grid .product-recommendation img {
  object-fit: inherit;
  width: auto;
  max-width: none;
}

.ideas-grid .product-recommendation .product-tile-price {
  color: #e63f76;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.91px;
  line-height: 18px;
  text-align: left;
}

.ideas-filter .search-container input {
  border-radius: 22.5px;
  background-color: #f2f2f2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  color: #4a1c2c;
  font-size: 16px;
  height: 25px;
  max-width: 203px;
  margin-bottom: 0;
  padding: 6px 10px 5px;
}

.search-container .search-btn {
  border: none;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 3px;
  max-height: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ideas-filter .search-container input {
    padding: 1px 10px 5px;
  }
  .search-container .search-btn {
    right: 10px;
    top: 1px;
  }
}

.ideas-filter,
.ideas-filter .btn {
  font-family: "St Ryde", sans-serif;
}

.ideas-filter .nav {
  margin-left: 10px;
  flex-direction: row;
}

.ideas-filter .nav-item.selected:before {
  content: "";
  background: #e63f76;
  border-radius: 22px;
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 0;
  left: 50%;
  margin-left: -20%;
}

.ideas-filter .nav-item a:not(.btn) {
  background: transparent;
  color: #333;
  padding: 10px 14px;
}

.trigger-dropdown .icon-chevron-up {
  display: none;
}

.trigger-dropdown .icon-chevron-down {
  display: inline-block;
}

.trigger-dropdown.open .icon-chevron-up {
  display: inline-block;
}

.trigger-dropdown.open .icon-chevron-down {
  display: none;
}

.ideas-filter .nav-item .dropdown-menu {
  width: 320px;
  padding: 20px;
  top: 90%;
}

.ideas-sort {
  width: 154px;
  top: 130%;
  left: -30px;
}

.ideas-sort .arrow-up {
  left: 50px;
}

.open > .dropdown-menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-pack: justify;
  flex-wrap: nowrap;
  margin: 60px 0 0 0;
}

.dropdown-menu .filters {
  max-height: 200px;
  overflow: hidden;
}

.dropdown-menu .filters .filter {
  margin-bottom: 10px;
  display: inline-block;
  padding-top: 2px;
}

.selected-filters {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 10px;
  opacity: 0;
  padding-bottom: 10px;
  position: relative;
  top: -10px;
  transition: all 0.5s ease;
}

.selected-filters.show {
  opacity: 1;
  top: 0;
}

.ideas-grid,
.events-grid {
  margin: 0 auto;
  min-height: 900px;
  opacity: 0;
  transition: opacity 600ms;
}

.ideas-grid.masonry,
.events-grid.masonry {
  min-height: auto;
  opacity: 1;
}

.ideas-grid .idea-tile,
.ideas-grid .product-recommendation {
  display: block;
  width: 370px;
  margin: 0 0px 20px 0;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
}

.ideas-grid .product-recommendation .card-body {
  text-align: left !important;
}

.ideas-grid .idea-tile .product-tile-wrapper {
  margin-right: 0;
  width: auto;
}

.ideas-grid .idea-tile .product-tile-wrapper .product-tile {
  box-shadow: none;
  padding: 0;
}

.ideas-grid .idea-tile .separator {
  border-width: 1px;
}

.ideas-grid .product-recommendation .icon,
.ideas-grid .product-recommendation .separator,
.ideas-grid .product-recommendation .quickview {
  display: none;
}

.ideas-grid .idea-tile img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

.idea-quickview {
  width: 600px;
  display: none;
}
.idea-tile .quickview {
  padding: 8px 11px;
}
.quickview,
.quickview:hover {
  color: #4a1c2c;
}

.quickview-controls {
  top: 0px;
}

.idea-quickview-content {
  padding: 12px;
}

.idea-quickview-content .idea-detail-title {
  font-size: 28px;
  line-height: 36px;
}

.idea-quickview-content .slider {
  display: block;
  right: -12px;
}

.idea-quickview-content .slider:before {
  content: "\e904";
  color: #fff;
  display: block;
  font-family: "hobbycraft";
  position: absolute;
  right: 15%;
  top: 7%;
  background: #4a1c2c;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  padding: 4px 8px;
  font-size: large;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.idea-quickview-content .slick-prev,
.idea-quickview-content .slick-next {
  top: 50px;
}

.idea-quickview-content .tiles-wrapper.scroll {
  overflow: scroll;
}

.idea-quickview-content .recommended-products {
  width: 260px;
  overflow: hidden;
}

.idea-quickview-content .product-tile-wrapper {
  margin-right: 10px;
  width: 70px;
  margin-top: 3px;
  margin-left: 5px;
}
.idea-quickview-content .product-tile-wrapper:last-child {
  margin-right: 0;
}

.idea-quickview-content .product-tile-wrapper .product-tile {
  margin-bottom: 10px;
  padding: 10px 5px;
}

.idea-quickview-content .product-tile-wrapper .product-tile-name a {
  color: #4a1c2c;
}

.idea-quickview-content .idea-metric {
  border-top: solid 1px #e63f76;
  border-bottom: solid 1px #e63f76;
}

.idea-quickview-content .idea-metric .metric {
  font-size: 12px;
  line-height: 22px;
}

.idea-quickview-content .slick-slider .slick-arrow {
  width: 16%;
}
#quickViewModal {
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
}
#quickViewModal .modal-body {
  padding: 0;
}

#quickViewModal .modal-body .img-container img {
  min-height: 220px;
}

#quickViewModal + .modal-backdrop {
  background: #fff;
}

#ideaPagination .pagination {
  visibility: hidden;
}

/* Ideas landing styles */

/* Idea project page styles */

.idea-detail-intro {
  padding-bottom: 75px;
  position: relative;
  padding-top: 50px;
}

.idea-detail-intro .img-container {
  overflow: hidden;
}

.idea-detail-intro .img-container img {
  border-radius: 3px;
}

.idea-detail-intro .cta-link {
  left: 15px;
  top: 0;
}

.idea-detail-intro .idea-metric {
  border-top: solid 1px #e63f76;
  border-bottom: solid 1px #e63f76;
  font-family: "St Ryde", sans-serif;
  padding: 5px 0;
}

.idea-detail-intro .idea-metric .metric {
  font-size: 18px;
}

.idea-detail-intro .read {
  margin-bottom: 1.5rem;
}

.idea-detail-cta span {
  margin-right: 3%;
  cursor: pointer;
}

.idea-detail-links .cta-link {
  font-family: "St Ryde", sans-serif;
  width: 224px;
  margin: 0px 8px 0px 0;
  display: inline-block;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}

.idea-detail-links .cta-link:nth-child(n + 3) {
  border-top: 0;
}

.idea-equipments,
.recommended-products {
  position: relative;
}

#need > p {
  margin-top: -30px;
  padding-bottom: 25px;
  color: #4a1c2c;
  font-family: "St Ryde", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

section + section {
  padding-top: 5px;
}

.section-heading {
  background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 1) 0%,
          rgba(255, 255, 255, 1) 49%,
          rgba(230, 63, 119, 1) 49%,
          rgba(255, 255, 255, 1) 50%,
          rgba(255, 255, 255, 1) 100%
  );
  line-height: 22px;
  padding: 4% 0;
  text-align: center;
}

.section-heading span {
  background: #fff;
  color: #4a1c2c;
  display: inline-block;
  padding: 0 2%;
}

.section-heading + p {
  text-align: center;
  margin-bottom: 0;
}

.section-sub-heading {
  font-size: 24px;
  line-height: 23px;
}

.embed-container * {
  font-family: "St Ryde", sans-serif;
}
.embed-container .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 6px;
}
.embed-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container ul {
  padding: 1rem;
  list-style: disc;
}

/*.embed-container p {
  text-align: center;
}*/

.idea-detail-steps .step {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  padding-top: 42px;
  width: 49%;
  overflow: hidden;
  position: relative;
  margin-bottom: 21px;
}

.idea-detail-steps .step .description {
  line-height: 22px;
  padding: 0 40px 16px;
}

.idea-detail-steps .step .step-info {
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.step-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.step-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.idea-detail-steps .step .step-carousel .slick-track {
  margin-left: 0 !important;
}

.idea-detail-steps .step .step-carousel .img-container {
  max-width: 100%;
}

.cricut-wrapper {
  align-items: initial;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.cricut-thumb-wrapper {
  border-radius: 3px;
  background-color: rgb(216, 216, 216, 0.25);
  padding: 20px;
}

.cricut-thumb-wrapper img {
  border-radius: 35px;
}

.cricut-link {
  color: #4a1c2c;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}

.cricut-link:focus {
  color: #4a1c2c;
  text-decoration: underline;
}

.featured-ideas,
.featured-workshops {
  position: relative;
}

.featured-ideas .idea-tile {
  width: 272px;
  margin-right: 14px;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column-reverse;
  position: relative;
}
.featured-ideas .idea-tile .idea-tile-title .ellipsis-texts {
  display: block;
  display: -webkit-box;
  height: 132px;
  min-height: 132px;
}
.featured-ideas .idea-tile .idea-metric {
  font-size: 17px;
  width: 75%;
}
.featured-ideas .slick-prev,
.featured-ideas .slick-next {
  top: 0;
  transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
}
/* Idea project page styles */

/* Workshop landing page styles */
.events-grid {
  min-height: auto;
}
.events-grid .event-tile {
  margin-bottom: 20px;
  padding: 0;
  width: 49%;
}

.events-grid .event-tile h3 {
  flex-basis: 80%;
  width: 80%;
}
.events-grid .event-tile h3 a {
  display: -webkit-box;
  overflow: hidden;
  min-height: 108px;
}
.events-grid .event-tile .img-container {
  max-height: 313px;
  overflow: hidden;
}
.events-grid .event-tile:nth-child(2n) {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.events-grid .event-tile-title .ellipsis-texts {
  display: block;
  display: -webkit-box;
  height: 145px;
  min-height: 145px;
}
/* Workshop landing page styles */

/* Workshop detail page styles */
.event-detail-intro .search-container{
  max-width: none;
}
.nearby-stores{
  margin-top: 40px;
}
.nearby-stores .store .store-title{
  font-size: 20px;
  line-height: 19px;
}

.nearby-stores .store address{
  line-height: 22px;
}

.nearby-stores .store .store-info .loader{
  height: 100%;
  top: 40%;
  left: 10%;
}

.nearby-stores .store .rendered-store.btn{
  padding: 9px 25px 7px;
  width: 90%;
}
/* Event detail page styles */

/* Store landing page styles */
.store-landing .store-landing-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 1150px;
  height: auto;
  overflow: hidden;
}

.store-landing .store-search-container {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  width: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.store-landing .store-search-container h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.39px;
  line-height: 49px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.6);
}

.storeFinder-wrapper {
  margin: 33px 0;
}
.storeFinder-wrapper #storeFinder.form-control {
  font-size: 18px;
  line-height: 18px;
  height: 50px;
  padding-left: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.storeFinder-wrapper .icon-search {
  font-size: x-large;
  padding: 0;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.store-search-container .storeFinder-btn {
  border-radius: 28px;
  font-size: 18px;
  padding: 15px 20px;
}
.store-search-container .storeFinder-btn .icon {
  vertical-align: baseline;
}
.search-container.error-msg .store-search, .search-container.error-msg .homepage-search-input, .search-container.error-msg .store-search::placeholder, .search-container.error-msg .homepage-search-input::placeholder{
  color: #fff;
}
.search-container.error-msg .store-search, .search-container.error-msg .homepage-search-input{
  display: none;
  flex-basis: 0;
  order: 3;
}
.search-container .msg{
  display: none;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
.search-container.error-msg .msg{
  display: block;
  flex-basis: 100%;
  order: 1;
  padding-left: 26px;
}
/* Store landing page styles */

/* Store listing page styles */

/* Default mode */
.storeList-banner{
  max-height: 150px;
}
.storeList-banner img{
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.storeList-banner .store-banner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 10%;
  transform: translateY(-15%);
  z-index: 200;
}
.storeList-banner .store-search-container>input[type="text"] {
  padding-left: 20px;
}
.storeList-banner .store-search-btn {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 156px;
}
.store-banner-container .store-current-location {
  padding-left: 20px !important;
  padding-right: 20px;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin-top: -52px;
}
.tabbable-line > .nav-tabs > li {
  text-align: center;
  width: 50%;
  background: rgba(240, 240, 240, 0.9);
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  display: block;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}
.tabbable-line > .nav-tabs > li > a h3{
  margin-top: 10px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 5px solid #e63f76;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  background: none;
  color: #4a1c2c;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: 10px;
  background-color: #fff;
  border: 0;
  padding: 15px;
}

.stores-list{
  max-height: 640px;
}
.store {
  color: #4a1c2c;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 88%;
}
.store-address {
  color: #4a1c2c;
  padding-bottom: 10px;
}
.store-listing address {
  margin: 10px 0;
}
.store-contact-details {
  margin-top: 20px;
}
.store-contact-details > div {
  padding: 8px 0;
}
.store-timings {
  font-weight: normal;
  line-height: 22px;
}
.store-timings-title {
  margin: 10px 0 0;
  border-bottom: solid 1px transparent;
  padding-bottom: 0px;
  cursor: pointer;
}
.store-timings-title.collapsed {
  border-bottom: solid 1px #e63f76;
  padding-bottom: 10px;
}
.store-timings-title.collapsed .icon-chevron-up {
  display: none;
}
.store-timings-title.collapsed .icon-chevron-down {
  display: block;
}
.store-timings-title .icon-chevron-down {
  display: none;
}
.store-timings-title .icon-chevron-up {
  display: block;
}
/* Store listing page styles */

/* Store detail page styles */
.store-search.location-active::placeholder{
  color: #e63f76;
  font-family: "St Ryde bold", sans-serif;
}
.store-search-radius{
  right: 20px;
  background: #fff;
  font-size: 16px;
  top: 1px;
  padding: 9px 0px 5px 10px;
  border-left: solid 1px #ccc;
  cursor: pointer;
  user-select: none;
}
.radius-selector-list{
  left: -10px;
  border-radius: 0;
  min-width: 112px;
}
.radius-selector-list li a{
  font-size: 16px;
}
.store-detail {
  padding-top: 50px;
}
.store-detail .store-title {
  font-size: 24px;
  line-height: 33px;
}
.store-detail .cta-link {
  top: 0;
}
.store-detail .map-container,
.store-listing .map-container {
  width: 100%;
  min-height: 640px;
  height: 100%;
}
.store-detail .store {
  box-shadow: none;
}
.store-facilities {
  margin-top: 30px;
}
.store-facilities > div {
  justify-content: center;
}
.store-facility {
  font-family: "St Ryde", sans-serif;
  font-size: 12px;
  line-height: 13px;
  max-width: 21%;
}
.store-facility div {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 19px;
  vertical-align: middle;
}
.store-facility span {
  padding: 7px 6px;
  display: block;
}
.store-facility label {
  font-weight: normal;
}
.store-timings-title + .collapse.in {
  border-bottom: solid 1px #e63f76;
}

/* Store detail page styles */

/* tooltip classes */

.tooltip_content {
  display: none;
}

.tooltipster-sidetip .tooltipster-box .tooltip_content {
  display: block;
}

.tooltipster-sidetip .tooltipster-box {
  border: solid 1px #4a1c2c;
  border-radius: 3px;
  background-color: #4a1c2c;
  font-size: 12px;
}

.tooltipster-base .tooltipster-content {
  color: #fff;
  line-height: 16px;
  overflow: hidden;
  padding: 6px 14px;
  max-width: 150px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #4a1c2c;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #4a1c2c;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #4a1c2c;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #4a1c2c;
}

.tooltipster-sidetip.idea-detail-share .tooltipster-box {
  border: solid 1px #fff;
  font-size: 14px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

.tooltipster-sidetip.idea-detail-share .tooltip_content ul {
  margin-bottom: 0;
}

.idea-detail-share.tooltipster-base .tooltipster-content a {
  color: #4a1c2c;
  font-family: "St Ryde", sans-serif;
}

.idea-detail-share.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #eee;
  top: 1px;
}

.idea-detail-share.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

/* tooltip classes */

/* carousel styles */

.slider {
  position: absolute;
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0px,
          rgba(255, 255, 255, 0.75) 30%,
          rgba(255, 255, 255, 1) 100%
  );
  display: none;
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0px;
  top: 0;
  z-index: 10;
}

/* carousel styles */

/* grid classes */

@media (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 3.333333%;
  }
}

/* grid classes */

/* display classes */

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

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

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

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

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow {
  flex-grow: 1;
}

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
  }
}

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

/* spacing classes */

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pb-md,
.py-md {
  padding-bottom: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.p-md-2 {
  padding: 0.7rem !important;
}
.p-3 {
  padding: 1.1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

@media (min-width: 768px) {
  .m-md-0{
    margin: 0 !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

/* spacing classes */

/* helper classes */

.separator {
  box-sizing: border-box;
  height: 1px;
  line-height: 1px;
  border-top: 2px solid #e63f76;
}

.separator.vertical {
  width: 1px;
  border-left: 1px solid #d9d9d9;
  margin: 50px 25px 0 0;
  padding: 30px 0px;
}

.separator.vertical .card {
  padding: 1px;
  margin-bottom: 0;
  border: 0;
}

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

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

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

.text-underline {
  text-decoration: underline;
}

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.border-radius-22 {
  border-radius: 22.5px;
}

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

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

.nowrap {
  white-space: nowrap;
}

.no-text-shadow > *{
  text-shadow: none !important;
}

.copylink {
  color: #4a1c2c;
  cursor: pointer;
}

.morecontent {
  display: none !important;
}

.more a, .banner-desc a {
  color: #42bbf6 !important;
}

.morelink {
  text-decoration: underline;
}

.arrow-up {
  top: -10px;
  left: 50px;
  height: 10px;
  width: 20px;
  overflow: hidden;
  position: absolute;
}

.arrow-up .tooltipster-arrow-uncropped {
  position: relative;
  top: -6px;
}

.arrow-up .tooltipster-arrow-border {
  border: 10px solid transparent;
  border-bottom-color: #eee;
  top: -5px;
  height: 0;
  position: absolute;
  width: 0;
}

.arrow-up .tooltipster-arrow-background {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left: 0;
  top: -3px;
  height: 0;
  position: absolute;
  width: 0;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 0px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.loader {
  background: #fff;
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: absolute;
  left: -2px;
  top: 1px;
  z-index: 10;
}

.loader.hide {
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.loading {
  height: 0;
}

.modal-open {
  height: 100%;
  overflow: hidden;
}

body.platform-mobile.modal-open {
  position: fixed;
}

.hc-inline {
  display: inline;
}

.b-t-none {
  border-top: 0px !important;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/* helper classes */

/* Slick overrides */

.slick-track {
  margin-left: 5px !important;
}

.slick-prev,
.slick-next {
  top: 35%;
  z-index: 10;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  position: absolute;
  width: 12%;
  height: 100%;
  right: 0px;
  z-index: 10;
}

button.slick-next.slick-arrow {
  background: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0px,
          rgba(255, 255, 255, 0.75) 30%,
          rgba(255, 255, 255, 1) 100%
  );
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 0;
}

.slick-prev:before,
.slick-next:before {
  background: #4a1c2c;
  border-radius: 25px;
  color: #fff;
  font-family: "hobbycraft";
  font-size: 26px;
  opacity: 1;
  padding: 4px;
}

.slick-prev:before {
  content: "\e903";
}

.slick-next:before {
  content: "\e904";
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-initialized .slick-track {
  padding-top: 5px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #4a1c2c;
}

.slick-dots li.slick-active button:before {
  color: #4a1c2c;
}

.slick-list:after {
  clear: both;
  content: "";
  display: block;
}

/* Slimscrollbar overrides */

.slimScrollBar {
  background: #4a1c2c !important;
  opacity: 0.75;
  width: 5px !important;
}
/* Banner image below spacing */

.ideas-filter-header {
  margin-top: 12px;
}
/*-------Mobile Search Updated -------*/

/* loading indicators */
.loading-ideas div, .loading-content div {
  border: solid 1px #4a1c2c;
  color: #e63f76;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  font-size: 14px;
  animation: anim-rotate 2s infinite linear;
  color: #ddd;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}
/* loading indicators */

.heading-2,
.feature-content {
  font-family: "St Ryde", sans-serif;
}

.feature-content .btn-primary {
  padding: 7px 22px;
}
.feature-content .events-grid .event-tile h3 {
  flex-basis: 75%;
  width: 75%;
}

.card-body .tile-heading{
  display: flex;
  justify-content: space-between;
}

.card-body .idea-tile-title .ellipsis-texts {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 110px;
  min-height: 110px;
}

.card-body .idea-tile-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-variant-numeric: lining-nums;
}

.card-body .idea-tile-detail .pull-right {
  padding-right: 20px;
}

/* Upcoming Workshops Section Styles */
.section-heading-aligned {
  background: none;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #4a1c2c;
}

.section-heading-aligned > span {
  padding-left: 0;
  max-width: 100%;
}

.featured-ideas-wrapper .event-tile-responsive:not(:last-child) {
  margin-right: 1.5rem;
}

.featured-ideas-wrapper > .row {
  margin-right: 0;
  margin-left: 0;
}

.featured-ideas-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.featured-ideas-wrapper .featured-ideas-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.featured-ideas-wrapper .featured-ideas-container .slick-list.draggable {
  padding-bottom: 1px;
}

.featured-ideas-wrapper .event-tile-responsive.slick-slide {
  max-width: 33.33%;
  flex: auto;
}

.featured-ideas-wrapper .event-tile-responsive .idea-tile-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-tile-responsive .idea-tile-title a {
  width: 100%;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 108px;
  min-height: 108px;
}

.event-tile-responsive .idea-tile-detail {
  display: flex;
  flex-direction: column;
}

#event-tile-btn {
  position: relative;
  padding: 11px 21px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}

#events .event-tile-action {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.26px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 16px 32px;
  border-radius: 50px;
}

.event-tile-description .ellipsis-texts {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 70px;
  min-height: 70px;
}
/* Upcoming Workshops Section Styles Ends */

.carousel-container > button.slick-next,
.carousel-container > button.slick-prev {
  background: none;
  width: auto;
  min-width: 50px;
  min-height: 34px;
  position: absolute;
  top: auto;
  transform: none;
  bottom: 4%;
}

.carousel-container>button.slick-prev.slick-arrow,
.carousel-container>button.slick-next.slick-arrow {
  height: auto;
}

.carousel-container > .slick-next:before,
.carousel-container > .slick-prev:before {
  position: absolute;
  bottom: 4%;
  background: #fff;
  color: #000;
  font-size: 20px;
}

.carousel-container > .slick-next:hover::before,
.carousel-container > .slick-prev:hover::before {
  opacity: 0.8;
}

.carousel-container > .slick-next:before {
  right: 16px;
}

.carousel-container > .slick-prev:before {
  left: 16px;
}

.carousel-container .slick-dots {
  z-index: 1;
  position: absolute;
  bottom: 5%;
}

.carousel-container .slick-dots li {
  background: #fff;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.carousel-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 22px;
  opacity: 1;
}

.carousel-container .slick-dots li.slick-active button:before {
  color: #E63F76;
}

.carousel-container .slick-dots li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.carousel-container .slick-dots li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 24px;
}

.carousel-container .img-container {
  width: 100%;
  display: block;
  margin-left: -5px;
}

.carousel-wrapper .btn-trigger-modal {
  position: absolute;
  right: 1.5%;
  top: 4.5%;
  background: #fff;
  border-radius: 15px;
  padding-left: 4px;
  padding-top: 5px;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  font-family: "hobbycraft";
  z-index: 1000;
}

.carousel-wrapper .btn-trigger-modal .icon-expand {
  color: #000;
  font-size: 16px;
}

.carousel-header-description {
  width: 45%;
  font-size: 24px;
  line-height: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
  margin-bottom: 80px;
}

.modal-position {
  width: 100%;
  margin-top: -2.5%;
}

.modal .quick-view-dialog .modal-content {
  border: none;
}

#carouselModal {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}

#carouselModal .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#carouselModal .carousel-container > .slick-next:before,
#carouselModal .carousel-container > .slick-prev:before {
  border: 1px solid #ddd;
}

#carouselModal .carousel-container .btn-close {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 24px;
  background: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  z-index: 999999;
}

#carouselModal .carousel-info {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 42px;
  padding-bottom: 82px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-left: -5px;
}

#carouselModal .carousel-info>p {
  position: relative;
  width: 74%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
/* Workshops Gallery Carousel Section Styles Ends*/

/* Storefinder Hero Banner Section Styles*/
.hero-banner-wrapper .hero-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-banner-wrapper .hero-banner-container > h2 > p {
  font-weight: 900;
}

.store-finder-bg {
  min-height: 100vh;
}

.search-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
  border-radius: 22.5px;
}

.search-container button {
  padding: 11px 41px 10px 16px;
  font-size: 22px;
  font-weight: bolder;
  cursor: pointer;
  background: #fff;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  border-right: 0;
  width: 8%;
  border:0;
}

.hero-banner-wrapper .hero-banner-text h2 {
  margin-top: 5px;
}

.hero-banner-wrapper .banner-lg .search-container{
  margin-right: -4%;
}

.hero-banner-wrapper .banner-lg .current-location {
  margin-top: 0;
  width: auto;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 18px;
}

.search-container>input[type="text"] {
  width: 100%;
  padding: 10px 0 10px 26px;
  font-size: 18px;
  margin-bottom: 0;
  border:0;
  border-top-left-radius: 22.5px;
  border-bottom-left-radius: 22.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.current-location {
  background: #4a1c2c;
  color: #fff;
  border-radius: 50px;
  margin-top: 28px;
  padding: 10px 18px 10px 16px;
  font-size: 18px;
}

.hero-banner-container .current-location > span {
  padding-right: 14px;
  padding-left: 0;
}

.hero-banner-container .current-location:hover {
  color: #fff;
}
/* Storefinder Hero Banner Section Styles Ends*/

#storeTimings2 .holiday {
  display: flex;
  flex-direction: column;
}

/* Join Us Events Section Styles */
#events {
  text-align: center;
}

#events .event-list {
  min-height: 380px;
}

#events .event-list .event-list-item {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  transition: transform 0.5s ease;
  margin-right: 2px;
  width: 50%;
  padding-left: 0;
}

#events .event-list .event-list-item:not(.reveal) {
  background: #000;
}

#events .event-list .event-list-item.reveal {
  padding-left: 50%;
}

#events .event-list .event-list-item > img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  opacity: .4;
  transform: translateX(0%);
}

#events .event-list .event-list-item.reveal > img {
  opacity: 1;
  transform: translateX(-90%);
}

#events .event-list .event-list-item:nth-of-type(1n+5) {
  display: none;
}

#events .event-list .event-list-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.edged-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.event-list .event-list-item .events-wrapper {
  position: absolute;
  background: #fff;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-bottom: 45px;
  display: none;
}

.event-list .event-list-item.reveal .events-wrapper {
  display: block;
}

.section-heading-block {
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.section-heading-block .heading-block-title {
  width: 285px;
  max-width: 285px;
  padding: 14px 19px 0 19px;
  line-height: 22px;
  display: inline-block;
}

.section-heading-block .ellipsis-texts {
  overflow: hidden;
  height: 82px;
  min-height: 82px;
}

.events-detail-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-basis: 100%;
  border-bottom: 1px solid #e63f76;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 6px;
  font-variant: lining-nums;
}

.events-detail-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 4px;
  font-variant: lining-nums;
}

.events-location-container {
  padding-bottom: 8px;
  display: block;
  max-width: 100%;
  padding-right: 46px;
  padding-left: 4px;
}

.events-dt-container {
  display: block;
  max-width: 100%;
  padding-right: 46px;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-top: 5px;
}

.events-wrapper .events-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  margin: 0;
  width: 65%;
  font-size: 18px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}
/* Join Us Events Section Styles Ends */

/* Typeahead overrides */
.typeahead.dropdown-menu {
  border-radius: 25px;
  font-family: "St Ryde";
  left: 0 !important;
  overflow-x: hidden;
  width: 100%;
}
.typeahead.dropdown-menu > li > a {
  color: #4a1c2c;
  font-size: 18px;
  line-height: 39px;
}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.typeahead.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #4a1c2c;
}
/* Typeahead overrides */

#workshops {
  margin-right: 0;
}

#workshops .workshop-tile {
  width: 50%;
  padding: 0;
}

#workshops .workshop-tile:not(:last-child) {
  margin-right: 15px;
}

#workshops .slick-list.draggable {
  padding-bottom: 2px;
}

/* Workshops Detail Page Search Container [HCB-1532]*/
.workshops-search-wrapper .workshops-search-heading {
  font-size: 24px;
  line-height: 22px;
  padding-bottom: 17px;
}

.workshops-search-wrapper .search-container>input[type="text"] {
  font-size: 18px;
  line-height: 18px;
  padding-left: 24px;
}

.workshops-search-wrapper .current-location {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 26px;
  margin-top: 28px;
  padding-right: 19px;
  padding-left: 16px;
}
/* Workshops Detail Page Search Container [HCB-1532] Ends*/

/* Homepage Section Styles */

/* Story - HCB-172 */
.homepage-club-header {
  font-size: 48px;
  line-height: 36px;
  /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5); */
  margin-top: 0;
  margin-bottom: 32px;
}

.homepage-search-container {
  box-shadow: none;
  max-width: 50%;
  margin-bottom: 36px;
}

.homepage-search-container .homepage-search-btn {
  border: none;
  background-color: transparent;
  padding: 11px 41px 10px 16px;
  max-height: none;
  position: static;
}

.homepage-search-container .homepage-search-input::placeholder{
  color: #4a1c2c;
}
/* Story - HCB-172 Ends*/

/* Story - HCB-183 */
.homepage-carousel-container .slick-track{
  margin-left: 0 !important;
}

.homepage-carousel-container > button.slick-next,
.homepage-carousel-container > button.slick-prev {
  top: 23%;
}

.homepage-carousel-container .slick-dots {
  bottom: 7%;
}

.homepage-banner-block .homepage-banner-text {
  font-variant-numeric: lining-nums;
  top: 0;
  left: -4px;
}
/* Story - HCB-183 Ends*/

/* Story - HCB-167 */
.comp-divider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  margin: 20px 0 !important;
}
.comp-divider img{
  height: 20px;
}

/* Story - HCB-174*/
.homepage-events-btn {
  font-size: 18px;
  line-height: 18px;
  padding: 16px 41px !important;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}
/* Story - HCB-174 Ends*/

/* Story - HCB-165 */
.homepage-promo-container:not(:last-child) {
  margin-right: 20px;
}

.homepage-promo-bg p {
  margin-bottom: 0;
}

.homepage-promo-bg img {
  border-radius: 5px;
}
/* Story - HCB-165 Ends */

/* Story - HCB-187 Ends */
.products-slide .slick-prev, .products-slide .slick-next {
  top: 50%;
}
.products-slide .products-cta:not(:last-child) {
  margin-right: 16px;
}
.product-tile-wrapper .products-name>span {
  display: block;
  height: 47px;
  min-height: 47px;
  overflow: hidden;
}
.products-pricing {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
}
.products-name {
  font-size: 12px;
  margin-bottom: 0;
}
.products-ratings .metric-stars {
  letter-spacing: 3px;
}
.products-slide .products-cta .metric-stars:before{
  color: #ccc;
}
/* Story - HCB-187 Ends */

/* Homepage Workshops Styles */
.homepage-workshops-heading {
  margin-top: 0;
  padding-top: 0;
  border-bottom: none;
  text-align: center !important;
}
/* Homepage Workshops Styles Ends */

/* Homepage carousel Styles */
.hp-carousel-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hp-carousel-inner>.item{
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.hp-carousel-inner > .item > img,
.hp-carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .hp-carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition:      -o-transform .6s ease-in-out;
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .hp-carousel-inner > .item.next,
  .hp-carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .hp-carousel-inner > .item.prev,
  .hp-carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .hp-carousel-inner > .item.next.left,
  .hp-carousel-inner > .item.prev.right,
  .hp-carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hp-carousel-inner > .active,
.hp-carousel-inner > .next,
.hp-carousel-inner > .prev {
  display: block;
}
.hp-carousel-inner > .active {
  left: 0;
}
.hp-carousel-inner > .next,
.hp-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.hp-carousel-inner > .next {
  left: 100%;
}
.hp-carousel-inner > .prev {
  left: -100%;
}
.hp-carousel-inner > .next.left,
.hp-carousel-inner > .prev.right {
  left: 0;
}
.hp-carousel-inner > .active.left {
  left: -100%;
}
.hp-carousel-inner > .active.right {
  left: 100%;
}
.hp-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.hp-carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.hp-carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.hp-carousel-control:hover,
.hp-carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.hp-carousel-control .icon-chevron-left,
.hp-carousel-control .icon-chevron-right {
  color: #4a1c2c;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.hp-carousel-control .icon-chevron-left {
  left: 50%;
  margin-left: -65px;
}
.hp-carousel-control .icon-chevron-right {
  right: 50%;
  margin-right: -65px;
}
.hp-carousel-control .icon-chevron-left:before, .hp-carousel-control .icon-chevron-right:before{
  background: #fff;
  border-radius: 25px;
  font-size: 26px;
  padding: 3px;
}
.hp-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/* Homepage carousel Styles ends */

/* Story - HCB-145 */
.block-new .block-new-content{
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.block-new .block-new-content > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-new .block-new-title{
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.block-new .block-new-title p{
  margin-bottom: 0;
  min-height: 54px;
}
.block-new .block-new-title p strong{
  color: #8ecc0f;
  font-family: "St Ryde bold";
  padding-right: 2px;
}
/* Story - HCB-145 Ends */

/* Story - HCB-182  */
.hp-banner{
  height: 400px;
  overflow: hidden;
}

/* Promo Boxes row of 2 */
.row-of-2 .block-new-feature {
  min-height: 298px;
  padding-right: 9px;
  padding-left: 9px;
}

@media screen and (max-width: 991px) {
  .row-of-2 .blocknew-feature {
    min-height: 186px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .row-of-2 .blocknew-feature {
    min-height: 245px;
  }
}

/* Promo Boxes row of 3
*/
.row-of-3 .block-new-feature {
  min-height: 195px;
  padding-right: 9px;
  padding-left: 9px;
}

@media screen and (max-width: 991px) {
  .row-of-3 .block-new-feature {
    min-height: 121px;
  }
}

@media screen and (max-width: 1199px)
and (min-width: 992px) {
  .row-of-3 .block-new-feature {
    min-height: 160px;
  }
}

.new-feature-container {
  margin-left: -9px;
  margin-right: -9px;
}
.block-new-feature{
  min-height: 298px;
  padding-right: 9px;
  padding-left: 9px;
}
.block-new-feature--wrapper{
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 100%;
}
.block-new-feature--content{
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 32px);
}
.block-new-feature--content > *{
  font-family: "St Ryde medium";
}
.block-new-feature--content h1:first-child, .block-new-feature--content h2:first-child{
  margin-top: 0;
}

.category-tile-container {
  margin-left: -9px;
  margin-right: -9px;
}

.category-tile-cta {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.block-category > .img-container{
  margin-top: 0!important;
}
.block-category-title{
  background:rgba(238, 238, 238, 0.75);
  z-index: 10;
  opacity: 10;
  position: absolute;
  left: 0;
  top: 142px;
  display: block;
  width: 100%;
}
.block-category-title p{
  margin-top: 10px;
}
.block-category .block-category-title p strong{
  font-family: "St Ryde bold";
  padding-right: 2px;
}
.block-category .category-icon-container img {
  width: 30%;
}
.block-category .category-tile-title {
  font-size: 24px;
  line-height: 23px;
  margin: 16px 0;
}
/* Story - HCB-182 Ends */

/* Bug - HCB-1666 */
.clubbanner-cta .btn {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}
/* Bug - HCB-1666 Ends */

/* svg icon styles */
.st0{fill:#1E69BC;}
.st1{fill:none;stroke:#1E69BC;stroke-width:35;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
/* svg icon styles */

/* Homepage Section Styles Ends*/

.ie-show {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-hide {
    display: none;
  }

  .ie-show {
    display: block;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .block-category > .img-container {
    margin-top: 0 !important;
  }

  .block-category-title {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
  }

  .block-category-title p {
    line-height: 1.25em;
  }

  .hp-carousel-control .icon-chevron-left {
    margin-left: -50px !important;
  }

  .hp-carousel-control .icon-chevron-right {
    margin-right: -50px !important;
  }

  .block-category .category-tile-title {
    margin: 8px 0 16px !important;
  }

  .featured-ideas .idea-tile.homepage {
    width: 280px;
  }

  .idea-tile-title {
    padding: 0 !important;
  }

  .featured-ideas .idea-tile .idea-tile-title .ellipsis-texts {
    height: 98px;
    min-height: 98px;
  }

  .homepage-search-container {
    margin-bottom: 0 !important;
  }

}

@media screen and (max-width: 991px) {

  .row-of-2 .block-new-feature {min-height:186px;}

}



@media screen and (max-width: 1199px) and (min-width: 992px) {

  .row-of-2 .block-new-feature {min-height:245px;}

  .block-category-title {
    top: 128px;
  }
}