#alternating-content {
  background: white;
  position: relative; }

.content-img {
  position: relative;
  width: 100%;
  height: 75vh; }

.content-img > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.content-block {
  position: relative;
  width: 100%;
  left: 10%;
  z-index: 10;
  padding: 1rem;
  border-right: 4px solid #0275d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background: white; }

.content-block-right {
  left: -10%;
  border-left: 4px solid #0275d8;
  border-right: none; }

.content-pos {
  width: 100%; }

/*.content-block::after {
    content: ' ';
    height: 0;
    width: 0;
    border: 3rem solid transparent;
    border-left-color: #0275d8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

}

.content-block::before {
    content: ' ';
    height: 0;
    width: 0;
    border: 3rem solid transparent;
    border-bottom-color: #045476;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

}*/
@media (max-width: 991px) {
  .mobile-content-block {
    flex-direction: column-reverse; }
  .mobile-content-block-right {
    flex-direction: column-reverse; }
  .content-block,
  .content-block-right {
    left: 0;
    margin-top: -10%; } }

@media (max-width: 768px) {
  .mobile-width {
    width: 100%; } }

.accordion {
  border: 1px solid #EEEEEE; }
  .accordion .panel-body {
    padding: 0.5em 1em; }
    .accordion .panel-body p {
      margin-bottom: 1em; }
      .accordion .panel-body p:last-of-type {
        margin-bottom: 0; }
  .accordion .panel-title {
    margin: 0; }
    .accordion .panel-title a {
      display: block;
      padding: .75em 1em;
      background-color: #F5F5F5;
      border: 1px solid #EEEEEE;
      color: #757575; }
      .accordion .panel-title a:hover {
        color: #424242; }
      .accordion .panel-title a[aria-expanded="true"] {
        color: #424242; }

#accordion {
  position: relative;
  background: white; }

.accordion-box {
  border: 1px solid #c5c5c5;
  padding: 2rem; }
  .accordion-box h4 {
    background: #1E324F;
    padding: 0.5rem;
    color: white; }

.show {
  visibility: visible !important; }

.accordion-card {
  padding: 0; }

.accordion-button {
  width: 100%;
  border-radius: 0 !important;
  background: #1E324F;
  border: 0;
  color: white;
  padding: 0.75rem 0.5rem !important;
  font-weight: 400;
  cursor: pointer; }

.accordion-content > div {
  padding: 2rem; }

.image-cta {
  position: relative; }

.image-cta-container {
  position: relative;
  height: 600px;
  margin: 0 auto;
  width: 97%; }
  .image-cta-container img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .image-cta-container h3 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 1rem 2rem;
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400; }

.image-cta-feature {
  background: white;
  padding: 5rem 2rem 3rem 2rem;
  text-align: center;
  width: 30%;
  margin: 0 1rem;
  position: relative;
  margin-top: -10rem; }
  .image-cta-feature span {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400; }

.cta-feature-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px; }
  .cta-feature-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }

.image-testimonial {
  position: relative; }

.image-testimonial-container {
  position: relative;
  height: 80vh;
  margin: 0 auto;
  width: 97%; }
  .image-testimonial-container img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.image-testimonial-content {
  width: 1000px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 50, 79, 0.9);
  color: white;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 4rem 6rem 2rem; }
  .image-testimonial-content p {
    font-weight: 300; }

.top-title {
  clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 75%, 0 45%);
  background: rgba(30, 50, 79, 0.9);
  width: 200px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  flex-direction: column;
  color: white !important; }

.top-title-border {
  clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 75%, 0 45%);
  background: white;
  width: 207px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.itc-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); }
  .itc-icon img {
    position: absolute;
    object-fit: cover;
    height: 150px;
    width: 150px;
    left: 0; }

.guarantee-cta {
  position: relative;
  padding: 4rem 0 16rem 0; }

.g-cta-img {
  position: relative;
  width: 100%;
  height: 60vh; }
  .g-cta-img img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0; }

