/*
	Theme Name: Innermedia Base
	Theme URI: http://www.innermedia.co.uk

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#3e3d3d;
	line-height:1.4;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#0055a5;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
	color:initial;
	text-decoration:initial;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
}
h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	color:#0055a5;
}
p {
	margin:0 0 1em;
}
h1{
	font-size: 2.425em;
	margin:0.3em 0 0.5em;
}
h2{
	font-size: 1.5em;
	margin:0.8em 0 0.2em;
}
h3 {
	font-size:1.4em;
	margin:0.5em 0 0.2em;
}
blockquote {
	font-size:1.2em;
	font-family: 'Raleway', sans-serif;
		margin:0.75em 0;
	padding:10px 10px;
		color:#0055a5;
}
blockquote strong{
	font-weight:900;
}
iframe {
	max-width:100%;
}
input,
textarea,
select {
	resize:none;
	max-width:100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
width:330px;
padding:2px;
}
table {
	border:solid 1px #ccc;
	width: 100%;
	overflow-x: scroll !important;
}
table tr {
	border-bottom:solid 1px #ccc;
}
table tr:last-child {
	border-bottom:none;
}
table tr:nth-child(even) {
	background-color:#e2e3e5;
}
table td {
	padding:5px;
}
table img,
table img.alignnone  {
	margin:0;
}
main:after,
main article:after {
	content:'';
	clear:both;
	display:table;
}
main article hr {
	clear:both;
}
.oralLinks {
	width:100%;
	text-align:center;
	border-color:#fff;
}
.oralLinks td{
	width:50%;
	display:inline-table;
	border-color:#fff;
	padding:0;
}
.oralLinks td[colspan="2"]{
	width:100%;
}
.oralLinks td a{	
	display:table-cell;
	height:200px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:#0078c1;
	padding:5px;
}
table.oralLinks tr:nth-child(even) {
	
}
.oralLinks td a:hover{	
	text-decoration:none;
	background:#0055a5;
}
.oralhealthLinks {
		width:100%;
	text-align:center;	
}
.oralhealthLinks a{
	display:block;
	background:#e2e3e5;
	color:#0055a5;
	max-width:300px;
	margin:0 auto 30px;
	flex:1;
	border:1px solid #ccc;
}
.oralhealthLinks a:hover{
	color:#fff;
	background:#0055a5;
	text-decoration:none;
	border:1px solid #0055a5;
}
.oralhealthLinks .linksText{
	text-align:left;
	padding:0em 0;
	position:relative;
	padding:20px 35px 10px 10px;
}
.brands .oralhealthLinks .linksText {
	display: none;
	
}
.oralhealthLinks .linksText .inbody {	
	font-size:0.8em;
	color:#000;
	padding-bottom:15px;
}
.oralhealthLinks a:hover .inbody{
	color:#fff;
}
.oralhealthLinks img{
	vertical-align:top;
	/*display:none;*/
}
.oralhealthLinks .linksText .intxt{
	line-height:1.3em;	
	vertical-align:middle;
	font-family:'Raleway', sans-serif;
	font-weight:900;
}
.oralhealthLinks .linksText .fa-stack {
	position:absolute;
	font-size:16px;
	top:18px;
	right:4px;
	color:#0055a5;
}
@media (min-width:768px){
.oralhealthLinks img{
	vertical-align:top;
	display:inline-block;
}
.oralhealthLinks .row {
	display:flex;
}
.oralhealthLinks .row .col-sm-4{
	display:flex;
	flex:1;
}
.oralhealthLinks .row .col-sm-4{
	max-width:33.3333333%;
}
}
.toggleLink {
	cursor:pointer;
}
.toggleContent {display:none;
}

