/** 
 * Custom styles by Raka 
**/





html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
}

*,:after,:before {
    box-sizing: inherit;
}

body {
    /* Cannot get rid of the default stylesheet applied in content settings since it is set for ALL domains (smh) */
    background: #ffffff;
    color: #333333;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    height: auto;
}

.hs-button, h1, h2, h3, h4, h5 {
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
    font-size:2.6rem;
}

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
}

p {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 19.52px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

/** Global Menu Styles **/
.cms-page-view .ui-menu {
    margin-left: 0;
    margin-right: 0;
}

/** 

Global Search Form Styles

**/

.cms-page-view form {
    margin: 0;
}


/** 

Landing page styles 

**/

.landing-page .page-main .columns .column.main {
    padding: 0 15px;
}

.landing-page .content-columns .content-container {
    margin-bottom: 50px;
}

.landing-page .title-container {
    margin-top: 60px;
}

.landing-page .column.main h1 {
    font-size: 23px;
    color: #333;
    font-weight: 300 !important;
    text-align:left;
}

.landing-page .content-columns {
    margin: 30px 0;
    max-width: 100%;
    width: 100%;
}

.landing-page .content-columns .content-container .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 10px;
}

.landing-page .content-columns .content-container .hs_cos_wrapper_type_rich_text img {
    border: 1px solid #cbcbcb;
    margin-bottom: 30px;
    padding: 8px;
    width: 100%;
}

.landing-page .content-columns .content-container .hs_cos_wrapper_type_rich_text ul {
    float: left;
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom:0;	
}

.landing-page .content-columns .content-container .hs_cos_wrapper_type_rich_text ul li {
    padding-left: 15px;
    background: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/arrow-left.jpg) no-repeat left center;
    color: #333;
    font-weight: 300;
    clear: both;
    margin: 10px 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.landing-page footer {
    padding-bottom: 25px;
}

.landing-page footer .footer-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.landing-page footer ul.social-media,
.landing-page footer ul.social-media img,
.landing-page footer ul.social-media li {
    border: 0;
    font-size: 100%;
    font: inherit;
    line-height: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-page footer ul.social-media {
    text-align: center;
}

.landing-page footer ul.social-media li {
    display: inline-block;
    height: 50px;
    line-height: 1.42857143;
    margin: 0 5px;
    width: 50px;
}

.landing-page footer ul.social-media li a {
    background: none 0 0 no-repeat;
    display: block;
    height: 100%;
    text-align: left;
    text-decoration: none;
    text-indent: -999999px;
    width: 100%;
}

.landing-page footer ul.social-media li a.facebook {
    background-image: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/social-icons/facebook.png);
}

.landing-page footer ul.social-media li a.twitter {
    background-image: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/social-icons/twitter.png);
}

.landing-page footer ul.social-media li a.youtube {
    background-image: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/social-icons/youtube.png);
}

.landing-page footer ul.social-media li a.linkedin {
    background-image: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/social-icons/linkedin.png);
}

.landing-page .content-container .hs_cos_wrapper_type_cta .cta_button {
    border-radius: 0;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin: 15px 0;
    
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -ms-transition: all 0.5s ease-out !important;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}

.landing-page .content-container .hs_cos_wrapper_type_cta .cta_button:hover {
    background-color: white !important;
    color: #333 !important;
}

.landing-page .hs_cos_wrapper_type_space {
    display: block;
    margin: 30px 0;
}

/* Two Column Landing Page Form */

.template-two-column .hs_cos_wrapper_type_form {
    background: #434343;
    color: #ffffff;
    padding: 15px;
}
.template-two-column .hs_cos_wrapper_type_form label span,
.template-two-column .hs_cos_wrapper_type_form p {
    font-size:14px !important; 
    color: #fff 
}

.template-two-column .hs_cos_wrapper_type_form h3.form-title {
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}