.g-cta-content {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  background: white;
  padding: 2rem;
  width: 90%; }
  .g-cta-content h3 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 2rem; }
  .g-cta-content span {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #474747; }
    .g-cta-content span img {
      height: 55px;
      width: 55px; }
  .g-cta-content p {
    color: #6C757D;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1.5rem; }

.guarantee-logos {
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .guarantee-logos .g-logo {
    width: 100px;
    height: 100px;
    position: relative; }
    .guarantee-logos .g-logo img {
      position: absolute;
      object-fit: cover;
      height: 100%;
      width: 100%;
      left: 0; }

.finance-features {
  padding: 2rem 0;
  position: relative; }

.finance-feature {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #EDEDF2; }
  .finance-feature svg {
    width: 90px;
    margin-bottom: 1rem; }
    .finance-feature svg .cls-1 {
      fill: #000 !important; }
  .finance-feature span {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400;
    color: #1E324F;
    font-size: 1.25rem; }

/* RESPONSIVNESS */
@media (max-width: 991px) {
  .image-cta-container {
    height: 45vh; }
    .image-cta-container h3 {
      bottom: 0;
      left: 50%;
      top: unset;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, 50%);
      width: 90%;
      text-align: center; }
  .image-cta-feature {
    width: 100%;
    border: 1px solid #EDEDF2;
    margin-top: 5rem; }
    .image-cta-feature:first-of-type {
      margin-top: 7rem; }
  .product-archive h3 {
    text-align: center !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important; }
  .product-archive-list {
    overflow-x: scroll;
    margin-bottom: 1rem;
    white-space: nowrap;
    height: 70px !important;
    width: 100%;
    overflow-y: hidden;
    padding-top: 1rem;
    display: inherit !important; }
    .product-archive-list .clearfix {
      display: none; }
  .ps-title {
    text-align: center;
    padding: 1rem !important;
    align-items: center;
    height: 50px; }
  .image-testimonial-container {
    margin-bottom: 450px;
    width: 100%;
    height: 45vh; }
  .image-testimonial-content {
    padding: 6rem 1rem !important;
    background: #1e324f;
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, 100%);
    text-align: left;
    align-items: flex-start; }
    .image-testimonial-content a {
      width: 100%; }
    .image-testimonial-content h3 {
      margin-bottom: 1rem; }
  .guarantee-cta {
    margin-bottom: 16rem; }
  .g-cta-content p {
    width: 100%; }
  .guarantee-logos {
    flex-wrap: wrap; }
    .guarantee-logos .g-logo {
      width: 30%;
      height: 80px;
      position: relative;
      margin-bottom: 0.7rem; }
  .finance-feature {
    width: 100%; } }

#contact-fixed {
  position: absolute;
  width: 100%;
  z-index: 999; }
  #contact-fixed .contact-tab {
    padding: 6px 12px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
    #contact-fixed .contact-tab p {
      padding: 0;
      margin-bottom: 0;
      margin: 0 .25rem;
      display: inline-block; }
      #contact-fixed .contact-tab p i,
      #contact-fixed .contact-tab p svg {
        color: #fff;
        transition: all 0.2s ease; }
      #contact-fixed .contact-tab p a {
        text-decoration: none !important;
        border-bottom: none !important;
        padding: 0 0.1rem; }

.contact-hide {
  color: white;
  padding: 0 0.2rem;
  transition: all 0.3s ease; }

.contact-blocks {
  display: inline-block;
  padding: .1rem .3rem; }

.contact-blocks:hover .contact-hide {
  width: auto !important; }

.contact-details {
  margin-bottom: 1.5rem; }

@media (max-width: 767px) {
  #contact-fixed .contact-tab p a span.contact-hide {
    display: none; } }

.accreditations {
  position: relative;
  padding: 4rem 0 3rem 0;
  font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
  font-weight: 500; }
  .accreditations a {
    outline: none !important; }

.accreditations-slider-inner {
  position: relative;
  height: 150px;
  width: 100px;
  margin: 0 auto;
  outline: none !important; }
  .accreditations-slider-inner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    left: 0;
    filter: grayscale(1);
    transition: all 0.2s ease-out; }
  .accreditations-slider-inner:hover img {
    filter: none; }

.test-container {
  outline: none !important;
  text-align: left;
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  align-items: center;
  padding: 0 2rem 1.5rem; }

@media (max-width: 1025px) {
  .accreditations-slider-inner {
    width: 66px; } }

.page-archive {
  position: relative;
  padding: 2rem 0; }

