﻿body {
	background-color: #fff;
	color: #595959;
	max-width: 100%;
	overflow-x: hidden;
    font-family: arial!Important;
	font-size: 16px;
	line-height: 22px;
}

html {
	-webkit-text-size-adjust: none;
	/* Prevent font scaling in landscape */
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont93e3.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.woff') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf') format('truetype'), url('../fonts/fontawesome-webfont93e3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTStd-Md';
	src: url('../fonts/HelveticaNeueLTStd-Md.eot') format('embedded-opentype'), 
	 url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
	font-weight: normal;
	font-style: normal;
}

img {
	max-width: 100%;
}

#site-wapper a {
    color: #2a276e !important;
}

strong,
b {
	font-weight: bold;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.no-wrap {
	white-space: nowrap;
}

.no-margin {
	margin: 0 0;
}

.no-margin-top {
	margin-top: 0;
}

sub,
sup {
	font-size: 73%;
	/*color: #f94876;
    */
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-border {
	border: none !important;
}

.auto-adjust-img,
.auto-adjust-img>img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

span.emph {
	color: #00b5e6;
	font-weight: bold;
	display: block;
}
p{font-size:16px;
line-height:24px;
}
h1,
h2 {
	color: #333;
	margin: 0 0;
	padding: 0 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.isMobile {
	display: none;
}

.breakline {
	margin-bottom: 15px;
}

.double-breakline {
	margin-bottom: 30px;
}

.gray-text-color {
	color: #666;
}

.important-info-text {
	font-size: 18px;
}

.overflow-auto {
	overflow: auto;
}

.span-as-a {
	color: #0bb5e5;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.image {
	position: relative;
}

.button-link {
	outline: none;
	text-decoration: none;
}

.button {
	display: inline-block;
	margin: 10px 4px;
	position: relative;
}

.button-link:hover>.button>span {
	text-decoration: underline;
}

.no-margin-top {
	margin-top: 0;
}

.centered-img {
	margin: 0 auto;
}

.blue-bg {
	background-color: #00bce4;
	padding-bottom: 5px;
}

.light-grey-text {
	color: #a9a9a9;
}

.title-space {
	padding: 40px 0 10px 0;
}

textarea:focus,
input:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #353420;
}

.container-two-column {
	overflow: hidden;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	/* background-color: #fff;
     */
	box-sizing: border-box;
	/*border-bottom:4px solid #282619;
    */
	padding-bottom: 0px;
	clear: both;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.container-two-column .inner {
	margin: auto 0px;
	width: auto;
}

.grid {
	display: block;
	width: 100%;
	margin-top: 0px;
}

.col {
	float: left;
}

.col-1of2 {
	width: 70%;
}

.col-num-1 {
	/*padding-right: 20px;
    */
	padding-top: 0px;
	box-sizing: border-box;
}

.container-two-column .col-num-1 {
	/*padding-left: 50px;
    */
	width: 50%;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.container-two-column .col-num-2 {
	width: 50%;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.container-two-column img {
	width: 100% !important;
}

.col-num-2 {
	/*padding-left: 20px;
    */
	padding-top: 0px;
	box-sizing: border-box;
}

.col-2of3.col-num-2 {
	padding: 0px;
	box-sizing: border-box;
}

.col-1of3.col-num-1 {
	padding: 0;
	box-sizing: border-box;
}

.col-3of3.col-num-3 {
	box-sizing: border-box;
}

.frame-1-col {
	padding: 0 50px;
}

 .slide-container {
     position: absolute;
     width: 100%;
     max-width: 1024px;
}
 
 .slide {
     max-width: 100%;
     width: 100%;
     height: auto;
     min-height:auto;
}
 .rotator-item-caption h4 {
     font-size: 20px;
     color: #fff;
     font-weight: bold;
     margin: 5px 0;
}
 .rotator-item-caption p{
     font-size: 14px;
     line-height: 20px;
     font-weight: 100;
     max-width: 240px;
}
 .rotator-item-caption a, .rotator-item-caption a:hover, .rotator-item-caption a:focus {
     color: #fff;
     border: 1px solid #fff;
     padding: 2px 5px;
     display: inline-block;
     text-decoration: none;
     font-size: 12px;
}
 
 .slide-container > img {
     display: none;
}
 .slide-container > img:nth-child(1) {
     display: block;
}
 .jwplayer {
    max-width: 1450px;
    margin:0 auto;
}
 

.container-two-column .col-num-1 .text-center a,
.container-two-column .col-num-2 .text-center a {
	position: relative;
	color: #fff;
	display: block;
}

.caption-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 40px 15px 40px;
	-webkit-transition-property: height;
	-webkit-transition-duration: 1s;
	transition-property: height;
	transition-duration: 1s;
}

.caption-container h3 {
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.fat-callout .caption-container h3 {
	line-height: 5px;
}

.caption-container .caption {
	text-align: left;
}

.not-found {
	clear: both;
	min-height: 517px;
}

.module-simple-container .aboutlistitem {
	width: 100%;
	/* margin: 0 auto;
     padding: 0px;
     */
}

#causes .aboutlistitem .left {
	width: 49%;
	max-width: 575px;
	float: left;
	margin-right: 20px;
	padding: 15px 0;
}

#diagnosis .aboutlistitem .productDesc {
	width: 49%;
	max-width: 575px;
	float: left;
	margin-right: 20px;
	padding: 15px 0;
}

#diagnosis .aboutlistitem:first-of-type .productDesc {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0px;
	padding: 15px 0;
}

.top-page {
	height: 41px;
	width: 40px;
	position: fixed;
	right: 10%;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	margin-top: -60px;
	background-color: #0a6bb2;
	bottom: 20px;
	display: none;
}

.scrolltotop {
	position: relative;
	margin-top: 40px;
    display: block;
    width: 100%;
}

.subHeader h1 {
	font-size: 24px;
	font-weight: bold;
	color: #f29100;
	margin: 0;
	padding-bottom: 0px;
}

#causes .jwplayer {
	float: left;
	width: 49% !important;
	margin: 15px 0 !important;
	max-width: 560px;
}

#diagnosis .jwplayer {
	float: left;
	width: 49% !important;
	margin: 15px 0 !important;
	max-width: 560px;
}

#treatment {
	clear: both
}

.homevideo .jwplayer {
	float: none;
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
	min-height: auto;
}

.homevideo,
.jwplayer {
	padding: 0 !important;
	width: 100% !important;
	max-width: 1024px !important;
	margin: 0 auto !important;
}

.module-simple-container .content-with-floated-image .img-column,
.module-simple-container .content-with-floated-image .caption {
	/* width: 50%;
     */
	float: left;
	padding: 20px 0px;
	;
}

.module-simple-container .content-with-floated-image .img-column img {
	width: auto
}

#casestudy .content-with-floated-image:nth-of-type(3) .img-column {
	float: right;
}


/*=================================== 2 column layout ===================================*/

.wrapper.callout-size {
	margin: 0px 0px 0 0px;
}

.section1 {
	max-width: 100%;
	line-height: 30px;
}

.section1 .subHeader {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
}

.aboutlistitem .productDesc p {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0px;
	margin: 0px;
	color: #4d4d4d;
}

.references {
	padding: 15px 0px;
	margin-bottom: 0px;
	clear: both;
}

.references ol {
	margin: 0 20px;
	padding-left: 0px !important;
}

.references .productDesc {
	padding: 5px 0;
}

.section2 ol {
	margin: 0 20px;
}

.references .subHeader h3 {
	font-weight: bold;
	font-size: 16px;
	font-size: 16px !important;
	color: #333 !IMPORTANT;
	padding:0px;
}

.subHeader h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	line-height: 24px;
}

p a,
p a:hover,
p a:focus,
p a:visited {
	color: #333;
	outline: none;
	font-weight: 400;
	text-decoration: underline;
}

.greybg {
	background-color: #f1f2f0;
}

.module-simple-container .topsection {
	padding: 20px 0;
	margin-top: 20px;
}


/*.facts {
	background-color: #edaa00;
	color: #fff;
	padding: 15px;
}

.facts h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
}

.facts p {
	color: #fff;
	font-weight: bold;
}

.facts .productDesc {
	padding: 5px 0;
}

.facts p small,
.aboutlistitem.facts .productDesc p:last-child {
	font-weight: normal;
	font-size: 14px;
}
*/

.imagesection .left {
	text-align: center;
	padding: 0;
}

.imagesection .caption {
	display: none;
}

.content-with-floated-image .imageright {
	float: right;
	width: 50% !important;
}

.content-with-floated-image .imageright img {
	width: 100%;
}

.content-with-floated-image .caption p {
	float: none;
	font-size: 13px;
	line-height: 19px;
}

#signs {
	clear: both
}

.diagnosiscontent .col-num-1 {
	width: 70%;
	float: left;
}

.diagnosiscontent .col-num-3 {
	width: 30%;
	float: left;
	padding-top: 30px;
}


/*================================= Top Header =================================*/

#top-header {
	padding: 0px;
	height: auto;
	background: transparent;
	display: none;
}

#top-header li {
	display: inline-block;
	vertical-align: top;
	float: none;
	/*position: relative;
    */
}

.GenericMicrosite-logo {
	margin-top: 7px;
	width: 26%;
}

.sirdupla-logo {
	width: 28%;
}

.list-search>a {
	display: inline-block;
	padding-top: 1px;
}

.list-search img {
	left: 4px;
	position: relative;
}

.list-search {
	width: 28%;
	min-width: 30px;
	display: inline-block;
}

.header-text-hcp {
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	font-size: 12px;
}


/*.search {
     margin-top: 61px;
     width: 100%;
}
*/

.search.mobile,
.search.mobile .search {
	display: none;
	margin-top: 0;
}

.list-block3 {
	width: 42%;
	min-width: 30px;
	text-align: right;
}

.header-text-report {
	color: #00bce4;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 7px;
	text-align: left;
}

.flag {
	margin-top: 7px;
	margin-right: 8px;
	float: right;
}

.flag img {
	width: 15px;
}

.country {
	margin-top: 9px;
	margin-right: 20px;
	width: 20px;
	float: right;
	font-size: 12px;
}

.header-text-hcp a,
.country a,
.header-text-report a {
	color: #00bce4;
	font-size: 12px;
}

.header-mylan-logo {
	clear: both;
	width: 35%;
	height: auto;
	text-align: right;
	margin-top: 50px;
	position: absolute;
	right: 0;
}

.header-mylan-logo img {
	width: 110px;
}

.list-item-mylan img {
	position: relative;
	left: 8px;
	top: 6px;
}

#top-header .last {
	padding-right: 0;
}

.logo_separator {
	padding: 0px 10px;
}

