/*
	Theme Name: Care Consumer
	Theme URI: http://www.cornerstonedm.co.uk
	Description: Cornerstone
	Version: 1.0
	Author: The Cornerstone Team
	Author URI: www.cornerstonedm.co.uk
	Tags: Cornerstone, HTML, CSS, Wordpress site
*/

/* Ensure elements load hidden before ScrollReveal runs */
.not-visible-onload{ 
  visibility: hidden; 
}

/* Used to display page blocks in a inline manner */
.rows-outer-wrapper{
  margin-top: 20px;
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}

/* Display blocks inline */
.display-inline{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  _height: 250px;
}
.bring-forward{
  position: relative;
  z-index: 9;
}
.no-decoration{
  text-decoration: none;
}
.no-margin{
  margin: 0px !important;
}
.no-margin-left{
  margin-left: 0px !important;
}
.no-margin-right{
  margin-right: 0px !important;
}
.no-margin-top{
  margin-top: 0px !important;
}
.no-margin-bottom{
  margin-bottom: 0px !important;
}

/* Wordpress dependent CSS to align text and images within the editor*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; float: none;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto; float: none;}


footer {
  background-color: #282b3a;
  position: relative;
}

.flex-it {
  display:flex;
  justify-content: center;
}

.filter {
  background-color:rgba(50, 141, 218, 0.8);
  width:100%;
  height:100%;
}

/* Navigation */

nav#mainnav ul li.menu-item-home {
  display:none;
}

.header-menu {
  display:none;
}

.header-logo-wrapper {
  margin-bottom:20px;
}

nav#mainnav .mobilenav-logo {
  display:none;
}

nav#mainnav ul {
 display:flex;
 width:100%;
 justify-content: space-around;
 padding:0;
 margin:0;
 border-top:1px solid #ffffff;
 border-bottom:1px solid #ffffff;
}

nav#mainnav ul li {
  display:block;
  padding:20px 0;
  font-size:20px;
 }

 nav#mainnav ul li a:hover {
   color: #328dda;
 }

nav#mainnav ul, nav#mainnav ul li, nav#mainnav ul li a, .fa-search {
  color:#ffffff;
  text-decoration: none;
}

nav#mainnav ul li a .fa-search:hover {
  color: #328dda;
}

nav#mainnav ul li.current-menu-item a {
  text-decoration: underline;
}

nav#mainnav ul li.close-shift-toggle {
  display:none;
}

/* product category */


.product-category-feed {
  margin-bottom:80px;
}

.product-category-feed .site-center {
  background-color:#ffffff;
}

/* Product page */

.single-product .sp-thumbnail-gallery {
  max-width:400px;
  margin:0 auto;
}

.single-product .sp-thumbnail-gallery .indv-sp-thumbnail-image {
  width:86px !important;
  height:86px !important;
  margin:0 7px 10px;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(223,225,226,1); 
  box-shadow: 0px 7px 7px 0px rgba(223,225,226,1);
  overflow: hidden;  
}

.single-product .sp-thumbnail-gallery .indv-sp-thumbnail-image img {
  display: block;
  position:relative;  
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  margin:0 auto;
}

.single-product .sp-thumbnail-gallery .slick-arrow, .single-product .sp-main-gallery .slick-arrow {
  width:30px;
  height:30px;
  border-top:1px solid #328dda;
  border-left:1px solid #328dda;
  transform:rotate(-45deg);
  top:35%;
}

.single-product .sp-thumbnail-gallery .slick-arrow.slick-next, .single-product .sp-main-gallery .slick-arrow.slick-next {
  transform:rotate(135deg);
}

.single-product .sp-main-gallery .slick-dots {
  bottom:-170px;
}

.single-product .sp-main-gallery .slick-slide img {
  position:relative;
  top:200px;
  transform: translateY(-50%);  
}


.sp-top-col-left .title-container {
  display:flex;  
}

.sp-top-col-left .title-container {
  display:flex;  
}



.sp-top-col-left .title-container .sp-banner-title h1 {
  margin-top:10px;
  color:#282b3a;
  font-size:2.8vw;
}

.sp-top-col-left .title-container .sp-banner-title p {
  margin:0px;
  font-size:18px;
  color:#282b3a;
}

.sp-top-content h2 {
  color:#6c6b6b !important;
  font-size:26px;
  margin-left:150px;
}

.single-product ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product ul.tabs li {
  width:100%;
  margin: 0 0 25px;
  cursor: pointer;
  color: #328dda;
  font-size:18px;
  line-height:34px;
}

.single-product ul.tabs li i {
  font-size: 24px;
  position:relative;
  bottom:-3px;
  margin-left:3px;
}


.single-product ul.tabs li.active {
  background-color:unset;
  color: #6c6b6b;
  border-bottom: 0;
  display: block;
}

.single-product ul.tabs li.active i {
  display: none;
}

.single-product ul.tabs li.active span {
  text-decoration: underline;
}

.single-product .sp-banner-title .desktop {
  display: block;
}

.single-product .sp-banner-title .mobile {
  display: none;
}


/* Featured post*/

.featured-post .two-cta-button .default-button {
  padding:14px 60px;
  border-radius: 25px;
  white-space: nowrap;
}

.featured-post .site-center {
  width:85%;
}

.featured-post .indv-two-cta, .default-sp-related-products-feed .indv-product-rel {
  border:1px solid #dfe1e2;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(223,225,226,1); 
  box-shadow: 0px 7px 7px 0px rgba(223,225,226,1);
}

.featured-post .indv-two-cta {
  position: relative;
  background-color:#f9f9f9;
}

.featured-post .indv-two-cta .two-cta-key-info .title {
  height:170px;
  width:80%;
  max-width:450px;
  position: absolute;
  background-color:#f9f9f9;
  left:50%;
  transform: translate(-50%, -170px);  
}

.featured-post .indv-two-cta .two-cta-content p {
  text-align: left;
}

.featured-post .indv-two-cta .two-cta-key-info .title h3 {
  color:#282b3a;
  font-size:2.6vw;
  position: relative;
  margin:0;
  top:50%;
  transform: translateY(-50%);
}

.featured-post .indv-two-cta .two-cta-button {
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.featured-post #slick-featured-posts .slick-cloned {
  max-height: 0px;
}

.featured-post #slick-featured-posts .key-info  {
  margin-top:40px;
}

.featured-post #slick-featured-posts .slick-arrow, .single-product .default-sp-related-products-feed .slick-arrow {
  border-top: 2px solid #328dda;
  border-left: 2px solid #328dda;
  width:40px;
  height:40px;
}

.featured-post #slick-featured-posts .slick-prev, .single-product .default-sp-related-products-feed .slick-prev{
  transform: rotate(-45deg);
}

.featured-post #slick-featured-posts .slick-next, .single-product .default-sp-related-products-feed .slick-next  {
  transform: rotate(135deg);
}

.featured-post #slick-featured-posts .slick-dots, .single-product .default-sp-related-products-feed .slick-dots  {
  bottom:-60px;
}

.featured-post #slick-featured-posts .slick-dots li, .single-product .sp-main-gallery li, .single-product .default-sp-related-products-feed .slick-dots li {
  margin:0px;
}

.featured-post #slick-featured-posts .slick-dots li button, .single-product .sp-main-gallery li button, .single-product .default-sp-related-products-feed .slick-dots li button {
  width:14px;
  height:14px;
  border:1px solid #6c6b6b;
  border-radius: 50%;
}

.featured-post #slick-featured-posts .slick-dots li.slick-active button, .single-product .sp-main-gallery li.slick-active button, .single-product .default-sp-related-products-feed .slick-dots li.slick-active button {
  background-color:#328dda;
  border:0;
}

.featured-post #slick-featured-posts .slick-dots li button::before, .single-product .sp-main-gallery li.slick-active button::before, .single-product .default-sp-related-products-feed .slick-dots li button::before {
  content:"";
}

.featured-post .featured-post .site-center {
  width:80%;
}

/* Owl Carousel dependent CSS */

.owl-theme .owl-controls{
  margin-top:10px;
  text-align:center;
  -webkit-tap-highlight-color:transparent;
}

.owl-theme .owl-controls .owl-nav div{
  background-color:transparent;
  border-top: 2px solid #328dda;
  border-left: 2px solid #328dda;
  width: 40px;
  height: 40px;
  display:inline-block;
  cursor:pointer;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}

.owl-theme .owl-controls .owl-nav .disabled{
  opacity:.5;
  cursor:default;
}

.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  *display:inline;
}

.owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#d6d6d6;
  display:block;
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}  

.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;  
}
.owl-item { 
  transform: translateZ(0);
  -webkit-transform: translateZ(0); 
  -ms-transform: translateZ(0);
 }
/* cs gallery */