.page-archive-item {
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  .page-archive-item img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .page-archive-item h4 {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    color: white;
    width: 100%;
    letter-spacing: 3px;
    font-size: 1.35rem; }

.page-archive-cta {
  background: #1E324F;
  color: white;
  display: flex;
  padding: 2rem 2.5rem;
  align-items: center;
  justify-content: space-between; }

.embed-responsive-2by1::before {
  padding-top: 150%; }

@media (max-width: 991px) {
  .page-archive-cta {
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
    position: relative; }
  .page-archive-cta-button {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 80%; }
    .page-archive-cta-button a {
      width: 100%;
      padding: 0.9rem; } }

.this-is-not-an-advert {
  position: relative;
  padding-bottom: 3rem; }

.this-is-not-an-advert-container {
  height: 550px !important;
  width: 100%;
  position: relative; }
  .this-is-not-an-advert-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0; }

.advert-gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 65%;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.75), transparent, transparent); }

.advert-container-inner {
  position: relative;
  margin: 2rem;
  color: white;
  height: 87.5%;
  display: flex;
  align-items: flex-start;
  border: 2px solid white;
  padding: 2rem;
  border-bottom: none;
  flex-direction: column;
  justify-content: flex-end; }
  .advert-container-inner h3 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    width: 500px; }
  .advert-container-inner .end-date {
    padding: 1rem 2rem;
    background: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    color: black;
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400; }
  .advert-container-inner .advert-subtitle {
    width: 80%; }

.slick-dots {
  margin-bottom: 2rem;
  color: #1E324F;
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  padding-bottom: 1.5rem !important; }

.advert-btn {
  display: flex;
  align-items: center;
  color: #457C1F;
  text-decoration: none !important;
  position: absolute;
  right: 3%;
  padding-left: .5rem;
  background: white;
  outline: none !important; }
  .advert-btn i,
  .advert-btn svg {
    padding: .5rem;
    background: white;
    color: #457C1F;
    margin-left: .75rem; }
  .advert-btn:hover {
    color: #457C1F; }
    .advert-btn:hover i,
    .advert-btn:hover svg {
      color: #1E324F; }

.dots-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: -1.55rem;
  left: 0; }

.dots-border {
  height: 2px;
  background: white;
  flex-grow: 1;
  width: 100%;
  z-index: 30; }

@media (max-width: 991px) {
  .this-is-not-an-advert {
    margin-top: 1rem;
    padding-bottom: 0; }
    .this-is-not-an-advert .slick-list {
      overflow: visible !important; }
  .end-date {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 30%);
    z-index: 20000;
    width: 275px;
    text-align: center; }
  .this-is-not-an-advert-container {
    height: 75vh !important; }
  .advert-container-inner {
    margin: 1rem;
    height: 93%; }
    .advert-container-inner h3 {
      width: auto !important; }
    .advert-container-inner .advert-subtitle {
      width: auto !important;
      margin-bottom: 1.5rem; }
  .page-archive {
    padding: 0; }
  .page-archive-item h4 {
    font-size: 1rem; }
  .advert-btn {
    bottom: 10px; }
  .advert-gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); } }

.text-image {
  position: relative;
  padding: 2rem; }

.text-image-img-container {
  position: relative;
  height: 400px;
  width: 100%; }
  .text-image-img-container img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0; }

.text-image-content {
  width: 95%; }
  .text-image-content h2 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400; }
  .text-image-content p {
    color: #6c757d; }

.finalist-container {
  position: absolute;
  bottom: 14px;
  transform: translateY(50%);
  left: 7%; }
  .finalist-container img {
    width: 140px;
    height: auto; }
  .finalist-container span {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.36); }

@media (max-width: 1025px) {
  .finalist-container {
    bottom: 74px; } }

@media (max-width: 991px) {
  .text-image {
    padding: 0; }
    .text-image .container {
      padding: 0; }
    .text-image a {
      display: none; }
  .text-image-img-container {
    height: 35vh;
    margin-bottom: 4rem; }
  .finalist-container {
    position: absolute;
    bottom: 30px;
    transform: translateY(0);
    left: 10%; }
    .finalist-container img {
      width: 90px; } }

.product-archive {
  position: relative;
  padding: 3rem 0; }
  .product-archive h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 400; }