.logo-brand_name {
	color: #333;
	position: relative;
	top: 3px;
	font-size: 20px;
	padding-left: 15px;
}

.logo-advocate_text {
	font-size: 14px;
	color: #666;
	padding: 0 6px;
	position: relative;
	bottom: 3px;
	right: 3px;
	font-weight: normal;
}

.mobileText {
	display: none;
}

.desktopText {
	color: #333;
}

.header-text-report.mobile {
	display: none!important;
}

.red-text {
	color: #f94876;
}


/*----------------------references-------------------------------*/

#main-content-wapper .references p,
#main-content-wapper .references ol li,
#main-content-wapper .references ul li {
	font-size: 14px;
	line-height: 18px;
	word-break: break-word;
	color: #4d4d4e;
}

.references .red-text {
	color: #f94876;
}


/*================================= SEARCH =================================
 .container-1 {
     width: 300px;
     vertical-align: middle;
     white-space: nowrap;
     position: relative;
}
 .container-1 .inner {
     margin-bottom: 0;
     margin-top: 0;
     padding-bottom: 0;
     padding-left: 0;
     padding-right: 0;
     padding-top: 0;
}
 .search .placeholder-text:before, .search-module .search::before {
     content: "\f002";
     font-family: 'FontAwesome';
     font-size: 22px;
     font-weight: normal;
     position: absolute;
     color: #666;
     height: 24px;
     width: 25px;
     left: 25px;
     display: block;
     top: 15px;
}
 .top-page::before {
     content: "";
     font-family: 'FontAwesome';
     position: absolute;
     color: #fff;
     font-size: 15px;
     font-weight: normal;
     margin: 10px 0 0 12px;
}
 .searchBar {
     display: table-cell;
     width: 100%;
     max-width: 200px;
     float: right;
     position: absolute;
     padding: 10px 15px;
     bottom: 0px;
     right: 0;
}
 .search .placeholder-text, .search .placeholder-text2 {
     font-size: 16px;
     width: 100%;
     height: 41px;
     border-radius: 20px;
     margin: 0;
     border: 1px solid #646464;
     padding: 0px 15px 0px 35px;
}
 .search .placeholder-text2 {
     width: 188px;
}
 .search-module .submit {
     cursor: pointer;
     height: 40px;
     float: right;
}
 .search-module .submit input {
     width: 100%;
     height: 55px;
     cursor: pointer;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     border: none;
     text-transform: uppercase;
}
 .search-module .submit input:hover {
     background: #eda900;
     transition: .5s ease all;
}
 .search-module .ie8-ie9-only {
     display: none;
}
 .container-1 .icon {
     position: absolute;
     top: 10%;
     margin-left: -24px;
     margin-top: 3px;
     z-index: 1;
     color: #4f5b66;
}
================================= end search =================================*/


/*================================= Footer =================================*/

.fullfooter {
	background-color: #999999;
	padding: 0;
	display: table;
	width: 100%;
	padding-top: 30px;
	line-height: 14px;
	vertical-align: baseline;
	position: relative;
	color: #a6a6a6;
}

.fullfooter .inner {
	padding: 0px;
}

.footer-left {
	display: inline-block;
	float: left;
	/*width:68%;*/
    width: 100%;
}

.footer-left div {
	color: #fff;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	/*float:none;*/
	float: left;
}

.footer-left strong {
	font-size: 14px;
}

#site-wapper .footer-left a,
#site-wapper .footer-left ul li a {
    color: #fff !important;
    outline: none;
    font-size: 14px;
    line-height: 24px;
}

.footerbar {
	display: table;
	padding-top: 0;
	margin: 0px;
}

.footer-left .menu-footer ul {
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	padding-right: 20px;
	padding-left: 14px !important ;
	margin-top: 15px;
    padding-left: 30px !important;
}
.footer-left .menu-footer ul:first-of-type {
   /* padding-left: 0px !important;*/
}
.footer-left .menu-footer ul:last-child {
	border-right: none;
}

.footerbar li {
	float: left;
	font-weight: 400;
	font-size: 12px;
	margin: 0 20px;
	list-style-type: none !important;
}

.footerbar li a {
	color: #a6a6a6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	line-height: 26px;
}

.footerbar li a:hover {
	text-decoration: underline
}

.footerbar li:last-child {
	margin-right: 0;
}

.footerbar li:first-child {
	background: none;
	margin-left: 0px;
}

.footer-warning p {
	font-size: 14px;
	line-height: 16px;
	    padding-top:0px;
}

.copyright,
.footnotes {
	float: left;
	margin-bottom: 20px;
	font-size: 10px;
	color: #fff;
}

.copyright a {
	color: #fff;
}

p.copyright {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	vertical-align: top;
}

.footer-right {
	display: inline-block;
	float: right;
	vertical-align: top;
}

.fullfooter .footer-right {
	float: right;
	width: 24%;
	vertical-align: top;
	padding-top: 0px;
	text-align: right;
	position: relative;
	z-index: 9999;
}
.footer-left-logo img{padding:20px 0px;}
.footer-right img {
	width: 100%;
	float: right;
	margin-top:-108px;
	margin-right: -39%;
}

.footer-right>a {
	float: right;
	font-size: 10px;
}

.footer-right>img {
	float: right;
	position: relative;
	right: -10px;
	top: 55px;
	width: 202px;
}


/*================================= End Footer =================================*/


/*/*================================= Cookie Notice =================================*/

#CustomPopup {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	color: #333;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	margin: auto;
	display: none;
}
.cookie-warning
{
    color: #fff;
    background-color: #0a6bb2;
    padding:0;
    margin:0 auto;
    width: 1024px;
    display:none;
}
.cookie-warning .inner
{
    position:relative;     
    padding: 10px 15px 20px 15px;
}
.cookie-warning .inner p {
    margin-top: 15px;
}
#CustomPopup .inner {
	box-sizing: border-box;
	padding: 0px;
	display:block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 741px;
	max-height: 265px;
}
.patient-reporting .inner{
	    max-height: 237px !Important;	
	
}
.patient-reporting  p{font-size:22px !Important;}

.cookie-warning  h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold
}
.cookie-warning a
{
    color:#fff;
    text-decoration:none;    
}
#CustomPopup{
	font-size: 20px;
	color: #f29100;
	font-weight: bold;
}

.cookie-warning .scrollable h1 {
	display: none;
}
.close-btn button{
	    text-decoration: none;
    margin: auto;
    color: #eca900;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    right:43%;
    bottom:6%;
    outline: none;
    font-size: 22px;
    border: 1px solid #eca900;
    max-width: 170px;
    text-align: center;
    padding:4px 16px;
    border-radius: 10px;
	background:#fff;
}
/*.cookie-warning .scrollable{padding:0px 18px !important;}*/
#CustomPopup{
	font-size: 22px;
	line-height: 30px;
	font-weight:400;
}
#CustomPopup  p {
	font-size:19px;
	line-height: 30px;
	font-weight:400;
    color:#4D4D4D;
}
.cookie-warning .choices
{
    display:block;
    padding:10px 0 0;
}
.cookie-warning .choices .btn a span {
	text-decoration: none;
	margin: auto;
	color: #0a6bb2;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 1;
	/*position: absolute;
	left: 30%;
	bottom: 13%;*/
	outline: none;
	font-size: 16px;
	border: 1px solid #0a6bb2;
    background:#fff;
	/*max-width: 170px;*/
	text-align: center;
	padding: 9px 30px;
	border-radius: 10px;
}

.btn {
	padding: 0px!important;
}

/*.cookie-warning .scrollable {
	width: 100%;
	height: 100%;
	display: table-cell;
	padding: 10px;
	color: #333;
}*/

.cookie-warning .close:focus,
.cookie-warning .close:hover {
	opacity: 1 !important;
	color:#eca900;
}

.cookie-warning .close a:focus,
.cookie-warning .close a:hover {
	opacity: 1;
	color: #337ab7;
}

.cookie-warning .close a {
	color: #eca900;
}

.cookie-warning .close {
	text-decoration: none;
	margin: auto;
	color: #eca900;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 1;
	position: absolute;
	right: 30%;
	bottom: 13%;
	outline: none;
	font-size: 22px;
	border: 1px solid #eca900;
	max-width: 170px;
	text-align: center;
	padding: 9px 39px;
	border-radius: 10px;
    display:none;
}

.cookie-exit-icon {
	/*float: right;
	margin-top: -23px;
	margin-right: -17px;*/
	cursor: pointer;
    color: #0a6bb2;
    border-radius: 18px;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 3px;
    padding: 15px 8px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.cookie-exit-icon:before {
	content: "×"
}


/*---------------------------------End Cookie Notice------------------------------------------*/


/*================================= 404 error page =================================*/

.error-404-headline {
	background: #fff;
	height: 50px;
	padding: 20px 50px 0 50px;
}

.error-404-headline {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.error-404-desc {
	background: #fff;
	padding: 50px;
}

.error-404-desc p:nth-child(2) {
	padding: 20px 0
}

.error-404-desc p:nth-child(3) {
	padding-top: 20px;
}

.error-404-desc,
.error-404-desc p,
.error-404-desc ul {
	font-size: 15px;
}

.error-404-desc ul {
	margin: 0;
	padding-bottom: 20px;
	list-style: none;
}

.error-404-desc ul li {
	padding-bottom: 4px;
	padding-left: 10px;
	position: relative;
}

.error-404-desc ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 6px;
	left: 1px;
	background: #00bbe7;
}


/* ============================================================================= MAIN CONTENT STYLES ========================================================================== */

#header-container {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.carousel-img {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

#site-wapper {
	/* background-color: #fff;
     */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	/* width: 960px;
     */
	margin-top: 0px;
}

#site-wapper .validation {
	margin-top: 100px;
}

.hero-image img {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1024px;
	max-height: 430px;
	    background-size: cover;
}

.lifestyle-changes-banner img {
	max-height: 679px;
}

.content1 {
	width: 1170px;
	margin: 0 auto;
}

.content1 p {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	line-height: 34px;
	font-family: 'HelveticaLTStd-Roman';
	width: 76%;
	margin: 0 auto;
}

.content1 p strong {
	font-family: 'HelveticaLTStd-Bold';
	color: #fff;
	font-size: 24px;
}

.content1 p a {
	color: #000;
	font-size: 24px;
	font-size: 24px;
}

.content-full-width {
	margin: 50px;
	font-size: 14px;
	line-height: 20px;
}

.subHeader p,
.subHeader .h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

