@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
	background-color:#FFF;
	font-size:15px;
	overflow-x: hidden;
	color: #000;
	font-family:"Muli","Helvetica Neue",Helvetica,sans-serif,Arial !important;
	letter-spacing: 0.3px;
}
.maincontent {
    margin: auto;
    max-width: 100%;
	position: relative;
    float: left;
    width: 100%;
}
body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

ul {
	list-style:none;
}

/*.f-icon, .t-icon, */.search-icon, .faq-icon, .forums-icon, .videos-icon, .charmeasycare-icon, .api-icon, .ehr-uguide-icon, .phr-uguide-icon, .getting-started-icon, .whats-new-icon, .labs-icon, .swipe-card-icon, .meaningful-use-icon, .phone-icon, .msg-icon, .telehealth-icon, .billerpro-uguide-icon, .connect-icon, /*.y-icon, .linkedin-icon,*/ .health-passport-icon, .mobile-guide-icon, .podcast-icon {
	background:url(../images/resources.png) no-repeat scroll 0 0 / 400px 440px rgba(0, 0, 0, 0);
}

/*Home contact Start*/
.contact {
	/*background-color:#1C90C2;*/
	padding: 0 0 40px;
}
.contact iframe {
	display: inline-block;
	max-width: 765px;
	width: 100%;
	overflow: hidden;
	height: 600px;
}
.sectionheading {
	font-size:23px;
    font-weight:400;
    margin-bottom:30px;
    text-align:center;
}
.contact .sectionheading {
	color:#000;
}
.contact input, .contact textarea {
	color:#FFF;
	font-family:"Muli","Helvetica Neue",Helvetica,sans-serif,Arial !important;
	font-size:14px;
	background-color:transparent;
	border:none;
	resize:none;
	box-shadow:none;
	outline:none;
	height:100%;
	width:100%;
}
.contact .input, .contact .textarea {
	border:1px solid #FFF;
	display:inline-block;
	padding:10px;
	margin:0 5px 12px;
	width:200px;
}
.contact .textarea {
	margin:0 8px 12px;
}
.contact .input ::-webkit-input-placeholder, .contact .textarea textarea::-webkit-input-placeholder  {
	color:rgba(255,255,255,0.7);
}
.contact .textarea {
	height:80px;
	width:435px;
}
.contact .button {
    background-color:#000;
    color:#fff;
    display:inline-block;
    font-weight:400;
    margin:15px 0 40px;
    padding:10px 40px;
	width:auto;
}
.contact-pm span {
	color:#000;
	font-size:18px;
	margin:0 13px;
}
.phone-icon, .msg-icon {
	background-position:-174px -4px;
	display:inline-block;
	height:30px;
	margin:0 10px -8px 0;
	width:30px;
}
.msg-icon {
	background-position:-216px -4px;
}
/*Home contact End*/

