/*

Theme Name: DWF NH 08

Theme URI: http://www.designwall.com/wordpress/themes/dw-focus/

Author: HCI after DesignWall

Author URI: http://www.designwall.com

Description: Responsive News WordPress Theme

Version: 1.0.1

Template: dw-focus

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: dw-focus

Tags:


*/

/* NEW COLORS:
 * 	RED #e4002b
 * */
/* maroon		=>	#ac2f3c	*/
/* rich red	=>	#ed001e ... or #ea0029	*/
/* dk blue	=>	#00558C; 	*/
/* mauve		=>	#cacfe7	*/
/* green		=>	#00a42b	*/

/* IN GENERAL, STYLES HERE ARE SITE-WIDE (HEADINGS AND SUCH) */

/* HEADINGS AND SUBHEADINGS */


/*div#content.site-content div.container div main div.page-content div.h_csect h3 {
	font-family: 'Muli', sans-serif;
	font-size: 2.8em;
	text-align: center;
}


div#content.site-content div.container div main div.page-content div.h_csect h3 a {
	color: #00558C;
	text-decoration: none;
}
*/

/*

Theme Name: DWF NH 08

Theme URI: http://www.designwall.com/wordpress/themes/dw-focus/

Author: HCI after DesignWall

Author URI: http://www.designwall.com

Description: Responsive News WordPress Theme

Version: 1.0.1

Template: dw-focus

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: dw-focus

Tags:


*/

/* NEW COLORS:
 * 	RED #e4002b
 * */
/* maroon		=>	#ac2f3c	*/
/* rich red	=>	#ed001e ... or #ea0029	*/
/* dk blue	=>	#00558C; 	*/
/* mauve		=>	#cacfe7	*/
/* green		=>	#00a42b	*/

/* IN GENERAL, STYLES HERE ARE SITE-WIDE (HEADINGS AND SUCH) */

/* HEADINGS AND SUBHEADINGS */


/*div#content.site-content div.container div main div.page-content div.h_csect h3 {
	font-family: 'Muli', sans-serif;
	font-size: 2.8em;
	text-align: center;
}


div#content.site-content div.container div main div.page-content div.h_csect h3 a {
	color: #00558C;
	text-decoration: none;
}
*/
.vid-popup {
	cursor: pointer !important;
}
.custom-modal-main {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	align-items: flex-start;
}
.custom-modal-main.modal-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}
.custom-modal-main .custom-modal-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	vertical-align: middle;
	margin: 30px auto;
}
.custom-modal-main .custom-modal-wrap {
	display: block;
	width: 100%;
	position: relative;
	/* background-color: black;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	display: flex;
	justify-content: center;
}
.custom-modal-main.modal-open .custom-modal-inner {
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-modal-main.modal-open .bg-overlay {
	background: rgba(0, 0, 0, 0.82);
	z-index: 99;
}
.custom-modal-main  .bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}
.custom-modal-main  .close-btn {
	position: absolute;
	right: -25px;
	top: -25px;
	cursor: pointer;
	z-index: 97;
	font-size: 18px;
	color: #fff;
	padding: 2px 7px;
}
.custom-modal-main .video-foot {
	background-color: #fff;
	padding: 15px 20px 10px 20px;
	margin-top: -20px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 6px;
	font-family: 'Nunito Sans', sans-serif;
	width: 298px;
}
.custom-modal-main .video-foot .descriptor {
	margin-bottom: 15px;
	font-size: 12px;
}
.custom-modal-main .video-foot .name {
 	font-size: 16px;
	margin-bottom: 0px;
}
.custom-modal-main .video-foot .name span{
	font-size: 12px;
}
.custom-modal-main .custom-modal-content {
	height: 169px;
	width: 300px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}
@media (min-width: 768px) {

	.custom-modal-main .video-foot {
		width: auto;
		padding: 30px 40px 20px 40px;
		max-width: 798px;
	}
	.custom-modal-main .video-foot .descriptor {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.custom-modal-main .video-foot .name {
		font-size: 20px;
	}
	.custom-modal-main .video-foot .name span{
		font-size: 14px;
	}
	.custom-modal-main .custom-modal-content {
		height: 338px;
		width: 600px
	}
	.custom-modal-main  .close-btn {
		font-size: 50px;
		padding: 10px 20px;
		right: -60px;
		top: -60px;
	}
}
@media (min-width: 868px) {
	
	.custom-modal-main .custom-modal-content {
		height: 394px;
		width: 700px
	}
}
@media (min-width: 992px) {
	
	.custom-modal-main .custom-modal-content {
		height: 450px;
		width: 800px
	}
}
@media (min-width: 1200px) {
	
	.custom-modal-main .custom-modal-content {
		height: 450px;
		width: 800px
	}
}

#treatment-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom:140px;
}
.entry-content.hero {
	position: relative;
	height: auto;
}
.entry-content.hero .video-wrap {
	overflow: hidden;
	position: relative;
}
.entry-content.hero .hero-content {
	z-index: 2;
	position: relative;
	padding: 40px;
}
.entry-content.hero .hero-content.opt-out {
	z-index: 2;
	position: relative;
	padding: 0px 72px 40px 20px;
	min-height: 375px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
#videobcg {
	/* display: block; */
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
	opacity: 0.6;
}
.entry-content.hero .entry-title.treatments-hero-title {
	font-size: 50px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #00558c;
	max-width: 730px;
}
.entry-content.hero p.hero-body{
	font-size: 18px !important;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #000 !important;
	max-width: 578px;
}
.entry-content.hero p.hero-video-link{
	color: #216fb4 !important;
	font-weight: 600 !important;
	cursor: pointer;
	display: flex;
}
.entry-content.hero p.hero-video-link:before{
	content: '';
	background-image: url('/wp-content/themes/dwf-nh-08/images/icon-play-2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 16px;
	margin-right: 9px;
}
.entry-content.hero {
	margin-bottom: 30px;
}
#post-2316 .msaa-breadcrumbs {
	margin-bottom: 3px !important;
}
#treatment-list .wpv-filter-form {
	width: 265px;
	min-width: 265px;
	margin-right: 23px;
}
#treatment-list .filters-rectangle {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 15px 0 15px -15px rgba(172,172,172,0.3),
	0 -15px 15px -15px rgba(172,172,172,0.3),
	-15px 0 15px -15px rgba(172,172,172,0.3);
	padding: 20px;
	display: block
}
#treatment-list .filters-rectangle .tax-label{
	font-size: 18px;
	font-weight: 600;
	color: #00558c;
	border-bottom: 1px solid #979797;
	padding-bottom: 10px;
	line-height: 1.4;
}
#treatment-list .filters-rectangle p {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
}
#treatment-list .filters-rectangle a {
	text-decoration: underline;
	font-size:14px;
	color: #000 !important;
}
#treatment-list .filters-rectangle a:after {
	content: '  >';
}
#treatment-list .filters-rectangle .opt-out {
	margin-bottom: 30px;
}
#treatment-list .wpv-filter-form .filter-sort-title {
	font-size: 16px;
	line-height: 1.2;
}
#treatment-list .wpv-filter-form .form-group {
	margin-bottom: 0;
	padding-bottom: 27px;
}
#treatment-list .wpv-filter-form .form-group label.tax-label {
	font-size: 18px;
	font-weight: 600;
	color: #00558c;
	border-bottom: 1px solid #979797;
	padding-bottom: 10px;
	line-height: 1.4;
}
#treatment-list .wpv-filter-form .form-group .checkbox label {
	font-size: 14px;
}
#treatment-cards {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#treatment-cards .treatment-card {
	border-radius: 21px;
	  box-shadow: 0 2px 9px 0 rgba(172, 172, 172, 0.5);
	width: 233px;
	margin: 12px;
	border-top: 28px solid #008df2;
	padding: 12px 20px;
	height: 100%;
}
#treatment-cards .treatment-card.self-injected-medications {
	border-color: #ae81cc;
}
#treatment-cards .treatment-card.infused-medications {
	border-color: #f56b6b;
}
#treatment-cards .treatment-name {
	font-size: 20px;
	font-weight: 700;
	color: #00558c;
	line-height: 1.3;
}
#treatment-cards .treatment-med-name {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 11px;
	display: block;
}
#treatment-cards .treatment-icon img {
	display: block;
	width: 79px;
	height: 82px;
	margin-bottom: 9px;
}
#treatment-cards .treatment-side-effects {
	margin-bottom: 10px;
}
#treatment-cards .treatment-side-effects button{
	color: #000;
	background: none; border: none;
	font-size: 18px;
	border-radius: 3px;
}
#treatment-cards .treatment-side-effects button.collapsed::before{
	content: '+';
	color: #00558c;
	height: 17px;
	width: 17px;
	padding-bottom: 1px;
	border-radius: 50%;
	margin-right: 5px;
	border: #00558c solid 2px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#treatment-cards .treatment-side-effects button::before{
	content: '-';
	color: #00558c;
	height: 17px;
	width: 17px;
	padding-bottom: 1px;
	border-radius: 50%;
	margin-right: 5px;
	border: #00558c solid 2px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