.ps-title {
  width: 100%;
  padding: 1rem 0;
  padding-right: .5rem;
  font-weight: 400;
  cursor: pointer; }

.product-archive-list {
  text-align: right;
  height: 92%;
  display: flex;
  flex-direction: column; }

.ps-cont {
  margin-bottom: 2rem;
  position: relative;
  height: 175px; }
  .ps-cont span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    z-index: 10;
    top: 67%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    display: flex;
    align-items: center;
    justify-content: center; }
  .ps-cont img {
    position: absolute;
    object-fit: cover;
    left: 0;
    height: 100%;
    width: 100%; }

.mixitup-control-active {
  background: #000;
  color: white !important;
  font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
  font-weight: 500; }

/* CASE STUDY TEMPLATE PART */
.case-studies {
  position: relative;
  padding: 4rem 0 1rem 0;
  background: #F7F7FA; }
  .case-studies h3 {
    text-align: center;
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 500;
    width: 50%;
    margin: 0 auto; }
  .case-studies .slick-list {
    overflow: visible; }
  .case-studies .slick-dots {
    margin: 0 auto !important;
    position: relative !important;
    display: block !important;
    bottom: unset !important;
    padding-bottom: 0 !important;
    padding-top: 1rem; }
  .case-studies .slick-dots li button:before {
    color: black !important; }

@media (max-width: 991px) {
  .case-studies .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  .case-studies .slick-dots {
    padding-top: 0 !important; } }

.case-study-slider {
  margin-top: 2.5rem; }

.case-study-inner {
  position: relative;
  height: 400px !important;
  width: 450px;
  margin: 0 1.5rem;
  outline: none !important;
  max-width: 900px; }
  .case-study-inner img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0; }
  .case-study-inner a {
    position: absolute;
    bottom: 8%;
    right: 7%;
    z-index: 20;
    color: white;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 3px;
    font-weight: 500;
    text-decoration: none; }
    .case-study-inner a:hover {
      text-decoration: none; }

.case-study-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: white;
  padding: 2rem; }
  .case-study-content span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem; }
  .case-study-content h4 {
    font-size: 1.25rem;
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 500;
    margin-top: 1rem; }

@media (max-width: 991px) {
  .case-study-inner {
    height: 40vh !important;
    margin: 0 1rem; }
  .case-study-content {
    padding: 1rem !important; }
  .case-studies-link {
    width: 100%; }
  .case-studies {
    padding: 4rem 0 3rem 0; }
  .middle-images {
    display: flex; } }

/* CASE STUDY CTP ARCHIVE */
.case-study-sidebar {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .case-study-sidebar h4 {
    text-align: center; }

.case-study-sidebar-inner {
  width: 100%;
  border: 1px solid #EDEDF2;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: left; }
  .case-study-sidebar-inner h5 {
    margin: .5rem 0 1rem 0; }
  .case-study-sidebar-inner a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    font-weight: 400; }
  .case-study-sidebar-inner span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75rem; }

.case-study-archive-header {
  font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 3rem; }

.case-study-title {
  font-weight: 400;
  width: 100%;
  border-bottom: 3px solid #1E324F;
  padding-bottom: .5rem;
  margin-bottom: 2rem; }

.case-study-page-content {
  padding: 1rem;
  position: relative; }

.case-study-img {
  height: 30vh;
  width: 100%;
  position: relative; }
  .case-study-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.back-to-cs {
  width: 100%; }
  .back-to-cs a {
    width: 100%; }

.case-study-gallery-inner {
  width: 100%;
  height: 70vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 1rem; }
  .case-study-gallery-inner img {
    width: 100%; }

.case-study-gallery .slick-list {
  overflow: visible !important; }

.case-study-header-image {
  width: 100%;
  height: 40vh;
  position: relative;
  margin-bottom: 1rem; }
  .case-study-header-image img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0; }

.case-study-images {
  position: relative;
  height: 30vh;
  width: 48%;
  margin: .25rem;
  display: inline-block; }
  .case-study-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0; }

.loveleekes {
  position: relative;
  background: #F7F7FA;
  padding-bottom: 2rem; }
  .loveleekes h2 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 600; }