a.btn {
	display: block;
	padding: 8px 0;
	text-align: left;
	color: #fff;
	background-color: #64358c;
	width: 210px;
	border-radius: 10px;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

a.btn:hover {
	background-color: #4c2766;
}


/*================================= 3 column callouts =================================*/

.three-blocks {
	margin-right: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.three-blocks-left {
	float: left;
	max-width: 30%;
	margin-right: 30px;
}

.three-blocks-callout {
	/*margin-top:20px;
    */
	min-height: 180px;
	background-color: #f7f7f7;
}

.three-blocks-right {
	overflow: hidden;
	max-width: 30%;
}

.three-blocks-title {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 18px;
}

.three-blocks-callout-text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	overflow: hidden;
}

.three-blocks_callout-line {
	height: 2px;
	background-color: #00b4e5;
	margin: 0 70px 15px -15px;
}

.three-blocks-callout .callout-link {
	margin-top: 20px;
}

.callout-full-width .callout-text {
	padding-right: 50px;
	margin-top: 30px;
}

.three-blocks-callout-img {
	float: left;
	width: 0;
	display: none;
}


/*----------------------------- end alternated images -------------------------*/

.spacing {
	padding-top: 20px;
}


/*
ul.bullet {
	margin-left: 30px;
	margin-bottom: 10px;
}

.bullet li {
	list-style: disc;
}

.callout-pdf-notitle.callout-block.callout-full-width .callout-text {
	font-size: 14px;
}*/


/*================================= Site map =================================*/

.sitemap-page {
	margin: 50px;
}

.sitemap-page>a {
	padding-bottom: 8px;
	display: block;
}

.sitemap-frame {
	padding-top: 12px;
}

.sitemap-page {
	margin: 0px auto;
	width: 64%;
	float: none;
	padding-top: 5%;
}

.sitemap-page>a {
	padding-bottom: 8px;
	display: block;
}

.sitemap-page a,
.sitemap-page li {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}

.sitemap-page ul>li>a,
.sitemap-page ul>li>a:visited {
	color: #f29100;
	text-decoration: none;
}

.sitemap-page ul>li>ul>li>a span,
.sitemap-page ul>li>ul>li>a:visited span,
.sitemap-page ul>li>ul>li>a:hover {
	color: #eda900;
	text-decoration: none;
	font-size: 16px;
}

.sitemap-page a:hover {
	text-decoration: underline;
}

.sitemap-page ul>li {
	padding: 2px 0;
	padding-bottom: 15px;
}

.sitemap-page ul>li>ul>li {
	color: #000;
	list-style: inside;
	list-style-type: circle;
	padding: 5px 0 0;
	text-indent: 15px;
}

.reportEffects a,
.reportEffects a:visited {
	font-size: 18px;
}

.testimonial-mobile {
	display: none;
}

.social-network {
	margin-top: 10px;
}


/*------------------------- SITEMAP -------------------------------*/


/* --------- main menu css -------- */


/* Navigation */

#mobile-menu-wrapper {
	display: block;
	background: #4d4d4d;
	position: relative;
	top: 0px;
	z-index: 9;
}

.hamburger {
	display: none;
	cursor: pointer;
	position: absolute;
	padding: 15px;
	top: 0;
	right: 0;
	z-index: 15;
}

.hamburger .line {
	width: 33px;
	height: 8px;
	background: #e5007b;
	margin: 3px 0;
}

.hamburger .line:first-of-type {
	margin-top: 0;
}

.hamburger .line:last-of-type {
	margin-bottom: 0;
}

#nav-menu a.current {
	background: #00577f;
}

#nav-menu li>ul.subnav-hover>li a:link,
#nav-menu li>ul.subnav-hover>li a:visited,
#nav-menu li>ul.subnav-hover>li a:hover,
#nav-menu li>ul.subnav-hover>li a:focus,
#nav-menu li>ul.subnav-hover>li a:active {
	color: #fff !important;
	text-decoration: none;
}

#nav-menu li>ul.subnav-hover>li a.current:link,
#nav-menu li>ul.subnav-hover>li a.current:visited,
#nav-menu li>ul.subnav-hover>li a.current:hover,
#nav-menu li>ul.subnav-hover>li a.current:focus,
#nav-menu li>ul.subnav-hover>li a.current:active {
	color: #fff;
	background: #00577e;
	text-decoration: none;
	height: 40px;
}

#nav-menu {
	position: relative;
	padding: 0;
	font-size: 112.66667%;
}

#nav-menu.expanded-nav {
	height: 88px
}

#nav-menu ul {
	box-shadow: none!important
}

#nav-menu>ul>li {
	color: #000;
	box-sizing: border-box;
	padding-top: 8px
}

.productDesc>h3 {
	font-size: 133.33333%;
	font-weight: 700
}
.uk-pi-content .productDesc>h3 {font-size:18px; font-weight:700; margin:0px;}
#nav-menu ul>li>ul {
	text-align: left
}

#nav-menu ul>li:first-of-type {
	width: auto;
	/* border-left: 1px solid #828282;*/
}

#nav-menu ul>li:first-of-type>a>span {
	display: none
}

#nav-menu ul>li>ul li {
	background: #b7b7b8;
	border-top: 0;
}

#nav-menu ul>li.selected,
#nav-menu ul>li>ul li.selected {
	background: #4d4d4d;
	color: #fff
}

#nav-menu ul.subnav-hover {
	width: auto;
	left: auto
}

#nav-menu ul.subnav-hover li {
	background: #b7b7b8;
	box-shadow: none
}

#nav-menu li>ul.subnav-hover {
	display: none;
	position: absolute;
	top: 40px;
	z-index: 1;
	left: auto;
	width: auto;
	max-width:162px 
}

#nav-menu li:hover>ul.subnav-hover,
#nav-menu li.selected>ul.subnav-hover {
	display: block!important
}

#nav-menu li:hover ul.subnav-hover {
	display: block
}

#nav-menu li:first-of-type:hover+li.selected>ul.subnav-hover,
#nav-menu li:first-of-type:hover+li+li.selected>ul.subnav-hover,
#nav-menu li:first-of-type:hover+li+li+li.selected>ul.subnav-hover {
	display: block
}

#nav-menu li>ul.subnav-hover {
	padding: 0
}

#nav-menu li>ul.subnav-hover>li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #828282
}

#nav-menu li>ul.subnav-hover>li>a {
	width: auto !important;
	display: block;
	text-align: center !important;
	font-size: 12px!important;
	padding-left: 0;
	padding: 11px 0px;
}

#nav-menu li>ul.subnav-hover>li:hover>a {
	color: #fff!important
}

#nav-menu li>ul.subnav-hover>li:hover {
	background-color: #4d4d4d
}

#nav-menu li>ul.subnav-hover>li:hover a:link,
#nav-menu li>ul.subnav-hover>li:hover a:visited,
#nav-menu li>ul.subnav-hover>li:hover a:hover,
#nav-menu li>ul.subnav-hover>li:hover a:focus,
#nav-menu li>ul.subnav-hover>li:hover a:active {
	color: #000
}

.homepage>#nav-menu {
	border-bottom: 0;
	height: 37px
}

#nav-menu .menu-depth-2>li {
	display: inline-block;
	margin-top: 13px
}

#nav-menu .menu-depth-2 {
	margin-top: -10px;
	border-top: 4px solid #00577e
}

#nav-menu .menu-depth-3>li {
	display: inline-block;
	margin-top: 13px
}

#nav-menu .menu-depth-3 {
	margin-top: -10px;
	border-top: 4px solid #00577e
}

#nav-menu .menu-depth-4>li {
	display: inline-block
}

#nav-menu .menu-depth-4 {
	margin-top: -10px;
	border-top: 4px solid #00577e
}

.sub-headline h2 {
	font-size: 12px;
	color: #353420;
	text-align: center;
	padding: 15px 0;
	font-weight: 400
}

.footer_inner {
	padding: 11px 10px 12px 10px!important
}

.footer_inner .left_side_footer {
	width: 50%
}

.footer_inner .left_side_footer .copyright {
	border: 1px solid #fff;
	padding: 10px;
	font-size: 15px
}

.footer_inner .right_side_footer {
	width: 50%;
	text-align: right;
	color: #ece6d0;
	font-size: 13px
}

.footer_inner .right_side_footer a {
	color: #b3267f
}

.footer {
	background-color: #f29100;
	display: table;
	width: 100%;
	margin-top: 50px;
}

.footer-inner-blk {
	background: #282619;
	padding: 15px 0 20px 15px;
	margin-bottom: 7px
}

.footer-inner-blk .col-1of5 {
	margin-left: 20px
}

.blocktitle {
	color: #b5a45f;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	text-decoration: none
}

.footer-inner-blk .col-1of5 .footerblock ul li {
	margin-bottom: 3px
}

.footer-inner-blk .col-1of5 .footerblock ul li a {
	color: #eeebd8;
	font-size: 12px;
	text-decoration: none
}

.pageWrap-inner {
	border-bottom: 4px solid #282619
}

#footerlogo .content-with-right-image .col-1of3 {
	text-align: right;
	float: right;
	margin-top: -12%
}

#footerlogo .content-with-right-image .col-1of3 img {
	margin-right: 25px
}

#footerlogo .content-with-right-image .grid {
	margin-top: 0
}

.fullfooter .inner .footer-left p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px!important;
	font-weight: 400!Important;
	padding: 10px;
	line-height: 18px;
	font-family: arial
}

.footnotes {
	border: 1px solid #fff;
}

.fullfooter .inner .footer-right .copyright p {
	font-size: 10px!important;
	text-align: right;
	margin: 0 0 5px 0!important;
	font-weight: 400!important;
	padding-top: 0;
	line-height: 20px!Important;
	padding-right: 0!Important
}

.PrivacyContent {
	margin: 0 40px;
	padding: 0 10px 0;
	margin-top: 20px
}

.PrivacyContent h3 {
	font-size: 18px!Important;
	color: #119ae2!Important;
	padding-bottom: 10px!important;
	font-weight: bold!Important
}

.PrivacyContent p {
	padding-top: 0!important;
	font-size: 16px!important
}

.ContactusContent {
	margin: 0 40px;
	padding: 0 10px 0;
	margin-top: 20px
}

.ContactusContent p {
	padding-top: 0!important;
	font-size: 16px!important;
	color: #616161!important
}


/* new css closed */


/***************new code by satish******************************/

.carousel_container {
	background-size: cover
}

#main-content-wapper {
	margin: 0 auto
}