.gallery-sc-slideshow-thumbs img{
  width: auto !important;
  cursor: pointer;
}
.gallery-sc-slideshow-thumbs .owl-stage{
  margin: 0px auto;
}
.gallery-sc-slideshow .owl-controls{
  top: 40%;
  /*position: absolute;*/
  /*width: 100%;*/
}
.gallery-sc-slideshow .owl-prev{
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 99;
}
.gallery-sc-slideshow .owl-next{
  position: absolute;
  top: 38%;
  right: 0;
  z-index: 99;
}
.gallery-sc-slideshow .owl-prev i,
.gallery-sc-slideshow .owl-next i
{
  font-size: 40px;
  color: grey;
}
.gallery-sc-slideshow .owl-prev{
  background: white;
  padding: 10px;
  opacity: 0.5;
  float: left;
}
.gallery-sc-slideshow .owl-next{
  background: white;
  padding: 10px;
  opacity: 0.5;
  float: right;
}
.gallery-sc-slideshow .owl-prev:hover,
.gallery-sc-slideshow .owl-next:hover
{
  opacity: 1;
}
.gallery-sc-slideshow{
  margin-bottom: 5px;
}
.indv-cs-gallery{
  position: relative;
  /*cursor: zoom;*/
}
.indv-cs-gallery-overlay{
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  text-align: center;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.image-title-cs{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.indv-cs-gallery:hover > .indv-cs-gallery-overlay{
  visibility: visible;
  opacity: 1;
}

/* end cs gallery */


body{
  font-family: ingra, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #7d7c7c;
  font-size: 16px;
  line-height: 1.4;
}

a{
  color: #328dda;
}


h1, h2, h3, h4, h5{
  font-weight: 200;
}

strong{
  font-weight: 500;
}

/* ubermenu css */
.ubermenu-target{
  font-size: 14px !important;
  color: white !important;
  padding: 10px 20px !important;
  transition: all 0.5s ease !important;
}
.ubermenu .ubermenu-target-text:hover{
  color: #57abf3 !important;
}
.ubermenu-current-menu-item .ubermenu-target-text{
  color: #57abf3 !important;
  transition: all 0.5s ease !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{
  right: 5px !important;
}
.ubermenu-submenu{
  background: white !important;
  color: #57abf3 !important;
}
.ubermenu-submenu .ubermenu-target{
  color: #57abf3 !important;
}

iframe{
  width: 100%;
  max-width: 100%;
}

/* end ubermenu css */

.slide-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.default-slide-overlay-bg{
  background: #05172e;
  opacity: 0.6;
}
.image-slide-container
{
  position: relative;
  overflow: hidden;
}
.mixed-page-slideshow-container{
  position: relative;
  overflow: hidden;
}
.image-slide img{
  width: 100%;
  object-fit: cover;
}

.slide-overlay-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.content-slide {
  position: absolute;
  top: 68%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
  z-index: 9;
}

.home .content-slide{
  position: absolute;
  transform: none;
  top: 65%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
}

.inner-content-slide{
  text-align: center;
  color: white;
  max-width: 75%;
  margin: 0px auto;
}
.inner-content-slide h3, .inner-content-slide h1
{
  font-size: 3vw;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  margin: 0 auto 10px;
  max-width:50vw;
}
.inner-content-slide h4
{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.inner-content-slide p{
  font-size: 2.3vw;
  margin: 0 auto 20px;
}
.default-button{
  display: inline-block;
  white-space: nowrap;
  background: #328dda;
  border-radius: 20px;
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.inner-content-slide .default-button{
  font-size: 18px;
  margin-top: 30px;
  background: #328dda;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 40px;
}

.header-full-wrapper{
  position: relative;
}
.header-top-row{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.inner-header-top-row{
  margin: 40px;
}
.header-logo-social{
  text-align: right;
  margin-top: 20px;
}
.header-logo-social a{
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}

.header-logo img{
  transition: width 0.9s ease-in-out;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.5));
  filter: drop-shadow(1px 1px 12px #ffffff);
  max-width: 170px;
  margin-right: 10px;
}
.header-social{
  font-size: 20px;
  display: inline-block;
}
.header-slogan h3{
  font-size: 29px;
  color: white;
  text-align: center;
  margin: 0px;
  margin-top: 12px;
  font-weight: 500;
}



.shiftnav-toggle {
  cursor: pointer;
  display: inline-block;
}

.shiftnav-toggle:hover {
  transform: none !important;
}

.shiftnav-toggle-button {
  cursor: pointer;
  text-decoration: none;
}

.shiftnav-toggle-button:hover {
  transform: none !important;
}

.nav-icon {
  width: 30px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  height: 24px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon span {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 7px 0;
  transition: all .3s ease-in-out;
}

/* Hamburger icon animation when menu is open - transforms to X */
.shiftnav-toggle.open .nav-icon span {
  opacity: 0;
}

.shiftnav-toggle.open .nav-icon:before {
  transform: rotate(-45deg) translate(-8px, 9px)
}

.shiftnav-toggle.open .nav-icon:after {
  transform: rotate(45deg) translate(-5px, -6px);
}


.close-shift-toggle a{
  color: #7d7c7c !important;
  font-size: 50px !important;
  text-decoration: none !important;
  transition: all .3s ease-in-out;

}
.close-toggle-menu{
  cursor: pointer;
}

.mixed-page-slideshow .slick-dots li{
  margin: 0px 2px !important;
}

.mixed-page-slideshow .slick-dots li button:before {
  font-family: fontAwesome !important;
  content: '\f111' !important;
  font-size: 14px !important;
  color: white !important;
}

.mixed-page-slideshow .slick-dots {
  margin-top: -40px !important;
  bottom: 0 !important;
  position: relative !important;
  z-index: 9 !important;
}

.two-column-section h1,
.two-column-section h2,
.two-column-section h3
{
  font-size: 3.3vw;
  color: #328dda;
  margin: 10px 0px;
  line-height: 3.4vw;
}

.home .default-page-wrapper-flex{
  margin: 0px;
}

.home .default-page-wrapper-flex .flex-margins:first-child {
  margin-top:0px;
}


.flex-margins{
  margin: 80px 0px;
}

.featured-post.flex-margins{
  margin-bottom:90px;
}

.two-cta-image img{
  width: 100%;
  float: none;
  margin: 0px auto;
  transition: all .4s ease-in-out;
}
.two-cta-image{
  margin-bottom: 20px;
  position: relative;
}
.two-cta-image-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.indv-two-cta{
  text-align: center;
}
.indv-two-cta-key-info{
  display: inline-block;
  font-size: 14px;
  color: #6c6b6b;
  margin: 0px 10px;
  font-weight: 500;
}
.two-cta-icon{
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.two-cta-key-info{
  margin: 20px 0px;
}
.two-cta-content{
  margin: 20px;
}
.inner-two-column-ctas{
  margin: -20px;
}
.two-cta-title-sub-title{
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  left: 0;
  right: 0;
}
.two-cta-title-sub-title h3{
  font-size: 35px;
  color: #333333;
  line-height: 1.1;
  margin: 10px;
  text-align: center;
}
.two-cta-title-sub-title p{
  font-size: 18px;
  color: #333333;
	display: inline-block;
    background: #fff;
    padding: 5px 10px;
}
.white-text-bg{
  display: inline;
  background: white;
  transition: all .3s ease-in-out;
}
.inner-two-cta-title-sub-title{
  max-width: 75%;
  margin: 0px auto;
}

.product-category-feed-intro{
  margin-top: 30px;
  margin-bottom: 50px;
}
.product-category-feed-intro h3{
  font-size: 2.8vw;
  color: #0070ae;
  margin: 0px;
  text-align: center;
}
.product-category-loop{
  display: flex;
  flex-wrap: nowrap;
  justify-content:space-between; 

}
.indv-product-category{
  background-position: top center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  vertical-align: bottom;
}

.indv-product-category:hover .product-category-title a {
  text-decoration: underline;
}

.inner-product-container{
  position: relative;
  overflow: hidden;  
  width: calc(100% / 8);
  max-width:150px;
  margin: 0 15px;
}



.product-category-image {
  padding:15px;
  border-radius: 50%;
  position: relative;  
  font-size:0;
  line-height:0;  
  margin: 0px auto;
}



.product-category-image img {
  width:120px;
  height:auto;
  transition:.3s ease-in-out;
}

.sp-banner-category .product-category-image {
  height:100px;
  width:100px;
  padding:15px;
}


.product-category-title {
  
}

.product-category-title a{
  font-size: 21px;
  color:#0070ae;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  display: block;
}
/* .product-cat-circle{
  border-radius: 50%;
  width: 90%;
  height: auto;
  padding-top: 90%;
  background: #1baec9;
  margin: 0px auto;
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all .3s ease-in-out;
} */

footer #menu-our-ranges {
  display:flex;
  flex-wrap: wrap;
}

footer #menu-our-ranges li {
  width: 50%;
}

.featured-posts-footer-wrapper{
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-posts-footer-wrapper .site-center h3 {
 font-size:2.6vw;
 color:#328dda;
 line-height:2.8vw;
 text-align: center;
 position: relative;
 margin:0 auto 40px;
}

.featured-posts-footer-wrapper .button-link {
  max-width:220px;
  position:relative;
  top:-20px;
  margin:0 auto;
  text-align:center;
}

.featured-posts-footer-wrapper h4 {
  color:#333333;
  font-size:2.6vw;
  line-height:120%;
}

.featured-posts-footer-loop{
  display:flex;
}
.featured-posts-footer-loop .featured-post-container {
  width:50%;
}

.featured-post-footer-image{
  position: relative;

}
.featured-post-footer-image img{
  width: 100%;
  transition: all .3s ease-in-out;
}
.featured-post-footer-text .main-title{
  font-size: 35px;
  color: #333333;
  line-height: 1.1;
  margin: 10px;
  text-align: center;
  text-decoration: none;
}
.featured-post-footer-text .subtitle{
  font-size: 18px;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    background: #fff;
    padding: 5px 10px;
}
.featured-post-footer-text{
  position: absolute;  
  bottom:0;
  left: 0;
  right: 0;
  margin: 0px auto; 

}
.inner-featured-post-footer-text{
  background-color:#ffffff;
  max-width: 75%;
  margin: 0px auto;
  text-align: center;  
  height:200px;
  bottom:-1px;
  position:relative;
}

.inner-featured-post-footer-text h4 {
  position:relative;
  top:50%;
  transform: translateY(-50%);
  margin:0 10px;
  line-height: 104%;
}

.indv-featured-post-footer{
  margin: 10px 10px 40px;
}
.more-insights{
  text-align: center;
}
.more-insights .default-button{
  background: white;
  color: #267dc6;
  padding: 15px 50px;
  border-radius: 25px;
  border:1px solid #267dc6;
}

.footer-form-col{
  position: relative;
}
.footer-form-cols{
  max-width: 85%;
  margin: 0px auto;
  margin-top: 70px;
  display: block;
}
.form-form-col-one{
  color: white;
  margin-right: 20px;
  margin-top: 35px;
}
.form-form-col-one h3{
  font-size: 40px;
  margin: 0px;
  line-height: 1;
}
.footer-form-circle{
  border-radius: 50%;
  width: 90%;
  height: auto;
  padding-top: 90%;
  background: #122d43;
  background: rgb(18, 45, 67);
  background: rgba(18, 45, 67, 0.9);
  margin: 0px auto;
  z-index: 1;
  border: 1px solid white;
}
.form-form-col-two h3{
  font-size: 40px;
  max-width: 50%;
  margin: 0px auto;
  color: white;
  line-height: 1.2;
}
.form-form-col-two{
  margin-left: 20px;
  margin-right: 50px;
}
.inner-form-form-col-two{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.indv-newsletter-row{
  margin-bottom: 20px;
}
.indv-newsletter-row input[type="text"],
.indv-newsletter-row input[type="email"]{
  border: 1px solid white;
  background: none;
  border-radius: 30px;
  padding: 15px 0px;
  text-indent: 15px;
  color: white;
  width: 100%;
}
.indv-newsletter-row select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  color: white;
  font-family: "sofia-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px !important;
  padding: 15px 0px;
  border: 1px solid white;
  background: url(/app/themes/care-consumer/img/icons/down_arrow_white.png) no-repeat right 10px center;
  background-color: #3b687e;
}
.indv-newsletter-row input[type="submit"]{
  background: #282b3a;
  padding: 12px 42px;
  color: white;
  border-radius: 23px;
  border: none;
  transition: all .3s ease-in-out;
}
.indv-newsletter-row input::-webkit-input-placeholder {
  color: white;
}
.indv-newsletter-row input:-ms-input-placeholder { 
  color: white;
}
.indv-newsletter-row input::placeholder {
  color: white;
}

.newsletter-checkbox-right p{
  margin: 0px;
  color: white;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 10px;
}
.newsletter-checkbox-cols{
  margin-top: 10px;
}
.newsletter-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}
.newsletter-checkbox-left{
  text-align: right;
}
.newsletter-checkbox-left input{
  background: none;
  border: 2px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsletter-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -7px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
  color: white;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: white !important;
  color: white !important;
  border-radius: 20px !important;
  margin: 10px 0px !important;
  border: none !important;
  color: #267cc5 !important;
  text-align: center !important;
}
span.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-not-valid{
  border-color: #ff0051 !important;
}

.inner-testimonials-feed{
  background: #328dda;
  text-align: center;
  padding: 50px 150px;
  color: white;
  position: relative;
}
.testimonials-intro{
  margin-bottom: 30px;
}
.testimonials-intro h3{
  font-size: 40px;
  margin: 0px;
}
.indv-testimonial-feed{
  max-width: 50%;
  margin: 0px auto;
}
.indv-testimonial-feed:before{
  content: 'â€œ';
  font-size: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.indv-testimonial-feed:after{
  content: 'â€';
  font-size: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.testimonial-feed-title a{
  font-size: 15px;
  display: block;
  font-weight: 500;
  margin-top: 40px;
  color: white;
  text-decoration: none;
}
.testimonials-feed{
  margin-top: -100px;
}

.owl-theme .owl-dots .owl-dot span{
  background: none !important;
  border: 1px solid white !important;
}
.owl-theme .owl-dots .owl-dot span:hover{
  background: white !important;
}
.owl-theme .owl-dots .active span{
  background: white !important;
}

.inner-footer-ctas{
  display: flex;
  flex-wrap: wrap;
}
.footer-ctas{
  margin: 90px 0px;
}

.inner-footer-ctas .col{
  min-height:400px;
}

.indv-footer-cta{
  color: white;
  margin: 10px;
  transition: all .3s ease-in-out;
  background-size: cover;
  height:100%;
  position: relative;  
}

.footer-cta-link {
  display: block;
  position:absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
}

.footer-cta-content {
  margin:60px 30px;
  text-align:center;
}

.footer-cta-content h3{
  font-size: 2.6vw;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.footer-cta-link {
  text-align:center;
  padding-bottom:45px;
}

.footer-cta-link a{
  background: transparent;
  border:1px solid #ffffff;
  white-space: nowrap;
  
}
.footer-wrapper{
  color:#ffffff;
  padding-top: 140px;
  padding-bottom: 50px;
}

.footer-logo{
  margin-bottom: 30px;
}
.footer-logo img{
  max-width: 135px;
}
.footer-col-one strong{
  font-size: 15px;
}
.footer-col-one{
  font-size: 13px;
  margin-right: 120px;
}
.footer-nav-one h3{
  font-size: 26px;
  margin: 0px;
  margin-bottom: 25px;
  font-weight: normal;
}
.footer-nav-one li{
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
.footer-nav-one li a{
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.footer-nav-one ul{
  margin: 0px;
}

.footer-col-two{
  margin: 0px 10px;
}
.footer-nav-two h3{
  font-size: 26px;
  margin: 0px;
  margin-bottom: 25px;
  font-weight: normal;
}
.footer-nav-two li{
  margin-bottom: 10px;
  list-style: none;
}
.footer-nav-two li a{
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}
.footer-nav-two ul{
  margin: 0px;
}

.footer-col-three{
  margin: 0px 60px;
}
.footer-col-four h3{
  font-size: 26px;
  margin: 0px;
  margin-bottom: 25px;
  font-weight: normal;
}
.footer-socials{
  margin-bottom: 20px;
}
.footer-socials a{
  color: #ffffff;
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.5s ease;
}
.footer-col-four p{
  font-size: 14px;
}
.footer-col-four p a{
  color: #ffffff;
  text-decoration: none;
}
.left-footer-bottom-col p{
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.footer-bottom-nav li{
  display: inline-block;
  list-style: none;
}
.footer-bottom-nav li a{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  padding: 0px 10px;
}
#menu-footer-bottom-nav{
  margin: 0px;
}
.footer-bottom-cols{
  margin-top: 100px;
}
#menu-item-834 a{
  color: #328dda;
  font-weight: 600;
  border-right: none;
}

.default-search-overlay{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: #1a4a71;
  opacity: 0.9;
}
.default-page-search-popup{
  position: fixed;
  top: 30%;
  transform: translateY(-30%);
  left: 0;
  right: 0;
  z-index: 999;
}
.inner-default-page-search-popup{
  position: relative;
}
.inner-default-page-search-popup h3{
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}
.default-page-search-popup .site-search-bar-only input {
  font-size: 14px;
}
.toggled-search-popup .mixed-page-slideshow-container,
.toggled-search-popup .site-search-container,
.toggled-search-popup .breadcrumbs-wrapper,
.toggled-search-popup .multi-block-cta-container
{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: url(#svgBlur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
  filter: blur(6px);
}
.close-search-popup{
  font-size: 20px;
  float: right;
  color: #19507d;
  font-weight: 500;
  background: white;
  padding: 5px 10px;
  cursor: pointer;
}
.close-search-popup:hover{
  transition: all 0.5s ease;
  border-radius: 100%;
}
.search-results .footer-full-container{
  margin-top: 20px; 
}
.default-search-page{
  margin-top: 40px;
  margin-bottom: 100px;
}
.search-results-content-container{
  margin-top: 40px;
}
.search-loop-indv{
  border-bottom: 2px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.search-lp-title a{
  font-size: 25px;
  text-decoration: none;
  color: #282b3a;
  display: block;
}
.search-lp-excerpt{
  margin: 30px 0px;
}
.search-results-content-loop .search-loop-indv:last-child{
  border-bottom: none;
}
.site-search-form input {
  width: 100%;
  background: none;
  padding: 5px 0px;
  border: none;
}
.site-search-container{
  background: #328dda;
  padding: 45px 0px;
}
.site-search-form input{
  width: 100%;
  background: none;
  padding: 5px 0px;
  border: none;
}
.site-search-form button{
  color: #328dda;
  border: none;
  background: none;
  float: right;
}
.site-search-form{
  background: white;
  padding: 14px 15px;
  border-radius: 30px;
  position: relative;
  z-index: 8;
}
.left-site-search{
  margin-right: 70px;
  margin-top: 5px;
}
.right-site-search ul{
  margin: 0px;
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
}
.right-site-search li{
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: white;
}
.right-site-search li a{
  padding: 4px 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
}
.right-site-search li a:hover:before{
  transition: all 0.5s ease;
  content: "<";
  margin-right: 4px;
}
.right-site-search li a:before{
  content: ">";
  margin-right: 10px;
}

.indv-live-search a{
  font-size: 14px;
  padding: 5px 20px;
  transition: 0.4s ease-in-out;
  display: block;
  text-decoration: none;
  color: #000000;
}
.indv-live-search a:hover{
  margin-left: 10px;
  transition: 0.4s ease-in-out;
}
.indv-live-search strong{
  font-weight: 600;
}
.active-live-search{
  border-top: 1px solid #328dda;
  position: absolute;
  top: 0;
  margin-top: 39px;
  background: white;
  width: 99.7%;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 250px;
  overflow: scroll;
  right: 0;
  margin: 0px auto;
  margin-top: 41px;
}
.live-search-post-type{
  color: #4d4d4d;
  float: right;
  text-transform: capitalize;
  font-size: 10px;
}

.shuffle--container {
  overflow: visible !important;
}

.header-logo-wrapper img{
  float: none;
  margin: 0px auto;
  display: block;
  transition: all .3s ease-in-out;
}

.left-two-col{
  margin-right: 30px;
}
.right-two-col{
  margin-left: 30px;
}

.inner-content-slide img{
  float: none;
  margin: 0px auto;
  display: block;
  margin-top: 50px;
}
.slide-content-background{
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8;
}
.slide-content-background img{
  float: none;
  margin: 0px auto;
  display: block;
}

.slide-content-circle{
  border-radius: 50%;
  width: 50%;
  height: auto;
  padding-top: 50%;
  background: #1baec9;
  margin: 0px auto;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  z-index: 6;
}


.mixed-page-slideshow .slick-dots > li {
  display: inline-block;
}
.mixed-page-slideshow .slick-dots > li:only-child {
  display: none;
}

.two-column-image-text-loop .display-inline{
  vertical-align: middle;
}
.indv-two-col-image-text{
  max-width: 95%;
  margin: 0px auto 100px;
}
.two-col-image-block img{
  margin: -30px 0px; 
  width: 100%;
  transition: all 0.5s ease;
}
.inner-indv-two-col-image-text{
  font-size: 0;
}
.two-col-text-block{
  font-size: 14px;
  padding: 100px;
}
.two-col-text-block h1,
.two-col-text-block h2,
.two-col-text-block h3
{
  font-size: 50px;
  margin-top: 0px;
  color: #328dda;
}

.ff-layout-grid .ff-has-overlay .ff-img-landscape img {
  height: 102% !important;
  width: 150% !important;
}

.ff-truelayout-carousel.ff-arrows-hover .slick-arrow, .ff-truelayout-carousel.ff-mobile .slick-arrow {
  opacity: 1 !important; 
  visibility: visible !important; 
}

.search-footer{
  margin-bottom: 100px;
}
.search-footer-title h3{
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}
.inner-default-page-search-static{
  max-width: 70%;
  margin: 0px auto;
}
.inner-default-page-search-static .site-search-form {
  background: none; 
  border: 1px solid #328dda;
  color: #328dda;
}

.inner-default-page-search-static .site-search-form button {
  color: #328dda;
  margin-top: 5px;
}

.inner-default-page-search-static .site-search-form button i {
  color: #328dda;
}
.inner-default-page-search-static .default-button {
  border-radius: 30px;
  padding: 18px 40px;
  margin-left: 20px;
  background: #267dc6;
  color: #ffffff;
}
.inner-default-page-search-static input::-webkit-input-placeholder {
  color: white;
}
.inner-default-page-search-static input:-ms-input-placeholder { 
  color: white;
}
.inner-default-page-search-static input::placeholder {
  color: white;
}

.default-footer-overlay{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: #000000;
  opacity: 0.7;
}

.filter-products-cats {
  text-align: center;
  margin-top: -80px;
  z-index: 8;
  position: relative;
  margin-bottom: 90px;
}
.filter-products-cats a{
  display: inline-block;
  background: #328dda;
  border-radius: 18px;
  border: 1px solid transparent;
  color: white;
  padding: 9px 20px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}

.indv-featured-product-lp{
  background: #22272a;
	max-height: 600px;
	overflow: hidden;
}
.ft-product-info-cols{
  padding: 30px 50px;
  color: white;
  position: relative;
}
.ft-product-info-cols:after{
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #22272a;
  position: absolute;
  top: 0;
  margin-top: -15px;
}
.ft-product-title a{
  color: white;
  font-size: 28px;
  margin-right: 30px;
  text-decoration: none;
}
.ft-product-key-info{
  margin: 10px 0px;
}
.indv-ft-info{
  margin: 10px 0px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.indv-ft-info:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
.ft-product-link .default-button{
  font-size: 13px;
  margin-top: 10px;
}
.ft-info-left{
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
	padding-bottom: 40px;
}
.ft-info-right{
  margin-left: 10px;
  margin-top: 20px;
  font-size: 16px;
}
.ft-product-thumbnail{
  position: relative;
  overflow: hidden;
	max-height: 350px;
}
.ft-product-thumbnail img{
  width: 100%;
}
.product-featured-tag{
  position: absolute;
  top: 0;
  left: 0
}
.product-featured-tag img{
  width: auto !important;
}
.ft-product-cat a{
  font-size: 11px;
  color: #328dda;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.product-lp-image img{
  width: 100%;
}
.product-lp-image{
  background-size: cover;
  background-position: center center;
	min-height: 290px;
  /*width: 85%;*/
  /*float: right;*/
}
.indv-product-lp{
  background: #edeeee;
  transition: all .5s ease-in-out;
}
.product-lp-content{
  padding: 20px 30px;
  position: relative;
}
.product-lp-title a{
  font-size: 23px;
  color: #282b3a;
  line-height: 1.2;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  margin: 10px 0px;
}
.active-filter-products,
.active-filter-resource
{
  color: #61aef0 !important;
  background: white !important;
  border-color: #61aef0 !important;
}
.product-lp-key-info{
  margin: 8px 0px;
}
.indv-product-lp-info{
  margin: 6px 0px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #282b3a;
}
.indv-product-lp-info:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
.products-loop-container{
  margin-bottom: 120px;
}
.products-loop-wrapper{
  margin: -10px;
}
.product-lp-item{
  margin: 10px;
}
.product-lp-cat a{
  font-size: 11px;
  color: #328dda;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.product-lp-link .default-button{
  font-size: 13px;
	display: inline;
}
.load-more-toggle{
  text-align: center;
  margin: 50px 0px;
}
.loadmore,
.loadmore-taxonomy
{
  cursor: pointer;
}
.loadmore-loading{
  cursor: not-allowed;
  opacity: 0.8;
  line-height: 1.5;
}
.loadmore-loading .ajax-loading-posts{
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
}
.ajax-loading-posts img{
  max-height: 25px;
  line-height: 1;
}
.no-ajax-response{
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}
.loading-filter-results{
  text-align: center;
}
.loading-filter-results img{
  float: none;
}
.disable-filter-products,
.disable-filter-resource
{
  cursor: not-allowed;
}
.products-main-cta-area{
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 220px;
  background-position: center center;
  background-size: cover;
}
.products-main-cta-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.inner-products-main-cta-area{
  position: relative;
  z-index: 9;
}
.left-main-product-cta{
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
  padding: 45px 35px;
}
.left-main-product-cta-content{
  max-width: 320px;
}
.left-main-product-cta-content h6{
  font-size: 10px;
  color: #328dda;
  margin-top: 0px;
  margin-bottom: 10px;
}
.left-main-product-cta-content h3{
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 800;
  margin-top: 0px;
}
.left-main-product-cta-content .default-button{
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
}
.right-main-product-cta{
  background: #2b8bdd;
  padding: 45px 35px;
  margin-left: 10px;
}
.right-main-product-cta-icon img{
  float: none;
  margin: 0px auto;
  display: block;
}
.right-main-product-cta-content h3{
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: white;
}
.right-main-product-cta-content p{
  color: white;
}

.product-search-left-wrap h3{
  color: #267dc6;
  font-size: 35px;
  margin: 0px;
}
.product-search-right-wrap .default-button{
  display: none !important;
}
.product-search-right-wrap .inner-default-page-search-static {
  max-width: 100%;
}
.product-search-right-wrap .inner-default-page-search-static .site-search-form {
  color: #328dda !important;
  border-color: #328dda !important;
  padding: 9px 15px;
}
.product-search-right-wrap .inner-default-page-search-static .site-search-form button {
  color: #328dda !important;
}

.product-search-right-wrap .inner-default-page-search-static input::-webkit-input-placeholder {
  color: #267dc6;
}
.product-search-right-wrap .inner-default-page-search-static input:-ms-input-placeholder { 
  color: #267dc6;
}
.product-search-right-wrap .inner-default-page-search-static input::placeholder {
  color: #267dc6;
}

.product-search-right-wrap .tablet-width-8of12{
  width: 100% !important;
}
.inner-product-top-bar-search{
  max-width: 85%;
  margin: 0px auto;
  margin-bottom: 50px;
}


.single-product-banner-image img{
  width: 100%;
  min-width: 900px;
}
.single-product-banner-area{
  position: relative;
  overflow: hidden;
  max-height: 500px;
}
.sp-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #05172e;
  opacity: 0.8;
}
.sp-banner-overlay-content{
  position: absolute;
  bottom: 10%;
  transform: translateY(-10%);
  left: 0;
  right: 0;
  z-index: 9;
  color: white;
}
.sp-banner-category{
  font-size: 26px;
  margin: 0px;
  /*margin-bottom: 30px;*/
}
.sp-banner-category img{
  float: none;
  vertical-align: text-bottom;
}
.sp-banner-title h1{
  font-size: 35px;
  line-height: 1.2;
  margin: 30px 0px;
  color: #328dda;
  margin-bottom: 0px;
}
.inner-sp-banner-overlay-content{
  max-width: 60%;
}
.sp-stock-stockist-wrapper div{
  display: inline-block;
  margin-right: 20px;
}
.sp-stock-stockist-wrapper{
  font-size: 13px;
  text-transform: uppercase;
}

.sp-top-content h3{
  font-size: 18px;
  margin: 15px 0px;
  font-weight: 400;
}
.sp-stock-status i{
  color: #4bb412;
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
}
.sp-stockist i{
  color: #328dda;
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
}
.sp-stockist a{
  text-decoration: none;
  color: #282b3a;
  transition: all 0.5s ease;
}
.sp-stockist a:hover{
  transition: all 0.5s ease;
  font-size: 12px;
}
.sp-classification i{
  background: #eb950c;
  padding: 6px 6px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  margin-right: 5px;
}
.sp-key-information-loop{
  clear: both;
  font-size: 0;
  width: 100%;
  margin: 20px 0px;
}
.sp-key-info-icon{
  padding: 10px;
  background: #dfdfdf;
  display: inline-block;
  border-radius: 50%;
}
.sp-key-info-icon img {
  width: 100% !important;
  max-width: 30px !important;
}
.sp-key-info-content{
  font-size: 13px;
  margin-right: 15px;
  margin-left: 5px;
}
.indv-sp-key-info{
  margin-bottom: 10px;
}
.indv-sp-key-info .col{
  display: inline-block !important;
  float: none !important;
  clear: both !important;
  vertical-align: middle !important;
}
.indv-sp-main-image img{
  float: none;
  margin: 0px auto;
  display: block;
  width: auto !important;
  max-height: 400px;
  /*-webkit-filter: drop-shadow(5px 5px 25px rgba(189,178,183,0.5));*/
  /*filter: drop-shadow(2px 2px 10px #bdb2b7);*/
}
.indv-sp-thumbnail-image{
  cursor: pointer;
}
.sp-top-col-left{
  margin-right: 30px;
}
.sp-top-col-right{
  margin-left: 70px;
}
.inner-sp-top-cols{
  margin-bottom: 30px;
  padding-bottom: 20px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
}

.sp-tabs-selector .tabs li.active {
  color: #6c6b6b;
}
ul.tabs li.active span {
  text-decoration: underline;
}
.tab_content {
  padding: 0 20px 20px;
  padding-left: 0px;
  display: none;
}
.tab_drawer_heading { display: none; }
.sp-tabs-selector .tabs li{
  color: #328dda;
  float: unset;
  margin: 0;
  cursor: pointer;
  padding: 0px;
  background-color: unset;
  color: #328dda;
  overflow: hidden;
  position: relative;
}
.sp-tabs-main-title h3{
  font-size: 32px;
  color: #282b3a;
  margin-bottom: 30px;
}
.right-sp-tab-container{
  background: #294667;
  position: relative;
  
  color: #ffffff;    
}
.right-sp-tab-container .copy-container {
  padding: 30px 80px;
}

.main-sp-resource-title h3{
  font-size: 19px;
  color: #328dda;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 500;
}
.indv-sp-resource a{
  color: #282b3a;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.left-sp-tab-container p:first-child, .left-sp-tab-containe h3:first-child {
  margin-top:0;
}

.left-sp-tab-container ul{
  margin: 20px 40px;
}
.left-sp-tab-container li{
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.left-sp-tab-container li:before{
  content: "\f00c";
  font-family: fontAwesome;
  margin-right: 10px;
  position: absolute;
  top:2px;
  left:0;
}

.left-sp-tab-container ol li:before{
  content: "\f00d";
  font-family: fontAwesome;
  margin-right: 10px;
}

.indv-sp-review{
  border-bottom: 1px solid #bdb2b7;
  padding-bottom: 20px;
  padding-top: 20px;
}
.sp-reviews-loop .indv-sp-review:last-child{
  border-bottom: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
  background-color: #2b8bdd !important;
  font-family: 'ingra', sans-serif !important;
}
.ui-widget-content{
  font-family: 'ingra', sans-serif !important;
  font-size: 16px !important;
}


/*vertical single product tabs*/
#vertical_tab_nav {
  display: block;
  width: 100%;
}
.left-sp-benefits{
  background: #282b39;
  /*background: #edeeee;*/
}
.left-sp-benefits .tabs {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /*overflow: hidden;*/
  width: 50%;
  border-radius: 10px 0 0 10px;
  background: #282b3a;
  border-radius: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.left-sp-benefits .tabs li {
  margin-bottom: 1px;
  text-align: left;
  padding: 0px;
}
#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
#vertical_tab_nav li a {
  display: block;
  font-size: 14pt;
  color: #fff;
  text-decoration: none;
  float: none !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  height: 100% !important;
  background: none;
}
#vertical_tab_nav li a.selected:before{
  border-bottom: 15px solid transparent;
  border-left: 15px solid #282b3a;
  border-right: none;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  right: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
#vertical_tab_nav li a img{
  float: none;
}
#vertical_tab_nav ul.tabs li{
  float: none !important;
  position: relative;
  overflow: visible;
  padding: 20px 40px;
  background: #282b3a;
}
.left-sp-benefits .tab_container {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  background: #edeeee;
  /*min-height: 500px;*/
}
.vertical-tabs-cols{
  font-size: 28px;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}
#vertical_tab_nav div article {
  display: none;
  margin: 0px;
  padding: 10px 30px;
  float: none;
  width: auto;
}
.left-sp-benefits .tabs {
  display: none;
}
.left-sp-benefits .tab_drawer_heading {
  margin: 0;
  font-size: 14pt;
  color: #fff;
  text-decoration: none;
  padding: 3%;
  background: #282b3a;
}
.left-sp-benefits .tabs li:last-child > .vertical-tabs-cols{
  border-top: 1px solid white;
  padding-top: 30px;
}



@media screen and (max-width: 781px) {
  .left-sp-benefits .tab_container {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .left-sp-benefits .d_active {
    background: #282b3a;
  }
}

@media screen and (min-width: 480px) {
  .left-sp-benefits .tab_container {
    float: left;
    width: 50%;
  }
  .left-sp-benefits .tabs {
    display: block;
  }
  .tab_drawer_heading {
    display: none;
  }
  .left-sp-benefits article {
    padding: 0;
  }
}
/* end vertical single product tabs*/

.indv-pharmacy-benefit li,
.sp-did-you-know-col li
{
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  list-style-type: none;
}
.indv-pharmacy-benefit li:before,
.sp-did-you-know-col li:before
{
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.indv-pharmacy-benefit p,
.indv-pharmacy-benefit h3
{
  margin-top: 0px;
  font-size: 14px;
}

.right-sp-questions{
  background: #edeeee;
  margin-left: 25px;
}
.sp-did-you-know-left{
  background: #eb950d;
  padding: 27px 0px;
  position: relative;
}
.sp-did-you-know-left:after{
  border-bottom: 15px solid transparent;
  border-left: 15px solid #eb950d;
  border-right: none;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  right: -14px;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  width: 0;
}
.sp-did-you-know-left h3{
  color: white;
  font-size: 35px;
  line-height: 1.2;
  margin: 0px auto;
  margin-top: 10px;
  text-align: center;
  padding: 0px 20px;
}
.sp-did-you-know-right{
  padding: 27px 50px;
}
.benefits-and-question-section{
  margin-bottom: 100px;
  margin-top: 80px;
}

.sp-related-products-main-title{
  text-align: center;
  margin: 100px 0 40px 0;
}
.sp-related-products-main-title h3{
  color: #328dda;
  font-size: 3vw;
  margin-bottom: 40px;
}

.sp-related-products-container .sp-related-products-main-title .title-container {
  justify-content: center;
}

.sp-related-products-container .sp-related-products-main-title .title-container .sp-banner-category {
  margin-right: 25px;
}

.sp-related-products-container .sp-related-products-main-title .title-container .product-category-image {
  width:75px;
  height:75px;
  padding:10px;
}

.sp-related-products-container .sp-related-products-main-title .title-container .product-category-image img {
  width:65px;
  height:65px;
}




.sp-related-products-main-title p{
  margin-top: 0px;
}

.no-page-slides{
  position: relative; 
  background: #294667
}
.no-page-slides .inner-header-top-row{
  margin: 40px 40px 0;
}
.no-page-slides .header-slogan h3 {
  font-size: 20px;
}

.no-page-slides .inner-header-top-row nav#mainnav ul {
  border-bottom:0;
}


.sp-banner-category a{
  text-decoration: none;
}

.sp-top-cols{
  margin-top: 25px;
}
.sp-tabs-container{
  background: linear-gradient(180deg, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 80%, rgba(255,255,255,1) 80%);

  padding: 0px;
}

.sp-tabs-container.did-you-not {
  background: #f1f2f2;
}

.right-sp-tab-container h3{
  font-size: 32px;
  color: #ffffff;
  margin: 0px;
}
.right-sp-tab-container a{
  color: inherit;
}


.indv-featured-product-rel{
  background: #22272a;
}
.product-rel-image{
  background-position: center center;
  background-size: cover;
}
.product-rel-image img{
  width: 100%;
}
.indv-product-rel{
  background: #ffffff;
}

.product-rel-title a{
  font-size: 1.8vw;
  color: #282b3a;
  line-height: 1.2;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
}

.product-rel-key-info{
  margin: 5px 0px;
}
.indv-product-rel-info{
  margin: 10px 0px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.indv-product-rel-info:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
.product-rel-item{
  margin: 10px;
}
.product-rel-cat p{
  font-size: 14px;
  color: #282b3a;
  display: block;
  margin-bottom: 10px;
}
.product-rel-cat {
  margin-bottom: 10px;
}
.product-rel-cat a {
  font-size: 14px;
  color: #282b3a !important;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  pointer-events: none;
}
.product-essential-info {
  font-size:11px;
  padding: 0px 20px;
  font-size: 11px;
}
.product-rel-link .default-button{
  font-size: 13px;
}
.default-sp-related-products-feed .owl-prev{
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;  
  margin-left: -20px !important;
  opacity: 0.5;
  transform: rotate(-45deg);
}
.indv-product-rel .essential-info {
   padding:10px 40px;
   font-size:13px;
   border-top: 1px solid #dfe1e2;
}
.default-sp-related-products-feed .owl-next{
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  
  margin-right: -20px !important;
  opacity: 0.5;
  transform: rotate(135deg);
}
.default-sp-related-products-feed .owl-prev:hover,
.default-sp-related-products-feed .owl-next:hover{
  opacity: 1 !important;
}
.default-sp-related-products-feed .owl-controls{
  margin: 0px !important;
}
.sp-related-products-container{
  margin-bottom: 60px;
}

.sp-related-products-container .site-center {
  width:80%;
}

.breadcrumbs-wrapper p{
  color: #7d7c7c;
  font-size: 12px;
  padding: 20px 0px 0px 0px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumbs-wrapper p a{
  color: #7d7c7c;
  text-decoration: none;
}
.breadcrumb_last{
  color: #328dda;
}


.product-feed-block{
  background: #edeeee;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.product-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
[data-category="advice"] .product-feed-cat{
  color: #fff;
  background: #2aa83d;
  padding: 5px 10px;
  display: table;
  border-radius: 18px;
}
.product-feed-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.product-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}
.product-feed-block-content{
  padding: 20px 50px;
  position: relative;
}
.product-feed-block-content:after{
  border-bottom: 15px solid transparent;
  border-left: 15px solid #edeeee;
  border-right: none;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  right: -14px;
  position: absolute;
  top: 25px;
  width: 0;
}
.product-feed-block-image img{
  width: 100%;
  min-width: 359px;
}
.product-feed-block-image{
  overflow: hidden;
}

/* Blog grid alternating layout - CSS Grid 3 columns pattern */
.multi-block-cta-top-left {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.multi-block-cta-top-left .product-feed-block {
  margin-bottom: 0 !important;
}

/* Articles 1, 4, 7, 10... (3n+1): Product block spans 2 cols, has image - hide image in content col (first col) */
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 1),
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 4) {
  grid-column: span 2 !important;
}

.multi-block-cta-top-left .product-feed-block:nth-child(4n + 2),
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 3) {
  grid-column: span 1 !important;
}
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 2) .product-feed-block-content:after,
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 3) .product-feed-block-content:after {
  content:none !important
}



.multi-block-cta-top-left .product-feed-block:nth-child(4n + 2) .width-6of12,
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 3) .width-6of12{
  width: 100%;

}

.multi-block-cta-top-left .product-feed-block:nth-child(4n + 2) img,
.multi-block-cta-top-left .product-feed-block:nth-child(4n + 3) img{
  display: none !important;

}


.inner-multi-block-cta .default-button{
  font-size: 13px;
  margin-top: 8px;
}
.multi-block-cta-top-left{
  margin-right: 20px;
}
.blog-feed-block{
  position: relative;
  overflow: hidden;
}
.blog-feed-image img{
  width: 100%;
  min-width: 753px;
}
.blog-feed-content{
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  max-width: 40%;
  margin-left: 50px;
}
.blog-feed-title{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.blog-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}
.blog-feed-minutes span{
  color: #328dda;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: sub;
}
.blog-feed-minutes{
  color: #282b3a;
  font-size: 13px;
}
.blog-feed-category{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-left: 50px;
}
.resource-feed-block{
  margin-bottom: 20px;
}
.resource-feed-block-content{
  background: #edeeee;
  padding: 20px 50px;
  padding-bottom: 70px;
  position: relative;
}
.resource-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.resource-feed-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.resource-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}
.resource-feed-block-image img{
  width: 100%;
}
.resource-feed-block-content:after{
  border-top: 0 !important;
  content: "" !important;
  height: 0 !important;
  right: -14px !important;
  position: absolute !important;
  bottom: -20px !important;
  width: 0 !important;
  left: 25px !important;
  top: auto !important;
  border-right: 10px solid transparent !important;
  border-left: 10px solid transparent !important;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-top: 20px solid #edeeee !important;
  border-bottom: none !important;
}

.training-feed-block{
  background: #edeeee;
  padding: 20px 50px;
}
.training-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.training-feed-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.training-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}

.whitepaper-feed-block{
  background: #edeeee;
  padding: 20px 50px;
  padding-bottom: 26px;
}
.whitepaper-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.whitepaper-feed-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.whitepaper-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}

.insight-feed-block{
  background: #edeeee;
  margin-left: 20px;
}
.insight-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.insight-feed-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.insight-feed-excerpt{
  font-size: 16px;
  color: #282b3a;
}
.insight-feed-block-content{
  padding: 20px 50px;
  position: relative;
}
.insight-feed-block-image img{
  width: 100%;
  min-width: 377px;
}
.insight-feed-block-image{
  overflow: hidden;
  position: relative;
}
.insight-feed-block-image:after{
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #edeeee;
  position: absolute;
  right: 0;
  top: 25px;
}
.multi-block-cta-bottom{
  margin-top: 20px;
}
.multi-block-cta-container{
  margin-top: 10px;
  margin-bottom: 80px;
}

.inner-insights-lp-intro-content{
  max-width: 80%;
  margin: 30px auto;
  text-align: center;
}

.multi-block-one-time-cat{
  margin-top: 10px;
}
.multi-block-one-time-cat p{
  margin: 0px;
  font-size: 11px;
  font-weight: 500;
}
.multi-block-one-time-cat p span{
  margin-right: 5px;
}
.page-template-insights-landing-page .resource-feed-block-content {
  min-height: 243px;
}
.insights-block-filter-title h3{
  font-size: 19px;
  color: #61aef0;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.insights-blocks-filter a{
  display: inline-block;
  background: #328dda;
  border-radius: 18px;
  border: 1px solid transparent;
  color: white;
  padding: 6px 25px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.insights-blocks-filter a span {
  margin-right: 5px;
}
.insights-blocks-filter{
  margin-top: 20px;
  margin-bottom: 20px
}

.ajax-insights-loop-wrapper{
  clear: both;
  float: left;
  font-size: 0;
  width: 100%;
  margin: -10px;
}

.ajax-insight-feed-block{
  background: #edeeee;
  margin: 10px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.ajax-insight-feed-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.ajax-insight-feed-name{
  font-size: 20px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.ajax-insight-feed-excerpt{
  font-size: 14px;
  color: #282b3a;
}
.ajax-insight-feed-block-content{
  padding: 20px 30px;
  position: relative;
}
.ajax-insight-feed-block-content:after{
  border-bottom: 15px solid transparent;
  border-left: 15px solid #edeeee;
  border-right: none;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  right: -14px;
  position: absolute;
  top: 25px;
  width: 0;
}
.ajax-insight-feed-block-image img{
  width: 100%;
  min-width: 10px;
}
.ajax-insight-feed-block-image{
  overflow: hidden;
}
.ajax-insight-feed-block .multi-block-one-time-cat p{
  font-size: 11px;
}
.ajax-insight-feed-block .ajax-insight-feed-cat{
  margin-bottom: 5px;
}
.loadmore-ajax-insights{
  cursor: pointer;
}

.overlay-block-mixed{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
}

.mixed-block-has-background .blog-feed-title{
  color: #ffffff;
  font-size: 20px;
}
.mixed-block-has-background .blog-feed-excerpt{
  font-size: 14px;
}
.mixed-block-has-background .default-button{
  background: #ffffff;
  color: #eb950c;
}

.blog-feed-full-content-forward{
  position: relative;
  z-index: 99;
}
.mixed-block-has-background .blog-feed-full-content-forward{
  padding: 20px;
}
.mixed-block-has-background-cat{
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
}

.transparent-after:after{
  border-color: transparent;
}

.fullwidth-padded-content .inner-fullwidth-flex-wrapper{
  padding: 50px 200px;
  text-align: center;
}
.fullwidth-padded-content h3{
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.related-post-block{
  background: #edeeee;
  margin-bottom: 20px;
}
.related-post-cat{
  font-size: 10px;
  color: #328dda;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.related-post-name{
  font-size: 23px;
  color: #282b3a;
  display: block;
  text-decoration: none;
}
.related-post-excerpt{
  font-size: 16px;
  color: #282b3a;
}
.related-post-block-content{
  padding: 20px 50px;
  position: relative;
}
.related-post-block-content:after{
  border-bottom: 15px solid transparent;
  border-left: 15px solid #edeeee;
  border-right: none;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  right: -14px;
  position: absolute;
  top: 25px;
  width: 0;
}
.related-post-block-image img{
  width: 100%;
  min-width: 359px;
}
.related-post-block-image{
  overflow: hidden;
}

.related-posts-feed-title h3{
  font-size: 40px;
  color: #328dda;
  margin-top: 0px;
  margin-bottom: 45px;
  text-align: center;
}
.related-post-block-image{
  background-size: cover;
}

.single-post .owl-theme .owl-dots .owl-dot span{
  background: none !important;
  border: 1px solid #328dda !important;
}
.single-post .owl-theme .owl-dots .owl-dot span:hover{
  background: #328dda !important;
}
.single-post .owl-theme .owl-dots .active span{
  background: #328dda !important;
}

.default-fullwidth-flex-wrapper h1,
.default-fullwidth-flex-wrapper h2,
.default-fullwidth-flex-wrapper h3
{
  font-size: 50px;
  color: #267dc6;
  margin: 10px 0px;
}

.pagination a,
.pagination span
{
  background: #2b8bdd;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  margin-right: 2px;
}
.pagination .current{
  background: #2a4a7f;
}

.left-contact-form-col h3{
  font-size: 27px;
  color: #328dda;
  margin-top: 0px;
  margin-bottom: 10px;
}
.left-contact-form-col a{
  color: #328dda;
  text-decoration: none;
}
.cpform-wrapper{
  margin-left: 70px;
}
.cpform-wrapper input[type="text"],
.cpform-wrapper input[type="email"]
{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
}
.cpform-wrapper textarea{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  height: 100px;
}
.cpform-wrapper input[type="submit"]{
  background: #282b3a;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  color: white;
  transition: all 0.5s ease;
}
.indv-cpform-row{
  margin-bottom: 15px;
}
.left-cpfrow{
  margin-right: 15px;
}
.right-cpfrow{
  margin-left: 15px;
}
.cpform-checkbox-right p{
  margin: 0px;
  color: #3f4953;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 10px;
}
.cpform-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}
.cpform-checkbox-left{
  text-align: right;
}
.cpform-checkbox-left input{
  background: white;
  border: 1px solid #2b8bdd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cpform-checkbox-left input:checked{
  background: #ffffff;
}
.cpform-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -4px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
}
.right-contact-form-col div.wpcf7-validation-errors,
.right-contact-form-col div.wpcf7-acceptance-missing
{
  margin-top: 0px;
}
.cpform-checkbox-left input::-webkit-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.cpform-checkbox-left input::-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.cpform-checkbox-left input:-ms-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.cpform-checkbox-left input:-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.contact-flex-history .history-section-container{
  padding-bottom: 130px;
}
.right-contact-form-col .wpcf7-not-valid{
  border: 1px solid #ca0000 !important;
}
.right-contact-form-col div.wpcf7-validation-errors,
.right-contact-form-col div.wpcf7-acceptance-missing
{
  margin-top: 0px;
}
.right-contact-form-col span.wpcf7-not-valid-tip {
  display: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}


.left-reactionform{
  margin-right: 30px;
}
.right-reactionform{
  margin-left: 30px;
}
.reactionform-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}
.indv-reactionform-row{
  margin-bottom: 15px;
}
.indv-reactionform-row input[type="text"],
.indv-reactionform-row input[type="email"]
{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
}
.indv-reactionform-row select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  background: white;
}
.indv-reactionform-row textarea{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  height: 55px;
}
.reactionform-wrapper input[type="submit"] {
  background: #282b3a;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  color: white;
  transition: all 0.5s ease;
}
.reactionform-checkbox-right p {
  margin: 0px;
  color: #3f4953;
  font-size: 11px;
  margin-left: 2px;
}
.reactionform-checkbox-left{
  text-align: left;
}
.reactionform-checkbox-left input {
  background: white;
  border: 1px solid #2b8bdd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reactionform-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -4px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
}
.reactionform-checkbox-cols span.wpcf7-list-item{
  margin-left: 0px !important;
}
.reactionform-wrapper .wpcf7-not-valid{
  border: 1px solid #ca0000 !important;
}
.reactionform-wrapper div.wpcf7-validation-errors,
.reactionform-wrapper div.wpcf7-acceptance-missing
{
  margin-top: 0px;
}
.reactionform-wrapper span.wpcf7-not-valid-tip {
  display: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}


.inner-competition-form-wrapper{
  max-width: 75%;
  margin: 0px auto;
  text-align: center;
}
.competition-form-intro-wrapper h3{
  font-size: 31px;
  color: #328dda;
  margin-top: 0px;
}
.compform-wrapper{
  max-width: 75%;
  margin: 0px auto;
}
.compform-wrapper input[type="text"],
.compform-wrapper input[type="email"]
{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
}
.compform-wrapper textarea{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  height: 50px;
}
.compform-wrapper input[type="submit"]{
  background: #282b3a;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  color: white;
}
.indv-compform-row{
  margin-bottom: 15px;
}
.left-compfrow{
  margin-right: 15px;
}
.right-compfrow{
  margin-left: 15px;
}
.compform-checkbox-right p{
  margin: 0px;
  color: #3f4953;
  font-size: 11px;
  margin-top: 2px;
  text-align: left;
}
.compform-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}
.compform-checkbox-left{
  text-align: left;
}
.compform-checkbox-left span.wpcf7-list-item{
  margin-left: 0px !important;
}
.compform-checkbox-left input{
  background: white;
  border: 1px solid #2b8bdd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.compform-checkbox-left input:checked{
  background: #ffffff;
}
.compform-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -4px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
}
.competition-form-main-wrapper div.wpcf7-validation-errors,
.competition-form-main-wrapper div.wpcf7-acceptance-missing
{
  margin-top: 0px;
}
.competition-form-main-wrapper span.wpcf7-not-valid-tip {
  display: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.competition-form-main-wrapper .wpcf7-not-valid{
  border: 1px solid #ca0000 !important;
}
.compform-checkbox-left input::-webkit-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.compform-checkbox-left input::-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.compform-checkbox-left input:-ms-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.compform-checkbox-left input:-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.form-comp-submit-wrapper input{
  float: right;
}
.page-template-competition-page .grey-cta-container{
  margin-top: 20px;
}


.default-newsletter-modal{
  background-size: cover !important;
  background-position: center center !important;
  background: #e7ebef;
  background: rgb(231, 235, 239);
  background: rgba(231, 235, 239, 0.95);
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 40px;
  height: 94%;
  border: 4px solid white;
  -moz-box-shadow: 0 0 10px #bdbdbd;
  -webkit-box-shadow: 0 0 10px #bdbdbd;
  box-shadow: 0 0 10px #bdbdbd;
}
.inner-default-newsletter-modal{
  padding: 200px 100px;
}
.default-newsletter-modal-logo img{
  max-width: 300px;
}
.default-newsletter-modal-intro h3{
  font-size: 59px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1.2;
  color: white;
}
.default-newsletter-modal-intro p{
  font-size: 18px;
  color: white;
}
.default-newsletter-modal-intro{
  max-width: 70%;
  margin: 0px auto;
  margin-bottom: 40px;
}
.default-newsletter-modal-cta h3{
  font-size: 28px;
  color: #328dda;
  margin-bottom: 10px;
}
.default-newsletter-modal-cta{
  color: white;
}
.newslform-wrapper{
  max-width: 90%;
  margin-top: 40px;
}
.newslform-wrapper input[type="text"],
.newslform-wrapper input[type="email"]
{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: none;
}
.indv-newslform-row select{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
}
.newslform-wrapper textarea{
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  height: 100px;
}
.newslform-wrapper input[type="submit"]{
  background: #eb950d;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  color: white;
  float: right;
}

.newslform-wrapper input[type="submit"]:hover{
  opacity: 0.8;
  border-radius: 5px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
}
.indv-newslform-row{
  margin-bottom: 15px;
}
.left-newslfrow{
  margin-right: 15px;
}
.right-newslfrow{
  margin-left: 15px;
}
.newslform-checkbox-right p{
  margin: 0px;
  color: #ffffff;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 10px;
}
.newslform-checkbox-cols{
  text-align: left;
  max-width: 80%;
}
.newslform-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}

.newslform-checkbox-left input{
  background: white;
  border: 1px solid #2b8bdd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newslform-checkbox-left input:checked{
  background: #ffffff;
}
.newslform-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -4px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
}
.newslform-checkbox-left input::-webkit-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.newslform-checkbox-left input::-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.newslform-checkbox-left input:-ms-input-placeholder {
  opacity: 1;
  color: #282b3a;
}
.newslform-checkbox-left input:-moz-placeholder {
  opacity: 1;
  color: #282b3a;
}
.newslform-checkbox-left span.wpcf7-list-item {
  margin-left: 0px !important;
}
.close-newsletter{
  font-size: 25px;
  color: #ffffff;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 40px;
  background: #2b8bdd;
  padding: 10px;
  cursor: pointer;
  line-height: 1;
}
.default-newsletter-popup-intro-left{
  color: white;
}
.default-newsletter-popup-intro-left h3{
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
}
.default-newsletter-modal-logo{
  margin-bottom: 30px;
}
.newsletter-popup-intro-circle{
  border-radius: 50%;
  width: 90%;
  height: auto;
  padding-top: 90%;
  background: #122d43;
  background: rgb(18, 45, 67);
  background: rgba(18, 45, 67, 0.9);
  margin: 0px auto;
  z-index: 1;
  border: 1px solid white;
}
.inner-newsletter-popup-intro-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  max-width: 80%;
}
.inner-newsletter-popup-intro-right h3{
  font-size: 45px;
  color: white;
}
.default-newsletter-popup-intro-right{
  position: relative;
  margin-left: 50px;
  max-width: 350px;
}

