.container.patient{
	max-width: 930px; 
	width: 100%; 
	padding: 0;
}

/* headerstyles */
.navbar-light .navbar-nav .nav-link{
	font-size:14px;
	font-family: Gotham-Book;
	color: #126e80;
}
.navbar{
	padding: 3px 0;
}
.navbar-brand{
	margin-right:38px;
}

/* bodystyles */
p.patient,.split li span,.innerdivcnt p,.innerdivcnt a{
	font-size:16px;
	line-height:20px;
	color:#424242;
	font-family:Gotham-light;
	margin-bottom:5px;
}	
.lightbackground{
	background:#cae9ea;
	padding-bottom:5rem;
}
.pattopimg{
	margin: 0 auto;
    padding: 5rem 0 4.8rem;
}
.darkbackground p{
	color: #fff;
}
.patientheading{
	text-align:center;
	font-family:Gotham-Bold;
	font-size: 40px;
	color:#424242;
	margin-bottom:60px;
}
.lightbackground .patientheading span{
	color: #156e80;
}
.darkbackground	.patientheading span{
	color: #cae9ea;
}
.patsubhead{
	font-size:19px;
	line-height: 40px;
	color:#126e80;
	font-family:Gotham-Bold;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:0;
}
.textcenter{
	text-align: center;
}
.innerdiv{
	background:#cae9ea; /*UZK-16 changed background color from #ecfeff to #cae9ea;*/
	width:620px;        /*UZK-16 changed width from 555px to 620px*/
	margin:75px auto 20px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding:47px 0 40px;
}
.innerdivcnt p{
	color:#424242;
}
.innerdivcnt p:nth-child(2){
	margin-bottom: -5px;
}
.patient .innerdivcnt a{
	color: #156e80;
	text-decoration:underline;
}
.number{
	margin-top: 35px;
    margin-bottom: 50px;
}
.number img{
	margin-bottom:5px !important;
}
.number p{
	font-family: Gotham-Bold;
	text-align: center;
}
.bold,.footerli .bold{
	font-family:Gotham-Bold !important;
}
.patient.textinnerpad {
	font-family:Gotham-Bold;
	text-align:center;
    margin-bottom: 0;
}
.patient.text{
	text-align:center;
}
.patient.m-b-30{
	margin-bottom: 30px;
}
.borderbox{
	border:1px solid #424242;
	padding:17px 17px 12px;
	margin: 35px 0;
}
.borderbox p,.font12p{
	font-size:12px;
	line-height:14px;
	color:#424242;
	font-family:Gotham-light;
	margin-bottom:5px;
}
.patientmercury{
	margin-top:4rem;
	font-size: 12px;
    line-height: 14px;
	padding-bottom: 10px;
	color:#424242;
	font-family:Gotham-light;
	margin-bottom:0px;
}
.sitehead{
	font-family:Gotham-Bold;
	font-size:40px;
	color:#444a4f;
	padding-top: 9rem;
	margin-bottom: 4.1rem;
}
.maplink a{
	font-size: 16px;
	line-height:26px;
	font-family:Gotham-bold;
	color:#444a4f;
	text-decoration:underline;
}
.split li{
	padding: 4px 0;
	margin-bottom:0;
	font-size:12px;
}
.split li span{
	margin-left: -3px;
}
.sitemaplink a{
	font-family:Gotham-bold;
	font-size:16px;
	color:#444a4f;
}

/* footerstyles */
.footerli{
	height: 70px;
	align-items: center;
	justify-content:space-between;	
}
.footerli a{
	font-size:14px;
	font-family:Gotham-Book;
	color:#444a4f;
	text-decoration:underline;
}
#leavingsite .patient h2{
	font-family: Gotham-Book;
	color:#424242
}
#leavingsite .patient p{
	font-family: Gotham-light;
	color:#424242;
}
#leavingsite .patient a{
	color:#424242;
	font-family: Gotham-light;
	background: #cae9ea;
}