#treatment-cards .treatment-side-effects p{
	font-size: 14px
}

#treatment-cards .treatment-side-effects ul{
	font-size: 12px
}

#treatment-cards .treatment-compare {
	border-top: #00558c solid 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 6px 0px;
}

#treatment-list .checkbox input[type="checkbox"] {
	margin-top: 1px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: -25px;
	border: #00558c solid 1px;
    border-radius: 3px;
    appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
	background-color: #fff;
	
}
#treatment-list .wpv-sort-control-radio-label input[type='radio'] {
	margin-right: 4px;
	margin-top: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 50%;
}
#treatment-list label.wpv-sort-control-radio-label {
	display: flex;
	align-items: center;
}
#treatment-list .radio label, .checkbox label {
	padding-left: 25px;
}
#treatment-cards .treatment-compare input[type="checkbox"] {
	margin: 0 5px 2px 0;
	width: 18px; height: 18px;
	cursor: pointer;
	border: #00558c solid 1px;
    border-radius: 3px;
    appearance: none;
 	-moz-appearance: none;
  	-webkit-appearance: none;
	background-color: #fff;
}
#treatment-cards .treatment-compare label {
	color: rgba(98, 98, 98);
	font-size: 14px;
	font-weight: normal;
	height: 24px;
	cursor: pointer;
}
/* .wpv-sort-control-radio-label.wpv-sort-control-orderby-radio-label {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	border: 1px solid rgb(200, 200, 200);
	margin: 5px 0px;
	border-radius: 3px;
}
.wpv-sort-control-radio-label.wpv-sort-control-orderby-radio-label input[type='radio'] {
	display: none;
} */

.compare {
	position: sticky;
	bottom: 0px;
	background-color: rgba(0, 85, 140, .90);
	color: #fff;
	width: 100%;
	display: none;
	z-index:3;
}
.compare button.toggle {
	text-align: center;
	border: none;
	background-color: transparent;
	padding: 0px 80px;
}

.compare button.toggle:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	width: 45%;
	
}

.compare button.toggle:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	width: 45%;
	
}