.sp-toggle-buttons{
  margin-top: 40px;
  margin-bottom: 20px;
}
.sp-toggle-buttons a{
  margin-right: 10px;
  display: inline-block;
}
.left-product-reminder{
  margin-right: 30px;
}
.left-product-reminder h3{
  font-size: 30px;
  line-height: 1.2;
  margin: 30px 0px;
  color: #328dda;
  margin: 0px;
}
.indv-product-reminder-row input[type="email"]{
  border: 1px solid #328dda;
  background: none;
  border-radius: 30px;
  padding: 15px 0px;
  text-indent: 15px;
  color: #328dda;
  width: 100%;
}
.indv-product-reminder-row input[type="submit"]{
  background: #282b3a;
  padding: 12px 0px;
  display: block;
  width: 100%;
  color: white;
  border-radius: 23px;
  border: none;
  transition: all .3s ease-in-out;
}
.left-product-reminder-form{
  margin-right: 30px;
}
.right-product-reminder-form{
  margin-left: 10px;
}
.product-reminder-checkbox-right p{
  margin: 0px;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 10px;
}

.product-reminder-checkbox-cols{
  margin-top: 10px;
}
.product-reminder-checkbox-cols .wpcf7-list-item-label{
  display: none !important;
}
.product-reminder-checkbox-left{
  text-align: right;
}
.product-reminder-checkbox-left input{
  background: none;
  border: 2px solid #328dda;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-reminder-checkbox-left input:checked:before{
  content: '\f00c';
  font-family: fontAwesome;
  position: absolute;
  top: -7px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
  color: #282b39;
}
.product-reminder-wrapper{
  margin-top: 40px;
}
.right-product-reminder div.wpcf7-validation-errors, 
.right-product-reminder div.wpcf7-acceptance-missing {
  background: #cecece !important;
}
.sp-stockist-image img{
  float: none;
  margin: 0px auto;
  display: block;
}
.indv-sp-stockist p a{
  font-size: 14px;
  color: #328dda;
  text-decoration: none;
}
.indv-sp-stockist{
  margin: 10px;
  background: white;
  padding: 30px;
}
.sp-stockists-loop{
  font-size: 0;
}