/*
.product-carousel .fat-callout {
	float: left;
	width: 23%;
	margin: 0 7px;
	padding: 0px;
	text-align: center;
	height: 21.5em;
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #eee;
}

.product-section .fat-callout:after {
	content: '';
	width: 2px;
	height: 80%;
	position: absolute;
	top: 40px;
	bottom: 0;
	right: -15px;
}

.product-section .fat-callout:last-child:after {
	content: '';
	border-right: 0px solid #e1e1e1;
	width: 2px;
	height: 80%;
	position: absolute;
	top: 40px;
	bottom: 0;
	right: -15px;
	margin: 10px 0;
}

.product-section.fat-callout .copy .caption p {
	font-size: 12px;
	font-family: Arial;
	padding: 10px 0;
	font-weight: 800;
	color: #333;
	text-transform: uppercase;
}

.product-section.fat-callout .copy .caption img {
	display: block;
	margin: 0 auto
}

.product-section.fat-callout .link {
	padding-top: 20px
}

.product-section.fat-callout .link a {
	font-size: 16px;
	font-family: Arial;
	padding: 15px 25px;
	font-weight: bold;
	color: #fff;
	background-color: #3fa0e5;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 50px
}

#homeblog .col-1of3.col-num-1,
#homeblog .col-2of3.col-num-2,
#homeblog .col-3of3.col-num-3 {
	width: 30%;
	padding: 0 0px;
	margin: 0px 15px !Important;
	height: auto;
	min-height: 410px;
	margin: 0 0px 20px 0;
	border: 4px solid #e1e1e1;
}

.three-products-carousel .fat-callout {
	float: left;
	padding: 0px;
	text-align: center;
	margin: 0px 10px;
	height: 21.5em;
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #eee;
}

div.three-products-carousel {
	margin: 0 auto;
	float: none;
	text-align: center;
}
*/

.fullfooter .copyright {
	display: none
}

.footer-left ul:first-child::after {
	content: "";
	padding: 0px;
	position: absolute;
	width: 2px;
	right: 20px;
	top: 0;
	height: 100%;
	background: #a6a6a6;
}

.footer-left li {
	list-style-type: none;
}

.blog_overlay,
#articleList .blog_overlay {
	height: auto;
	padding: 26px 13px;
	min-height: 210px;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	float: none;
}

.blog_overlay h2 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-weight: bold;
}

.blog_overlay p {
	font-size: 14px;
	font-family: arial;
	color: #333;
	margin: 0;
	padding: 15px 0;
	line-height: 18px
}

.blog_overlay a {
	font-size: 14px;
	font-family: arial;
	color: #00b5e6;
	text-decoration: none;
	text-transform: uppercase;
}

.blog_overlay a:hover {
	font-size: 14px;
	font-family: arial;
	color: #3fa0e5;
	text-decoration: none;
	text-transform: uppercase;
}

.bg-copyright {
	background-color: #666;
	display: none;
}

.copyright {
	float: none;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
	color: #fff
}


/*No need*/

#productsubmenu {
	position: absolute;
	top: 80px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 624px;
	z-index: 99;
	margin-left: 28.2em;
}

#productsubmenu .subnavleft,
#productsubmenu .subnavright {
	display: block;
	float: left;
	padding: 0 25px
}

#productsubmenu .subnavleft {
	width: 40%
}

#productsubmenu .subnavright {
	width: 60%
}

#productsubmenu .subnavleft ul li,
#productsubmenu .subnavright ul li {
	list-style-type: none
}

#productsubmenu::before {
	content: '';
	border-bottom: 15px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	left: 170px
}

.flex-grid-left h3 {
	font-size: 18px;
	padding: 20px;
	background-color: #3fa0e5;
	color: #fff;
	margin: 0
}

.flex-grid-left ul li {
	list-style-type: none;
	padding-left: 35px;
	line-height: 36px;
	color: #333;
	font-size: 18px
}

.flex-grid-left ul li a {
	color: #333;
	font-size: 18px
}

.flex-grid-left ul li:hover a,
.flex-grid-left ul li:focus a {
	color: #3fa0e5;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer
}

.flex-grid-left ul li a:active {
	color: #3fa0e5;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none
}

.bottom h4 {
	font-size: 16px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	min-height: 50px;
	height: 70px;
}

.bottom .productDesc {
	font-size: 14px;
	text-align: center;
	min-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis
}

.bottom .light_gray_bg a {
	color: #3fa0e5;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 25px;
	width: auto;
	margin: 0 auto;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #3fa0e5;
	text-decoration: none;
	bottom: 15px;
	width: 137px;
	left: 0;
	right: 0;
	position: absolute;
	font-weight: normal;
}

.bottom .light_gray_bg a:hover,
.bottom .light_gray_bg a:active,
.bottom .light_gray_bg a:focus {
	color: #fff;
	background: #3fa0e5;
	text-decoration: none;
	font-weight: normal;
}

.bottom .light_gray_bg .flex-item img {
	max-width: 130px;
	max-height: 130px;
	margin: 5px 15px 10px 15px;
	height: 130px
}

.bottom.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
	margin: 15px 0
}

.bottom {
	margin: 15px 0px
}

.bottom.col-lg-12 {
	padding: 0px;
}

.bottom .light_gray_bg {
	padding: 20px 15px;
	background: #f7f7f7;
	text-align: center;
	min-height: 343px
}


/*No need*/

.hero-image .carousel_container {
	width: 1170px!important;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin: 0 auto;
	background-image: url(../images/banner_bg.png);
	background-size: cover;
	max-height: 347px
}

.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
}

.img.col-lg-5 {
	float: left;
	background: #f7f7f7;
	padding: 10px;
}

.panel-title a {
	font-size: 16px;
	font-family: arial;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
	font-size: 16px;
	font-family: arial;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.panel-group {
	margin: 15px 0px;
}

.panel-group {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.panel-body {
	padding: 15px;
	border-bottom: 3px solid #3fa0e5;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: arial;
	margin: 0px;
}

ul.sub-2menu {
	display: none;
}

.footer-left ul li a:hover,
.footer-left ul li a:focus,
.footer-left ul li a:visited {
	text-decoration: underline;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont93e3.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.woff') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf') format('truetype'), url('../fonts/fontawesome-webfont93e3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.slide_image h2 {
	color: #fff;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	padding: 0;
	margin: 0
}

.slide_image h2:nth-child(1) {
	color: #ff0
}

.slide_image a {
	margin-top: 23px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 50px;
	line-height: 15px;
	border: 1px solid #fff
}

.slide_image a:hover {
	color: #fff;
	text-decoration: none
}

.slide_image {
	position: absolute;
	top: 0%;
	right: 0%;
	/* bottom: 0px;
     */
	width: 64%;
	/* margin-bottom: 0px;
     */
	border: 1px solid transparent;
	border-bottom: 792px solid rgba(77, 180, 219, .8);
	border-left: 320px solid transparent;
	border-top-right-radius: 2em;
	max-height: 500px;
}

.slide_image p {
	color: #fff;
	font-size: 32px;
	font-family: 'HelveticaLTStd-Bold';
	text-align: right;
	margin-bottom: 0px;
	line-height: 27px;
}

.slidetext {
	margin-top: 12%;
	float: left;
	margin-left: 1%;
}

.slidetext h5 {
	font-size: 17px;
	font-family: 'HelveticaLTStd-Roman';
	line-height: 19px;
	color: #fff;
	text-align: right;
	clear: both;
}

.dermCarousel.carousel-full {
	width: 100%;
}

div#topimage {
	width: 100%;
	background: #2bbce6;
	min-height: 405px;
}

.aboutlistitem.ourproduct {
	margin-bottom: 20px;
	margin-top: 20px;
}

.product-section .fat-callout p {
	margin-bottom: 5px;
	line-height: 18px;
	color: #00b5e6;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

#main-content-wapper>.container.product-section {
	width: 100%;
	max-width: 100%;
	background: #ebebeb;
	padding-bottom: 30px;
}

.container.product-section .link a {
	font-size: 16px;
	font-family: Arial;
	padding: 9px 19px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #00b5e6;
	color: #333333;
}

.container.product-section .link a:hover {
	background: #00b5e6;
	color: #fff;
}

.white_space {
	position: absolute;
	background-color: #00b5e6;
	width: 15%;
	height: 100%;
	max-height: 132px;
	right: 0;
	bottom: 0;
	margin-top: 20px;
	z-index: 10;
}

span.state-label {
	font-size: 24px;
	color: #333;
	padding-right: 18px;
}

ul#nav>li a.active {
	color: #f00 !Important;
}

select::-ms-expand {
	display: none;
}

.headerright .content p {
	margin: -4px 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'Arial';
}

 :focus {
	outline: none;
}

.quizTitle {
	font-size: 28px;
	font-weight: bold;
	color: #edaa00;
	margin-bottom: 0;
	margin: 15px 0;
}

#btnNext,
#btnStart,
#btnResume {
	border: 1px solid #edaa0c;
	padding: 10px 0;
	color: #edaa0c;
	font-weight: bold;
	width: 200px;
	margin: 20px auto;
	background-color: #fff;
	display: block
}

.cr-icon {
	top: 6px;
	left: 10px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	background: #fff;
	border: 1px solid #edaa00;
	border-radius: 50%;
}

.radio {
	display: inline-block;
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.radio input[type='radio'] {
	display: none;
}

.radio label {
	color: #666;
	font-weight: normal;
}

.radio label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 5px 7px 0;
	width: 25px;
	height: 25px;
	float: left;
	border-radius: 50%;
	border: 1px solid #edaa00;
	background-color: transparent;
}

.radio input[type=radio]:checked+.cr>.cr-icon {
	border-radius: 50%;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 10px;
	content: " ";
	display: block;
	background: #edaa00;
}

#header-content-wrapper {
	display: table;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 846px;
}

#header-content-wrapper .image {
	margin-left: -15px;
	float: none;
}

#header-content-wrapper .image .top_logo_box {
	float: left;
}

#header-content-wrapper .image .content {
	float: right;
}

#main-content-wapper ul,
#main-content-wapper ol {
	padding-left: 20px;
}

#mobile-menu-button {
	display: none
}

#nav-icon {
	width: 22px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#nav-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#nav-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 8px;
	background: #fff!important
}

#nav-icon.open span:nth-child(3) {
	width: 0;
	opacity: 0
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 8px;
	transition-duration: .2s, .2s;
	transition-property: bottom, transform;
	background: #fff!important
}

#nav-menu>ul>li:hover>a,
#nav-menu>ul>li:active>a,
#nav-menu>ul>li:visited>a {
	color: #fff;
	outline: 0;
	margin-bottom: 0;
}

.login_links {
	max-width: 100%;
	width: 30%;
	position: absolute;
	display: block;
	right: 18%;
	bottom: 20px;
}

.login_links a {
	color: #4d4d4d;
	outline: none;
	text-decoration: underline;
}

.container-full {
	max-width: 1024px;
	margin: 0 auto;
}

.container-full.chart .col,
.container-full.chart .col .container {
	padding: 0px;
}