.compare div.toggle-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.compare .compare-wrap {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
}
.compare .compare-actions {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0px;
}
.compare .compare-actions p {
	margin-bottom: 0px;
}
#content {
	padding: 20px 0px 0px 0px !important;
}
.compare .compare-buttons a {
	background-color: white;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 20px;
	letter-spacing: 1px;
}
.compare .compare-buttons button {
	background: none;
	border: none;
	margin-right: 10px;
}
.compare .compare-items {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
}
.compare .compare-item {
	border: 1px solid rgba(203, 203, 203);
	height: 88px;
	width: 234px;
	padding: 13px;
	
}
.compare .compare-item:nth-child(2) {
	margin: 0 21px;
}
.compare .compare-item.active{
	background-color: #fff;
}
.compare .compare-item.active p{
	color: #00558c;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	text-transform: uppercase;
}
.compare .compare-item.active p.secondName{
	color: rgba(0, 0, 0);
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	display: block;
}
.compare .compare-remove {
	float: right;
	margin-right: -28px;
	margin-top: -27px;
	cursor: pointer;
}
.form-group.filter-by {
	margin-top: 40px;
}
.filter-sort-title {
	padding-bottom: 10px;
}
#treatment-cards .treatment-compare input[type="checkbox"]:checked {
	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
	background-color: #fff;
	outline: none;
	background-image: url('/wp-content/themes/dwf-nh-08/images/icon-check-box.svg');
	border: 2px solid #00558c;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 3px;
}
#treatment-list .wpv-sort-control-radio-label input[type='radio']:checked {
	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
	background-color: #fff;
	outline-offset: -10px;
	outline: #00558c solid 5px;
	border: 2px solid #00558c;
	border-radius: 50%;
}
#treatment-list .checkbox input[type="checkbox"]:checked {
	appearance: none;
  	-moz-appearance: none;
 	-webkit-appearance: none;
	background-color: #fff;
	outline: none;
	background-image: url('/wp-content/themes/dwf-nh-08/images/icon-check-box.svg');
	border: 2px solid #00558c;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 3px;
}
#treatment-cards .treatment-compare input[type="checkbox"]:checked:focus,
#treatment-cards .treatment-compare input[type="checkbox"]:checked:focus-visible,
#treatment-cards .treatment-compare input[type="checkbox"]:focus,
#treatment-cards .treatment-compare input[type="checkbox"]:focus-visible {
	outline: none;
	border: 2px solid #00558c;
	border-radius: 3px;
}
#treatment-list .checkbox input[type="checkbox"]:checked:focus,
#treatment-list .checkbox input[type="checkbox"]:checked:focus-visible,
#treatment-list .checkbox input[type="checkbox"]:focus,
#treatment-list .checkbox input[type="checkbox"]:focus-visible {
	outline: none;
	border: 2px solid #00558c;
	border-radius: 3px;
}
#treatment-list .wpv-sort-control-radio-label input[type='radio']:checked:focus,
#treatment-list .wpv-sort-control-radio-label input[type='radio']:checked:focus-visible,
#treatment-list .wpv-sort-control-radio-label input[type='radio']:focus,
#treatment-list .wpv-sort-control-radio-label input[type='radio']:focus-visible {
	outline-offset: -10px;
	outline: #00558c solid 5px;
	border: 2px solid #00558c;
	border-radius: 50%;
}
.compare .mobile {
	display: none
}
.compare .desktop {
	display: inline-block
}
.tax-label .mobile{
	display: none
}
.tax-label .desktop{
	display: block
}
.mobile-filter-container {
	display: block;
	margin-top: 20px;
}
.mobile-filter-container .overlay{
	position: static;
	height: auto;
	padding-left: 20px;
}
.mobile-filter-container .collapse {
	display: block;
	visibility: visible;
}
.mobile-filter-container .show-results{
	display: none;
}
.filter-bar {
	display: none
}
.compare .compare-content {
	display: flex;
	flex-direction: row;

}
.compare .compare-content .compare-image {
	height: 61.5px;
	width: 45px;
	margin-right: 13px;
}
.post-23216.hentry {
	border-bottom: none;
	padding-bottom: 0px;
	   margin-bottom: 0px;
}
#wpv-view-layout-23218 {
	padding: 0px 20px;
}
#treatment-list .wpv-filter-form .form-group {
	border-bottom: none;
}
.vid-popup.treatment-card-video {
	color: #216fb4 !important;
	cursor: pointer;
}
.vid-popup.treatment-card-video:before{
	content: '';
	background-image: url('/wp-content/themes/dwf-nh-08/images/icon-play-2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 16px;
	margin-right: 9px;
}
.entry-content.hero .desktop {
	display: block;
}
.entry-content.hero .mobile {
	display: none;
}
#opt-out .back-btn {
	display: block;
	flex: 0.6;
}
.link.philosophy {
	display: none;
}
.link.opt-out {
	display: none;
}
.mobile-guide-header {
	display: none;
	font-size: 18px;
	padding: 30px 10px 10px 10px;
}
.treatment-name sup {
	z-index: -1;
}
@media only screen and (max-width: 900px) {

	.entry-content.hero .hero-content.opt-out {
		min-height: 100%;
		padding: 0;
	}
	#opt-out .back-btn {
		display: none;
	}
	#videobcg {
		opacity: 1;
		position: static;
		transform: none;
	}
	#treatment-list .filters-rectangle {
		display: none;
	}
	html body div.site-content div.content-inner div.container div.row div div.content-area main article div.row div.entry-content.hero {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-bottom: 0px;
	}
	.entry-content.hero .video-wrap {
		overflow: visible
	}
	.entry-content.hero .entry-title.treatments-hero-title {
		font-size: 32px;
	}
	.entry-content.hero .desktop {
		display: none;
	}
	.entry-content.hero .mobile {
		display: block;
	}
	.entry-content.hero p.hero-video-link{
		padding: 10px;
		background-color: #fff;
		position: absolute;
		top: -70px;
		line-height: 1.11;
		left: 0;
		width: 95%;
	}
	.entry-content.hero p.hero-video-link:before{
		padding-right: 27px;
	}
	.entry-content.hero .hero-content {
		padding: 20px 18px 0px 18px;
	}
	.tax-label .mobile{
		display: flex;
		align-items: center;
		text-decoration: none !important;
	}
	.tax-label .mobile:hover {
		color: #00558c !important;
	}
	.tax-label .desktop{
		display: none
	}
	#wpv-view-layout-23218 {
		/* position: relative; */
		margin-bottom: 20px;
		margin-top: 20px;
	}
	body.page-id-23216 .content-inner .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	body.page-id-23216 {
		position: relative;
	}
	.compare .compare-content {
		display: flex;
		flex-direction: column;
	}
	.compare .compare-content .compare-image {
		height: 36.9px;
		width: 27px;
	}
	.compare .mobile {
		display: block
	}
	.compare .desktop {
		display: none
	}
	.compare .compare-item.active p.secondName{
		display: none;
	}
	.compare .compare-item.active p{
		font-size: 18px;
	}
	#treatment-list {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 80px;
	}
	#treatment-cards {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	#treatment-cards .treatment-card {
		min-height: 207.01px;
		max-width: 157px;
		margin: 10px auto;
		height: 100%;
		width: 45%;
		padding: 6px 10px;
	}
	#treatment-cards .treatment-name {
		font-size: 18px;
	}
	#treatment-cards .treatment-icon img {
		display: block;
		width: 47px;
		height: 64px;
		margin-bottom: 0px;
	}
	#treatment-cards .treatment-side-effects button{
		font-size: 14px;
		padding: 0px;
	}
	
	#treatment-cards .treatment-side-effects li {
		font-size: 14px;
	}
	#treatment-cards .treatment-side-effects ul {
		padding-left: 30px;
	}
	#treatment-cards .treatment-side-effects p,
	#treatment-cards .treatment-side-effects .text-block {
		font-size: 14px;
	}
	#treatment-cards .treatment-med-name {
		display: none;
	}
	#treatment-cards .treatment-side-effects {
		margin-bottom: 5px;
	}
	#treatment-cards .treatment-compare {
		padding: 7px 6px 0px
	}
	.compare .compare-items {
		overflow-x: scroll;
		padding-top: 15px;
	}
	.compare .compare-item {
		height: 80px;
		min-width: 140px;
		width: 140px;
		padding: 7px;
	}
	.compare .compare-actions {
		padding: 10px 0px 0px;
	}
	.compare .compare-remove {
		float: right;
		margin-right: -21px;
		margin-top: -20px;
		cursor: pointer;
	}
	.compare .compare-buttons.mobile {
		padding-bottom: 20px;
	}
	.compare .compare-buttons.mobile a {
		display: flex;
		justify-content: center;
	}
	.mobile-filter-container {
		display: none;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		z-index: 4;
	}
	.mobile-filter-container .overlay{
		position: fixed;
		bottom: 0px;
		background-color: #fff;
		border-radius: 20px 20px 0px 0px;
		height: 0;
		margin: 0 auto;
		overflow: scroll;
		width: 100%;
		transition: height 0.5s;
		padding: 20px;
		max-height: 40vh;
	}
	.mobile-filter-container form {
		padding: 20px 20px 0px !important;
		width: auto !important;
		margin-right: unset !important;
		margin-top: 10px !important;
	}
	.mobile-filter-container .collapse {
		display: none;
		visibility: hidden;
	}
	.mobile-filter-container .collapse.in {
		display: block;
		visibility: visible;
	}
	.mobile-filter-container .show-results{
		background: rgba(65, 156, 217);
		border-radius: 20px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.88px;
		text-align: center;
		color: #fff !important;
		border: none;
		width: 100%;
		margin-top: 20px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		line-height:0;
		cursor: pointer;
	}

	.mobile-filter-container .tax-label a.collapsed::after{
		content: '';
		margin: 0 3px 0 auto;
		height: 20px;
		width: 20px;
		background-image: url('/wp-content/themes/dwf-nh-08/images/Icon_ChevronDownBlk.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.mobile-filter-container .tax-label a::after{
		content: '';
		height: 20px;
		width: 20px;
		margin: 0 3px 0 auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/wp-content/themes/dwf-nh-08/images/Icon_ChevronUpBlk.svg');
	}

	#treatment-list .wpv-filter-form .form-group label.tax-label {
		border: none;
		padding-top: 13px;
	}
	.filter-bar {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 10px 20px;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		background-color: #fff;
		width: 100vw;
		overflow-x: scroll;
		position: sticky;
		top: 0px;
		margin-left: -20px;
	}
	.filter-bar .filter-button img{
		min-width: 17px;
		  min-height: 15px;
	}
	.filter-bar .filter-button.risk{
		min-width: 20px;
		  min-height: 15px;
	}
	.filter-bar .link,
	.filter-bar .link p{
		font-size: 16px;
		color: #000;
		margin: 0;

	}
	.filter-bar .link.philos {
		margin-right: 30px;
		min-width: 81px;
	}
	.filter-bar .filter-button.sort {
		margin-right: 30px;
		min-width: 20px;
		  min-height: 15px;
	}
	.filter-bar .filter-button.filter {
		margin-right: 30px;
		min-width: 20px;
		  min-height: 15px;
	}
	.link.philosophy {
		min-width: 160px;
		display: block;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.link.opt-out {
		min-width: 100px;
		display: block;
		padding-left: 20px;
		padding-top: 10px;
	}
	.link p a {
		text-decoration: underline;
		font-weight: normal !important;
	}
	.mobile-guide-header {
		display: block;
	}
	#treatment-list .wpv-filter-form .form-group {
		padding-bottom: 5px;
		border-bottom: 1px solid #979797;
	}
	#treatment-list .wpv-filter-form .filter-sort-title{
		border-bottom: 1px solid #979797;
	}
	#treatment-list .wpv-filter-form .filter-sort-title.sort{
		border-bottom: none;
		padding-left: 20px;
	}
	#treatment-list label.wpv-sort-control-radio-label {
		padding-left: 20px;
	}
	article#post-23216 > .row {
		margin-bottom: 0px;
	}
	.form-group.filter-by {
		margin-top: 0px;
	}
	#treatment-list.entry-content {
		padding-left: 0px !important; 
		padding-right: 0px !important;
		left: unset;
		width: auto;
		position: static;
	}

	.entry-content.hero .hero-content {
		z-index: auto;
	}
}
#content {
	padding-top: 0;
}
#philos .treat-top {
	background: url("/wp-content/themes/dwf-nh-08/images/image@3x.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	height: 304px;
    max-height: 304px;
	position: relative;
}
#philos .treat-top#compare{
	background: url("/wp-content/themes/dwf-nh-08/images/imagecompare@3x.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 304px;
    max-height: 304px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding-bottom: 0px;
	position: relative;
}
#philos .treat-top .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
}
ul.msaa_breadcrumbs strong {
	font-size: 12px;
	font-weight: 700;
	float: left;
}
.treat-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#philos .treat-container p{
	font-size: 16px;
}
.treat-container.mobile {
	display: none;
}
#philos .text-block-left {
	max-width: 582px;
	margin-right: 88px;
	margin-top: 80px;
	padding-left: 20px;
}
#philos .text-block-right {
	max-width: 582px;
	margin-left: 88px;
}
#philos .text-block-left .top-block,
#philos .text-block-right .top-block {
	margin-bottom: 60px;
}
#philos .video-block-top {
	margin-top: 80px;
	display: block
}
#philos .video-block {
	display: block
}
article.hentry {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.row {
	margin-bottom: 0;
}
#philos .back-btn {
	padding: 18px 20px 0px 20px;
	/* height: 84px; */
	display: block;
}
#philos  #compare .back-btn {
	padding-top: 30px;
	height: 84px;
	display: block;
	padding-left: 20px;
}
#philos .hero-title {
	display: block;
	padding: 18px 20px;
}
#philos .back-btn a {
	font-size: 18px;
	color: #000 !important;
}
#philos .back-btn a:hover {
	text-decoration: underline;
}
#philos .back-btn a:before {
	content: '< '
}
#philos h1 {
	font-size: 50px;
	color: #00558c;
	margin-top: 0;
	max-width: 715px;
}
#philos #compare h1 {
	font-size: 50px;
	color: #00558c;
	margin-top: 0;
	max-width: 350px;
	padding-left: 20px;
	display: block !important;
}
#philos h2 {
	font-size: 28px;
	line-height: 1.3;
	color: #00558c;
	margin-top: 0;
	max-width: 582px;
}
#philos .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 100px;
}