.loveleekes-img {
  position: relative;
  height: 493px;
  width: 100%; }
  .loveleekes-img img {
    position: absolute;
    object-fit: contain;
    height: 100%;
    width: 100%;
    left: 0; }

.loveleekes-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center; }
  .loveleekes-content h2 {
    color: #1E324F; }

.social-icon {
  position: relative;
  margin: 0 .5rem;
  width: 40px;
  height: 40px;
  background: white;
  padding: 0.35rem .5rem; }
  .social-icon i,
  .social-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1E324F; }

.social-icons {
  display: flex;
  margin-top: 2rem !important;
  margin: 0 auto;
  width: 280px; }
  .social-icons a {
    color: #000000 !important;
    text-decoration: none !important; }

.loveleekesmobile {
  display: none; }

@media (max-width: 991px) {
  .loveleekes {
    position: relative;
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center; }
    .loveleekes img {
      position: absolute;
      object-fit: cover;
      height: auto;
      width: 100%;
      left: 0; }
  .loveleekes-hide {
    display: none; }
  .loveleekes-content span {
    background: white;
    padding: .5rem; }
  .loveleekesmobile {
    display: inherit; } }

.latest-videos {
  position: relative;
  padding: 0 0 2rem 0;
  background: #F7F7FA; }
  .latest-videos h3 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem; }
  .latest-videos h4 {
    font-size: 1.1rem;
    color: #474747;
    margin: 1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.latest-videos-container-large {
  position: relative;
  height: 91%;
  width: 100%; }
  .latest-videos-container-large img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }

.latest-videos-container-small {
  position: relative;
  height: 225px;
  width: 100%; }
  .latest-videos-container-small img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }

@media (max-width: 991px) {
  .latest-videos-container-large {
    height: 35vh !important; }
  .latest-videos a {
    width: 100%; } }

.latest-news {
  position: relative;
  padding: 2rem 0;
  background: white; }
  .latest-news h3 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem; }

.news-card {
  height: 550px;
  width: 100%;
  position: relative; }
  .news-card img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.news-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 66%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding: 2rem;
  color: white;
  text-align: center; }
  .news-card-content h4 {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%); }

.news-subtext {
  position: absolute;
  bottom: 12%;
  font-size: .8rem; }

@media (max-width: 991px) {
  .latest-news .text-center a {
    width: 92%;
    margin-top: 0 !important; } }

.locations {
  position: relative;
  padding: 3rem 0 2rem 0;
  background: #F7F7FA; }
  .locations h3 {
    font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
    font-weight: 500;
    padding-left: 1rem;
    max-width: 1400px; }
  .locations form {
    position: relative;
    width: 60%; }
    .locations form i,
    .locations form svg {
      position: absolute;
      right: 2rem;
      color: black;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }

.location-tab-container {
  margin: 0 auto;
  max-width: 1400px; }

.location-tab {
  position: relative;
  padding: 3rem 2rem;
  background: #F7F7FA;
  transition: all 0.2s ease-out;
  flex-grow: 1;
  cursor: pointer; }
  .location-tab span {
    color: #6C757D;
    font-weight: 300; }
  .location-tab h4 {
    color: #474747; }
  .location-tab:hover {
    background: #ededf2; }

.location-map-container {
  position: relative;
  width: 100%;
  height: 55vh; }
  .location-map-container img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0; }

.location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  padding: 2rem 5rem;
  color: #474747;
  position: relative; }
  .location-content h3 {
    color: black;
    font-weight: 400;
    padding-left: 0; }
  .location-content h3, .location-content p {
    margin-bottom: 1.5rem; }
  .location-content select {
    width: 100%;
    border: 2px solid black;
    background: white;
    text-transform: uppercase;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 1rem;
    color: #1E324F;
    font-size: .8rem;
    font-weight: 500; }
  .location-content p {
    width: 80%; }
  .location-content td {
    font-weight: 300; }

.address-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.location-flex {
  display: flex;
  margin-bottom: 1rem;
  font-weight: 300; }
  .location-flex i,
  .location-flex svg {
    height: 100%;
    margin-right: .5rem;
    margin-top: .2rem;
    width: 17px; }
  .location-flex a {
    color: #474747;
    text-decoration: none; }
    .location-flex a:hover {
      text-decoration: none; }

.short-hr {
  border-top: 4px solid #457C1F;
  width: 175px;
  margin-left: 0; }

.location-sm-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300; }

