/* ===================================
   Author's custom styles
   ================================= */

@import url("fonts.css");

.novisible {
	display:none;
}

.top-bar__content--left{
	float:right !important;
}

.top-menu .menu{
	margin-bottom:0;
}

.top-menu .menu li.menu-item{
	display: inline-block;
	padding: 5px 12px;
	position: relative;
}

.top-menu .menu li.menu-item::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 12px;
	line-height: 1;
	background-color: #fff;
	top: 15px;
}

.top-menu .menu li.menu-item:nth-last-child(1)::before {
	content:none;
}

.top-menu .menu li.menu-item a{
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: 'Times New Roman',Times,serif;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.top-menu .menu li.menu-item a:hover{
	color: #000000;
}

.main-nav ul li.schedule-link-grid a span{
	color: #919191 !important;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 12px 15px;
	line-height: 1.4;
}


.dropdown-link.menu-item > a > .menu-a-inner > span{
	position:relative;
}

.dropdown-link.menu-item > a > .menu-a-inner > span::before {
    content: "\f0d7";
    display: block;
    position: absolute;
    font-family: Fontawesome;
    top: 0;
    right: -12px;
}

/*-------------
Home Page CSS:
--------------*/

.title-heading-medium {
	color:#494949;
	font-size:44px;
	line-height:1.2;
}

.title-heading-medium-inner {	
	font-size:44px;	
}

.title-heading-medium.title-heading-medium-inner {
	font-size:34px;	
}

.title-heading-default{
	color:#494949;
	font-size:34px;
	line-height:1.24;
	margin-bottom:15px;
}

.title-heading-small{
	color:#494949;
	font-size:30px;
	line-height:1.2;
	margin-bottom:10px;
}

.leadership-title {
	font-size:25px;
}

.abt-text-grid p{
	font-size:20px;
	line-height: 1.6;
}

.abt-text-grid.light p{
	color:#ffffff;
} 

.explor-link-grid{
	position:relative;
}

.explor-link-grid a{
	cursor: pointer;
	color: #f85e66;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: GillSans-SemiBold;
}

.green-link.explor-link-grid a{
	color: #739425;
}

.explor-link-grid a > i{
	margin-left:10px;
}

.charting-future-img{
	position:relative;
}

.charting-future-img::before{
	background-color: #003366;
	content: "";
	display: block;
	right: -25px;
	top: -25px;
	width: 85%;
	height: 111%;
	position: absolute;
}

.charting-future-section{
	z-index:2;
}

.tailored-services-section{
	margin-top:-110px;
	padding-top:200px;
	padding-bottom:50px;
	z-index:1;
}

.charting-future-video-cover {
    margin-top: -300px;
	position:relative;
}

.charting-future-video-cover::before {
    content: "";
	cursor:pointer;
    top: 50%;
    left: 60%;
    border-bottom: 45px solid transparent;
    position: absolute;
    display: block;
    border-top: 45px solid transparent;
    z-index: 5;
    border-left: 45px solid #003366;
    transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
}

.expert-service-section {
	padding:50px 0;
}

.expert-service-section.vc_custom_1560428255440 {
	overflow: hidden;
	z-index: 2;
}

#hexagon-grids {
    padding: 0;
    text-align: left;
}

.hexagon-grid {
    display: inline-block;
    width: 302px;
    height: 173px;
    position: relative;
    margin: 90px 30px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid .ql_caption {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
	padding: 15px;
}

.ql_caption .outer {
    display: table;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
	z-index:2;
}

.ql_caption .inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid .ql_caption h2{
    margin: 0px;
	padding: 0px;
	text-transform: none;
	line-height: 1.1;
	color: #003366;
	font-size: 40px;
}

.hexagon-grid .ql_caption h2 .hexa-text{
	font-family: GillSans Regular;
	display: block;
	font-size: 28px;
}

.ql_top, .ql_bottom {
    position: absolute;
    left: 0px;
    width: 0px;
    border-left: 151px solid transparent;
    border-right: 151px solid transparent;
}

.ql_top {
    bottom: 173px;
    border-bottom: 89px solid #ccc;
}

.ql_bottom {
    top: 173px;
    border-top: 89px solid #ccc;
}


.hexagon-grid.grid1 {
    background: #f2f2f2;
}

.hexagon-grid.grid1 .ql_top {
    border-bottom-color: #f2f2f2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid1 .ql_bottom {
    border-top-color: #f2f2f2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid2 {
    background: #f4f6f9;
}

.hexagon-grid.grid2 .ql_top {
    border-bottom-color: #f4f6f9;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid2 .ql_bottom {
    border-top-color: #f4f6f9;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.hexagon-outline {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #ffffff;
  margin: 12px 0 86.60px 190px;
  border-left: solid 4px #000000;
  border-right: solid 4px #000000;
}

.hexagon-grid.hexagon-outline:before,
.hexagon-grid.hexagon-outline:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 212.13px;
  height: 212.13px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 39.9340px;
}

.hexagon-grid.hexagon-outline:before {
  top: -106.0660px;
  border-top: solid 5.6569px #000000;
  border-right: solid 5.6569px #000000;
}

.hexagon-grid.hexagon-outline:after {
  bottom: -106.0660px;
  border-bottom: solid 5.6569px #000000;
  border-left: solid 5.6569px #000000;
}



.hexagon-grid.grid3 {
    background: #edf3d2;
	margin:40px 30px 90px 0px;
}

.hexagon-grid.grid3 .ql_top {
    border-bottom-color: #edf3d2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid3 .ql_bottom {
    border-top-color: #edf3d2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid4 {
    background: #edf3d2;
}

.hexagon-grid.grid4 .ql_top {
    border-bottom-color: #edf3d2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid4 .ql_bottom {
    border-top-color: #edf3d2;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid.grid4 {  
  margin: 12px 0 86.60px 160px; 
}

.hexagon-grid.grid4.ml2 {  
  margin: 12px 0 86.60px 100px; 
}

.hexagon-grid.grid3.ml1 {    
	margin:100px 30px 90px 290px;
}

.hexagon-grid {
    display: inline-block;
    width: 302px;
    height: 173px;
    position: relative;
    margin: 90px 30px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid .ql_caption {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
	padding: 15px;
}

.ql_caption .outer {
    display: table;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
	z-index:2;
}

.ql_caption .inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hexagon-grid .ql_caption h2 {
    margin: 0px;
	padding: 0px;
	text-transform: none;
	line-height: 1.1;
	color: #003366;
	font-size: 40px;
}

.hexagon-grid .ql_caption h2 .hexa-text{
	font-family: GillSans Regular;
	display: block;
	font-size: 28px;
}

.ql_top3, .ql_bottom3 {
    position: absolute;
    left: 0px;
    width: 0px;
    border-left: 151px solid transparent;
    border-right: 151px solid transparent;
}

.ql_top3 {
    bottom: 173px;
    border-bottom: 89px solid #edf3d2;
	transition: all 0.2s linear;
}

.ql_bottom3 {
    top: 173px;
    border-top: 89px solid #edf3d2;
	transition: all 0.2s linear;
}


.hexagon-grid:hover .ql_top3 {
    bottom: 173px;
    border-bottom: 89px solid #003366;
}

.hexagon-grid:hover .ql_bottom3 {
    top: 173px;
    border-top: 89px solid #003366;
}


.hexagon-grid.grid3 .ql_caption h2,
.hexagon-grid.grid4 .ql_caption h2 {
	color:#739425;
	font-weight: bold;
	font-size: 60px;
}

.hexagon-grid.grid3 .ql_caption h2 .hexa-text,
.hexagon-grid.grid4 .ql_caption h2 .hexa-text {
	color:#739425;
	font-weight:normal;
}

/*--------------
Hexagon 240 CSS:
----------------*/

.hexagon-grid.hexagon-outline-250 {
	position: relative;
	width: 250px; 
	height: 144.34px;
	background-color: #ffffff;
	margin: 90px 0 72.17px 30px;
	border-left: solid 4px #000000;
	border-right: solid 4px #000000;
}

.hexagon-grid.hexagon-outline-250:before,
.hexagon-grid.hexagon-outline-250:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 176.78px;
	height: 176.78px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 32.6117px;
}

.hexagon-grid.hexagon-outline-250:before {
	top: -88.3883px;
	border-top: solid 5.6569px #000000;
	border-right: solid 5.6569px #000000;
}

.hexagon-grid.hexagon-outline-250:after {
	bottom: -88.3883px;
	border-bottom: solid 5.6569px #000000;
	border-left: solid 5.6569px #000000;
}


.hexa-wrapper {
	position: relative;
	display: block;
	width: 240px;
	height: 360px;
	max-width: 100%;
	margin-bottom: 30px;
}

.hexa-img {
	display:block; 
	overflow:hidden; 
	position:absolute; 
	cursor:pointer; 
	text-decoration:none; 
	color:#000; 
	background:#003366;
	text-align:center; 
	width:302px; 
	height:352px;
	-webkit-shape-outside: polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	-webkit-clip-path: polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	shape-outside: polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	clip-path: polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
}
	
.hexa-img span {
	color: #ffffff;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0;
	margin-top: 130px;
	z-index: 1;
	position: absolute;
	transition: translate(-50%, -50%);
	width: 100%;
}

.p3 {
	left:0; 
	top:0px; 
}
	
.panel {	
	background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/1245.jpg') center center no-repeat;
	background-size: cover !important;
	background-repeat:no-repeat;
	background-position:center center;
	width:302px; 
	height:352px; 
	position:absolute; 
	left:0; 
	top:0; 
	overflow:hidden;		
	-webkit-shape-outside: 	polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	-webkit-clip-path: 		polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	shape-outside: 			polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	clip-path: 				polygon(152px 0, 302px 88px, 302px 264px, 152px 352px, 0 264px, 0 88px);
	transition:0.75s;
	-webkit-transition:0.75s;
}

.panel::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
	

.hexa-img:hover .panel {  
				clip-path:  polygon(152px 0, 152px 176px, 302px 264px, 152px 176px, 0 264px, 152px 176px);
		-webkit-clip-path: 	polygon(152px 0, 152px 176px, 302px 264px, 152px 176px, 0 264px, 152px 176px);
			shape-outside: 	polygon(152px 0, 152px 176px, 302px 264px, 152px 176px, 0 264px, 152px 176px);
	-webkit-shape-outside:  polygon(152px 0, 152px 176px, 302px 264px, 152px 176px, 0 264px, 152px 176px);
		
}

.p1 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/1245.jpg') center center no-repeat;}
.p2 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/career-2241.jpg') center center no-repeat;}
.p3 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/surgical.jpg') center center no-repeat;}
.p4 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/orthopadic.jpg') center center no-repeat;}
.p5 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/video-cover-02.jpg') center center no-repeat;}
.p6 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/tribal.jpg') center center no-repeat;}
.p7 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/pain-management.jpg') center center no-repeat;}
.p8 .panel {background:url('http://emds.atxclients.com/wp-content/uploads/2019/07/primary-care.jpg') center center no-repeat;}
.wpcf7-response-output[style]{display:none!important;}

@media screen and (max-width: 1400px) {
	
	.hexa-wrapper {
    height: 300px;
    width: 250px;
	margin:auto;
	}
	
	.hexa-img {
		width:250px; 
		height:270px;
	-webkit-shape-outside: polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
		-webkit-clip-path: polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
			shape-outside: polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
				clip-path: polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
	}
	
	.panel {	
		width:250px; 
		height:270px; 	
		-webkit-shape-outside: polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
		-webkit-clip-path: 	   polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
		shape-outside: 		   polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
		clip-path: 			   polygon(125px 0, 250px 65px, 250px 195px, 125px 270px, 0 195px, 0 65px);
		transition:0.75s;
		-webkit-transition:0.75s;
	}

	.hexa-img:hover .panel {  
				clip-path:  polygon(125px 0, 125px 135px, 250px 195px, 125px 135px, 0 195px, 125px 135px);
		-webkit-clip-path: 	polygon(125px 0, 125px 135px, 250px 195px, 125px 135px, 0 195px, 125px 135px);
			shape-outside: 	polygon(125px 0, 125px 135px, 250px 195px, 125px 135px, 0 195px, 125px 135px);
	-webkit-shape-outside:  polygon(125px 0, 125px 135px, 250px 195px, 125px 135px, 0 195px, 125px 135px);
		
	}
	
	.hexa-img span{
		margin-top: 90px;
	}
	

}



.hover-desc .hexa-hover-text,
.hover-desc i {
	font-size:26px;
	line-height:1.24;
	text-align:center;
	color:#ffffff;
}


.ql_caption .hover-desc{
    opacity: 0;
    top: 0%;
	left:0;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.hexagon-grid:hover {
	background:#003366;
}

.hexagon-grid.grid3:hover,
.hexagon-grid.grid4:hover {
	background:#003366;
}

.hexagon-grid:hover .ql_top {
    border-bottom-color: #003366;
}

.hexagon-grid:hover .ql_bottom {
    border-top-color: #003366;
}



.hexagon-grid.grid3:hover .ql_top,
.hexagon-grid.grid4:hover .ql_top {
    border-bottom-color: #003366;
}

.hexagon-grid.grid3:hover .ql_bottom,
.hexagon-grid.grid4:hover .ql_bottom {
    border-top-color: #003366;
}


.hexagon-grid:hover .ql_caption .hover-desc {
    display: block;
    top: 35%;
    opacity: 1;
}


.hexagon-grid:hover .ql_caption .inner {
	opacity:0;
}

.hexagon-grid.grid3:hover .ql_caption .hover-desc, 
.hexagon-grid.grid4:hover .ql_caption .hover-desc{
    top: 12%;
}

/*.hexagon-grid.grid3:hover .ql_caption .inner,
.hexagon-grid.grid4:hover .ql_caption .inner {
	opacity:1;
}*/

.hexagon-grid.hexagon-outline:hover{
	background:#003366;
}

.hexagon-grid.hexagon-outline:hover .ql_top {
    border-bottom-color: #003366;
}

.hexagon-grid.hexagon-outline:hover .ql_bottom {
    border-top-color: #003366;
}


.h-bottom-section{
	background-size: cover;
	padding:140px 0 80px;
	z-index:3;
}

.bottom-column-grid{
	background-color: #003366;
    padding: 48px 50px !important;
    margin-top: -200px;
	z-index:2;
}

.bottom-column-grid.grid-0{
    margin-top: 0px;
}

.blue-btn.btn-default{
	background: #3e2b6b;
	color:#ffffff;
}

.blue-btn.btn-default:hover{
	background: #0074bc;
	color:#101010;
}

.blue-btn.large.btn-default{
	padding:14px 42px;
}

.maroon-btn.btn-default{
	background-color:#003366;
	color:#ffffff;
}

.maroon-btn.btn-default:hover{
	background: #0074bc;
	color:#003366;
}

.green-btn.btn-default{
	background: #003366;
	color:#ffffff;
}

.green-btn.btn-default:hover{
	background: #0074bc;
	color:#101010;
}

.red-btn.btn-default{
	background: #003366;
	color:#ffffff;
}

.red-btn.btn-default:hover{
	background: #0074bc;
	color:#101010;
}

.white-btn.btn-default {
    background: #ffffff !important;
    color: #003366 !important;
}

.white-btn.btn-default:hover {
    background: #0074bc !important;
    color: #ffff !important;
}

.mb-20.wpb_content_element{
	margin-bottom:20px;
}

.section-padding{
	padding-top:3.5em;
	padding-bottom:3.5em;
}

.section-top-padding{
	padding-top:3.5em;
}

.section-bottom-padding {
	padding-bottom:3.5em;
}

.section-middle-padding {
	padding-top:2em;
	padding-bottom:2em;
}

.section-margin {
	margin-top:3.5em;
	margin-bottom:3.5em;
}

.section-top-margin{
	margin-top:3.5em;
}

.section-bottom-margin{
	margin-bottom:3.5em;
}

/*----------------
Footer CSS:
-----------------*/

#footer-widget-area {
    padding: 70px 0 48px;
}

