﻿/*@mainBlue : #00a1e0;*/
/*@headingColour : #00a1e0;*/
/*@defaultLinkColor : #00a1e0;*/
/*@activeStepBackground : #00a1e0;*/
/*@startButtonColor : #0083bf;*/
.viewExperiencesBox {
  background-color: #EAEAEA;
  float: left;
  width: 480px;
  padding: 2px;
  margin: 5px;
  margin-right: 15px;
}
.viewExperiencesBox a {
  color: inherit;
}
.viewExperiencesBox a:hover {
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .viewExperiencesBox {
    float: none;
    width: 100%;
    margin: 2px;
  }
}
.searchCheckbox {
  opacity: 0;
  float: left;
  width: 18px;
  display: none;
}
.partnerNameLink {
  color: #1fcfcb !important;
}
.partnerNameLink:hover {
  color: black !important;
  text-decoration: none;
}
.searchCheckbox + label {
  margin: 0;
  clear: none;
  /* Make look clickable because they are */
  cursor: pointer;
  background: url('../images/checkbox.png') left center no-repeat;
}
.searchCheckbox:checked + label {
  background: url('../images/checkbox-checked.png') left center no-repeat;
  color: #1fcfcb;
}
.childlist {
  position: relative;
}
.childlist .smenuarrow {
  top: 0px;
}
.currentPageLink {
  color: #1fcfcb;
  font-size: 1.1em;
  text-decoration: underline;
}
.field-validation-error {
  color: #d31313;
  font-size: 12pt;
}
.input-validation-error {
  border-width: 1px;
  border-style: solid;
  border-color: #d31313;
}
.activationCheckbox {
  opacity: 0;
  float: left;
  width: 18px;
  display: none;
}
.activationCheckbox + label {
  margin: 0;
  clear: none;
  /* Make look clickable because they are */
  cursor: pointer;
  background: url('../images/checkbox.png') left center no-repeat;
}
.activationCheckbox:checked + label {
  background: url('../images/checkbox-checked.png') left center no-repeat;
  color: #1fcfcb;
}
.activationLabel {
  color: #777;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 26px;
}
.partnerSearchImage {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #c9c9c9 #c9c9c9 #c9c9c9 #c9c9c9;
  border-image: none;
  border-style: solid solid none solid;
  border-width: 1px 1px 1px 1px;
}
#services-list .container {
  margin-bottom: 50px;
}
a {
  outline: none !important;
}
.termsList h2 {
  font-size: 30px;
}
.termsList h3 {
  font-size: 24px;
}
.privacyList {
  /*font-size: 24px;
	font-weight: normal;

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	ol {
		counter-reset: section;
		list-style-type: none;
		list-style-position: inside;
		padding: 0;
	}

	li {
		&:before {
			counter-increment: section;
			content: counters(section, ".") " ";
		}
	}

	p {
		font-weight: normal;
		font-size: 17.5px;
	}*/
}
.privacyList ul {
  list-style: disc;
  padding-left: 30px;
}
#iw-container {
  text-align: left;
  position: relative;
  width: 247px !important;
  /*height:250px;*/
}
@media (max-width: 430px) {
  #iw-container {
    max-width: 200px;
  }
}
.mapInfo {
  padding: 5px;
  font-family: 'Gotham-Book';
  color: #666;
}
@media (max-width: 430px) {
  .mapInfo {
    width: 180px;
  }
}
.mapInfo p {
  line-height: 1.1em !important;
  font-size: 1.2em !important;
}
@media (max-width: 430px) {
  .mapInfo p {
    padding: 0;
  }
}
.closeInfoWindowButton {
  cursor: pointer;
  color: white;
  background-color: #1fcfcb;
  position: absolute;
  left: 229px;
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
}
.partnerMapImage {
  display: inline;
}
@media (max-width: 430px) {
  .partnerMapImage {
    display: none;
  }
}
.viewExpLink {
  display: none;
}
@media (max-width: 430px) {
  .viewExpLink {
    display: inline;
  }
}
#contact-us #top-banner,
#subscribe-page #top-banner {
  height: 150px;
  background-color: #8D9AAB;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #contact-us #top-banner,
  #subscribe-page #top-banner {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  #contact-us #top-banner .banner-img-piece,
  #subscribe-page #top-banner .banner-img-piece {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  #contact-us #top-banner h1,
  #subscribe-page #top-banner h1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 320px) {
  #contact-us #top-banner h1,
  #subscribe-page #top-banner h1 {
    font-size: 1.4em;
  }
}
#buy-page #top-banner {
  height: 78px;
  background-color: #8D9AAB;
}
/*#buy-page #top-banner {
	height: 164px;
	background-color: #acd1c5;
	overflow: hidden;

	.banner-heading {
		position: relative;
		margin-top: 30px;
		overflow: hidden;
	}


	h1 {
		font-family: "BrandonGrotesque-Bold"!important;
		font-size:36px;
		margin-bottom:0;
	}

	h2 {
		font-family: "BrandonGrotesque-Medium"!important;
		font-size:25px;
		margin-top:10px;
	}

	h3 {
		font-family: "BrandonGrotesque-Medium"!important;
		font-size:12px;
		margin-top:10px;
	}

	
	@media screen and (max-width: 1024px) {
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;

	.banner-heading {
		margin-top: 60px;
	}

		.banner-img-piece {
			display: none;
		}
	}

	@media screen and (max-width: @maxwidth) {
		h1 {
			font-size: 1.6em;
		}
	}

	@media screen and (max-width: 320px) {
		h1 {
			font-size: 1.4em;
		}
	}
}*/
/* top-banner classes */
#top-banner .banner-heading {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
#top-banner .banner-img-piece {
  position: absolute;
  height: 164px;
  right: 0px;
  top: 0px;
}
#top-banner .contact-bg-piece-left {
  position: absolute;
  left: -370px;
  bottom: 0px;
}
#top-banner .contact-bg-piece-right {
  position: absolute;
  right: -625px;
  top: 0px;
}
/* end top-banner classes */
/* padding */
.noLRPadding {
  padding-right: 0px;
  padding-left: 0px;
}
.padL15px {
  padding-left: 15px;
}
/* end padding */
/* float */
.float-left {
  float: left;
}
/* buttons */
.larger-btn {
  width: 314px !important;
}
.place-btn,
.larger-btn,
.subscribe-btn,
.contact-submit-btn {
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.login-btn,
.apply-btn {
  padding: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  display: block;
  font-family: "BrandonGrotesque-Medium";
}
.login-btn,
.apply-btn {
  border: none;
  text-align: left;
  width: 120px;
  float: right;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
/* subscribe page */
#subscribe-page {
  /*.subscribe-button .spa-btn {
        font-size: 1em;
	}*/
}
#subscribe-page .heading {
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
}
#subscribe-page .select-wrapper {
  width: 100%;
}
#subscribe-page .select-wrapper select {
  width: 110%;
}
#subscribe-page select:focus {
  border: none;
}
#subscribe-page .birthday {
  width: 70px;
}
#subscribe-page .birth-month {
  width: 100px;
  margin-left: 8px;
}
#subscribe-page .birth-year {
  width: 90px;
  margin-left: 8px;
}
#subscribe-page .inline-radio {
  float: left;
  margin: 0 0 0.75em 0;
}
#subscribe-page .subscribe-btn {
  text-align: left;
  border: none;
  margin-left: 15px;
  width: 180px;
}
#subscribe-page #subscribe {
  margin: auto;
  color: #777;
  margin-bottom: 33px;
  /*h2 {
			margin-bottom: 10px;
	        font-size: 1.6em;
			font-family:"BrandonGrotesque-Bold";
		}*/
  /*input[type=text]{
            background-color: transparent;
            border: 1px solid;
            height: 40px;
            width: 100%;
        }*/
}
#subscribe-page #subscribe p {
  color: #666;
}
#subscribe-page #subscribe a {
  color: #706f6f;
  text-decoration: underline;
  font-weight: bold;
}
#subscribe-page #subscribe .content {
  width: 720px;
}
@media screen and (max-width: 991px) {
  #subscribe-page #subscribe .mtT20Mb {
    margin-top: 20px;
  }
}
/* end subscribe */
/* contact us page */
#contact-us .enquiry-login-panel {
  background-color: #f6f6f6;
  overflow: hidden;
  margin-top: 20px;
}
#contact-us .enquiry-login-panel .grey-box {
  /*padding: 15px 10px 20px 10px;*/
  padding: 15px 0px 15px 0px;
}
#contact-us .select-wrapper {
  width: 100%;
}
#contact-us .select-wrapper select {
  width: 110%;
}
#contact-us select:focus {
  border: none;
}
#contact-us .checkout-details {
  padding: 0px;
}
#contact-us .submit-btn {
  text-align: left;
  border: none;
  margin-left: 15px;
  width: 180px;
}
@media screen and (max-width: 991px) {
  #contact-us .mtT20Mb {
    margin-top: 20px;
  }
}
/* end contact us page */
/* checkout styles */
#checkout {
  /*p {
		color: #666;
	}*/
  /*h2 {
		margin-bottom: 10px;
	    font-size: 1.6em;
	}*/
  /*.field-label {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-bottom: 6px;
	}*/
}
#checkout a {
  color: #706f6f;
  text-decoration: underline;
  font-weight: bold;
}
/* end checkout styles*/
#subscribe-page .checkout-details {
  padding: 0;
}
/* restyle the radio button with images*/
input[type=radio] {
  display: none;
}
input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url("../Images/check_radio_sheet.png") -38px top no-repeat;
  cursor: pointer;
}
input[type=radio]:checked + label span {
  background: url("../Images/check_radio_sheet.png") -57px top no-repeat;
}
input[type=radio] + label span,
input[type=radio]:checked + label span {
  -webkit-transition: background-image 0.4s linear;
  -o-transition: background-image 0.4s linear;
  -moz-transition: background-image 0.4s linear;
  transition: background-image 0.4s linear;
}
/*label.radiolabel {
	cursor: pointer;
	color: #666 !important;
	font-size: 1.05em;
	font-weight: normal !important;
font-family: 'Gotham-Medium' !important;
}*/
/* end radio button restyle */
/* restyle the checkbox with images*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + input + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url("../Images/checkbox.png") left top no-repeat;
  cursor: pointer;
}
input[type=checkbox]:checked + input + label span {
  background: url("../Images/checkbox-checked.png") left top no-repeat;
}
input[type=checkbox] + input + label span,
input[type=checkbox]:checked + input + label span {
  -webkit-transition: background-image 0.4s linear;
  -o-transition: background-image 0.4s linear;
  -moz-transition: background-image 0.4s linear;
  transition: background-image 0.4s linear;
}
/* end checkbox restyle */
/* styled select */
select {
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  color: #666;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
h1 {
  font-size: 30px;
}
#productList {
  display: none;
}
#howitworks {
  display: none;
}
.faqAnswer {
  padding: 30px;
}
.faqAnswer a {
  text-decoration: underline;
  font-family: 'Gotham-Book' !important;
  color: black;
}
.faqAnswer a:hover {
  font-family: 'Gotham-Bold' !important;
}
.styled-select {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: url('../Images/select-arrow.jpg') no-repeat right #fff;
  border: 1px solid #ccc;
  color: #666;
}
.styled-select select {
  background: transparent;
  width: 135%;
  padding: 6px 5px 5px 8px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  color: #666;
}
.blackHover:hover {
  color: black !important;
  font-weight: bold !important;
}
.bgimg1 {
  background-repeat: no-repeat;
  background-image: url('../Images/top-banner-search-bgpiece1.png');
  height: 100%;
  width: 437px;
  position: absolute;
}
.bgimg2 {
  background-repeat: no-repeat;
  background-image: url('../Images/top-banner-search-bgpiece2.png');
  height: 100%;
  width: 732px;
  right: 0;
  position: absolute;
}
.howitworkslink {
  color: #666;
  text-decoration: underline;
  font-size: 16.8px;
  display: block;
}
.howitworkslink:hover {
  color: black;
  font-weight: bold;
}
/* end styled select */
.validation-summary-errors {
  color: red;
}
.validation-summary-errors a {
  color: red;
}
.searchBox {
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  height: 39px;
  display: block;
  margin-bottom: 25px;
  padding: 5px;
}
.searchBox input[type='text'] {
  border: 0;
  height: 100%;
  width: 90%;
}
.searchBox .fa {
  color: #8d8d8d;
  font-size: 16px;
}
.results-items {
  position: relative;
}
#searchingDiv {
  background-color: lightgray;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  z-index: 9;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    /*font-size: 16px!important;*/
    font-size: 16px;
  }
}
.feelGoodTitleLink {
  color: #333 !important;
}
.feelGoodTitleLink:hover {
  color: #333 !important;
  text-decoration: underline;
}