.store-manager {
  margin-left: 1.5rem; }

.active-show {
  display: flex !important; }

.location-image-details {
  position: absolute;
  top: 5%;
  right: 2rem;
  background: white;
  padding: 2rem 2rem 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

.post-content {
  padding: 2rem 0; }

@media (max-width: 1024px) {
  .location-tab-container {
    width: 100%; }
    .location-tab-container .row {
      justify-content: space-around; }
      .location-tab-container .row .location-tab {
        padding: 3rem 1.5%; }
  .locations h3 {
    padding-left: 0; } }

@media (max-width: 991px) {
  #locationFormSelect {
    position: absolute;
    top: -2rem;
    transform: translate(-50%, -50%);
    left: 50%;
    border: none;
    border-radius: 0;
    padding-left: .5rem;
    width: 90%; }
  .location-content {
    margin-top: 2rem;
    padding: 3rem 2rem; }
    .location-content select {
      width: 100%;
      margin: 0 auto; }
  .location-map-container {
    height: 45vh; }
  .location-image-details {
    position: relative;
    margin-bottom: 0.8rem;
    padding: 2rem;
    top: unset;
    right: unset; }
  .post-content {
    padding: 0; } }

.location-row {
  display: none; }
  .location-row.active {
    display: flex; }

.image-text-header {
  margin-top: 2rem; }
  .image-text-header .container-fluid {
    margin-top: 0 !important; }

.location-content-wrap {
  margin-top: 4rem; }
  .location-content-wrap .container-fluid {
    padding: 0 2rem; }
  .location-content-wrap .left-col {
    padding-right: 5rem; }
    .location-content-wrap .left-col .text-block-wrap {
      margin-bottom: 4rem; }
      .location-content-wrap .left-col .text-block-wrap .top-col {
        display: flex;
        align-items: flex-end; }
        .location-content-wrap .left-col .text-block-wrap .top-col .image-wrap {
          min-height: 300px; }
        .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap-img {
          padding: 0 3rem; }
        .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap h3, .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap h5, .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap-img h3, .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap-img h5 {
          text-transform: uppercase; }
        .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap h3, .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap-img h3 {
          font-size: 2.3rem; }
      .location-content-wrap .left-col .text-block-wrap .bot-col {
        padding: 2rem 0; }
  .location-content-wrap .right-col .side-sticky-cta {
    border: 2px solid black; }
    .location-content-wrap .right-col .side-sticky-cta .location-image-details {
      position: relative;
      top: 0;
      left: 0;
      box-shadow: none; }
    .location-content-wrap .right-col .side-sticky-cta .opening-title {
      margin-top: 5rem; }
    .location-content-wrap .right-col .side-sticky-cta table tr:last-of-type td {
      padding-top: 1rem;
      font-size: .8rem; }
  .location-content-wrap .right-col .side-sticky-cta.is_stuck {
    margin-top: 200px !important; }

.location-map {
  margin-top: 10rem; }

@media screen and (max-width: 1200px) {
  .image-text-header .ith-btn-group .btn:first-of-type {
    margin-bottom: 1rem; }
  .location-content-wrap .left-col {
    padding-right: 3rem; }
    .location-content-wrap .left-col .text-block-wrap {
      margin-bottom: 4rem; }
      .location-content-wrap .left-col .text-block-wrap .bot-col {
        padding: 0; }
  .location-content-wrap .right-col .side-sticky-cta .location-image-details {
    padding: 2rem 1rem; }
    .location-content-wrap .right-col .side-sticky-cta .location-image-details .location-flex {
      font-size: .8rem; }
  .location-content-wrap .right-col .side-sticky-cta table {
    font-size: .6rem; }
    .location-content-wrap .right-col .side-sticky-cta table tr:last-of-type td {
      font-size: .8rem; } }