#copyrights {
   
}

.widget_social_icons .widgettitle{
	display:none;
}

#footer-widget-area a {
    color: #0074bc;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: block;
}

#footer-widget-area .social-icons{
	margin-left:-15px;
}

#footer-widget-area .social-icons li a{
	color: #fff !important;
	font-size: 22px;
	background-color: transparent !important;
}

#footer-widget-area .social-icons li a:hover{
	color: #919191 !important;
}

#footer-widget-area .footer-schedule-demo-link a{
	color: #df535c;
	margin-top: 30px;
	display: block;
}

#footer-widget-area input{
	display:inline-block;
}

#footer-widget-area input[type="email"]{
	background-color:#400f1b;
	border: 2px solid #400f1b;
	color:#ffffff;
}

#footer-widget-area input[type="submit"]{
	background-color: #003366;
	/*margin-top: -3px;*/
	border: 2px solid #003366;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 30px;
}

#footer-widget-area .social-icons li a > i.fa-youtube::before{
	content:"\f16a";
}

.newsletter-form-grid .gform_body {
	display: inline-block;
	width: 50%  !important;
	float: left;
}

.newsletter-form-grid .gform_body li {
	padding-right:0px !important;
}

.newsletter-form-grid .gform_body input[type="text"] {
	background-color: #400f1b !important;
	border: 0px solid #400f1b;   
	color: #ffffff !important;
	width: 100% !important;
	margin-top: 0;
	padding:12px 15px 11px !important;
	font-size:16px;
}

body.page-id-1484 .newsletter-form-grid .gform_body input[type="text"],
body.page-id-576 .newsletter-form-grid .gform_body input[type="text"],
body.page-id-1591 .newsletter-form-grid .gform_body input[type="text"],
body.page-id-133 .newsletter-form-grid .gform_body input[type="text"] {
	background-color: #fff !important;
	border: 0px solid #fff;   
	color: #3d6114 !important;
}

.newsletter-form-grid .gform_footer {
	display: inline-block;
	width: 30% !important;
	text-align:left;
	float: left;
	clear: none !important;
	margin: 3px 0 0 !important;
}

.newsletter-form-grid .gform_footer input[type="submit"] {
	background-color: #003366;
	margin-top: -3px;
	border: 2px solid #003366;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 30px;
}

.newsletter-form-grid input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: inherit;
  opacity: .65;
  font-style:italic;
}

.newsletter-form-grid input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  opacity: .65;
  font-style:italic;
}

.newsletter-form-grid input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  opacity: .65;
  font-style:italic;
}

.newsletter-form-grid input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: inherit;
  opacity: .65;
  font-style:italic;
}

.ult_modal-body {
    padding: 0 !important;
}

.ult-overlay-close{
	background-size:75% auto !important;
}

#footer-widget-area .col-sm-6{
	z-index:2;
}

h3.news-letter-title {
	margin-bottom: 0px;
    color: #fff;
    font-style: italic;
}

#footer-widget-area .widget .gform_wrapper {
	margin:0px 0px 16px;
}

/*-------------
Brand Color CSS:
---------------*/


/*.page-template-template-full-width-aria .navbar-sticky {
    background: rgba(168,199,54,0.96);
}*/

.page-template-template-full-width-aria .page-title-container {
    background-color: #3d6114;
	padding-top: 0 !important;
}

/*.page-template-template-full-width-aria #footer-widget-area {
    background: #3d6114;
}*/

.page-template-template-full-width-aria .page-title .creativa-title {
    color: #003366;
}

.page-template-template-full-width-aria #top-bar {
    background: #003366;
}

.page-template-template-full-width-aria .top-menu .menu li.menu-item a {
    color: #000000;
}

.page-template-template-full-width-aria .top-menu .menu li.menu-item::before {
    background-color: #000000;
}

.page-template-template-full-width-aria .hexagon.header-hexagon {
    border-left: solid 2px #7c9560;
    border-right: solid 2px #7c9560;
	top: -217px;
	right: -280px;
}

.page-template-template-full-width-aria .hexagon.header-hexagon::before {
    border-top: solid 2.8284px #7c9560;
    border-right: solid 2.8284px #7c9560;
}

.page-template-template-full-width-aria .hexagon.header-hexagon::after {
    border-bottom: solid 2.8284px #7c9560;
    border-left: solid 2.8284px #7c9560;
}


.page-template-template-full-width-aria .main-nav ul li.schedule-link-grid a span {
    color: #0074bc !important;
}

.page-template-template-full-width-aria #footer-widget-area input[type="email"] {
    background-color: #2f5109;
    border: 2px solid #2f5109;
}

.page-template-template-full-width-aria #footer-widget-area input[type="submit"] {
    background-color: #003366;
    border: 2px solid #003366;
}

.page-template-template-full-width-aria .hexagon.footer-hexagon {
	border-left: solid 2px #003366;
	border-right: solid 2px #003366;
}

.page-template-template-full-width-aria .hexagon.footer-hexagon:before {
  border-top: solid 2.8284px #003366;
  border-right: solid 2.8284px #003366;
}

.page-template-template-full-width-aria .hexagon.footer-hexagon:after {
  border-bottom: solid 2.8284px #003366;
  border-left: solid 2.8284px #003366;
}

.page-template-template-full-width-aria #footer-widget-area a{
	color:#ffffff !important;
}

.page-template-template-full-width-aria #footer-widget-area a:hover{
	color:#003366 !important;
}

.page-template-template-full-width-aria #footer-widget-area .footer-schedule-demo-link a{
    color: #003366 !important;
}

.page-template-template-full-width-aria #footer-widget-area .social-icons li a {
    color: #ffffff !important;
}

/*.page-template-template-full-width-aria #footer-widget-area .social-icons li a:hover {
    color: #003366 !important;
}*/

.page-template-template-full-width-aria #footer-widget-area a:hover {
    color: #003366;
}

.aria-green-btn.btn-outlined {
    color: #003366;
    -moz-box-shadow: inset 0 0 0 1px #003366;
    -webkit-box-shadow: inset 0 0 0 1px #003366;
    box-shadow: inset 0 0 0 1px #003366;
}

.aria-green-btn.light-btn.btn-outlined {
    color: #ffffff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.aria-green-btn.dark-btn.btn-outlined {
    color: #3f3f3f;
    -moz-box-shadow: inset 0 0 0 1px #003366;
    -webkit-box-shadow: inset 0 0 0 1px #003366;
    box-shadow: inset 0 0 0 1px #003366;
}

.aria-light-green-btn.btn-default{
	background-color: #003366;
	color: #ffffff;
	box-shadow: unset !important;
}

.aria-light-green-btn.btn-default:hover{
	background-color: #003366 !important;
}

.aria-gray-btn.btn-default {
    background: #e1e1e1;
}
.aria-gray-btn.btn-default:hover, 
.aria-gray-btn.btn-default:focus {
    background: #003366;
}

.aria-green-btn.btn-default:hover, 
.aria-green-btn.btn-default:focus {
    background: #003366;
}

.aria-green-btn.light-btn.btn-default:hover, 
.aria-green-btn.light-btn.btn-default:focus {
    background: #ffffff !important;
    color: #003366 !important;
}

.aria-green-btn.dark-btn.btn-outlined:hover, 
.aria-green-btn.dark-btn.btn-outlined:focus{
    background: #003366 !important;
    color: #ffffff !important;
    -moz-box-shadow: inset 0 0 0 1px #003366;
    -webkit-box-shadow: inset 0 0 0 1px #003366;
    box-shadow: inset 0 0 0 1px #003366;
}




.page-template-template-full-width-aria .main-nav ul li ul {
    background: #e1e1e1;
}

.page-template-template-full-width-aria .main-nav ul li:hover ul li:hover > a {
    color: #003366;
}

/*
.page-template-template-full-width-aria #sticky-header .main-nav ul li.schedule-link-grid a span {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
}

.page-template-template-full-width-aria #sticky-header .main-nav ul li.schedule-link-grid a span:hover {
    background-color: #3d6114;
    border: 1px solid #3d6114;
}*/

.request-call-action.dark h2 {
    color: #111111;
}

.request-call-action.dark p {
    color: #010101;
}

.aria-color.title-width-sep-left {
    border-left: 5px solid #3d6114;
}

.aria-color .latest-news-grid .news-meta a {
    border: 2px solid #003366;
    color: #003366;
}

.aria-color .latest-news-grid .news-meta a:hover {
    background-color: #003366;
}


/*-------------
About Page CSS:
---------------*/

.facilities-counter-grid{
	margin:0;
	padding:0;
}