#philos .video-cred {
	margin-top: 5px; 
	margin-bottom: 16px;
}

#philos .video-cred p.name {
	font-size: 16px;
	margin-bottom: 5px;
}
#philos .video-cred p {
	font-size: 12px;
}

#philos .video-quote {
	padding: 40px 0px;
	text-align: center;
	color: #00558c;
	border-top: 2px solid  #00558c;
	border-bottom: 2px solid  #00558c;
	font-size: 20px;
}
#philos .video-quote p {
	margin-bottom: 0px;
	font-size: 20px;
}

#philos .video-block-top-mobile,
#philos .video-block-mobile {
	display: none;
}
@media screen and (max-width: 900px) {
	#philos .back-btn a {
		font-size: 14px;
	}
	#philos #compare .back-btn {
		padding-top: 10px;
		padding-left: 0px;
	}
	#philos #compare h1 {
		display: none !important;
	}
	#philos .treat-top {
		padding-bottom: 26px;
		min-height: 208px;
		max-height: 300px;
	}
	#philos h1 {
		font-size: 32px;
	}
	#philos h2 {
		font-size: 24px;
	}
	#philos .flexbox {
		flex-direction: column
	}
	#philos .text-block-left {
		margin-right: 0px;
		margin-top: 40px;
	}
	#philos .text-block-right {
		margin-left: 0px;
		margin-bottom: 40px
	}
	#philos .flexbox.reverse {
		flex-direction: column-reverse
	}
	#philos .treat-top {
		margin-top: 20px;
	}
	#philos .text-block-left .top-block,
	#philos .text-block-right .top-block {
		margin-bottom: 40px;
	}
	#philos .video-block-top,
	#philos .video-block {
		display: none;
	}
	#philos .video-block-top-mobile {
		display: block;
	}
	#philos .video-block-mobile {
		margin-top: 40px;
		margin-bottom: 40px;
		display: block;
	}
	#philos .bottom-block {
		margin-top: 40px;
	}
	#philos .video-block {
		margin-top: 10px;
	}
	#philos .flexbox {
		padding-bottom: 60px;
	}
	#philos .back-btn {
		display: none;
	}
	#philos .hero-title {
		display: none;
	}
	.treat-container.mobile {
		display: block;
		padding-top: 50px;
	}
	#philos .treat-container p{
		font-size: 14px;
	}
	#philos .video-quote p {
		font-size: 18px;
	}
}