table.productTable {
	width:100%;
	text-align:center;
}
table.productTable td > span{
	display:flex;
    justify-content: space-around;	
	width:100%;
}
table.productTable td a{
	transition:300ms;
	/*filter: grayscale(70%);*/
}
table.productTable td a:hover{	
	filter: grayscale(0%);
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
a.linkBlock,
.linkBlock a {
	font-weight:900;
	font-size:1.25em;
	padding:0.6em 2em;
	background:#342f88;
	color:#fff;
    line-height: 1.3;
    display: inline-block;
	text-transform:uppercase;
	border:solid 2px #342f88;
	font-family: 'Raleway', sans-serif;
}
a.linkBlock:hover,
.linkBlock a:hover {
	text-decoration:none;
	color:#342f88;
	background:#fff;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.searchResults,
.articleList {
	margin-bottom:30px;
}
.searchResults h2,
.articleList h2{
	margin:0 0 20px;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/*columns*/
.columnWrap  {
	margin-lefT:-15px;
	margin-right:-15px;
}
.columnWrap .col{
  float:left;
  width:50%;
  padding:0 15px;
}
.columnWrap.cols3 .col{
  width:33%;
}
.columnWrap.cols4 .col{
  width:25%;
}
/* header */
.header {

}
.header.innerHeader {
	border-bottom:solid 1px #e2e3e5;
	padding-bottom:20px;
}
/* logo */
.logo {
	margin-top:0px;
}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
div.faq {
	position:relative;
	overflow:hidden;
	border-bottom:solid 1px #eeeeef; 
	margin-bottom:0.8em;
}
div.faq h3.faqTitle{
	background:#fff;
	position:relative;
	margin:0;
	padding:5px 30px 5px 0;
	cursor:pointer;
	font-size:1.1em;
}
div.faq h3.faqTitle:after{
	content: "\f054";
    font-family: FontAwesome;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-12px;
	width:30px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	transition:300ms;
}
div.faq.toggle h3.faqTitle:after{
	transform:rotate(90deg);
}

div.faq .faqContent {
	padding:5px 0;
	display:none;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	padding-bottom:7px;
}

.upperSection {
	min-height:40px;
}
.upperSection .social a{
	font-size:16px;
	display:inline-block;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	color:#fff;
	background:#0055a5;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}
.extraMenu {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	margin:15px 0 0;
	font-weight:700;
}
.extraMenu li{
	display:inline-block;
	position:relative;
	padding: 0;
	line-height:1.3;
	margin-right:12px;
}
.extraMenu li a{
	padding: 3px 15px;
	line-height:1.3;
	white-space: nowrap;
	background: #fff;
}
.extraMenu li:after{
	content:'|';
	display:inline-block;

}
.extraMenu ul {
	position:absolute;
	left:0;
	display:none;
	/* width: 170px; */
	z-index: 999;
	/* background: #eee; */
	padding: 0;
}
.extraMenu ul li {
	display:block;
	text-align:left;
	padding: 0;
}

.extraMenu ul li:after {
    content: none;
}

.extraMenu li:hover > ul {
	display:block;
}


.extraMenu ul ul {
	left:100%;
	top: 0;
}


.headDetails {
	margin-top:15px;
}
form.search {
	background:#cccccc;
	width:240px;
	max-width:100%;
	padding-right:30px;
	height:30px;
	border-radius:15px;
	position:Relative;
	font-size:14px;
	margin-bottom:10px;
}
.header form.search {
	display:inline-block;
	vertical-align:top;
}
form.search .search-input{
	height:30px;
	border:0;
	padding:5px 10px;
	width:100%;
	background:transparent;
	color:#7d7d7d;
}
form.search .search-submit{
	position:absolute;
	top:0;
	right:0;
	width:25px;
	color:#f1f1f4;
	background:transparent;
	border:0;
	height:30px;
	font-size:16px;
}
.header .socialLinks {
	display:inline-block;
	margin:0 -5px 0 10px;
}
.socialLinks a{
	width:1.875em;
	height:1.875em;
	border:solid 1px #0055a5;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin:0px 5px;
	font-size:16px;
	position:relative;
	vertical-align:top;
	color:#fff;
	background-color:#0055a5;
}
.socialLinks a > i{
		vertical-align:middle;
		position:absolute;
		top:50%;
		left:50%;
		transform:translateX(-50%) translateY(-50%);
}
.socialLinks a:hover{
	background:#fff;
	color:#0055a5;
}
@media (min-width:768px){
.upperSection {
	margin-right:-10px;	
	text-align:right;
}
.extraMenu {
	text-align: right;
    display: inline-block;
	margin-top:20px;
}
.extraMenu li:after{
	content:'|';
	display:inline-block;
}

}
/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

.navContainer.mob{
	display:none;
}

.nav {
	font-size:17px;
	position:relative;
}
.nav ul{
	padding:0;
	margin:0;
	list-style:none;
	/* width: 260px; */
}
.nav li{
	position:relative;
}


.nav a{
	color:#0055a5;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	padding:8px;
}

.nav li li a{
	border-bottom: 1px solid #0055a5;
}
.nav a:hover{
	text-decoration:none;
	color:#6b6b6d;
}
@media (min-width:992px){

	.nav {
		font-size:13px;
		margin:0px -15px 0;
	}
	.nav .menu > li{
		display:inline-block;
	}
	.nav .menu > li >a {
		font-size:17px;
	}
	.nav .sub-menu{
		position:absolute;
		top:100%;
		left: 0px;
		left:24px;
		background: #f7f7f7;
		z-index:115;
		display:none;
		/*min-width:100%;*/
		width: 260px;
		max-width:100%;
	}
	.nav .sub-menu .sub-menu{
		top:0;
		left:100%;
	}
	.nav li:hover > .sub-menu{
		display:block;
	}
	.nav .menu {
	       display: table;
    justify-content: space-between;
    width: 100%;
	}
	.nav .menu > li {
    display: inline-block;
    display: table-cell;
	text-align:center;
	vertical-align:middle;
	}
	.nav .menu > li:before {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 21px;
		width: 1px;
		background: #0055a5;
	}
	.nav .menu > li:last-child:before {
		display:none;
	}
	.nav .sub-menu li {
		text-align:left;
	}
	.nav .menu > li >a {

	}
}
@media (min-width:1200px){
	.nav {
		font-size:14px;
	}	
}
/*fixed sidenav*/

@media (max-width:991px){

	.navContainer.dsk{
		display:none;
	}
	.navContainer.mob{
		display:block;
	}
	
	#menu-extra-menu{
		display:none;
	}

	.menu-toggle {
		position:absolute;
		cursor:pointer;
		color:#585858;
		margin:20px 0;
		z-index:100;
		font-size:15px;
		right:0px;
		bottom:20px;  
	}
.menu-toggle span {
    vertical-align:middle;
  }
  .menu-toggle .menuIcon{
      position:relative;
      display:block;
      height:35px;
      width:45px;
      vertical-align:middle;
  }
  .menu-toggle .menuIcon span,
  .menu-toggle .menuIcon span:before,
  .menu-toggle .menuIcon span:after  {
    width:45px;
    position:absolute;
    content:'';
    height:7px;
    left:0px;
    top:12px;
    background:#0055a5;
    -ms-transition:300ms all linear;
    -moz-transition:300ms all linear;
    -webkit-transition:300ms all linear;
    transition:300ms all linear;
  }
    .menu-toggle .menuIcon span:before {
    top:12px;
    left:0;
  }
  .menu-toggle .menuIcon  span:after {
    top:-12px;
    left:0;
  }
  .menu-toggle.open .menuIcon span{
    background:transparent;
  }
  .menu-toggle.open .menuIcon span:before{
      -ms-transform: translateY(-12px) rotate(45deg);
      -moz-transform: translateY(-12px) rotate(45deg);
      -webkit-transform: translateY(-12px) rotate(45deg);
      transform: translateY(-12px) rotate(45deg);
      background:#0055a5;
  }
  .menu-toggle.open .menuIcon span:after{
      -ms-transform: translateY(12px) rotate(-45deg);
      -moz-transform: translateY(12px) rotate(-45deg);
      -webkit-transform: translateY(12px) rotate(-45deg);
      transform: translateY(12px) rotate(-45deg);
      background:#0055a5;
  }
	
	.nav .navContainer {
		background:#fff;
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:260px;
		z-index:999;
		padding-top:30px;
		transform: translateX(-100%);
		transition:300ms;
		height:100%;
		overflow-y: scroll;
		direction: rtl;
	}
	.nav .navContainer .menu {
		direction: ltr;
	}

	
	.siteWrap {
		overflow:hidden;
		width:100%;
	}
	
	.nav.openNav .navContainer {
		transform: translateX(0%);
	}
	.nav .menu li{
		border-bottom:solid 1px #0055a5;
	}
	.nav .menu li{
		
	}
	.nav .menu li.menu-item-has-children > a{
		padding-right:40px;
	}
	.nav .menu li.menu-item-has-children > .arrow{
		display:block;
		width:40px;
		height:44px;
		position:absolute;
		top:0;
		right:0;
		
	}	
	.nav .menu li.menu-item-has-children >.arrow:before{
		content: "\f054";
		font-family: FontAwesome;
		font-size:20px;
		position:absolute;
		top:50%;
		left:50%;		
		margin-top:-14px;
		margin-left:-7px;
		transition:300ms;
	}
	.nav .menu li .sub-menu{
		background:#eee;
		display:none;
	}
	.nav .menu li .sub-menu li:last-child{
		border-bottom:none;
	}
	.nav .menu li.menu-item-has-children.toggle >.arrow:before{
		transform: rotate(90deg);
	}
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/* footer */

.footerNews {
    padding-top: 140px;
}

.footerNews a {
    text-decoration:none;
    display:block;
}

.news-image{
	overflow:hidden;
}


.news-image img {
    width: 100%;
   	transition:all 300ms;
}

.footerNews a:hover img {
	transform:scale(1.1);
}

.news-title {
    color: #0055a5;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight:bolder;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.news-excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}


.footer {
	font-size:16px;
	margin-top:75px;
}
.footer h3{
	text-transform:uppercase;
	color:#0055a5;
	margin-top:50px;
	margin-bottom:20px;
	font-size:1.4em;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.footerTop {
	/* background-image:url('img/footerbg.jpg'); */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	padding-top: 20px;
	/* margin-top: -30px; */
	padding-bottom:15px;
	line-height:1.4;
}
.footerTop p,
.footerTop ul{
	border-top:dotted 1px #3e3d3d;
	padding-top:13px;
	margin-bottom:13px;
}
.footerTop ul {
	line-height:1.875;
}
.footerTop a{
	color:#3e3d3d;
}
.footerTop a:hover{
	text-decoration:none;
	color:#0055a5;
}
.footer .distributed {
	margin-top:30px;
	float:right;
}
.copyMenu li {
	display:inline-block;
}
.copyMenu li:last-child span {	
display:none;
}
.copyright {
	background:#d02670;
	color:#fff;
	padding:20px 0 10px;
	line-height:1.4;
}
.copyright a{
	color:#fff;
}
@media only screen and (min-width:480px) {
	.footer .oralMenu li{
		/* float:left; */
		/* width:50%; */
		/* padding-right:15px; */
	}
	.footer .oralMenu li:nth-child(odd){
		/* clear:left; */
	}
}
@media only screen and (min-width:1200px) {
	.footer .oralMenu li{
		/* float:left; */
		/* width:50%; */
		/* padding-right:15px; */
	}
	.footer .oralMenu li:nth-child(odd){
		/* clear:left; */
	}
	.footer .distributed {
	margin-top:70px;
}
}
@media only screen and (min-width:1610px) {
.footer h3 {
	font-size:1.57em;
}
}


/*carousel*/

.owl-stage {
    display: flex;
}

.footerCarousel {
	background:#e2e3e5;
	padding-top:20px;
	/* margin-top: 00px; */
	/* margin-bottom: -20px; */
}
.footerCarousel.pro {
	margin-top: 40px;
}
.footerCarousel .owl-carousel {
		padding:0 45px
	}
.footerCarousel .contaner{
	top:30px;
	position:Relative;
}
.carouselContainer {
	background:#fff;
	color:#0055a5;
	text-align:center;
	margin-top:25px;
	padding-bottom: 70px;
	align-self: stretch;
}
.footerCarousel .carTitle {
	    font-family: 'Raleway', sans-serif;
	    font-weight: 900;
	    color: #0055a5;
	    font-size: 25px;
	    min-height: 2.4em;
	    line-height:1.05;
	    margin: 0 0 0px 0;
	    padding:0 5px;
	    text-transform:uppercase;
	    position: relative;
	    background: #fff;
}

.noTitle.carouselContainer .links.singleLink a {
	font-size: 25px;
	font-weight:700;
}
.footerCarousel.pro .carTitle {
	    line-height: 1.2;
	    margin: 10px 40px;
}




.carTitleSentinel {
    visibility: hidden;
}
.footerCarousel.pro .carTitleSentinel {
	display:none;
}
.carTitleValign {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    /* padding:0 5px; */
}

.footerCarousel.pro .carTitleValign {
    position: relative;
    bottom: initial;
    right: initial;
    left: initial;
}


.footerCarousel .carSubtitle {
	min-height:1.3em;
	display: none;
}

.footerCarousel.pro .carSubtitle {
	min-height: 1em;
	display: block;
	line-height: 1em;
}



.footerCarousel .carImage {
	position:relative;
	top: 10px;
	height: 240px;
	line-height:220px;
}

.footerCarousel.pro .carImage {
	top: -20px;
	height: 220px;
}

.footerCarousel .carImage img,
.footerCarousel .owl-carousel .owl-item img{
	display:inline-block;
	width:auto;
	vertical-align:middle;
}
.carouselContainer .links{
	margin-top:20px;
	width:100%;
	position: absolute;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	height: 70px;
	bottom: 0;
}
.carouselContainer .links:after{
	content:'';
	display:table;
	clear:both;
}
.carouselContainer .links a{
	display:block;
	padding: 10px 15px;
	background:#0055a5;
	color:#fff;
	width:60%;
	border-right:1px solid #fff;
	float:left;
	font-size: .9em;
	height: 70px;
	text-align:center;
}
.carouselContainer .links.singleLink a{
	width:100%;
	border-right:0;
}
.carouselContainer .links a.external{
	width:40%;
	border-right:0;
	background:#0078c1;
}
.carouselContainer .links a:hover{
	color:#0055a5;
	background:#fff;
	text-decoration:none;
}
.carouselContainer .links a.external:hover{
	color:#0078c1;
}
.carouselContainer.red .links a{
	background:#0055a5;
}
.carouselContainer.red .links a.external{
	background:#ee7d7e;
}
.carouselContainer.red .links a:hover{
	color:#0055a5;
background:#fff;	
}
.carouselContainer.red .links a.external:hover {
	color:#ee7d7e;
	background:#fff;
}

.footerCarousel .owl-carousel {
	margin-bottom: -40px;
}

.footerCarousel .owl-carousel .owl-nav .owl-next, 
.footerCarousel .owl-carousel .owl-nav .owl-prev {
	display:block;
	position:absolute;
	width:40px;
	height: 100px;
	background:#999999;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
}
.footerCarousel .owl-carousel .owl-nav .owl-prev:before,
.footerCarousel .owl-carousel .owl-nav .owl-next:before{
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	font-family:FontAwesome;	
	font-size:30px;
}
.footerCarousel .owl-carousel .owl-nav .owl-next:before{	
	content: "\f105";	
}
.footerCarousel .owl-carousel .owl-nav .owl-prev:before{
	content: "\f104";
}
.footerCarousel .owl-carousel .owl-nav .owl-next:hover, 
.footerCarousel .owl-carousel .owl-nav .owl-prev:hover{
	background:#0055a5;
}
.footerCarousel .owl-carousel .owl-nav .owl-next{
	right:0%;

}
.footerCarousel .owl-carousel .owl-nav .owl-prev {
	left:0%;

}


.footerCarousel.inpage .carTitle {
	    font-size: 22px;
}
.footerCarousel.inpage .carTitle {
	    line-height: 1.2;
	    margin: 10px 10px;
}

.footerCarousel.inpage .carSubtitle {
	min-height: 0.75em;
	display: block;
	line-height: 0.75em;
}
.footerCarousel.inpage .owl-carousel .owl-nav .owl-next, 
.footerCarousel.inpage .owl-carousel .owl-nav .owl-prev {
		width: 50px;
}
table#drop {font-size: 1.6rem;
}
table#drop tr, table#drop td, table#drop tr:nth-child(even), table#drop tr:nth-child(odd)  {font-size: 1.6rem;
border: none;
}
table#drop td{
	padding: 5px;
	vertical-align:top;
}
div.drop ul {
	
}	
div.drop ul li {
	display: none;
	
	font-size: 1.5rem;
}
div.drop:hover ul li {
	display: inline;
}




@media only screen and (min-width:1370px) {

}

@media only screen and (min-width:1610px) {

	.footerCarousel .owl-carousel .owl-nav .owl-next, 
	.footerCarousel .owl-carousel .owl-nav .owl-prev {
		width: 100px;
		height:115px;
	}
	.footerCarousel .owl-carousel .owl-nav .owl-prev:before,
	.footerCarousel .owl-carousel .owl-nav .owl-next:before{
			font-size:52px;
	}
	.footerCarousel .owl-carousel .owl-nav .owl-next {
			right: 0px;
	}
	.footerCarousel .owl-carousel .owl-nav .owl-prev {
			/* left: -100px; */
	}
	.footerCarousel .owl-carousel {
		margin-left: 8%;
		width: 84%;
		padding:0;
	}
	.footerCarousel .owl-carousel .owl-nav .owl-next{
		right:auto;
		left:100%;
		margin-left:30px;

	}
	.footerCarousel .owl-carousel .owl-nav .owl-prev {
		left:auto;
		right:100%;
		margin-right:30px;
	}
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
	margin-bottom:20px;
}
.featured {
	margin-bottom:25px;
	min-height:1px;
	margin-top:20px;
	text-align:center;
}
.breadcrumbs {
	font-size:12px;
	text-transform:uppercase;
	color:#3e3d3d
}
.breadcrumbs span {
	color:#0055a5;
}
.breadcrumbs a span {
	color:#3e3d3d;
}
/*sidebar*/
.sideMenu,
.sidebar-widget > div {
	border:solid 1px #d3d4d4;	
	margin-bottom:30px;
}
.sideMenu h3,
.sidebar-widget h3{
	color:#0055a5;
	text-transform:uppercase;
	font-style:italic;
	margin:0;
	padding:30px 18px 15px;
}
.sideMenu ul,
.sidebar-widget ul {
	list-style:none;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:700;
}
.sideMenu ul a,
.sidebar-widget li{
	display:block;
	border-top:solid 1px #d3d4d4;
	overflow:hidden;
}
.sidebar-widget li{
	padding:5px 18px 15px;	
}
.sidebar-widget li a:hover{
	text-decoration:none;
}
.sideMenu ul a .linkWrapper{
	display:inline-block;
	padding:5px 18px 15px;	
	position:relative;
}
.sideMenu ul a .linkWrapper:after{
	content:'';
	height:5px;
	width:100%;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
    -moz-box-sizing:content-box;
    box-sizing: content-box;
padding-right:32px;	
}
.sideMenu ul a:hover .linkWrapper:after,
.sideMenu ul li.current-menu-item > a .linkWrapper:after,
.sideMenu ul .sub-menu li.current-menu-ancestor > a .linkWrapper:after{
	background:#0055a5;
}

.sideMenu ul ul,
.sidebar-widget ul ul {
	display:none;
}

.sideMenu ul li.current-menu-ancestor > ul,
.sidebar-widget ul li.current-menu-ancestor > ul {
	display:block;
}

.sideMenu ul li.current-menu-item > ul,
.sidebar-widget ul li.current-menu-item > ul {
	display:block;
}

/*product page*/
.productPage {
	margin-top:40px;
}
.productfeatured {
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
}
.productfeatured img {
	width:263%;
	max-width:765px;
	
}
.productfeatured .featuredTxt  {
	padding:10px 0 0;
}
.productfeatured .featuredTxt  .topTxt {
	font-size:2.5em;
	line-height:1.1;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;	
	margin-bottom:15px;
	color:#0055a5;
}
.prodBuyOnline {
	display:inline-block;
	font-size:2.5em;
	line-height:1.1;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;	
	background:#0055a5;
	color:#fff;
	padding:0.3em 0.7em;
	margin:0.7em 0 10px;
}
.prodBuyOnline:hover {
	background:#0078c1;
	color:#fff;
	text-decoration:none;
}
@media (min-width:768px){
	.productfeatured img {
		width:100%;
	max-width:100%;
	}
	.productfeatured .featuredTxt.absoluteTxt  {	
		position:absolute;
		bottom:11.5%;
		left:38%;
		width:62%;
		color:#fff;
		padding-right:15px;
	}
	.productfeatured .featuredTxt.absoluteTxt .topTxt {
		color:#fff;
	}
	.productfeatured .featuredTxt.absoluteTxt .bottomTxt {
		padding-right:8%;
		min-height:4.2em;
	}
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.homeBanner {
	margin-bottom:35px;
	position:relative;
	overflow:hidden;
}
.homeBanner .container{	
	position:relative;
}
.homeBanner .bannerSlide {
	width:100%;
	padding-bottom:41px;
	position:relative;
}
.homeBanner .bannerSlide .container{
	padding:0;
}
.homeBanner .bannerSlide:before {
	display:block;
	//content:'';
	position:absolute;
	width:50%;
	left:50%;
	height:100%;
	top:0;
	background:#fff;
}
.homeBanner .pagerWrap {
	width:100%;
	margin-top: -61px;
    position: relative;
    z-index: 105;
}
.homeBanner .cycle-pager{
	position:relative;
	color:#fff;
	font-weight:700;
	white-space:nowrap;
	overflow-y:visible;
	overflow-x:auto;
	padding-top:20px;
	margin-top:-20px;
	display:flex;
}

.homeBanner .cycle-pager::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #fff;
}

.homeBanner .cycle-pager::-webkit-scrollbar
{
	width: 5px;
	height:8px;
	background-color: #F5F5F5;
}

.homeBanner .cycle-pager::-webkit-scrollbar-thumb
{
	background-color: #0055a5;
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,0.3);
}

.homeBanner .cycle-pager:after{
	content:'';
	display:table;
	clear:both;
}
.homeBanner .cycle-pager .tab {
	color:#fff;
	background-color:#0055a5;
	display:inline-block;
    vertical-align: bottom;	
	cursor:pointer;
	font-size:15px;
	line-height:1.1;
	text-transform:uppercase;
	padding:12px 20px;
	position:relative;
	max-height:41px;
	flex:1;
	text-align:center;
}
.homeBanner .cycle-pager .tab.cycle-pager-active:before {
	content:'';
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	transform-origin:50% 50%;
	background:#fff;
	border-color: transparent transparent #ffffff transparent;
	bottom:100%;
	left:50%;
	z-index:110;
	margin-left:-10px;
-webkit-box-shadow: 0px -2px 6px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -2px 6px 1px rgba(0,0,0,0.25);
box-shadow: 0px -2px 6px 1px rgba(0,0,0,0.25);

z-index:-1;
top:-10px;
left:50%;
}
.homeBanner .cycle-pager .tab.cycle-pager-active{
	background-color:#ffffff;
	color:#0055a5;
}
.homeBanner .bannerSlide {
	position:relative;
	height:100%;
}
.bannerText {
	padding:10px 15px;
}
.bannerText .topText {
	    font-family: 'Raleway', sans-serif;
	    font-weight: 900;
	    color: #fff;
	    font-size:24px;
	    margin-bottom:0.5em;
	    line-height:1.05em;
}
.bannerText .topText span.blue{
color:#fff;
}
.bannerText .bottomText {
	    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	color:#fff;
	font-size:16px;
	margin-bottom:1em;
line-height:1.05em	
}
@media (max-width:768px){
.bannerText .bottomText br {
    content: " ";
    display: none;
}
}
.bannerText .bannerLink {
	background:#342f88;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	height:2.214em;
	line-height:2.214em;
	padding:0 1em;
	border-radius:1.107em;
	font-size:14px;
	margin:0em 0 1em;
}
.bannerText .bannerLink:hover {
	background:#fff;
	color:#342f88;
	text-decoration:none;
}
.homeContent {
	text-align:center;
}
.homeContainer h2 {
    font-size: 2.5em;
    margin: 0.3em 0 0.3em;
}
.homeContainer div.testimonials h2 {
	margin-bottom:0.05em;
	margin-top:20px;
}
div.testimonials {
	text-align:center;
}
div.testimonials .testimonial {
	text-align:center;
	padding:10px 14%;
	position:relative;
}
div.testimonials .testimonial:before,
div.testimonials .testimonial:after {
	content:'';
	display:block;
	width:9%;
	padding-top:9%;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
	top:20px;
	
}
.testimonial:before{
	background-image:url(img/quote-marks-start.png);
	left:1%;
}
.testimonial:after {
	background-image:url(img/quote-marks-end.png);
	right:1%;
}
.testimonial .cite {
	font-size:0.75em;
	color:#666666;
	padding:5px 0 10px;
}
.homePurple {
	background:#9d6da8;
	text-align:center;
	padding:10px 0 5px;
	margin: 30px 0 0px 0;
}
.homePurple *{
	color:#fff;
}
.whyUseContainer {
	text-align:center;
}
.whyUse {
	list-style:none;
	padding:0;
	text-align:left;
	margin:20px auto 30px;
	color:#0055a5;
}
.whyUse li{
	white-space:nowrap;
	display:inline-block;
	background-image:url(img/tick.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:36px;
	padding:5px 25px 5px 54px;
	margin:5px 0;
}
@media only screen and (min-width:768px) {
.whyUse {
	text-align:center;
}
.homeBanner .cycle-pager{

}
.bannerText {
	position:absolute;
	width:20.5%;
	bottom: 22%;
	left: 5%;
	padding:0;
}

.homeBanner .bannerSlide:last-child .bannerText {
	width: 26.5%;	
}
}
@media only screen and (min-width:992px) {
div.testimonials .testimonial:before,
div.testimonials .testimonial:after {
		width:7.5%;
		padding-top:7.5%;
		top:0px;
	}
	.testimonial:before{
			left:3%;
	}
	.testimonial:after {
		right:3%;
	}
.bannerText .topText {
	font-size:30px;
}
.bannerText .bottomText {
	font-size:21px;
}
}
@media only screen and (min-width:1200px) {
.bannerText .topText {
	font-size:37px;
}
.bannerText .bottomText {
	font-size:26px;
}
}
@media only screen and (min-width:1610px) {
	.home .bannerText .topText {
		font-size:50px;
	}
	.home .bannerText .bottomText {
		font-size:35px
	}
}

/*pageBanner*/
.pageBanner {
	background:#a5bbcf;
	margin-bottom:35px;
	margin-top:30px;
	width:100%;
}
.pageBanner .cycle-pager{
	position:relative;
	background:#999999;
	padding:3px 3px;
}
.pageBanner  .cycle-pager span{
	color:#d0d2d3;
	background-color:#d0d2d3;
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:50%;
	margin:4px 3px;
    vertical-align: bottom;	
	cursor:pointer;
}
.pageBanner  .cycle-pager span.cycle-pager-active{
	color:#ffffff;
	background-color:#ffffff;
}
.pageBanner  .bannerSlide {
	position:relative;
	width:100%;
}
.pageBanner .bannerText {
	padding:10px 15px;
}
.pageBanner .bannerText .topText {
	    font-family: 'Raleway', sans-serif;
	    font-weight: 900;
	    color: #d2232a;
	    font-size:24px;
	    margin-bottom:0.5em;
	    line-height:1.05em;
}
.pageBanner .bannerText .topText span.blue{
color:#0055a5;
}
.pageBanner .bannerText .bottomText {
	    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	color:#0055a5;
	font-size:16px;
	margin-bottom:1em;
line-height:1.05em	
}
.pageBanner .bannerText.textWhite .bottomText {
	color:#fff;
}
.pageBanner .bannerText.textBlue .bottomText {
	color:#0055a5;
}
.pageBanner .bannerText .bannerLink {
	background:#d2232a;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	height:2.214em;
	line-height:2.214em;
	padding:0 1em;
	border-radius:1.107em;
	font-size:14px;
	margin:0em 0 1em;
}
.pageBanner .bannerText .bannerLink:hover {
	background:#fff;
	color:#d2232a;
	text-decoration:none;
}
.pageBanner .bannerText.brandBlue .topText {
	color:#17489a;
}
.pageBanner .bannerText.brandRed .topText {
	color:#e11c3f;
}
.pageBanner .bannerText.brandWhite .topText {
	color:#fff;
}
.pageBanner .bannerText.brandGrey .topText {
	color:#56626c;
}
.pageBanner .bannerText.brandPink .topText {
	color:#d5569f;
}
.pageBanner .bannerText.brandGreen .topText {
	color:#8dc63f;
}
.pageBanner .bannerText.brandBlue .bannerLink {
	background:#17489a;
}
.pageBanner .bannerText.brandRed .bannerLink {
	background:#e11c3f;
}
.pageBanner .bannerText.brandGrey .bannerLink {
	background:#56626c;
}
.pageBanner .bannerText.brandPink .bannerLink {
	background:#d5569f;
}
.pageBanner .bannerText.brandGreen .bannerLink {
	background:#8dc63f;
}
.pageBanner .bannerText.brandBlue .bannerLink:hover {
	color:#17489a;
	background:#fff;
}
.pageBanner .bannerText.brandRed .bannerLink:hover {
	color:#e11c3f;
	background:#fff;
}
.pageBanner .bannerText.brandGrey .bannerLink:hover {
	color:#56626c;
	background:#fff;
}
.pageBanner .bannerText.brandPink .bannerLink:hover {
	color:#d5569f;
	background:#fff;
}
.pageBanner .bannerText.brandGreen .bannerLink:hover {
	color:#8dc63f;
	background:#fff;
}
@media only screen and (min-width:768px) {
.pageBanner .cycle-pager{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:105;
	border-radius:30px;
	width:30px;
	text-align:center;
	max-height:100%;
	overflow:hidden;
}
.pageBanner .bannerText {
	position:absolute;
	width:20.5%;
	bottom: 22%;
	right: 30%;
	padding:0;
	left:auto;
}
}
@media only screen and (min-width:992px) {
.pageBanner .bannerText .topText {
	font-size:30px;
}
.pageBanner .bannerText .bottomText {
	font-size:21px;
}
}
@media only screen and (min-width:1200px) {
.pageBanner .bannerText .topText {
	font-size:37px;
}
.pageBanner .bannerText .bottomText {
	font-size:26px;
}
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE XL
\*------------------------------------*/


.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



@media (min-width: 1610px) {

    .container {
        width: 1560px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
	

}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1199px) {
	.footerCarousel .carTitle {
		font-size: 20px;
	}
}

@media only screen and (max-width:1024px) {
	.columnWrap.cols4 .col{
		width:50%;
	}
	.columnWrap.cols4 .col:nth-child(odd){
	  clear:both;
	}
	.columnWrap.cols3 .col{
		width:50%;
	  }
	.columnWrap.cols3 .col:first-child{
		width:100%;
		float:none;
	}
}

@media only screen and (max-width:991px) {
	.footerCarousel {
		padding-bottom: 80px;
		margin-bottom:40px
	}
}


@media only screen and (max-width:768px) {
 .columnWrap.cols3 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col,
.columnWrap.cols4 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col:after {
    display:none;
  }
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.col-sm-right {
		text-align:right;
	}
	.col-sm-left{
		text-align:right;
	}
	.col-sm-center{
		text-align:center;
	}
}
@media only screen and (min-width:992px) {
	.logo {		
		margin-bottom: 10px;
	}
	.col-md-right {
		text-align:right;
	}
	.col-md-left{
		text-align:right;
	}
	.col-md-center{
		text-align:center;
	}
}
@media only screen and (min-width:1200px) {
	body {
		font-size:20px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
main#main a img,
main#main img {
	border: 0;
}
main#main .gallery-item {
	display: inline-block;
    vertical-align: middle;
	float:none;
}
.gallery-item {
	padding:1%;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption p{
	margin:0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:2px 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
@media (max-width: 600px){
table {border:solid 1px #ccc;font-size:1rem;display:block;width:100%;height:100%;overflow-x:scroll !important;}
}


/*HSP landing page css*/

.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden}

.comphdr {background-color:#07649D;padding:4rem 12% 4rem 3.4rem;}
.comphdr p {font-family:'Raleway', sans-serif;padding:0;margin:0;color:white;font-size:32px;font-weight:500;line-height:38px;}
.compcontent {background-color:#F1F1F1;display:flex;}
.compcontent.mb3 {margin-bottom:3rem;}
.compentry {color:#231F20;padding:3rem 3.4rem;width:50%;}
.compimage {width:50%;background:url(img/landing-hamper.jpg) center center no-repeat;background-size:cover;}
.compimage img {display:block;width:100%;height:auto;}
.compftr {background-color:#F3FBFE;padding:2rem 10%;text-align:center;margin-bottom:2rem;}
.compftr p {font-size:13px;padding:0;margin:0;color:#231F20;}
.compftr p.ttl {font-weight:600;}

.landingcontent {width:100%;max-width:2000px;margin:0 auto;background:url(img/landing-header.jpg) top center no-repeat;background-size:contain;}
.landinghdr {padding-top:10rem;}
.landinghdr .hsplogo {display:block;width:220px;height:auto;}
.landinghdr h1 {color:white;font-size:54px;font-weight:700;padding:0 26% 1rem 0;margin:0;}
.landinghdr p {color:white;font-size:32px;font-weight:400;padding:0 50% 12rem 0;margin:0;line-height:38px;}
.landinghdr p.pt4 {padding:4rem 0 0 0;}
.landingintro {padding:2rem 0;margin:2rem auto;text-align:center;}
.landingintro h2 {font-family:'Raleway', sans-serif;color:black;font-size:40px;font-weight:600;padding:2rem 4%;margin:0;}
.landingintro h2 span {color:#5BCED5;}

.landingfeature {display:flex;align-items:center;justify-content:space-between;padding:3rem 0;}
.landingfeature .featureimg {width:59%;}
.landingfeature .featureimg img {width:auto;max-width:100%;height:auto;display:block;margin:0 auto;}
.landingfeature .features {width:39%;}
.landingfeature .features img.hsplogo {width:180px;height:auto;display:block;;}
.landingfeature .features p {font-family:'Raleway', sans-serif;font-size:30px;line-height:38px;font-weight:400;color:black;padding:2rem 10% 3rem 0;margin:0;}

.formrow {position:relative;width:100%;padding:0 12px;margin-bottom:18px;background-color:white;}
.formrow::before {position:absolute;content:'';width:1px;background-color:#D4D4D4;height:calc(100% - 22px);top:11px;left:176px;}
.formrow.address {display:none;}
.formrow label {width:170px;float:left;color:#231F20;padding:11px 6px 7px 0px;cursor:pointer;font-weight:400;line-height:1.0em;font-size:14px;}
.formrow input[type="text"], .formrow input[type="email"] {width:calc(100% - 176px);font-weight:400;line-height:1.0em;font-size:14px;float:right;color:black;border:0;background:none;padding:9px 8px 9px 8px;font-family:'Lato', sans-serif;background-color:white;}
.formrow input[type="text"]:focus, .formrow input[type="email"]:focus {background-color:white;border:none;outline:none;}
.formrow .flt {width:calc(100% - 176px);float:right;}
.formrow p.error {position:absolute;bottom:-20px;left:0;color:#FF0000;font-size:86% !important;padding:0px !important;}
.btnrow input[type="submit"] {display:inline-block;color:white;background:none;background-color:#0055a5;width:auto;padding:0.7rem 1.4rem 0.8rem 1.4rem;font-size:16px;line-height:16px;cursor:pointer;border:0;font-family:'Lato', sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;text-decoration:none;font-weight:500;text-align:center;border-radius:4px;text-transform:none;}
.wpcf7-form-control-wrap {position:unset;}
.wpcf7-not-valid-tip {position:absolute;font-size:12px;line-height:14px;bottom:-16px;width:100%;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {border:none;}
.wpcf7 form .wpcf7-response-output {margin:0;padding:0;border:none;color:red;font-size:16px;}


.landingftr {position:relative;background:url(img/landingftrbg.jpg) center bottom no-repeat;background-size:100% auto;}
.landingftr img.landingftrblank {position:relative;width:100%;height:auto;display:block;z-index:1}
.landingftr img.landingftrm {display:none;}
.landingftrhdr {position:absolute;bottom:28%;left:4rem;text-align:left;}
.landingftrhdr h3 {font-family:'Raleway', sans-serif;color:white;font-size:52px;font-weight:600;margin:0.3rem 0;}
.landingftrhdr p {color:#231F20;font-size:28px;font-weight:400;margin:0;}
.landingftrcontent {display:flex;justify-content:space-between;align-items:center;}
.landingftrcontent .col:first-child {width:44%;}
.landingftrcontent .col:first-child img {width:100%;max-width:360px;display:block;height:auto;margin:0 0 3rem;}
.landingftrcontent .col:first-child p {font-family:'Raleway', sans-serif;font-size:18px;font-weight:400;line-height:28px;color:black;}
.landingftrcontent .col:last-child {width:50%;}
.landingftrcontent .col:last-child img {width:100%;display:block;height:auto;}

.grecaptcha-badge {display:none !important;}
.footer {margin-top:0;}

.regpanels {display:grid;grid-template-columns:1fr 1fr;gap:0 4%;width:100%;padding:2rem 0;}
.regpanel {padding:1rem 2.4rem 2.4rem 2.4rem;background-color:#F1F1F1;border-radius:8px;}
.regpanel.empty {background-color:white;}



/*Gravity forms*/
#register, #login {padding-top:0;}
ul.gform_fields {padding:0;}
legend.gfield_label_before_complex {display:none;}
.gform_heading, .gfield--type-honeypot {display:none;}
.gform_wrapper.gravity-theme fieldset {position:relative;margin-bottom:0.4rem;}
.gform_wrapper.gravity-theme .ginput_complex {display:block !important;}
.gform_wrapper.gravity-theme .ginput_container_address {margin:0 !important;}
span.gform-grid-col {position:relative;padding-right:0;display:block;padding:8px 6px 4px 0;}
span.gform-grid-col::after, .gfield--type-select::after {width:100%;content:'';display:block;height:0;clear:both;}
#input_1_1_3, #input_1_1_6, #input_1_2, #input_1_6_6, #input_1, #input_2, #input_1_10, #input_1_11 {width:calc(100% - 160px);font-size:15px;float:left;color:#231F20;border:0;background:none;background-color:white;padding:6px !important;font-family:'Lato', sans-serif;cursor:pointer;border:1px solid #D2D2D2;outline: none;}
#input_1_4 {width:calc(100% - 160px);font-size:15px;float:left;color:#231F20;border:0;background:none;background-color:white;padding:6px;font-family:'Lato', sans-serif;cursor:pointer;border:1px solid #D2D2D2;outline:none;}
label.gform-field-label {width:150px;float:left;color:#231F20;padding:8px 6px 4px 0 !important;cursor:pointer;font-weight:600;line-height:1.0em;font-size:14px;}
#gform_1 .gform_show_password {position:absolute;right:30px !important;top:18px !important;z-index:1000;width:21px;height:15px;background:none;border:0;cursor:pointer;}
#gform_1 .gform_show_password span.dashicons {display:block;width:21px;height:15px;}
#gform_1 .gform_show_password span.dashicons.dashicons-hidden {background-image: url(img/password-show.png);background-size:100% 100%;}
#gform_1 .gform_show_password span.dashicons.dashicons-visibility {background-image:url(img/password-hide.png);background-size:100% 100%;}

.gfield--type-email, .gfield--type-password, .gfield--type-select {position:relative;display:block;padding:8px 6px 4px 0;margin-bottom:8px;}
.gfield--type-text {position:relative;background-color:#F1F1F1;padding-right:0;display:block;padding:6px 0 !important;margin-bottom:4px;}
.gfield--type-email::after, .gfield--type-password::after, .gfield--type-text::after {width:100%;content:'';display:block;height:0;clear:both;}
.gfield_label {width:150px;float:left;color:#231F20;padding:8px 6px 4px 0;cursor:pointer;font-weight:500;line-height:1.0em;font-size:14px;}
#gform_0 .gform_show_password {position:absolute;right:10px !important;top:12px !important;z-index:1000;width:21px;height:15px;background:none;border:0;cursor:pointer;}
#gform_0 .gform_show_password span.dashicons {display:block;width:21px;height:15px;}
#gform_0 .gform_show_password span.dashicons.dashicons-visibility {background-image:url(../images/hide-password.png);background-size:100% 100%;}
#gform_0 .gform_show_password span.dashicons.dashicons-hidden {background-image:url(../images/show-password.png);background-size:100% 100%;}
#input_0_1_6_container {margin-bottom:24px;}
#gform_0 .gform_wrapper.gravity-theme .gfield_label {margin-bottom:0 !important;}
#gform_0 .gform_wrapper.gravity-theme .gform_footer, #gform_2 .gform_wrapper.gravity-theme .gform_page_footer {margin:0 !important;padding:12px 0 !important;}
.gform_button {display:inline-block;border:0;color:white;background:none;background-color:#0055a5;width:auto;padding:0.7rem 1.4rem 0.8rem 1.4rem;font-size:16px;cursor:pointer;outline:none;text-decoration:none;font-weight:500;text-align:center;border-radius:4px;text-transform:none;line-height:1em;}
.ginput_counter {font-size:0.8rem;position:absolute;bottom:-20px;left:170px;display:none;}
.gchoice label {cursor:pointer;font-weight:600;line-height:1.0em;font-size:14px;}
.gform_footer {padding:1.6rem 0;}
.ginput_container_checkbox {padding-bottom:2rem;}
.gfield_validation_message {color:red !important;font-size:13px !important;}

#login, #register {margin-bottom:1.4rem;}
#login h2, #register h2 {font-size:2.6rem;padding:0.4rem 0 1rem 0;font-weight:600;line-height:1em;}
#login p {color:#231F20;padding:0 0 1rem 0;font-size:15px;line-height:1.5em;}
#input_1, #input_2 {width:calc(100% - 160px);font-size:15px;float:left;color:#231F20;border:1px solid #D2D2D2;background-color:white;padding:6px !important;font-family:'Lato', sans-serif;cursor:pointer;outline:none;}
span.gfield_required {display:none !important;}
#login p a {font-weight:600;color:#0055a5;text-decoration:none;}
#login p a:hover, #login p a:focus {color:#0055a5;text-decoration:underline;}
#field_1_10 {padding-bottom:1.6rem;}
label#label_1_9_1, label#label_1_8_1 {display:none;}
#login span.h3 {padding:0 !important;font-size:14px !important;font-weight:600 !important;color:#231F20 !important;display:inline-block !important;width:100px !important;margin:0 !important;}
#signup-welcome {padding:2rem 0;}

fieldset.schkbox {position:relative;}
fieldset.schkbox .ginput_container_checkbox {position:absolute;top:-6px;left:0;width:24px;height:24px;}
fieldset.schkbox .gfield_description {position:relative;margin:0 0 0 24px;color:#231F20;width:calc(100% - 24px) !important;font-size:13px;line-height:1.3em;padding-bottom:1rem;}
#register fieldset.schkbox .gfield_description {color:#231F20;}
fieldset.schkbox label.gform-field-label {width:auto;float:none;color:white;border-right:0;padding:0 !important;}

.gf_login_links {display:none;}
#lostpasswordform legend, #resetpasswordform legend {display:none;}
#reset-pass-submit {display:block;color:white;background-color:var(--secondary);width:auto;padding:8px 16px 9px 16px;font-size:0.9rem;cursor:pointer;font-family:'Roboto', sans-serif;outline:none;text-decoration:none;text-transform:none;font-weight:500;text-align:center;margin-bottom:20px;border-radius:4px;}
#lostpasswordform label, #resetpasswordform label, #activateform label {width:150px;float:left;color:#231F20;padding:8px 6px 4px 0;cursor:pointer;font-weight:600;line-height:1.0em;font-size:14px;}
#lostpasswordform input[type="text"], #resetpasswordform input[type="password"], #activateform input[type="text"] {width:calc(100% - 160px);font-size:15px;float:left;color:#231F20;border:0;background:none;background-color:white;padding:6px !important;font-family:'Lato', sans-serif;cursor:pointer;border:1px solid #D2D2D2;outline:none;}
.som-password-error-message, .som-password-sent-message {background:none !important;border:none !important;padding-left:0 !important;color:red;}
.som-password-sent-message {margin-bottom:1rem;padding:0;border:0;border-radius:0;color:red !important;position:relative;display:block;}
p.no-margin::after {display:block;content:'';clear:both;}
.lostpassword-submit button {display:inline-block;border:0;color:white;background:none;background-color:#0055a5;width:auto;padding:0.7rem 1.4rem 0.8rem 1.4rem;font-size:16px;cursor:pointer;outline:none;text-decoration:none;font-weight:500;text-align:center;border-radius:4px;text-transform:none;line-height:1em;}
#resetpasswordform p {position:relative;padding-bottom:1rem;}
#resetpasswordform p::after {display:block;content:'';clear:both;}
#activateform input[type="submit"] {display:inline-block;border:0;color:white;background:none;background-color:#0055a5;width:auto;padding:0.7rem 1.4rem 0.8rem 1.4rem;font-size:16px;cursor:pointer;outline:none;text-decoration:none;font-weight:500;text-align:center;border-radius:4px;text-transform:none;line-height:1em;}

#reset-pass-submit {display:block;color:white;background-color:#0055a5;width:auto;padding:0.7rem 1.4rem 0.8rem 1.4rem;font-size:16px;cursor:pointer;font-family:'Lato', sans-serif;outline:none;text-decoration:none;text-transform:none;font-weight:500;text-align:center;margin-bottom:20px;border-radius:4px;}
h2.gform_submission_error {font-size:14px !important;color:red !important;padding:0 0 0.8rem 0 !important;letter-spacing:0;line-height:1.2em !important;font-weight:500 !important;}
.gform_validation_errors ol {display:none;}
#gform_confirmation_message_1 {font-size:15px;color:red;} 



/*App page*/
.img-fluid {display:block;width:auto;max-width:200px;height:auto;}
.grid2 {width:100%;padding:2rem 0;}
.appbtns p {display:inline-block;}
.appbtns p img {max-width:200px;margin-right:1rem;}
.appbtns img.gplay {width:auto;display:inline-block;height:59px;}
.appbtns img.appplay {display:inline-block;width:178px;height:59px;}
.pnl {margin:2rem 0;padding:1rem 2.4rem;}
.pnl:first-child {padding:0 0 1rem 0;}
.pnl h2 {padding:0 0 1.4rem;}
.pnllte {background-color:white;}
.pnlgrey {background-color:#F1F1F1;}
.appimage {width:50%;background:url(img/img-appform.jpg) center center no-repeat;background-size:cover;}
.appimage img {display:block;width:100%;height:auto;}
iframe#appsignup {width:100%;}
iframe#appsignup .form-subHeader {font-family:'Lato', sans-serif !important;font-size:16px !important;padding:0 0 2rem 0 !important;}

#input_2_1, #input_2_3, #input_2_4, #input_2_5, #input_2_7, #input_2_8, #input_2_9, #input_2_10, #input_2_11 {width:calc(100% - 160px);font-size:15px;float:left;color:#231F20;border:0;background:none;background-color:white;padding:0.36rem !important;font-family:'Lato', sans-serif;cursor:pointer;border:1px solid #D2D2D2;outline: none;}
#input_2_11, #input_2_5 {width:30%;min-width:150px;}
#input_2_12 {width:calc(100% - 154px);font-size:15px;float:left;color:#231F20;border:0;background:none;background-color:white;padding:0.52rem !important;font-family:'Lato', sans-serif;cursor:pointer;border:1px solid #D2D2D2;outline:none;}


.formhdr {background-color:#07649D;padding:2rem 3rem 2rem 3.4rem;}
.formhdr p {font-family:'Raleway', sans-serif;padding:0;margin:0;color:white;font-size:28px;font-weight:500;line-height:38px;}
.formcontent {background-color:#F1F1F1;display:block;}
.formcontent.mb3 {margin-bottom:3rem;}
.formentry {color:#231F20;padding:3rem 3.4rem;}
.formentry h3 {font-size:2.2rem;margin:0 0 1.4rem 0;font-weight:700;}
.formentry.app {min-height:400px;}
.formimage {ackground:url(img/landing-hamper.jpg) center center no-repeat;background-size:cover;}
.formimage img {display:block;width:100%;height:auto;}

@media screen and (min-width: 992px) {
	.appbtns {padding-top:90px;text-align:right;}
	.appbtns p {display:block;}
	.appbtns p img {max-width:100%;margin-right:0;}
	.appbtns img.gplay {width:auto;display:block;height:auto;}
	.appbtns img.appplay {width:auto;display:block;height:auto;}
	.grid2 {display:grid;grid-template-columns:1fr 1fr;gap:0 4%;}
	.pnl:first-child {padding:1rem 2.4rem 1rem 0;}
	.formcontent {display:flex;}
	.formhdr {padding:4rem 12% 4rem 3.4rem;}
	.formentry {width:50%;}
	.formimage {width:50%;}
}

ul.features {list-style:none;margin:0;padding:0;}
ul.features li {position:relative;padding:0 1rem 1rem 3.6rem;}
ul.features li::before {position:absolute;content:'';top:0.5rem;left:0;width:22px;height:22px;background-image:url(img/tick-circle.png);background-size:100% 100%;}

.faqrow {border-bottom:1px solid #dfdfe3;margin-bottom:0.8rem;}
.faqq {margin-bottom:0.4rem;padding-top:0.4rem;}
.faqq h4 {position:relative;display:block;padding:0 40px 1rem 0;margin:0;color:#3e3d3d;text-decoration:none;cursor:pointer;font-size:20px;font-weight:400;}
.faqq h4 a {color:#3e3d3d;text-decoration:none;font-weight:300;}
.faqq h4 a:hover {color:#3e3d3d;text-decoration:none;}
.faqq h4:after {position:absolute;content:'';width:22px;height:22px;top:1px;right:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;background:url(img/plus.png) center center no-repeat;background-size:100% 100%;}
.faqq h4.open:after {-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);background:url(img/minus.png) center center no-repeat;background-size:100% 100%;}
.faqa {display:none;position:relative;padding:0 34px 1rem 0;}
.faqa p {font-size:16px;line-height:1.5em;padding:0 0 0.6rem 0;margin:0;}
.faqa p a {color:var(--primary);text-decoration:none;font-weight:600;}
.faqa p a:hover {color:var(--primary);text-decoration:underline;}
.faqa p span {color:var(--primary);font-weight:400;}

@media screen and (max-width: 1300px) {
	.landinghdr {padding-top:4rem;}
	.landinghdr p {padding:0 30% 4rem 0;}
}
@media screen and (max-width: 1200px) {
	.landingftrhdr {bottom:24%;}
	.landingftrhdr h3 {font-size:38px;}
	.landingftrhdr p {font-size:24px;}
	.landingfeature .features p {font-size:26px;line-height:30px;padding:2rem 0 3rem 0;}
}
@media screen and (max-width: 1000px) {
	.landinghdr {padding-top:0;}
	.landinghdr .hsplogo {width:140px;}
	.landinghdr h1 {font-size:40px;padding:0 0 1rem 0;}
	.landinghdr p {font-size:26px;padding:0 24% 4rem 0;line-height:30px;}
	.comphdr {padding:2rem;}
	.comphdr p {font-size:24px;line-height:30px;}
	.compcontent {display:block;}
	.compentry {padding:3rem 2rem;width:100%;}
	.compimage, .appimage {width:100%;}
	.landingintro h2 {font-size:32px;line-height:36px;}
}
@media screen and (max-width: 768px) {
	.landingcontent {background:url(img/landing-header.jpg) top center no-repeat;background-size:auto 360px;}
	.landingfeature {display:block;}
	.landingfeature .featureimg {width:100%;}
	.landingfeature .featureimg {width:90%;max-width:580px;margin:0 auto;}
	.landingfeature .features {width:100%;text-align:center;}
	.landingfeature .features img.hsplogo {width:130px;margin:0 auto;}
	.landingftr {background:none;background-color:#4EC1C8;}
	.landingftr img.landingftrm {width:100%;height:auto;display:block;z-index:1} 
	.landingftrhdr {position:relative;bottom:auto;left:auto;text-align:center;padding:2rem 6% 0 6%;}
	.landingftrhdr h3 {font-family:'Raleway', sans-serif;color:white;font-size:34px;font-weight:600;margin:0.3rem 0;}
	.landingftrhdr p {color:#231F20;font-size:28px;font-weight:400;margin:0;}

	.landingftr img.landingftrblank {display:none;}
	.landingftr img.landingftrm {display:block;}
}
@media screen and (max-width: 600px) {
	.formrow {padding:0;background-color:#F1F1F1;}
	.formrow::before {display:none;}
	.formrow.address {display:none;}
	.formrow label {width:100%;float:none;display:block;padding:0 0 6px 0;}
	.formrow input[type="text"], .formrow input[type="email"] {width:100%;float:none;display:block;}
}