.facilities-counter-grid li{
	list-style-type: none;
	font-size: 46px;
	color: #ffffff;
	line-height: 1.1;
	font-family: Century Gothic;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.facilities-counter-grid li span.no-of-facilities{
	color: #ffffff;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: GillSans-SemiBold;
	letter-spacing: 2px;
}

.facilities-counter-column .vc_column-inner{
	padding:70px 60px 70px 280px !important;
}

.our-mission-column .vc_column-inner{
	padding:160px 70px 50px 90px !important;
}

.our-history-grid{
	background-color:#256765;
	padding:54px 64px 64px;
}

.our-history-grid p{
	color:#ffffff;
}

.our-history-grid {
    margin-top: -220px;
}

.our-leadership-column .vc_column-inner{
	padding:40px 50px !important;
}

.our-leadership-column .btn{
	padding:14px 46px; 
}

.our-history-grid p{
	font-size: 20px;
	font-family: Century Gothic;
}

.text-grid p{
	font-size:20px;
	line-height:28px;
}

.light-grid p{
	color:#ffffff;
}

.our-history-section{
	z-index:2;
}

.clients-family-section{
	padding: 180px 0 165px;
	margin-top: -60px;
	z-index: 1;
}

.our-partner-section{
	padding:120px 0;
	z-index:2;
}

.our-partner-section p{
	color:#ffffff;
	font-family: Century Gothic;
	font-size:20px;
	line-height:30px;
}

.contact-column-box .vc_column-inner{
	background-color: #003366;
	margin-top: -140px;
	padding: 42px 50px !important;
	z-index: 2;
}


.klas-logo-box .vc_column-inner{
	/*background-color: #ffffff;
	border: 3px solid #e1e1e1;
	padding: 30px 20px !important;*/
}

.klas-aprima {
	margin-bottom:5px !important;
}

.back-to-back {
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
	color:#494949;
}

.klas-logo-box{
	margin-top:-70px;
}

.certified-img{
	margin-bottom: 15px !important;
}

.certified-img.grid-0 {
    margin-top: 20px;
}

.certified-caption p {
    color: #701e33;
    text-align: center;
	font-size:14px;
    font-family: GillSans-SemiBold;
}

.about-bottom-section {
	margin-bottom: 60px;
    z-index: 4;
}

.grid-margin-0 .klas-logo-box{
	margin-top:0;
}

.grid-margin-0 .contact-column-box .vc_column-inner{
	margin-top:0;
}




/*-------------
GPCI Page CSS:
---------------*/

.loprd_separator.title-heading-with-seperator .loprd_sep_text {
    line-height: 1.2;
    font-size: 42px;
    font-family: Century Gothic;
}

.loprd_separator.title-heading-small-with-seperator .loprd_sep_text {
    line-height: 1.2;
    font-size: 30px;
    font-family: Century Gothic;
}

.large-text-grid p{
	font-size: 21px;
	line-height: 30px;
}

.sub-title-heading{
	text-transform: none;
    font-family: GillSans-SemiBold;
    letter-spacing: 0;
    font-size: 16px;
}

.medicare-local-form .wpcf7-form-control.wpcf7-select {
    width: 100%;
}

.instruction-list-grid{
	margin:0;
	padding:0;
}

.instruction-list-grid li{
	margin: 0 0 10px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}

.instruction-list-grid li::before{
	content: "\f046";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	font-size: 22px;
}

.request-call-action{
	text-align:center;
}

.request-call-action h2{
	color: #ffffff;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom:10px;
}

.request-call-action p{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	font-family: GillSans-SemiBold;
}

/* certifications */

.certificate-icon-heading {
	display: inline-block;
	margin-left: 225px;
	line-height: 1.2;
	font-size: 42px;
	font-family: Century Gothic;
	position: relative;
	top: 25px;	
}

.certificate-icon-heading2 {
	display: inline-block;
	margin-left: 75px;
	line-height: 1.2;
	font-size: 42px;
	font-family: Century Gothic;
	position: relative;
	top: 25px;
}

.certifications-icon {
	position: absolute;
    top: -135px;
}

.certifications-detail {
	padding-left:50px;
	border-left:1px solid #000000;
	margin-top: 80px;
	margin-left:80px !important;
}

.certifications-detail2 {
	margin-top: 0px;
}

.data-list ul {
	margin:0px;
	padding:0px;
}

.data-list ul li {
	list-style-type:none;
	padding:6px 0px;
	text-align:center;
	margin:4px 0px;
	background:#fff;
	font-size:13px;
	font-weight:bold;
}

.certifications-btn {
	background: #3e2b6b;
	color: #fff;
	text-transform: none;
}

.certification-modal .ult_modal-body{
	padding:0px 24px 15px 24px !important;
}

.certification-modal .ult_modal-header{
	border-bottom:none;
}

.certification-modal h3.ult_modal-title {
	color:#003366;
    font-size: 24px;
    margin-bottom: 10px;
	padding-top:20px;
}






.partner-title {
	font-size: 18px;
	font-weight: 700;
}

.partner-title span {
	color: #718a36;
	display: inline-block;
	margin: 0 8px 0 0;
	text-shadow: -1px 2px 1px #ccc;
	font-size: 26px;
}

.passed {
	background: #779442;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 10px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.partner-data p {
	font-size: 13px;
	line-height: normal;
}

.hipaa-title {
	padding-left:85px;
}
.vc_custom_1566499229021
{
border-left-color: #000;
border-left-style: solid;
}

/* //certifications */


@media screen and (max-width: 767px) {

    table.medicare-locality-table {
      border: 0;
    }

    table.medicare-locality-table thead {
      display: none;
    }

    table.medicare-locality-table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.medicare-locality-table td {
      display: block;
      text-align: right;
      font-size: 16px;
      border-bottom: 1px dotted #ccc;
    }

    table.medicare-locality-table td:last-child {
      border-bottom: 0;
    }

    table.medicare-locality-table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
	.certificate-icon-heading,
	.certificate-icon-heading2 {
		margin-left:15px;
		top:0;
		font-size:22px;		
	}
	
	.certificate-icon-heading2 {
		margin-bottom:0px;
	}
	
	.certifications-icon {
		position: absolute;
		top: -70px;
	}
	
	.certifications-icon img {
		width: 60%;
	}
	
	.certifications-detail {
		padding-left:0px;
		border-left:0;
		margin-top: 70px;
		margin-left:0px !important;
	}
	
	.certifications-detail2 {
		margin-top:0px;
	}
	
	.hipaa-title {
		padding-left:15px;
	}
	.certification-modal h3.ult_modal-title {
		font-size: 18px;
	}	
	.certification-modal .ult_modal-body{
		font-size: 16px;
	}	
	.hexagon-grid.hexagon-outline {
		margin: 90px 0 86.60px 0px;
	}
}


/*-------------
Hexagon CSS:
---------------*/

@media screen and (min-width: 1280px) {
	p, ul li, ol li{
		font-size:17px;
	}
	
	blockquote.blockquote-center{
		min-height: 280px;
	}
	
	.hexagon {
		position: absolute;
		width: 350px; 
		height: 202.07px;
		background-color: transparent;
		margin: 101.04px 0;
		border-left: solid 2px #673742;
		border-right: solid 2px #673742;
		top: -50%;
		z-index: 0;
		left: 65%;
	}

	.hexagon:before,
	.hexagon:after {
	  content: "";
	  position: absolute;
	  z-index: 1;
	  width: 247.49px;
      height: 247.49px;
	  -webkit-transform: scaleY(0.5774) rotate(-45deg);
	  -ms-transform: scaleY(0.5774) rotate(-45deg);
	  transform: scaleY(0.5774) rotate(-45deg);
	  background-color: inherit;
	  left: 49.2563px;
	}

	.hexagon:before {
	  top: -123.7437px;
	  border-top: solid 2.8284px #673742;
	  border-right: solid 2.8284px #673742;
	}

	.hexagon:after {
	 bottom: -123.7437px;
	  border-bottom: solid 2.8284px #673742;
	  border-left: solid 2.8284px #673742;
	}

	.hexagon.red{
		border-left: solid 2px #003366;
		border-right: solid 2px #003366;
		top: -160px;
		left: -150px;
	}

	.hexagon.red:before {
	  border-top: solid 2.8284px #003366;
	  border-right: solid 2.8284px #003366;
	}

	.hexagon.red:after {
	  border-bottom: solid 2.8284px #003366;
	  border-left: solid 2.8284px #003366;
	}

	.hexagon.green{
		border-left: solid 2px #3ab1ac;
		border-right: solid 2px #3ab1ac;
		top: -160px;
		left: -150px;
	}

	.hexagon.green:before {
	  border-top: solid 2.8284px #3ab1ac;
	  border-right: solid 2.8284px #3ab1ac;
	}

	.hexagon.green:after {
	  border-bottom: solid 2.8284px #3ab1ac;
	  border-left: solid 2.8284px #3ab1ac;
	}


	.our-partner-section .hexagon.red{
		z-index:-1;
	}

	.hexagon.rev-hexagon{
		position: absolute;
		width: 350px; 
		height: 202.07px;
		background-color: transparent;
		margin: 101.04px 0;
		border-left: solid 2px #673742;
		border-right: solid 2px #673742;
		top: 0;
		z-index: 0;
		left: 0;
	}

	.hexagon.hexagon-450 {
	  width: 450px; 
	  height: 259.81px;
	  margin: 129.90px 0;
	  border-left: solid 2px #ced0d0;
	  border-right: solid 2px #ced0d0;
	  top: -100px;
	  left: -10%;
	}

	.hexagon.hexagon-450:before,
	.hexagon.hexagon-450:after {
	  width: 318.20px;
	  height: 318.20px;
	  left: 63.9010px;
	}

	.hexagon.hexagon-450:before {
	  top: -159.0990px;
	  border-top: solid 2.8284px #ced0d0;
	  border-right: solid 2.8284px #ced0d0;
	}

	.hexagon.hexagon-450:after {
	  bottom: -159.0990px;
	  border-bottom: solid 2.8284px #ced0d0;
	  border-left: solid 2.8284px #ced0d0;
	}

	.hexagon.hexagon-450.red {
		width: 450px;
		border-left: solid 2px #003366;
		border-right: solid 2px #003366;
		top: -265px;
		left: -70%;
	}

	.hexagon.hexagon-450.red:before {
	  border-top: solid 2.8284px #003366;
	  border-right: solid 2.8284px #003366;
	}

	.hexagon.hexagon-450.red:after {
	  border-bottom: solid 2.8284px #003366;
	  border-left: solid 2.8284px #003366;
	}

	.hexagon.hexagon-650 {
	  top:-315px;
	  width: 650px; 
	  height: 375.28px;
	  margin: 187.64px 0;
	  border-left: solid 2px #8b68c1;
	  border-right: solid 2px #8b68c1;
	  left: 190px;
	}

	.hexagon.hexagon-650:before,
	.hexagon.hexagon-650:after {
	  width: 459.62px;
	  height: 459.62px;
	  left: 93.1903px;
	}

	.hexagon.hexagon-650:before {
	  top: -229.8097px;
	  border-top: solid 2.8284px #8b68c1;
	  border-right: solid 2.8284px #8b68c1;
	}

	.hexagon.hexagon-650:after {
	  bottom: -229.8097px;
	  border-bottom: solid 2.8284px #8b68c1;
	  border-left: solid 2.8284px #8b68c1;
	}
	
	.our-mission-column .hexagon.hexagon-650 {
		top: 30px;
		left: -120px;
		border-left: solid 2px #c7c7c7;
		border-right: solid 2px #c7c7c7;
	}

	.our-mission-column .hexagon.hexagon-650:before {
	  border-top: solid 2.8284px #c7c7c7;
	  border-right: solid 2.8284px #c7c7c7;
	}

	.our-mission-column .hexagon.hexagon-650:after {
	  border-bottom: solid 2.8284px #c7c7c7;
	  border-left: solid 2.8284px #c7c7c7;
	}
	
	.hexagon.header-hexagon {
		top: -445px;
		width: 650px;
		height: 375.28px;
		background-color: transparent;
		margin: 187.64px 0;
		border-left: solid 2px #922c39;
		border-right: solid 2px #922c39;
		z-index: 1;
		right: -50px;
		left: auto;
	}
	
	.page-id-18 .hexagon.header-hexagon, 
	.page-id-145 .hexagon.header-hexagon, 
	.page-id-139 .hexagon.header-hexagon,
	.post-type-archive-case_studies .hexagon.header-hexagon,
	.post-type-archive-resources .hexagon.header-hexagon {
		top: -520px;
	}
	
	.home .hexagon.header-hexagon, 
	.page-id-576 .hexagon.header-hexagon, 
	.page-id-1484 .hexagon.header-hexagon{
		display:none;
	}
	
	.hexagon.header-hexagon:before,
	.hexagon.header-hexagon:after {
	  width: 459.62px;
	  height: 459.62px;
	  left: 93.1903px;
	}

	.hexagon.header-hexagon:before {
	  top: -229.8097px;
	  border-top: solid 2.8284px #922c39;
	  border-right: solid 2.8284px #922c39;
	}

	.hexagon.header-hexagon:after {
	  bottom: -229.8097px;
	  border-bottom: solid 2.8284px #922c39;
	  border-left: solid 2.8284px #922c39;
	}


	.hexagon.footer-hexagon {
	  top:-400px;
	  width: 650px; 
	  height: 375.28px;
	  background-color: transparent;
	  margin: 187.64px 0;
	  border-left: solid 2px #922c39;
	  border-right: solid 2px #922c39;
	  z-index:1;
	  left: 200px;
	}

	.hexagon.footer-hexagon.green-hexagon{
		top: -107px;
		border-left: solid 2px #25a9a5;
		border-right: solid 2px #25a9a5;
		z-index: 2;
	}

	.hexagon.footer-hexagon:before,
	.hexagon.footer-hexagon:after {
	  width: 459.62px;
	  height: 459.62px;
	  left: 93.1903px;
	}

	.hexagon.footer-hexagon:before {
	  top: -229.8097px;
	  border-top: solid 2.8284px #922c39;
	  border-right: solid 2.8284px #922c39;
	}

	.hexagon.footer-hexagon:after {
	  bottom: -229.8097px;
	  border-bottom: solid 2.8284px #922c39;
	  border-left: solid 2.8284px #922c39;
	}

	.hexagon.footer-hexagon.green-hexagon:before {
	  border-top: solid 2.8284px #25a9a5;
	  border-right: solid 2.8284px #25a9a5;
	}

	.hexagon.footer-hexagon.green-hexagon:after {
	  border-bottom: solid 2.8284px #25a9a5;
	  border-left: solid 2.8284px #25a9a5;
	}

	#footer-widget-area {
    overflow-y: hidden;
	}

	.home #footer-widget-area {
    overflow-y: visible;
	}


}



@media screen and (min-width: 1600px) {
	.our-mission-column .hexagon.hexagon-650{
		left: 0px;
	}

	.our-mission-column .vc_column-inner{
		padding: 244px 70px 50px 50px !important;
	}

	.container, .vc_creativa_row_fullwidth {
    width: 1280px !important;
	}

}




/*----------------
Solutions Page CSS:
-----------------*/

.check-arrow-list ul{
	margin:0;
	padding:0;
}

.check-arrow-list ul li{
	margin: 0 0 10px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}

.check-arrow-list ul li::before{
	content: "\f046";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	font-size: 21px;
	vertical-align: middle;
	line-height: 30px;
}

.light-grid.check-arrow-list ul li{
	color:#ffffff;
}

h4.sub-title{
    font-size: 22px;
    line-height: 28px;
    font-family: Century Gothic;
    letter-spacing: 0px;
	margin-bottom:10px;
}

.check-arrow-list.wpb_content_element{
	margin-bottom:20px;
}

.testimonial-section{
	padding:120px 0;
}

.latest-news-grid{
	border-bottom: 1px solid #cacaca;
    padding: 10px 0 15px;
	margin-bottom: 5px;
}

.latest-news-grid.border-bottom-0{
	border-bottom: none;
}

.latest-news-grid .news-title{
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: none;
	font-family: Century Gothic;
	font-weight: 600;
}

.latest-news-grid .news-meta a{
	background-color: transparent;
	padding: 10px 25px;
	font-size: 18px;
	line-height: 1.2;
	border: 2px solid #3d2b6b;
	color: #3d2b6b;
	cursor: pointer;
	display: inline-block;
}


.latest-news-grid .news-meta a:hover{
	background-color:#3d2b6b;
	color:#ffffff;
}

.title-width-sep-left {
    color: #494949;
	font-size: 30px;
	line-height: 1.38;
	background-color: #f2f4f5;
	position: relative;
	border-left: 5px solid #3d2b6b;
	width: 100%;
	padding: 5px 15px;
	max-width: 300px;
}

.border-bottom{
	border-bottom:1px solid #cacaca !important;
}

.increase-efficiency-section{
	padding:3em 0 1.5em;
}