#content {
	padding-top: 0;
}
#opt-out .treat-top {
	background: url("/wp-content/themes/dwf-nh-08/images/opt-out-bg.png") top center no-repeat;
	background-size: auto 100%;
	position: relative;
	padding-bottom: 90px;
}
ul.msaa_breadcrumbs strong {
	font-size: 12px;
	font-weight: 700;
	float: left;
}
#opt-out .treat-top:after {
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	z-index: 0;
	opacity: 0.8;
	position: absolute;
}
.treat-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
article.hentry {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.row {
	margin-bottom: 0;
}
#opt-out .back-btn {
	padding-top: 18px;
	height: 84px;
}
#opt-out .back-btn a {
	font-size: 18px;
	color: #000 !important;
}
#opt-out .back-btn a:hover {
	text-decoration: underline;
}
#opt-out .back-btn a:before {
	content: '< '
}
#opt-out h1 {
	font-size: 50px;
	
	color: #00558c;
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 715px;
	display: block
}
#opt-out .treat-info h1 {
	font-size: 30px;
}
#opt-out a.top-watch {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
#opt-out a.top-watch img {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 9px;
}
#opt-out .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 150px;
}
#opt-out .flexbox .flex-right {
	margin-top: 87px;
	width: 360px;
	min-width: 360px;
	margin-left: 75px;
}
#opt-out .flexbox .flex-right-wrap {
	background-color: #FFF;
	padding: 15px 30px 38px;
	box-shadow: -20px 0 10px -20px rgba(112, 112, 112, 0.1), 
		20px 0 10px -20px rgba(112, 112, 112, 0.1);
}
#opt-out .flexbox .flex-left {
	padding-top: 37px;
	padding-left: 20px;
}
#opt-out .opt-h1 {
	display: none;
}
#opt-out h2 {
	font-size: 30px;
	font-weight: 700 !important;
	color: #00558c;
	text-transform: uppercase;
}
#opt-out .flexbox .flex-right p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 35px;
}
#opt-out .flexbox .flex-right p:last-child {
	margin-bottom: 0;
}
#opt-out .side-sec {
	border-bottom: 1px solid #00558c;
	padding: 0 0 30px;
	margin: 30px 0 0;
}
#opt-out .side-sec:last-child {
	border: 0;
}
#opt-out .side-sec h3 {
	font-size: 18px;
	font-weight: bold !important;
	color: #00558c;
	margin-top: 0;
}
#opt-out .side-sec a {
	font-weight: normal;
	text-decoration: underline;
}
#opt-out .flexbox .flex-left h2 {
	margin-top: 50px;
}
#opt-out .flexbox .flex-left p,
#opt-out .flexbox .flex-left li {
	font-size: 16px;
}