.single-product .default-page-wrapper-flex{
  margin-top: 0px; 
}

.single-post-share{
  margin-bottom: 30px;
}
.single-post-share p{
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.single-post-share a{
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.ui-widget-content{
  font-family: ingra, sans-serif !important;
  font-style: normal !important;
  font-weight: 200 !important;
  color: #7d7c7c !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.page-template-help-page .site-search-form{
  border: 1px solid #2b8bdd !important;
}
.help-centre-accordions{
  margin-top: 40px;
}
.help-accordion-title h3{
  font-size: 25px;
}
.page-template-help-page .active-live-search{
  border: 1px solid #328dda;
  box-shadow: 2px 2px 2px 2px;
}




/* Removed hover effect on nav-icon */
.header-logo-social a:hover{
  color: #328dda !important;
}
.header-logo-wrapper img:hover{
  transform: scale(0.9);
}
.default-button:hover{
  border-radius: 5px;
}
.close-shift-toggle a:hover{
  font-size: 20px !important;
}

.two-cta-image{
  position: relative;
  overflow: hidden;
}
/* .indv-two-cta:hover img{
  transform: scale(1.1);
} */
.inner-product-container:hover .product-cat-circle{
  border-radius: 100%;
  width: 100%;
}
.inner-product-container:hover .product-category-image img{
  transform: scale(0.9);
}

.indv-newsletter-row input[type="submit"]:hover{
  border-radius: 5px;
}
.indv-footer-cta:hover{
  border-radius: 10px;
}

.filter-products-cats a:hover{
  border-radius: 5px;
  background: white !important;
  color: #328dda;
}
.product-lp-image{
  transition: all .2s ease-in-out;
}
.indv-product-lp:hover{
  border-radius: 10px;
  background: #d4d4d4;
}
.breadcrumbs-wrapper p a:hover{
  border-bottom: 1px solid #7d7c7c;
}
.indv-product-reminder-row input[type="submit"]:hover{
  border-radius: 5px;
}
.sp-tabs-selector .tabs li:hover{
  border-radius: 5px;
}
.two-col-image-block:hover img{
  transform: scale(0.9);
}
.insights-blocks-filter a:hover{
  border-radius: 5px;
}
.ajax-insight-feed-block:hover{
  background: #e4e4e4;
}
.single-post-share a:hover{
  color: #282b39;
}
.cpform-wrapper input[type="submit"]:hover{
  border-radius: 5px;
}
.reactionform-wrapper input[type="submit"]:hover{
  border-radius: 5px;
}
.footer-wrapper a:hover{
  border-bottom: 1px solid #ffffff;
}
.footer-socials a:hover{
  border: none;
  color: #ffffff;
}

.fixed-nav{
  position: fixed !important;
  background: #ffffff !important;
  background: rgb(50, 141, 218) !important;
  background: rgba(50, 141, 218, 0.6) !important;
  top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: top 0.6s;
  z-index: 99;
  margin: 0px;
  width: 100%;
}
.fixed-nav .inner-header-top-row{
  margin: 0px 40px;
}
.fixed-nav .header-slogan{
  display: none;
}
.fixed-nav .header-logo-social{
  margin-top: 10px;
}
.fixed-nav .header-menu{
  margin-top: 0px;
}
.fixed-nav .nav-icon:after, 
.fixed-nav .nav-icon:before, 
.fixed-nav .nav-icon span {
  height: 3px;
}

.page-template-products-landing-page .toggle-input-bar {
  color: white;
}
.page-template-products-landing-page .toggle-input-bar::-webkit-input-placeholder {
  color: #328dda !important;
}
.page-template-products-landing-page .toggle-input-bar:-ms-input-placeholder { 
  color: #328dda !important;
}
.page-template-products-landing-page .toggle-input-bar::placeholder {
  color: #328dda !important;
}


/*stockist modal*/
.stockist-modal-overlay{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: #000000;
  opacity: 0.7;
}
.stockist-modal{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9;
}
.stockist-modal .inner{
  max-width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 40px;
  position: relative;
}
.stockist-modal .inner h3{
  font-size: 30px;
  color: #378fdb;
  margin: 0;
}
.stockist-modal .actions a{
  margin: 5px;
}
.stockist-modal .actions a:last-child{
  background: #ff3f5a;
}
.stockist-modal .close{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 25px;
  color: #338dda;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
/*stockist modal*/

.owl-carousel.owl-loaded {
  margin-bottom: 80px;
}

select::-ms-expand {
  display: none;
}

/*firefox specific css*/
@-moz-document url-prefix() { 

}
/* end firefox css */



/* css rules to target between screen sizes */


@media screen and (min-width: 1440px){

.inner-content-slide h3, .inner-content-slide h1
  {
    font-size: 48px;
  }

  .inner-content-slide p {
    font-size: 36px;
}

  .site-center {
    width:1440px;
  }

  .featured-post .site-center, .sp-related-products-container .site-center {
    max-width:1330px;
  }

  .product-category-feed-intro h3{
    font-size: 40px;
  }

  .featured-post .indv-two-cta .two-cta-key-info .title h3 {
    font-size:36px;
  }

  .two-column-section h1, .two-column-section h2, .two-column-section h3 {
    font-size: 48px;
    line-height: 50px;
  }

  .featured-posts-footer-wrapper .site-center h3 {
    font-size:40px;
    line-height:42px;
   }

   .featured-posts-footer-wrapper h4 {
    color:#333333;
    font-size:36px;
    line-height:40px;
  }

  .footer-cta-content h3{
    font-size: 38px;
    line-height: 1.2;
  }

  .single-product .title-container .sp-banner-title h1 {
    font-size:36px;
  }

  .sp-related-products-main-title h3{
    font-size: 40px;
  }

  .product-rel-title a{
    font-size: 26px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1550px){
  .slide-content-background img{
    max-height: 400px;
  }
  .home .header-full-wrapper .inner-content-slide {
    max-width: unset;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1400px){
  .product-search-left-wrap h3 {
    font-size: 30px;
  }
  .two-col-text-block h1, .two-col-text-block h2, .two-col-text-block h3 {
    font-size: 35px;
  }

  .home .header-full-wrapper .inner-content-slide h3, .inner-content-slide h1 {
    max-width: 80%;
  }
}

@media screen and (min-width: 480px) and (max-width: 1400px){
  .header-slogan h3 {
    font-size: 22px;
  }
  .image-slide img{
    min-width: 1400px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px){

  .filter-products-cats a {
    border-radius: 16px;
    padding: 9px 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 1300px){
  .form-form-col-two h3{
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
  .inner-content-slide img{
    max-width: 60%;
  }
  .slide-content-background{
    display: none;
  }
  .indv-newsletter-row input[type="submit"]{
    padding: 12px 35px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1100px){
  .filter-products-cats{
    margin: 50px 0px;
  }
}
/* end css rules for targetting between screen sizes */



/* rules to apply from 1025px and above */
@media (min-width: 1025px){
  .page-template-insights-landing-page .resource-feed-name{
    font-size: 19px;
  }
  .page-template-insights-landing-page .resource-feed-excerpt{
    font-size: 14px;
  }
  .page-template-insights-landing-page .whitepaper-feed-name {
    font-size: 19px;
  }
  .page-template-insights-landing-page .whitepaper-feed-excerpt {
    font-size: 14px;
  }
  .page-template-insights-landing-page .training-feed-excerpt {
    font-size: 13.5px; 
  }

  .extra-content-padding .inner-content-slide {
    max-width: 55%;
  }
}
/* end rules to apply from 1025px and above */



/* tablet breakpoint rules */
@media (max-width: 1025px){


  /* Navigation */

  .home .content-slide {
    top: 50%;
    transform: translateY(-50%);
  }

  .product-category-feed-intro h3{
    font-size: 30px;
  }

  nav#mainnav ul li .header-search {
    display:none;
  }

  .header-logo-wrapper {
    margin-bottom:25px;
    padding-top:7px;
  }


  .header-logo img{
    width: 120px;
    display:block;
    position:relative;
    transition: width 0.9s ease-in-out;

  }
  
  nav#mainnav ul li.menu-item-home {
    display:block;
  }

  .header-menu {
    display:block;
    position:fixed;
    top:30px;
    left:30px;
    width:40px;
  }

  nav#mainnav ul, nav#mainnav ul li, nav#mainnav ul li a, .fa-search {
    color:#328dda;
  }

  /* nav#mainnav ul li.menu-item a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    font-size:20px;
    line-height:27px;
    position:absolute;
    margin-left:5px;
  } */

  nav#mainnav {
    background-color:#ffffff;    
    box-shadow: 2px 0px 10px 0px rgb(0 0 0);
    left:-100%;
    top:0;
    bottom:0;
    position:fixed;
    /* height:100vh; */
    padding:10px 25px 10px;
    overflow: hidden;
    width: 65%;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
  }

  nav#mainnav.open {
    left: 0;
  }

  nav#mainnav ul {
  display:block;
  width:100%;
  border-top:0px;
  border-bottom:0px;
  }

  nav#mainnav ul li {
    display:block;
    padding:10px 0;
    font-size:24px;
    text-align:right;
  }

  nav#mainnav ul li.current-menu-item a {
    color:#6c6b6b;
  }


  nav#mainnav ul li.close-shift-toggle {
    display:block;
    text-align: left;
  }

  nav#mainnav ul li.close-shift-toggle span {
    color:#328dda;
  }

  /* Mobile menu overlay */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  nav#mainnav .mobilenav-logo {
    position:absolute;
    bottom:25px;
    right:20px;
    display:block;
  }

  nav#mainnav .mobilenav-logo img {
    width:107px;    
  }

  .header-top-row.active {
    background-color: #328dda;
  }

  .single .header-top-row {
    background-color: #328dda;
  }

  .header-top-row {
    position: fixed;
    background-color: transparent;
    transition: 0.5s;
  }

  .header-top-row .inner-header-top-row {
    margin:20px 0 0 0;
  }


  /* Product category*/

  .product-category-feed {
    margin-bottom:40px;
  }

  .product-category-loop {
    flex-wrap: wrap;
    justify-content:center;
  }

  .inner-product-container {
    width:20%;
    max-width: unset;
    margin:0 2.5%;
  }
  
  .indv-product-category {
    max-width:130px;
    margin:0 auto;
  }

  .single-product .sp-breadcrumbs-section {
    margin-top:100px;
  }
  
  .product-category-title {
    margin-bottom:20px;
  }

  /* Product page*/

  .single-product .sp-thumbnail-gallery {
    display:none
  }

  .single-product .mobile-centre {
    position:relative;
    left:50%;
    transform: translateX(-50%);    
  }

  .single-product .sp-main-gallery .slick-dots {
    bottom: -40px !important;
  }

  .single-product .outer-sp-top-left {
    margin-top:40px;
  }

  .sp-related-products-main-title{

    margin: 20px 0 40px 0;
  }

  .sp-related-products-container .sp-related-products-main-title .title-container {
    justify-content: center;
  }
  
  .sp-related-products-container .sp-related-products-main-title .title-container .sp-banner-category {
    margin: 0 6px 0 0 ;
  }
  
  .sp-related-products-container .sp-related-products-main-title .title-container .product-category-image {
    width:30px;
    height:30px;
    padding:5px;   
    top:50%;
    transform: translateY(-50%); 
  }
  
  .sp-related-products-container .sp-related-products-main-title .title-container .product-category-image img {
    width:30px;
    height:30px;
  }
  
  .sp-related-products-container .sp-related-products-main-title .title-container .title h3 {
    font-size:24px;  
  }

  .single-product .sp-top-content h2 {
    margin-left:0px;
  }

  .product-rel-title a{
    font-size: 20px;
  }

  /* Featured post*/

  .featured-post.flex-margins {
    margin-bottom:60px;
  }

  .featured-posts-footer-loop{
    flex-wrap: wrap;
  }

  .featured-posts-footer-loop .featured-post-container {
    width:100%;
  }

  .featured-posts-footer-wrapper h4 {
    font-size:4vw;
    line-height:4vw;
  }

  .inner-featured-post-footer-text {
    height:30vw;
  }

  .featured-post .indv-two-cta .two-cta-key-info .title {
    height:170px;
    width:60vw;
  }

  .featured-post .indv-two-cta .two-cta-key-info .title h3 {
    font-size:25px;
    margin:0 10px;
  }

  .featured-post .site-center {
    width:90%;
  }

  .featured-post #slick-featured-posts {
    margin-top:20px;
  }

  .featured-post #slick-featured-posts .slick-slide {
    margin: 0px 20px; 
    max-height: 0px;
  }

  .featured-post #slick-featured-posts .slick-slide.slick-current {
    max-height: none;
  }

  .featured-post #slick-featured-posts .slick-arrow, .single-product .default-sp-related-products-feed .slick-arrow, .single-product .sp-main-gallery .slick-arrow {
    width:20px;
    height:20px;
  }

  .featured-post #slick-featured-posts .slick-prev, .single-product .default-sp-related-products-feed .slick-prev {
   left:-20px
  }

  .featured-post #slick-featured-posts .slick-next, .single-product .default-sp-related-products-feed .slick-next {
    right:-20px
   }

   .single-product .sp-main-gallery .slick-prev {
    left:-20px
   }
 
  .single-product .sp-main-gallery .slick-next {
    right:-20px
  }

  .single-product .sp-main-gallery .slick-dots {
    bottom: -30px !important;
  }

  .single-product .outer-sp-top-left {
    margin-top:20px;
  }



  .ajax-insights-loop-wrapper{
    margin: 0px; 
  }
  .indv-featured-post-footer {
    margin-bottom:30px;
  }
  .left-product-reminder{
    margin-right: 0px;
  }
  .product-reminder-checkbox-cols {
    max-width: 70%;
    margin: 20px 0px;
  }
  .indv-product-reminder-row input[type="submit"] {
    padding: 12px 70px;
    display: inline-block;
    width: auto;
  }
  .left-product-reminder-form {
    margin-right: 0px;
  }
  .right-product-reminder-form {
    margin-left: 0px;
  }
  .default-newsletter-modal-logo img {
    max-width: 200px;
  }
  .inner-default-newsletter-modal {
    padding: 100px 40px;
  }

  .compform-checkbox-cols{
    text-align: center;
  }
  .form-comp-submit-wrapper input {
    float: none;
  }
  .left-compfrow {
    margin-right: 0px;
  }
  .right-compfrow {
    margin-left: 0px;
  }
  .compform-wrapper {
    max-width: 90%;
  }
  .inner-competition-form-wrapper {
    max-width: 95%;
  }

  .left-reactionform {
    margin-right: 0px;
  }
  .right-reactionform {
    margin-left: 0px;
  }

  .left-cpfrow{
    margin-right: 0px;
  }
  .right-cpfrow {
    margin-left: 0px;
  }
  .cpform-wrapper{
    margin-left: 0px;
    margin-top: 30px;
  }

  .single-post-related-feed{
    margin-top: 30px;
  }

  .related-post-name {
    font-size: 20px;
  }

  .related-post-block-content:after{
    content: none;
  }

  .related-post-block {
    height: auto !important;
  }

  .fullwidth-padded-content .inner-fullwidth-flex-wrapper {
    padding: 50px;
  }

  .insights-blocks-filter {
    text-align: center;
  }

  .insight-feed-block-image img {
    min-width: 344px;
  }
  .inner-multi-block-cta p{
    font-size: 14px;
  }
  .resource-feed-block-content{
    padding: 20px 30px;
  }
  .product-feed-block-content{
    padding: 20px 30px;
  }
  
  /* Blog grid responsive - tablet */
  .multi-block-cta-top-left {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .multi-block-cta-top-left .product-feed-block {
    grid-column: span 1 !important;
  }
  
  .multi-block-cta-top-left .product-feed-block .product-feed-block-image {
    display: block !important;
  }
  
  .multi-block-cta-top-left .product-feed-block .product-feed-block-content:after {
    display: none !important;
  }
  
  .training-feed-block{
    padding: 20px 30px;
  }
  .whitepaper-feed-block{
    padding: 20px 30px;
  }
  .insight-feed-block-content{
    padding: 20px 30px;
  }

  .multi-block-cta-container .site-center-classic{
    width: 95%;    
  }



  .sp-tabs-container {
    padding: 45px 0px;
  }
  .sp-top-cols {
    margin-top: 20px;
  }
  .sp-top-col-right {
    margin-left: 0px;
  }
  .sp-top-col-left {
    margin-right: 0px; 
  }
  .right-sp-tab-container {
    margin-left: 0px;
    margin-top: 30px;
  }

  .product-lp-image {
    background-position: center center;
  }

  .product-search-left-wrap h3 {
    margin-bottom: 20px;
  }
  .inner-product-top-bar-search {
    max-width: 85%;
    text-align: center;
  }

  .inner-content-slide h3, .inner-content-slide h1
  {
    max-width:100%;
  }

  .filter-products-cats{
    margin: 50px 0px;
  }

  .product-featured-tag img {
    max-width: 60%;
  }
  .filter-products-cats a{
    margin-right: 5px;
  }
  .products-loop-container {
    margin-bottom: 60px;
  }
  .left-main-product-cta {
    margin-right: 0px;
    height: auto !important;
  }
  .right-main-product-cta{
    margin-top: 40px;
    margin-left: 0px;
    height: auto !important;
  }
  .indv-ft-info {
    padding-left: 0px;
  }
  .indv-ft-info:before {
    position: relative;
    display: inline-block; 
  }
  .ft-product-info-cols{
    text-align: center;
  }
  .products-loop-wrapper .col{
    display: -moz-inline-stack !important;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    _height: 300px !important;
    float: none !important;
    margin-bottom:25px;
  }
  .indv-product-lp-info:before {
    position: relative; 
    margin-right: 5px;
    display: inline-block;
  }
  .indv-product-lp-info {
    padding-left: 0px; 
  }
  .product-default-cols{
    text-align: left;
  }
  .product-lp-image img {
    width: auto;
    display: block;
    float: none;
    margin: 0px auto;
  }
  .ft-product-link .default-button{
    margin-top: 0px;
  }
  .product-lp-content {
    padding: 20px 20px;
  }
  .ft-product-info-cols {
    padding: 20px 20px;
  }
  .ft-info-left {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
  .products-loop-wrapper{
    clear: both;
    font-size: 0;
    width: 100%;
  }
  .ft-info-right{
    display: none;
  }
  .inner-products-banner-content h4{
    font-size: 22px;
  }
  .inner-products-banner-content h3{
    font-size: 45px;
    line-height: 1.2;
  }
  .products-banner-content .site-search-container{
    margin-top: 20px;
  }
  .products-lp-banner-image img {
    min-width: 1300px;
  }

  .two-column-section h1, .two-column-section h2, .two-column-section h3 {
    font-size: 35px;
    line-height: 37px;
  }
  .inner-default-page-search-static .default-button {
    padding: 18px 0px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
  }
  .inner-default-page-search-static {
    max-width: 100%;
  }
  .indv-two-col-image-text {
    margin-bottom: 0px;
  }
  .two-col-text-block h1, .two-col-text-block h2, .two-col-text-block h3 {
    font-size: 35px;
  }
  .two-col-text-block {
    padding: 50px 0px;
  }
  .two-col-image-block img {
    margin: -30px auto 0px auto;
    width: auto;
    display: block;
    float: none;
  }
  .slide-content-background{
    display: none;
  }
  .indv-footer-cta {
    margin-bottom:30px;
    min-height:320px;
  }
  .inner-footer-ctas .col{
    margin-bottom:30px;
  }
  .footer-cta-link {
    padding-bottom:60px;
  }
  .footer-bottom-cols {
    margin-top: 30px;
  }
  .footer-nav-one li {
    display: block;
    width: 100%;
    float: none;
  }
  .footer-col-two,
  .footer-col-three,
  .footer-col-four
  {
    margin-top: 30px;
  }
  .footer-col-one {
    margin-right: 0px;
  }
  .footer-logo img {
    max-width: 135px;
    float: none;
    margin: 0px auto;
  }
  .footer-wrapper {
    text-align: center;
    padding-top: 40px;
  }
  .testimonials-intro h3 {
    font-size: 30px;
  }
  .inner-testimonials-feed {
    padding: 50px 30px;
  }
  .newsletter-checkbox-cols {
    max-width: 70%;
  }
  .newsletter-checkbox-left {
    text-align: center;
  }
  .indv-newsletter-row input[type="submit"] {
    padding: 12px 0px;
    display: block;
    width: 100%;
    float: right;
  }
  .form-form-col-two {
    margin-right: 0px;
  }
  .form-form-col-one {
    margin-top: 30px;
  }
  .form-form-col-three{
    margin-top: 20px;
  }
  .form-form-col-two h3 {
    font-size: 25px;
  }
  .inner-two-column-ctas {
    margin: 0px;
  }
  .indv-two-cta {
    margin: 20px 0px;
  }
  .flex-margins {
    margin: 30px 0px;
  }
  .left-two-col{
    margin-right: 0px;
  }
  .right-two-col{
    margin-top: 0px;
    margin-left: 0px;
  }

  .inner-content-slide .default-button {
    margin-top: 10px;
    padding: 13px 40px;
  }
  .inner-content-slide {
    max-width: 85%;
  }
  .inner-content-slide h3, 
  .inner-content-slide h1{
    font-size: 35px;
  }

  .inner-content-slide p{
    font-size: 26px;
  }
  .header-slogan h3 {
    font-size: 14px;
  }

  .image-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .inner-footer-ctas .col{
    min-height:unset;
  }

  footer #menu-our-ranges li {
    width: 100%;
  }

  .featured-posts-footer-wrapper .site-center h3 {
    font-size:26px;
    line-height: 1.2;
  }

  .footer-cta-content h3{
    font-size: 26px;
    line-height: 1.2;
  }

  .single-product .title-container .sp-banner-title h1 {
    font-size:28px;
    position:relative;
    top:50%;
    transform: translateY(-50%);
    margin-top:0;
  }

}