.container-full.chart .col .cf .heading {
	background: #4d4d4d;
	color: #fff;
	padding: 10px 15px;
	height: auto;
	max-height: 75px;
	overflow: hidden;
	width: 100%;
}

.aboutlistitem.container.topsection {
	margin-bottom: 15px;
}

.lightgreybg,
.module-simple-container.container-full.chart,
.module-simple-container.container-full.chart .container-two-column {
	background: #eaeaea;
	margin: 0 auto;
	width: 100%;
	display: grid;
}

.module-simple-container.container-full.chart .container-two-column {
	margin-bottom: 0;
}

.content_display {
	display: inline-block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content_display .img-column img {
	max-height: 213px;
}

.no-padding {
	padding: 0px!important;
}

.hidecaption .caption {
	display: none;
}

.bottommargin {
	margin-bottom: 35px;
}

.topmargin {
	margin-top: 25px!important;
}

.container-full.chart .col-num-1 .heading,
.container-full.chart .col-num-1 .img-column,
.container-full.chart .col-num-1 .caption {
	padding-left: 100px!important;
	padding-bottom: 0px;
	float: none;
}

.container-full.chart .col-num-2 .heading,
.container-full.chart .col-num-2 .img-column,
.container-full.chart .col-num-2 .caption {
	padding-right: 100px!important;
	padding-bottom: 0px;
	float: none;
}

.container-full.chart .col .img-column img {
	width: auto!important;
	max-height: 360px;
	padding-top: 15px!important;
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;
}

.container-full.chart .col .caption {
	width: 100%;
}

.aboutlistitem.symptoms-static,
.aboutlistitem.circle-nav {
	padding: 0;
	z-index: 1;
}

.aboutlistitem.symptoms-static ul,
.aboutlistitem.circle-nav ul {
	padding-left: 0!important;
	text-align: center;
	margin: 20px auto;
	width: auto;
	display: table;
}

.aboutlistitem.symptoms-static li {
	display: table;
	width: 120px;
	background: #eda900;
	height: 120px;
	border-radius: 100%;
	padding: 0px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	margin: 0 8px;
	border: 8px solid #4d4d4d;
	position: relative;
	float: left;
}

.aboutlistitem.symptoms-static li:after {
	content: '';
	width: 24%;
	height: 2px;
	background: #4d4d4d;
	position: absolute;
	left: -28px;
	top: 50%;
	z-index: 0;
}

.aboutlistitem.symptoms-static li:first-child::after {
	content: none;
}

.aboutlistitem.symptoms-static ul li a,
.aboutlistitem.symptoms-static ul li span {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	word-wrap: break-word;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: none;
	position: relative;
	right: 0;
	left: 0;
}

.productDesc img {
	width: 60%;
	margin-left: 20%;
}

.centertext {
	text-align: center;
}


/*** Webinar Page ***/

.container-full.webinardetails {
	top: 0;
	position: relative;
}

.container-full.webinardetails .webinarimage {
	position: relative;
}

.container-full.webinardetails .webinarimage img {
	width: 100%;
	max-height: 500px;
	position: relative;
}

.container-full.webinardetails .webinarimage img+a {
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0;
	background-image: url(../images/Hero_Play_Button.png);
	max-width: 100px;
	max-height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.container-full.webinardetails .webinarimage img+a+h1 {
	position: absolute;
	bottom: 120px;
	max-width: 846px;
	text-align: center;
	color: #edaa00;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.webinar_subtitle h2 {
	font-size: 18px;
	margin: 0px;
}

.webinartextWrapper,
.upcomingwebinars_wrapper,
.Innerpeivideodetails {
	padding: 15px 0px;
	position: relative;
}

.container .webinardetails img {
	width: 30%;
	height: 100%;
	max-width: 235px;
	max-height: 116px;
	float: left;
	display: table;
}

.container .webinardetails .webinardata {
	width: 70%;
	float: left;
	padding: 0px 15px;
	display: table;
	min-height: 117px;
	height: 100%;
}

.container .webinardetails .webinardata .title {
	text-align: left;
	color: #f29100;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.container .webinardetails .webinardata .datetime,
.container .webinardetails .webinardata .speaker_loc_detatils {
	font-size: 14px;
	line-height: 18px;
}

.container.upcomingwebinars>h2,
.archivewebinars h2,
.archivewebinars h1,
.webinarspeakers h1,
.VideoSpeaker h1,
.peivideos .subHeader h2,
.conference h2,
.Downloads h1 {
	color: #f29100;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0px;
	margin-top: 20px;
}

.upcomingwebinars .webinardetails {
	clear: both;
	display: table;
	width: 100%;
	margin: 25px 0px;
	padding: 0px;
	position: relative;
}

.upcomingwebinars .webinardetails a {
	display: block;
	border: 1px solid #f29100;
	max-width: 90px;
	text-align: center;
	color: #f29100;
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
}

.Archivewebinardetails {
	display: block;
	float: left;
	padding: 0px;
}

.archivewebinars_wrapper,
.webinarspeakers {
	clear: both;
	padding: 0px!important;
}

.Archivewebinardetails .archivedata_wrapper a,
.peivideodata a,
.conferencedata a,
.Downloaddata a,
.speakerentry a {
	display: block;
	border: 1px solid #f29100;
	max-width: 100px;
	text-align: center;
	color: #f29100;
	position: relative;
	width: 100%;
	bottom: 0px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	margin: 10px 0px;
	border-radius: 10px;
	font-weight: bold;
}

.peivideo a.close {
	color: #fff !important;
	opacity: 1;
	text-decoration: none;
}

.Archivewebinardetails .archivedata_wrapper a:hover,
.peivideodata a:hover,
.conferencedata a:hover,
.Downloaddata a:hover,
.speakerentry a:hover,
.Archivewebinardetails .archivedata_wrapper a:focus,
.peivideodata a:focus,
.conferencedata a:focus,
.Downloaddata a:focus,
.speakerentry a:focus {
	color: #eca900;
}

.Downloaddata .title,
.downloaddetails h3 {
	font-size:16px;
	font-weight: bold;
	color: #f29100;
	height: auto;
	max-height: 56px;
}

.Newsletter h1,
.Downloads h2 {
	font-size: 24px;
	font-weight: bold;
	color: #f29100;
	height: auto;
	overflow: hidden;
	max-height: 56px;
}

.Newsletter h1 {
	overflow: visible;
	margin-top: 60px;
}

.Newsletter .speakerentry {
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.Newsletter .speakerentry .col-lg-3 {
	padding-left: 0;
}

.Newsletter .speakerentry .col-lg-3 img {
	width: 174px;
	height: 216px;
}

.Newsletter .speakerentry .col-lg-9 {
	padding: 0;
	position: static;
}

.Newsletter .speakerentry .col-lg-9 h3 {
	margin-top: 0;
}

.Newsletter .speakerentry .col-lg-9 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 22px;
	max-height: 100%;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.Newsletter .speakerentry .col-lg-9 a {
	position: absolute;
	bottom: 0;
}

.archivedata_wrapper .web_summary {
	display: none;
}

.Archivewebinardetails>img {
	max-width: 255px;
	max-height: 160px;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.speakerentry>img {
	max-width: 255px;
	max-height: 255px;
	width: 100%;
	height: 100%;
	min-width: 255px;
	min-height: 255px;
}

a.addthis_button {
	border: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
	text-decoration: underline;
}

.Downloaddata a.addthis_button,
.speakerentry a.addthis_button,
.peivideodata a.addthis_button,
.conferencedata a.addthis_button {
	bottom: 0;
}

.peivideodata a.addthis_button {
	bottom: 15px;
}

.peivideo h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

.conferencedetails a.addthis_button {
	bottom: 0px;
}

.formcontrols .lightgreybg {
	padding: 25px 15px;
	margin-bottom: 15px;
	display: table;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff!important;
}

.right {
	text-align: right;
}

#btnsubmit,
#submit,
#btn_contact_submit a label {
	display: block;
	border: 1px solid #eca900;
	background-color: #fff;
	max-width: 100%;
	text-align: center;
	color: #eca900;
	position: relative;
	width: auto;
	bottom: 0px;
	font-size: 24px;
	line-height: 24px;
	height: auto;
	text-transform: uppercase;
	margin: 10px 0px;
	float: right;
	padding: 5px 30px;
	border-radius: 10px;
}

.user-register-button {
	clear: both;
	float: right;
}

.user-register-button a,
.formcontrols .right {
	font-size: 12px;
	color: #333;
	outline: none;
}

.formcontrols .title {
	margin: 20px 0px;
}

div#contact-section {
	padding: 20px 15px;
}

.formcontrols label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.formcontrols .inputarea {
	margin: 15px 0px!important;
	padding-left: 0px;
}

.formcontrols input#Email,
.formcontrols input {
	border: 0px;
}

.infMessage a,
.infMessage a:hover,
.infMessage a:focus,
.infMessage a:visited {
	color: #333;
	font-weight: bold;
	border-bottom: 3px solid #eca900;
	outline: none;
	text-decoration: none;
}

.infMessage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	max-width: 445px;
	max-height: 145px;
	font-size: 22px;
	padding-top: 40px;
}

.promptlogin {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.3);
	z-index: 101;
	width: 100%;
	height: 100%;
	display: block;
}

.left-content .right {
	float: left;
}

.welcomemsg,
#userReg {
	float: left;
	padding-right: 3px;
}

.lightgreybg .aboutlistitem .left {
	float: none;
}

.lightgreybg .aboutlistitem .left img {
	display: block;
	float: none;
	margin: 0 auto;
	max-height: 360px;
	padding: 20px;
}

.module-simple-container.container-full.lightgreybg {
	padding: 20px 0px;
}

#mobile-menu-box {
	height: 24vh;
}

#main-content-wapper .productDesc ul li {
	list-style-type: none;
	position: relative;
}

#main-content-wapper .productDesc ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #edaa00;
	border-radius: 50%;
	float: left;
	margin: 0px;
	position: absolute;
	left: -13px;
	top: 13px;
}

.symptoms-static ul li:before,
.circle-nav ul li:before,
.contactus ul li:before {
	display: none;
}

.samesize .img-column img {
	max-height: 203px!important;
}

.Threec-image-layout .col {
	width: 33.33%;
}

.Threec-image-layout .aboutlistitem .left img {
	margin: 0px;
}

.content-with-floated-image.cf.container.container.centertext .caption {
	position: absolute;
	top: 40px;
	left: 0px;
}

.content-with-floated-image.cf.container.container.centertext .img-column img {
	width: auto!important;
	max-height: 360px;
	padding-top: 15px!important;
	display: block;
	text-align: center;
	margin: 50px auto 10px;
	float: none;
}

.archivedata_wrapper {
	padding-top: 10px;
}