@media screen and (max-width: 900px) {
	#opt-out .back-btn a {
		font-size: 14px;
	}
	#opt-out .treat-top {
		padding-bottom: 26px;
	}
	#opt-out h1 {
		font-size: 18px;
		display: none;
	}
	#opt-out .opt-h1 {
		display: block;
		font-size: 32px;
		color: #00558c;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#opt-out a.top-watch {
		line-height: 1.3;
		background-color: #FFF;
		padding: 10px;
		margin-left: -5%;
		position: absolute;
		top: -80px;
		left: -2px;
	}
	#opt-out a.top-watch img {
		width: 25px;
		height: 25px;
	}
	#opt-out .flexbox {
		display: block;
	}
	#opt-out .flexbox .flex-left {
		padding-top: 0;
		padding-bottom: 90px;
		padding-left: 0px;
	}
	#opt-out .flexbox .flex-right {
		margin: 0;
		width: auto;
		min-width: 0;
	}
	#opt-out .flexbox .flex-right-wrap {
		border-radius: 30px 30px 0 0;
		box-shadow: 0 -30px 20px 0 rgba(112, 112, 112, 0.1);
		padding-bottom: 0;
	}
	#opt-out .flexbox .flex-left h2 {
		font-size: 20px;
		margin-top: 0;
	}
}