.icon-box-2.iconbox-border {
    border: 1px solid #003366;
	margin-bottom:30px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.green-box.iconbox-border{
	background-color: #003366;
}

.green-box.iconbox-border .loprd-iconbox-icon{
	display:none;
}

.icon-box-2.iconbox-border .iconbox-header {
    padding-bottom: 10px;
    font-size: 24px;
	letter-spacing: 1px;
}

.icon-box-2.iconbox-block .loprd-iconbox-icon {
    height: 76px;
}

.green-box.iconbox-block .icon-bg {
    width: 76px;
    height: 76px;
    padding: 20px 0;
}

.green-box.iconbox-border p{
	color:#ffffff;
}

.green-box .btn-outlined {
    color: #ffffff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.icon-box-2:hover{
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.green-box .iconbox-header{
	margin-top:32px;
}

.ehr-logo-item.wpb_single_image{
    background-color: #ffffff;
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}

.ehr-logo-item.wpb_single_image:hover img {
    filter: grayscale(100%);
}

.extend-efficiency-section{
	overflow:hidden;
}

.extend-efficiency-section .hexagon{
	top: -94%;
	left: 70%;
}

.modal-form-grid label{
	font-family: GillSans-SemiBold;
	line-height: 1.2;
	font-size: 16px;
	text-transform: none;
	color: #242424;
	font-weight:600;
}

.modal-form-grid sup{
	color:#ff0000;
}

.modal-form-grid input[type="text"], 
.modal-form-grid input[type="email"],
.modal-form-grid input[type="tel"], 
.modal-form-grid select{
	background: #f6f6f6;
	padding: 10px 12px;
	border-radius: 0px;
	border:1px solid #f6f6f6;
}

.modal-form-grid input[type="text"], 
.modal-form-grid input[type="email"],
.modal-form-grid input[type="tel"],
.modal-form-grid select, 
.modal-form-grid textarea{
	height: 42px;
	font-size: 15px;
	width:100%;
	margin-bottom:10px;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	
}

.modal-form-grid input[type="text"]:focus, 
.modal-form-grid input[type="email"]:focus,
.modal-form-grid input[type="tel"]:focus,
.modal-form-grid select:focus, 
.modal-form-grid textarea:focus{
	border:1px solid #003366;
}

.modal-form-grid input[type="submit"]{
	margin-top: 15px;
}	

.modal-form-grid span.wpcf7-list-item {
    margin: 0 0 0 10px;
}

.modal-form-grid span.wpcf7-list-item-label {
    padding-left: 5px;
}


.switch-ehr-text ul{
	margin:0;
	padding:0;
}

.switch-ehr-text ul li{
	margin: 0 0 10px;
	padding-left: 40px;
	position: relative;
	list-style: none;
}

.switch-ehr-text ul li::before{
	content: "\f046";
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	font-size: 20px;
	vertical-align: middle;
	line-height: 30px;
}

.switch-ehr-text h3{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}














/*------------
ICD-10 CSS:
-------------*/

.icd-main-section{
	padding:3.5em 0 10px;
}

.icd-search-img{
	position:absolute;
	top:-270px;
	right:0;
}

.phm-img-section{
	z-index:2;
}

.rcm-slider.wpb_revslider_element.wpb_content_element {
    margin: 0;
}

.rcm-icon-content .loprd-iconbox-more{
	display:none;
}


/*----------------
Leadership Page CSS:
-----------------*/

.team-memeber-column .wpb_single_image.wpb_content_element{
	margin-top: -65px;
	margin-bottom:10px;
}

.office-memb-column.team-memeber-column{
	text-align: center;
}

.office-memb-column.team-memeber-column .wpb_single_image.wpb_content_element{
	margin-top: 0;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.team-memeber-column > .vc_inner_column-inner > .wpb_wrapper{
    box-shadow: 0px 10px 14px 2px rgba(01, 01, 01, 0.08);
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 60px;
	padding:10px;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}


.team-memeber-column > .vc_inner_column-inner > .wpb_wrapper:hover{
    box-shadow: 0px 10px 14px 2px rgba(01, 01, 01, 0.12);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}



.office-memb-column.team-memeber-column > .vc_inner_column-inner > .wpb_wrapper{
	margin-top: 0px;
}

.memb-img-grid.wpb_single_image img {
    max-width: 150px;
	border: 4px solid #003366;
	border-radius: 100%;
	padding: 4px;
	height: 150px;
	width: 150px;
	object-fit:cover;
}

.bio-more a{
	color:#003366;
	font-size:14px;
	font-weight:700;
}

.memb-bio-box.wpb_content_element {
    text-align: center;
	margin-bottom: 5px;
}

.team-member-name{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.team-member-postion{
	font-size: 13px;
	line-height: 1.2;
	font-family: Century Gothic;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
	min-height: 32px;
}

.team-memeber-column{
	margin-bottom:40px !important;
}

.team-memeber-column .btn{
	padding: 10px 30px;
}

.memeber-bio-grid .ult_modal-body {
    padding: 15px 20px !important;
}

.memeber-bio-grid .ult_modal-content{
	box-shadow:none;
}


.memeber-bio-grid .ult_modal-header > .modal-icon {
    display: block;
    text-align: center;
}


.memeber-bio-grid .ult_modal-header {
    border-bottom: none;
    font-size: 16px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.memeber-bio-grid .ult_modal-header::before {
    content: "";
    display: block !important;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    height: 186px;
    z-index: -1;
}

.memeber-bio-grid h3.ult_modal-title{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	display: block;
	text-transform: uppercase;
	line-height:1.24;
}

.memeber-bio-grid h3.ult_modal-title > i{
	display: block;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 2px;
}


.memeber-bio-grid img.ult-modal-inside-img {
    width: 186px;
    padding: 7px;
    border: 7px solid #fff;
    border-radius: 50%;
    height: 186px;
    margin-top: 0;
    background-color: #fff;
	object-fit: cover;
}

.officer-memb-grid{
	
}

.officer-memb-grid.memeber-bio-grid .ult_modal-header > .modal-icon {
    display: none;
}

.officer-memb-grid.memeber-bio-grid .ult_modal-header::before {
    content: none;
}

.officer-memb-grid.memeber-bio-grid h3.ult_modal-title {
    text-transform: none;
    padding: 30px 0;
}

.mission-statement-column{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.mission-statement-column::before{
	content: "";
	display: block;
	position: absolute;
	background-color: #003366;
	width: 320px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
}

.mission-statement-column h3{
	color:#003366;
	font-size:34px;
	line-height:1.2;
}

.mission-statement-column p{
	color:#003366;
	font-size:18px;
	font-style:italic;
}

.officer-bio-grid {
    display: table;
    margin-bottom: 30px;
}

.officer_img {
    display: table-cell;
}

.officer_name {
    display: table-cell;
    padding-left: 40px;
	vertical-align:top;
}

.officer_name .team-member-name {
    font-size: 24px;
    line-height: 30px;
}

.officer_name .team-member-postion {
    font-size: 16px;
}

.ult_modal-body .officer_img img {
    border-radius: 100%;
    max-width: 180px;
}

.landing-modal .ult_modal-body {
	background-color:transparent !important;
}

.landing-modal .ult_modal-content{
	box-shadow:none !important;
}

.landing-slide-title{
	font-family: Caslon224Std-Bold !important;
}






/*--------------------
Specialities Page CSS:
---------------------*/

.specialties-carausal-section{
	padding:40px 0 50px;
}

.specialties-carausal-column .vc_inner_column-inner {
	padding-left: 5.5em !important;
}

.specialties-carausal-column .btn-outlined {
    color: #fff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.specialties-carausal-column .btn-outlined:hover {
    -moz-box-shadow: inset 0 0 0 1px transparent;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    color: #fff;
	background:#003366;
}

.white-outline-btn.btn-outlined {
    color: #fff;
    -moz-box-shadow: inset 0 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
    box-shadow: inset 0 0 0 1px #ffffff;
}

.white-outline-btn.btn-outlined:hover {
    -moz-box-shadow: inset 0 0 0 1px transparent;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    color: #fff;
}

.spec-carausal-grid.rsCreativa .rsBullets{
	position:absolute;
	bottom:30px;
}

.specialties-carausal-column .sub-title-heading{
	font-family: Century Gothic;
	letter-spacing: 3px;
}

/*
.page-id-135 .hexagon.header-hexagon {
    top: -150px;
    right: -280px;
}
*/

.spec-hover-box {
    margin-bottom: 30px;
}

.spec-hover-box .h4-size {
    font-size: 27px !important;
    line-height: 32px !important;
}

.spec-hover-box .loprd-hoverbox__front__content__inner p, 
.spec-hover-box .loprd-hoverbox__hover__content__inner p{
	font-size: 16px;
	font-weight: 500;
}

.spec-hover-box .loprd-hoverbox__content--wrapper::before {
    content: "Learn More >";
	color:#ffffff;
    display: block;
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
}

.spec-hover-box:hover .loprd-hoverbox__content--wrapper::before{
	color:#003366;
}

.other-specialties-section{
	padding: 120px 0 100px;
	margin-top: -80px;
}

.other-spec-list-grid ul{
	margin:0;
	padding:0;
}

.other-spec-list-grid ul li {
    margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	list-style: none;
	color: #ffffff;
	font-size: 21px;
}

.other-spec-list-grid ul li::before{
	content: "+";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 27px;
}

.other-spec-list-grid ul li a {
	color:#fff;
}

.specialities-grid-btn {
    width: 100%;
	padding:14px 20px;
}

.ehr-modal-grid .ult_modal-body{
	padding:15px 20px !important;
}

.reqest-quote-section{
	background: #2e0257;
    background: -webkit-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: -webkit-gradient(linear,(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%));
    background: -o-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);

}

.recognize-section{
	background-color:#256765;
}

.page-inc-section .container{
	max-width: 1204px;
}

.page-inc-section.vc_row.vc_row_fullwidthcontent .vc_row {
    margin-left: -15px;
	margin-right: -15px;
}

.gradient-bg-section {
    background: #2e0257;
    background: -webkit-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: -webkit-gradient(linear,(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%));
    background: -o-linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
    background: linear-gradient(90deg, rgba(46,2,87,1) 0%, rgba(63,8,124,1) 35%, rgba(215,66,72,1) 100%);
}

.padding-top-100{
	padding-top:100px;
}


/* interscroller*/

#interscroller {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.intscpdiv {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	clip:rect(0px 635px 596.3000030517579px 0px);
}

.interscroller-data-box {
	position: fixed;
	height: 100%;
	top: 10%;
	backface-visibility: hidden;
	text-align: center;
}

/* // interscroller */


.ehr-content1{
	z-index:2;
}

.ehr-content2 {
	margin-top: 90px;
	padding-top: 50px;
	padding-bottom: 30px;
	z-index: 1;
}

.ehr-content-video-cover {
    margin-top: -100px;
	position: relative;
}

.ehr-content-video-cover::before {
	content: "";
	cursor: pointer;
	top: 50%;
	left: 60%;
	border-bottom: 45px solid transparent;
	position: absolute;
	display: block;
	border-top: 45px solid transparent;
	z-index: 5;
	border-left: 45px solid #003366;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.call-action-bottom{
	padding:1em 0 4em 4.5em;
}

.client-list-item{
	display:inline-block;
}

.client-list-item img{
	max-width:175px !important;
}

.call-action-box{
	background-color: #003366;
    padding: 48px 50px !important;
    margin-top: -25px;
	z-index:2;
}

.call-action-box.grid-80{
	 margin-top: -80px;
}

.call-green-action-box {
    background-color: #739324;
    padding: 48px 32px !important;
    margin-top: -80px;
    z-index: 2;
}

.call-green-action-box.grid-20{
	margin-top:20px;
}

.spec-slider-grid .perpetua::after {
    background: #003366;
	mix-blend-mode: multiply;
	opacity: 0.5;
}








/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-main-content {
  text-align: center;
  position: fixed;
	top: 50%;
	right: 0px;
	z-index: 40;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-btn {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  background-color: #003366;
  color: #ffffff !important;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
  
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
  z-index: 50;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
  color: #89ba2c;
  padding-left: 5%;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 50%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  min-height: 430px;
  top: 25%;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 1080px;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.efficiency-border-box img{
	margin-bottom:10px;
}

.efficiency-border-box .btn{
	padding:10px 24px;
}

.cd-panel__content p {
  font-size: 16px;
  color: #424f5c;
  line-height: 1.6;
  margin: 15px 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

.efficiency-border-box {
    border: 1px solid #e9e9e9;
    padding: 15px;
}


/** End leftslidepopup **/
@media screen and (min-width: 1024px) {
	.call-green-action-box.grid-20{
		margin-top:110px;
	}
	
}

@media screen and (max-width: 991px) {
	.efficiency-border-box {
		padding: 10px;
	}
	
	.cd-panel__content{
		padding: 20px;
	}
	
	.cd-panel__content .title-heading-default{
		font-size: 25px;
	}
	
	.cd-panel__content .title-heading-small {
    font-size: 24px;
	}
	
	.efficiency-border-box .btn{
		padding: 10px 28px;
	}
	
	
}


.switch-form-model-box .ult_modal-header {
	border-bottom:0px;
}

.switch-form-model-box .ult_modal-content .ult_modal-body {
	padding:0px !important;
}

.switch-form-model-box .ult_modal-body p {
	display:none;
}

.switch-model-text-data-box {
	padding:20px 45px;
}

.switch-form-model-box ol {
	margin:10px 10px 20px;
}

.switch-form-model-box .learn-more {
	margin-top:15px;
	font-size:16px;
}

.switch-form-main-box {
	background:#c54d4d;
	padding:20px 30px;
}

.switch-form-main-box h2 {
	color:#fff;
	padding-left:15px;
}

.switch-form-main-box label {
	color:#fff;
}

.switch-form-main-box input[type="text"],
.switch-form-main-box select,
.switch-form-main-box input[type="text"]:focus,
.switch-form-main-box select:focus {
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}

.switch-form-main-box input[type="submit"]{
	background:#fff;
	color:#c54d4d;
}

.switch-form-main-box input[type="submit"]:hover {
	background:#003366;
	color:#fff;
}



/*---------------
Contact Page CSS:
-----------------*/

.contact-form-grid label{
	font-family: GillSans-SemiBold;
	line-height: 1.2;
	font-size: 16px;
	text-transform: none;
	color: #242424;
	font-weight:600;
}

.contact-form-grid sup{
	color:#ff0000;
}

.contact-form-grid input[type="text"], 
.contact-form-grid input[type="email"],
.contact-form-grid input[type="tel"], 
.contact-form-grid select{
	background: #eee;
	padding: 7px 12px;
	border-radius: 0px;
	border: none;
	height:42px;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
	border-left: 3px solid #3d2b6b;
	-webkit-box-shadow: 1px 2px 4px 0px rgba(50, 46, 46, 0.22);
	-moz-box-shadow: 1px 2px 4px 0px rgba(50, 46, 46, 0.22);
	box-shadow: 1px 2px 4px 0px rgba(50, 46, 46, 0.22);
}

.contact-form-grid input[type="text"], 
.contact-form-grid input[type="email"],
.contact-form-grid input[type="tel"],
.contact-form-grid select, 
.contact-form-grid textarea{
	width:100%;
	margin-bottom:10px;
}

.contact-form-grid input[type="submit"]{
	margin-top: 15px;
}	

.contact-form-grid span.wpcf7-list-item {
    margin: 0;
	font-size: 15px;
	width: 33%;
	float: left;
}

.contact-form-grid span.wpcf7-list-item-label {
    padding-left: 5px;
}

.contact-widget-area{
	padding: 15px 20px 20px;
    box-shadow: 1px 1px 9px #cecece;
}

.contact-widget-area{
	margin-bottom:30px;
}

.contact-widget-area.wpb_content_element{
	margin-bottom:24px;
}

.contact-widget-area h4 {
    border-bottom: 1px solid #eee;
	background-color: #eee;
	color: #494949;
	padding: 7px 8px 7px 12px;
	border-left: 4px solid #3d2b6b;
	font-size: 18px;
	line-height: 1.2;
}

.more-link-grid a {
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #003366;
    padding: 10px 18px;
    border: 1px solid #003366;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 16px;
    font-family: GillSans Regular;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.more-link-grid a:hover, 
.more-link-grid a:focus{
    background-color: #003366;
	color:#ffffff;
}

.contact-widget-area p{
	font-family: GillSans-SemiBold;
	margin-bottom: 20px;
	font-size: 18px;
}

.support-addr-box{
	border-top: 4px solid #003366;
	padding: 20px 20px 20px;
    box-shadow: 1px 1px 9px #cecece;
}

.support-addr-box.wpb_content_element{
	margin-bottom:30px;
}

.support-addr-box h4 {
    border-bottom: 1px solid #eee;
	color: #494949;
	padding: 0 0 5px;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	min-height: 50px;
}

.support-addr-box p{
	font-family: GillSans-SemiBold;
	margin-bottom: 20px;
	font-size: 18px;
}

.support-addr-box p > a{
	color: #494949;
} 

.support-addr-box p > a:hover{
	color: #f85e66;
} 

.contact-form-grid li {
	width: calc(50% - 1px);	
	display: inline-block !important;
	clear: none !important;
	margin-top: 0px !important;
}

.contact-form-grid li.interested-product,
.contact-form-grid li.providers {
	width:100%;	
	display:block !important;
}

.contact-form-grid .gform_wrapper input.large, 
.contact-form-grid .gform_wrapper input.medium, 
.contact-form-grid .gform_wrapper input.small, 
.contact-form-grid .gform_wrapper select.large, 
.contact-form-grid .gform_wrapper select.medium, 
.contact-form-grid .gform_wrapper select.small {
	width: 100% !important;
}

.contact-form-grid .gfield_checkbox li {
	display: inline-block !important;
	width: calc(33% - 1px);
	margin-bottom: 0px !important;
}

.switch-EHRs-form li {
	width: calc(50% - 1px);	
	display: inline-block !important;
	clear: none !important;
	margin-top: 0px !important;
}

.switch-EHRs-form .ginput_container input.large, 
.switch-EHRs-form .ginput_container input.medium, 
.switch-EHRs-form .ginput_container input.small, 
.switch-EHRs-form .ginput_container select.large, 
.switch-EHRs-form .ginput_container select.medium, 
.switch-EHRs-form .ginput_container select.small {
	width: 100% !important;
	padding:10px 15px !important;
}

.white-paper-form {
	
}

.white-paper-form input[type="text"] {
	padding:10px 15px !important;
}

.switch-EHRs-form2 li {
	width: calc(33% - 1px);	
	display: inline-block !important;
	clear: none !important;
	margin-top: 0px !important;
}

.switch-EHRs-form2 .ginput_container input.large, 
.switch-EHRs-form2 .ginput_container input.medium, 
.switch-EHRs-form2 .ginput_container input.small, 
.switch-EHRs-form2 .ginput_container select.large, 
.switch-EHRs-form2 .ginput_container select.medium, 
.switch-EHRs-form2 .ginput_container select.small {
	width: 100%;
	padding:10px 15px !important;
	line-height:1.42 !important;
}

.gform_wrapper .gform_footer{
	margin:0 !important;
}

/*---------------
// Contact Page CSS:
-----------------*/


/*---------------
POPUP MAKER CSS:
-----------------*/

.pum-overlay .vc_container_inner.container {
	width:auto !important;
}

.others-specialties-form-popup .ult_modal-body {
	padding:0px 30px !important;
}

.others-specialties-form-popup li {
	width: calc(50% - 1px);	
	display: inline-block !important;
	clear: none !important;
	margin-top: 0px !important;
}

@media screen and (max-width: 768px) {
	.switch-EHRs-form li,
	.contact-form-grid .gfield_checkbox li,
	.contact-form-grid li,
	.switch-EHRs-form2 li {
		width: 100%;
	}
}

.others-specialties-form-popup .ginput_container input.large, 
.others-specialties-form-popup .ginput_container input.medium, 
.others-specialties-form-popup .ginput_container input.small, 
.others-specialties-form-popup .ginput_container select.large, 
.others-specialties-form-popup .ginput_container select.medium, 
.others-specialties-form-popup .ginput_container select.small {
	width: 100% !important;
	padding:10px 15px !important;
}

/*---------------
//POPUP MAKER CSS:
-----------------*/

/*--------------
Awards Page CSS:
---------------*/

.awards-content .wpb_single_image{
	border:1px solid #e1e1e1;
}

.awards-content .wpb_single_image img{
	padding:10px;
}

.wpb_singleimage_heading{
	color: #fff;
	background-color: rgba(96, 29, 46, 0.9);
	top: 50%;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 70px 15px 0;
	position: absolute;
	font-size: 16px;
	line-height: 1.4;
	z-index: 2;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
    -moz-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
	visibility: hidden;
}

.wpb_single_image:hover .wpb_singleimage_heading{
	opacity: 1;
	visibility:visible;
}

.more-toggle-grid.loprd-toggle-wrapper{
    border:none !important;
}
	
.more-toggle-grid .vc_toggle_title{
	padding-top:0 !important;
}

.more-toggle-grid .vc_toggle_content{
	margin-top: 0;
}

.more-toggle-grid .vc_toggle_title > h4 {
    color: #003366;
}

.more-toggle-grid.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, 
.more-toggle-grid.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before{
	border-color: #003366 !important;
	margin-left: -15px !important;
}

.certificate-box.iconbox-border {
    padding: 24px 20px 30px;
}

.certificate-box .loprd-iconbox-icon {
	position: absolute;
	width: 180px;
	background-color: #fff;
	padding: 16px 10px 16px 10px;
	top: 0;
	left: 0;
	margin: 0;
}
	
.certificate-box.iconbox-border .iconbox-header{
	margin-left: 190px;
	color: #003366;
	font-size: 46px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 0 !important;
    border: none;
	text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc;
}

.certificate-box.iconbox-border p{
	margin-left: 190px;
	font-weight:600;
}

.certificate-box.iconbox-border p > strong {
    background-color: #779442;
	display: block;
	padding: 7px 15px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	border: 2px solid #fff;
	box-shadow: 1px 1px 2px 1px #ccc;
	margin-bottom: 12px;
}
div.wpcf7-mail-sent-ok[style]{display:none!important;}

/*----------------
Services Page CSS:
-----------------*/

.service-intro-section{
	background-color:#ffffff;
	z-index:10;
}

.srvc-video-column .vc_column-inner {
    padding:10px 40px 30px 20px !important;
}

.srvc-video-column .hexagon.hexagon-450 {
    top: -60px;
    left: 0;
}

.srvc-aria-rcm-section{
	padding:4em 0;
	position:relative;
	z-index:12;
}

.srvc-aria-rcm-section::before{
	content:"";
	background-color:#739324;
	position:absolute;
	left:0;
	top:0;
	display:block !important;
	width:80%;
	height:100%;
}

.srvc-aria-rcm-section-new {
	padding: 3.5em 0;
	position: relative;
	z-index: 12;
}

.srvc-aria-rcm-section-new::before{
	content:"";
	background-color:#003366;
	position:absolute;
	left:0;
	top:0;
	display:block !important;
	width:80%;
	height: 100%;
}

.srvc-aria-rcm-section-did {
	padding:0;
	position:relative;
	z-index:12;
}

.srvc-aria-rcm-section-did::before{
	content:"";
	background-color:#003366;
	position:absolute;
	left:0;
	top:0;
	display:block !important;
	width:58%;
	height: 54%;
}

.did-data-box {
	padding:0px 60px !important;
}

.wht-text {
	color:#fff;
}

.child-img-box {
	padding-left:70px !important;
	position:relative;
}

.child-img-box .title-heading-medium-inner {
	font-size:36px;
	margin-top: -30px;
	padding-left: 40px;
}

.child-img-box img {
	position: relative;
	left: 20px;
	margin-top: 20px;
}


.srvc-aria-enroll-section{
	padding:3.5em 0;
	position:relative;
	z-index:10;
}

.srvc-aria-enroll-img{
	position: absolute;
	top: 0px;
	max-width: 560px;
}

.srvc-aria-credential-section{
	padding: 4em 0;
	z-index: 9;
}

.credential-ncqa-img{
	position:relative;
	z-index:12;
}

.right-hexagon-650 .hexagon.hexagon-650{
	left: 165px;
	top: -150px;
	border-left: solid 2px #c7c7c7;
	border-right: solid 2px #c7c7c7;
	z-index: -1;
}

.right-hexagon-650 .hexagon.hexagon-650::before{
	border-top: solid 2.8284px #c7c7c7;
	border-right: solid 2.8284px #c7c7c7;
}

.right-hexagon-650 .hexagon.hexagon-650::after{
	border-left: solid 2.8284px #c7c7c7;
	border-bottom: solid 2.8284px #c7c7c7;
}


.left-hexagon-650 .hexagon.hexagon-650{
	left: -500px;
	top: 28%;
	border-left: solid 2px #c7c7c7;
	border-right: solid 2px #c7c7c7;
	z-index: 0;
}

.career-page-hexagon-left .hexagon.hexagon-650 {
	left: -400px;
	top: -200px;
}

.left-hexagon-650 .hexagon.hexagon-650::before{
	border-top: solid 2.8284px #c7c7c7;
	border-right: solid 2.8284px #c7c7c7;
}

.left-hexagon-650 .hexagon.hexagon-650::after{
	border-left: solid 2.8284px #c7c7c7;
	border-bottom: solid 2.8284px #c7c7c7;
}


.right-hexagon-450 .hexagon.hexagon-450 {
	left: 352px;
	top: -150px;
	border-left: solid 2px #c7c7c7;
	border-right: solid 2px #c7c7c7;
	z-index: -1;
}

.career-page-hexagon-right .hexagon.hexagon-450 {
	left: 450px;
	top: -50px;
}

.specialities .hexagon.hexagon-450 {
	left: 450px;
	top: 80px;
	border-left: solid 2px #003366;
	border-right: solid 2px #003366;
	z-index: 2;
}

.right-hexagon-450.assessment .hexagon.hexagon-450 {
	left: 385px;
	top: -393px;
	border-left: solid 2px #c7c7c7;
	border-right: solid 2px #c7c7c7;
	z-index: 10;
}

.right-hexagon-450 .hexagon.hexagon-450::before {
	border-top: solid 2.8284px #c7c7c7;
	border-right: solid 2.8284px #c7c7c7;
}

.right-hexagon-450 .hexagon.hexagon-450::after {
	border-left: solid 2.8284px #c7c7c7;
	border-bottom: solid 2.8284px #c7c7c7;
}

.rightred-hexagon-450 .hexagon.hexagon-450 {
	left: 552px;
	top: -130px;
	border-left: solid 2px #922c39;
	border-right: solid 2px #922c39;
}

.rightred-hexagon-450 .hexagon.hexagon-450::before {
	border-top: solid 2.8284px #922c39;
	border-right: solid 2.8284px #922c39;
}

.rightred-hexagon-450 .hexagon.hexagon-450::after {
	border-left: solid 2.8284px #922c39;
	border-bottom: solid 2.8284px #922c39;
}


.specialities .hexagon.hexagon-450::before {
	border-top: solid 2.8284px #003366;
	border-right: solid 2.8284px #003366;
}

.specialities .hexagon.hexagon-450::after {
	border-left: solid 2.8284px #003366;
	border-bottom: solid 2.8284px #003366;
}

.green-default-hexagon-650 .hexagon.hexagon-650 {
	background-color: #749425;
	left: 520px;
	top: -190px;
	border-left: solid 2px #749425;
	border-right: solid 2px #749425;
	z-index: 10;
}

.green-default-hexagon-650 .hexagon.hexagon-650::before {
	border-top: solid 2.8284px #749425;
	border-right: solid 2.8284px #749425;
}

.green-default-hexagon-650 .hexagon.hexagon-650::after {
	border-left: solid 2.8284px #749425;
	border-bottom: solid 2.8284px #749425;
}



.green-default-hexagon-childBox-650 .hexagon.hexagon-650 {
	background-color:#749425;
	left: 40px;
	top: -190px;
	border-left: solid 2px #749425;
	border-right: solid 2px #749425;
	z-index: -1;
}

.green-default-hexagon-childBox-650 .hexagon.hexagon-650::before {
	border-top: solid 2.8284px #749425;
	border-right: solid 2.8284px #749425;
}

.green-default-hexagon-childBox-650 .hexagon.hexagon-650::after {
	border-left: solid 2.8284px #749425;
	border-bottom: solid 2.8284px #749425;
}

.intro-data {
	padding: 40px 0px 0px 20px !important;
}

.intro-data p {
	font-size:20px;
	line-height:30px;
}

.primery-care {
	background: #3c6113;
	padding: 42px 76px 100px 60px;
	width: 80%;
	position: relative;
	margin-top: -250px;
	z-index: 15;
	margin-left: 30px;
}

.testimonial div {
	text-align:center;
}

.testimonial p {
	text-align:right;
}

.ready-for-story {
	background: #739425;
    padding: 40px;
    position: absolute;
    top: -110px;
    right: 0;
    max-width: 480px;
    width: 100%;
}

.story-title {
	font-size:36px;
	line-height:44px;
	color:#fff;
	margin-bottom:20px;
	text-align:left;
}
.landing-form_wrapper select
{
width: 100%!important;
height: 49px;
padding-left: 8px!important;
}


/*--------------
Aria Enroll CSS:
----------------*/

.location-grow-img{
	
}

.enroll-growth-counter-grid{
	background-color:#a7c738;
	padding:48px 56px;
}

.enroll-growth-counter-grid ul{
	margin:0;
	padding:0;
}

.enroll-growth-counter-grid ul li{
	list-style-type: none;
	font-size: 54px;
	color: #ffffff;
	line-height: 1.2;
	font-family: Century Gothic;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 700;
}

.enroll-growth-counter-grid ul li span.no-of-growth{
	color: #ffffff;
	font-size: 34px;
	display: block;
	text-transform: none;
	line-height: 1.2;
	font-family: Century Gothic;
	letter-spacing: 1px;
}

.location-grow-img{
	position: absolute;
	left: -150px;
	max-width: 600px;
	top: 30px;
}

.comprehense-img{
	
}

.full-with-column6-bg{
	background-color:#3c6113;
	padding:60px 40px 150px 90px !important;
}

.avoid-pitfalls-img {
    position: absolute;
    top: 350px;
    left: 60px;
    width: 540px;
	z-index: 2;
}

.watch-video-cover-img{
	
}

.enroll-testimonial-grid {
    padding: 130px 0 20px 0;
}

.enroll-testimonial-grid blockquote footer {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    font-family: Century Gothic;
    width: 60%;
    margin-left: 20%;
}

.enroll-testimonial-grid blockquote p{
	border:none;
	padding-bottom: 0;
}

.enroll-testimonial-grid .author-arrow {
    display: none;
}

.comprehense-enroll-section{
	position:relative;
	z-index:12;
}

.comprehense-enroll-section .right-hexagon-450 .hexagon.hexagon-450 {
    left: 540px;
}

.left-25.left-hexagon-650 .hexagon.hexagon-650 {
    left: -25px;
    top: -35px;
}

.modal-padding-40 .ult_modal-body {
    padding: 20px 20px !important;
}



/*--------------------
Aria Credential Page:
---------------------*/

.credential-certified-section{
	position:relative;
	z-index:12;
}

.why-certify-column-grid .vc_column-inner{
	background-position:center center;
	background-repeat:no-repeat;
}

.certify-icon-box.loprd-iconbox h4{
	font-size: 18px;
	line-height: 24px;
}

.certify-icon-box.loprd-iconbox .loprd-iconbox-icon {
    margin-bottom: 0;
}

.certify-icon-box.loprd-iconbox .loprd-iconbox-icon img{
    max-width:100px;
}

.certify-icon-box.loprd-iconbox {
    margin-bottom: 40px;
}

.right-column-hexagon .right-hexagon-650 .hexagon.hexagon-650 {
    left: -15px;
    top: -150px;
}

.credential-appoint-section{
	padding: 1.5em 0;
	position: relative;
	z-index: 14;
}

.credential-appoint-section::before {
    content: "";
    background-color: #003366;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    width: 80%;
    height: 100%;
}


/*------------
Support Page:
-------------*/

.sec-ind-12{
	position:relative;
	z-index:12;
}

.support-select-grid .form-group {
    max-width: 472px;
}
	
.support-select-grid .form-control {
    font-size: 16px;
    border: 1px solid #777;
    height: 42px;
}

.btn.small-btn {
    padding: 8px 15px;
    width: 180px;
    text-align: center;
}

.support_phone_grid label {
    font-size: 24px;
    text-transform: capitalize;
    margin-right: 30px;
    font-weight: 700;
	line-height:36px;
	vertical-align: middle;
}

.support_phone_grid a{
	color: #003366;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	vertical-align: middle;
}

.border-right-sep-74{
	position:relative;
}

.border-right-sep-74::before {
	content:"";
	display:block;
	position:absolute;
	right:0;
	background-color:#000000;
	width:1px;
	height:90px;
}

.white-paper-search-grid .form-group {
    max-width: 300px;
}
	
.white-paper-search-grid .form-control {
    font-size: 16px;
    border: 1px solid #777;
    height: 42px;
}

.white-paper-hover-box{
	border: 1px solid #878787;
}

.white-paper-hover-box .loprd-hoverbox__content--wrapper::before {
    content: "Learn More >";
	color:#003366;
    display: block;
    position: absolute;
    bottom: 70px;
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
}

.white-paper-hover-box:hover .loprd-hoverbox__content--wrapper::before{
	color:#ffffff;
}

.white-paper-hover-box .loprd-hoverbox__front__content__inner, 
.white-paper-hover-box .loprd-hoverbox__hover__content__inner {
    padding: 0px 30px 30px 30px;
}

.page-id-16 .page-title{
    margin-top: 0;
    margin-bottom: 80px;
}

.white-paper-main{
	padding-top:60px;
	padding-bottom:60px;
}

.white-paper-search-grid {
    margin-top: -60px;
}

.white-paper-modal-content{
	padding:20px 40px;
}

.white-paper-modal-content h2, 
.white-paper-modal-content h3{
	color:#003366;
}

.white-paper-modal-content h2{
	margin-bottom:10px;
}

.white-paper-modal-content ul{
	margin-bottom:30px;
}

.ult_modal-body .white-paper-modal-content .modal-form-grid p {
    margin-bottom: 0;
}

.white-paper-modal-content .modal-form-grid input[type="text"], 
.white-paper-modal-content .modal-form-grid input[type="email"], 
.white-paper-modal-content .modal-form-grid input[type="tel"], 
.white-paper-modal-content .modal-form-grid select {
    background: #fff;
    border: 1px solid #333;
}


.modal-form-grid input[type="submit"]{
	color: #fff;
	background: #003366;
}

.modal-form-grid input[type="submit"]:hover{
	color: #ffffff;
	background: #003366;
}

/*	CAREER PAGE */

.video-section-career {
	border: 1px solid transparent;
}

.career-video {
	position:relative;
}

.career-video-img {
	position:relative;
}

.career-video-img:before {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 2;
	left: calc(50% - 30px);
	content:url(../img/career-video-plya-btn.png);
	display:block;
	width:50px;
	height:50px;
	cursor:pointer;
}

.career-video-paly-img img {
	max-width: 60% !important;
}

.career-video-modal .ult_modal-header {
	display:none;
}

.career-emp-img-right-shape,
.career-emp-img-right-shape-family {
	position:relative;
}

.career-emp-img-right-shape:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 250px;
	top: 30%;
	right: -150px;
	background: #003366;
	z-index: 1;
}

.career-emp-img-right-shape-family:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 250px;
	top: 70%;
	right: -150px;
	background: #003366;
	z-index: 1;
}

.career-emp-img-bg-shape {
	position:relative;
}

.career-emp-img-bg-shape:before {
	position: absolute;
	content: "";
	height: 170%;
	width: 101%;
	top: 10%;
	left: 10%;
	background: #003366;
	z-index: 0;
}

.career-emp-img-left-shape {
	position:relative;
}

.career-emp-img-left-shape:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 250px;
	top: 30%;
	left: -150px;
	background: #003366;
	z-index: 1;
}

.z-2 {
	z-index:2;
}

.z-3 {
	z-index:3;
}

.z-4 {
	z-index:4;
}

.career-into-text-rght {
	padding:60px 60px 60px 180px !important;	
}

.career-into-text-rght.padd-2 {
	padding:60px 20px 60px 120px !important;
}

.career-into-text-rght.padd-4 {
	padding:110px 20px 60px 120px !important;
}

.career-into-text-left {
	padding:60px 80px 60px 60px !important;
}

.career-into-text-left.padd-3 {
	padding:60px 80px 60px 20px !important;
}

.career-into-text-rght p,
.career-into-text-left p {	
	font-size: 41px;
	line-height: 52px;
}

.large-bold-red-text {
	font-family: GillSans-SemiBold;
	color: #003366;
	font-size: 45px;
}

.horigental-line {
	position:relative;	
}

.horigental-line:before {
	position:absolute;
	content:"";
	background:#878787;
	left: 180px;
	top: -185px;
	width:2px;
	height:200px;
	display:block;
	z-index:1;
}

.career-job-btn {
	font-family: GillSans-SemiBold;
	background:#003366 !important;
	color:#fff !important;
}

.fantastic-img img {
	max-width: 90% !important;
	position: relative;
	left: 20px;
	top: -100px;
}

.family-ort-shape {
	position:relative;
}

.family-ort-shape:before {
	position:absolute;
	content:"";
	background:#003366;
	height:100%;
	width:200%;
	left:50%;
	top:10%;
}

.wht-text {
	color:#fff;
}

.values-img-shape {
	position:relative;
}

.values-img-shape:after {
	position:absolute;
	content:"";
	height:100%;
	width:3px;
	top:0px;
	right:-5px;
	background:#003366;
}

.values-img-shape.no-shape:after {
	display:none;
}

.emp-reviews p {
	font-family:Century Gothic;
	font-size:28px;
	line-height:36px;
}

.glassdoor {	
	font-style:italic;
	font-weight:bold;
}

.glassdoor-btn {
	background:#fff;
	border:1px solid #05a83c;
	color:#05a83c;
	padding:8px 15px;
	border-radius:0px;
}

.benefits {
	position:relative;
	padding-top:100px;
	z-index:1;
	padding-left: 50px !important;
}

.benefits:before {
	position:absolute;
	content:"";
	background:#003366;
	width:140%;
	height: 125%;
	left: -20%;
	top: 15%;
	z-index: -1;
}

.benefits-list ul {
	margin:0px;
	padding:0px;
}

.benefits-list ul li {
	list-style-type:none;
	font-family:Century Gothic;
	font-size:26px;
	width:calc(50% - 1px);
	float: left;
	color: #fff;
	margin: 5px 0px;
	list-style-position: inside;
	position:relative;
	padding-left:12px;
}

.benefits-list ul li:before {
	position:absolute;
	content:url(../img/text-dot.png);
	left:0px;
	top:-6px;
}

.culture-text-box {
	position:relative;
	padding:60px 60px 60px 110px !important;	
}

.culture-text-box:before {
	position:absolute;
	content:"";
	background:#003366;
	left:60px;
	top:-40%;
	height:170%;
	width:2px;
	z-index:1;
}

.culture-text-box p {
	font-size:39px;
	line-height:49px;
}

.grild-img {
	position:relative;	
}

.grild-img:before {
	position:absolute;
	content:url(https://emds.atxclients.com/wp-content/uploads/2019/08/career-img07.jpg);
	right: 0px;
	z-index: 5;
	top: -70%;
	width: 70%;
}

.job-opportunitie {
	font-size:55px;
	margin-bottom:50px;
}

/* // CAREER PAGE */

/* CASH STUDY */

.case-study h3.post-title a {
	color:#003366;
}

.case-study h3.post-title a:hover {
	color:#003366;
}

.case-study a.btn-default {
	background:transparent;
	color:#003366;
	padding:0px;
}

.case-study a.more-link::after {
	content: "\f054";
	font-family: fontawesome;
	margin-left: 12px;
}

.case-study a.btn-default:hover {
	background:transparent;
	color:#003366;
}

.blog-width-full.section-padding {
	padding-top: 3.5em !important;
	padding-bottom: 3.5em !important;
}

.blog-table td {
	padding:5px;
}

.case-study img.wp-post-image {
	height:200px !important;
	width:300px !important;
	border:1px solid #878787;
}

.case-study-data-row {
	min-height:300px !important;
}

.case-studies-info .single__entry-info--categories::after {
	display:none;
}

/* //CASH STUDY */

/* RESOURCE */
@media screen and (min-width: 1024px) {
	.resource .data-frame {
		min-height:650px;
	}
	
	.resource .data-frame.press-releases {
		min-height:780px;
	}
	
	.press-releases-news-room {
		min-height: 550px !important;
	}
	
	.events-news-room {
		min-height: 275px;
	}
}

.case-btn {
	border:2px solid rgba(0, 0, 0, 0.2);
	color:#888888;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 15px;
}

.resource h3.post-title a {
	color:#003366;
}

.resource h3.post-title a:hover {
	color:#003366;
}

.resource a.btn-default,
.events-news-room a.more-link {
	background:transparent;
	color:#003366;
	padding:0px;
}

.resource a.more-link::after,
.events-news-room a.more-link::after {
	display:none;
}

.resource a.btn-default:hover,
.events-news-room a.more-link:hover {
	background:transparent;
	color:#003366;
}

/* // RESOURCE */

/* EVENT PAGE */

.event-icon-box .vc_col-md-2 {
	width:20%;
}

.event-icon-box .vc_col-md-2::nth-last-child(1) {
	display:none;
}

a.more-link-event {
	background:transparent;
	padding: 10px 0px;
	color:#003366;
}

a.more-link-event:hover {
	color:#f85e66;
	background:transparent;
}

.social-icon-event {
	
}

.social-icon-event li a {
	background: transparent !important;
	color: #003366 !important;
	font-size: 25px;
	margin: 0px 12px;
}

.event-select-grid {

}

.event-select-grid .form-group {
    max-width: 300px;
}
	
.event-select-grid .form-control {
    font-size: 16px;
    border: 1px solid #777;
    height: 42px;
	position: absolute;
	width: 300px;
	left: calc(50% - 150px);
	top: -1px;
}

.events-news-room h3.post-title,
.events-news-room .short-desc {
	color:#003366;
}



/* // EVENT PAGE */




/*@media screen and (min-width: 1279px) {
	.modal-padding-40 .ult_modal.ult-container {
		width: 85%;
	}
}*/
.modal-padding-40 .ult_modal-content {
	border-radius:0px;
	position:relative;
}

.modal-padding-40 .ult_modal-content:before {
	position:absolute;
	content:"";
	background:#003366;
	width:30px;
	height:100%;
	left:0px;
	top:0px;
	display:block;
}

.aria-enroll-popup li {
	list-style-type:none;
	position:relative;
	padding: 8px 30px;
}

.aria-enroll-popup li:before {
	content:url(../img/popup-arrow.png);
	position:absolute;
	left: -16px;
	top: 12px;
	font-family:fontawesome;
	font-size:37px;
	color:#003366;
}

.aria-enroll-popup li strong {
	color:#2f510f;
}

.modal-padding-40 .ult_modal-header {
	display:none;
}

.title-element.wpb_content_element {
	margin-bottom:0px;
}

/* eMDs Specialities */

.ehr-features {
	position:relative;
	z-index:1;
	padding: 30px 30px !important;
}

.ehr-features:before {
	position:absolute;
	content:"";
	background:#003366;
	width:130%;
	height:100%;
	left:30px;
	top:0px;
	z-index: -1;
}

.ehr-features ul {
	margin-top: 30px;
}

.ehr-features {
	color:#fff;
}

.ehr-features ul li {
	color:#fff;
	margin: 15px;
}

/* //eMDs Specialities */

/* NEWS ROOM */

.news-slider-banner {
	position:relative;
}

.slider-banner-text-box {
	position: absolute;
	background: #003366;
	top: 40px;
	padding: 100px 40px 30px;
	width: 100%;
	color: #fff;
	right: -19%;
	z-index: 2;
}

.banner-text-box h3 {
	background: #003366;
	position: absolute;
	color: #fff;
	padding: 15px;
	font-weight: bold;
	font-size: 30px;
	left: -20px;
	top: 20px;
}

.banner-text-box a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.news-page-title {
	position:relative;
	display:inline-block;
	color: #003366;
	font-size: 36px;
}

.news-page-title:before {
	position:absolute;
	content:"";
	background:#003366;
	width:120%;
	height:1px;
	left:0px;
	bottom:-10px;
}

.news-title {
	position:relative;
	
}

.news-title:before {
	position:absolute;
	content:"";
	
}

.resource .data-frame.news-room-data {
	min-height: 500px;
}

.news-room-data h3.post-title {
	margin:10px 0 10px 0;
}

.news-room-data p {
	color:#003366;
}

.letes-post {
	background:#ebebeb;
}

.news-room-section .post-title a,
.press-releases-section .post-title a {
	color:#003366;
}

.news-room-section .post-title a:hover,
.press-releases-section .post-title a:hover {
	color:#d64148;
}

.news-room-section a.more-link,
.press-releases-section a.more-link {
	background:transparent;
	padding: 10px 0px;
}

.news-room-section a.more-link:hover,
.press-releases-section a.more-link:hover {
	color:#f85e66;
}

.news-room-section a.more-link:after,
.press-releases-section a.more-link:after {
	display:none;
}


.view-all-news-btn {
	background:#003366 !important;
	color:#fff !important;
}

.view-all-news-btn:hover {
	background:#003366;
}

.more-post-btn {
	border:2px solid #003366;
	background:transparent;
	color:#003366;
}

.more-post-btn:hover {
	border:2px solid #003366;
	background:#003366;
	color:#fff;
}

.recent-post .post-title a {
	color:#003366;
	text-align:center;
	font-size: 22px;
	line-height: 30px;
}

.recent-post .post-title a:hover {
	color:#003366;	
}

.recent-post .blog-header {
	text-align:center;
}

.news-slider-banner-gallery .rsCreativa .rsBullets {
	width: 66%;
	height: 40px;
	margin: 0 0 0 33.8%;
}

.rsCreativa.rsNavOuter .rsArrowLeft {
	left: 54% !important;
}

/* //NEWS ROOM */

.glass-section {
	position:relative;
}

.glass-section img {
	border: 2px solid #00aa41;
}

.glass-section .jq-ry-group-wrapper {
	position: absolute !important;
	top: -105px;
	right: -45px;
}

.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr;
	margin: auto;
}

.jq-ry-container[readonly=readonly] {
	cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
	width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.pum-container .container {
	width:auto !important;
}


/*-----------------
interscroller CSS:
------------------*/

.interscroller-section{
	
}

.interscroller-wrapper {
    position: relative;
	width: 100%;
	cursor: pointer;
	height: 400px;
}

.interscroller-bg-wrapper {
    position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	clip: rect(0px 1240px 400px 0px);
	display: inline-block;
	height: 100%;
	left: 0;
}

.interscroller-bg{
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	cursor: pointer;
}

.interscroller-bg {
    position: fixed;
	height: 100%;
	top: 30%;
	backface-visibility: hidden;
	text-align: left;
	width: 100%;
	display: block;
	opacity: 1;
	left: auto;
	max-width: 1240px;
	right: auto;
}

.interscroller-bg h3{
	color:#ffffff;
	font-size:34px;
	margin-bottom:10px;
}

.interscroller-bg p{
	color:#ffffff;
	font-size:20px;
}

.brand_logo {
	text-align:right;
}

@media screen and (max-width: 768px) {
	.brand_logo {
		text-align:left;
	}
	.brand_data {
		text-align:center;
	}
	.border-right-sep-74::before {
		display:none;
	}
	.career-into-text-rght-line-break br {
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.brand_data label {
		display:block;
	}
	
	.btn, input[type="submit"],
	.woocommerce #respond input#submit {
		padding: 12px 15px;
	}
}

.shares-list li a {
	background: #ccc !important;
	font-size: 18px !important;
	color:#fff;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.shares-list li a:hover {
	color:#003366;
}

.close-popup-emds,
.close-popup-emds h2,
.close-popup-emds h4 {
	color:#003366;
}

.close-popup-emds h2 {
	font-size: 34px;
}

.close-popup-emds h4 {
	font-size: 22px;
}

.close-popup-emds-btn {
	background: #003366;
	color: #fff;
	padding: 15px 25px 20px;
	border-radius: 10px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}

.close-popup p {
	display:none;
}


.h-video-grid{
	
}



/*--------------
Landing Page CSS:
----------------*/

.page-id-2897 header{
	display:none !important;
}

.page-id-2897 .hexagon.header-hexagon{
	display:none !important;
}

.page-id-2897 .page-title .creativa-title {
    color: #ffffff;
	font-size: 76px;
	font-family: Caslon224Std-Bold;
	line-height: 1;
	padding: 0 15%;
}

.page-id-2897 .page-title{
	margin-top: 80px;
	margin-bottom: 180px;
}

.feel-ehr-img {
    position: relative;
	margin-top: -120px;
}


.feel-ehr-img::before {
    background-color: #003366;
    content: "";
    display: block;
	left: -40px;
    top: 58px;
    width: 100%;
    height: 98%;
    position: absolute;
}

/*
.feel_text_grid h3{
	font-size: 36px;
	font-family: Caslon224Std-Bold;
	line-height: 1.2;
	margin-bottom:15px;
}

.feel_text_grid p{
	font-size: 16px;
	line-height: 1.46;
	margin-bottom:30px;
}
*/

.landing-faq .vc_toggle_title > h4{
	font-size: 30px !important;
	font-family: Caslon224Std-Bold;
	line-height: 1.2 !important;
	margin-bottom:15px;
	
}

.landing-faq .vc_toggle_content p{
	font-size: 16px;
	line-height: 1.46;
	margin-bottom:30px;
}







.video_modal_content{
	position:relative;
}

.video-modal-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-modal-icon .vc_icon_element-icon{
	color: #003366 !important;
	font-size: 2.5em !important;
}

.video-modal-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
	font-size: 2.5em !important;
}

.video-modal-icon .vc_icon_element-icon{
	color: #003366 !important;
		-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-modal-icon .vc_icon_element-background{
	background-color: #ffffff !important;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-modal-icon:hover .vc_icon_element-background{
	background-color: #003366 !important;
	
}

.video-modal-icon:hover .vc_icon_element-icon{
	color: #ffffff !important;
}

.landing_video_section{
	position:relative;
	z-index:10;
}

.title-heading4{
	font-size: 48px;
    line-height: 1.2;
    font-family: Caslon224Std-Bold;
    margin-top: 5px;
}

.gform_wrapper .landing-form input[type="text"], 
.gform_wrapper .landing-form input[type="email"], 
.gform_wrapper .landing-form input[type="tel"], 
.gform_wrapper .landing-form textarea{
	padding:10px 15px !important;
	margin-top:0px !important;
	margin-bottom: 0px !important;
	font-size: 16px !important;
	font-weight: 600;
	color:#000;
}

.gform_wrapper .landing-form input[type="submit"]{
	background-color:#003366;
	padding: 11px 40px;
	width: 100% !important;
	font-size: 28px !important;
	color:#fff;
    font-family: Caslon224Std-Bold;
    text-transform: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gform_wrapper .landing-form input[type="submit"]:hover, 
.gform_wrapper .landing-form input[type="submit"]:focus{
	background-color:#0074bc;
	color:#003366 !important;
}

.gform_wrapper .landing-form ul.gform_fields li.gfield {
    padding-right: 0 !important;
}



@media screen and (max-width: 1279px) {
	.page-id-2897 .page-title .creativa-title{
		font-size: 50px;
		line-height: 1.2;
		padding: 0 10%;
	}
	
	.page-id-2897 .page-title {
    margin-top: 40px;
    margin-bottom: 140px;
	}
	
	.feel_text_grid h3 {
    font-size: 24px;
    margin-bottom: 10px;
	}
	
	.feel_text_grid p {
    margin-bottom: 20px;
	}
	
	.title-heading4 {
    font-size: 30px;
	margin-bottom: 0;
	}
	
	
}


@media screen and (max-width: 991px) {
	.page-id-2897 .page-title .creativa-title{
		font-size: 40px;
	}

	.feel-ehr-img::before{
		left: -20px;
		top: 30px;
	}
	
	.landing-form .gform_footer.top_label input[type="submit"] {
		width: 100% !important;
		line-height: 1.2 !important;
		font-size: 22px !important;
	}
	
	.feel-ehr-img{
		max-width: 320px;
		margin: auto;
	}
	
	.rightred-hexagon-450 .hexagon.hexagon-450{
		top: -80px;
	}
	
	.landing-faq .vc_toggle_title > h4{
	font-size: 20px !important;
	margin-bottom:10px;	
	}
	
	
}



@media screen and (max-width: 639px) {
	.page-id-2897 .page-title .creativa-title{
		font-size: 30px;
		line-height: 1.2;
		padding: 0 15px;
	}
	
	.feel-ehr-img {
    margin-top: 0;
	}

	.page-id-2897 .page-title {
    margin-top: 40px;
    margin-bottom: 140px;
	}
	
	.feel_text_grid{
		margin-top: 30px;
	}
	
	.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0 !important;
	}
	
	
}


@media screen and (max-width: 479px) {
	.rightred-hexagon-450 .hexagon.hexagon-450 {
		left: 200px;
		top: -50px;
	}

}

@media screen and (min-width: 992px) {
	.pl-50{
		padding-left:50px !important;
	}
	
}

@media screen and (min-width: 640px) and (max-width: 991px) { 
	.land_md_section .col-sm-5{
		width: 41.66666667%;
		float:left;
	}
	
	.land_md_section .col-sm-7{
		width: 58.33333333%;
		float:left;
	}

	

}







/*--------------
Responsive CSS:
----------------*/

@media screen and (max-width: 1279px) {
	.memb-img-grid.wpb_single_image img {
		max-width: 120px;
		border: 3px solid #003366;
		padding: 3px;
		height: 120px;
		width: 120px;
	}
	
	.team-member-name {
    font-size: 16px;
    line-height: 24px;
	}
	
	.memeber-bio-grid h3.ult_modal-title {
    font-size: 24px;
	}
	
	.memeber-bio-grid h3.ult_modal-title > i {
    font-size: 16px;
    letter-spacing: 0;
	}
	
	.memeber-bio-grid img.ult-modal-inside-img {
    width: 120px;
    padding: 3px;
    border: 3px solid #fff;
    height: 120px;
	}
	
	.memeber-bio-grid .ult_modal-header::before {
    height: 150px;
	}
	
	.ult_modal-body p{
		font-size:16px;
	}
	
	.mission-statement-column h3 {
    font-size: 24px;
    margin: 0 0 5px;
	}
	
	.officer-bio-grid {
    margin-bottom: 10px;
	}
	
	.officer_name .team-member-name {
    font-size: 18px;
    line-height: 1.2;
	}
	
	.officer_name .team-member-postion {
    font-size: 14px;
	}
	
	.switch-EHRs-form2 .ginput_container input.large, 
	.switch-EHRs-form2 .ginput_container input.medium, 
	.switch-EHRs-form2 .ginput_container input.small, 
	.switch-EHRs-form2 .ginput_container select.large, 
	.switch-EHRs-form2 .ginput_container select.medium, 
	.switch-EHRs-form2 .ginput_container select.small {
		padding:8px 12px !important;
	}
	
	
	
	.hexagon {
		position: absolute;
	}
	
	
	.hexagon.header-hexagon {		
		width: 200px; 
		height: 115.47px;
		background-color: transparent;
		margin: 57.74px 0;
		border-left: solid 2px #922c2f;
		border-right: solid 2px #922c2f;
		z-index: 1;
		top: -100px;
		right: -20px;
	}	
	
	.hexagon.header-hexagon:before,
	.hexagon.header-hexagon:after {
	  content: "";
	  position: absolute;
	  z-index: 1;
	  width: 141.42px;
	  height: 141.42px;
	  -webkit-transform: scaleY(0.5774) rotate(-45deg);
	  -ms-transform: scaleY(0.5774) rotate(-45deg);
	  transform: scaleY(0.5774) rotate(-45deg);
	  background-color: inherit;
	  left: 27.2893px;
	}

	.hexagon.header-hexagon:before {
	    top: -70.7107px;
		border-top: solid 2.8284px #922c2f;
		border-right: solid 2.8284px #922c2f;
	}

	.hexagon.header-hexagon:after {
	    bottom: -70.7107px;
        border-bottom: solid 2.8284px #922c2f;
        border-left: solid 2.8284px #922c2f;
	}
	
	
	#footer-widget-area {
		overflow-y: hidden;
	}
	
	.hexagon {
		position: absolute;
	}
	
	
	.hexagon.footer-hexagon {		
		width: 200px; 
		height: 115.47px;
		background-color: transparent;
		margin: 57.74px 0;
		border-left: solid 2px #922c2f;
		border-right: solid 2px #922c2f;
		z-index: 1;
		top: -60px;
		right: -20px;
	}	
	
	.hexagon.footer-hexagon:before,
	.hexagon.footer-hexagon:after {
		content: "";
		position: absolute;
		z-index: 1;
		width: 141.42px;
		height: 141.42px;
		-webkit-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		transform: scaleY(0.5774) rotate(-45deg);
		background-color: inherit;
		left: 27.2893px;
	}

	.hexagon.footer-hexagon:before {
	    top: -70.7107px;
		border-top: solid 2.8284px #922c2f;
		border-right: solid 2.8284px #922c2f;
	}

	.hexagon.footer-hexagon:after {
	    bottom: -70.7107px;
        border-bottom: solid 2.8284px #922c2f;
        border-left: solid 2.8284px #922c2f;
	}
	
	
}


@media screen and (max-width: 991px) {
    .header-standard #navbar .theme-logo a img, 
	.header-splitted #navbar .theme-logo a img {
    max-height: 34px !important;
	}
	
	.top-bar__content--right{
		display:none;
	}
	
	.top-menu .menu{
		padding-left:0;
	}
	
	.top-menu .menu li.menu-item {
		padding: 5px 4px;
	}
	
	.header-standard #navbar, .header-splitted #navbar {
    height: 72px;
	}
	
	.title-heading-medium {
    font-size: 34px;
	margin-bottom: 10px;
	}
	
	.title-heading-medium.title-heading-medium-inner{
		font-size: 34px;
		margin-bottom: 10px;
	}
	
	.title-heading-small {
    font-size: 27px;
	}
	
	h4.sub-title {
    font-size: 20px;
    line-height: 26px;
	}
	
	.check-arrow-list ul li {
    padding-left: 24px;
	}
	
	.check-arrow-list ul li::before{
		font-size:18px;
	}
	
	.charting-future-img::before {
    right: -15px;
    top: -15px;
    height: 107%;
	}
	
	.abt-text-grid p {
    font-size: 17px;
	}
	
	.expert-service-section {
    padding: 40px 0 30px;
	}
	
	.facilities-counter-grid li {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
	}
	
	.facilities-counter-grid li span.no-of-facilities {
    font-size: 20px;
	}
	
	.our-history-grid {
    margin-top: 0;
	padding: 30px 20px;
	}
	
	.our-history-grid p {
    font-size: 18px;
	}
	
	.loprd_separator.title-heading-with-seperator .loprd_sep_text {
    font-size: 24px;
	}
	
	.loprd_separator.title-heading-small-with-seperator .loprd_sep_text{
    font-size: 24px;
	}
	
	.request-call-action h2 {
    font-size: 30px;
	}
	
	.loprd_separator.loprd_separator_align_left .loprd_sep_holder {
		width: 65%;
	}
	
	.certified-img{
	margin-top:0px;
	}
	
	.clients-family-section {
		margin-top: 20px;
	}
		
	.facilities-counter-column .vc_column-inner{
		padding:40px 30px 30px 80px !important;
	}	
		
	.our-mission-column .vc_column-inner{
		padding: 30px 20px !important;
	}
	
	.our-leadership-column .vc_column-inner {
		padding: 30px 20px !important;
	}
	
	.clients-family-section {
		padding: 30px 15px 0;
	}
	
	.our-partner-section {
		padding: 30px 0;
	}
	
	.testimonial-section {
		padding: 50px 0;
	}
	
	.increase-efficiency-section {
		padding: 2em 0 1.5em;
	}
	
	.icon-box-2.iconbox-border {
		margin-bottom: 24px;
	}
	
	.section-padding {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	
	.section-top-padding {
		padding-top: 2.5em;
	}
	
	.section-bottom-padding {
		padding-bottom: 2.5em;
	}
	
	.icd-main-section {
		padding: 3em 0 1.5em;
	}
	
	.icd-search-img2.icd-search-img2 img{
		max-width: 200px;
		margin-top: -35px;
	}
	
	.icd-search-img2.vc_align_right{
		text-align:center !important;
	}
	
	.call-action-bottom {
    padding: 4.5em 0 2em;
	}
	
	.call-action-box {
		padding: 30px 20px !important;
		margin-top: -60px;
	}
	
	.contact-column-box .vc_column-inner {
    margin-top: 0;
    padding: 30px !important;
	}
	
	.klas-logo-box {
    margin-top: 0;
	}
	
	.klas-logo-box .vc_column-inner {
    border: 2px solid #e1e1e1;
    padding: 20px 20px 20px !important;
	}
	
	.about-bottom-section {
    margin-bottom: 30px;
	}
	
	.srvc-video-column .vc_column-inner {
    padding: 0px 20px 30px 20px !important;
	}
	
	.service-intro-section {
    padding-left: 20px;
    padding-right: 20px;
	}
	
	.large-text-grid p {
    font-size: 18px;
    line-height: 27px;
	}
	
	.srvc-aria-enroll-section {
    padding: 2em 0;
	}
	
	.check-arrow-list.wpb_content_element {
    margin-bottom: 10px;
	}
	
	.srvc-aria-enroll-img {
    position: relative;
    max-width: 100%;
	}
	
	.call-action-bottom {
    padding: 2em 0 0;
	}
	
	.call-green-action-box {
		margin-top: 0;
		padding: 30px 20px !important;
	}
	
	.srvc-aria-credential-section {
		padding: 2em 0;
	}
	
	.aria-logo-grid.wpb_single_image img{
		max-width: 240px;
	}
	
	.specialties-carausal-column .vc_inner_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.specialties-carausal-section {
		padding: 30px 0;
	}
	
	.spec-carausal-grid.rsCreativa .rsBullets {
    bottom: 10px;
	}
	
	.enroll-growth-counter-grid {
    padding: 30px 20px;
	}
	
	.enroll-growth-counter-grid ul li{
		font-size:40px;
		margin-bottom: 10px;
	}
	
	.enroll-growth-counter-grid ul li span.no-of-growth {
    font-size: 21px;
	}
	
	.location-grow-img {
    position: relative;
    left: 0;
    top: 10px;
	}
	
	.full-with-column6-bg {
    padding: 30px 20px 40px 20px !important;
	}
	
	.avoid-pitfalls-img {
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
	}
	
	.enroll-testimonial-grid {
		padding: 0;
	}
	
	.slider-banner-text-box {
		position: relative;
		right:0;
		top:0;
	}
	
	.page-title {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.creativa-title {
		font-size: 34px;
		line-height: 42px;
	}

	.creativa-subtitle {
		font-size: 18px;
	}

	h1 {
	  font-size: 34px;
	  line-height: 42px;
	}

	h2 {
	  font-size: 30px;
	  line-height: 38px;
	}

	h3 {
	  font-size: 24px;
	  line-height: 30px;
	}

	h4 {
	  font-size: 17px;
	  line-height: 26px;
	}
	
	.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.loprd-shortcode-posts--carousel .post, .loprd-shortcode-posts--grid:not(.blog-grid--columns-1) .post {
		margin-bottom: 30px;
	}
}


@media screen and (max-width: 767px) {
	.title-heading-medium, .title-heading-default, 
	.title-heading-medium.title-heading-medium-inner {
		font-size: 24px;
	}
	
	.page-title {
		margin-top: 22px;
		margin-bottom: 32px;
	}

	.creativa-title {
		font-size: 24px !important;
		line-height: 34px !important;
	}

	.creativa-subtitle {
		font-size: 17px !important;
	}
	
	h1 {
	  font-size: 30px;
	  line-height: 36px;
	}

	h2 {
	  font-size: 24px;
	  line-height: 30px;
	}

	h3 {
	  font-size: 20px;
	  line-height: 26px;
	}

	h4 {
	  font-size: 16px;
	  line-height: 22px;
	}
	
	.top-menu .menu li.menu-item a{
		font-size:11px;
	}
	
	.bottom-column-grid {
		padding: 30px 20px !important;
		margin-top: 0;
	}
	
	.srvc-aria-rcm-section-new::before, .credential-appoint-section::before{
		width: 100%;
		height: 60%;
	}
	
	.srvc-aria-rcm-section-new {
    padding: 2em 0 1em;
	}
	
	.clients-family-section {
		padding: 10px 15px 0;
	}
	
	.section-padding {
    padding-top: 2em;
    padding-bottom: 2em;
	}
	
	.tailored-services-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0px;
	}
	
	.charting-future-video-cover {
    margin-top: 0;
	}

	.facilities-counter-column .vc_column-inner{
    padding: 30px 20px !important;
	}
	
	#footer-widget-area input[type="email"]{
		width: 65%;
	}
	
	#footer-widget-area input[type="submit"]{
		width: 35%;
		padding: 12px 20px;
	}
	
	#footer-widget-area{
		padding:30px 10px 0;
	}
	
	#footer-widget-area .footer-schedule-demo-link a {
		margin-top: 10px;
	}
	
	.h-bottom-section {
		padding: 0;
		background: none !important;
	}
	
	#hexagon-grids {
    text-align: center;
	}
	
	.hexagon-grid, 
	.hexagon-grid.grid3, 
	.hexagon-grid.grid4, 
	.hexagon-grid.grid3.ml1, 
	.hexagon-grid.grid4.ml2{
		margin: 90px 0;
	}

	.our-leadership-column .vc_column-inner {
    padding: 10px 20px !important;
	}

	.text-grid p {
    font-size: 17px;
    line-height: 26px;
	}
	
	.our-partner-section {
    padding: 30px 0 0;
	}
	
	.loprd_separator.loprd_separator_align_left .loprd_sep_holder {
		width: 35%;
	}
	
	.ehr-content2 {
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 0;
	}
	
	.ehr-content-video-cover {
    margin-top: 0;
	}
	
	.ehr-content-video-cover::before {
		left:50%;
	}
	
	.padding-top-100 {
    padding-top: 50px;
	}
	
	.call-action-box.grid-80{
	 margin-top: 0px;
	}
	
	.srvc-aria-rcm-section::before{
		width:100%;
	}
	
	.srvc-aria-rcm-section {
		padding: 2em 0;
	}
	
	.call-action-bottom {
		padding: 2.5em 0 0;
	}
	
	.primery-care {
		padding: 30px;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	
	.srvc-aria-rcm-section-did::before {
		width: 100%;
		height: 70%;
	}
	
	.child-img-box {
		padding-left: 0px !important;
		margin-top: 20px;
	}
	
	.ready-for-story {
		padding: 30px;
		position: relative;
		top: 0;
		right: 0;
	}
	
	.story-title {
		font-size: 30px;
		line-height: 36px;
	}
	
	.contact-form-grid span.wpcf7-list-item {
		width: 100%;
	}
	
	.team-member-postion{
		min-height:auto;
	}
	
	.white-paper-modal-content{
		padding:10px 15px;
	}
	
	.career-emp-img-right-shape:before,
	.career-emp-img-right-shape-family:before,
	.career-emp-img-bg-shape:before,
	.career-emp-img-left-shape:before,
	.family-ort-shape:before,	
	.culture-text-box:before,
	.horigental-line:before	{
		display:none;
	}
	
	.values-img-shape:after {		
		height: 2px;
		width: 100%;		
		right: 0px;		
	}
	
	.values-img-shape.no-shape:after {
		display:block;
	}
	
	.career-into-text-rght,
	.career-into-text-rght.padd-2,
	.career-into-text-rght.padd-4,
	.career-into-text-left,
	.career-into-text-left.padd-3,
	.culture-text-box	{
		padding:15px 15px 15px 15px !important;
	}

	.large-bold-red-text {
		font-size: 22px;
	}

	.career-into-text-rght p, 
	.career-into-text-left p,
	.culture-text-box p	{
		font-size: 22px;
		line-height: 26px;
	}

	.fantastic-img img {
		max-width: 100% !important;	
		left: 0px;
		top: 0px;
	}
	
	.wht-text {
		color:#000;
	}
	
	.emp-reviews.wht-text {
		color:#fff;
	}
	
	.benefits:before {		
		width: 140%;
		height: 90%;
		left: -20%;
		top: 5%;		
	}
	
	.grild-img::before {
		position: relative;
	}
	
	.benefits-list ul li {
		width:100%;
		font-size: 20px;
	}
	
	.job-opportunitie {
		font-size: 36px;
		margin-bottom: 30px;
	}
	
	.case-study a.btn-default,
	.resource a.btn-default {
		margin-bottom:30px;
	}
	
	.switch-EHRs-form2 li {
    width: 90%;
    margin: auto !important;
	}
	
	.interscroller-bg-wrapper{
		clip: rect(0px 1240px 680px 0px);
	}
	
	.interscroller-wrapper {
    height: 680px;
	}
	
	.interscroller-bg{
		top:5%;
	}
	
	.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
	}
	
	.gform_footer.top_label input[type="submit"]{
		width:160px !important;
	}
	
	.interscroller-bg h3 {
    font-size: 30px;
    margin-bottom: 5px;
	}
	
	.interscroller-bg p {
    font-size: 16px;
	}
	
	.clients-family-section.vc_custom_1561458645305 {
		background:transparent !important;
	}
	
	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.loprd-shortcode-posts--carousel .post, .loprd-shortcode-posts--grid:not(.blog-grid--columns-1) .post {
		margin-bottom: 25px;
	}
}