/*Header Start*/
.top-header {
    background-color: #1F0227;
	box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
    float: left;
    height: 90px;
    position: relative;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 9px rgba(0,0,0,0.05);
	padding: 12px 0;
	transition: all 0.5s;
	transform: translateY(-0);
    letter-spacing: normal;
}
.top-header.animated {
	transform: translateY(0);
}
.logo {
    background: url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 450px 1400px rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
}
.logo {
    background-position: -11px -23px;
    float: left;
    height: 42px;
    margin: 11px 0;
    width: 200px;
}
.topmenu {
    float: right;
}
.topmenu li {
    float: left;
}
.topmenu li a {
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 16px 13px 14px 3px;
    font-weight: 300;
}
.topmenu li:nth-child(2) a {
	padding-right: 0;
}
.topmenu a {
    color: #FFF;
    font-weight: 300;
}
.topmenu ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 2px 0 10px;
    margin: 79px 0 0 -2px;
    width: 270px;
}
.topmenu ul li {
    padding: 0;
    margin: 0;
}
.topmenu ul li a {
    float: left;
    text-align: left;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
    padding: 10px 20px;
    height: auto;
    width: 230px;
}
.topmenu ul li:hover a {
    background-color: #fca000;
    color: #FFF;
    font-weight: 400;
}
.topmenu1 {
    float: right;
}
.topmenu1 li {
    float: left;
}
.topmenu1 li a, .topmenu1 li label {
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding: 22px 12px;
}
.topmenu1 li label {
	cursor: default;
}
.mbp-topmenu li a {
	border-bottom: 2px solid #FF0000;
	padding: 3px 0 5px;
	margin: 17px 30px 0 0;
}
.topmenu1 a, .topmenu1 label {
    color: #FFF;
}
.topmenu1 #ProductsTab, .topmenu1 #ServicesTab, .topmenu1 #ResourcesTab, .topmenu1 #Specialities, .topmenu1 #Marketplace {
    margin-right: 12px;
}
.topmenu1 .down-arrow {
    display: inline-block;
    margin: 0 0 1px 1px;
}
.topmenu1 .down-arrow:before, .topmenu1 .down-arrow:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -4px 5px -5px 0;
    width: 8px;
}
.topmenu1 .down-arrow:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: -4px 5px -5px;
}
.topmenu1 ul {
    background-color: #FFF;
	box-shadow: 0 0.2286rem 2.086rem rgba(4, 62, 113, 0.15);
	border-radius: 0.3571rem;
	position: absolute;
	text-align: left;
	font-weight: normal;
	-webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
	z-index: 100;
    margin: 60px 0 0 -2px;
	padding: 10px;
    width: 220px;
    display: none;
}
.topmenu1 ul li {
	float: left;
    padding: 0;
    margin: 0;
	width: 100%;
}
.topmenu1 ul li a {
	border-radius: 0.2143rem;
	box-sizing: border-box;
	color: #000;
	float: left;
	line-height: 1.786rem;
	padding: 0.3571rem 0.5714rem;
	transition: all 2.9s;
	width: 100%;
}
.topmenu1 ul li a:hover {
    background-color: #f3f6f9;
    color: #FF9C24;
    font-weight: 400;
}
.signin-button, .signup-button {
	border-radius: 100px;
    color: #FFF;
    float: right;
    font-size: 13.5px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 35px;
    line-height: 36px;
    margin: -7px 0 -15px;
    text-align: center;
}
.signin-button {
	border: 1px solid #FFF;
	font-size: 14px;
	line-height: 2.3;
    padding: 0 16px;
	margin-top: -2px;
}
.signup-button {
    background-color: #FFF;
    color: #900A5F;
    padding: 1px 20px;
    position: relative;
}
.top-header .signup-button {
    margin: -2px 0 -11px 0;
}
.h1 {
    font-size: 23px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
/*Header End*/

/*mHeader Start*/
.charm-menu {
    background-color: #FFF;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    vertical-align: top;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    z-index: 100;
    margin: 75px 0 20px 0;
    transition: transform 500ms ease 0s;
    -webkit-transition: -webkit-transform 500ms ease 0s;
    transform: translate3d(360px, 0px, 0px);
    -webkit-transform: translate3d(360px, 0px, 0px);
    height: 100%;
    width: 260px;
    padding: 0 45px 10px 15px;
}
.show-sidebar .charm-menu {
    transform: translate3d(30px, 0, 0px);
    -webkit-transform: translate3d(30px, 0px, 0px);
}
.menu-icon {
	float: left;
	display: none;
	cursor: pointer;
	height: 38px;
	margin: 13px 4px 0 -4px;
	width: 34px;
}
.menu-icon:before {
	border-top: 1.5px solid #FFF;
	border-bottom: 1.5px solid #FFF;
	content: "";
	float: left;
	height: 5px;
	margin: 11px 7px 0;
	width: 20px;
}
.menu-icon:after {
	background-color: #FFF;
	content: "";
	float: left;
	height: 1.5px;
	margin: 5px 7px 0;
	width: 20px;
}
.charm-menu ul {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.charm-menu ul li {
    border-top: 1px solid #f8ebff;
    border-Bottom: 1px solid #f8ebff;
    float: left;
    margin-top: -1px;
    width: 100%;
}
.charm-menu ul li:nth-child(1) {
    border: none;
}
.charm-menu li a, .charm-menu li label {
	border-radius: 0.2143rem;
    float: left;
    color: #000;
    font-size: 17px;
    line-height: 45px;
    padding: 0 3%;
    width: 94%;
}
.charm-menu li a:hover, .charm-menu li label:hover {
	background-color: #f3f6f9;
	color: #FF9C24;
}
.charm-menu ul.sub-list {
    padding: 10px 0;
}
.charm-menu ul.sub-list li {
    border: none;
}
/*mHeader End*/

/*header {
	background-color:#FFF;
	box-sizing: border-box;
	float:left;
	width:100%;
	height: 77px;
	padding:8px 0 15px;
}
header img {
	float:left;
	margin:9px 0 0;
	width:198px;
}
.f-icon, .t-icon, .y-icon, .linkedin-icon {
    background-position:-10px -4px;
    cursor:pointer;
    float:left;
    height:29px;
    margin:16px 0 0 12px;
    width:29px;
}
.t-icon {
    background-position: -53px -4px;
    margin-left:0;
}
.y-icon {
    background-position: -94px -5px;
}
.linkedin-icon {
    background-position: -138px -5px;
}*/
.hd {
    color:#FFF;
    font-size:13px;
    line-height: 1;
    margin: 0;
}
.header {
	background-color: #9A006A;
	box-sizing: border-box;
	float: left;
    height: 80px;
	margin: 0 0 20px;
	padding: 18px 0;
	width: 100%;
}
.header h2, .header h1 {
	color:#FFF;
    float:left;
    font-size:24px;
	font-weight:400;
    line-height: 1;
}
.search-but {
	background-color:#FFF;
	border-radius: 100px;
	float:right;
	height:28px;
	padding:4px;
	margin-top: 4px;
	width:250px;
}
.search-but .search-icon {
	background-position:-264px -8px;
	float:left;
	height:24px;
	margin:3px 5px 0 3px;
	width:24px;
}
.search-but input {
	float:left;
	border:none;
	font-size:14px;
	-webkit-appearance:none;
	padding-top:3px;
	height:22px;
	width:200px;
}

/*Home Banner Start*/
.banner {
	background-color:#9A006A;
	float:left;
	margin: 0 0 20px;
	padding:30px 0;
	width:100%;
}
.banner h1 {
	color:#FFF;
	font-size:32px;
	font-weight:300;
	display: inline-block;
	margin-right:35px;
	vertical-align: top;
       line-height: 1.5;
}
.banner .search-but {
	box-sizing: border-box;
	float:none;
	display:inline-block;
	height:auto;
	width:auto;
	margin-top: 1px;
	vertical-align: top;
	padding: 4px 10px;
	width: 100%;
	max-width: 560px;
}
.banner .search-but form {
	display: flex;
}
.banner .search-but input {
	font-family:"Muli","Helvetica Neue",Helvetica,sans-serif,Arial !important;
	font-size:18px;
	font-weight:200;
	outline:none;
	height:40px;
	padding:0 0 0 10px;
	width:500px;
}
.banner .search-icon {
	background:none;
	position: relative;
}
.banner .search-icon:before {
	content:"";
	border:2px solid #b5b5b5;
	border-radius:50px;
	float:left;
	height:15px;
	margin: 6px 0 0;
	width:15px;
}
.banner .search-icon:after {
	content:"";
	background-color:#b5b5b5;
	transform:rotate(55deg);
	float:left;
	height:3px;
	position: absolute;
	left: 13px;
	top: 25px;
	width:7px;
}
/*Home Banner End*/

.resource-cont {
	list-style:none;
	margin:90px 0 40px;
}
.resource-cont li {
	display:inline-block;
	border-bottom:2px solid #f2dde9;
	height:110px;
	margin:0 20px 100px;
	width:188px;
	vertical-align:top;
	cursor:pointer;
}
.resource-cont li:hover {
	box-shadow:0 12px 28px -12px #ccc;
	-webkit-box-shadow:0 18px 28px -8px #ccc;
}
.resource-cont li a {
	float:left;
	height:100%;
	width:100%;
}
.faq-icon, .forums-icon, .videos-icon, .charmeasycare-icon, .api-icon, .ehr-uguide-icon, .phr-uguide-icon, .getting-started-icon, .whats-new-icon, .labs-icon, .swipe-card-icon, .meaningful-use-icon, .telehealth-icon, .billerpro-uguide-icon, .connect-icon, .health-passport-icon, .mobile-guide-icon, .podcast-icon {
	background-position: -185px -252px;
	display:inline-block;
	height:60px;
	margin:0 22px;
	width:95px;
}
.telehealth-icon {
	background-position: -69px -67px;
}
.forums-icon {
	background-position: -173px -163px;
}
.videos-icon {
	background-position: 10px -342px;
}
.charmeasycare-icon {
	background-position: -88px -341px;
}
.api-icon {
	background-position: -76px -162px;
}
.ehr-uguide-icon {
	background-position: 15px -67px;
}
.phr-uguide-icon {
	background-position: -152px -67px;
}
.billerpro-uguide-icon {
	background-position: 15px -161px;
}
.getting-started-icon {
	background-position:1px -122px;
}
.whats-new-icon {
	background-position: -89px -255px;
}
.labs-icon {
	background-position:-3px -211px;
}
.swipe-card-icon {
	background-position:-100px -207px;
}
.meaningful-use-icon {
	background-position: -260px -163px;
}
.connect-icon {
	background-position: -235px -67px;
}
.health-passport-icon {
	background-position: -283px -256px;
}
.mobile-guide-icon {
	background-position: -319px -67px;
}
.podcast-icon {
	background-position: 9px -255px;
}
.resource-cont li span {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	width: 100%;
}

/*List Page Start*/
.content-list {
	float:left;
	text-align:left;
    	padding-bottom:50px;
	width:100%;
}
#menubar {
	float:left;
    list-style:none outside none;
	vertical-align: top;
	transition: left 0.5s ease-in 0s;
    width:272px;
	z-index: 100;
	
}
#menubar li {
	/*border-bottom:1px solid rgba(0, 0, 0, 0.05);*/
	position:relative;
}
#menubar li:before, #menubar li:after {
	background-color:#000;
	content:"";
	height:2px;
	position:absolute;
	top:22px;
	left: 10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	width:8px;
}
#menubar li:after {
	top:26px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