.single-treatment #content {
	padding-top: 0;
}
#treatment-single {
	background: url("/wp-content/themes/dwf-nh-08/images/hero-image-pills-d@2x.png") top center no-repeat;
	background-size: 100% auto;
}
#treatment-single.self-injected-medications {
	background: url("/wp-content/themes/dwf-nh-08/images/hero-image-injections-d@2x.png") top center no-repeat;
	background-size: 100% auto;
}
#treatment-single.infused-medications {
	background: url("/wp-content/themes/dwf-nh-08/images/hero-image-infusions-d@2x.png") top center no-repeat;
	background-size: 100% auto;
}
.treat-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
article.hentry.type-treatment {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-treatment .row,
article.hentry.type-treatment .row {
	margin-bottom: 0;
}
#treatment-single .back-btn {
	padding-top: 18px;
	height: 84px;
}
#treatment-single .back-btn a {
	font-size: 18px;
	color: #000 !important;
}
#treatment-single .back-btn a:hover {
	text-decoration: underline;
}
#treatment-single .back-btn a:before {
	content: '< '
}
#treatment-single .treat-top {
	height: 145px;
}
#treatment-single h1 {
	font-size: 50px;
	color: #00558c;
	margin-top: 0;
	margin-bottom: 8px;
}
#treatment-single .treat-med-name {
	font-size: 30px;
	line-height: 1.2;
	font-style: italic;
}
#treatment-single .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#treatment-single .flexbox .flex-right {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: 360px;
	min-width: 360px;
	background-color: #FFF;
	padding: 15px 30px 38px;
	background-size: 100% auto;
	margin-left: 75px;
	margin-top: -230px;
	box-shadow: -20px 0 10px -20px rgba(112, 112, 112, 0.1), 20px 0 10px -20px rgba(112, 112, 112, 0.1);
	height: 100%;
    padding-bottom: 150px;
}
#treatment-single .flexbox .flex-left {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
#treatment-single h2 {
	font-size: 30px;
	font-weight: 700 !important;
	color: #00558c;
	text-transform: uppercase;
}
#treatment-single .flexbox .flex-right p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 35px;
}
#treatment-single .flexbox .flex-right p:last-child {
	margin-bottom: 0;
}
#treatment-single .flexbox .flex-right .side-sec:first-child p {
	font-size: 18px;
	line-height: 1.5;
}
#treatment-single .side-sec {
	border-bottom: 1px solid #00558c;
	padding: 0 0 30px;
	margin: 30px 0 0;
}
#treatment-single .side-sec:last-child {
	border: 0;
}
#treatment-single .treat-type,
#treatment-single .treat-dose,
#treatment-single .treat-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 17px;
}
#treatment-single .treat-type p,
#treatment-single .treat-dose p,
#treatment-single .treat-form p{
	max-width: 80%;
}
#treatment-single .treat-form {
	margin-bottom: 0;
}
#treatment-single .treat-type:before {
	content: ' ';
	background: url("/wp-content/themes/dwf-nh-08/images/pills.svg") center center no-repeat;
	width: 26px;
	height: 29px;
	display: block;
	background-size: cover;
	margin-right: 14px;
}
#treatment-single.self-injected-medications .treat-type:before {
	background: url("/wp-content/themes/dwf-nh-08/images/inject.svg") center center no-repeat;
	background-size: cover;
	height: 27px;
}
#treatment-single.infused-medications .treat-type:before {
	background: url("/wp-content/themes/dwf-nh-08/images/drip.svg") center center no-repeat;
	background-size: cover;
	height: 27px;
}
#treatment-single .treat-dose:before {
	content: ' ';
	background: url("/wp-content/themes/dwf-nh-08/images/icon-dosage.svg") center center no-repeat;
	width: 26px;
	height: 27px;
	display: block;
	background-size: cover;
	margin-right: 14px;
}
#treatment-single .treat-form:before {
	content: ' ';
	background: url("/wp-content/themes/dwf-nh-08/images/icon-avatar.svg") center center no-repeat;
	width: 26px;
	height: 27px;
	display: block;
	background-size: cover;
	margin-right: 14px;
}
#treatment-single .side-sec h3 {
	font-size: 18px;
	font-weight: 600 !important;
	color: #00558c;
	margin-top: 0;
}
#treatment-single .side-sec p.benefits {
	margin-bottom: 10px;
}
#treatment-single .side-sec ul.benefits-list {
	margin-bottom: 35px;
}
#treatment-single .hear-sec {
	max-width: 410px;
	border-radius: 27px;
	box-shadow: 0 20px 20px 0 rgba(112, 112, 112, 0.1);
	background-color: #fff;
	padding: 20px 60px;
	margin-bottom: 90px;
}
#treatment-single .hear-sec .hear-title {
	font-size: 18px;
	font-weight: 600;
	color: #00558c;
	margin-bottom: 10px;
}
#treatment-single .hear-sec .hear-name {
	font-size: 16px;
}
#treatment-single .hear-sec .hear-name-byline {
	font-size: 12px;
	margin-bottom: 10px;
}
#treatment-single .hear-sec .hear-video img {
	display: block;
	margin-bottom: 12px;
}
#treatment-single .hear-sec .hear-quote {
	font-size: 12px;
	line-height: 1.3;
}
#treatment-single .flexbox .flex-left h2 {
	margin-top: 50px;
}
#treatment-single .flexbox .flex-left p,
#treatment-single .flexbox .flex-left li {
	font-size: 16px;
}
#treatment-single .treat-video-wrap {
	border-radius: 27.2px;
	box-shadow: 0 20px 20px 0 rgba(112, 112, 112, 0.1);
	background-color: #fff;
}
.treat-patient-vids .container-slider {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: auto;
	box-shadow: 0 20px 20px 0 rgba(112, 112, 112, 0.1);
	border-radius: 27.2px;
	background-color: #fff;
}
.treat-patient-vids .wrapper {
	height: auto;
	width: auto;
	max-width: 1120px;
	overflow: hidden;
	padding: 60px 0px 60px 60px;
	position: relative;
}
.treat-patient-vids .overlay {
	width: 142px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffffff00;
	background-image: linear-gradient(to right, #ffffff00 , #ffffff);
	border-radius: 0px 27.2px 27.2px 0px;
}

.treat-patient-vids .overlay-L {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff00;
	background-image: linear-gradient(to left, #ffffff00 , #ffffff);
	border-radius: 27.2px 0px 0px 27.2px;
}

.treat-patient-vids .carousel {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	left: 0;
	transition: all 1s ease;
}

.treat-patient-vids .card {
	width: 287px;
	min-width: 287px;
	height: 100%;
	margin-right: 25px;
	display: inline-block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.treat-patient-vids .card .video {
	height: 154px;
	width: 287px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.treat-patient-vids .card p {
	padding-left: 3px;
}
.treat-patient-vids .button-wrapper {
	position: absolute;
	width: 100%;
	top: 48%;
	display: flex;
	justify-content: space-between;
}
.treat-patient-vids .button-wrapper button {
	background: none;
	border: none;
}
.treat-patient-vids .button-wrapper button.right {
	display: block
}
.treat-patient-vids .button-wrapper button.right-mobile {
	display: none
}
.treat-patient-vids {
	padding-top: 40px;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 60px;
	padding-left: 10px;
}
.treat-patient-vids .treat-video-wrap {
	border-radius: 27px;
	box-shadow: 0 20px 20px 0 rgba(112, 112, 112, 0.1);
	background-color: #fff;
	padding: 60px;
}

#treatment-single .side-sec a {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.treat-patient-vids {
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
	}
	.treat-patient-vids .button-wrapper button.right {
		display: none
	}
	.treat-patient-vids .button-wrapper button.right-mobile {
		display: block
	}
	#treatment-single .back-btn a {
		font-size: 14px;
	}
	.treat-patient-vids .card {
		border-radius: 27.2px;
		height: 330px;
		box-shadow: 0 20px 20px 0 rgba(112, 112, 112, 0.1);
		align-items: center;
		padding: 10px;
	}
	.treat-patient-vids h2 {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
	}
	.treat-patient-vids .overlay,
	.treat-patient-vids .overlay-L {
		width: 25px;
	}
	.treat-patient-vids .wrapper {	
		padding: 0px 0px 20px 0px;
	}
	.treat-patient-vids .container-slider {
		box-shadow: none;
	}
	#treatment-single {
		background: url(/wp-content/themes/dwf-nh-08/images/hero-image-pills-m@2x.png) top center no-repeat;
		background-size: 100% auto;
	}
	#treatment-single .treat-top {
		height: auto;
		padding-left: 20px;
	}
	#treatment-single h1 {
		font-size: 32px;
		margin-bottom: 4px;
	}
	#treatment-single .treat-med-name {
		font-size: 18px;
		margin-bottom: 22px;
	}
	#treatment-single .flexbox {
		display: block;
	}
	#treatment-single .flexbox .flex-right {
		margin: 0;
		width: 100%;
		border-radius: 30px 30px 0 0;
		box-shadow: -20px 0 10px -20px rgba(112, 112, 112, 0.1), 20px 0 10px -20px rgba(112, 112, 112, 0.1);
		min-width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	#treatment-single .hear-sec {
		max-width: none;
		padding: 17px 20px;
	}
	#treatment-single h2 {
		font-size: 25px;
	}
	#treatment-single .treat-patient-vids h2 br {
		display: none;
	}
	.treat-patient-vids .carousel {
		margin-bottom: 20px;
		padding-left: 45px
	}
	#treatment-single .back-btn {
		height: auto;
	}
}

