@charset "utf-8";
/* Shared Styles */
.unit {
	margin-bottom: 27px;
	border: 1px solid #bec5c2;
	position: relative;
	-webkit-box-shadow: #e0e0e0 0 3px 0;
	-moz-box-shadow: #e0e0e0 0 3px 0;
	box-shadow: #e0e0e0 0 3px 0;
}
/* End Shared Styles */
body {
	font-family: 'Oxygen', sans-serif;
	color: #555;
}
.unit_title {
	background: url("../img/dots.jpg") #f1f1f1;
	text-transform: uppercase;
	border-bottom: #f1f1f1 solid 1px;
}
.nopad {
	padding: 0px;
	margin: 0px;
}
/* Logo row */
.logo {
	margin: 20px 0px;
	font-size: 40px;
	font-weight: bold;
}
.logo img {
	width: 250px;
}
.container-fluid {
	
	max-width: 1180px;
	
}
/* Selector Box */

.selector {
	padding: 20px;
	background: #FFF;
}
.selector-container {
}
.selector label {
	display: block;
	cursor: pointer;
}
.selector input {
	display: block;
	cursor: pointer;
	position: absolute;
	opacity: 0;
}
.selector .checkmark {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #FFF;
	left: 0;
	top: 2px;
	border-radius: 2px;
	margin-right: 3px;
	border: 2px #80a1b6 solid;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 1px;
	color: #FFF;
	width: 5px;
	height: 10px;
	border: solid #80a1b6;
	border-width: 0px 3px 3px 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.selector input:checked ~ .checkmark:after {
	display: block;
}
.selector input:hover ~ .checkmark {
	background: #f1f1f1;
}
.selector input:checked ~ .checkmark {
}
.selector input:focus + span.checkmark { box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.8); }
.selector h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.selector-container .unit {
	margin-top: -94px;
	margin-left: 20px;
}
.selector-container .closer {
	cursor: pointer;
	float: right;
	padding: 10px 20px;
	background: #e1e1e1;
}
.selector-container .closer:hover {
	background: #e7e7e7;
}
.selector-container .closer, .selector-container strong {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
/* Marketplace Items */

.market-item {
	background: #f1f1f1;
	margin-bottom: 20px;
	position: relative;
}
.market-item h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-left: 15px solid blue;
	padding-left: 5px;
}
.marketplace-container {
	margin-top: 30px;
	margin-bottom: 50px;
}
.marketplace-container h4 {
	margin-bottom: 25px;
}
ol {
	position: relative;
	padding: 0px 0px 0px 23px;
}
ol li {
	padding-left: 10px;
	margin: 6px 0px;
}
ol li:before {
	content: "\25ef";
	position: absolute;
	left: 0px;
	font-size: 25px;
	margin-top: -6px;
}
/* Price tiles */
.price {
	font-weight: bold;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.price b {
	font-weight: bold;
	font-size: 2rem;
}
.price .currency-sup {
	font-size: 19px;
}
.product-image img {
	width: 100%;
}
.marketplace-offers {
	border-top: 1px solid #e1e1e1;
	padding-top: 50px;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
/* Banner */

.banner {
	color: #FFF;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	min-height: 422px;
}
.banner .underline {
	background: url("../img/underline.png") no-repeat 0 bottom;
	background-size: contain;
	font-weight: bolder;
}
.banner .banner-text {
	padding: 80px 140px 140px 140px;
}
.mainbanner .banner-text {
	padding-left: 50px;
	padding-right: 0px;
	color: #07A9E0 !important;
}
#hcs-image {
	display: block;
	width: 74%;
	margin: 0px auto;
	padding-top: 15px;
	float: none;
}
.banner-image {
	padding: 60px 0px 0px;
}
.mainbanner img {
	float: right;
}
.banner h1 {
	font-size: 45px;
}
.banner h1.larger {
	font-size: 55px;
	margin-top: -16px;
	line-height: 1.1;
}
.banner h2 {
	font-size: 20px;
	color: #777;
}
.banner p {
	color: #777;
	line-height: 1.3;
}
/* How it works */


.howitworks {
	margin-top: 50px;
}
.howitworks img {
	display: block;
	width: 60%;
	margin: 0px auto;
	padding-top: 15px;
	float: none;
}
.icon-container {
	background: rgba(0,0,0,.3);
	width: 60px;
	margin: 20px auto 0px;
	height: 60px;
	display: inline-block;
	border-radius: 100px;
}
.howitworks h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	color: #FFF;
}
/* Descriptions */

