/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 28px;
  line-height: 34px;

  position: absolute;
  top: 50%;

  display: block;

  width: 34px;
  height: 34px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: #82a33b;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev
{
  left: 20px;
}
.slick-next
{
  right: 20px;
}

img{
  max-width: 100%;
}

.site-navigation .navmenu-item-parent:hover .navmenu-submenu{
  display: block;
}
.client-testimonials-list{
  padding: 0 100px;
}
.client-testimonial-item{
  text-align: center;
}
.testimonial-text h4 {
  margin: 0 0 20px;
  line-height: 1.6;
  color: #4a99c0;
  font-size: 34px;
  /*font-style: italic;*/
  font-weight: 400;
}
.testimonial-author p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #c7c7c7;
  letter-spacing: 3px;
}
.site-footer-credits{
  text-align: center;
}
.providers-list {
  font-size:0;
  overflow: hidden;
  text-align: center;
  margin: 0 -10px;
}
.provider-item {
  text-decoration: none;
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 20px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  color: #acacac;
}
.provider-item h3{
  font-size: 22px;
  margin: 20px 0 5px;
  font-family: "Roboto",sans-serif;
}
.provider-desig {
  margin-top: 0;
}
.provider-info {
  padding: 0 15px;
}
.provider-info-text{  
  text-align: justify;
}
.provider-info-text a{
  color: #acacac;
}
.provider-wrap {
  border: 1px solid #ebebeb;
  padding: 3px;
}
.provider-wrap:hover{
  border: 1px solid #4a99c0;
}

.provider-wrap:hover .provider-info-text span, .provider-wrap:hover h3, .provider-wrap:hover .provider-desig{
  color:#4a99c0;
}
.blogposts--inner .article--excerpt-wrapper:not(:last-child) {
  margin-right: 20px;
}