#treatment-compare {
	max-width: 1100px;
    width: 90%;
    margin: 0 auto 140px;
}	
#treatment-compare .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
#treatment-compare .flex {
	width: calc(68% - 4px);
}
#treatment-compare .flex.comp-col1 {
	width: 32%;
	background-color: #f8f8f8;
	border-bottom: 1px solid #00558c;
	padding: 10px 18px;
	font-size: 16px;
}
#treatment-compare .flex.comp-col2,
#treatment-compare .flex.comp-col2 .js-wpv-view-layout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#treatment-compare .flex.comp-col2 .js-wpv-view-layout {
	width: 100%;
}
#treatment-compare .flex.comp-col2 .js-wpv-view-layout div {
	width: calc(33.333% - 4px);
	background-color: #eff9ff;
	text-align: left;
	margin-right: 4px;
	border-bottom: 1px solid #00558c;
	padding: 10px 18px;
	font-size: 16px;
}
#treatment-compare .flex.comp-col2 .js-wpv-view-layout div div {
	width: auto;
	margin: 0;
	border: 0;
	padding: 0;
}
#treatment-compare .flex.comp-col1.comp-header,
#treatment-compare .flex.comp-col2.comp-header-view .js-wpv-view-layout div {
	background-color: transparent;
	font-size: 18px;
	color: #00558c;
	font-weight: 700;
	border-bottom: 8px solid #00558c;
}
#treatment-compare .flex.comp-col2 ul {
	font-family: 'Nunito Sans', sans-serif;
	margin: 0 0 0 12px;
	padding: 0;
	font-size: 16px;
}
article div div.entry-content ul.msaa_breadcrumbs strong{
	font-size: 12px;
	font-weight: 700;
	float: left;
	padding-left: 4px;
}
.page-id-23211 .entry-title {
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #00558c;
	padding-top: 20px;
}
.page-id-23211 .hentry {
	border-bottom: 1px solid #999999;
}
#treatment-single .treat-container {
	padding-left: 10px; 
}
@media only screen and (max-width: 900px) {
	#treatment-single .treat-container {
		padding-left: 0px; 
	}
	div.back-btn {
		padding: 0px 20px 20px;
	}
	#treatment-compare {
		width: 100%;
		margin: 0 auto 80px;
	}	
	.page-id-23211 .container:nth-child(1) {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.page-id-23211 .msaa_breadcrumbs {
		padding: 0px 20px !important;
	}
	.page-id-23211 .entry-title{
		padding: 20px 20px 0px !important;
		margin-bottom: 5px;
	}
	html body div.site-content div.content-inner div.container div.row div div.content-area main article div.row div.entry-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#treatment-compare .flexbox {
		width: 200%;
	}
	#treatment-compare {
		overflow-x: scroll;
		position: relative;
	}
	#treatment-compare .flex.comp-col1 {
		position: sticky;
		left:0;
		width: 20%;
		box-shadow: 5px 0 5px -5px #0000002e;
	}
	#treatment-compare .flex {
		width: 79.5%
	}
	#treatment-compare .flex.comp-col1.comp-header {
		background-color: #fff;
	}

}

/* FOR PASSWORD PROTECTION */

.ppw-post-password-container {
	max-width: 300px;
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
}
.ppw-post-password-container .ppw-ppf-desc {
	margin-bottom: 10px; 
}
.ppw-post-password-container .ppw-ppf-desc p {
	margin: 0; 
}
.ppw-post-password-container .ppw-pwd-label {
	margin-bottom: 10px;
}
.ppw-post-password-container ::placeholder { 
	  color: #00558c;
	font-weight: normal;
}
.ppw-post-password-container input{
	width: 100%;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #00558c;
}
.ppw-post-password-container input:focus-visible {
	outline-color: #00558c
}
.ppw-post-password-container input.ppw-pwd-submit-btn{
	color: #fff;
	background-color: #00558c;
	width: 40%;

}