/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #9966cc;
}
a:hover {
	text-decoration: underline;
	color: #cc99cc;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #cc99cc;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #660099;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #660099;
	font-size: 22px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h4 {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 24px;
}
p:last-child {
	margin: 0px;
}

img {
	max-width: 100%;
}

.btn-primary {
	color:#fff;
	background-color: #9966cc;
	border-color: #9966cc;
}

.btn-primary:hover {
	color:#fff;
	background-color: #cc99cc;
	border-color: #9966cc;
}

.editor h2 {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.editor h3 {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.editor p,
.editor ul,
.editor li,
.editor ol {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
}
.editor ul {
	list-style: none;
}
.editor ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #17b4ce; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.editor a {
	color: #292f6c;
	text-decoration: underline;
}

.editor hr {
	height: 1px;
	background-color: #51c7da;
	margin: 2em 0;
}

.btn-form {
	background-color: #292f6c;
	border: none;
	color: #fff;
	font-family: 'Cantarell', sans-serif;
	font-weight: 600;
	padding: .25em 1em;
	cursor: pointer;
	text-transform: uppercase;
}
.btn-form:hover, .btn-form:focus {
	background-color: #17b4ce;	
}

.logo-wrap {
	background-image: url(../img/logo-bg-shape.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 50px;
	position: absolute;
	top: 0px;
	z-index: 100;
}

.navbar-brand.fluid {
	padding-top: 100px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
/*.navbar-brand#homeHeaderLogo {
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.navbar-brand#homeHeaderLogo.visible {
	visibility: visible;
}*/

.sectionTitle {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
	position: relative;
	margin-top: 115px;
	/*position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
}
.h-title:after {
	content: '';
	background-image: url(../img/title-art.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -15px;
	left: 0px;
	height: 14px;
	width: 146px;
}

.pageTitle {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 25px 0;
}

.section-heading {
	color: #4d4d4d;
	font-family: 'Cantarell', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.pageHeader {
	background: url(../img/sub-header-art.png) #f0f0f0 no-repeat right -10px top 20px;
	height: 250px;
}

.siteNav {
	background-color: #2a2e6e;
	border-bottom: 4px solid #17b4ce;
	padding: 0 1rem;
}
.siteNav .navbar-nav .nav-link {
	color: #e4e4e4;
	font-family: 'Cantarell', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 5px;
	text-transform: uppercase;
	padding: 14px .50rem;
	position: relative;
}
.siteNav .navbar-nav .nav-link:hover,
.siteNav .navbar-nav .nav-link:focus {
	color: #cacaca;
}
.siteNav .navbar-nav .nav-item {
	position: relative;
}
/*.siteNav .navbar-nav .nav-item::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	content: "\2022";
	color: #4a6c99;
	margin-left: -2px;
}*/
.siteNav .navbar-nav .nav-item:first-child::before {
	display: none;
}
.siteNav .navbar-nav .nav-item.selected > a {
	color: #17b4ce;
}
.siteNav .navbar-nav .nav-item.selected > a:after {
	border: none;
	border-bottom: 5px solid #17b4ce;
	bottom: 0px;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}
.siteNav .dropdown-menu {
	margin-top: -1px;
}

.siteNav .dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    max-width: 330px;
    margin: 0px;
    list-style: none;
}
.siteNav .dropdown-theme {
    background-color: #fff;
	border-bottom: 4px solid #17b4ce;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 5px rgba(0,0,0,.5);
    box-shadow: 0px 6px 5px rgba(0,0,0,.5);
    background-clip: padding-box;
	font-size: 14px;
}
.siteNav .navbar-nav > .dropdown-megamenu {
	position: static;
}
@media (max-width: 991px) {
  .siteNav .navbar-nav .open .dropdown-container {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
}

@media (min-width: 991px) {
    .siteNav .navbar-nav > .dropdown-megamenu:hover .dropdown-container > .dropdown-menu,
    .siteNav .navbar-nav > .dropdown-megamenu:hover > .dropdown-container {
      display: block;
    }
}

.siteNav .navbar-toggler {
	color: #fff;
}

.siteNav .dropdown-megamenu > .dropdown-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 900px;
	margin: auto;
	padding: 7px 15px;
}
.siteNav .dropdown-megamenu > .dropdown-container .dropdown-item {
	margin-bottom: 5px;
	padding: .5rem;
	border-bottom: 1px solid #d4d4d4;
}
.siteNav .dropdown-megamenu > .dropdown-container .dropdown-item:hover,
.siteNav .dropdown-megamenu > .dropdown-container .dropdown-item:active {
	text-decoration: none;
	border-bottom: 1px solid #17b4ce;
	color: #2a2e6e;
}
.siteNav .dropdown-megamenu .dropdown-menu {
	display: block;
}
.siteNav .dropdown-item {
	color: #7a7a7a;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-align: left;
	position: relative;
}
.siteNav .dropdown-item:hover,
.siteNav .dropdown-item:active {
	background: none;
	color: #2a2e6e;
	text-decoration: none;
}
.siteNav .dropdown-item:hover:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #34bdd4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.homeCarousel .item {
	height: 700px;
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
}
.homeCarousel .owl-dots {
	position: absolute;
	bottom: 95px;
	left: 14%;
	z-index: 1000;
}

.owl-dots .owl-dot.active span, .homeCarousel .owl-dots .owl-dot:hover span {
	background: #17b4ce;
}
.owl-dots .owl-dot span {
	background: none;
	border: 1px solid #17b4ce;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.homeCarousel .content {
	position: relative;
	top: 250px;
	left: auto;
	padding: 2em 2em 2em 5em;
	z-index: 5;
	max-width: 500px;
}
.homeCarousel .content:after {
	position: absolute;
	right: -114px;
	top: 0;
	left: auto;
	content: "";
	background-image: url(img/marquee-content-angle.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 100%;
	display: none;
}
.homeCarousel .content .title {
	color: #2a2e6e;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 30px;
}
.homeCarousel .content .title:after {
	content: '';
	background-image: url(../img/title-art.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	bottom: -20px;
	left: 0px;
	height: 14px;
	width: 146px;
}
.homeCarousel .content .caption {
	color: #333333;
	font-size: 16px;
}

.marquee-wrapper {
	position: relative;
	background-color: #e6f1f6;
}
.marquee-wrapper:after {
    background-image: url("../img/shape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 116px;
    right: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.marquee-wrapper .bg-image-l {
    background-image: url("../img/bg-marqueeArt-l.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
.marquee-wrapper .bg-image-r {
    background-image: url("../img/bg-marqueeArt-r.png");
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: 0px;
	width: 279px;
	z-index: 1;
}
.marquee-container {
	height: 100%;
	width: 30vw;
	position: relative;
	z-index: 5;
}

.marqueeimage-container {
	position: absolute;
	right: 0;
	top: 0;
	width: 70vw;
	height: 700px;
	display: flex;
	justify-content: flex-end;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.marqueeimage-container:before {
	position: absolute;
	top: 0;
	left: -177px;
	content: "";
	background-image: url("../img/bg-marqueeArt-overlap.png");
	width: 493px;
	height: 676px;
	z-index: 1;
}

.fancy-title {
	color: #2a2e6e;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 38px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.fancy-title.line:after {
	content: '';
	background-image: url(../img/title-art-reverse.png);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 14px;
	width: 350px;
}

.btn-angle {
	border: 1px solid #34bdd4;
	border-left: none;
	border-radius: 0px 0px 15px 7px;
	color: #2a2e6e;
	cursor: pointer;
	display: inline-block;
	font-family: 'Cantarell', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 46px;
	line-height: 27px;
	padding: 8px 65px 8px 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform:  skewX(-25deg);
	transform:  skewX(-25deg);
	margin-left: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-angle span {
	-webkit-transform:  skewX(25deg);
	transform:  skewX(25deg);
	display: inline-block;
	position: relative;
}
.btn-angle span:after {
	content: "";
	background-image: url(../img/btn-angle-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 30px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: -40px;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.btn-angle:hover span:after {
	background-image: url(../img/btn-angle-arrow-hover.png);
}
.btn-angle:before {
	content: "";
	border-radius: 7px 0px 0px 7px;
	height: 46px;
	width: 50px;
	border: 1px solid #34bdd4;
	border-right: 0px;
	position: absolute;
	left: -11px;
	top: -1px;
	-webkit-transform:  skewX(25deg);
	transform:  skewX(25deg);
}
.btn-angle:hover,
.btn-angle:focus,
.btn-angle:hover:before,
.btn-angle:focus:before {
	background-color: #17b4ce;
	color: #fff;
}
.btn-angle + .btn-side {
	margin-left: 50px;
}

.btn-angle.style1 span:after {
	background-image: url(../img/btn-angle-arrow2.png);
}
.btn-angle.style1 span.down:after {
	transform: rotate(90deg);
	top: auto;
}
.btn-angle.style1,
.btn-angle.style1:before {
	background-color: #17b4ce;
	color: #2a2e6e;
}
.btn-angle.style1:hover,
.btn-angle.style1:focus,
.btn-angle.style1:hover:before,
.btn-angle.style1:focus:before {
	background: #f0f0f0;
	color: #2a2e6e;
}
.btn-angle.style1:hover span:after {
	background-image: url(../img/btn-angle-arrow-hover2.png);
}

.btn-angle.style2 span:after {
	background-image: url(../img/btn-angle-arrow2.png);
}
.btn-angle.style2,
.btn-angle.style2:before {
	background-color: #f0f0f0;
	color: #2a2e6e;
}
.btn-angle.style2:hover,
.btn-angle.style2:focus,
.btn-angle.style2:hover:before,
.btn-angle.style2:focus:before {
	background: #2b306d;
	color: #fff;
}
.btn-angle.style2:hover span:after {
	background-image: url(../img/btn-angle-arrow-hover.png);
}
.btn-angle.down span {
	font-size: 16px;
}
.btn-angle.down span:after {
	transform: rotate(90deg);
	top: -3px;
}

.catalog {
	padding: 4em 0;
}
.searchImage:before {
	content: "";
	background-image: url(../img/SST_catalog.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 90%;
	height: 600px;
	width: 1056px;

	position: absolute;
	top: 50%;
	left: -1125px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.pageMain {
	position: relative;
	padding-bottom: 115px;
	background-image: url(../img/SST_FooterImageBlend.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.mainBody {
	padding-top: 25px;
}

.tab-container {
	position: relative;
	margin-top: -40px;
}
.extendleft {
    margin-left: -2000px;
    padding-left: 2000px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	height: 40px;
	top: -40px;
	margin-right: 25px;
}
.extendleft:after {
    border-radius: 0 8px 0 0;
    right: -24px;
    transform: skew(30deg, 0deg);
	display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    transition: all 250ms ease;
}
.extendleft,
.extendleft:after {
    background-color: #FFF;
}
.extendleft .section-heading {
	padding: 10px 30px 0 0;
}
.prodOveriew .extendleft,
.prodOveriew .extendleft:after {
	background-color: #dfecf5;
	top: 0px;
}
.prodResults .extendleft,
.prodResults .extendleft:after {
	background-color: #fff;
	top: 0px;
}

.category {
	padding: 3em 0;
}

.category-grid {
	padding-top: 25px;
}
.category-grid .item {
	overflow: hidden;
}
.category-grid-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: saturation;
	xborder: 1px solid #9de3ea;
	display: block;
	height: 225px;
	position: relative;
	transition: all 0.3s;
	transform: scale(1);
	overflow: hidden;
}
.category-grid-image img {
	transition: all 0.5s;
	transform: scale(1);
	position: relative;
	top: -50px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.category-grid-image:hover {
	transform: scale(1.2);
}
.category-grid .tab {
	position: absolute;
	bottom: -1px;
	left: -1px;

	background-color: #fff;
	color: #2a2e6e;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	padding: 5px 25px 5px 15px;
	text-transform: uppercase;
}
.category-grid .tab:after {
    border-radius: 0 8px 0 0;
    right: -24px;
    transform: skew(30deg, 0deg);
	display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}

.category-slide {
	padding-top: 25px;
}
.category-slide .owl-stage {
	margin-right: 100px;
}
.category-slide .owl-item.active {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
/*.category-slide .active:nth-last-child(3) {
	border: 1px solid red;
}*/
.category-slide .owl-item {
	opacity: 0.1;
	pointer-events: none;
	cursor: default;
	overflow: hidden;
}
.category-slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: saturation;
	xborder: 1px solid #9de3ea;
	display: block;
	height: 225px;
	position: relative;
	transition: all 0.3s;
	transform: scale(1);
	overflow: hidden;
}
.category-slide-image img {
	transition: all 0.5s;
	transform: scale(1);
	position: relative;
	top: -50px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.category-slide-image:hover {
	transform: scale(1.2);
}
.category-slide-image .overlay {
	opacity: 0;
}
.category-slide-image:hover .overlay {
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a6c99+0,17b4ce+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(74,108,153,0.85) 0%, rgba(23,180,206,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94a6c99', endColorstr='#d917b4ce',GradientType=0 ); /* IE6-9 */
}
.category-slide-details .desc {
	font-size: 14px;
	line-height: 24px;
}
.category-slide .owl-carousel .nav-btn{
	height: 66px;
	position: absolute;
	width: 66px;
	cursor: pointer;
	top: 100px !important;
}
.category-slide .owl-carousel .owl-prev.disabled{
	display: none;
}
.category-slide .owl-carousel .owl-prev.disabled,
.category-slide .owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}
.category-slide .owl-carousel .prev-slide{
	background: url(../img/category-slide-arrowLeft.png) no-repeat scroll 0 0;
	left: 35px;
	margin-top: -20px;
}
.category-slide .owl-carousel .next-slide{
	background: url(../img/category-slide-arrowRight.png) no-repeat scroll 0px 0px;
	right: 35px;
	margin-top: -20px;
}
.category-slide .tab {
	position: absolute;
	bottom: -1px;
	left: -1px;

	background-color: #fff;
	color: #2a2e6e;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	padding: 5px 25px 5px 15px;
	text-transform: uppercase;
}
.category-slide .tab:after {
    border-radius: 0 8px 0 0;
    right: -24px;
    transform: skew(30deg, 0deg);
	display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}


.extendleft .breadcrumb {
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.breadcrumb {
	background: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
}
.breadcrumb .breadcrumb-item {
	font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
	color: #292f6c;
	text-decoration: underline;
}

.contact-panel {
	background-color: #d8e0e9;
    background-image: url("../img/SST_Custom_Background.png");
    background-repeat: no-repeat;
    background-position: right;
	padding: 12em 0 9em 0;
	position: relative;
}
.contact-panel:before {
    background-image: url("../img/shape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 115px;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    x-webkit-transform: rotate(180deg);
    x-ms-transform: rotate(180deg);
    xtransform: rotate(180deg)
}

.featProduct-carousel {
	background-color: #deecf4;
	background-image: url(../img/product_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.featProduct.owl-carousel .owl-item img {
	float: right;
	width:auto;
}
.featProduct .item .prodName {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 34px;
	font-weight: 700;
}
.featProduct-carousel.customNavigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	width: 100%;
	display: block;
	z-index: 30;
}
.featProduct-carousel .customNavigation .p,
.featProduct-carousel .customNavigation .n {
	padding: 0px;
	width: 66px;
	height: 66px;
	z-index: 30;
}
.featProduct-carousel .customNavigation .p {
	background: url(../img/category-slide-arrowLeft.png) no-repeat scroll 0 0;
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.featProduct-carousel .customNavigation .n {
	background: url(../img/category-slide-arrowRight.png) no-repeat scroll 0 0;
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.resources h2 {
	margin-bottom: 10px;
}
.resources .details {
	margin-bottom: 10px;
}
.resources-panel {
	margin-bottom: 35px;
}
.resources-panel-item {
	background-color: #f6f6f6;
	padding: 1.5em 2em;
	/*margin-bottom: 15px;*/
}
.resource-subHeading {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.resource-subHeading:after {
	content: '';
	background-color: #69cbdb;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100px;
}
.resources-panel .item {
	margin-bottom: 15px;
}
.resources-panel .item span {
	float: left;
	margin-right: 10px;
	width: 20px;
}
.resources-panel .item a {
	display: flex;
}
.resources-panel .item a:hover,
.resources-panel .item a:focus {
	text-decoration: none;
}

.panel-group {
	margin-bottom: 40px;
}
.panel {
	border: 1px solid #c8c8c8;
	margin-bottom: 15px;
}
.panel-heading {
	padding: 0;
	border:0;
}
.panel-title {
	margin: 0px;
}
.panel-title>a, .panel-title>a:active{
	color: #4d4d4d;
	display:block;
	padding:15px;
	text-decoration:none;
	background-color: #eeeeee;
}
.panel-heading a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0d7";
	float: right;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-body {
	background-color: #fff;
	padding: 15px;
}

.caseStudies .item  {
	text-align: center;
}
.caseStudies .item a {
	display: block;
	z-index: 2;
}
.caseStudies .item .image {
	position: relative;
	z-index: 1;
	background-color: #f8f8f8;
}
.caseStudies .item .overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a6c99+0,17b4ce+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(74,108,153,0.85) 0%, rgba(23,180,206,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94a6c99', endColorstr='#d917b4ce',GradientType=0 ); /* IE6-9 */
	transition:opacity 200ms ease-in;
}
.caseStudies .item:hover .overlay {
	opacity: 1;

}
.caseStudies .item .btn {
	background-color: #f0f0f0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.caseStudy-header {
	background-color: #f8f8f8;
	padding: 2em;
}

.staff .title {
	font-size: 13px;
	text-transform: uppercase;
}
.staff .contact {
	margin: 5px 0 0 0;
	padding: 0px;
}
.staff .contact li {
	float: left;
	margin: 0 10px 10px 0;
}
.staff .contact li:before {
	display: none;
}
.staff .contact li a {
	text-decoration: none;
}
.staff .contact i {
	color: #17b4ce;
	margin-right: 5px;
}

.sideWidget {
	margin: 25px 0px 40px 0px;
}
.sideWidget-heading {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	xmargin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.sideWidget-heading:after {
	content: '';
	background-color: #292f6c;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	width: 100%;
}
.sideWidget-heading .activeFilter {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #17b4ce;
	text-transform: none;
	float: left;
}
.sideWidget-heading .clearfilter {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: none;
	float: right;
}
.sideWidget-heading.link {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.sideWidget-heading.link a {
	color: #000;
 	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
}

.footer-heading {
	color:#fff;
	font-family: 'Cantarell', sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

footer {
	color: #fff;
	float:left;
	display:block;
	background:#2b306d;
	width:100%;
	padding: 20px 0 0 0;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a2e6e+25,070a56+100 */
	background: rgb(42,46,110); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,46,110,1) 25%, rgba(7,10,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(42,46,110,1) 25%,rgba(7,10,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(42,46,110,1) 25%,rgba(7,10,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2e6e', endColorstr='#070a56',GradientType=0 ); /* IE6-9 */

}
footer:before {
	/*background-image: url("../img/shape-blue.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	background-color: rgb(42,46,110); /* Match the blue color */
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	height: 100px; /* Adjust as needed */
	width: 100%;
	content: "";
	/*height: 115px;*/
	right: 0;
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: 1;
	/*x-webkit-transform: rotate(180deg);
	x-ms-transform: rotate(180deg);
	xtransform: rotate(180deg)*/
}

.footer-frame {
	border: 1px solid #486795;
	border-bottom: none;
}

.footer-frame .logo-bar {
	display: flex;
}
.footer-frame .logo-bar .item {
	width: 50%;
	border-bottom: 1px solid #486795;
	border-right: 1px solid #486795;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-frame .logo-bar .item.middle {
	width: 25%;
}
.footer-frame .logo-bar .item.last {
	width: 25%;
}
.footer-frame .logo-bar .item:last-child {
	border-right: none;
}

.copyright {
	color: #cacaca;
	padding: 50px;
}
.copyright a {
	color: #56aed5;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}

.contact-list {
	margin: 0px;
	padding: 0px;
}
.contact-list > li {
	color: #56aed5;
	list-style-type: none;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 7px;
}
.contact-list > li a {
	color: #56aed5;
	text-decoration: none;
}
.contact-list > li i {
	color: #fff;
}

.contact-address {
	color: #fff;
	font-size: 14px;
}

.contact-link {
	color: #56aed5;
	font-weight: 700;
	text-decoration: underline;
}
.contact-link:hover,
.contact-link:focus {
	color: #ffffff;
}

.searchArea {
	padding: 3em 0 4em 0;
}

.prodList .item {
	margin-bottom: 1em;
	padding: 0 1em;
}
.prodList .item-wrapper:hover {
	background-color: #e7f7fa;
}
.prodList .item h3,
.prodList .item h3 a {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	text-decoration: none;
	position: relative;
}
.prodList .item h3:after {
	content: '';
	background-color: #69cbdb;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100px;
}
.prodList .item .price .listPrice {
	background-color: #17b4ce;
	border: 1px solid #17b4ce;
	border-right: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 15px;
	margin-right: -7px;
	position: relative;
	z-index: 3;
}
.prodList .item .price .btn-angle {
	position: relative;
	z-index: 2;
}

.prodSpecs {
	margin-bottom: 15px;
}
.prodSpecs span {
	padding: 0px 5px;
}
.prodSpecs span:first-child {
	padding-left: 0px;
}
.prodSpecs span:last-child {
	font-size: 14px;
	text-align: right;
}

.prodSpecs > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.prodSpecs > ul > li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 0 20px 0 0;
	font-weight: 500;
}
.prodSpecs > ul > li:after {
	content: "|";
	color: #17b4ce;
	position: absolute;
	right: 10px;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.prodSpecs > ul > li:before,
.prodSpecs > ul > li:last-child:after {
	display: none;
}

.prodDetail-header {
	background-color: #deecf4;
	background-image: url(../img/product_bg.png);
	background-position: -100px 0px;
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 10px;
}
.prod-link {
	color: #292f6c;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
}
.prod-link:hover, .prod-link:active {
	color: #56aed5;
	text-decoration: underline !important;
}
.prod-link.icon {
	padding-right: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.prod-link.icon:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.prod-link.icon.pdf:after {
	background-image: url(../img/icon-pdf.png);
	width: 31px;
	height: 35px;
}
.prod-link.icon.download {
	display: inline-block;
	float: left;
	margin-bottom: 3px;
	margin-right: 20px;
	padding: 0px;
	width: 90px;
	color: #4d4d4d;
}
.prod-link.icon.download:after {
	background-image: url(../img/icon-download-sm.png);
	xwidth: 28px;
	xheight: 31px;
	width: 15px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	background-size: 100%;
	top: 9px;
}
.prod-link.icon.view:after {
	background-image: url(../img/icon-view.png);
	width: 31px;
	height: 31px;
}
.prodDetail-header .prodSpecs {
	margin-top: 15px;
	margin-bottom: 35px;
}
.prodDetail-container {
	xpadding-top: 40px;
}
.prodDetail .detail {
	padding-top: 55px;
	padding-bottom: 25px;
	padding-right: 55px;
}
.prodDetail .detail h1,
.prodDetail .detail h3,
.prodDetail .detail h3 a {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 0 15px 0;
	padding-bottom: 30px;
	text-decoration: none;
	position: relative;
}
.prodDetail .detail h3 a:hover {
	text-decoration: underline;
}
.prodDetail .detail h1:after,
.prodDetail .detail h3:after {
	content: '';
	background-image: url(../img/title-art.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 14px;
	width: 146px;
}
.prodDetail .prod-link {
	text-transform: none;
	text-decoration: underline !important;
}

.prodinfoGrid {
	height: 85px;
	margin-bottom: 2em;
	padding: 0;
}
.prodinfoGrid .item {
	padding: 10px 25px;
	text-align: left;
	border-bottom: 1px solid #32bcd2;
	border-left: 1px solid #32bcd2;
	border-top: none;
}
.prodinfoGrid .item:last-child {
	border-right: 1px solid #32bcd2;
	padding: 10px 25px;
}
.prodinfoGrid .item span {
	color: #292f6c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}
.prodinfoGrid .item .lgTxt {
	color: #4d4d4d;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}

.smLabel {
	color: #292f6c;
	font-size: 13px;
	font-weight: 600;
}

.smTxt {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

.prodDetail-body {
	background-color: #f0f0f0;
	padding-bottom: 3em;
}

.prodDetail-access {
	padding: 2em 0;
	position: relative;
	margin-top: -32px;
}
.prodDetail-browse {
	padding: 2em 0 5em 0;
}

.prodResource-list {
	margin-top: 25px;
}
.prodResource-list .item {
	margin-bottom: 15px;
}
.prodResource-list .item span {
	display: inline-block;
	width: 30px;
}
.prodResource-list .item a {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 600;
}
.prodResource-list .item a:hover,
.prodResource-list .item a:focus {
	text-decoration: none;
}

.section-heading + .specsList {
	margin-top: 25px;
}
.specsList tr > td {
	color: #4d4d4d;
	font-size: 13px;
	padding: .6rem .75em;
	border-bottom: 1px solid #d9d9d9;
}
.specsList tr > td:first-child {
	font-weight: 600;
	width: 45%;
}

.accessories-slide {
	padding-top: 25px;
}
.accessories-slide .owl-stage {
	margin-right: 100px;
}
.accessories-slide .owl-item.active {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
.accessories-slide .owl-item {
	opacity: 0.1;
	pointer-events: none;
	cursor: default;
	overflow: hidden;
}
.accessories-slide .item {
	border: 1px solid #9de3ea;
	xwidth: 400px;
}
.accessories-slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: saturation;
	xborder: 1px solid #9de3ea;
	display: block;
	height: 275px;
	position: relative;
	transition: all .5s;
}
.accessories-slide-image:hover {
	/*-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
	background-blend-mode: screen;*/
	transform: scale(1.2);
}
.accessories-slide-image .overlay {
	opacity: 0;
}
.accessories-slide-image:hover .overlay {
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a6c99+0,17b4ce+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(74,108,153,0.85) 0%, rgba(23,180,206,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94a6c99', endColorstr='#d917b4ce',GradientType=0 ); /* IE6-9 */
}
.accessories-slide-details .desc {
	font-size: 14px;
	line-height: 24px;
}
.accessories-slide .owl-carousel .nav-btn{
	height: 66px;
	width: 66px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.accessories-slide .owl-carousel .owl-prev.disabled{
	display: none;
}
.accessories-slide .owl-carousel .owl-prev.disabled,
.accessories-slide .owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}
.accessories-slide .owl-carousel .prev-slide{
	background: url(../img/category-slide-arrowLeft.png) no-repeat scroll 0 0;
	left: 35px;
	margin-top: -20px;
}
.accessories-slide .owl-carousel .next-slide{
	background: url(../img/category-slide-arrowRight.png) no-repeat scroll 0px 0px;
	right: 35px;
	margin-top: -20px;
}
.accessories-slide .tab {
	background-color: #fff;
	border-top: 1px solid #9de3ea;
	color: #2a2e6e;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	line-height: 1.25em;
	padding: 8px 25px 8px 15px;
	text-transform: uppercase;
	width: 100%;
}

.info-panel {
	background-color: #f0f0f0;
	padding: 1.5em 2em 1em 2em;
	margin-bottom: 15px;
}
.info-panel.style1 {
	border-top: 5px solid #292f6c;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a6c99+0,17b4ce+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(74,108,153,0.85) 0%, rgba(23,180,206,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(74,108,153,0.85) 0%,rgba(23,180,206,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94a6c99', endColorstr='#d917b4ce',GradientType=0 ); /* IE6-9 */
}
.info-heading {
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
.info-panel.style1 .info-heading {
	color: #fff;
}
.info-heading:after {
	content: '';
	background-image: url(../img/title-art2.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 14px;
	width: 146px;
}
.info-panel.style1 .info-heading:after {
	background-image: url(../img/title-art3.png);
}

.searchForm {
	width: 100%;
}
.searchForm label {
	color: #292f6c;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.searchForm input[type="text"],
.searchForm .form-control {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 5px;
	height: 39px;
	font-size: 13px;
    padding-left: 10px;
}

.noresults{
	padding: 50px;
	border-radius:4px;
	border: 1px solid #eee;
	background:#fff;
	margin: 20px 0 60px 0;
	text-align: center;
}
.noresults p{
	font-size:20px;
	color:#444;
}

.divider-vert {
	position: relative;
}
.divider-vert:after {
	content: '';
	background-image: url(../img/divider-vert.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 356px;
	width: 14px;
}

.member-lists {
	margin: 0px;
	padding: 0px;
}
.member-lists > li {
	list-style-type: none;
}

div.blueTable {
	border: 1px solid #2a2e6e;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
	border: 1px solid #32bcd2;
	padding: .25em .5em;
}
.divTable.blueTable .divTableBody .divTableCell {
	font-size: 14px;
	padding: .75em;
}
/*.divTable.blueTable .divTableRow:nth-child(even) {
	  background: #D0E4F5;
}*/
.divTable.blueTable .divTableHeading {
	background: #2a2e6e;
	border-bottom: 4px solid #17b4ce;
}
.divTable.blueTable .divTableHeading .divTableHead {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	text-transform: uppercase;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
	border-left: none;
}

/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableBody { display: table-row-group;}

.footer-contact-panel {
	padding-left: 25px;
	padding-bottom: 25px;
}

/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li:before {
	display: none;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    color: #3b6cb4;
}
.share ul li i {
    margin-right: 5px;
}

.social {
    /*display: table-cell;
    float: right;*/
    list-style-type: none;
    text-align: left;
	padding: 1em 0;
	margin-bottom: 0px;
}
.social .heading {
	color: #2c3c68;
	font-size: 14px;
}
.social ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.social .link {
    display: inline-block;
	margin: 0px 0px 5px 5px;
}
.social a {
    border-radius: 0px;
    color: #cbcbcb;
    display: block;
	font-size:20px;
    padding: 3px 0;
    width: 30px;
	text-align: center;
}
.social a:hover,
.social a:focus {
	color: #56aed5;
}

.searchNews {
    margin-bottom: 25px;
}
.searchNews input[type="text"] {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-left: 10px;
}
.searchNews .btn-default {
    background: #2a2e6e none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}

.resultsNav {
	padding-top: 15px;
}
.resultsNav ul {
    margin: 0;
    padding: 0;
}
.resultsNav ul li {
	display: flex;
    list-style-type: none;
	margin-bottom: 7px;
}
.resultsNav ul li a {
	color: #4d4d4d;
	display: flex;
	font-family: 'Cantarell', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 15px 1px 3px;
	width: 100%;
	text-decoration: none !important;
}
.resultsNav ul li > a.CATselected {
	color: #292f6c;
	padding: 10px 20px 10px 10px;
	text-decoration: underline;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34bdd4+0,e4e4e4+40,e4e4e4+100&0.5+0,0.1+100 */
	background: -moz-linear-gradient(-45deg,  rgba(52,189,212,0.5) 0%, rgba(228,228,228,0.34) 40%, rgba(228,228,228,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(52,189,212,0.5) 0%,rgba(228,228,228,0.34) 40%,rgba(228,228,228,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(52,189,212,0.5) 0%,rgba(228,228,228,0.34) 40%,rgba(228,228,228,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8034bdd4', endColorstr='#1ae4e4e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b79a1+0,e4e4e4+31,e4e4e4+100&0.1+0,0.1+100 */
	xbackground: -moz-linear-gradient(left,  rgba(91,121,161,0.1) 0%, rgba(228,228,228,0.1) 31%, rgba(228,228,228,0.1) 100%); /* FF3.6-15 */
	xbackground: -webkit-linear-gradient(left,  rgba(91,121,161,0.1) 0%,rgba(228,228,228,0.1) 31%,rgba(228,228,228,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	xbackground: linear-gradient(to right,  rgba(91,121,161,0.1) 0%,rgba(228,228,228,0.1) 31%,rgba(228,228,228,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5b79a1', endColorstr='#1ae4e4e4',GradientType=1 ); /* IE6-9 */
}
/*.resultsNav ul li > a.CATselected:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	position: absolute;
	right: 10px;
}*/
.resultsNav ul li > a.selected,
.resultsNav ul li > a:hover, .resultsNav ul li > a:active{
	color: #292f6c;
}
.resultsNav ul li > a i {
	float: left;
	margin: 5px 10px 0 0;
}
.resultsNav ul li > a.selected i {
	color: #17b3cd;
}
.resultsNav ul li.numFilter {
	display: inline-block;
}
.resultsNav ul li.numFilter a {
	border: 1px solid #292f6c;
	border-radius: 3px;
	padding: 5px 0px;
	text-align: center;
}
.resultsNav ul li.numFilter a:hover,
.resultsNav ul li.numFilter a:focus {
	background-color: #f0f0f0;
}
.resultsNav ul li.numFilter a.selected {
	background-color: #f0f0f0;
}
.resultsNav ul li.numFilter span {
	display: inline-block;
	width: 58px;
}
.resultsNav ul li.numFilter.medium span {
	display: inline-block;
	width: 80px;
}
.resultsNav ul li .cnt {
    position: absolute;
    top: 2px;
    right: 0;
    color: #17b4ce;
    font-size: 13px;
}


.newsNav ul {
    margin: 0 0 25px;
    padding: 0;
}
.newsNav ul li {
    border-bottom: 1px solid #e4e5e5;
    font-size: 14px;
    font-weight: 700;
    list-style-type: none;
    padding: 10px 0;
}
.newsNav ul li a {
	color: #4d4d4d;
	font-family: 'Cantarell', sans-serif;
}
.newsNav ul li i {
    padding-right: 10px;
}
.newsNav ul li .date {
    font-weight: 600;
    text-transform: uppercase;
}
.newsNav ul li .day {
    font-size: 24px;
    margin-right: 5px;
}
.sideNav ul {
    border-top: 1px solid #d7d7d7;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sideNav ul > li {
    border-bottom: 1px solid #d7d7d7;
}
.sideNav ul > li > a {
    display: block;
	color: #4d4d4d;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	font-weight: 700;
    padding: 12px 0px;
	position: relative;
}
.sideNav ul > li > a:hover, .sideNav ul > li > a:focus, .sideNav ul > li > a:active, .sideNav ul > .selected a {
    color: #292f6c;
    text-decoration: underline;
}
.sideNav ul li.selected > a {
	color: #292f6c;
	padding: 10px 20px 10px 10px;
	text-decoration: underline;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b79a1+0,e4e4e4+31,e4e4e4+100&0.1+0,0.1+100 */
	background: -moz-linear-gradient(left,  rgba(91,121,161,0.1) 0%, rgba(228,228,228,0.1) 31%, rgba(228,228,228,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(91,121,161,0.1) 0%,rgba(228,228,228,0.1) 31%,rgba(228,228,228,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(91,121,161,0.1) 0%,rgba(228,228,228,0.1) 31%,rgba(228,228,228,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5b79a1', endColorstr='#1ae4e4e4',GradientType=1 ); /* IE6-9 */
}
.sideNav ul li.selected > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	position: absolute;
	right: 10px;
}

.pagination {
    margin: 0;
}
.pagination li:before {
	display: none !important;
}
.pagination > li > a, .pagination > li > span {
    font-size: 15px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #282e6c;
	border: 1px solid #282e6c;
	border-radius: 0px;
}
.pagination > li > .results-link:hover {
	color: #fff;
	background-color: #282e6c;
	border: 1px solid #282e6c;
	border-radius: 0px;
}
.pagination a,
.pagination span {
	color: #292f6c;
    font-size: 15px;
	display: inline-block;
	padding: .5em 1em;
	text-align: center;
}
.pagination .page-item {
	margin-right: 5px;
}
.pagination .results-link {
	border: 1px solid #282e6c;
	text-decoration: none;
}

.post-pagination ul {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	background: #FCFCFC;
}
.post-pagination ul li {
	display: inline-block;
	width: 49%;
	padding: 1em;
	vertical-align: top;
	min-height: 91px;
}
.post-pagination ul li:last-child {
	border-left: 5px solid #F5F5F5;
}
.post-pagination .post > a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.post-pagination .post h5 {
	margin: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.post-pagination .post:hover h5 {
	text-decoration: underline;
}
.post-pagination .post.last a {
	float: right;
}

/*.news-content .news-header {
	margin-bottom: 25px;
}*/
.news-content .newsDate {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.news-content .newsDate span {
	display: block;
	text-align: center;
}
.news-content .newsDate .month {
	color: #000;
	padding-top: 21px;
	text-transform: uppercase;
	line-height: 29px;
}
.news-content .newsDate .day {
	color: #3b6cb4;
	font-size: 55px;
	line-height: 75px;
}
.news-content article {
    margin-bottom: 25px;
}
.news-content h2,
.news-content h2 a {
    margin: 0px 0px 10px 0px;
	text-decoration: none;
}
.news-content h2 a:hover {
	text-decoration: underline;
}

.news-content .label {
    color: #405673;
    font-size: 13px;
	font-weight: 700;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content hr.seperator {
    background: none repeat scroll 0 0 #d3d4d5;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.news-content hr {
	margin-bottom: 35px;
}
.news-content figure {
    margin-bottom: 20px;
}
.news-content .btn {
    background: none repeat scroll 0 0 #cc99cc;
    border: medium none;
	color: #404041;
}
.news-content .btn:hover {
    background: none repeat scroll 0 0 #660066;
    color: #fff;
}
ul.newsMeta {
    margin: 0 0 5px 0;
    padding: 0;
}
ul.newsMeta li {
    color: #3b6cb4;
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
}
ul.newsMeta li:first-child {
    margin-right: 10px;
}
ul.newsMeta li:before {
	display: none;
}

.form-control {
	border: 1px solid #c5c5c5;
	font-size: 13px;
	color: #000;
}

/* Apply italics to the invalid options too when shown in the dropdown */
select.form-control:invalid { 	
	color: #000;
	font-size: 13px; 
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	font-size: 13px;
	opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #4d4d4d;
	font-size: 13px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #4d4d4d;
	font-size: 13px;
}

/* END: Default Template Styles */

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}



/* =============================================================================
   25. Tags Block
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.tags-block {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 0 30px;
    position: relative;
}
.tags-block a {
	background-color: #9de3ea;
	border-radius: 5px;
	color: #292f6c;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 5px 0;
	padding: 5px 8px;
	text-decoration: none;
}
.tags-block a:hover,
.tags-block a:active {
	background-color: #16b4cf;
}

::-moz-selection {
    background: #9de3ea;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
::-moz-selection {
    background: #9de3ea;
    text-shadow: none;
}
::selection {
    background: #9de3ea;
    text-shadow: none;
}

.card {
    margin-bottom: 20px;
	background: none;
	border: none;
	position: relative;
}
.card .card-header {
	background: none;
	border: none;
	padding: 0 0 5px 0;
}
.card .card-header a {
	color: #292f6c;
	display: block;
}
.card .card-header a:hover,
.card .card-header a:focus {
	text-decoration: none;
}
.card .card-body {
	padding: 0px;
}
/*.card:after {
	content: '';
	background-color: #292f6c;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 3px;
	width: 100%;
}*/
.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.list-group-item .title {
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 600;
}

.prodResource {
	display: flex;
	align-items: center;
	border: 2px solid #d9d9d9;
	line-height: 1.25em;
	padding: 15px 30px;
	text-decoration: none !important;
}
.prodResource:hover,
.prodResource:focus {
	background-color: #e6e6e6;
	text-decoration: underline;
}
.prodResource i {
	font-size: 48px;
}
.prodResource span {
	display: inline-block;
	font-weight: 600;
	margin-left: 15px;
	padding-right: 15px;
	position: relative;
}
.prodResource span:after {
	content: "\203A";
	margin-left: 10px;
}


/* PRODUCT VOLTAGE AND AMPERAGE FILTER FORM - CB 8/17/21 */
.filter_form{
	display:flex;
	align-items: end;
	line-height:20px;
}
.form_holder{
	flex: 1 1 30%;
}
span.clearfilter{
	color: #292f6c;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	cursor:pointer;
	margin: 3px 0 0 0;
}
.sidebar_filter_form input[type="text"]{
	-moz-appearance: textfield;
	min-width:0px;
	width:100%;
	padding: 10px 15px;
	outline:none;
	border: 1px solid #ddd;
	text-align:center;
	border-right:none;
}
.sidebar_filter_form .form_holder:last-child input[type="text"]{
	border-right: 1px solid #ddd;
}
.sidebar_filter_form label{
	font-size:10px;
	font-weight:700;
	color:#555;
	text-align:center;
	display:block;
	margin: 0;
}
.sidebar_filter_form input[type="text"]::-webkit-outer-spin-button,
.sidebar_filter_form input[type="text"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.sidebar_filter_form input[type="submit"]{
	padding: 10px 15px;
	appearance: none;
	border-radius:0px;
	border:1px solid #17b4ce;
	background:#17b4ce;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	transition:all ease 200ms;
}
.sidebar_filter_form input[type="submit"]:hover{
	background:#1090a6;
	border-color:#1090a6;
}

.anchor-links {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}
.anchor-links > div:before {
	content: "|";
	padding: 0 10px;
}
.anchor-links > div:first-child:before {
	display: none;
}
.anchor-links i {
	margin-right: 5px;
}
.anchor-links a {
	font-size: 14px;
	font-weight: 600;
}
.anchor-links a:hover, .anchor-links a:active {
	text-decoration: none;	
}

/* SST '22 Change Order (new styles) */
.team-accordion .card {
	background: #f6f6f6;
	border: none;
	border-top: 1px solid #69cbdb;
	border-bottom: 1px solid #69cbdb !important;
	border-radius: 0;
	padding: 0em 2em;
	margin-bottom: 15px;
}
/*.team-accordion .card:last-child {
	xborder-bottom: 1px solid #69cbdb;
}*/
.team-accordion .card-header {
	background: none;
	border: none;
	padding: 10px 0;
	text-transform: uppercase;
}
.team-accordion .card-header span {
	cursor: pointer;
	color: #1d2954;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
}
.team-accordion .card-header i {
	color: #56aed5;
}
.team-accordion .card-body {
	font-size: 14px;
	padding: 1.5em 0 1.5em 0;
}

.filter-clear {
	margin: 0 0 10px 0;
	padding: 0;
}
.filter-clear > li {
	list-style-type: none;
	text-rendering: auto;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 16px 0 0;
    padding: 0;
    vertical-align: top;
	font-size: 13px;
}
.filter-clear a {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	padding: 5px;
}
.filter-clear .filter-choice {
	background: #17b4ce;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
	margin-left: 5px;
    padding: 2px 12px;
    position: relative;
    word-break: break-all;
}



/* TOP PRODUCTS -  CB - 7/26/2022 */

#trending_products .owl-stage{
	display:flex;
}
#trending_products .item{
	height:100%;
}
#trending_products .owl-item{
	align-self: stretch;
}

#trending_products .product_wrap{
	background-color: #f7f7f7;
	transition:background ease 250ms;
	padding: 0 12px 80px 12px;
	height:100%;
}
#trending_products .product_wrap:hover{
	background-color: #e7f7fa;
}
#trending_products .product_wrap .image_box{
	margin: 20px 0 50px 0;
	display:block;
	background-size:contain;
	background-position:center;
	height:140px;
	background-repeat: no-repeat;
}

#trending_products .product_wrap .smTxt {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
#trending_products .product_wrap h3{
	font-size: 16px;
}
#trending_products .product_wrap h3 a{
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	text-decoration: none;
	position: relative;
}
.category-slide #trending_products.owl-carousel .nav-btn{
	top:50% !important;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
h2.section-heading.text-center.larger{
	font-size:24px;
}
#trending_products .product_wrap .price {
	position: absolute;
	bottom: 15px;
	left: 25px;
	right: 25px;
	display:flex;
	padding: 0 11px 0 0px;
}
#trending_products .product_wrap .price .listPrice {
	background-color: #17b4ce;
	border: 1px solid #17b4ce;
	border-right: none;
	flex: 0 1 auto;
	align-self: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 9px;
	margin-right: -7px;
	position: relative;
	z-index: 3;
	font-size: 14px;
	line-height: 26px;
}
#trending_products .product_wrap .price .btn-angle {
	height: 46px;
	line-height: 27px;
	padding: 8px 10px 8px 10px;
	flex: 1 1 50%;
	font-size: 14px;
}
.btn-angle span {
	font-size: 13px;
	line-height: 16px;
}
#trending_products .btn-angle:before {
	height: 46px;
	width: 50px;
}


/* Custom Steps */
.customSteps-header {
	display: flex;
	margin-bottom: 50px;
}
.customSteps-header .links {
	flex: 0 0 280px;
	margin-right: 15px;
}
.customSteps-header .links .item {
	border: 1px solid #65cdde;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.customSteps-header .links .item:last-child {
	margin: 0;
}
.customSteps-header .links .item:hover, .customSteps-header .links .item:focus {
	background-color: #65cdde;
}
.customSteps-header .links .step {
	color: #4d4d4d;
	display: block;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: uppercase;
}
.customSteps-header .links .title {
	color: #292f6c;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 45px 10px 15px;
	text-transform: uppercase;
	position: relative;
}
.customSteps-header .links .title:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f063";
	position: absolute;
	right: -1px;
	top: 0px;
	padding-left: 2px;
	height: 100%;
	width: 30px;
	background: #65cdde;
	border-left: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customSteps-header .links .filled {
	background: #65cdde;
}
.customSteps-header .links .filled:hover, .customSteps-header .links .filled:focus {
	background-color: #fff;	
}

.customSteps .item {
	position: relative;
	z-index: 1;
	padding: 1.5em;
}
.customSteps .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#daf3f7+0,ffffff+100 */
	background: rgb(218,243,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,243,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.customSteps .wrapper {
    /*display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 16px;*/
	position: relative;
	z-index: 2;
}
.customSteps .inner-wrapper {
	display: flex;	
	padding: 15px 0;
}
.customSteps .step-lg {
	display: flex;
	align-items: center;
	justify-content: center;
	
	color: #292f6c;
	font-family: 'Cantarell', sans-serif;
	font-size: 65px;
	font-weight: 700;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #65cdde;
	border-bottom: 1px solid transparent;
	transform: rotate(45deg);
}
.customSteps .step-lg-correction {
	transform: rotate(-45deg);
}
.customSteps .step-sm {
	color: #4d4d4d;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: uppercase;
}
.customSteps .title {
	border: 1px solid #65cdde;
	color: #292f6c;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 20px;
	text-transform: uppercase;
}
.customSteps .details p,
.customSteps .details ul li{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
}
.customSteps .details ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.customSteps .details ul li{
	margin-bottom: 10px;	
}
.customSteps .details ul li ul{
	margin: 10px 0 0 15px;
}
.customSteps .image {
	flex: 0 0 auto;
	margin-left: 50px;
}
.customSteps .image > img {
	width: auto;
	height: 250px;
}

.customForm {
	padding: 2em 4em;
	position: relative;
}
.customForm:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#daf3f7+0,ffffff+100 */
	background: rgb(218,243,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,243,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#gallereryControls .carousel-control-next, #gallereryControls .carousel-control-prev {
	width: auto;
	text-decoration: none;
}
#gallereryControls .carousel-control-next-icon, #gallereryControls .carousel-control-prev-icon {
	background-color: rgba(75,107,152,.75);
	background-image: none;
	color: #fff;
	font-size: 28px;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gallereryControls .carousel-caption {
	background: #e4e4e4;
	right: 0;
	bottom: 0;
	left: auto;
	color: #000;
	font-style: italic;
	padding: 7px 20px;
	text-align: right;
}
/*  */

.listings {
	margin: 1em 0 2em 0;
}
.listings .list {
	margin-top: 15px;
}
.listings .list .item {
	position: relative;
	z-index: 1;
	padding: 1.5em;
	border: 1px solid #daf3f7;
	margin-bottom: 15px;
}
.listings .list .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#daf3f7+0,ffffff+100 */
	background: rgb(218,243,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,243,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(218,243,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.listings .list .wrapper {
	position: relative;
	z-index: 2;
	display: flex;
}
.listings .details {
	flex: 2 1 auto;
}
.listings .details .cat {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}
.listings .details .title {
	color: #2a2e6e;
	font-size: 19px;
	font-weight: 600;
}
.listings .link a {
	margin: 0;
}

.testimonials {
	background: #e5f8fa;
	margin: 2em 0;
	padding: 1em;
}
.testimonials .item {
	padding: 3em 1em 5em 1em;
	text-align: center;
	position: relative;
}
.testimonials .item p {
	color: #2a2e6e;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.testimonials .item:before {
	content: "";
	background-image: url(../img/testimonial-open.png);
	width: 173px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,-0);
}
.testimonials .item:after {
	content: "";
	background-image: url(../img/testimonial-close.png);
	width: 173px;
	height: 43px;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 2em;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,-0);
}
.testimonials span {
	color: #00b7d2;
	font-style: italic;
	font-weight: 600;
}
.testimonials .carousel-indicators li {
	height: 10px;
	width: 10px;
	background-color: #000;
	border-radius: 50%;
}
.testimonials .carousel-indicators .active {
	background-color: transparent;
	border: 1px solid #000;
}
.img-grid {
	display: flex;
	margin-bottom: 25px;
}
.img-grid .item {
	padding: 0 15px;	
}
.img-grid .image {
	flex: 0 1 60%;
}
.img-grid .image.left {
	padding-left: 0px;
}
.img-grid .image.right {
	padding-right: 0px;
}
.img-grid .item.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	flex: 1 1 35%;
}
.benefits {
	margin-bottom: 25px;
}
.benefits ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 15px;
}
.benefits ul > li {
	width: 50%;
	padding-right: 30px;
	font-size: 13px;
	font-weight: 600;
}

.viewer {
	display: inline-block;
}

.viewer button {
	background: none;
	border: none;
	font-size: 14px;
}
.viewer button img {
	margin-left: 5px;	
}
.viewer button.open {
	color: #292f6c;
	font-weight: 600;
	text-decoration: underline;
}
.viewer button.open:hover {
	cursor: pointer;
	text-decoration: none;	
}
.viewer button.close {
	border: 1px solid #e4e4e4;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	opacity: 1;
	text-shadow: none;
}
.viewer button.close:hover, .viewer button.close:active {
	background-color: #34bdd4;
	color: #000;
}

.viewer .modal-dialog {
	max-width: 980px;
}
.viewer .modal-header {
	border: none;
	background-image: url(../img/sst-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.viewer .modal-footer {
	flex-direction: column;
	border: none;
	text-align: center;
	font-size: 14px;
	padding: 0px;
}
.viewer .modal-footer > div {
	margin: 1em 0 0 0;	
}
.viewer .modal-footer > div span {
	margin: 0 .5em;
	display: block;
}
.viewer .modal-content {
	background: none;
	border: none;
}
.modal-footer > :not(:last-child),
.modal-footer > :not(:first-child) {
	margin: 0 .5em;
}
.viewer .modal {
	background-color: #fff;
	background-image: url(../img/SST_FooterImageBlend.png);
	background-repeat: no-repeat;
	background-position: 250px bottom;
}
/*.viewer .modal:before {
	content: "";
	background-image: url(../img/SST_watermark.png);
	background-repeat: no-repeat;
	background-size: auto;
	margin: 15px;
	width: 460px;
	height: 74px;
	position: absolute;
	top: 15px;
	left: 15px;
}*/
.viewer model-viewer {
	background-color: #e4e4e4;
	width: 100%;
	height: 500px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}


.search-item {
	height: 52px;
	background: #17b4ce;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0 1em;
}
.search-item i {
	color: #2a2e6e;
}
.search-box{
	background: #E8E8E4;
	position: absolute;
	top: 54px;
	/*right: 28.7%;*/
	right: 0px;
	/*width: 350px;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: none;
	padding: 1em;
}

.search-box input[type="text"]{
	width: 300px;
	padding: 5px 10px;
	/*margin-left: 23px;*/
	border: 1px solid #c5c5c5;
	border-radius: 0px;
	outline: none;
	display: inline;
}

.search-box input[type="submit"]{
	width: 80px;
	padding: 5px 0;
	background: #2a2e6e;
	color: #fff;
	/*margin-left: -6px;*/
	border: 1px solid #2a2e6e;
	outline: none;
	cursor: pointer;
	font-family: 'Cantarell', sans-serif;
	font-size: .9em;
}

/* Media Queries */
@media screen and (max-width: 700px) {
  .search-box{
    width: 270px;
    right: -16%;
  }
  .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .search-box input[type="submit"] {
    margin-right: 12px;
  }
}

.mobile-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2a2e6e;
    padding: 1em;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.mobile-search .form-control {
	font-size: 16px !important;
}
.mobile-search button[type="submit"] {
    background: #17b4ce;
	color: #2a2e6e;
	border: none;
}
#mobileSearchToggle.btn-link {
	color: #17b4ce;
	background: #2a2e6e;
}
#mobileSearchClose {
	color: #fff;
}

@media (min-width: 992px) {
    .mobile-search { display: none !important; }
    #mobileSearchToggle { display: none !important; }
}