@media (max-width: 1000px){
  .blog-feed-content {
    max-width: 60%;
  }
}

@media (max-width: 940px){
  .insight-feed-block-image img {
    min-width: 334px;
  }
  .product-feed-name,
  .resource-feed-name,
  .whitepaper-feed-name,
  .insight-feed-name,
  .training-feed-name,
  .blog-feed-title{
    font-size: 19px;
  }
  .multi-block-cta-bottom .tablet-width-4of12{
    width: 35%;
  }
  .multi-block-cta-bottom .tablet-width-8of12{
    width: 65%;
  }
  .resource-feed-block-content{
    padding: 20px 20px;
  }
  .product-feed-block-content{
    padding: 20px 20px;
  }
  .training-feed-block{
    padding: 20px 20px;
  }
  .whitepaper-feed-block{
    padding: 20px 20px;
  }
  .insight-feed-block-content{
    padding: 20px 20px;
  }
}

@media (max-width: 900px){
  .ajax-insight-feed-block-content:after {
    content: none;
  }
  .ajax-insight-feed-block{
    text-align: center;
  }
  .ajax-insights-loop-wrapper .display-inline{
    width: 100% !important;
  }
  .ajax-insight-feed-block-image img {
    width: auto; 
    float: none;
    margin: 0px auto;
  }
  .ajax-insight-feed-block .col{
    width: 100% !important;
  }
}