.description {
	position: relative;
	background: url("../img/dots.jpg") #f1f1f1;
	border-top: #f1f1f1 solid 1px;
	width: 100%;
	height: 100%;
	color: #555;
	padding: 5px;
}
.image {
	background: #FFFFFF;
}
.image img {
	margin: 0px auto;
	padding: 20px 0px;
	display: block;
	height: 70px;
}

.description .text {
	padding: 30px;
}
.description .text h5 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #f1f1f1;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
a.primary-call {
	position: relative;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	display: block;
}
.primary-call .row {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.primary-call div div {
	padding: 20px 5px;
}
a.primary-call:hover {
}
a.primary-call img {
	display: inline;
	width: 32px;
	padding-top: 0px;
	position: relative;
	top: 30%;
}
a.primary-call .rightbtn {
	background: rgba(0,0,0,.2);
	padding: 0px;
}
/* About */
.about {
	margin-top: 30px;
}
.unit .right-col {
	padding: 30px !important;
	color: #FFF;
	margin-left: -15px;
	font-size: 18px;
}
.unit .right-col b {
	font-size: 21px;
}
.about .unit b {
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	margin-top: 10px;
}
/* General */

ul.checkmarks {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
ul.checkmarks li {
	background: url(../img/checkmark.png) 0px 7px no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 18px;
}

/* HealthPoint */


.step-icon {
	width: 50%;
}

/* COVID */
.eligible-item, .eligible-item-resize {
  margin: 30px;
}

 .eligible-item {
    width: 50%;
    padding: 0 !important;
    height: auto !important;
}

.eligible-item-resize {
  width: 40%;
  padding: 0 !important;
}

.description.eligible-item-description {
    padding: 20px 10px 0;
}

.description.eligible-item-description p {
  margin-bottom: 0 !important;
}

.text-left {
  text-align: left;
}

.market-item.unit.single-unit {
    width: 50%;
    margin: 0 auto;
}

.covid-content h4, .covid-content h2 {
  margin-top: 50px
}

.covid-content h2 {
  padding-top: 50px;
}

.covid-btn {
    background: #2066A0;
    color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: #2066A0 0 0 3px;
    -moz-box-shadow: #2066A0 0 0 3px;
    box-shadow: #2066A0 0 0 3px;
}

.covid-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #6293BC;
}

.covid-btn-center {
  text-align: center;
  display: block;
}

.covid-content {
    text-align: center;
    margin: -50px 0 50px;
}

.covid-content table {
	margin-top: 20px;
}

.covid-content hr {
    height: 0px;
    background: #000;
    width: 80%;
    margin: 90px auto 0;
}

.covid-content table tr {
    border: 1px solid #000 !important;
}

.covid-content table td {
	border-right: 1px solid #000 !important;
	padding: 10px;
}

.covid-content td.table-item {
    font-weight: bold;
    width: 25%;
}

.market-item.unit.single-unit {
	margin: 0 auto 115px;
}
/* Mobile */

@media (min-width: 981px) {
.anchor-links {
   position: absolute;
    margin-top: 55px;
    width: 100%;
}
}

@media (max-width: 980px) {

.covid-btn-center {
  margin: 15px 0;
}

}

@media (min-width: 804px) and (max-width: 980px) {
.anchor-links {
  
}
}

@media only screen and (max-width: 800px) {
.banner-text {
	padding: 70px 50px 0px 50px;
	text-align: center;
}
.unit {
	margin-right: 20px;
	margin-left: 20px;
}
.banner h2 {
	font-size: 16px;
}
.banner h1 {
	font-size: 28px;
}
.banner h1.larger {
	font-size: 35px;
	margin-top: -5px;
	line-height: 1.1;
}
.banner .banner-text {
	padding: 80px 80px 0px 80px;
}
a .rightbtn {
	display: none;
}
}

@media (max-width: 767px) {
  .market-item.unit.single-unit {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
.banner h1.larger {
	font-size: 32px !important;
	margin-top: 6px;
	line-height: 1.1;
}
.logo img {
	margin: 0px auto;
	display: block;
}
.h4, h4 {
	text-align: center;
}
.unit .right-col {
	margin-left: 15px;
	margin-right: 15px;
}
.mainbanner > div {
	padding: 0px;
}
	.image img {
    margin: 0px auto;
    padding: 20px 20px;
    display: block;
    height: auto;
    max-width: 100%;
}
.banner-image {
    padding: 60px 0px 60px;
}
	.banner .banner-text {
    padding: 80px 35px 0px 35px;
}
	 .about .description {
	padding: 0px 0px !important;
}
	.about .description .col-md-4 img {
		
		margin-top: 50px;
		
	}
}