@media screen and (max-width: 992px) {
  .location-content-wrap .left-col .text-block-wrap .top-col .title-wrap-img {
    padding: 2rem 1rem; }
  .location-content-wrap .right-col .side-sticky-cta {
    margin-bottom: 4rem; }
    .location-content-wrap .right-col .side-sticky-cta .location-image-details {
      padding: 2rem 3rem; }
      .location-content-wrap .right-col .side-sticky-cta .location-image-details .location-flex {
        font-size: 1rem; }
    .location-content-wrap .right-col .side-sticky-cta .opening-title {
      margin-top: 2rem; }
    .location-content-wrap .right-col .side-sticky-cta table {
      font-size: .9rem; }
      .location-content-wrap .right-col .side-sticky-cta table tr:last-of-type td {
        font-size: .8rem; }
  .location-map {
    margin-top: 0; } }

.key-features {
  position: relative;
  padding: 2rem 0;
  background: #F7F7F7; }
  .key-features h3 {
    font-weight: 400;
    margin-bottom: 3rem; }

.colour-swatch {
  border-radius: 100%;
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin: 0 .5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease-out;
  border: 2px solid #C4C4C4; }
  .colour-swatch:hover {
    transform: scale(1.05);
    border: none; }
  .colour-swatch:hover > .colour-swatch-tooltip {
    visibility: visible; }

.colour-swatch-tooltip {
  visibility: hidden;
  position: absolute;
  top: -26px;
  left: 50%;
  text-align: center;
  font-size: 11px;
  min-width: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  background: #000000de;
  color: #fff;
  padding: 0.2em 0;
  border-radius: 7px; }
  .colour-swatch-tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -3px;
    border-style: solid;
    border-width: 4px 7.5px 0 7.5px;
    border-color: #000000de transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000de #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff'); }

.colour-swatches {
  display: flex; }

.cgi-image-container {
  position: relative;
  max-width: 500px;
  height: 500px; }
  .cgi-image-container img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%; }

.key-feature-carousel h4 {
  border-bottom: 2px solid black;
  padding-bottom: 0.5rem;
  padding-left: 5rem;
  padding-top: 1rem; }

.key-feature-carousel p {
  color: #6C757D;
  width: 80%; }

.svg-container {
  position: absolute;
  padding: 0 1rem;
  bottom: 0;
  width: 82px; }
  .svg-container svg {
    height: 50px; }

.key-feature-inner {
  outline: none !important; }

.feature-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.slider-controls {
  position: absolute;
  bottom: 0;
  right: 0; }
  .slider-controls .key-feature-control {
    background: white;
    transition: all 0.2s ease-in; }
    .slider-controls .key-feature-control:hover {
      background: #457C1F;
      color: white; }

.key-feature-colour-column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: scroll; }

.key-feature-title-container {
  width: 100%;
  position: relative; }

@media (max-width: 991px) {
  .cgi-image-container {
    max-width: 345px;
    height: 345px;
    margin: 0 auto; }
  .slider-controls {
    bottom: -15px;
    right: 15px; }
  .key-feature-carousel {
    padding-bottom: 2rem; }
    .key-feature-carousel p {
      width: 100%; }
  .key-feature-colour-column {
    flex-direction: column;
    overflow-x: inherit; }
  .colour-swatches {
    width: 100%;
    padding: 2.25rem 0;
    overflow-x: scroll; } }

.faqs {
  position: relative;
  padding: 6rem 0;
  background: #F7F7F7; }

#faqs {
  border: none !important; }
  #faqs .card {
    border: none !important; }
  #faqs .card-body {
    background: #F7F7F7; }
  #faqs .card-header {
    background: #F7F7F7;
    border-top: 2px solid black;
    border-radius: 0 !important;
    position: relative;
    border-bottom: none;
    cursor: pointer; }
    #faqs .card-header a {
      flex-grow: 1;
      display: flex; }
    #faqs .card-header i,
    #faqs .card-header svg {
      position: absolute;
      right: 1%;
      top: 50%;
      transform: translateY(-50%);
      color: black;
      font-size: 1.5rem;
      transition: all 0.3s ease-in; }
    #faqs .card-header span {
      font-family: canada-type-gibson, Helvtica, Arial, sans-serif;
      font-weight: 400;
      font-size: 1.5rem; }

.icon-spin i,
.icon-spin svg {
  transform: translateY(-50%) rotate(45deg) !important; }

.collapse {
  visibility: visible; }