@media (max-width: 830px){
  .inner-multi-block-cta p {
    font-size: 12px;
  }
  .insight-feed-block-image img {
    min-width: 310px;
  }
}

@media (max-width: 800px){
  .inner-newsletter-popup-intro-right h3 {
    font-size: 30px;
  }

  .default-sp-related-products-feed .owl-controls {
    margin-top: 20px !important;
  }
  .default-sp-related-products-feed .owl-next, .default-sp-related-products-feed .owl-prev {
    position: relative !important;
    font-size: 20px !important;
    padding: 5px 20px !important;
  }

  .inner-default-page-search-static{
    text-align: center;
  }
  .inner-default-page-search-static .default-button {
    padding: 14px 40px;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: auto;
  }
  .inner-default-page-search-static .tablet-width-8of12{
    width: 100% !important;
  }
  .inner-default-page-search-static .tablet-width-4of12{
    width: 100% !important;
  }
  .search-footer-title h3 {
    font-size: 35px;
  }
  .form-form-col-one {
    margin-top: 0px;
  }
  .form-form-col-two {
    margin-left: 0px;
  }
  .form-form-col-two h3 {
    font-size: 18px;
  }
  .product-category-title a {
    font-size: 21px;
  }
  .header-slogan h3 {
    font-size: 14px;
  }
  .inner-content-slide p {
    font-size: 20px;
  }
  .mixed-page-slideshow .slick-dots {
    margin-top: -40px !important;
  }
  .indv-testimonial-feed {
    max-width: 80%;
  }
  .indv-testimonial-feed:before {
    font-size: 100px;
    left: 10px;
  }
  .indv-testimonial-feed:after {
    font-size: 100px;
    right: 10px;
  }
  .testimonial-feed-content{
    font-size: 14px;
    padding: 0px 20px;
  }
}


@media (max-width: 720px){
  .inner-default-newsletter-modal {
    padding: 60px 20px;
  }
  .default-newsletter-modal-logo img {
    max-width: 150px;
  }
  .default-newsletter-popup-intro-right {
    margin-left: 0px; 
  }
  .default-newsletter-modal{
    margin: 10px;
  }
  .default-newsletter-popup-intro-left h3 {
    font-size: 30px;
  }

  .sp-related-products-main-title h3 {
    font-size: 24px;
  }
  .left-sp-benefits .tab_container{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .left-sp-benefits .tabs{
    display: none !important;
  }
  .indv-sp-review {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .tab_content {
    padding: 10px;
  }
  .tabs {
    display: none;
  }
  .sp-tabs-main-title h3 {
    text-align: center;
  }
  .left-sp-tab-container {
    border-bottom: 1px solid #000000;
    margin-bottom: 0px;
  }
  .tab_drawer_heading {
    
    color: #328dda;
    border-top: 1px solid #000000;
    margin: 0;
    padding: 20px 10px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    text-decoration: underline;
    color: #6c6b6b;
  }
  .d_active i {
    display:none;
  }

   .insight-feed-block {
    margin-left: 0px;
  }
  .whitepaper-feed-block{
    margin-bottom: 20px;
  }
  .resource-feed-block-content{
    margin: 20px 0px;
  }
  .multi-block-cta-top-left-container{
    width: 100% !important;
  }
  .multi-block-cta-top-right-container{
    width: 100% !important;
  }
  .multi-block-cta-bottom-left-container{
    width: 100% !important;
  }
  .multi-block-cta-bottom-right-container{
    width: 100% !important;
  }
  .blog-feed-block{
    max-height: 450px !important;
  }
  .multi-block-cta-top-left {
    margin-right: 0px;
  }

  .sp-tabs-selector {
    display:none;
  }

  .sp-tabs-container .left-sp-tab-container {
    width:100%;
  }

}

/* mobile breakpoint rules */
@media (max-width: 480px){

  /* Navigation */

  .header-logo-wrapper {
    margin-bottom:21px;
    padding-top:0px;
  }

  .header-menu {
    display:block;
    position:fixed;
    top:19px;
    right:30px;
  }

  .header-top-row .inner-header-top-row {
    margin:17px 0 0 0;
  }


  /* Product category */


  /* Product page*/

  .single-product .sp-breadcrumbs-section {
    margin-top:80px;
  } 
  .single-product .title-container {
    flex-wrap: wrap;
  }

  .single-product .title-container .sp-banner-title  {
    width:100%;
    padding-left:0px;

  }

  .sp-banner-category {
    margin-bottom:10px;
  }

  .single-product .title-container .sp-banner-title h1 {
    font-size:24px;
    margin-bottom:10px;
  }

  .single-product .title-container .sp-banner-title h2 {
    margin:0;
  }

  .single-product .sp-banner-title .mobile {
    display: block;
  }

  .single-product .title-container .sp-banner-title p {
    display:none;
  }

  .single-product .sp-top-content h1 {
    color:#282b3a;
    margin: 0px 0 10px 0;
    font-size:24px;
    line-height:28px;
  }
  .single-product .sp-top-content h2 {
    color:#6c6b6b;
    margin: 0 0 20px 0;
    font-size:20px;
    line-height:24px;
  }

  .sp-banner-category .product-category-image {
    height: 55px;
    width: 55px;
    padding:10px
  }

  .sp-banner-category .product-category-image img {
    width: 55px;
    height: 55px;
  }

  .featured-post #slick-featured-posts .slick-prev, .single-product .default-sp-related-products-feed .slick-prev {
    left:-15px
   }

   .featured-post #slick-featured-posts .slick-next, .single-product .default-sp-related-products-feed .slick-next {
    right: -15px;
   }

  /* Featured post*/

  .featured-post.flex-margins {
    margin-bottom:60px;
  }

  .featured-post .indv-two-cta .two-cta-key-info .title {
    height:100px;
    width:250px;
    transform: translate(-50%, -120px);
  }

  .featured-post .indv-two-cta .two-cta-key-info .title h3 {
    font-size:20px;
    margin:0 10px;
  }

  .inner-featured-post-footer-text {
    height:100px;
  }

  .featured-posts-footer-wrapper h4 {
    font-size:20px;
    line-height:22px;
  }

  .fixed-nav .header-slogan-main-pos{
    float: right;
  }
  .fixed-nav .mobile-header-socials{
    display: none;
  }
  .product-reminder-checkbox-cols {
    max-width: 100%;
  }
  .sp-toggle-buttons a {
    margin-bottom: 10px;
  }
  .default-newsletter-popup-intro-right {
    margin: 0px auto;
    max-width: 250px;
  }
  .newslform-wrapper input[type="submit"] {
    float: left;
  }
  .newslform-wrapper {
    max-width: 100%;
  }
  .indv-newslform-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .compform-wrapper {
    max-width: 100%;
  }

  .form-cp-submit-wrapper{
    text-align: center;
    margin-top: 10px;
  }

  .related-posts-feed-title h3 {
    font-size: 35px;
  }

  .fullwidth-padded-content .inner-fullwidth-flex-wrapper {
    padding: 50px 20px;
  }

  .fullwidth-padded-content h3 {
    font-size: 35px;
  }

  .default-fullwidth-flex-wrapper h1, .default-fullwidth-flex-wrapper h2, .default-fullwidth-flex-wrapper h3 {
    font-size: 35px;
  }

  .blog-feed-category {
    display: inline-block;
  }
  .resource-feed-block-content{
    margin-bottom: 0px;
  }
  .blog-feed-image img {
    width: 100%;
    min-width: 100%;
  }
  .blog-feed-category {
    position: relative; 
    top: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .blog-feed-content {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    margin-left: 0px;
  }
  .blog-feed-content-container{
    background: #edeeee;
    padding: 20px 20px;
  }
  .blog-feed-block {
    max-height: 100% !important;
  }
  .product-feed-block-content:after{
    border-top: 0 !important;
    content: "" !important;
    height: 0 !important;
    right: -14px !important;
    position: absolute !important;
    bottom: -20px !important;
    width: 0 !important;
    left: 25px !important;
    top: auto !important;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 20px solid #edeeee !important;
    border-bottom: none !important;
  }

  .product-lp-item {
    min-height: 1px !important;
  }
  .indv-featured-product-lp{
    min-height: 1px !important;
  }
  .products-loop-wrapper {
    margin: 0px; 
  }
  .product-lp-image img{
    width: 100%;
  }

  .filter-products-cats a{
    padding: 9px 12px;
    margin: 5px 2px;
  }
  .inner-product-top-bar-search {
    max-width: 96%;
  }
  .search-footer {
    margin-bottom: 60px;
  }
  .search-footer-title h3 {
    font-size: 30px;
  }
  .site-search-form input{
    font-size: 13px;
  }
  .inner-default-page-search-popup h3 {
    font-size: 25px;
  }
  .two-column-section h1, .two-column-section h2, .two-column-section h3 {
    font-size: 28px;
  }
  .two-cta-title-sub-title h3 {
    font-size: 20px;
  }
  .more-insights .default-button {
    padding: 15px 0px;
    text-align: center;
    display: block;
  }
  .footer-ctas {
    margin: 10px 0px;
  }
  .footer-ctas .footer-cta-content h3 {
    font-size:24px;    
  }
  .footer-ctas .footer-cta-content p {
    font-size:15px;    
  }
  .testimonials-intro h3 {
    font-size: 25px;
  }
  .newsletter-checkbox-cols {
    max-width: 90%;
  }
  .form-form-col-two h3 {
    font-size: 14px;
  }
  .form-form-col-one p{
    font-size: 11px;
  }
  .form-form-col-one h3 {
    font-size: 25px;
  }

  .product-category-feed-intro {
    margin-bottom: 20px;
  }
  .product-category-feed-intro h3 {
    font-size: 25px;
  }
  .product-category-title a {
    font-size: 15px;
  }
  .right-two-col {
    margin-top: 10px;
  }
  .two-column-section h3 {
    font-size: 28px;
  }
  .nav-icon:after, .nav-icon:before, .nav-icon span {
    height: 5px;
    margin: 5px 0;
  }
  .inner-content-slide {
    max-width: 95%;
  }

  .inner-content-slide .default-button {
    margin-top: 20px;
  }
  .home .content-slide {
    top: 50%;
    transform: translateY(-45%);
  }
  .header-logo-social {
    margin-top: 5px;
  }
  .header-menu {
    margin-top: 0px;
  }
  .header-logo img {
    max-width: 95px;
  }
  .inner-header-top-row {
    margin: 20px;
  }

  .image-slide img {
    height: 300px;
    width:auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width:unset;
  }

  .page-template-home-page .image-slide img {
    height: auto;
    width:100%
  }

  .featured-posts-footer-wrapper .site-center h3 {
    font-size:24px;
    line-height:26px;
    margin-bottom:10px
  }

  .right-sp-tab-container .copy-container {
    padding: 30px 40px;
  }

  .sp-tabs-main-title h3 {
    font-size:24px;
  }

  .right-sp-tab-container h3{
    font-size: 24px;
  }

  .page-template .site-center, .single .site-center {
    width:90%;
  }

  .single-product .sp-main-gallery .slick-slide img {
    top:180px;
    
  }
  .single-product .sp-main-gallery .slick-arrow {
    top:45%;
  }

  .single-product .sp-top-cols {
    margin-top:0;
  }

  .sp-main-gallery.slick-dotted.slick-slider {
    margin-bottom:0px;
  }

  .single-product .sp-main-gallery .slick-dots {
    bottom: -10px !important;
  }

  .inner-content-slide h3, 
  .inner-content-slide h1{
    font-size: 28px;
  }

  .inner-content-slide p {
    font-size: 18px;
  }

}
/* end mobile breakpoint rules */



/* 2436x1125px at 458ppi iPhone 11 Pro - DW Addition*/
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation : portrait)  { 
}