@media screen and (max-width: 639px) {
	
	.client-list-item img {
    max-width: 100px !important;
	}
	
	.certificate-box.iconbox-border p {
    margin-left: 0;
    margin-top: 28px;
	}
	
	.certificate-box.iconbox-border .iconbox-header {
    margin-left: 140px;
	 margin-top: 30px;
	}
	
	.certificate-box .loprd-iconbox-icon{
		width:140px;
	}
	
	.officer_name {
    padding-left: 15px;
	vertical-align:top;
	}
	
	.benefits {
		padding-top: 50px;
	}
	
}


@media screen and (min-width: 992px) {
	.icd-search-img2{
		margin-top:-60px;
	}
	
	.proprietary-modal-img.wpb_single_image img{ 
	position: absolute;
	right: -50px;
	top: -150px;
	}
	
	.credential-appoint-modal-img.wpb_single_image img{ 
	position: absolute;
	right: -50px;
	top: -120px;
	max-width: 500px;
	}
	
}


@media screen and (min-width: 1280px) {
   .charting-future-video-cover.wpb_single_image img, 
   .ehr-content-video-cover.wpb_single_image img{
	max-width:none;
	}
	
	.rcm-icon-content .vc_col-md-2 {
    width: 20%;
	}
	
	.rcm-icon-content .vc_column_container > .vc_inner_column-inner {
    padding-left: 5px;
    padding-right: 5px;
	}
	
	.ehr-icon-content .icon-box-2 p{
		min-height:135px;
	}
	
	.child-img-box {
    margin-top: -100px;
	}
	
	.primery-care-img {
	position: relative;
	margin-top: -100px;
	z-index: 16;
	max-width: 620px;
	left: 80px;
	}

	.other-spec-list-grid ul {
    padding: 0 0 0 80px;
	}
	
	.white-paper-hover-box .h3-size {
    font-size: 34px !important;
    line-height: 42px !important;
	}
	
	
}


