/* Minification failed. Returning unminified contents.
(3,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(78,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary-darken'
(81,20): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(123,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(204,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
(237,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-color-primary'
 */
.theme-icon-close-pop-up, .theme-icon-lightbulb, .theme-icon-arrow_svg_sel, .theme-icon-close-mobile, .theme-icon-green-close, .theme-icon-search-no-box, .theme-icon-search-inner-magnify {
  display: inline-block;
  background-color: var(--theme-color-primary);
  vertical-align: middle;
}

.theme-icon-search-inner-magnify {
  mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/search-inner-magnify.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
}

.theme-icon-search-no-box {
  mask: url(/Assets/images/smile/search-no-box.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/search-no-box.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
}

.theme-icon-green-close {
  mask: url(/Assets/images/smile/green-close.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/green-close.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
}

.theme-icon-close-mobile {
  mask: url(/Assets/images/smile/close-mobile.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/close-mobile.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.theme-icon-arrow_svg_sel {
  mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat center/contain;
  width: 11px;
  height: 6px;
}

.theme-icon-lightbulb {
  mask: url(/Assets/images/smile/lightbulb.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/lightbulb.svg) no-repeat center/contain;
  width: 22px;
  height: 32px;
}

.theme-icon-close-pop-up {
  mask: url(/Assets/images/smile/close-pop-up.svg) no-repeat center/contain;
  -webkit-mask: url(/Assets/images/smile/close-pop-up.svg) no-repeat center/contain;
  width: 15px;
  height: 17px;
}

.theme-icon-select-wrapper.select-wrapper-max-width {
  width: 100%;
  max-width: 355px;
}

#page-body-content .chevron {
  vertical-align: middle;
  float: right;
  margin-right: 10px;
}
#page-body-content .chevron:before {
  vertical-align: middle;
}

.smile__leftrail {
  margin-top: 60px;
}
.smile__leftrail .lr-header {
  text-align: center;
  margin-bottom: 70px;
}
.smile__leftrail a:hover {
  color: var(--theme-color-primary-darken);
}
.smile__leftrail .activeLetter {
  background: var(--theme-color-primary);
  color: #FFFFFF;
}
.smile__leftrail .lrLeftbar {
  position: sticky;
  top: 0;
  margin-bottom: 50px;
}
.smile__leftrail .lrLeftbar .linksWrapper {
  padding-bottom: 65px;
}
.smile__leftrail .lrLeftbar .contactWrapper {
  padding-left: 20px;
}
.smile__leftrail .lrLeftbar p a {
  padding: 10px 0;
  display: inline-block;
  margin-left: 20px;
}
.smile__leftrail .smile__grid .contactWrapperMobile {
  display: none;
}
.smile__leftrail .smile__grid #goToPoint {
  display: none;
}
.smile__leftrail .smile__grid .col-1-3 {
  padding-right: 110px;
  max-width: 340px;
}
.smile__leftrail .smile__grid .col-1-3 .jumpLabel {
  padding-bottom: 5px;
  padding-top: 11px;
}
.smile__leftrail .smile__grid .col-1-3 .letterFilter {
  margin-top: 10px;
}
.smile__leftrail .smile__grid .col-1-3 .letterFilter a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--theme-color-primary);
  border-radius: 5px;
  float: left;
  margin: 2px;
  text-decoration: none;
}
.smile__leftrail .smile__grid .col-2-3 .letterSelector {
  font-size: 32px;
  line-height: 38px;
  font-style: normal;
  font-weight: 300;
  color: #262626;
}
.smile__leftrail .smile__grid .col-2-3 .letterSelector .chevron {
  display: none;
}
.smile__leftrail .smile__grid .col-2-3 .mobileShow {
  display: none;
}
.smile__leftrail .smile__grid .col-2-3 .lrWrapper {
  margin: 0 0 55px 0;
}
.smile__leftrail .smile__grid .col-2-3 .lrWrapper strong {
  margin-top: 45px;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  color: #424242;
}
.smile__leftrail .smile__grid .col-2-3 .lrWrapper b {
  font-weight: bold;
}
.smile__leftrail hr {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .smile__lr .smile__grid .col-1-3 {
    padding-right: 40px;
  }
  .smile__lr .smile__grid .col-2-3 {
    width: 60%;
  }
  .smile__lr .smile__grid .lr-padding {
    margin-left: 33%;
  }
}
@media screen and (max-width: 767px) {
  .smile__leftrail .lr-header {
    margin-bottom: 40px;
  }
  .smile__leftrail .smile__grid {
    padding: 0 20px;
  }
  .smile__leftrail .smile__grid .contactWrapperMobile {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .smile__leftrail .smile__grid .col-1-3 .mobileHide {
    display: none;
  }
  .smile__leftrail .smile__grid .col-1-3 hr {
    display: none;
  }
  .smile__leftrail .smile__grid .col-2-3 {
    margin-left: 0px;
  }
  .smile__leftrail .smile__grid .col-2-3 .mobileHide {
    display: none;
  }
  .smile__leftrail .smile__grid .col-2-3 .mobileShow {
    display: block;
  }
  .smile__leftrail .smile__grid .col-2-3 .letterSelector {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-primary);
    cursor: pointer;
  }
  .smile__leftrail .smile__grid .col-2-3 .letterSelector .chevron {
    display: block;
  }
  .smile__leftrail .smile__grid .col-2-3 .blackColour {
    color: #262626;
  }
  .smile__leftrail .smile__grid .col-2-3 .lrWrapper {
    margin: 0 0 10px 0;
    display: none;
    overflow: hidden;
  }
  .smile__leftrail .smile__grid .col-2-3 .lrWrapper strong {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
  }
  .smile__leftrail .smile__grid .theme-icon-select-wrapper {
    position: relative;
  }
  .smile__leftrail .smile__grid .theme-icon-select-wrapper::before {
    content: "";
    position: absolute;
    left: 93%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 11px;
    height: 6px;
    pointer-events: none;
    background-color: var(--theme-color-primary);
    mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat;
    -webkit-mask: url(/Assets/images/smile/arrow_svg_sel.svg) no-repeat;
    mask-size: 11px 6px;
    -webkit-mask-size: 11px 6px;
    z-index: 1;
  }
  .smile__leftrail .smile__grid #goToPoint {
    display: block;
    margin-bottom: 40px;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px #949494 solid;
    border-radius: 4px;
  }
  .smile__leftrail .smile__grid .jumpLabel {
    font-size: 13px;
    display: block;
    font-weight: 500;
    text-align: left;
    max-width: 475px;
    margin-bottom: 10px;
    color: #424242;
  }
  .smile__leftrail .smile__grid .letterFilter {
    display: none;
  }
  .smile__leftrail .smile__grid [class*=col-] {
    width: 100%;
    padding-right: 0;
  }
  .smile__leftrail .smile__grid .lrLeftbar {
    float: none;
    margin: 0 auto;
    display: none;
  }
}