/* Updates (PW) - Button spacing */


@media screen and (min-width: 1025px) {

  /* Button position fixed */
  .product-default-cols {
    position: relative;
  }

  .product-lp-link {
    position: absolute !important;
    bottom: 30px;
  }

  .product-lp-content {
    position: unset;
  }

  .product-lp-cat a {
    display: inline;
  }
  
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

ul.tabs li {
  margin: 0 5px 15px;
}


/* Updates (PW) - Offsite anchor confirmation */ 

#confirm-leave {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,2.967);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;

  transition: all ease-in-out 700ms;
}

html.modal-confirm-offsite #confirm-leave {
  opacity: 1;
  pointer-events: all;
}

#confirm-leave h1 {
  color: #267dc6;
  text-align: center;
  max-width: 360px;
}

#confirm-leave p {
  color: #328dda;
  max-width: 360px;
  margin-bottom: 50px;
}

#confirm-leave button {
  width: 200px;
  padding: 15px;
  -webkit-appearance: none;
  border: 0;
  margin: 5px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 18px;
}

button#offsite-confirm {
  background: #1fa852;
}

button#offsite-cancel {
  background: #e5888c;
}
span.ff-nav-close:before {
    text-shadow: 0px 0px 5px #000;
    border: 2px solid #333;
    padding: 2px;
    background: rgba(0,0,0,0.4);
}

/* ============================================
   CUSTOM SLIDER STYLES
   ============================================ */
.mixed-page-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mixed-page-slideshow .indv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  z-index: 1;
}

.mixed-page-slideshow .indv-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

/* Slideshow navigation dots */
.slideshow-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.slideshow-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}

.slideshow-dot:hover,
.slideshow-dot.active {
  background: white;
}

/* ============================================
   TWO COLUMN CTAs - EQUAL HEIGHT CARDS
   ============================================ */
.two-column-ctas .inner-two-column-ctas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.two-column-ctas .inner-two-column-ctas > *:first-child {
  grid-column: span 2;
  padding: 0;
  width: 50%;
  margin: 0 auto;
}

.two-column-ctas .col.width-6of12 {
  display: flex;
  width: calc(50% - 35px);
  box-sizing: border-box;
 
}
.mb50 {
 
}

.two-column-ctas .indv-two-cta {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.two-column-ctas .two-cta-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.two-column-ctas .two-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-column-ctas .two-cta-image .two-cta-image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.two-column-ctas .two-cta-content {
  flex-grow: 1;
}

.two-column-ctas .two-cta-button {
  margin-top: auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .two-column-ctas .inner-two-column-ctas {
    grid-template-columns: 1fr;
  }

  .two-column-ctas .inner-two-column-ctas > *:first-child {
    grid-column: span 1;
    padding:0;
    margin:0;
    width: 100%;
  }

  .two-column-ctas .col.width-6of12 {
    width: 100%;
  }
  
  .two-column-ctas .two-cta-image {
    height: 180px;
  }
}

/* ============================================
   PRODUCT DETAIL PAGE STYLES
   ============================================ */

/* Breadcrumbs */
.breadcrumbs {
  background: #f5f5f5;
  padding: 15px 0;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.breadcrumbs span:first-child {
  font-weight: 600;
  margin-right: 10px;
}

.breadcrumbs .breadcrumb-trail a {
  color: #0070ae;
  text-decoration: none;
}

.breadcrumbs .breadcrumb-trail a:hover {
  text-decoration: underline;
}





.sp-top-cols .inner-sp-top-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sp-top-cols .col.width-6of12.outer-sp-top-left {
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}

.sp-top-cols .col.width-6of12.outer-sp-top-right {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}



.sp-banner-category {
  flex-shrink: 0;
  margin-right: 20px;
}



.product-category-image img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.sp-banner-title h1 {
  font-size: 32px;
  color: #333;
  margin: 0;
 
  line-height: 1.3;
}


.sp-top-content h3{
  font-size: 18px;
  margin: 15px 0px;
  font-weight: 400;
}

.sp-top-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Key Information */
.sp-key-information-loop{
  clear: both;
  font-size: 0;
  width: 100%;
  margin: 20px 0px;
}
.sp-key-info-icon{
  padding: 10px;
  background: #dfdfdf;
  display: inline-block;
  border-radius: 50%;
}
.sp-key-info-icon img {
  width: 100% !important;
  max-width: 30px !important;
}

/* Product Gallery */
.sp-top-col-right {
  text-align: center;
}

.single-product .sp-main-gallery .slick-dots {
  display: none !important;
}

.sp-gallery-section {
  max-width: 400px;
  margin: 0 auto;
}

.sp-main-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.indv-sp-main-image {

}

.indv-sp-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tabs Section */
.sp-tabs-container {
 
  
}

.sp-tabs-container .inner-sp-tabs {
  display: flex;
  flex-wrap: wrap;
}

.sp-tabs-container .inner-sp-tabs > .col.width-12of12 {
  width: 100%;
}

.sp-tabs-container .inner-sp-tabs > .col.width-12of12:nth-child(2) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100% !important;
}

.sp-tabs-main-title {
  margin-bottom: 30px;
}


.sp-tabs-selector {
  padding-right: 30px;
}

.sp-tabs-container .inner-sp-tabs .sp-tabs-selector {
  width: 25% !important;
  flex: 0 0 25% !important;
  float: none !important;
}

.sp-tabs-container .inner-sp-tabs .left-sp-tab-container {
  width: 75% !important;
  flex: 0 0 75% !important;
  float: none !important;
  box-sizing: border-box;
}



.sp-tabs-container .col.width-12of12.flex-it {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

/* Flex wrapper for tabs row */
.sp-tabs-container .col.width-12of12.tabs-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  overflow: hidden;
}

.sp-tabs-container .tabs-row .sp-tabs-selector.col.width-3of12 {
  width: 25% !important;
  flex: 0 0 25% !important;
  max-width: 25%;
}

.sp-tabs-container .tabs-row .left-sp-tab-container.col.width-9of12 {
  width: 75% !important;
  flex: 0 0 75% !important;
  max-width: 75%;
}

.sp-tabs-container .tabs-row::after {
  content: "";
  display: table;
  clear: both;
}

.sp-tabs-selector .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-tabs-selector .tabs li {
  padding: 15px 20px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:10px;
  transition: all 0.3s ease;
  color: #0070ae;
  font-size: 18px;
width: 100%;
}



.sp-tabs-selector .tabs li i {
  transition: transform 0.3s ease;
}

.sp-tabs-selector .tabs li.active i {
  transform: rotate(90deg);
}

/* Tab Content Area */
.left-sp-tab-container {
  
  padding: 30px;
  min-height: 300px;
}

.tab_drawer_heading {
  display: none;
  padding: 15px 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  color: #0070ae;
  font-size: 16px;
  margin: 0;
}

.tab_drawer_heading.d_active {
  background: #0070ae;
  color: #fff;
}


.tab_content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.tab_content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.tab_content li {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

/* Did You Know Box */


/* Accordion Styles */
.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-header {
  padding: 18px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #f0f0f0;
}

.accordion-header.active {
  background: #0070ae;
  color: #fff;
}

.accordion-header.active .accordion-icon i {
  color: #fff;
}

.accordion-icon {
  margin-right: 15px;
  font-size: 18px;
  color: #0070ae;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #fff;
}

.accordion-content.open {
  border-bottom: 1px solid #ddd;
}

.accordion-content p,
.accordion-content ul {
  padding: 0 20px;
}

.accordion-content p:first-child {
  padding-top: 20px;
}

.accordion-content ul:last-child,
.accordion-content p:last-child {
  padding-bottom: 20px;
}

/* Related Products Slider */
.sp-related-products-container {
 
}

.sp-related-products-container .site-center {
  max-width: 1200px;
  padding: 0 60px;
}

.sp-related-products-main-title {
  margin-bottom: 40px;
  text-align: center;
}

.sp-related-products-main-title .title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}



.related-products-slider {
  position: relative;
  overflow: visible;
  margin: 0 50px; /* Space for arrows outside */
}

.slider-viewport {
  overflow: hidden !important;
  clip-path: inset(0); /* More reliable clipping */
  position: relative;
  width: 100%;
}

.related-products-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-left: -30px; /* Compensate for first slide offset */
}

.indv-product-rel {
  /* Each product takes half the viewport width minus half the gap */
  flex: 0 0 calc(50% - 15px);
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  background: #fff;
  border: 1px solid #dfe1e2;
  box-shadow: 0px 7px 7px 0px rgba(223,225,226,1);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 !important; /* Override any inherited margin */
}

.indv-product-rel .product-default-cols {
  display: flex;
  flex: 1;
  min-height: 380px;
  align-items: stretch;
}

.indv-product-rel .product-default-col-content,
.indv-product-rel .product-default-col-image {
  display: flex;
  flex-direction: column;
}

.indv-product-rel .product-default-col-content {
  width: 50%;
  flex: 0 0 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.indv-product-rel .product-default-col-image {
  width: 50%;
  flex: 0 0 50%;
  position: relative;
  min-height: 350px;
}

.product-rel-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  bottom: 0;
  background-size: cover;
  background-position: center;
}




.product-rel-title a:hover {
  color: #0070ae;
}

.product-rel-key-info {
  margin-bottom: 25px;
}


.product-rel-link {
  margin-top: auto;
}




.indv-product-rel .essential-info {
  padding: 20px 30px;
  background: #fff;
  border-top: 1px solid #dfe1e2;
  box-shadow: 0px 7px 7px 0px rgba(223,225,226,1);
}

.indv-product-rel .essential-info p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.indv-product-rel .essential-info p:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}

/* Slider Navigation Arrows */
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 40px;
  color: #ccc;
  transition: color 0.3s ease;
  z-index: 10;
}

.slider-prev {
  left: -45px;
}

.slider-next {
  right: -45px;
}

.slider-prev:hover,
.slider-next:hover {
  color: #0070ae;
}

