/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
	font-family: 'CentraNo2';
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Book.eot');
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Book.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Book.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	/*display: swap*/
}

@font-face {
	font-family: 'CentraNo2';
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Medium.eot');
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Medium.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Medium.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	/*display: swap*/
}

@font-face {
	font-family: 'CentraNo2';
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Bold.eot');
	src: url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Bold.eot?#iefix') format('embedded-opentype'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Bold.woff') format('woff'),url('https://cdn2.hubspot.net/hubfs/1775981/2018/fonts/CentraNo2-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	/*display: swap*/
}
.font-cno2 {
	font-family: CentraNo2;
}

.font-cno2-Imp {
	font-family: CentraNo2 !important;
}
.font-cno2-with-childs,
.font-cno2-with-childs *:not([class^="icon-line-"], [class*=" icon-line-"]) {
	font-family: CentraNo2;
}

.font-cno2-with-childs-Imp,
.font-cno2-with-childs-Imp * {
	font-family: CentraNo2 !important;
}
.bg-gold {
	background-color: #988F56 /*#C1B060*/ !important;
}

.bg-blue-grey {
	background-color: #657e8b !important;
}
.bg-dark-green {
	background-color: #988F56 !important;
}
.text-gold {
	color: #C1B060 !important;
}

.text-blue-grey {
	color: #657e8b !important;
}

.text-dark-green {
	color: #988F56 !important;
}
.text-blue-grey-with-childs,
.text-blue-grey-with-childs * {
	color: #657e8b !important;
}
.text-black {
	color: black !important;
}

.play-icon {
	position: relative;
	display: block;
	font-size: 28px;
	width: 60px;
	height: 60px;
	line-height: 62px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	color: #267DF4 !important;
	background-color: #FFF;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

	.play-icon i {
		position: relative;
		left: 4px;
	}

	.play-icon:hover {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
		transform: scale(1.15);
	}

body.device-xl .onepage-outdoor-negetive,
body.device-lg .onepage-outdoor-negetive {
	margin-top: -300px;
}

@media (min-width: 768px) {
	#slider h2 {
		font-size: 52px;
	}

	.text-overlay-title h3 {
		font-size: 22px;
		letter-spacing: 1px;
		font-weight: 600;
	}
}

.dark .grid-border [class^=col-]:before, .dark .grid-border [class^=col-]:after {
	border-color: #988f5680;
}
.fbox-icon {
	width: 12rem;
	height: 12rem;
	padding: 1.5rem;
}
.max-w-900{
	max-width: 900px;
}
#footer .widget > h4 {
	margin-bottom: 2rem;
}
.dark .footer-widgets-wrap a,
#footer .widget > h4 {
	color: #282828;
}
	.dark .footer-widgets-wrap a:hover {
		color: #C1B060;
	}
#footer .widget {
	padding: 0;
}
#footer .footer-widgets-wrap {
	padding: 3rem 0;
}
.entry-image img {
	border-radius: 50%;
	border: 4px solid white;
	padding: 2px;
}
.fbox-icon.team-memeber-icon {
	width: 5rem;
	height: 5rem;
	border: 0px solid;
	padding: 0;
}
#logo img {
	padding: 5px 0;
	height: 5.5rem;
}
header .primary-menu .menu-container .menu-link {
	padding: 22px 18px;
	font-size: 16.2px;
}
.enurse-box .fbox-icon img{
	padding: 10px;
}
.fbox-content h3 {
	font-size: 18px;
}
.enurse-box .fbox-icon {
	width: 5rem;
	height: 5rem;
	border: 5px solid !important;
	padding: 5px;
	border-radius: 50px;
}
h2 {
	font-size: 35px;
}
.enurse-box small {
	font-size: 19px;
	padding-bottom: 1rem;
}
header .menu-item .menu-link.active {
	border-bottom: 4px solid #657e8b;
}
#faqs ol {
	list-style: lower-latin;
	margin-left: 2rem;
}
#footer {
	box-shadow: 0px 0px 4px 0px #0000001a;
}

.side-by-side-card .imgBox {
	padding: 0px 0px;
	border-radius: 0.25rem;
}
.fz-1p4rem {
	font-size: 1.4rem;
}
.fz-2p5rem {
	font-size: 2.5rem;
}
.page-section-10-7rem {
	padding: 10rem 7rem;
}
.page-section-5-3rem {
	padding: 5rem 3rem;
}
.side-by-side-card .imgBox > div{
	background: url() center center no-repeat;
	background-size: cover;
	padding: 1px;
	height: 100%;
	width: 100%;
	border-radius: 0.25rem;
}
.bg-patients {
	background-image: url(/img/services/patients.jpg) !important;
}
.bg-caregiver {
	background-image: url(/img/services/caregiver.jpg) !important;
}
.bg-integrated-health-networks {
	background-image: url(/img/services/integrated-health-networks.png) !important;
}
.bg-medical-insurers {
	background-image: url(/img/services/medical-insurers-2.jpg) !important;
}
.bg-pharmacy {
	background-image: url(/img/services/pharmacy.png) !important;
}
.bg-primary-care-providers {
	background-image: url(/img/services/primary-care-providers.png) !important;
}
.bg-home-care-agencies {
	background-image: url(/img/services/home-care-agencies.jpg) !important;
}
#itracHEALTH-Solutions .fbox-content h3 {
	font-size: 18px;
	font-weight: 450;
	font-family: 'CentraNo2';
	padding: 3px;
}

.what-do-we-do .team-title h4 {
	font-size: 26px;
	text-align: left !important;
}
.what-do-we-do .team {
	padding: 0 0.44rem !important;
}
.mll-1{
	margin-left:-0.5rem;
}
.cl-black {
	color: #444;
}
ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.link:hover {
	text-decoration: underline;
	font-weight: bold;
	text-decoration-color: #657e8b;
}
ul.horizontal li {
	display: inline;
}
hr {
	border: 0;
	clear: both;
	display: block;
	width: 96%;
	background-color: #0000001a;
	height: 1px;
}