.providertopbox {
  overflow: hidden;
  margin: 0 -10px;
}
.provider-left {
  padding: 0 10px;
  width: 33.33%;
  float: left;
}
.providerimg img {
  width: 100%;
  margin:0 auto;
}
.provider-right {
  width: 66.66%;
  float: right;
  padding: 0 10px;
}
.providerimg {
  margin: 0 0 20px;
  text-align: center;
}
.provider-phone {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin: 20px 0;
}
.provider-phone a {
  display: block;
  padding: 15px;
  border: 1px solid #acacac;
  color: #acacac;
  text-decoration: none;
  font-size: 32px;
  text-align: center;
  border-radius: 10px;
}
.provider-phone a:hover {
  background: #acacac;
  color: #fff;
}
.provider-right .page-title {
  color: #4a99c0;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
}
h3.prov-desig {
  margin: 0;
  color: #4a99c0;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
}
h3.prov-desig b, h3.prov-desig strong{
  font-weight: 900;
}
.provider-details {
  color: #acacac;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
}
.providertopbox h4{
  font-size: 18px;
  color: #4a99c0;
  margin: 0 0 15px;
  font-weight: 500;
}
.providertopbox h4 b{
  font-weight: 900;
}
.provider-article-title{
  text-decoration: none;
  color: #4a99c0;
  font-size: 14px;
}
.provider-article-item p, .provider-article-item p a{
  color: #acacac;
  font-size: 14px; 
  line-height: 1.7;
  margin-top:0;
}
.test-title {
  font-size: 14px;
  color: #82a33b;
  overflow: hidden;
}
.test-title span{
  float: right;
}
.provider-testimonial-item p{
  color: #acacac;
  font-size: 14px; 
  line-height: 1.7;
  margin-top:0;
}
.provider-testimonials-list{
  overflow: hidden;
  margin:0 -10px;
}
.provider-testimonial-item{
  width: 50%;
  float: left;
  padding:0 10px;
}
.testimonials-list {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 0 -10px;
}
.testimonial-item {
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 20px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  color: #acacac;
}
.testimonial-wrap {
  border: 1px solid #ebebeb;
  padding: 3px;
}
.testimonialtext {
  background: #f6f6f6;
  padding: 80px 30px;
  position: relative;
}
.testimonialtext span.test-dash:before {
  height: 100%;
  line-height: 1;
  top: 50%;
  text-align: center;
  left:0;
  right:0;
  position: absolute;
  content: '“';
  font-size: 600px;
  font-style: normal;
  font-family: 'Noto Serif', serif;
  font-weight: 900;
  color: #e7e7e7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonialtext > div{  
  color: #959595;
  font-size: 24px;
  /*font-style: italic;*/
  font-family: 'Noto Serif', serif;
  position: relative;
}
.testimonialtext span{
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.testimonialtext span.test-dash{
  margin: 0 auto 15px;
  height: 5px;
  width: 44px;
  background: #959595;
}
.testimonial-title h4{
  font-size: 24px;
  font-family: "Roboto",sans-serif;
  margin: 15px 0 5px;
}
.testimonial-title p{
  margin: 0 0 10px;
}
.testimonial-item:hover .testimonialtext span.test-dash{
  background: #82a33b;
}
.testimonial-item:hover .testimonialtext > div{  
  color: #3e9abe;
}
.testimonial-item:hover .testimonialtext span{
  color: #82a33b;
}
.site-footer-wrapper{
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.25);
  box-shadow: 0 1px 4px rgba(127,127,127,0.25);
}
.publication-container{
  overflow: hidden;
}
.publication-list{
  overflow: hidden;
  margin: 0 -10px;
  font-size:0;
  text-align: center;
}
.publication-item{
  width: 33.33%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.publication-item-wrap{
  padding: 4px;
  border: 1px solid #ebebeb;
}
.publication-item-wrap a{
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 70px 10px 25px;
  background: url(//cdn.shopify.com/s/files/1/2804/8284/t/22/assets/publication-bg.jpg?v=6658040516569455573) no-repeat scroll center;
  background-size: cover;
}
.publication-item-wrap a:hover{
  color: #4a99c0;
}
.publication-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 auto 10px;
  position: relative;
}
.publication-title:after {
  position: absolute;
  content:'';
  height: 1px;
  width: 80%;
  max-width: 266px;
  margin:0 auto;
  background: #000;
  bottom:0;
  left:0;
  right:0;
}
.publication-sec-title {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 600;
  /*font-style: italic;*/
  padding: 0 0 10px;
  margin: 0 auto 10px;
  position: relative;
}
.publication-sec-title:after {
  position: absolute;
  content:'';
  height: 1px;
  width: 80%;
  max-width: 266px;
  margin:0 auto;
  background: #000;
  bottom:0;
  left:0;
  right:0;
}
.publication-prev-copy {
  text-align: justify;
  font-family: 'Noto Serif', serif;
  width: 80%;
  max-width: 266px;
  font-size: 16px;
  padding: 0 0 20px;
  margin: 0 auto 10px;
  position: relative;
}
.publication-prev-copy:after {
  position: absolute;
  content:'';
  height: 1px;
  width: 100%;
  margin:0 auto;
  background: #000;
  bottom:0;
  left:0;
  right:0;
}
.publication-data{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 25px;
}
.atc-banner--cart-footer a.button-primary.atc-button--checkout {
    display: none !important;
}
li.phreesia_Form {
    margin-top: -3px;
}
.phreesia_payForm_sm {
    height: auto !important;
}
.private-collection-login{
  margin-top: 60px;
}
.notebox {
  color: #fff;
  background: #4088b4;
  padding: 20px 80px;
  text-align: center;
  margin: 20px auto 30px;
}
.notebox p{
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.notebox p:last-child{
  font-weight:bold;
  max-width: 560px;
}
.private-collection-login form{
  text-align: center;
}
.private-collection-login .form-field {
  display: inline-block;
  width: 30%;
  margin: 0 3px;
  vertical-align: top;
}
.private-collection-login .form-field .form-field-input{
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.private-collection-login .form-field .form-field-input::-webkit-input-placeholder {
  opacity: 0.6;
}
.private-collection-login .form-field .form-field-input:-ms-input-placeholder {
  opacity: 0.6;
}
.private-collection-login .form-field .form-field-input::-ms-input-placeholder {
  opacity: 0.6;
}
.private-collection-login .form-field .form-field-input::placeholder {
  opacity: 0.6;
}
.private-collection-login .form-action-row {
  display: inline-block;
  vertical-align: top;
    margin-top: 0;
}
.private-collection-login .form-action-row button[type="submit"]{
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.private-collection-login .form-action-row--helper{
  margin-top: 20px;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight:bold;
  color: #82a309;
}
.private-collection-login .form-action-row--helper a{
  color: #82a309;
}
.phreesia_payForm_sm_green a.phreesia_butPay {
  background: none !important;
  color: #82a33b !important;
  text-shadow: none !important;
  font-size: 0.9375rem !important;
}
.header-promobar{
  background: #1d98ba;
  padding: 5px 0;
}
.header-promobar-container{
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.header-promobar-container a{
  color: #fff;
}
.cart-free-ship-msg{
  background: #f00;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  overflow: hidden;
}
.cart-free-ship-msg a{
  color: #fff;
  float: right;
  text-decoration: none;
}

.site-navigation {
  text-align: center;
}
.site-navigation .navmenu-depth-1 > li > a{
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.site-header-right,
.site-header-logo,
.site-header-left{
  flex-basis: 100%;
}
.site-header-right{
  text-align: right;
  position: relative;
}
.site-header-phone{
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.site-header-phone p{
  color: #87C140;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin: 4px 0;
}

.site-header-search-link,
.phreesia_Form,
.site-header-account-link,
.site-header-cart{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 35px;
}
.site-header-cart{
  position: static;
  margin-top: 0;
  height: auto;
}
.site-header-cart a{
  position: relative;
}

.site-header-phone a,
.site-header-search-link a,
.phreesia_Form a,
.site-header-account-link a,
.site-header-cart a{
  text-decoration: none;
  cursor: pointer;
}

.site-header-search-link p,
.phreesia_Form p,
.site-header-account-link p,
.site-header-cart p{
  color: #1D98BA;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0;
}
.site-header-search-link:hover p,
.phreesia_Form:hover p,
.site-header-account-link:hover p,
.site-header-cart:hover p{
  color: #87C140;
}
.site-header-search-link:hover .header-icon-wrap svg path,
.phreesia_Form:hover .header-icon-wrap svg path,
.site-header-account-link:hover .header-icon-wrap svg path,
.site-header-cart:hover .header-icon-wrap svg path{
  fill: #87C140;
}
.site-header-cart--button{
  padding: 0;
}
.site-header-cart--count{
  top: -10px;
  right: -10px;
}
.site-header-right .site-header-search-link{
  display: none;
}
.phreesia_payForm_sm a.phreesia_butPay{
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.header-icon-wrap{
  height: 22px;
  position: relative;
}
.header-icon-wrap svg{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navmenu-link:hover{
  color: #87C140;
}
.navmenu-link.navmenu-link--active{
  color: #87C140;
  border-bottom: 3px solid #87C140;
}
.home-section--title {
  /*font-style: italic;*/
  font-size: 30px;
  line-height: 40px;
  margin: 40px 0 20px;
}
article.collection--item {
  position: relative;
}
.collection--item-image{
  position: relative;
}
.collection--item-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(transparent 40%, black 100%);
}
.collection--item-image img{
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}
h2.collection--item-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 20px;
  padding: 0 10px;
}
h2.collection--item-info a{
  color: #fff;
  line-height: 24px;
}
h2.collection--item-info a:hover{
  color: #fff;
  opacity: 0.8;
}
h2.collection--item-info svg{
  display: block;
  margin: 0 auto 10px;
}
.article--excerpt-wrapper{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.article--excerpt-meta-item,
.article--meta-item{
  font-size: 12px;
}
.article--excerpt-title a {
  color: #484848;
}
.article--excerpt-text {
  font-size: 12px;
  line-height: 14px;
  color: #A2A2A2;
}
a.article--excerpt-readmore {
  font-size: 12px;
}
.home-slide a {
  position: relative;
  display: block;
}
.home-slide img{
  display: block;
  min-height: 500px;
  object-fit: cover;
}
.home-slide-content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
}
.home-slide-content-wrap h2{
  color: #484848;
  font-size: 40px;
  line-height: 54px;
  /*font-style: italic;*/
  margin: 0;
}
.home-slide-content-wrap p{
  color: #484848;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}
.home-slide-content-wrap span.button-primary{
  font-size: 14px;
}
.home-nav-slide {
  cursor: pointer;
  font-family: 'Noto Serif', serif;
  /*font-style: italic;*/
  font-size: 14px;
  padding: 0 10px 0 40px;
  background-image: url(//cdn.shopify.com/s/files/1/2804/8284/t/22/assets/home-nav-bg.svg?v=18222556564699133360);
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-color: #1D98BA;
  color: #286A89;
  outline: none;
}
.home-nav-slide div {
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-nav-slide:hover,
.home-nav-slide.slick-current {
  background-image: url(//cdn.shopify.com/s/files/1/2804/8284/t/22/assets/home-nav-bg-active.svg?v=5587347722401825075);
  background-color: #286A89;
  color: #fff;
}
.homepage-custom-products {
  margin: 30px 0;
  overflow: hidden;
}
.hc-product-item{
  float: left;
  width: calc(25% - 15px);
  margin-left: 20px;
}
.hc-product-item:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
.hc-product-item-wrap{
  padding: 15px;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.hc-product-item-wrap .productitem--image{
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.hc-product-item-wrap .productitem--image img{
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hc-product-item-wrap h2{
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #484848;
  font-family: 'Noto Serif', serif;
  margin: 10px 0;
}
.hc-product-item-wrap a{
  text-decoration: none;
}
.hc-product-item-wrap .productitem--price .price--main{
  font-size: 12px;
  color: #484848;
}
.hc-product-item:hover .hc-product-item-wrap{
  border-color: #87C140;
}
.hc-product-item:hover .hc-product-item-wrap h2,
.hc-product-item:hover .productitem--price .price--main{
  color: #87C140;
}
.header-promobar-wrap .slick-prev, .header-promobar-wrap .slick-next{
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.productgrid--items .productitem{
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: none;
}
.productgrid--items .productitem--title{
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #484848;
  font-family: 'Noto Serif', serif;
  margin: 10px 0;
}
.productgrid--items .productitem--title a{
  color: #484848;
}
.productitem--emphasis .productitem--price .price--main{
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.productitem--emphasis .productitem--price .price--compare-at{
  font-size: 12px;
  display: inline-block;
}
.productgrid--items{
  margin-top: 0;
}
.prescriptions-request-auth{
  background: #87C140 url(prescriptions-request-auth-bg.png) center;
  text-align: center;
  margin-bottom: 30px;
  font-size: 0;
}
.prescriptions-request-auth div{
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Serif', serif;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 275px);
  margin: 9px 12px;
}
.prescriptions-request-auth a{
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #1D98BA;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  border: 3px solid #87C140;
  border-radius: 50px;
  box-shadow: 0 0 11px rgba(0,0,0,0.16);
  width: 225px;
  padding: 6px 10px;
  margin: 9px 12px;
}
.prescriptions-request-auth a svg{
  margin-right: 5px;
  vertical-align: middle;
}
.filter-item .filter-text{
  color: #A2A2A2;
  font-size: 15px;
}
.filter-item .filter-tag-count{
  color: #1D98BA;
  font-size: 15px;
}
.filter-item .filter-text:hover,
.filter-item.filter-item--active .filter-text{
  color: #1D98BA;
  font-weight: 600;
}
.productgrid--sidebar-section,
.utils-sortby--modal{
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}
.productgrid--sidebar div:first-child{
  border-top: 1px solid #E5E5E5;
}
.productgrid--sidebar-item,
.utils-sortby--modal-list{
  display: none;
  margin-top: 10px !important;
}
.utils-sortby--modal-item{
  margin-top: 0.25rem;
}
.utils-sortby--modal-button{
  text-align: left;
  padding: 0.1875rem 0;
  background: transparent;
  border: none;
  color: #A2A2A2;
  font-size: 15px;
  font-weight: normal;
}
.utils-sortby--modal-button:hover,
.utils-sortby--modal-button.utils-sortby--modal-button--active{
  color: #1D98BA !important;
  background: transparent !important;
  font-weight: 600;
  border: none !important;
}
.productgrid--sidebar-title,
.utils-sortby--modal-title{
  color: #A2A2A2;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.productgrid--sidebar-title svg,
.utils-sortby--modal-title svg{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.productgrid--sidebar-title.itemopen,
.utils-sortby--modal-title.itemopen{
  color: #1D98BA;
}
.productgrid--sidebar-title.itemopen svg,
.utils-sortby--modal-title.itemopen svg{
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.productgrid--filters {
  margin-top: 0;
}
.site-navigation{
  position: relative;
}
.site-menu-search-link .site-header-search-link{
  margin:0 12px;
}
.site-menu-search-link .site-header-search-link a{
  padding: 10px 0;
}
.site-menu-search-link .site-header-search-link .header-icon-wrap{
  display: inline-block;
  vertical-align: middle;
}
.site-menu-search-link .site-header-search-link p{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
}
.site-menu-search-link .site-header-search {
  left: inherit;
  right: 25px;
}
.search-flydown--product-title,
.search-flydown--content-item a{
  color: #484848 !important;
}
.account-page-register .cf-field-container[data-cf-column-width="6"] {
    width: 100%;
}
.account-page-register .cf-field {
    margin: 0 0 1.25rem;
    padding: 0 0.5em;
}
.cf-field label{
  position: absolute;
  top: 0.5rem;
  font-size: 0.8125rem;
  left: 1.125rem;
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
  margin-bottom: 5px;
}
.cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=password], .cf-field input[type=tel], .cf-field input[type=text], .cf-field textarea{
  padding: 1.5rem 0.625rem 0.375rem;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid rgba(127,127,127,0.3);
  border-radius: 3px;
}
.cf-form-inner .cf-form-actions {
  margin-top: 0.5rem !important;
}
.cf-form-inner .cf-form-actions button{
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
    transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
    color: #82a33b;
    background: #fff;
    border: 1px solid rgba(127,127,127,0.5);
    margin: 0;
    width: 100%;
  display: none !important;
}
.cf-form-inner .cf-form-actions button.cf-submit-form{
  display: block !important;
    color: #fff;
    background-color: #1d98ba;
    border: 1px solid #1d98ba;
    font-size: 18px;
    padding: 0.88rem 1rem;
    text-transform: capitalize;
}
.account-page-register .account-page-content,
.account-page-login .account-page-content {
  max-width: 666px;
  padding: 30px 0;
  background: #FAFAFA;
  border-radius: 5px;
  margin: 0 auto;
}
.account-page-masthead{
  margin: 0 0 20px;  
}
.account-page-masthead img{
  margin: 0 0 15px;
}
.account-page-title{
  font-size: 25px;
  font-family: "Roboto",sans-serif;
}
.account-page-register .account-page-title{
  color:#87C140;
}
.account-register--guest,
.account-page-register #create_customer,
.account-recovery,
.account-login {
  max-width: 320px;
  margin: 0 auto;
}
.account-page-login .form-action-row--helper{
  margin-left: 0;
}
.account-recovery button,
.account-page-login .form-action--submit{
  width: 100%;
  font-size: 18px;
  padding: 0.88rem 1rem;
}
.form-action-row .button-primary+.button-secondary{
  margin: 20px 0 0;
}
.form-field-input {
  background: transparent;
}
.form-action-big-link{
  text-align: center;
}
.form-action-big-link a{
  display: block;
  max-width: 666px;
  margin: 20px auto;
  background: #87C140;
  color: #fff;
  font-size: 18px;
  padding: 0.88rem 1rem;
  border-radius: 5px;
  text-decoration: inherit;
  font-weight: bold;
}
section.account-page {
    padding: 0 10px;
}
.site-header-search-form .form-field-input {
  background: #fff;
}

@media screen and (min-width: 720px){
  .promo-block--content {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .promo-block--content.textaligncenter{
    text-align: center;
  }
  .promo-block--content.textalignright{
    text-align: right;
  }
  .promo-block--content.vert_align_middle{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .promo-block--content.vert_align_bottom{
    bottom:0;
    top: inherit;
  }
  .promo-block--content.textaligncenter .promo-block--text, .promo-block--content.textaligncenter .promo-block--header{
    margin-left: auto;
    margin-right: auto;
  }
  .promo-block--content.textalignright .promo-block--text, .promo-block--content.textalignright .promo-block--header{
    margin-left: auto;
  }
  .promo-grid--half-width .promo-block--content {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .promo-grid--half-width .promo-block--content .promo-block--text, .promo-grid--half-width .promo-block--content .promo-block--header{
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .promo-grid--half-width .promo-block--content .promo-block--header{
    font-size: 2.75rem;
    /*font-style: italic;*/
  }
}

@media screen and (max-width: 1340px){
  .home-nav-slide {
    font-size: 13px;
  }
  .home-slide img{
    min-height: 420px;
  }
}

@media screen and (max-width: 1200px){
  .testimonial-text h4 {
    line-height: 1.4;
    font-size: 20px;
  }
  .testimonial-author p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .promo-grid--half-width .promo-block--content .promo-block--header {
    font-size: 1.75rem;
  }
  .blogposts--count-4 .blogposts--inner .article--excerpt-wrapper {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width: 1024px){
  li.phreesia_Form {
    display: block;
    margin-top: 0;
  }
  .site-navigation .navmenu-depth-1 > li > a{
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
  }
  .site-menu-search-link .site-header-search-link p{
    font-size: 16px;
  }
  .home-slide img{
    min-height: 360px;
  }
  .home-section--title {
    font-size: 20px;
    line-height: 27px;
    margin: 30px 0 20px;
  }
  h2.collection--item-info{
    bottom: 20px;
  }
  .blogposts--count-4 .blogposts--inner .article--excerpt-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 25px;
    float: left;
  }
  .blogposts--count-4 .blogposts--inner .article--excerpt-wrapper:nth-child(2n+1) {
    clear: left;
  }
  .blogposts--count-4 .blogposts--inner .article--excerpt-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .blogposts--inner,
  .blogposts--inner:not(.flickity-enabled){
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 980px){
  .provider-item {
    width: 50%;
  }
  .provider-right .page-title {
    font-size: 36px;
  }
  h3.prov-desig {
    font-size: 20px;
    font-weight: 500;
  }
  h3.prov-desig b, h3.prov-desig strong {
    font-weight: 700;
  }
  .provider-phone a {
    font-size: 24px;
  }
  .provider-testimonial-item {
    width: 100%;
  }
  .testimonial-item {
    width: 50%;
  }  
  .publication-item{
    width: 50%;
  }
  .notebox {
    padding: 20px 30px;
  }
  .notebox p{
    font-size: 24px;
  }
  .private-collection-login .form-action-row--helper{
    font-size: 16px;
  }
  .site-navigation .navmenu-depth-1 > li > a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
  .site-menu-search-link .site-header-search-link p{
    font-size: 13px;
  }
  .site-header-search-link, .phreesia_Form, .site-header-account-link, .site-header-cart {
    margin-left: 20px;
  }  
  .site-header-phone p,
  .site-header-search-link p, .phreesia_Form p, .site-header-account-link p, .site-header-cart p {
    font-size: 10px;
  }  
  .home-nav-slide {
    font-size: 11px;
  }
  .home-slide img{
    min-height: 300px;
  }
  .hc-product-item-wrap h2 {
    font-size: 13px;
    line-height: 14px;
  }
  h2.collection--item-info a {
    font-size: 18px;
    line-height: 20px;
  }
  .home-section--content.collection-list--inner .collection--item {
    width: calc(25% - 15px);
  }
  .home-section--content.collection-list--inner .collection--item:nth-child(4) {
    margin-left: 20px;
    margin-top: 0;
    clear: inherit;
  }
  .site-footer-blocks{
    display: block;
  }
  .column-count-5 .site-footer-block-item,
  .site-footer-block-item.site-footer-block-newsletter,
  .site-footer-block-item{
    width: 100%;    
    padding-right: 0
    margin-right: 0;
    border-bottom: 1px solid rgba(104,104,104,0.15);
  }
  .site-footer-block-title {
    padding-top: 1.25rem;
  }
  .site-footer-block-content {
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 768px){
  .account-page-register .account-page-content,
  .account-page-login .account-page-content {
    max-width: 354px;
  }
  .form-action-big-link a {
    max-width: 354px;
    font-size: 13px;
  }
}

@media screen and (max-width: 719px){
  .promo-grid--half-width .promo-block--content .promo-block--header {
    font-size: 1.5rem;
  }
  .client-testimonials-list {
    padding: 0 40px;
  }
  .slick-prev, .slick-next {
    font-size: 20px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 30%;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  #shopify-section-providers{
    padding: 0 20px;
  }
  .providertopbox {
    margin: 0;
  }
  .provider-left, .provider-right {
    width: 100%;
    float: none;
  }
  .providerimg img {
    width: auto;
  }
  .provider-articles{
    display: none;
  }
  .provider-right .page-title {
    font-size: 32px;
    font-weight: 600;
  }
  .testimonials-list{
    margin:0;
  }  
  .testimonialtext {
    padding: 50px 30px;
  }

  .promo-block--content-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header{
    padding: 0;
  }
  .site-header-left{
    display: none;
  }
  .site-header-logo {
    padding: 10px 50px 10px 10px;
    position: relative;
  }
  .site-header-menu-toggle{
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header-menu-toggle--button {
    padding: 0 10px;
  }
  .site-header-search{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
  }
  .mobile-nav-content {
    padding-top: 40px;
  }
  .site-header-right {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
  }
  .site-header-right .site-header-search-link{
    display: inline-block;
  }
  .site-header-search-link, .phreesia_Form, .site-header-account-link, .site-header-cart {
    margin-left:0;
  }
  .header-icon-wrap {
    display: inline-block;
    vertical-align: middle;
  }
  .header-icon-wrap + p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .site-header-cart--count {
    left: 4px;
    right: inherit;
  }
  .header-icon-wrap svg path, .header-icon-wrap svg text{
    fill: #A2A2A2;
  }
  .site-header-search-link p, .phreesia_Form p, .site-header-account-link p, .site-header-cart p {
    color: #A2A2A2;
    font-size: 13px;
  }
  .site-header-cart--count:after{
    background-color: #A2A2A2;
  }
  .header-promobar-container {
    padding: 0 5px;
  }
  .home-slide-content-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-section--content.collection-list--inner .collection--item {
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .home-section--content.collection-list--inner .collection--item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .homepage-custom-products {
    margin: 0;
  }
  .hc-product-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .hc-product-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .blogposts--inner:not(.flickity-enabled) .article--excerpt-wrapper:not(:first-child) {
    margin-top: 0; 
  }
  .home-section--title {
    margin: 20px 0;
  }
  .home-section--content.collection-list--inner .collection--item:nth-child(n+3) {
    margin-top: 0;
  }
  .prescriptions-request-auth div{
    max-width: 100%;
    margin: 9px 20px;
  }
  .site-menu-search-link{
    display: none;
  }
}

@media screen and (max-width: 640px){
  .homepage-nav-slider{
    display: none;
  }
}

@media screen and (max-width: 600px){
  .providers-list {
    margin: 0;
  }
  .provider-item {
    width: 100%;
    max-width: 420px;
    margin-left:auto;
    margin-right: auto;
    padding:0;
  }
  .testimonialtext {
    padding: 30px 20px;
  }
  .testimonialtext > div {
    font-size: 20px;
  }
  .testimonialtext span.test-dash::before {
    font-size: 400px;
  }
  .testimonial-item {
    width: 100%;
  }
  .testimonial-title h4 {
    font-size: 20px;
  } 
  .publication-item{
    width: 100%;
  }
}

@media screen and (max-width: 560px){
  .blogposts--count-4 .blogposts--inner .article--excerpt-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px){
  .site-logo-image{
    max-width: 100% !important;
  }
  .home-section--content.collection-list--inner .collection--item {    
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .home-section--content.collection-list--inner .collection--item:nth-child(2n+1) {
    margin-left: 0;
  }
  .home-section--content.collection-list--inner .collection--item:nth-child(4) {
    margin-left: 10px;
  }
  .hc-product-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .hc-product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px){
  .site-header-search-link p, .phreesia_Form p, .site-header-account-link p, .site-header-cart p {
    font-size: 10px;
  }  
  .header-icon-wrap + p {
    margin-left: 5px;
  }
}