.image-feature {
  position: relative;
  padding: 3rem 0 10rem 0;
  background: #F7F7F7; }

.image-feature-content {
  padding: 1.5rem 2rem;
  background: white;
  position: absolute;
  bottom: 15%;
  left: 50%;
  z-index: 20;
  width: 84%;
  transform: translate(-50%, 100%); }
  .image-feature-content p {
    color: #6C757D; }

.image-container {
  position: relative; }
  .image-container img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.sml-img {
  width: 100%;
  height: 50vh; }

.lrg-img {
  width: 100%;
  height: 70vh; }

.image-feature-column {
  padding: 0 2rem; }

@media (max-width: 991px) {
  .image-feature-column {
    padding: 0;
    margin-bottom: 14rem; } }

@keyframes showFadeIn {
  from {
    opactiy: 0; }
  to {
    opacity: 1; } }

.garden-engine {
  display: flex;
  align-items: stretch;
  margin: 4rem auto;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.2); }
  .garden-engine > div,
  .garden-engine form {
    width: 100%; }
  .garden-engine form {
    overflow: hidden;
    padding: 2.5rem 2rem;
    background-color: #1E324F; }
  .garden-engine .image-wrapper {
    position: relative;
    text-align: right; }
    .garden-engine .image-wrapper h2 {
      color: #1E324F;
      background-color: rgba(255, 255, 255, 0.45);
      padding: 0.75rem 1rem;
      width: 100%;
      backdrop-filter: blur(3px); }
    .garden-engine .image-wrapper img {
      position: absolute;
      right: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .garden-engine .page {
    display: none;
    max-width: 100%; }
    .garden-engine .page.active {
      display: block;
      animation: showFadeIn 0.3s linear forwards; }
    .garden-engine .page h2 {
      color: white;
      margin-bottom: 2rem; }
    .garden-engine .page p {
      color: white; }
  .garden-engine .dimensions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .garden-engine .dimension-box {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 1rem;
    min-width: 200px;
    padding: 0.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin-top: 0.75rem;
    font-size: 1.2rem;
    color: white;
    transition: background-color 0.25s linear; }
    .garden-engine .dimension-box input {
      width: auto;
      margin-right: 1.5rem;
      margin-bottom: 0; }
    .garden-engine .dimension-box:focus, .garden-engine .dimension-box:hover {
      background-color: rgba(255, 255, 255, 0.25);
      cursor: pointer; }
  .garden-engine .tile-box {
    display: inline-block;
    width: 50%; }
  .garden-engine h2 {
    font-weight: 500;
    text-align: center; }
  .garden-engine .tiles-container {
    max-width: 100%;
    margin-top: 2rem; }
  .garden-engine .select-tile {
    display: inline-block;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase; }
    .garden-engine .select-tile h4 {
      font-size: 1.2rem;
      padding: 0.3rem 0.5rem; }
    .garden-engine .select-tile img {
      max-height: 90px;
      min-width: 110px;
      margin-bottom: 1rem;
      object-fit: cover; }
    .garden-engine .select-tile.active, .garden-engine .select-tile:hover {
      cursor: pointer;
      background-color: #f7f7f7; }
      .garden-engine .select-tile.active h4, .garden-engine .select-tile:hover h4 {
        font-weight: 500;
        color: #fff;
        background-color: #007bff; }
    .garden-engine .select-tile.color-tile img {
      object-fit: cover; }
  .garden-engine .input-p {
    font-size: 1.2rem; }
  .garden-engine .controls {
    margin-top: 2rem;
    display: flex; }
  .garden-engine .btn-primary {
    border: 2px solid #007bff !important;
    border-radius: 4px !important;
    padding: 0.3rem 1rem; }
    .garden-engine .btn-primary:first-of-type {
      background-color: transparent !important;
      color: #007bff !important; }
    .garden-engine .btn-primary:last-of-type {
      margin-left: auto; }
    .garden-engine .btn-primary:focus, .garden-engine .btn-primary:hover {
      background-color: #0062cc;
      border-color: #0062cc;
      color: #fff; }

@media (max-width: 768px) {
  .garden-engine {
    flex-direction: column;
    box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.15); }
    .garden-engine .image-wrapper {
      min-height: 280px;
      text-align: center; }
      .garden-engine .image-wrapper h2 {
        margin: 1.5rem 1rem; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