ul.menu-list {
	background: #4d4d4d;
}

imgspace.container .container-two-column .col .aboutlistitem,
imgspace.container .container-two-column .col {
	padding: 15px;
}

#main-content-wapper .productDesc ul li ul li,
#main-content-wapper .productDesc ul ul li {
	list-style-type: none;
	position: relative;
}

.aboutlistitem .productDesc table table td p,
.aboutlistitem .productDesc table td p {
	font-size: 12px;
}

#trs-table.aboutlistitem .productDesc table td p {
	font-size: 15px;
}

.aboutlistitem .productDesc table table td,
.aboutlistitem .productDesc table td {
	border: 1px solid #fff;
	width: 26%;
	padding: 5px;
	font-size: 12px;
}

.aboutlistitem .productDesc table table tr:first-child td,
.aboutlistitem .productDesc table tr:first-child td {
	background-color: #edaa00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.aboutlistitem .productDesc table table tr td:first-child,
.aboutlistitem .productDesc table tr td:first-child {
	text-align: left!important;
}

.centertext .content-image img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.field-validation-error,
span.astric {
	color: #f00;
	font-size: 11px;
}

#mobile-menu-box .menu-list a.selected,
#mobile-menu-box .menu-list .selected>a {
	color: #edaa00;
}

.contactus ul li {
	padding: 0px;
	padding-top: 0px;
}

.contactus ul {
	padding-left: 0px!important;
	padding-top: 10px;
}

.aboutlistitem.container.contactus h2 {
	font-size: 18px;
	color: #F19000;
	font-weight: bold;
	font-family: 'Arial';
	    margin-top: 10px;
    margin-bottom: 0px;
}

.small,
small {
	font-size: 12px;
	line-height: 18px;
}

.no_top_margin {
	margin-top: 0px!important;
}

.padding_top {
	padding-top: 15px;
}

.padding_bottom {
	padding-bottom: 15px;
}


/* new css*/


/*tabbed-interface ul li{
    list-style:none;
    margin: 0 0px;
     padding: 0 10px 0px 5px!important;
     display: inline-block;
     float: left;
     position: relative;
     max-width:29%;
     height: 195px;
}
*/

.tabbed-interface ul.tabs li {
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	width: 25%;
}

.tabbed-interface img.img-responsive.selected {
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	z-index: 99;
}

.tab:hover img.img-responsive.selected,
.active {
	display: inline;
}

.tab img.img-responsive {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	display: block;
}

.tabbed-interface ul.tabs li p {
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #4e4e4f;
	width: 53%;
	margin: 0 auto;
}

.tabbed-interface li.active img.img-responsive.selected {
	display: block !important;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.pane {
	overflow: hidden;
	clear: both;
	padding-top: 10px;
}

.top_logo_box img {
	padding: 32px 10px;
}

#header-content-wrapper .image .content img {
	position: absolute;
	right: 0px;
	padding-top: 32px;
	z-index: -99;
	clip: rect(0px, 180px, 150px, 0px);
}

#orange-text .productDesc p {
	font-size: 16px;
	font-family: Arial;
	color: #4d4d4e;
	font-weight: normal;
	line-height: 26px;
}

#homepagetext p {
	font-size: 22px;
	color: #f29100;
	padding-top: 20px;
}

#orange-text {
	padding-top: 20px;
}

div#second-content p {
	color: #4D4D4E;
}

div#paddingnone {
	padding: 0px;
}

.contactus ul li {
	font-size: 16px;
	color: #4D4D4E;
}

.hero-image {
	position: relative;
	max-width: 1024px;
    margin: 0 auto;
}

.hero-image-text {
	/*position: absolute;
	max-width: 360px;
	top: 18%;
	right: 21%;*/
	    top: 80px;
      right: 7%;
    width: 35%;
	position:absolute;
}

.hero-image-text h2:first-child {
	color: #0A6BB2;
	font-weight: bold;
	font-family: 'arial';
	margin: 0px;
}
.hero-image-text h2{font-size:36px;}
.hero-image-text h2:nth-child(3) {
	color: #0A6BB2;
	font-weight: bold;
	font-family: 'Arial';
	margin: 0px;
}
.accordion.type-d  .caption ul{padding-left:20px !important;}

.hero-image-text h2:nth-child(2) {
	color: #F29100;
	font-weight: bold;
	font-family: 'arial';
	margin: 0px;
}

.tabbed-interface.container ul.tabs {
	padding-left: 0px !Important;
	margin-top: -59px;
	padding-bottom: 20%;
}

.tab-content .productDesc p {
	color: #4d4d4d;
}

.tab a:focus,
a:active,
a:hover {
	text-decoration: none !Important;
}

.tab-content .subHeader h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f19000;
	margin:0px 0px !important;
	line-height: 24px;
}

.aboutlistitem.container.sitemap-page ul li {
	list-style-type: none !Important;
	position: static !Important;
}

.sitemap-page ul>li>ul>li>a {
	color: #4d4d4e !Important;
	font-weight: normal !Important;
}

.sitemap-page .subHeader h1 {
	padding-bottom: 20px !Important;
}

.sitemap-page ul {
	padding-left: 0px !Important;
}

.references ul li {
	font-size: 14px;
	line-height: 18px;
	word-break: break-word;
	width: 100% !Important;
	color: #6f6f6e !important;
	text-align: left !Important;
}

.aboutlistitem.container.section1 ul {
	margin-bottom: 0px;
}

#support ul li h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f29100;
	padding-left: 0px;
}

#support p {
	font-size: 16px;
	color: #4d4d4e;
	margin: 0px;
	padding: 0px 0px;
}

#support p a {
	font-size: 16px;
	color: #4d4d4e;
	margin: 0px;
	font-weight: bold;
}

#support {
	position: relative;
	padding-bottom: 20px;
}

#support .subHeader ul {
	padding-left: 0px !Important;
	margin-bottom: 0px;
	list-style-type: none;
}

.handle h3.sub-headline {
	font-size: 18px;
	font-weight: bold;
	color: #f29100;
	margin: 0px;
	position: relative;
	padding:11px;
}

.handle h3.sub-headline span {
	font-size: 28px;
	font-weight: bold;
	color: #f19000;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
}

#faq {
	margin-bottom: 10px;
}

.accordion.type-d .caption p {
	font-size: 16px;
	padding: 0px 16px;
	color: #4d4d4e;
}

.handle h3.sub-headline:last-child {
	padding-left: 10px;
}

.accordion.type-d.caption ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #edaa00;
	border-radius: 50%;
	float: left;
	margin: 0px;
	position: absolute;
	left: 0px !Important;
	top: 6px !Important;
}

.accordion ul {
	margin-bottom: 0px;
	padding-left: 0px !Important;
}

.pane.expanded {
	padding-top: 11px;
}

#Personal-challege-section3 {
	clear: both;
}

#Personal-challege-section2 {
	clear: both;
}

#Personal-challege-section2 .right {
	text-align: left;
	float: left;
	width: 54%;
}

#Personal-challege-section2 .left {
	padding-right: 10px;
	width: 42%;
	float: right;
	padding-top: 13px;
}

#Personal-challege-section2 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #f29100;
	margin: 5px 0px !Important;
	line-height:24px;
}

#lifestyl5 {
	clear: both;
	padding-top: 10px;
	margin-top: 83%;
}

#managing-section {
	position: relative;
}
div.managing-Clozapine .left img {
    min-height: 615px;
}
div.managing-Clozapine .right .productDesc ul li ul li:before  {
   content: '';
    width: 6px;
    height: 6px;
    background-color: #edaa00;
    border-radius: 50%;
    float: left;
    margin: 0px;
    position: absolute;
    left: 11px !important;
    top: 13px;
}
div#managing-section .right {
	position: absolute;
	top: 41px;
	left: 24px;
	text-align: left;
}

#managing-section .right .subHeader h3 {
	padding-top: 0px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}

#managing-section ul li p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	line-height: 27px;
}

#managing8 .right {
	width: 50%;
	float: right;
	text-align: left;
}

.references ol li a {
	color: #4d4d4e !Important;
	text-decoration: underline;
}

#managing-section ul li {
	position: relative;
	background-image: url(../images/dimond.png);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 30px;
	margin: 8px 0px;
	height:auto;
}

#managing-section ul {
	counter-reset: item;
	padding: 0px;
}

#managing-section ul li:before {
	content: counter(item) " " !Important;
	counter-increment: item !Important;
	font-size: 17px !Important;
	color: #fff !Important;
	font-weight: bold !Important;
	position: absolute;
	left: 11px !Important;
	width: 26px;
	text-align: right;
	background: transparent !Important;
	background-color: transparent !Important;
	/* text-align: center; */
	vertical-align: middle !Important;
	z-index: 99 !Important;
	top: 4px !Important;
}

#managing8 .left {
	width: 50%;
	float: left;
}

#linkmanaging {
	clear: both;
}

div#managing-section .left {
	width: 100%;
}

#section-cpms .left {
	float: right;
}

#section-cpms .right {
	float: none;
	text-align: left;
}

#first-section-cpms {
	padding-bottom: 20px;
}

.tabbed-interface.container-full.three-tab ul.tabs li {
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	width: 33%;
}

.tabbed-interface.container-full.three-tab ul.tabs {
	padding-bottom: 15%;
	max-width: 594px;
	margin: -60px auto auto;
	padding-left: 0px !important;
}

.tabbed-interface.container-full ul.tabs li p {
	width: 80%;
}

div#Trs {
	clear: both;
	float: none;
}

#privacy .subHeader h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f19000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fisrtullist .productDesc ul li {
	list-style-type: decimal !important;
}

#privacy .subHeader h1 {
	padding-top: 41px;
}

.accordion.type-d .caption ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #edaa00;
	border-radius: 50%;
	float: left;
	margin:11px 0px;
	position: absolute;
	left:8px;
}



#Personal-challege-section2 .subHeader h2 {
	margin-top: 0px;
}

.accordion.type-d .caption ul li {
	padding-left:0px
}

#content-section1 .productDesc ul {
	margin-bottom: 0px;
	padding-left: 15px !Important;
}


/*Hcp*/

#hcp-home-text .subHeader h1 {
	font-size: 22px;
	font-weight: bold;
	color: #f29100;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#Hcp-boldcontent1 .productDesc p {
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
	padding-bottom: 0px;
}

#Hcp-boldcontent1 {
	padding-top: 20px;
}

#Diagnosis .subHeader h1 {
	font-size: 24px;
}

#Diagnosis .subHeader h3 {
	color: #f29100;
	font-size: 18px;
}

#Diagnosis .subHeader h2 {
	color: #f29100;
	font-size: 22px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0px;
}