/* mobilecss */
@media(max-width:1023px){
.container.patient{
	max-width:360px;
}
.navbar-toggler{
	border: none;
    outline: none;
}
.navbar{
	background: #cae9ea;
	height:70px;
}
.navbar-nav{
	background:#022f40;
	margin-top: 2px;
}
.navbar-nav li{
	text-align:center;	
	border-bottom:2px solid #000;
}
.navbar-nav li:last-child{
	border-bottom: none;
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link:hover{
	color:#fff;
	padding: 12px 0;
}
button:focus{
	outline: none;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
	background: url(../images/crossicon.png) no-repeat;
}
.navbar-toggler .navbar-toggler-icon,.collapsed .navbar-toggler-icon{
	background: url(../images/menubaricon.png) no-repeat;
	margin-right: 8px;
}
.navbar-brand{
	margin: auto;
	padding-left:70px;
}

.bannerpatient{
	background: url(../images/patientbannermob.png) no-repeat 50% -53px;
	height:125px;
}
.pattopimg{
	padding: 40px 0 30px;
}
.patientheading{
	font-size:30px;
	line-height:36px;
	margin-bottom: 30px;
}
.patsubhead{
	font-size:18px;
	line-height:22px;
	margin-bottom: 18px;
}
.lightbg{
	background: #cae9ea;
	padding: 20px 20px 0px;
}
.lightbackground,.darkbackground{
	padding:0 20px 30px;
}
.innerdiv{
	display: block;
    margin: 4.1rem 0 0;
    width: auto;
	padding:45px 0;
}
.innerdivcnt:first-child{
	margin-bottom:45px;
}
.mobsinnerpad{
	padding: 0 20px;
}
.widthauto{
	padding:10px 0;
	margin: 35px auto;
}
.widthauto ul{
    margin-bottom: 0;
    padding-left: 30px;
	padding-right: 10px;
}
.lightbackground .imgbt{
	margin-bottom: 35px !important;
}
.lightbackground.padaround{
	padding-bottom:12px;
}
.number{
	margin-bottom:33px;
}
.number p{
	margin-bottom:45px;
}
.number .col-lg-4:last-child>p{
	margin-bottom:0;
}
.borderbox{
	padding: 15px 12px 10px;
}
.patient.tleft{
	text-align:left;
	padding: 0 12px;
}
.patientsitemap{
	min-height: 400px;
}
.sitehead{
	padding-top: 27px;
    margin-bottom: 49px;
	font-size: 30px;
}
.pad-r43 p{
	padding: 0 11px;
}
.patientmercury{
	margin-top:35px;
	padding-bottom: 16px;
}
.footerli{
	height: unset;
    display: block;
    text-align: center;
	padding:25px 0;
	background: #f4d0a5;
}
.footerli a{
	display: block;
	padding: 5px 0;
}
#symptoms{background: url(../images/dark-background-1-mob.png) no-repeat center;}
#support{background: url(../images/dark-background-2-mob.png) no-repeat center; padding-bottom: 25px;}
.patsitewrapper {background: url(../images/patsitebackgroundmob.png) no-repeat center;}	
}

/* desktopcss */
@media(min-width:1023px){
.bannerpatient{
	background: url(../images/patientbanner.jpg) no-repeat 50% -69px; 
	width:100%;
	height:390px;
	margin-top: 70px;
}
#headerbg{    
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background: #cae9ea;
}
.footerbgp {
    background: #f4d0a5;
}
.pad-r43{
	padding: 0 43px 0 5px;
}
.lightbackground.padaround{
	padding: 0 60px 3.5rem 65px;
}
.text,.textinnerpad{
	padding: 0px 144px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0 38px;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(2)>a{
	padding-right: 50px;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(3)>a{
	padding-right: 70px;
}
.row .imgbt{
	padding-left: 45px;
	margin-top: 5px;
}
.pad-r43 .patient{
	margin-bottom: 8px;
}
ul.split{
    padding: 27px 15px 27px 48px;
    padding-left: 48px;
	margin-top: 4.9rem;
}
.widthauto{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 805px;
    margin: 35px auto;
    height: 170px;
}
.pathomebody{
	margin-top: -6.8%;
}
.patientsitemap{
	margin-top:65px;
	min-height:855px;
}
#whatms .pattopimg {padding-top: 3.7rem;}
#symptoms{background: url(../images/dark-background-1.png) no-repeat center;padding-bottom:56px;}
#support{background: url(../images/dark-background-1.png) no-repeat center;padding-bottom:50px} /*UZK-16 changed background*/
.patsitewrapper {background: url(../images/patsitemapbackground.png) no-repeat center;}

div#navbarNav.collapse.show{z-index:1;}

}

/*UKZ-16*/
div#whatms {
    padding-bottom: 0px;
}
.smalllightbackground {    
	height: 40px;
    background-color: #cae9ea;
}
/*UKZ-16*/