@media screen and (min-width: 1481px) {
	.h-bottom-section {
    padding: 180px 0 120px;
	}
	
	.bottom-column-grid {
    margin-top: -250px;
	}
	
	.hexagon.footer-hexagon{
		left: 350px;
	}
	
	.vc_row.vc_row_fullwidthcontent .vc_container_inner {
    width: 100%;
    /*max-width: 1680px;*/
    margin-left: auto;
    margin-right: auto;
	}
	
	.clients-family-section {
    padding: 200px 0;
	}
	
}


@media screen and (min-width: 1600px) {
	.white-paper-hover-box .loprd-hoverbox__front__content__inner, 
	.white-paper-hover-box .loprd-hoverbox__hover__content__inner {
		padding: 0px 42px 30px 42px;
	}
	
}


@media screen and (min-width: 1280px) and (max-width: 1600px) { 
   .img-max-540.wpb_single_image img {
    max-width: 540px;
   }
   
   
}


@media only screen and (max-width: 480px) {
	.loprd-shortcode-btn + .loprd-shortcode-btn {
	  margin-left: 0px;
	}
	
	.top-menu .menu li.menu-item {
		padding: 5px 3px;
	}
	
	.top-menu .menu li.menu-item::before { 
		right:-2px;
		top: 13px;
	}
	
	.section-padding {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.section-top-padding {
		padding-top: 1em;
	}
	
	.section-bottom-padding {
		padding-bottom: 1em;
	}
	
	.section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.prev-next_posts {
		margin-top: 30px;
	}
	
	.wpb_content_element {
		margin-bottom: 15px !important;
	}
	
	.news-room-section a.more-link, .press-releases-section a.more-link {
		padding: 0px;
	}
	
	.press-releases-news-room .post-title {
		margin:8px 0 0px 0;
	}
	.loprd-shortcode-posts--carousel .post, .loprd-shortcode-posts--grid:not(.blog-grid--columns-1) .post {
		margin-bottom: 20px;
	}
	
	.comprehense-enroll-section .section-padding {
		padding-top: 1em;
		padding-bottom: 0em;
	}
	
	.leadership-title {
		font-size:20px;
	}
	
	.call-action-box {		
		margin-top: 0px;
	}
	
	.klas-aprima,
	.back-to-back {
		text-align: center !important;
	}
	
}


@media screen and (max-width: 1024px) {
	.hexagon {
		position: absolute;
	}
	
	
	.hexagon.header-hexagon {		
		width: 200px; 
		height: 115.47px;
		background-color: transparent;
		margin: 57.74px 0;		
		z-index: 1;		
	}	
	
	.hexagon.hexagon-450 {
	  width: 250px; 
	  height: 144.34px;  
	  margin: 72.17px 0;
	  border-left: solid 2px #ced0d0;
	  border-right: solid 2px #ced0d0;
	  top: -50px;
	  left: -10%;
	  z-index: 0;
	}

	.hexagon.hexagon-450:before,
	.hexagon.hexagon-450:after {
		content: "";
		  position: absolute;
		  z-index: 1;
		  width: 176.78px;
		  height: 176.78px;
		  -webkit-transform: scaleY(0.5774) rotate(-45deg);
		  -ms-transform: scaleY(0.5774) rotate(-45deg);
		  transform: scaleY(0.5774) rotate(-45deg);
		  background-color: inherit;
		  left: 34.6117px;
	}

	.hexagon.hexagon-450:before {
		top: -88.3883px;
		border-top: solid 2.8284px #ced0d0;
		border-right: solid 2.8284px #ced0d0;
	}

	.hexagon.hexagon-450:after {
		bottom: -88.3883px;
		border-bottom: solid 2.8284px #ced0d0;
		border-left: solid 2.8284px #ced0d0;
	}

	.hexagon.hexagon-450.red {
		width: 250px;
		border-left: solid 2px #003366;
		border-right: solid 2px #003366;
		top: -265px;
		left: -70%;
	}

	.hexagon.hexagon-450.red:before {
	  border-top: solid 2.8284px #003366;
	  border-right: solid 2.8284px #003366;
	}

	.hexagon.hexagon-450.red:after {
	  border-bottom: solid 2.8284px #003366;
	  border-left: solid 2.8284px #003366;
	}
	
	.page-template-template-full-width-aria .hexagon.header-hexagon {
		border-left: solid 2px #7c9560;
		border-right: solid 2px #7c9560;
		top: -100px;
		right: -20px;
	}

	.page-template-template-full-width-aria .hexagon.header-hexagon:before {
		border-top: solid 2.8284px #7c9560;
		border-right: solid 2.8284px #7c9560;
	}

	.page-template-template-full-width-aria .hexagon.header-hexagon:after {
		border-bottom: solid 2.8284px #7c9560;
		border-left: solid 2.8284px #7c9560;
	}
	
}

.page-id-2034 .rsArrowIcn {
    background-color: transparent !important;
    top: auto !important;
}

.shares-list li a .share-count {
    background: transparent !important;
}