.template-two-column .hs_cos_wrapper_type_form form {
  width: 100%;
}
.template-two-column .hs_cos_wrapper_type_form form input, 
.template-two-column .hs_cos_wrapper_type_form form select, 
.template-two-column .hs_cos_wrapper_type_form form textarea {
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset {
  margin-bottom: 15px;
}

.template-two-column .hs_cos_wrapper_type_form form div.hs-form-field label {
    display: block;
}

.template-two-column .hs_cos_wrapper_type_form label span {
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  float: left;
  font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  margin-bottom: 3px;
}
.hs_i_agree_to_receive_company_and_marketing_materials_from_puritan_medical_products .hs-form-booleancheckbox {
    margin-bottom:0;
}
.hs_i_agree_to_receive_company_and_marketing_materials_from_puritan_medical_products input {
    width: auto !important;
	margin-right: 10px !important;
	opacity: 1.0 !important;
	height: auto !important;
	margin-top: 5px !important;
}
.hs_i_agree_to_receive_company_and_marketing_materials_from_puritan_medical_products label span {
    font-size:14px !important;
    line-height:22px !important;
}
.hs_subscribe_to_get_similar_offers_by_email_ .hs-form-booleancheckbox {
    margin-bottom:0;
}
.hs_subscribe_to_get_similar_offers_by_email_ input {
    width: auto !important;
	margin-right: 10px !important;
	opacity: 1.0 !important;
	height: auto !important;
	margin-top: 5px !important;
}
.hs-fieldtype-booleancheckbox input {
	opacity: 1.0 !important;
	margin-top:3px !important;
	margin-right:5px !important;
}
.hs_subscribe_to_get_similar_offers_by_email_ label span {
    font-size:14px !important;
    line-height:22px !important;
}
.template-two-column .hs_cos_wrapper_type_form label span.hs-form-required {
  color: white;
  line-height: 23px;
  margin-left: 3px;
  padding: 7px 0 0 0;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset .hs-error-msgs {
  list-style: none;
  text-align: left;
  color: red;
  padding: 3px 0;
  margin-bottom: 0;
}

.template-two-column .hs_cos_wrapper_type_form form div.hs-form-field .hs-error-msgs label {
    color: red;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset ul.inputs-list {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-1 .input {
  margin-right: 0;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-1 .input textarea {
  min-height: 150px;
  width: 90%;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset .input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/assets/select-bg.png) no-repeat 100% 45%;
    background-size: 44px 44px;
    border: none;
    height: 44px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: '';
}

.template-two-column .hs_cos_wrapper_type_form form .hs-input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    box-shadow: none;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857143;
    padding: 0 9px !important;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-input {
  width: 100%;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-2 .input {
    margin-right: 0;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-input {
  width: 100%;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset .hs_sign_up_for_our_enewsletter legend {
  display: none !important;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset .hs_sign_up_for_our_enewsletter ul li {
  margin: 0;
  float: left;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset .hs_sign_up_for_our_enewsletter ul li label span {
  margin-bottom: 0;
  line-height: 20px;
  margin-top: 10px;
  float: none;
}
.template-two-column .hs_cos_wrapper_type_form form fieldset .hs_sign_up_for_our_enewsletter input[type="checkbox"] {
  opacity: 1;
  /*float: left;*/
  margin-top: 5px;
  width: auto;
  margin-right: 10px;
}
.template-two-column .hs_cos_wrapper_type_form form input.hs-button.primary {
    border: none !important;
    background-color: #008066 !important;
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: white !important;
    padding: 14px 35px !important;
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
    -webkit-font-smoothing: auto !important;
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -ms-transition: all 0.5s ease-out !important;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}
.template-two-column .hs_cos_wrapper_type_form form input[type="submit"]:hover {
    background-color: white !important;
    color: #333 !important;
}
.template-two-column .hs_cos_wrapper_type_form form .hs_recaptcha {
  margin-bottom: 20px;
}

.template-two-column .hs_cos_wrapper_type_form form div.hs-form-field label.hs-form-booleancheckbox-display {
  display: flex;
}

.hs-form input[type="checkbox"] {  height: 25px !important;
     line-height:25px !important;
     width:auto !important;
}

.hs-form input[type="checkbox"] span {
    line-height:20px !important;
    padding-bottom:20px;
}

.template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-2 .field {
    float: none;
    width: 100%;
}


@media only screen (min-width: 768px) and (max-width: 940px) {
  .puritan-blogs .center .col-left { width:60%; }
  .puritan-blogs .center .col-right { width:38%; padding-left:2%; }
}

@media only screen and (min-width: 768px) {
    .cms-page-view.landing-page .page-main .center {
        max-width: 1100px;
    }
    
    .landing-page .content-columns {
        margin: 60px 0;
    }
    
    .landing-page .title-container {
        margin-top: 0;
    }
    
     .landing-page .content-columns .content-container {
        margin-bottom: 0;
    }
    
    .landing-page .content-columns .column-left, .landing-page .content-columns .column-right {
        float: left;
        margin-left: 10%;
        width: 45%;
    }
    
    .landing-page .content-columns .column-left {
        margin-left: 0;
    }
    
    .template-two-column .hs_cos_wrapper_type_form {
        padding: 30px;
    }
    
        .template-two-column .hs_cos_wrapper_type_form ul {
        list-style: none !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    
    }
            .template-two-column .hs_cos_wrapper_type_form li {
        list-style: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    /*.page-main .columns .column.main {
        padding: 0;
    }*/
    
    .landing-page .title-container {
        margin-top: 60px;
    }
    
    .template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-2 .field {
        float: left;
        width: 50%;
    }
    
    .template-two-column .hs_cos_wrapper_type_form form fieldset.form-columns-2 .input {
        margin-right: 5px;
    }
    
}

@media only screen and (max-width: 768px) { 
  .landing-page .content-columns .content-container .hs_cos_wrapper_type_rich_text ul {
    float: none;
}
}

/** 

Resources page styles 

**/

.resources-template .center h3.lead-content {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
margin-bottom: 0;
line-height: 19.52px;
font-size: 14px;
color: #333;
text-align:left;
}

.resources-template .footer {
    border-color: none;
    margin-top: 0;
    padding-bottom: 0;
}

/*.resources-template .title-container {
    padding-top: 120px;
}*/

.resources-template .column.main .center h1 {
    margin: 0 0 30px;
    text-align: left;
}

/*.resources-template .custom-content-top .hs_cos_wrapper_type_rich_text {
    color: #333;
    font-size: 22px;
    margin-top: 0rem;
    margin-bottom: 1rem;
    text-align: left;
}*/

.resources-template .resource-blocks {
    margin-bottom: 50px;
    padding-top: 30px;
}

.resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3.5rem;
    margin-left: -3.5rem;
}
.resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
    
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_global_widget {
    display: none;
}

.resources-template .resource-blocks .resource-block {
    margin-bottom: 50px;
    /*padding: 10px;*/
}

.resources-template .resource-blocks .resource-block .block-description h2 {
    color: #333;
    font-size: 23px;
    font-weight: 400;
    text-align:left;
    min-height: 50px;
}
.resources-template .resource-blocks .resource-block .block-description h2 span {
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    letter-spacing: inherit;
}

.resources-template .resource-blocks .resource-block .block-description h2 span::after,
.resources-template .resource-blocks .resource-block .block-description h2 span::before {
    display: none;
}

/* Footer subscribe form */

.block.newsletter .subscribe-footer {
    margin-bottom: 15px;
    margin-top: 60px;
}

.block.newsletter .title {
    font-size: 15px;
    color: #333;
    margin-bottom: 1px;
    float: none !important;
    font-weight: 400;
}


.block.newsletter .content.hubspot_footer .hs_email label span {
   text-align: left;
   color: #008066;
   font-size: 14px;
   line-height: 15px;
   float: left;
   letter-spacing: 0px;
   margin-bottom: 10px;
   margin-top: 8px;
   font-weight: 500;
   padding-left: 5px; 
}


.block.newsletter .hubspot_footer .legal-consent-container p {
   padding-top: 1em !important;
   font-size: .76em !important;
   font-weight: 500 !important;
   line-height: normal;
}


.block.newsletter .hubspot_footer .hs_recaptcha {
   margin-top: 25px;
   margin-bottom: 20px;
}

.block.newsletter .hubspot_footer .hs-error-msgs {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
		color: #ff0000 !important;
		font-size: 13px !important;
}

.block.newsletter .hubspot_footer .hs-button {
   appearance: none !important;
   border-radius: 25px !important;
   box-shadow: none !important;
   display: inline-block;
   font-family: 'Quicksand','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 16.8px;
   padding: 11px 20px;
   text-decoration: none !important;
   background: #008066;
   border: 1px solid #008066;
   color: #fff;
}

.block.newsletter .hubspot_footer .hs-button:hover {
   background: #fff;
   border: 1px solid #ccc;
   color: #008066;
}


@media only screen and (min-width: 786px) and (max-width: 1026px){
    .block.newsletter{
        width: 50%;
		    float:none;
		    margin:20px 0; 
    }
}


@media only screen and (max-width: 767px) {
    .resources-template .mobile-container {
        width: 90%;
        margin: 0 5%;
    }
}

@media only screen and (min-width: 768px) {
    .resources-template .page-main .mini-navi {
        box-sizing: content-box;
    }
    
    .resources-template .page-main .center {
        max-width: initial !important;
        width: 90% !important;
        margin: 0 5% !important;
    }
    
    .resources-template .resource-blocks .resource-block {
        margin-bottom: 20px;
    }
    
    .resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    
    .resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_global_widget {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .resources-template .resource-blocks > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_global_widget hr {
        border: 0;
        border-top: 1px solid #cccccc;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1220px) {
    .resources-template .page-main .center {
        max-width: 1100px !important;
        margin: 0 auto !important;
    }
}

/* Custom Lead Flow Modal */
.leadinModal-content {
    overflow: visible !important;
    width: 55em !important;
}

.leadinModal-content .leadinModal-content-wrapper {
    background-color: #ffffff;
    border-radius: 0;
}

.leadinModal .leadinModal-content h4 {
    color: #008066 !important;
    font-size: 32px !important;
    font-weight: 300 !important;
}

.leadinModal .leadinModal-content p {
    font-size: 18px !important;
    line-height: 30px !important;
}

.leadinModal .leadin-button {
    border-radius: 0 !important;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    margin: 15px 0 !important;
    
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -ms-transition: all 0.5s ease-out !important;
    /* IE10 is actually unprefixed */
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}

.leadinModal .leadin-input-wrapper label {
    color: #008066 !important;
    font-size: 20px !important;
}

.leadinModal .leadinModal-content input {
    border-radius: 0 !important;
    font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


.blog-listing-wrapper .blog li h3 a {
    font-size: 23px;
    color: #008066;
    font-weight: 400;
    font-family: 'Quicksand','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.blog-listing-wrapper .blog ul li .date a {
    line-height:30px;
    font-weight:400;
    font-size:18px;
    color: #008066;
    padding-left: 35px;
}

@media only screen and (min-width: 768px) {
    .leadinModal .leadin-form-wrapper {
        display: flex !important;
        align-items: flex-end;
    }
    
    .leadinModal .leadin-input-wrapper {
        flex: 1;
    }
    
    .leadinModal .leadin-button-wrapper button {
        height: 54px !important;
        margin: 0 !important;
    }
}

.blog-post-wrapper .post-body ul {
	list-style:none;
	padding:0;
	margin-bottom:20px;
}

.blog-post-wrapper .post-body ul li {
	background: url(https://236379.fs1.hubspotusercontent-na1.net/hubfs/236379/assets/arrow-left.jpg?t=1511358512431) no-repeat left 5px;
	font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	padding-left:15px;
	font-size: 1.4rem;
	line-height: 19.52px;
	font-weight:400;
	margin-bottom:0;
	text-align:left;
	width:100%;
}

.blog-post-wrapper .post-body ul li p {
    margin:0;
}
.blog-post-wrapper .post-body ol {
    margin-left:-1.1em;
    font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.blog-post-wrapper .post-body ol li {
    font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding-left:10px;
	font-size: 1.4rem;
	line-height: 19.52px;    
}

.blog-post-wrapper .post-body a {
    font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important ;
    font-weight:600;    
}

.legal-consent-container {
    margin-bottom:20px;
}




}

.posts-archive .filter-expand-link {
    font-weight:400;
}

.col-right form .hs-error-msgs {
    list-style:none;
    font-size:12px;
    color:red;
    padding:0;
    margin:3px 0;
}
.col-right form .hs-error-msgs li label{
    color:#666;
}