div#Diagnosis {
	padding-top: 25px;
	font-family:arial;
}

#Diagnosis .aboutlistitem .productDesc p {
	color: #4d4d4e;
	padding: 5px 0px;
	vertical-align:middle;
	
}

#Diagnosis ul {
	margin-bottom: 0px;
	padding-left: 15px;
}

#Diagnosis ol>li:before {
	font-weight: bold;
}

.aboutlistitem.h1space .subHeader h1{
    padding-bottom: 10px;
}
#trs-table .subHeader h3{margin-top:10px;}
/* #Diagnosis .handle h3.sub-headline{
     padding-left: 10px;
     font-size:16px;
	 line-height:43px;

}*/

.hcpnavigation ul#nav>li a {
	width: 161px !important;
}

.hcpnavigation ul#nav {
	max-width: 846px !Important;
}

.hcpnavigation {
	background: #f29100 !Important;
}

.hcpnavigation>#nav>li.active,
#nav-menu>#nav>li a.current {
	background-color: #0a6bb2 !Important;
}

.hcpnavigation>li {
	border-right: 1px solid #f5a634 !Important;
}

.no-touch .hcpnavigation ul.subnav-hover>li:hover,
.hcpnavigation ul.subnav-hover>li:hover,
.hcpnavigation ul.subnav-hover>li.active,
.hcpnavigation ul.subnav-hover>li a.current {
	background-color: #f29100 !Important;
}

.hcpnavigation li>ul.subnav-hover>li:hover {
	background-color: #f7bd68 !Important;
}

.hcpnavigation ul.subnav-hover li {
	background-color: #f7bd68 !Important;
	box-shadow: none;
}

.hcpnavigation li>ul.subnav-hover>li {
	border-bottom: 1px solid #f5a634 !Important;
}

.hcpheader .top_logo_box img {
	padding: 10px 10px !Important;
}

.hcpheader .image .content {
	float: right;
	margin: 0px -12% !important;
}

.hcpheader .image .content img {
	position: relative !important;
	right: 0px;
	padding-top: 0px !Important;
	z-index: -99;
	clip: rect(0px, 0px, 0px, 0px) !Important;
}

#visitlink {
	border: 1px solid #f29100;
	border-radius: 20px;
	position: relative;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	padding: 17px 0px 5px 21px;
	margin-bottom:20px;
}

#visitlink a.visit-btn {
	position: absolute;
	right: 32px;
	bottom: -18px;
	background: #f29100;
	width: 125px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	height: 38px;
	line-height: 35px;
	z-index: 99;
	font-family: 'HelveticaNeueLTStd-Md';
	    letter-spacing: 5px;
}

#Diagnosis .references ol li a {
	color: #4d4d4e !Important;
	text-decoration: underline !Important;
}

#diagnosislistview .productDesc ul li:before {
	content: '';
	width: 50px;
	height: 100%;
	background-color: #edaa00;
	border-radius: 0px;
	float: left;
	margin: 0px;
	position: absolute;
	left: -38px;
	top: 0px;
	z-index: -99;
}

#diagnosislistview .productDesc ul li {
	list-style-type: upper-alpha;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

#diagnosislistview .productDesc ul li p {
	font-weight: bold;
	margin: 0px 23px;

}

#diagnosislistview .productDesc ul li:nth-child(odd) {
	background: #e6f0f7;
	z-index: 99;
	border-bottom: 1px solid #fff;
}

#diagnosislistview .productDesc ul li:nth-child(even) {
	background: #cee1ef;
	z-index: 99;
	border-bottom: 1px solid #fff;
}

#diagnosislistview .productDesc ul {
	margin-left: 20px;
	padding-top: 10px;
}

#diagnosiscolor h4 {
	color: #f29100;
	font-weight: bold;
}

.grey-separator-column {
	background: #e8eae9;
	max-width: 1024px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
	padding-bottom: 10px;
}

.grey-separator-column .col-1of3.col-num-1 {
	width: 41%;
	float: left;
}

.grey-separator-column .col-2of3.col-num-2 {
	display: none;
}

.grey-separator-column .col-3of3.col-num-3 {
	width: 46%;
	float: right;
}

.grey-separator-column .inner {
	width: 825px;
	padding-top:15px;
}

.grey-separator-column .col-1of3.col-num-1:after {
	background: #f29100;
	width: 1px;
	content: "";
	display: block;
	position: absolute;
    top: 27px;
    bottom: 0;
    left: 50%;
    height: 90%;

	vertical-align: middle;
}


/* .grey-separator-column .col-2of3.col-num-2 .aboutlistitem.separator{
    border-right:1px solid #f29100;
     min-height:67vh;
}*/

.white-separator-column {
	position: relative;
}

.white-separator-column .col-1of3.col-num-1 {
	width: 41%;
	float: left;
}

#Diagnosis .accordion.type-d .handle {
	width: 825px;
	background-size: cover;
}

.white-separator-column .accordion.type-d .handle {
	width: 384px !Important;
	background-size: cover;
}

.white-separator-column .col-3of3.col-num-3 {
	width: 46%;
	float: right;
}

.white-separator-column .inner {
	width: 825px;
}

.white-separator-column .col-1of3.col-num-1:after {
	background: #f29100;
	width: 1px;
	content: "";
	display: block;
	position: absolute;
top: 6px;
    bottom: 0;
    left: 50%;
    min-height: 80%;
}

.hcpnavigation ul>li:first-of-type {
	border-left: 1px solid #fff;
}

.hcpnavigation ul#nav>li {
	border-right: 1px solid #fff;
}

#treatmentsection1 ul {
	column-count: 2;
	column-gap: 40px;
	font-weight: bold;
	width: 75%;
}

#mostcommon ul li p {
	color: #f29100 !Important;
	font-size: 16px;
}

div#mostcommon {
	padding-top: 10px;
}

#trs-table table tr:first-child th {
	background: #f29100;
	text-align: left;
}

#trs-table table tr:first-child th p {
	background: #f29100;
	font-size: 14px;
	color: #fff !important;
}

#trs-table table tr:nth-child(2) {
	background: #5397c9 !Important;
}

#trs-table table tr:nth-child(2) p {
	text-align: center;
	color: #fff !important;
	font-size: 14px;
}

.adversetable table tr:nth-child(2) p {
	text-align: left!important;
}

.adversetable table tr:nth-child(3) {
	background: #e6f0f7;
}

#trs-table table th {
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 7px;
}

#trs-table table tr:nth-child(3) {
	background: #5397c9;
}

.trsdata table tr:nth-child(3) {
	background: #5397c9 !important;
}

#trs-table table tr:nth-child(odd) {
	background: #e6f0f7;
}

#trs-table table tr:nth-child(even) {
	background: #cee1ef;
}

#figurethree-content {
	position: relative;
}

#figurethree-content .right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	text-align: left;
}

#figurethree-content .right .subHeader {
	background-color: #f29100;
	color: #fff;
	padding: 7px;
}

#figurethree-content .right .subHeader h4 {
	font-size: 14px;
	font-weight: bold;
}

#figurethree-content .left {
	margin-top: 0%;
	float: none;
}

div#figuresmallcontent {
	overflow: hidden;
}

div#lowrate ul {
	font-weight: bold;
}

div#figuresmallcontent p {
	font-size: 11px;
}

div#trsquality .aboutlistitem {
	float: left;
	width: 47%;
}

div#trsquality .content-image {
	float: left;
	width: 53%;
}

div#trsquality .content-image img {
	padding-top: 15px;
}

#hightrate-table table tr:first-child th {
	background: #f29100;
	text-align: left;
}

#hightrate-table table tr:first-child th p {
	background: #f29100;
	font-size: 14px;
	color: #fff !important;
}

#hightrate-table table tr:nth-child(2) {
	background: #5397c9;
}

#hightrate-table table tr:nth-child(2) p {
	text-align: center;
	color: #fff !important;
	font-size: 13px;
}

#hightrate-table table th {
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 7px;
}

#hightrate-table table tr:nth-child(3) {
	background: #5397c9;
}

#hightrate-table table tr:nth-child(3) p {
	font-size: 13px;
	color: #fff !important;
	font-weight: bold;
}

#hightrate-table tr:nth-child(4) {
	background: #e6f0f7;
}

#hightrate-table tr:nth-child(5) {
	background: #cee1ef;
}

#hightrate-table tr:nth-child(6) {
	background: #e6f0f7;
}

#hightrate-table td:last-child {
	text-align: center;
}

#hightrate-table span {
	font-size: 22px;
	text-align: center;
	display: block;
	color: #f29100;
	font-weight: bold;
}

#hightrate-table td span:nth-child(4) {
	color: #000;
}

#highdetail .col.col-1of3.col-num-1 {
	float: left;
	width:39%;
}

#highdetail .col.col-2of3.col-num-2 {
	display: none
}

#highdetail .col.col-3of3.col-num-3 {
	float: right;
	width: 60%;
}

#somepaitent {
	overflow: hidden;
}

.adversetable .productDesc table table td,
.adversetable .productDesc table td {
	border: 1px solid #fff;
	width: auto;
	padding: 5px;
	font-size: 12px;
}

.adversetable .productDesc table td p {
	color: #000 !Important;
}

.adversetable table tr:nth-child(2) {
	background: #5397c9 !important;
}

.accordion.type-d .pane.expanded .caption div p {
	border: 1px solid #f29100;
	border-radius: 20px;
	padding: 16px 0px 13px 19px;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.accordion.type-d .pane.expanded .caption div b {
	position: absolute;
	top: -14px;
	background: #fff;
	padding: 0 11px;
	color: #f19000;
	font-size:22px;
		font-family: 'HelveticaNeueLTStd-Md';
	    letter-spacing: 5px;

}

#efficancy .col.col-1of3.col-num-1 {
	width: 47%;
	float: left;
}

#efficancy .col.col-2of3.col-num-2 {
	display: none;
}

#efficancy .col.col-3of3.col-num-3 {
	width: 47%;
	float: right;
}

#figurethree-content .left img {
	margin-top: 64px;
}

#efficancy #figurethree-content .left img {
	margin-top: 92px;
}

.accordion.type-d .pane.expanded .caption ol li {
	font-size: 16px;
	color: #f29100;
	font-weight: bold;
	list-style-type: none;
}

.accordion.type-d .pane.expanded .caption ol li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	display:inline-flex;
	margin-bottom:0px;
}

.accordion.type-d .pane.expanded ol {
	margin-left: 0px;
	position: relative;
	padding-left: 10px !Important;
}

.accordion.type-d .pane.expanded ol li>ol li:nth-child(odd) {
	background: #e6f0f7;
	z-index: 99;
	border-bottom: 1px solid #fff;
}