/* Slider Pagination Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.slider-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #6c6b6b;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.slider-dots button:hover,
.slider-dots button.active {
  background-color: #0070ae;
  border-color: #0070ae;
}

/* Responsive */
@media (max-width: 992px) {
  .sp-tabs-selector {
    display: none;
  }
  
  .tab_drawer_heading {
    display: block;
  }
  
  .left-sp-tab-container {
    width: 100% !important;
  }
  
  .right-sp-tab-container {
    width: 100% !important;
  }
  
  /* Related products - show 1 at a time on tablet */
  .indv-product-rel {
    flex: 0 0 100%;
    min-width: 100%;
  }
  
  .related-products-slider {
    margin: 0 35px;
  }
  
  .slider-prev {
    left: -30px;
  }
  
  .slider-next {
    right: -30px;
  }
  
  .slider-prev,
  .slider-next {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .outer-sp-top-left,
  .outer-sp-top-right {
    width: 100% !important;
    padding-right: 0;
  }
  
  .outer-sp-top-right {
    margin-top: 30px;
  }
  
  .sp-banner-title h1 {
    font-size: 24px;
  }
  
  .indv-product-rel {
    flex: 0 0 100%;
    min-width: 100%;
  }
  
  .indv-product-rel .product-default-cols {
    flex-direction: column;
    min-height: auto;
  }
  
  .indv-product-rel .product-default-col-content,
  .indv-product-rel .product-default-col-image {
    width: 100%;
    flex: 0 0 auto;
  }
  
  .indv-product-rel .product-default-col-image {
    min-height: 250px;
  }
  
  .slider-prev,
  .slider-next {
    display: none;
  }
  
  .related-products-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  
  .indv-product-rel {
    scroll-snap-align: start;
  }
  
  .sp-related-products-main-title .title h3 {
    font-size: 24px;
  }
  
  .sp-related-products-container .site-center {
    padding: 0 20px;
  }
}

/*------------------------------------*\
    structure
\*------------------------------------*/

.no-margin-top{
  margin-top: 0px !important;
}
.no-margin-bottom{
  margin-bottom: 0px !important
}
.no-margin-right{
  margin-right: 0px !important;
}
.no-margin-left{
  margin-left: 0px !important;
}

.site-center {
    margin: 0 auto;
    width: 1440px;
}
.site-center-classic{
    margin: 0 auto;
    width: 1160px;
}

*:hover,*:active,*:focus {
    outline:none;
}

main,
section,
article,
header,
footer,
aside,
nav,
table,
.col {
    width:100%;
}

section,article,header,footer,aside,nav,img,.nav,.col,.tabs,.tab-content,.width-fit,.nav li,button,.button,.button-group,.nav a,.left li li,.tabs .left,.right li li {
    float:left;
}


div:before,div:after,main:before,main:after,article:before,article:after,aside:before,aside:after,details:before,details:after,
figcaption:before,figcaption:after,figure:before,figure:after,footer:before,footer:after,
header:before,header:after,hgroup:before,hgroup:after,nav:before,nav:after,section:before,section:after,
pre:before,pre:after,.nav:before,.nav:after,.nav a:before,.nav a:after,.width-fill:before,.width-fill:after,
.width-fit img:before,.width-fit img:after,blockquote small:before,blockquote small:after,address:before,address:after,
.nav ul:before,.nav ul:after,.nav li:before,.nav li:after, .cell:before, .cell:after {
    content:"";
    display:table;
    clear:both;
}

.cell {
    margin:15px;
    position:relative;
    clear:both;
}
.width-0halfof12 {
    width:4.16666665%;
}
.width-1of12 {
    width:8.3333333%;
}
.width-2halfof12{
    width:22.916666575%;
}
.width-2of12 {
    width:16.6666666%;
}
.width-3of12 {
    width:25%;
}
.width-4of12 {
    width:33.3333333%;
}
.width-5of12 {
    width:41.6666666%;
}
.width-6of12 {
    width:50%;
}
.width-7of12 {
    width:58.3333333%;
}
.width-8of12 {
    width:66.6666666%;
}
.width-9of12 {
    width:75%;
}
.width-10of12 {
    width:83.3333333%;
}
.width-11of12 {
    width:91.6666666%;
}
.width-12of12 {
    width:100%;
}
/* display inline, more for responsive uneven stacking design - parent becomes font size 0*/
.display-inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 250px;
}


ul {
    padding:0;
    margin-left:15px;
}

.right {
    float:right;
}


/*------------------------------------*\
    elements
\*------------------------------------*/

img {
    height:auto;
    max-width:100%;
}

.hidden {
    display:none;
}


/*------------------------------------*\
    ie
\*------------------------------------*/

div,
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
pre,
.nav,
address,
button {
    display:block;
    *zoom:1;
}


*:hover,*:active,*:focus {

}


/*------------------------------------*\
    responsive
\*------------------------------------*/

@media only screen and (min-width:320px) {

    .width-1of12 {
        width:100%
    }
    .width-2of12 {
        width:100%;
    }
    .width-3of12 {
        width:100%;
    }
    .width-4of12 {
        width:100%;
    }
    .width-5of12 {
        width:100%;
    }
    .width-6of12 {
        width:100%;
    }
    .width-7of12 {
        width:100%;
    }
    .width-8of12 {
        width:100%;
    }
    .width-9of12 {
        width:100%;
    }
    .width-10of12 {
        width:100%;
    }
    .width-11of12 {
        width:100%;
    }

    .mobile-width-1of12 {
        width:8.3333333%;
    }
    .mobile-width-2of12 {
        width:16.6666666%;
    }
    .mobile-width-3of12 {
        width:25%;
    }
    .mobile-width-4of12 {
        width:33.3333333%;
    }
    .mobile-width-5of12 {
        width:41.6666666%;
    }
    .mobile-width-6of12 {
        width:50%;
    }
    .mobile-width-7of12 {
        width:58.3333333%;
    }
    .mobile-width-8of12 {
        width:66.6666666%;
    }
    .mobile-width-9of12 {
        width:75%;
    }
    .mobile-width-10of12 {
        width:83.3333333%;
    }
    .mobile-width-11of12 {
        width:91.6666666%;
    }

    .site-center,
    .site-center-classic
     {
        width:95%;
    }

    .cell {
        margin:10px;
    }
}

@media only screen and (min-width:480px) {
    .tablet-width-1of12 {
        width:8.3333333%;
    }
    .tablet-width-2of12 {
        width:16.6666666%;
    }
    .tablet-width-3of12 {
        width:25%;
    }
    .tablet-width-4of12 {
        width:33.3333333%;
    }
    .tablet-width-5of12 {
        width:41.6666666%;
    }
    .tablet-width-6of12 {
        width:50%;
    }
    .tablet-width-7of12 {
        width:58.3333333%;
    }
    .tablet-width-8of12 {
        width:66.6666666%;
    }
    .tablet-width-9of12 {
        width:75%;
    }
    .tablet-width-10of12 {
        width:83.3333333%;
    }
    .tablet-width-11of12 {
        width:91.6666666%;
    }
    .tablet-width-12of12 {
        width:100%;
    }
}
@media (min-width:768px) and (max-width:979px) {
    .site-center,
    .site-center-classic
     {
        width:704px;
    }
}


@media only screen and (min-width:1025px) {
    .width-1of12 {
        width:8.3333333%;
    }
    .width-2of12 {
        width:16.6666666%;
    }
    .width-3of12 {
        width:25%;
    }
    .width-4of12 {
        width:33.3333333%;
    }
    .width-5of12 {
        width:41.6666666%;
    }
    .width-6of12 {
        width:50%;
    }
    .width-7of12 {
        width:58.3333333%;
    }
    .width-8of12 {
        width:66.6666666%;
    }
    .width-9of12 {
        width:75%;
    }
    .width-10of12 {
        width:83.3333333%;
    }
    .width-11of12 {
        width:91.6666666%;
    }
    .width-12of12 {
        width:100%;
    }
}
@media only screen and (min-width: 1480px) {
    .site-center
     {
        width:1440px;
    }
    .site-center-classic{
        width:1160px;
    }
    .cell{
        margin:15px;
    }
}

.retailers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 30px 0;
}
.retailers-grid::before {
    content:none !important
}
.retailer-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.retailer-item a {
  display: block;
  padding: 20px;
  transition: opacity 0.3s ease;
}
.retailer-item a:hover {
  opacity: 0.7;
}
.retailer-item img {
  max-width: 280px;
  margin:0 auto;
  max-height: 150px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .retailers-grid {
    grid-template-columns: 1fr;
  }
  .product-category-loop {
    display: flex;
    flex-wrap: wrap;
  }
  .inner-product-container {
    width: 35%;
  }
  .image-slide img {
    width: 100% !important;
  }
  .image-slide img {
    height: 80dvh;
  }
  .header-menu {
    z-index: 999;
  }
  .header-top-row {
    z-index: 9999;
  }
  .header-menu {
    z-index: 99999;
  }
  .open .nav-icon:after, .open .nav-icon:before, .open .nav-icon span {
    background-color: #328dda;
  }
}

.single-post-related-feed {
  margin-bottom: 100px;
}


/* jQuery UI Accordion Styles */
.ui-accordion-header {
  padding: 18px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  margin: 0;
  border-top: 1px solid #ddd;
}
.ui-accordion-header:first-of-type {
  border-top: none;
}

.ui-accordion-header.ui-state-default {
  background: #f9f9f9;
  color: #333;
}

.ui-accordion-header.ui-state-default:hover,
.ui-accordion-header:hover {
  background: #e6e6e6;
}

.ui-accordion-header.ui-state-active {
  background: #0070ae;
  color: #fff;
  border-bottom: none;
}

/* Arrow icon for accordion headers - using ::before pseudo-element - always white */
.ui-accordion-header::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  margin-right: 12px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
}

.ui-accordion-header.ui-state-active::before {
  transform: rotate(180deg);
}

/* Legacy support for existing icon elements if they exist */
.ui-accordion-header .ui-accordion-header-icon,
.ui-accordion-header .ui-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ui-accordion-header .ui-accordion-header-icon::before,
.ui-accordion-header .ui-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon::before,
.ui-accordion-header.ui-state-active .ui-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.ui-accordion-content {
  padding: 0;
  background: #f9f9f9;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  opacity: 0;
}

.ui-accordion-content.open {
  opacity: 1;
  max-height: 3000px;
  padding: 20px;
}

.ui-accordion-content p,
.ui-accordion-content ul,
.ui-accordion-content h5 {
  margin: 10px 0;
}

.ui-accordion-content ul {
  padding-left: 20px;
  list-style: disc;
}

.ui-accordion-content ul li {
  margin: 5px 0;
}

/* Sibling elements outside accordion content divs - only style when they have .open class */
.tab_content > ul.open:not(.ui-accordion-content ul),
.tab_content > p.open:not(.ui-accordion-content p),
.tab_content > h5.open:not(.ui-accordion-content h5) {
  padding: 5px 20px;
  margin: 0;
  background: #f9f9f9;
}


/* Tab content fade transition */
.tab_content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab_content.tab-active {
  opacity: 1;
  transform: translateY(0);
}
.ui-accordion-header.ui-state-default {
  color: #fff;
}



@media screen and (min-width: 900px){
.products-loop-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.products-loop-wrapper::before, .products-loop-wrapper::after, .multi-block-cta-top-left::before, .multi-block-cta-top-left::after {
  content: none !important;
}
.products-loop-wrapper > div {
  width:100% !important;
  height: 100%;
  background: #edeeee;
}
.product-lp-link {
  bottom: 20px;
}
.product-lp-content {
  padding-bottom:45px;
}

}


.sp-stockists {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 20px;
  display: inline-flex;
  align-items: center;
  float: left;
}

.site-center.page-text-content {
  max-width: 1100px;
}

/* ============================================
   UMBRACO FORMS STYLING - CONTACT FORM
   ============================================ */

.umbraco-forms-container {
  width: 100%;
  margin: 0;
}

.umbraco-forms-field {
  margin-bottom: 15px;
}

.umbraco-forms-label {
  display: block;
  font-size: 16px;
  color: #328dda;
  margin-bottom: 8px;
  font-weight: 400;
}

.umbraco-forms-indicator {
  color: #ca0000;
  margin-left: 3px;
}

.umbraco-forms-field-wrapper {
  position: relative;
}

.umbraco-forms-container input[type="text"].text,
.umbraco-forms-container input[type="email"].text {
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  font-size: 16px;
  color: #282b3a;
  font-family: ingra, sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.umbraco-forms-container input[type="text"].text:focus,
.umbraco-forms-container input[type="email"].text:focus {
  outline: none;
  border-color: #267dc6;
}

.umbraco-forms-container textarea {
  padding: 12px 0px;
  text-indent: 15px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #328dda;
  height: 100px;
  font-size: 16px;
  color: #282b3a;
  font-family: ingra, sans-serif;
  resize: vertical;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.umbraco-forms-container textarea:focus {
  outline: none;
  border-color: #267dc6;
}

.umbraco-forms-container input[type="text"].text::-webkit-input-placeholder,
.umbraco-forms-container input[type="email"].text::-webkit-input-placeholder,
.umbraco-forms-container textarea::-webkit-input-placeholder {
  color: #7d7c7c;
  opacity: 0.7;
}

.umbraco-forms-container input[type="text"].text:-ms-input-placeholder,
.umbraco-forms-container input[type="email"].text:-ms-input-placeholder,
.umbraco-forms-container textarea:-ms-input-placeholder {
  color: #7d7c7c;
  opacity: 0.7;
}

.umbraco-forms-container input[type="text"].text::placeholder,
.umbraco-forms-container input[type="email"].text::placeholder,
.umbraco-forms-container textarea::placeholder {
  color: #7d7c7c;
  opacity: 0.7;
}

/* Radio button list styling */
.umbraco-forms-field.terms fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.umbraco-forms-legend {
  font-size: 16px;
  color: #328dda;
  margin-bottom: 8px;
  font-weight: 400;
  padding: 0;
  border: none;
}

.umbraco-forms-tooltip {
  display: block;
  font-size: 11px;
  color: #3f4953;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.umbraco-forms-tooltip a {
  color: #328dda;
  text-decoration: underline;
}

.radiobuttonlist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radiobuttonlist input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #2b8bdd;
  border-radius: 50%;
  background: white;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  flex-shrink: 0;
}

.radiobuttonlist input[type="radio"]:checked {
  background: white;
  border-color: #2b8bdd;
}

.radiobuttonlist input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #328dda;
}

.radiobuttonlist label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #282b3a;
  font-weight: 400;
}

/* Validation messages */
.field-validation-valid {
  display: none;
}

.field-validation-error {
  display: block;
  color: #ca0000;
  font-size: 12px;
  margin-top: 5px;
}

.umbraco-forms-container input.field-validation-error,
.umbraco-forms-container textarea.field-validation-error {
  border-color: #ca0000 !important;
}

/* Submit button styling */
.umbraco-forms-container input[type="submit"],
.umbraco-forms-container button[type="submit"] {
  background: #282b3a;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  color: white;
  font-size: 16px;
  font-family: ingra, sans-serif;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 10px;
}

.umbraco-forms-container input[type="submit"]:hover,
.umbraco-forms-container button[type="submit"]:hover {
  border-radius: 5px;
  background: #1a1d28;
}

/* Alternating field background */
.umbraco-forms-field.alternating {
  background: transparent;
}

/* Responsive adjustments */
@media (max-width: 1025px) {
  .umbraco-forms-container {
    width: 100%;
  }
  
  .umbraco-forms-field {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .umbraco-forms-container input[type="text"].text,
  .umbraco-forms-container input[type="email"].text,
  .umbraco-forms-container textarea {
    font-size: 14px;
  }
  
  .umbraco-forms-label {
    font-size: 14px;
  }
  
  .umbraco-forms-container input[type="submit"],
  .umbraco-forms-container button[type="submit"] {
    width: 100%;
    padding: 12px 0px;
  }
}
body .umbraco-forms-form .radiobuttonlist input {
  background: white !important;
  border: 1px solid #2b8bdd !important;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .umbraco-forms-form  .radiobuttonlist label {
  margin: 0px;
  color: #3f4953;
  font-size: 11px;
  margin-top: 2px;
  margin-left: 30px;
  transform: translateY(-27px);
  position: relative;
  display: block !important;
}

body .umbraco-forms-form input[type="submit"] {
  background: #282b3a !important;
  padding: 10px 40px !important;
  border-radius: 20px !important;
  border: none !important;
  color: white !important;
  transition: all 0.5s ease !important;
}

body .umbraco-forms-form input[type="submit"]:hover {
  border-radius: 5px !important;
  background: #1a1d28 !important;
}

.umbraco-forms-field.name.shortanswer input, .umbraco-forms-field.message.longanswer.alternating textarea{
width:100% !important;
max-width: 100% !important;
}

.umbraco-forms-field.message.longanswer.alternating textarea {
  border:1px solid #2b8bdd !important;
  padding:15px 5px;
}

@media (min-width: 900px) {
.umbraco-forms-field.email.shortanswer.mandatory.alternating {
  width: 47%;
  float: left;
}
.umbraco-forms-field.phone.shortanswer {
  width: 47%;    clear: inline-end; float: left; margin-left:6%;
}
fieldset.umbraco-forms-field.terms.singlechoice.mandatory legend {
  display: none !important;
}
fieldset.umbraco-forms-field.terms.singlechoice.mandatory, .umbraco-forms-fieldset {
  margin-bottom: 0 !important
}
.umbraco-forms-form .umbraco-forms-navigation {
  padding:0 !important
}
.right-contact-form-col {
  padding-left:100px;
  margin-bottom:50px;
}
.right-contact-form-col label {
  display: none !important;
}
}

@media (min-width:768px) {
  .mixed-page-slideshow .indv-slide {
    min-height: 400px;
  }
}

/* ============================================
   PAGE FADE-IN ANIMATION
   ============================================ */
.page-fade-in {
  animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}