html {
	overflow-x: hidden !important;
}
:root {
	--darkBlue: #27627d;
	--white: #ffffff;
	--darkGray: #0e2f35;
	--lightBlue: #03627f;
}
@font-face {
	font-family: 'Baloo Thambi 2';
	src: url("../fonts/BalooThambi2-regular.ttf");
	font-weight: normal;
}
@font-face {
	font-family: 'Baloo Thambi 2';
	src: url("../fonts/BalooThambi2-medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: 'Baloo Thambi 2';
	src: url("../fonts/BalooThambi2-bold.ttf");
	font-weight: bold;
}
@font-face {
	font-family: 'Gotham Light';
	src: url("../fonts/Gotham-Light.otf");
}
@font-face {
	font-family: 'Gotham Medium';
	src: url("../fonts/Gotham-Medium.otf");
}
@font-face {
	font-family: 'Minion Pro';
	src: url("../fonts/MinionPro-Regular.otf");
}

html {
	font-size: 100%;
}
body {
	color: #000;
	font-family: 'Baloo Thambi 2';
	font-weight: 500;
	font-size: 21px;
	line-height: 32px;
	background: #ffffff;
	padding-top: 0;
	margin: 0;
}

/* global */
h1 {font-size: 2.5rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.75rem;}
h4 {font-size: 1.5rem;}
h5 {font-size: 1.25rem;}
h6 {font-size: 1rem;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.mt-1 {margin-top: 0.25rem;}
.mt-2 {margin-top: 0.5rem;}
.mt-3 {margin-top: 0.75rem;}
.mt-4 {margin-top: 1rem;}
.mb-1 {margin-bottom: 0.25rem;}
.mb-2 {margin-bottom: 0.5rem;}
.mb-3 {margin-bottom: 0.75rem;}
.mb-4 {margin-bottom: 1rem;}
.dib {
	display: inline-block;
}
.container {
	width: 100%;
}
.container:before, .row:before, .clearfix:before, 
.container:after, .row:after, .clearfix:after {
	display: none;
}
.btn {
	font-size: 1.875rem;
	letter-spacing: 1px;
	padding: 0.5rem 2rem;
	font-weight: 700;
	
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	border-radius: 0.75rem;
}
.btn:focus {
	outline: 0;
}
.btn-primary, .btn-blue {
	color: var(--white);
	background: var(--darkBlue);
	border-color: var(--darkBlue);
}
.btn-primary:hover, .btn-blue:hover {
	color: var(--darkBlue);
	background: var(--white);
}
.btn-darkblue {
	color: var(--white);
	background: var(--darkGray);
	border-color: var(--darkGray);
}
.btn-darkblue:hover {
	color: var(--darkGray);
	background: var(--white);
}


/* navbar */
.navbar {
	background: #ffffff;
	padding: 5px 0;
	margin-bottom: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.09);
}
.navbar>.container {
	max-width: 1170px;
}
.navbar .navbar-collapse {
	padding-top: 1.5rem;
}
.navbar>.container .navbar-nav > .region-second-icon {
	display: flex;
}
.navbar>.container .region {
	display: inline-block;
}
.navbar>.container .region .block .field p a {
	color: var(--darkBlue);
	display: inline-block;
	padding: 0.5rem 1rem;
}
.navbar>.container .navbar-brand {
	height: auto;
	display: inline-block;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
}
.navbar .navbar-brand img {
	max-height: 4rem;
}
.navbar .navbar-nav {
	/*
	margin-top: 1.5rem;
	*/
}
.navbar .navbar-nav li {
	border-right: 1px solid var(--darkBlue);
}
.navbar .navbar-nav li:last-child {
	border-right: 1px solid transparent;
}
.navbar .navbar-nav li a {
	color: var(--darkBlue);
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	padding: 0.25rem 1rem;
	display: block;
}
.navbar .navbar-nav li a.is-active {
	font-weight: bold;
	background: transparent;
}
.navbar .container .navbar-collapse > .navbar-nav {
	padding-left: 2rem;
}
.navbar .navbar-nav li.dropdown {
	border-left: 1px solid var(--darkBlue);
}



/* banner */
.bannerSection .field--name-field-custom-banner {
	
}
.bannerSection .field--name-field-custom-banner img {
	width: 100%;
	padding-bottom: 0.5rem;
	border-bottom: 1.25rem solid var(--darkGray);
	margin-bottom: 2rem;
}
.bannerSectionSub .field--name-field-custom-banner img {
	border-bottom: 1.25rem solid var(--lightBlue);
}
.book-a-demo .field--name-field-title, 
.bannerSection .paragraph h2 {
	color: var(--darkBlue);
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 0.75rem;
	margin-bottom: 1rem;
}
.bannerSection .paragraph h5 {
	color: var(--darkBlue);
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

body.home.paragraph--id--75 {
	padding-right: 6rem;
}


/* accordion */
.card {
	background: transparent;
	border: none;
}
.card .card-header {
	background: transparent;
	border-color: transparent;
	padding: 0;
}
.card .card-header .panel-title {
	padding: 0;
	margin: 0;
}
.card .card-header .panel-title .display {
	font-size: 21px;
	line-height: 2rem;
	display: block;
	padding: 0.75rem 0;
}
.card .card-header .panel-title .display[aria-expanded="false"] {
	border-bottom: 1px solid #4f4f4f;
	display: flex;
    justify-content: space-between;
}
.card .card-header .panel-title .display[aria-expanded="true"] {
	border-bottom: 1px solid transparent;
	display: flex;
    justify-content: space-between;
}
.card .card-header .panel-title .display:focus {
	text-decoration: none;
}
.card .card-header .panel-title .display::after {
	color: #fff;
	background: #56ef9c;
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3%;
	margin-left: 5px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.paragraph.paragraph--type--bp-accordion .panel-collapse>.paragraph {
	padding: 0;
	border-bottom: 1px solid #4f4f4f
}

.Brightcove_video {
	max-width: 85% !important;
	margin: 3rem auto 2rem auto;
	overflow: hidden;
	
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
}
.non-branded {
	width: 65%;
}



/* footer */

footer {
	max-width: 1205px;
    padding: 0 15px;
    margin: auto;
}
footer .newsletter {
	background: #03627f;
	height: 1.6px;
	margin:auto;
	max-width: 100%;
	margin-bottom: 20px;
    margin-top: 15px;
}
footer .newsletter h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
footer .webIntended {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
footer .footerCopy {
	font-size: 0.75rem;
	line-height: 1.25rem;
	margin: 0 auto 2rem auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1205px;
}
footer .footerCopy .block-1 {
	flex: 0 0 auto;
	width: 50%;
	display: flex;
}
footer .footerCopy .block-1 .footerLeftBlock {
	display: flex;
	align-items: center;
	padding-top: 32px;
}

footer .region-footer-left {
	align-self:flex-end;
}

footer .footerCopy .block-1 .footerLeftBlock .takedaFooterImg {
	border-right: 1px solid #000;
	padding: 0.25rem 1rem;
}
footer .footerCopy .block-1 .footerLeftBlock .takedaFooterImg img {
	width: inherit;
	max-height: 40px;
}
footer .footerCopy .block-1 .footerLeftBlock .takedaFooterCon {
	padding: 0.5rem 1rem;
}
footer .footerCopy .block-1 .footerLeftBlock .takedaFooterCon p {
	text-align: left;
	margin-bottom: 0;
}
footer .footerCopy .block-2 {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
footer .footerCopy .block-2 h5 {
	color: var(--darkBlue);
	font-weight: 400;
	margin-bottom: 1rem;
}

.path-frontpage .field--name-bp-text ul {
    padding-left:  5px;
}

.path-frontpage .field--name-bp-text ul li {
 list-style: none;   
}

.path-frontpage .field--name-bp-text ul li:before {
 color:#056380; 
    content: ".";
    font-size: 40px;
    position: relative;
    left: -5px;
    top: -4px;
}

.home .page-wrapper {
    border-bottom: 25px solid #0e2f35;
    display: block;
    width: 100%;
}

.access-n-features .page-wrapper {
    border-bottom: 25px solid #03627f;
    display: block;
    width: 100%;
}


/* book a demo */
.book-a-demo .field--name-field-title {
	margin-bottom: 2.5rem;
}


/* access-n-support page */
.access-n-support .paragraph--type--bp-columns-two-uneven__2col-column1 > div {
	padding-right: 7%;
}
.access-n-support .Brightcove_video {
	max-width: 100% !important;
	margin: 4rem auto 2rem auto;
	border: 0.5rem solid #03566f;
    padding: 0.5rem;
    
    -webkit-box-shadow: 0px 0px 0px 0.325rem #ddd;
    -moz-box-shadow: 0px 0px 0px 0.325rem #ddd;
    box-shadow: 0px 0px 0px 0.325rem #ddd;
}
.access-n-support .Brightcove_video > div {
	overflow: hidden;
	
	-webkit-border-radius: 0.325rem;
	-moz-border-radius: 0.325rem;
	border-radius: 0.325rem;
}


@media only screen and (min-width: 992px) {
	.container {
		max-width: 1040px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar .navbar-collapse {
		display: flex !important;
	}
}
@media only screen and (max-width: 767.98px) {
	body {
		font-size: 16px;
		line-height: 26px;
	}
	.book-a-demo .field--name-field-title, 
	.bannerSection .paragraph h2 {
		font-size: 2rem;
	}
	
	
	.navbar .navbar-brand {
		padding: 0.5rem 0;
	}
	.navbar .navbar-header > .region {
		width: 100%;
	}
	.navbar .navbar-toggle {
		margin-top: 1.25rem;
		border: none;
	}
	.navbar .navbar-toggler:focus {
		outline: 0;
	}
	.navbar .navbar-collapse {
		padding-top: 0;
	}
	.navbar>.container .region {
		display: block;
	}
	.navbar .navbar-nav {
		margin: 0;
	}
	.navbar .container .navbar-collapse > .navbar-nav {
		padding-left: 0;
		position: relative;
	}
	.navbar>.container .navbar-nav > .region-second-icon {
		display: block;
	}
	.navbar .navbar-nav li {
		border-right: none;
		border-bottom: 1px solid var(--darkBlue);
	}
	.navbar .navbar-nav li:last-child {
		border-bottom: none !important;
	}
	.navbar .navbar-nav li a {
		width: 100%;
		padding: 0.75rem 0.25rem;
	}
	.navbar .navbar-nav li.dropdown {
		border-left: none;
		border-bottom: 1px solid transparent;
		display:block;
	}
	
	footer .footerCopy {
		flex-flow: column;
	}
	footer .footerCopy .block-1, 
	footer .footerCopy .block-2 {
		text-align: center;
		width: 100%;
	}
	footer .footerCopy .block-1 .footerLeftBlock {
		justify-content: center;
		padding-top: 0;
		margin-bottom: 1.5rem;
	}
	
	.non-branded {
		width: 100%;
	}
	
	.home .paragraph--type--bp-accordion {
		margin-bottom: 3rem;
	}
	.paragraph--type--bp-accordion {
		padding-top: 1.25rem;
		margin-bottom: 1rem;
	}
	.card .card-header .panel-title .display {
		font-size: 16px;
		line-height: 26px;
	}
	.Brightcove_video {
		max-width: 100% !important;
		margin: 1rem auto 0.5rem auto;
	}
		
}

/* Custom */

.paragraph--id--94 img {
    margin-top: 70px;
	margin-left: 18px;
}

.paragraph--style--33-66 img {
    margin-top: 25px
}

.paragraph--id--91 img {
	margin-bottom: 30px;
}

h2 {
    font-weight: 500 !important;
}

.home .one {
    background: url(https://dev-myinfusion-patient.pantheonsite.io/sites/default/files/2022-11/imgcir-desk.png) no-repeat;
    width: 450px;
    height: 450px;
    position: absolute;
    border-radius: 100%;
    right: -190px;
    top: 173px;
}

.paragraph--id--95 .paragraph__column .field  {
    position: absolute;
    width: 580px;
    height:560px;
    left: -280px;
    top: -80px;
}

.home {
    overflow-x: hidden !important;
}

.home .two {
    background: #e7eaeb;
    width: 290px;
    height: 290px;
    position: absolute;
    border-radius: 100%;
    top: -80px;
    z-index: -1;
    left: -120px;
}

.home .three {
    background: #4a6367;
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 100%;
    top: -475px;
    right: -299px;
}

.home .four {
    background: #0e2f35;
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 100%;
    right: -339px;
    top: -119px;
    z-index: -1;
}

.home .five {
    background: #7a8c90;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 100%;
    right: 770px;
    top: -550px;
    z-index: -1;
}

.access-n-features {
    overflow-x: hidden !important;
}

.access-n-features .paragraph--id--94 .field {
    margin-left: 60px
}
.access-n-features .one {
    width: 570px;
    height: 570px;
    border-radius: 100%;
    background: #c7dce2;
    position: absolute;
    top: 0px;
    right: -600px;
}

.access-n-features .two {
    background: #03627f;
    width:250px;
    height:250px;
    border-radius: 100%;
    position: absolute;
    top: -150px;
    left: -280px;
    z-index: -1;
}

.access-n-features .three {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    background: #4f91a5;
    position: absolute;
    top: -500px;
    right: -180px;
    z-index: -1
}

.dropdown a:not(.dropdown-menu li a):after
{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #03627f;
    content: " ";
    z-index: 0;
    top: 0;
    left: 2px;
    position: relative;
	display: inline-block;
}

.nav .open  a {
    background: #fff !important;
}

.paragraph--id--14 {
    width: 70%;
}
.paragraph--id--15 .field--name-bp-text {
    width: 70%;
}

.textred {
    color: #ed1c24;
}

.paragraph--id--15 center {
	margin-top: 60px;
}

.paragraph--id--15 .paragraph h2 {
	margin-top: 80px;
}

.paragraph--id--129 {
	margin-top: 20px;
}

.paragraph--id--17 p {
	font-size: 18px;
    font-style: italic;
    max-width: 81%;
    margin: auto;
    padding: 0;
    text-align: left;
}

.Brightcove_video {
	margin:3rem auto 15px auto !important;
}

/* popup */

.ui-widget.ui-widget-content {
    border: none !important;
    font-family:'Baloo Thambi 2';
    text-align: center;
    left: 0 !important;
    right: 0 !important;
    max-width: 600px !important;
    margin: auto;
}

.ui-dialog .ui-dialog-titlebar {
    background: #fff;
    padding: 1em 1em 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
    border: none !important;
}

.ui-dialog .ui-dialog-title {
    color: #03627f;
    font-size: 30px;
    width: 100%;
    white-space: normal !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width:0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #03627f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    border-width: 0;
    margin: 0 5px 15px !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    text-align: center !important;
}

.card .card-header .panel-title .display[aria-expanded="false"],
.card .card-header .panel-title .display[aria-expanded="false"] {
	color: #000;
}

/* Samsung galaxy S4  */

@media (min-width: 800px) and (max-width: 835px) {
	.paragraph--id--94 img {
		margin-top: 75px !important;
		margin-left: 0px !important;
	}

	.access-n-features .one {
		width: 400px !important;
		height: 400px !important;
		top: 80px !important;
		right: -420px !important;
	}
	.access-n-features .two {
		width: 120px !important;
		height: 120px !important;
		top: -40px !important;
		left: -160px !important;
	}

	.paragraph--id--95 .paragraph__column .field {
		width: 320px !important;
		height: 320px !important;
		left: -100px !important;
		top: -40px !important;
	}
}

@media (min-width: 500px) and (max-width: 999px)  {
    .header-menu-se .navbar .navbar-nav li a {
	    font-size: 2rem;
    }

    .bannerSection .paragraph h2 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }

    p {
	    font-size: 87%;
        line-height: normal;
    }

    .card .card-header .panel-title .display {
	    font-size: 19px;
    }

    .paragraph--bp-accordion-container button {
	    margin:0;
    }

    .btn {
        font-size: 1.30rem;
    }

    .card .card-header .panel-title .display {
	    padding: 0.5rem 0;
    }
}

/* Tablet */

@media (min-width: 768px) and (max-width: 999px) {

    .home .one {
        background:url(https://dev-myinfusion-patient.pantheonsite.io/sites/default/files/2022-11/cirtab.png) no-repeat;
        width: 307px;
        height: 321px;
        position: absolute;
        border-radius: 100%;
        right: 0;
        top: 260px;
    }
    
    .home .two {
        background: #e7eaeb;
        width: 260px;
        height: 260px;
        position: absolute;
        border-radius: 100%;
        top: -90px;
        z-index: -1;
        left: -50px;
    }
    
    .home .three {
        background: #4a6367;
        width: 200px;
        height: 200px;
        position: absolute;
        border-radius: 100%;
        top: -499px;
        right: -149px;
    }
    
    .home .four {
        background: #0e2f35;
        width: 400px;
        height: 400px;
        position: absolute;
        border-radius: 100%;
        right: -179px;
        top: -149px;
        z-index: -1;
    }

	.access-n-features .one {
        width: 570px;
        height: 570px;
        border-radius: 100%;
        background: #c7dce2;
        position: absolute;
        top: 80px;
        right: -600px;
    }
    
    .access-n-features .two {
		width: 180px;
		height: 180px;
		border-radius: 100%;
		background: #03627f;
		position: absolute;
		top: -90px;
		left: -190px;
		z-index: -1;
    }
    
    .access-n-features .three {
		width: 450px;
		height: 450px;
		border-radius: 100%;
		background: #4f91a5;
		position: absolute;
		top: -510px;
		right: -90px;
    }

	.paragraph--id--14 {
		width: 60%;
	}

	.paragraph--id--95 .paragraph__column .field {
		position: absolute;
		width: 380px;
		height: 360px;
		left: -100px;
		top: -80px;
	}

}


/* Mobile */

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

    .one,
    .two,
    .three,
    .four,
    .five {
        display: none !important;
    }

	.paragraph--id--95 .paragraph__column .field  {
		position: initial;
		width: 320px;
    	height: 360px;
		margin: auto;
	}

	.bannerSection .paragraph h2 {
        font-size: 1.7rem;
        margin-bottom: .3rem;
    }

	.btn {
		font-size: 1rem !important;
	}

	.card .card-header .panel-title .display::after {
		width: 1.5rem;
		height: 1.5rem;
		font-size: 1.5rem;
	}

	.card .card-header .panel-title .display {
		padding: 0.5rem 0;
	}

	.paragraph--id--14 {
		width: 100% !important;
	}

	.paragraph--id--15 .field--name-bp-text {
		width: 100% !important;
	}

	.access-n-features .paragraph--id--94 .field {
		margin-left: 0 !important;
	}

	.paragraph--id--94 img {
		margin: auto;
		padding-top: 30px;
	}

}


/* customize */

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

    .one,
    .two,
    .three,
    .four,
    .five {
        display: none !important;
    }

	.paragraph--id--95 .paragraph__column .field  {
		position: initial !important;
		width: 420px;
    	height: 460px;
		margin: auto;
	}

	.access-n-features .paragraph--id--94 .field {
		margin-left: 0;
	}

	.paragraph--id--94 img {
		margin: auto !important;
		padding-top: 30px;
	}

	.paragraph--id--15 .field--name-bp-text, .paragraph--id--14 {
		width: 100%;
	}

}


@media (max-width: 767px) {

.navbar-nav .open .dropdown-menu  li  a {
	padding: 10px 15px 10px 0px !important;
}

}

@media (min-width: 768px) and (max-width: 1061px) {
	.finfooter a {
		display: block;
	}
}