/*#menubar li a {
    background-color:#fff;
    border-right:3px solid transparent;
	color:#000;
	font-size: 16px;
	font-weight:400;
    cursor:pointer;
    display:block;
    padding:14px 2px 14px 16px;
	text-decoration:none;
	transition:background-color 0.8s;
}*/
#menubar li a {
	background-color: #fff;
	border-right: 3px solid transparent;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	display: block;
	padding: 14px 2px 14px 25px;
	text-decoration: none;
	transition: background-color 0.5s;
	border-bottom: 1px solid rgba(110, 139, 255, 0.1);
}
#menubar li a:hover {
	background-color: #fff5f1;
	border-bottom: 1px solid transparent;
	color:#000;
}
/*#menubar li.selected a {
	color:#000;
}*/
#menubar li.selected a {
	color: #9A006A;
	background-color: #fff5f1;
	border-radius: 5px;
	border-bottom: none;
	font-weight: 600;
}
.leader {
	float:left;
   	line-height:33px;
    	text-align:center;
	vertical-align: top;
	box-sizing: border-box;
	transition: margin 0.3s ease-in 0s;
	width: calc(100% - 272px);
}
#menubar ~ .leader {
	padding-left: 42px;
}
.leader .signup-but {
	background-color:rgba(26, 186, 188, 0.8);
    color:#FFF;
    cursor:pointer;
    float:right;
    font-weight:bold;
    margin-top:-2px;
    padding:8px 25px 6px;
}
.leader h1 {
	float:left;
	font-weight:400;
	font-size:26px;
    	line-height:40px;
	text-align:left;
	width:100%;
}
.leader h2 {
	float:left;
	font-size:21px;
	font-weight:700;
	text-align:left;
	margin:15px 0;
	width:100%;
}
.leader h3, .leader h4 {
	float:left;
	font-size:19px;
	font-weight:700;
	text-align:left;
	line-height:30px;
	margin:15px 0;
	width:100%;
}
.leader h4 {
        font-size: 17px;
}
.leader p {
	color:#000;
	font-size: 17px;
	line-height: 1.9;
	text-align:left;
	margin:20px 0;
	width:100%;
}
.leader p b, .leader p strong {
	color:#000;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
.leader .horizontal-line ~ p b, .leader .horizontal-line ~ p strong {
	color: #ca4b81;
}
.faq-quest {
	color: #ca4b81 !important;
	font-size: 17px !important;
}
.leader .sm-head {
	color:#000;
	font-family: 'Muli', 'Lato', 'Helvetica Neue', Helvetica, sans-serif, Arial !important;
	font-size: 15px;
}
.leader ul.list {
	color:#000;
	box-sizing: border-box;
	float:left;
	font-size: 17px;
	line-height:33px;
	text-align:left;
    list-style:disc;
    padding:5px 0 30px 50px;
    width:100%;
}
.leader ol {
	color:#000;
	float:left;
	font-size: 17px;
	text-align:left;
	line-height:33px;
	margin:0 0 20px 5%;
	width:95%
}
.leader ol li, .leader ul li {
	float:left;
	width:100%;
}
.leader img {
	border: 1px solid #f2f2f2;
	margin:10px 0 5px;
}
.list-menu-icon {
	background-color:rgba(255,255,255,1);
	box-shadow: 4px 4px 6px rgba(0,0,0,0.08);
	border: 1px solid #DDD;
	border-left: 0;
	border-radius:0 5px 5px 0;
	float:left;
	cursor:pointer;
	height:40px;
	position:fixed;
	left: 0;
	top: 186px;
	z-index:101;
	transition: margin 0.5s ease-in 0s;
	visibility: hidden;
	width:40px;
}
.list-menu-icon i {
	background-color: #ff8b45;
	float:left;
	height: 2px;
	margin: 19px 0 0 12px;
	transform: background 0.3s;
	width: 16px;
}
.content-slide .list-menu-icon i {
	background-color: transparent;
}
.list-menu-icon i:before, .list-menu-icon i:after {
	background-color: #ff8b45;
	content:"";
	float:left;
	height: 2px;
	margin: -6px 0 0 0;
	transition: margin 0.5s , transform 0.5s;
	width: 16px;
}
.content-slide .list-menu-icon i:before {
	transform: rotate(-45deg);
	margin-top: 0;
}
.list-menu-icon i:after {
	margin-top: 6px;
}
.content-slide .list-menu-icon i:after {
	transform: rotate(45deg);
	margin-top: -2px;
}
.content-slide .list-menu-icon {
	margin-left:271px;
}
.horizontal-line {
    border-bottom:1px solid #e9e9e9;
    float:left;
    margin:20px 0;
    width:100%;
}

.get-start-list {
	float:left;
	font-size:14px;
	line-height:30px;
	margin:20px 0 30px 5%;
	width:42%;
}
.get-start-list li {
	float:left;
	text-align:left;
	margin:0 25% 10px 0;
}
.get-start-list li a {
	color:#FFA200;
	text-decoration:none;
}
.dual-list {
	float:left;
	list-style:disc;
	text-align:left;
	margin:0 5% 20px 5%;
	width:90%
}
.dual-list li {
	float:left;
	width:100%;
}
.dual-list ol {
	list-style:circle;
	margin:10px 0 25px 5%;
	width:90%;
}
/*List Page End*/

/*Podcast Start*/
.box-link {
	display: inline-block;
	vertical-align: top;
	min-height: 240px;
	transform: translateX(0);
	width: 260px;
	margin: 16px 0.8% 8px;
}
.box-link:before {
	box-shadow: 0 25px 30px rgba(0, 0, 0, 0.12);
	border-radius: 30px;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
}
.box-content {
	background-color: #FFF;
	box-sizing: border-box;
	display: inline-block;
	color: #000;
	vertical-align: top;
	text-align: left;
	position: relative;
	z-index: 3;
	height: 100%;
	padding: 20px;
	transition: all 0.5s;	
	width: 100%;
}
.box-content:hover {
	transform: scale(1.05);
}
.box-content .label {
	font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    margin: 7px 0 0;
    letter-spacing: 0;
}
.box-content img {
	margin: -20px -20px 0 -20px;
	width: calc(100% + 40px);
}
/*Podcast End*/

/*Videos Start*/
.video-col {
	float: left;
	margin-bottom: 30px;
	width: 50%;
	min-width: 400px;
}
.shadow-sml {
	background-color:#fff;
	border:1px solid rgba(67, 94, 224, 0.06);
	box-shadow:0 5px 24px 0 rgba(67, 94, 224, 0.15);
	cursor:pointer;
	display:inline-block;
	margin:10px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
.shadow-sml:hover {
	opacity:0.9
}
.img-brd {
	height: 532px;
	transition: all 0.3s;
	width: 950px;
}
.leader .img-brd {
	height: 227px;
	width: 350px;
}
.shadow-sml:before {
	background-color: #fff;
	border-radius:100px;
	box-shadow: 0 8px 24px 0 rgba(67, 94, 224, 0.2);
	content:"";
	position:absolute;
	cursor:pointer;
	transition: all 0.3s;
	height:76px;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	z-index:1;
	width:76px;
}
.shadow-sml img {
	margin:0;
	position:inherit;
	float:none;
	vertical-align: top;
}
.home .shadow-sml:before {
	margin:143px 0 0 288px;
}
.shadow-sml:after {
	border-left:16px solid rgba(0,0,0,0.6);
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	content:"";
	position:absolute;
	top:calc(50% - 12px);
	left:calc(50% - 5px);
	z-index:2;
	cursor:pointer;
	transition: all 0.3s;
}
.home .shadow-sml:after {
	margin:163px 0 0 -334px;
}
.video-demo:hover .video:after {
	border-left:18px solid #555;
}
#vContainer {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.dialog-cmdiv {
	width: 90%;
	display: table;
	margin: 20px auto;
	height: 100%;
	max-width: 70%;
}
.dialog-video {
	display: table-cell;
	vertical-align: middle;
}
.iframe-div {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.iframe-div iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.plcl_icon {
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
}
.plcl_icon:before, .plcl_icon:after {
	background-color: #777;
	content:"";
	height:30px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	width:2px;
	float:left;
	margin: 0px 0 0 13px;
}
.plcl_icon:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin: 0px 0 0 -2px;
}
.freezelayer {
	background-color:rgba(255, 255, 255, 0.9);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:200;
}
/*Videos End*/

/*Videos Start*/
.embed-video {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.embed-video::before {
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
}
.embed-video .inner-video {
    position: relative;
    display: inline-block;
    width: 100%;
}
.embed-video img {
	transition: 0.5s ease;
    max-width: 100%;
}
.embed-video .video-play {
    display: inline-block;
    cursor: pointer;
    height: 68px;
    transition: all 0.2s;
    position: absolute;
    width: 68px;
	top: calc((100% - 34px)/2);
	left: calc((100% - 75px)/2);
	z-index: 100;
}
.embed-video:hover .video-play {
	transform: scale(1.1);
}
.embed-video .video-play::before {
	background-color: rgba(255, 255, 255,1);
	border:1px solid rgba(255, 142, 87, 0.5);
	box-shadow:0 0 30px rgba(247, 4, 4, 0.1);
	border-radius:100px;
	content:"";
	display:inline-block;
	cursor:pointer;
	transition: all 0.3s;
	height:68px;
	margin:0 0 0 0;
	width:68px;
}
.embed-video:hover .video-play:before {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow:0 0 50px rgba(247, 4, 4, 0.1);
}
.embed-video .video-play:after {
	border-left:16px solid rgba(255, 115, 83, 0.8);
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	content:"";
	position: absolute;
	transition: all 0.3s;
	top: 23px;
	left: 30px;
	cursor:pointer;
}
.embed-video:hover .video-play:after {
	border-left:16px solid rgba(255, 115, 83, 0.8);
}
/*Videos End*/

/*API Start*/
.button {
	background-color:#FCA000;
	box-shadow:0 0 10px rgba(0,0,0,0.08);
	width:220px;
	border-radius:2px;
	cursor:pointer;
	padding:8px 8px 9px;
	color:#FFF;
}
.api-label {
	float:right;
	width:44%;
}
.api-label h3 {
	float:left;
	font-size:20px;
	text-align:left;
	margin:30px 0 15px;
}
.api-label h3:after {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, #CCCCCC),
		color-stop(0.5, #DDDDDD),
		color-stop(1, #FEFEFE)
	);
	background-image: -o-linear-gradient(right, #BBB 0%, #DDD 50%, #FEFEFE 100%);
	background-image: -moz-linear-gradient(right, #BBB 0%, #DDD 50%, #FEFEFE 100%);
	background-image: -webkit-linear-gradient(right, #BBB 0%, #DDD 50%, #FEFEFE 100%);
	background-image: -ms-linear-gradient(right, #BBB 0%, #DDD 50%, #FEFEFE 100%);
	background-image: linear-gradient(to right, #BBB 0%, #DDD 50%, #FEFEFE 100%);
	float:left;
	content:"";
	height:1px;
	margin:12px 0 0;
	width:100%;
}
.api-label ol {
	text-align:left;
	line-height:34px;
	font-weight:300;
}
/*API End*/

/*footer Start*/
footer {
    background-color: #1F0227;
    color: #FFF;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.071rem;
    float: left;
    letter-spacing: normal;
    padding: 60px 0 30px;
    position: relative;
	margin-top: 0 !important;
    z-index: 1;
    width: 100%;
}
footer .cm-wd {
    text-align: left !important;
}
.footer1 {
    float: left;
    width: 25.5%;
}
.footer2 {
    float: left;
    width: 20%;
}
.footer3 {
    float: left;
    width: 16%;
}
.footer4 {
    float: left;
    width: 10.3rem;
}
footer h4 {
    color: #FF9C24;
    font-size: 15px;
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
footer ul {
    float: left;
    width: 100%
}
footer ul li {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.footer1 ul {
    width: 100%;
}
.footer1 .right {
    width: 44%;
}
footer ul a {
    color: #FFF;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    float: left;
    width: 100%;
}
.footer {
    border-top: 1px solid rgba(255,255,255,0.2);
    float: left;
    text-align: left;
    padding-top: 30px;
    margin-top: 40px;
    width: 100%;
}
.footer .logo {
	background: url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 300px 933px rgba(0, 0, 0, 0);
	background-position: -8px -18px;
	height: 24px;
	margin: -5px 0 0 -10px;
	padding: 0 !important;
	width: 133px;
}
.footer .links {
	display: inline-block;
}
.footer.tele-footer {
	border: none;
	padding: 0;
	margin: 0;
}
.footer span, .footer a {
    display: inline-block;
	vertical-align: top;
    color: #FFF;
	font-size: 14px;
    margin: 0 10px;
}
footer .v-line {
    border-left: 1px solid #b9b9b9;
    margin-top: 2px !important;
}
.f-icon, .t-icon, .y-icon, .l-icon {
	background:  url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 400px 1244px rgba(0, 0, 0, 0);
    background-position: -206px -31px;
    cursor: pointer;
    float: left;
    height: 26px !important;
    margin: 8px 15px 0 0;
    width: 26px !important;
}
.t-icon {
    background-position: -252px -31px;
}
.y-icon {
    background-position: -296px -31px;
}
.l-icon {
    background-position: -339px -31px;
}
.footer5 {
    float: right;
}
.footer5 a {
	margin: -3px 0 0 10px !important;
}
.footer5 span {
	margin: 0 !important;
}
/*Footer End*/

/*Footer Start*/
/*footer {
	background-color:#1F0227;
	float:left;
	text-align:center;
	padding:25px 0;
	width:100%;
}
footer span, footer a {
	display:inline-block;
	color:#FFF;
}*/
/*Footer End*/

/* BreadCrumb CSS Start */
.breadcrumb {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	text-align:left;
}
/* BreadCrumb CSS End */

.cms-list {
	border-spacing:0;
	text-align:left;
	margin-bottom:20px;
}
.cms-list th {
	background-color:#EC7825;
	color:#FFF;
	text-align:center;
	padding:10px;
}
.cms-list td:nth-child(3) {
	border-right:1px solid #CCC;
}
.cms-list td {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px;
}

/*Webinar Start*/
.webinars {
    background-color: #630641;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
}
.box-link1 {
    flex: 0 0 23.4%; /* Show 4 items at a time */
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-height: 240px;
    transform: translateX(0);
    width: 100%;
    margin: 16px 0 8px;
    max-width: 830px;
}
.box-content1 {
	background-color: #FFF;
	box-sizing: border-box;
    display: flex;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 3;
	height: 100%;
	padding: 20px;
	transition: all 0.5s;	
	width: 100%;
}
.box-content1:hover {
	transform: scale(1.05);
}
.box-content1 h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	margin: 10px 0 0;
}
.box-content1 img {
        margin: -20px 0 -20px -20px;
	width: 422px;
	vertical-align: top;
}
.box-content1 .label1, .box-content .label2 {
	font-size: 16.2px;
	line-height: 1.5;
	font-weight: 300;
}
.box-content1 .label2 {
	margin-bottom: 8px;
}
.box-content1 .label1 {
	color: #BB6803;
	font-size: 12.2px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
    height: 30px;
}
.box-inner-content {
    padding: 10px 42px;
    width: 80%;
}
.webinars h2 {
	color: #FF9C24;
  float: left;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  word-spacing: 3px;
  width: 100%;
}
.more-linebtn-sml {
  border-bottom: 1.5px solid #900A5F;
}
/*Webinar End*/

/*Common css Start*/
body.show-sidebar {
    overflow: hidden;
}
.v-line {
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    margin: 0 5px;
    min-height: 15px;
}
.video-icon {
    background: url(../images/resources.png) no-repeat scroll 0 0 / 360px 396px rgba(0, 0, 0, 0);
    background-position: -270px -7px;
    display: inline-block;
    height: 21px;
    margin: 7px 2px -10px;
    width: 25px;
    vertical-align: top;
}
.notes {
    background-color: #fff7f4;
    box-sizing: border-box;
    color: #665b5b !important;
    padding: 18px 25px;
}
.scroll {
	overflow-x: hidden!important;
	overflow-y: auto !important;
}
.fnt-smth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.link {
	color:#2797e8;
	text-decoration:none;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}
.cm-wd {
	text-align:center;
	margin:0 auto;
	padding:0 15px;
    max-width: 1300px;
}
.mar-bot30 {
	margin-bottom:30px !important;
}
.mar-bot20 {
	margin-bottom:20px !important;
}
.mar-bot10 {
    margin-bottom:10px !important;
}
.mar-top30 {
	margin-top:30px !important;
}
.mar-top20 {
	margin-top:20px !important;
}
.mar-top15 {
	margin-top:15px !important;
}
.mar-top10 {
	margin-top:10px !important;
}
.mar-tb20 {
    margin:20px 0;
}
.mar-tb10 {
    margin:10px 0;
}
.pad-lr10 {
	padding:0 10px;
}
.mar-t0 {
	margin-top:0;
}
.mar0 {
	margin:0;
}
.cmfw50 {
	float:left;
	width:50%;
}
.cmfw90 {
	float:left;
	width:90%;
}
.fc {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cmfw {
	float:left;
	width:100%;
}
/*Common css End*/

@media (max-width:1280px) {
	.topmenu1 {
		display:none;
	}
	.topmenu li:nth-child(2) a {
		padding-right: 10px;
	}
	.menu-icon {
		display:block;
	}
}
@media (max-width:1255px) {
	.footer {
		text-align: center;
	}
	.footer .links {
		margin-top: 20px;
		width: 100%;
	}
	.footer5 {
		float: none;
		display: inline-block;
		margin-top: 50px;
		width: 100%;
	}
	.footer5 a {
		margin: 0 5px 0 !important;
	}
}
@media (max-width:1142px) {
	.video-col {
		width: 100%;
	}
}
@media (min-width:1142px) {
	.leader .img-brd {
		height: 409px;
		width: 630px;
	}
}
@media (max-width:1023px) {
	#menubar {
		background-color: #FFF;
		box-sizing: border-box;
		border-top: 1px solid #DDD;
		border-right: 1px solid #DDD;
		position: fixed;
		padding-left: 20px;
        padding-top: 12px;
		left: -272px;
		top: 170px;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#menubar ~ .leader {
		padding:0 10px;
	}
	.content-slide #menubar {
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		left:0;
	}
	.content-list .leader {
		width:100%;
	}
	.list-menu-icon {
		visibility:visible;
	}
	.video-col {
		width: 50%;
	}
	.leader .img-brd {
		height: 227px;
		width: 350px;
	}
}
@media (max-width:965px) {
	.banner {
		padding: 15px 0 30px;
	}
	.banner h1 {
		margin: 0 35px 8px;
	}
}
@media (max-width:960px) {
	.api-label {
		width: 100%;
	}
}
@media (max-width:955px) {
	.footer .links span {
		margin: 0 0 20px;
		width: 100%;
	}
}
@media (max-width: 940px) {
    .cm-wd.top-pad0 {
        padding: 0 0 0 10px;
    }
}
@media (max-width:898px) {
	.video-col {
		width: 100%;
	}
	.leader .img-brd {
		height: 409px;
		width: 630px;
	}
}
@media (max-width:875px) {
	footer {
		padding-top:0;
	}
	.footer1, .footer2, .footer3, .footer4 {
		display:none;
	}
	.footer3, .footer4 {
		height:160px;
	}
	.f-icon, .t-icon, .y-icon, .l-icon {
		float:none;
		display:inline-block;
		margin:8px 8px 0;
	}
	.footer {
		padding-top: 40px;
		margin-top:0;
	}
}
@media (max-width: 824px) {
    .box-link1 {
        max-width: 400px;
    }
    .box-content1 {
        display: inline-block;
    }
    .box-content1 img {
        margin: -20px -20px 0;
        width: calc(100% + 40px);
    }
    .box-inner-content {
        padding: 10px 0;
        width: 100%;
    }
}
@media (max-width:770px) {
	.leader .img-brd {
		height: 227px;
		width: 350px;
	}
}
@media (max-width:750px) {
	.header {
		height: 125px;
	}
	.search-but {
		margin-top: 8px;
		width: 100%;
	}
}
@media (max-width:700px) {
	.header h2, .header h1 {
		font-size: 21px;
	}
    .header {
        padding: 20px 0;
    }
	.contact iframe {
		height: 630px;
	}
}
@media (max-width:662px) {
	.footer {
		box-sizing: border-box;
		padding: 40px 20px 0;
		text-align: left;
	}
	.footer .links span {
		margin-bottom: 0;
	}
	.footer .links a {
		margin: 20px 0 0;
		width: 100%;
	}
	.footer5 a {
		margin: 0 10px 0 0 !important;
	}
	footer .v-line {
		display: none;
	}
}
@media (max-width:650px) {
	.f-icon, .t-icon, .f-icon, .t-icon, .y-icon, .linkedin-icon {
		display: none;
	}
}
@media (max-width:600px) {
	header {
		box-shadow: 0 5px 10px rgba(0,0,0,0.08);
	}
	.resource-cont {
		margin-top: 50px;
	}
	.resource-cont li {
		margin: 0 30px 60px;
	}
}
@media (max-width:575px) {
	.contact .input, .contact .textarea, .contact .textarea {
	width:80%;
	}
	.contact-pm span {
	display: inline-block;
	margin: 4px 13px;
	text-align: center;
	width: 80%;
	}
}
@media (max-width:500px) {
	.video-col {
		min-width: auto;
	}
	.shadow-sml {
		margin: 10px 0;
	}
	.leader .img-brd {
		height: 143px;
		width: 220px;
	}
	.shadow-sml:before {
		height: 50px;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		width: 50px;
	}
	.shadow-sml:after {
		border-left: 12px solid rgba(0,0,0,0.6);
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		top: calc(50% - 8px);
		left: calc(50% - 4px);
	}
}
@media (max-width:472px) {
    .signin-button {
		padding: 0 6px;
	}
	.topmenu li:nth-child(2) a {
		padding-right: 5px;
	}
	.menu-icon {
		margin-right: 6px;
	}
	header .signup-button {
		font-size: 13px;
		padding: 1px 16px;
	}
	.banner h1 {
		font-size: 30px;
		margin: 0 0 8px;
	}
}
@media (max-width:440px) {
	.cms-list {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
@media (max-width:426px) {
	.logo {
		background: url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 400px 1244px rgba(0, 0, 0, 0);
		background-position: -11px -18px;
		width: 176px;
	}
	header .signin-button {
		border: none;
		margin-top: 1px;
	}
	.topmenu li a {
		padding-right: 7px;
	}
	.signin-button {
		padding-right: 0;
	}
}
@media (max-width:410px) {
	header {
		padding: 11px 0 15px;
	}
	header img {
        margin-top: 14px;
		width: 150px;
	}
	.contact-pm span {
		margin: 4px 0;
		width: 100%;
	}
}
@media (max-width:395px) {
	.logo {
		background: url(https://www.charmhealth.com/images/charmtracker-norepeat.png) no-repeat scroll 0 0 / 380px 1182px rgba(0, 0, 0, 0);
		background-position: -11px -17px;
		width: 166px;
	}
	.menu-icon {
		margin-top: 15px;
		width: 28px;
	}
	.menu-icon::before, .menu-icon::after {
		width: 18px;
	}
	header .signup-button {
		padding: 1px 10px;
	}
}

.tab-search {
    position: absolute;
    right: 0;
    top: 93px;
    width: 284px;
}