.accordion.type-d .pane.expanded ol li>ol {
	padding-left: 39px !Important;
}

.accordion.type-d .pane.expanded ol li>ol li {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #fff !Important;
	list-style-type: upper-alpha !Important;
}

.accordion.type-d .pane.expanded ol li>ol li:nth-child(even) {
	background: #cee1ef;
	z-index: 99;
	border-bottom: 1px solid #fff;
}

.accordion.type-d .pane.expanded ol li>ol li p {
	padding: 10px 13px !important;
	vertical-align:middle;
}

.accordion.type-d .pane.expanded ol li>ol li:before {
	content: '';
	width: 45px;
	height: 100%;
	background-color: #edaa00;
	border-radius: 0px;
	float: left;
	margin: 0px;
	position: absolute;
	left: -38px;
	top: 0px;
	z-index: -99;
}

#treatmentmanagment .col-1of3.col-num-1 {
	width: 50%;
	float: left;
}

#treatmentmanagment .col-3of3.col-num-3 {
	width: 50%;
	float: right;
}

#myCarousel .carousel-inner .item p {
	position: absolute;
	bottom: 0px;
	top: 10%;
	font-size: 28px;
	display: block;
	color: #fff;
	right: 12%;
	font-weight: bold;
	max-width: 75%;
	margin: 0 auto;
	text-align: center;
}

#myCarousel .carousel-inner .item p span {
	color: #f19000;
	font-weight: bold;
}

.col-lg-12.col-md-12.col-sm-12.testmonial-video-details .col-md-4 {
	padding-left: 0px;
}

.testmonial-video-data h3.title {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #f29100;
	height: auto;
	overflow: hidden;
	max-height: 45px;
	margin-bottom: 6px;
}

.testmonial-video-data a {
	display: block;
	border: 1px solid #f29100;
	max-width: 80px;
	text-align: center;
	color: #f29100;
	position: relative;
	width: 100%;
	bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	margin: 10px 0px;
	border-radius: 10px;
}

.testmonial-video-data p {
	font-size: 16px;
	color: #4d4d4d;
	min-height: 99px;
}

.col-lg-12.col-md-12.col-sm-12.testmonial-video-details {
	margin: 20px 0px;
}


/*  Video Pop up **/

.interstitial a.close_popup,
.interstitial a.close_popup:hover,
.interstitial a.close_popup:focus,
.interstitial a.close_popup:visited {
	position: absolute;
	top: -25px;
	right: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	height: auto;
	z-index: 1005;
	bottom: auto;
}

.videopopup.interstitial {
	position: fixed;
	right: 0;
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 700px;
	vertical-align: middle;
	max-height: 395px;
	margin-top: auto!important;
}


/** End Video Pop up **/

#treatmentsection1 {
	padding-bottom: 10px;
}

#Diagnosis .handle h3.sub-headline {
padding:11px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff !Important;
}

div#hcpcontactus {
	padding-top: 20px;
}

.col-lg-12.col-md-12.col-sm-12.paddingnone {
	padding: 0px;
}

.col-lg-12.col-md-12.col-sm-12.paddingnone .title h1 {
	font-size: 22px;
	font-weight: bold;
	color: #f29100;
}

.mylantext {
	/* padding: 50%; */
	padding-top: 59%;
}

.paddingimg .left img {
	padding-top:21px;
}

.trspading {
	padding: 8px 0px;
}

#managing8 .left img {
	margin-top: 5px;
}

div#lifestyl7 {
	clear: both;
}

#lifestyl6 .left {
	float: left;
	width: 50%;
}

#lifestyl6 .right {
	width: 50%;
	float: right;
	text-align: left;
}

#lifestyl6 .right .subHeader h2 {
	margin: 0px 0px !Important;
}

div#lifestyl6 {
	padding-top: 10px;
}

.white-separator-column .accordion.type-d .caption p {
	padding: 0px 12px;
}


}
#paitentdetail {
	margin: 0px -13px;
}
#paitentdetail .InnerDownloaddetails.col-lg-4.col-md-4.col-sm-12 {
	padding-bottom: 15px;
}
#contactform h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f29100;
	padding: 0px 12px;
	font-family: 'Arial';
}
.col-lg-5.col-md-5.col-sm-12.margin-left {
	padding-top: 34%;
}
.control-label.required-lbl {
	float: right;
	margin: -24px 0px;
	font-size: 11px;
	font-family: Arial;
}
#btn_contact_submit {
	float: right;
	margin-top: 86%;
	box-shadow:none
}
#support-service .col-1of3.col-num-1 {
	width: 45%;
	float: left;
}
#support-service .col-3of3.col-num-3 {
	width: 45%;
	float: right;
}
.lifestyle-changes-banner {
	position: absolute;
	left: 0;
	right: 0;
}
.lifestyle-changes-banner .hero-image-text {
	width: 100%;
	top: 16px;
	right: 0px;
	left: 0px;
	max-width: 825px;
	margin: 0 auto;
}
.lifestyle-changes-banner h4 {
	font-size: 18px;
	font-weight: bold;
	color: #f29100;
}
.lifestyle-changes-banner p {
	font-size: 16px;
	color: #fff;
	margin-bottom:6px;
	font-weight: bold;
}
#privacy .productDesc ul li:before {
	background-color: #4d4d4e !Important;
}
.list-title-1 {
	background-color: #d10a10;
	border: 4px solid #000;
	height: 121px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 121px;
	margin: 0 auto;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 19px;
}
.list-title-2 {
	background-color: #f29100;
	border: 4px solid #000;
	height: 121px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 121px;
	margin: 0 auto;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 19px;
}
.list-title-3 {
	background-color: #84bd00;
	border: 4px solid #000;
	height: 121px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 121px;
	margin: 0 auto;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 19px;
}
.list-title-1 p,
.list-title-2 p,
.list-title-3 p {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 121px;
	width: 110px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.listcontrol .row {
	margin-bottom: 0px;
	margin-left: -5px;
}
.listcontrol .row .col-md-4.col-lg-4.col-sm-12.grey-bc {
	width: 17.333333%;
	min-height:200px;
	background: #4d4d4d;
	position: relative;
}
.listcontrol .row div#list-content-2,
div#list-content-1,
div#list-content-3 {
	width: 82.666667%;
	min-height: 162px;
}
#list-content-2,
div#list-content-1,
div#list-content-3 p {
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
}
div#colorlist {
	background-size: cover;
}
#section-cpms {
	padding-top: 10px;
}
#list-content-2 p {
	padding-top: 7%;
}
div#list-content-1 p {
	padding-top: 22px;
}
div#list-content-3 p {
	padding-top: 10%;
}
.formcontrols label a {
	color: #4d4d4d;
	text-decoration: underline;
}
#mostcommon ul li {
	list-style-type: decimal !Important;
	color: #f29100 !Important;
	font-weight: bold;
}
#mostcommon ul li:before {
	background-color: none !Important;
	content: none !Important;
}
div#hightrate-table {
	margin-top: 12%;
}
#hightrate-table strong {
	font-size: 22px;
	text-align: center;
	display: block;
	color: #000;
	font-weight: bold;
}
#hightrate-table p span {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #000;
	font-weight: bold;
}
.accordion.type-d .pane.expanded h3 {
	color: #f29100;
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	/*padding-left: 10px; */
	margin-bottom:0px;
}
#treatmentpadding {
	padding-bottom: 12px;
}
.white-separator-column .handle h3.sub-headline {
    padding: 11px 0px;
}
.topadding {
	padding-top: 30px;
}
.pane .tab-content .paddingbottom {
	padding-bottom: 10px;
}
#Diagnosis .paddingbottom {
	padding-bottom: 10px;
}
#support p b {
	text-decoration: underline;
}
textarea.form-control {
	height: 199px !IMPORTANT;
}

@media screen and (-moz-os-version) {
   .hero-image-text{right:4%;}
   
   .listcontrol .row .col-md-4.col-lg-4.col-sm-12.grey-bc{min-height:172px;}
}


.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}
.checkmark.noborder {
    border: none!important;
    background-color: #fff;
}
.checkbox_container input:checked ~ .checkmark {
    background-color: #eeaa05;
}
label.checkbox_container{padding-left:15px;}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
 .checkbox_container span{padding-left: 11px;}
.positive .subHeader h3{ font-size:22px !Important;}
.accordion.type-d .pane.expanded .caption ol li h4 span{padding-right:10px;}
.paddingbottomh1 .subHeader h1{padding-bottom:10px;}
.trsdata .subHeader h3{margin-top:0px !Important;}
  
  @media all and (-ms-high-contrast:none)
         {
			#diagnosislistview .productDesc ul li p{display:inline-block;float:none; vertical-align:middle;} 
			.accordion.type-d .pane.expanded .caption p{display:inline-block; float:none;}
			.accordion.type-d .pane.expanded ol li>ol li p{display:inline-block;}
	
			
		 }
.footer-left .footer-copyright p{
	    padding-top: 8px;
    font-size: 12px;
    margin: 0px;
}
.smpccontent {
    padding-bottom: 20px;
}
.smpccontent .productDesc a{text-decoration:none;}
form#onLocationForm {
    display: none;
}
.managing-Clozapine ul li >ul li:before{
	content: '';
    width: 6px;
    height: 6px;
    background-color: #edaa00 !Important;
	background:#edaa00 !Important;
    border-radius: 50%;
    float: left;
    margin: 0px;
    position: absolute;
    left: -13px;
    top: 13px;
}
.managing-Clozapine ul li >ul li{background-image:none !Important;}

.reporting-sideeffect .scrollable {
	width: 100%;
    height: 100%;
    display: table-cell;
    padding: 10px;
    color: #333;
    padding: 0px 18px !important;
}
.reporting-sideeffect .scrollable h3 {
    font-size: 20px;
    color: #f29100;
    font-weight: bold;
}
.reporting-sideeffect .scrollable p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.download-heading {
    padding-top: 25px;
}		
.Downloaddata p{
	    width: 226px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	
}
.tabbed-interface.container-full.schizophrenia-clozapine ul.tabs li p {
    width: 48%;
}
.tabbed-interface.container-full.schizophrenia-clozapine ul.tabs{    margin: -58px auto auto;}
.uk-pi-content h4{margin-bottom:0px;}
.uk-pi-content .productDesc div{border:1px solid #000;     padding: 5px 11px;}
.uk-pi-content ul li:before{background-color:#000 !Important;}
.smpc .productDesc ul li p a sup {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #223A76;
    line-height: 21px !important;
}
.smpc .productDesc ul li p a:hover {
    text-decoration: underline !important;
}

.downloaddetails .slick-track{float:left;}
.downloaddetails .slick-dots{display:none !important;}
.footer-warning {
    width: 68%;
}