/*@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow-Light.ttf');
}
@font-face {
    font-family: 'Barlow-ExtraLight';
    src: url('../fonts/Barlow-ExtraLight.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.ttf');
}
@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.ttf');
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow-SemiBold.ttf');
}
@font-face {
    font-family: 'Barlow-Thin';
    src: url('../fonts/Barlow-Thin.ttf');
}
@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.ttf');
}
@font-face {
    font-family: 'Barlow-ExtraBold';
    src: url('../fonts/Barlow-ExtraBold.ttf');
}
@font-face {
    font-family: 'Barlow-ExtraLightItalic';
    src: url('../fonts/Barlow-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'Barlow-Italic';
    src: url('../fonts/Barlow-Italic.ttf');
}
@font-face {
    font-family: 'Barlow-LightItalic';
    src: url('../fonts/Barlow-LightItalic.ttf');
}
@font-face {
    font-family: 'Barlow-MediumItalic';
    src: url('../fonts/Barlow-MediumItalic.ttf');
}
@font-face {
    font-family: 'Barlow-SemiBoldItalic';
    src: url('../fonts/Barlow-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Barlow-ThinItalic';
    src: url('../fonts/Barlow-ThinItalic.ttf');
}
*/
@font-face {
    font-family: 'BasisGrotesque-Regular';
    src: url('../fonts/BasisGrotesquePro/BasisGrotesque-Regular-Pro.woff'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Regular-Pro.woff2'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Regular-Pro.ttf');
}
@font-face {
    font-family: 'BasisGrotesque-Medium';
    src: url('../fonts/BasisGrotesquePro/BasisGrotesque-Medium-Pro.woff'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Medium-Pro.woff2'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Medium-Pro.ttf');
}
@font-face {
    font-family: 'BasisGrotesque-Medium';
    src: url('../fonts/BasisGrotesquePro/BasisGrotesque-Bold-Pro.woff'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Bold-Pro.woff2'), url('../fonts/BasisGrotesquePro/BasisGrotesque-Bold-Pro.ttf');
}
* {box-sizing: border-box;}
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0px;
    text-decoration: none;
    padding: 0px;
}
h1 {
	color: #003D7F;
	font-size: 48px;
	font-family: "gelica", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	margin-bottom: 30px;
	line-height: 48px;
}
h2 {
	color: #003D7F;
	font-size: 32px;
	font-family: "gelica", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	line-height: 48px;
}
h3 {
	color: #003D7F;
	font-size: 32px;
	font-family: "gelica", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	line-height: 48px;
}
a{
	color:#2d72a8;
}
a:hover, a:focus{
	color:#0e296b;
}
img {max-width: 100%;}
html, body{height: 100%;}
body {
	font-family: 'Arial';
	font-size: 16px;
	color: #000000;
	background: #fff;
	margin:0;
	padding:0;
}
.mt-1{
	margin-top:1rem !important;
}
.mt-2{
	margin-top:2rem !important;
}
.mt-3{
	margin-top:3rem !important;
}
.mt-4{
	margin-top:4rem !important;
}
.mb-0{
	margin-bottom:0 !important;
}
.mb-4{
	margin-bottom:4rem !important;
}
.btn, .form-control{
	outline:none !important;
	box-shadow:none !important;
}
.form-control:focus, .form-control:visited, .form-control:active {
    border-color: #0E296B;
}
.card {
    border: none;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 20%);
}
.page-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 36px;
    letter-spacing: 0em;
    color: #00984c;
    line-height: 2.5rem;
    font-weight: 700;
	font-family: 'Barlow-Bold';
}
.sub-title {
    color: #081839;
    font-size: 24px;
    margin: 0 0 20px;
	font-family: 'Barlow-Bold'
}
.card-body p {
    margin-bottom: 16px;
}
.btn-primary {
    border-radius: 24px;
	background: #0E296B;
    border-color: #0E296B;
	padding: 10px 40px;  
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color:#fff;
	font-size:17px;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active{
    border-radius: 24px;
	background: #0E296B;
    border-color: #0E296B;
	opacity:0.8;
}
.btn-blue{
    background: #3ABBEA;
    border-color: #3ABBEA;
	color:#003D7F;	
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:visited, .btn-blue.active, .btn-blue:not(:disabled):not(.disabled):active{
    background: #3ABBEA;
    border-color: #3ABBEA;
	opacity:0.8;
	color:#003D7F;	
}
.btn-outline-primary {
    border-radius: 24px;
    background: transparent;
    border:2px solid #0E296B;
    padding: 10px 40px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0E296B;
    font-weight:600;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    border-radius: 24px;
    background: #0E296B;
    border-color: #0E296B;
    color: #fff;
}
.btn span.icon {
    margin-right: 8px;
	font-size:17px;
}
.slick-next {
    right: 48px;
}
.slick-prev{
	left:48px;
}
.slick-next::before {
	content:'';
    opacity: 1;
    width: 16px;
    height: 16px;
    background: url(../images/next.png)no-repeat;
	padding: 18px 18px;
	display:inline-block;
}
.slick-prev::before {
	content:'';
    opacity: 1;
    width: 16px;
    height: 16px;
    background: url(../images/previous.png)no-repeat;
	padding: 18px 18px;
	display:inline-block;
}
.slick-prev, .slick-next{
	width:36px;
	height:36px;
	z-index:10;
}
.slick-next:hover:before, .slick-next:focus:before{
	background: url(../images/nextHover.png)no-repeat;
}
.slick-prev:hover:before, .slick-prev:focus:before{
	background: url(../images/previousHover.png)no-repeat;
}
.slick-dots li button {
    width: 20px;
	height: 20px;
	border-radius:50%;
    padding: 0;
    color: rgb(185,189,194);
    background: rgba(185,189,194,0.65);
}
.slick-dots li button:before{
	display:none;
}
.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
}
.sliderListWrapper .slick-dots {
	padding-right: 175px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots li:last-child{
	margin-right:0;
}
.slick-dots {
    bottom: 15px
}
.slick-dots li.slick-active {
    width: 20px;
}
.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
	border-radius:50%;
    background: rgb(185,189,194);
    color: rgb(185,189,194);
}
.bannerSec{
	margin-bottom:30px;
}
.form-control{
	border-radius:5px;
	color: #0E296B;
    font-size: 16px;
    font-family: 'Arial';
	padding: 10px 14px;
    min-height: 40px;
	border:1px solid #CCCCCC;
}
.form-control::placeholder{
	color:#0E296B;
}
.inputSearch, .selectDropdown{
	position:relative;
}
.inputSearch .form-control{
	padding-right:32px;
}
.inputSearch .inputSearchIcon{
	width: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.selectDropdown select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-right:32px;
}
.selectDropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(../images/blackDownArrow.svg)no-repeat;
    width: 12px;
    height: 12px;
}
.subTitle {
    color: #003D7F;
    font-size: 32px;
    font-family: "gelica", sans-serif;
    font-style: normal;
    margin-bottom: 16px;
}
.sectionTitle {
    color: #003D7F;
    font-size: 48px;
    font-family: "gelica", sans-serif;
	font-weight: 400;
	font-style: normal;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
	line-height: 48px;
}
.titleDesc {
    text-align: center;
    color: #3B3A41;
    width: 55%;
    margin: 0 auto;
}
a.btn-link {
    font-size: 14px;
    font-family: 'Barlow-Bold';
    color: #005A96;
	border-radius:0;
	padding:8px 16px;
}
a.btn-link:hover,a.btn-link:focus, a.btn-link:visited{
	color: #005A96;
	border:1px solid #005A96;
	text-decoration:none;
	
}
a.btn-link .iconWrapper{
	margin-left:6px;
	max-width:18px;
	display:inline-block;
}
.customBreadcrumb {
    background: transparent;
    border-bottom: none;
}
.customBreadcrumb .homeIcon{
	width:16px;
	display:inline-block;
	position: relative;
    top: -2px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
.breadcrumb-item+.breadcrumb-item::before{
	/* background:url(../images/greyArrow.svg)no-repeat; */
	content:">";
	width:auto;
	height:auto;
   /* content: '';*/
    padding: 0 8px 0px 0;
    position: relative;
    top: 0;
	position: relative;
    top: 0px;
}
.breadcrumb-item+.breadcrumb-item.active::before, .breadcrumb-item+.breadcrumb-item:hover::before{
	/*background:url(../images/greyArrow.svg)no-repeat;*/
	content:">";
}
.breadcrumb-item.active a{
	text-decoration:none !important;
	color:#707070;
}
.breadcrumb-item.active a:hover,.breadcrumb-item.active a:focus, .breadcrumb-item.active a:visited{
	color:#707070;
}
.breadcrumb-item a{
	color: #677178;
    text-decoration: none !important;
    font-size: 18px;
}
.breadcrumb-item a:hover,.breadcrumb-item a:focus{
	color:#677178;
}
.breadcrumb-item.active {
    color: #677178;
}
.breadcrumb {
	background: transparent;
    /*padding: 10px 50px;*/
    padding: 20px 0px;
	margin-bottom:0;
	font-size:18px;
}
.customBreadcrumb > .container-fluid{
	max-width:1200px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 8px;
}
.custom-control-input:checked~.custom-control-label::before, .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #029841;
    background-color: #029841;
	box-shadow: inset 0 0 0 2px #fff;
}
.custom-control-label {
     font-size: 14px;
}
.custom-control-input:checked~.custom-control-label {
    font-family: 'Barlow-Bold';
    font-size: 14px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before{
	box-shadow:inset 0 0 0 0px #fff;
}
.custom-checkbox .custom-control-label::before{
	width: 20px;
    height: 20px;
    border-radius: 5px;
    border-color: #707070;
	box-shadow:none !important;
}
.custom-checkbox .custom-control-label{
	padding-top:3px;
    padding-left: 4px;
}
.custom-checkbox .custom-control-label::after{
	width:20px;
	height:20px;
}
.custom-checkbox .custom-control-label::after {
    top: 4px;
}
.sliderListWrapper{
	border-radius:0px;
	overflow:hidden;
	/*min-height:680px;*/
}
.sliderListWrapper .sliderImg{
    height: 100%;
    /*min-height: 680px;*/
	position:relative;
}
.sliderContentContainer{
   margin: 0 auto;
   display: flex;
   height: 100%;
   align-items: center;
}
.sliderContentContainer h1{
	font-size: 48px;
    font-family: "gelica", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#003D7F;
	margin-bottom: 24px;
    line-height: 52px;
}
.sliderContentContainer .desc{
	font-size:21px;
	font-family:'Arial';
	color:#003D7F;
	margin-bottom:56px;
	line-height: 26px;
}
.sliderListWrapper .sliderImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.sliderVideo video {
    width: 100%;
}
.sliderVideo{
	display:flex;
}
.staticBanner {
    overflow: hidden;
}
.contentPart p{
	font-size:16px;
}
.
/*news section*/
.newsSec{
	margin-bottom:15px;
}
.newsContent{
	display: flex;
    background: #3BBBEA;
    height: 100%;
    color: #003D7F;
    padding: 45px 45px;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}
.newsContent .desc {
    font-family: "Arial";
    font-size: 21px;
    margin-bottom: 30px;
	line-height: 26px;
}
.newsSec {
    margin-bottom: 30px;
}
/*news section*/
/*Services section*/
.servicesSec {
    margin-bottom: 30px;
}
.servicesSec .serviceSecBg{
	background:#F1F5F8;
	color:#003D7F;
	padding:40px 0;
}
.servicesSec .sectionTitle.withBorder {
    border-bottom: 5px solid #3EC5F3;
    display: inline-flex;
	margin-bottom:25px;
	padding-bottom: 5px;
}
.servicesSec .serviceListWrapper {
    margin: 0 auto;
    width: 83%;
	display: flex;
    flex-wrap: wrap;
}
.servicesSec .serviceListWrapper .serviceContent {
    font-size: 19px;
    font-weight: 600;
    font-family: "Arial";
    margin-top: 6px;
}
.servicesSec .serviceListWrapper .serviceContent a {
    font-size: 19px;
    font-weight: 600;
    font-family: "Arial";
    margin-top: 6px;
	color: #003D7F;
	text-decoration: none;
}

.servicesSec .serviceList {
    display: inline-flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
	margin:15px 0;
	text-align: center;
	padding: 0 15px;
}
.servicesSec .serviceList .imgContainer {
    min-height: 68px;
    display: inline-flex;
    align-items: end;
}
.servicesSec .btnWrapper{
	margin-top:30px;
}
/*Services section*/
/*tile section*/
.tileSection{
	margin-bottom:55px;
}
.locationTile {
    background: #E868AF;
    color: #172564;
    padding: 28px 40px;
	height:100%;
}
.tileSection h3{
	color:#172564;
	font-size:32px;
	font-family:"BasisGrotesque-Regular";
	margin-bottom:30px;
}
.tileSection .btn-link {
    padding: 0;
    font-size: 18px;
    font-family:"BasisGrotesque-Medium";
    color: #172564 !important;
	display: inline-flex;
    align-items: center;
	border: none;
}
.tileSection .btn-link:hover, .tileSection .btn-link:focus{
	color: #172564 !important;
	opacity:0.8;
	border: none;
	text-decoration:underline;
}
.tileSection .btn-link .font-icon {
    margin-left: 8px;
    font-size: 22px;
}
.tileSection .locationTileCol, .tileSection .patientTileCol, .tileSection .fadTileCol{
    margin-bottom: 30px;
}
.tileSection .imgContainer {
    text-align: right;
    margin-top: -15px;
}
.patientTile{
	background: #FF810D;
    color: #172564;
    padding: 28px 10px 28px 30px;
	height:100%;
}
.patientTile .imgContainer{
	text-align:left;
	margin:0 0 30px 0;
}
.patientTile h3{
	margin-bottom:20px;
}
.fadTile{
	background:#04CC94;
	color:#172564;
	padding: 28px 40px;
	height:100%;
}
.fadTile .imgContainer{
	margin-top:0;
}
.libraryTile{
	background:#FFCB5D;
	color:#0E296B;
	padding: 24px 42px;
}
.tileSection .libraryTile .btn-link{
	font-size:18px;
	margin-bottom: 12px;
}
.tileSection .libraryTile .btn-link .font-icon {
    font-size: 22px;
	margin-left:8px;
}
.tileSection .libraryTile h3 {
    font-size: 42px;
    margin-bottom: 0;
}
.libraryTile .libraryTitle{
	font-size: 18px;
	font-weight: 600;
}
.libraryTile .titleGrp {
    margin-right: 24px;
}
.libraryTile .libraryTileGrp {
    display: flex;
    align-items: end;
}
.libraryTile .controlGrp {
    display: inline-flex;
	position: relative;
	margin-bottom: 12px;
}
.libraryTile .controlGrp .font-icon {
    background: #7B9C3F;
    position: absolute;
    right: 4px;
    color: #fff;
    padding: 4px 8px;
    top: 4px;
}
.libraryTile .controlGrp .form-control {
    padding-right: 40px;
    width: 200px;
}
/*tile section*/

.commonBgTileRow .commonBgImg {
    height: 370px;
    overflow: hidden;
}
.commonBgTileRow .commonBgImgCol{
    margin-bottom:30px;
}
.commonBgTileRow .tileSection{
	margin-bottom:0px;
	height:100%;
}
.commonBgTileRow .tileSectionCol{
	margin-bottom:30px;
}
.pagesectionTitle {
    color: #003D7F;
    font-size: 48px;
    font-family: "gelica", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    margin-bottom: 30px;
	line-height: 48px;
}
.tileSection .greenTile {
    background: #09C08D;
}
.tileSection .orangeTile {
    background: #FF800E;
}
.tileSection .blueTile {
    background: #3ABBEA;
}
.tileSection .attachImg {
    padding: 28px 18px 18px 40px;
}
.tileSection .linkList{
	margin:0;
	padding:0;
}
.tileSection .linkList li{
	list-style:none;
	padding:8px 0;
}
.tileSection .linkList li:last-child{
	padding-bottom:0;
}
.tileSection .linkList li a{
	text-decoration:underline;
	font-size:18px;
	font-family:"BasisGrotesque-Medium";
	font-weight:600;
	color:#172564;
}
.tileSection .linkList li a:hover, .tileSection .linkList li a:focus{
	color:#172564;
	opacity:0.8;
}
.tileSection .grpTile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.greyNavSec {
    background: #F4F4F4;
    padding: 40px 42px;
    margin-bottom: 40px;
}
.greyNavSec .greyNavList{
	padding-left:0;
	margin:0;
}
.greyNavSec .greyNavList li{
    padding:8px 0;
	list-style:none;
}
.greyNavSec .greyNavList a{
	color:#172564;
	font-weight:600;
	text-decoration:none !important
}
.greyNavSec .greyNavList a.active{
	border-bottom:2px solid #3ABBEA;
}
.greyNavSec .greyNavList a:hover, .greyNavSec .greyNavList a:focus{
	color:#172564;
	opacity:0.8;
	border-bottom:2px solid #3ABBEA;
}
.customAccordSec .accordion .card {
    box-shadow: none;
}
.customAccordSec .card-header {
    background: transparent;
    border: none;
	padding:8px 32px 8px 16px;
	border-left: 3px solid #FF810D;
    height: 40px;
	display: flex;
    align-items: center;
}
.customAccordSec .accordion .card {
    box-shadow: none;
    border: 1px solid #F1F5F8;
    border-radius: 0;
	padding: 8px 8px;
}
.customAccordSec .card-header .btn-link {
    color: #003D7F !important;
    font-size: 18px !important;
    padding: 0;
    line-height: 20px;
    text-decoration: none !important;
    font-weight: 600;
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
	text-align: left;
}
.customAccordSec .card-header h2{
	font-size:20px;
	display:block;
	width:100%;
}
.customAccordSec .card-header .rotateIcon {
    display: inline-flex;
    min-width: 28px;
    width: 28px;
    transition: .2s;
	margin-left:15px;
}
.customAccordSec .card-header .btn-link[aria-expanded="true"] .rotateIcon {
    transform: rotate(180deg);
}
.customAccordSec .card-body {
    font-size: 16px;
    color: #000000;
    padding: 16px 28px 16px 28px;
}
.card-bg{
	background: #F1F5F8;
}
video {
    max-width: 100%;
}
iframe {
	max-width: 100%;
}
.pageNavGrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	margin-top:20px;
}
.pagination {
    margin-bottom: 0;
}
.showEntires {
    font-size: 18px;
    font-weight: 600;
    color: #677178;
	margin-right:15px;
}
.pagination .page-item .page-link {
    border: 1px solid #0E296B;
    color: #0E296B;
	box-shadow:none !important;
}
.pagination .page-item.disabled .page-link{
    border-color:#0E296B;
    color: #0E296B;
	background:#F1F5F8;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item.active .page-link{
	background: #0E296B;
	color: #fff;
}
.sliderVideo {
    display: flex;
}
.sliderVideo video {
    width: 100%;
}
.videoPlayWrapper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.videoPlayWrapper iframe{
	width:100% !important;
	height:100% !important;
	position:absolute;
	top:0;
	left:0;
}
.videoBannerSec .slick-dotted.slick-slider {
    padding-bottom: 50px;
}
.videoBannerSec .slick-dots {
    bottom: 0px;
}
.mobileViewBtn, .mobileViewIcon {
	display:none
}

@media(min-width:1440px){
	
}
@media(min-width:1366px){
	.sliderListWrapper{
		min-height:410px;
	}
	.sliderListWrapper .sliderImg{
		min-height: 410px;
	}
}
@media(max-width:1600px){
	
}
@media(max-width:1532px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1200px){

}
@media(max-width:1199px){
	/*Banner*/
	.sliderListWrapper{
		min-height:410px;
	}
	
	.sliderListWrapper .sliderImg {
		height: 100%;
		min-height: 410px;
	}
	.sliderContentContainer h1 {
		font-size: 36px;
		line-height: normal;
	}
	.sliderListWrapper .slick-dots {
		padding-right: 130px;
	}
	.sectionTitle {
		font-size: 36px;
		line-height: normal;
	}
	.newsContent {
		padding: 30px 30px;
	}
	.newsContent .desc {
		margin-bottom: 32px;
	}
	.sliderContentContainer .desc{
		margin-bottom: 42px;
	}
	.servicesSec .serviceListWrapper {
		width: 100%;
	}
	.locationTile {
		padding: 20px 20px;	
	}
	.patientTile {
		padding: 20px 10px 20px 20px;
	}
	.fadTile {
		padding: 20px 20px;
	}
	.tileSection .imgContainer {
		margin-top: 0;
	}
	.tileSection h3 {
		margin-bottom: 15px;
	}
	.patientTile h3 {
		margin-bottom: 15px;
	}
	.patientTile .imgContainer {
		margin: 0 0 15px 0;
	}
	.libraryTile {
		padding: 20px 20px;
	}
	.commonBgTileRow .commonBgImg {
		height: 330px;
	}
	.pagesectionTitle {
		font-size: 36px;
		line-height: normal;
	}
	.subTitle {
		font-size: 28px;
	}
	.tileSection h3 {
		font-size: 24px;
	}
	.videoBannerSec .sliderListWrapper{
		min-height:unset;
	}
}
@media(max-width:1024px){
	
}
@media(max-width:1023px){
	
}
@media(max-width:992px){
	
	
}

@media(max-width:991px){
	.mobileViewBtn{
		display:inline-block
	}
	.webBtn{
		display:none;
	}
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
	.sliderListWrapper .sliderImg {
		height: unset;
		min-height: unset;
	}
	.sliderListWrapper {
		min-height: unset;
	}
	.sliderListWrapper .sliderImg img {
		height: unset;
	}
	
	.sliderContentContainer h1 {
		font-size: 30px;
		margin-bottom: 16px;
	}
	.sliderContentContainer .desc {
		margin-bottom: 26px;
		font-size: 18px;
		line-height: normal;
	}
	.sliderListWrapper .slick-dots {
		padding-right: 90px;
	}
	.sectionTitle {
		font-size: 30px;
	}
	.newsContent {
		padding: 24px 24px;
	}
	.newsContent .desc {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: normal;
	}
	.btn-outline-primary, .btn-primary {
		padding: 8px 36px;
		font-size: 16px;
	}
	.servicesSec .serviceList {
		width: 25%;
	}
	.servicesSec .serviceListWrapper {
		justify-content: center;
	}
	.titleDesc {
		width: 80%;
	}
	.footerDesc {
		padding-right: 0;
	}
	footer .btn-white {
		padding: 12px 24px;
	}
	.breadcrumb-item a, .breadcrumb {
		font-size: 16px;
	}
	.breadcrumb {
		padding: 10px 0px;
	}
	.commonBgTileRow .commonBgImg {
		height: 300px;
	}
	.pagesectionTitle {
		margin-bottom: 24px;
	}
	.subTitle {
		font-size: 20px;
	}
	.greyNavSec {
		padding: 20px 22px;
	}
	.customAccordSec .card-header .btn-link {
		font-size: 16px;
	}
	.customAccordSec .card-header {
		padding: 8px 24px 8px 12px;
	}
}
@media(min-width:768px){
	.bannerSec .sliderRow > .col-md-5{
		flex:0 0 38%;
		max-width:38%;
	}
	.bannerSec .sliderRow > .col-md-7{
		flex:0 0 62%;
		max-width:62%;
	}
}
@media(min-width:992px){
	#mobileSearchPanel{
		display:none !important;
	}
}
@media(max-width:768px){
	.tileSection h3 {
		font-size: 24px;
		margin-bottom: 15px;
		font-weight: 600;
	}
	.tileSection .libraryTile h3 {
		font-size: 28px;
	}
	.libraryTile .libraryTitle {
		font-size: 16px;
	}
	.tileSection .libraryTile .btn-link {
		font-size: 16px;
	}
	
}
@media(max-width:767px){
	.newsSec {
		position: relative;
		z-index: 1;
	}
	.descSec {
		position: relative;
		z-index: 1;
	}
	.container, .container-sm {
		max-width: 100%;
	}
	.sectionTitle {
		font-size: 30px;
	}
	.navTop {
		width: 50px;
		height: 50px;
		right: 35px;
	}
	.titleDesc {
		width: 100%;
	}
	.sliderContentContainer .desc {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.sliderContentContainer h1, .sectionTitle{
		font-size: 22px;
		margin-bottom: 16px;
		font-weight: 500;
	}
	.slickContent {
		padding: 20px 0 30px 0;
	}
	.sliderListWrapper .slick-dots {
		padding-right: 0;
		bottom: 0;
	}
	.btn-outline-primary, .btn-primary {
		padding: 6px 28px;
		font-size: 16px;
	}
	.slick-dots li, .slick-dots li.slick-active {
		width: 15px;
		height: 15px;
		margin: 0 10px 0 0;
	}
	.slick-dots li.slick-active button, .slick-dots li button {
		width: 15px;
		height: 15px;
	}
	.newsContent .desc {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.newsContent {
		padding: 20px 20px;
	}
	.servicesSec .serviceList {
		width: 33.33%;
		margin: 10px 0;
	}
	.servicesSec .serviceListWrapper .serviceContent {
		font-size: 16px;
	}
	.servicesSec {
		padding: 25px 0;
	}
	.newsSec, .bannerSec, .servicesSec, .tileSection .locationTileCol, .tileSection .patientTileCol, .tileSection .fadTileCol {
		margin-bottom: 15px;
	}
	.tileSection .libraryTile .btn-link {
		margin-bottom: 0;
		margin-top: 15px;
	}
	.tileSection h3 {
		font-size: 22px;
	}
	.tileSection .libraryTile h3 {
		font-size: 22px;
	}
	.libraryTile .libraryTitle {
		font-size: 16px;
	}
	.tileSection .libraryTile .btn-link {
		font-size: 16px;
	}
	.tileSection .libraryTile .btn-link .font-icon {
		font-size: 20px;
	}
	.servicesSec .serviceSecBg {
		padding: 30px 0;
	}
	.pagesectionTitle {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.subTitle {
		font-size: 20px;
	}
	.commonBgTileRow .commonBgImg {
		height: unset;
	}
	.commonBgTileRow .commonBgImgCol {
		margin-bottom: 15px;
	}
	.commonBgTileRow .tileSection {
		height: unset;
	}	
	.commonBgTileRow .tileSectionCol {
		margin-bottom: 15px;
	}
	.greyNavSec {
		margin-bottom: 30px;
	}
	.tileSection {
		margin-bottom: 30px;
	}
	.tileSection .btn-link {
		font-size: 16px;
	}
	.tileSection .btn-link .font-icon {
		font-size: 20px;
	}
	.tileSection .linkList li a{
		font-size:16px;
	}
	.pageNavGrp {
		flex-direction: column;
		align-items: flex-start;
	}
	.showEntires{
		margin-bottom:15px;
	}
	.videoBannerSec .slick-dotted.slick-slider {
		padding-bottom: 0;
	}
	
}
@media(max-width:576px){
	
	
}
@media(max-width:575px){
	.servicesSec .serviceList {
		width: 50%;
	}
	.fadTile, .patientTile, .locationTile {
		height: unset;
	}
	.greyNavSec {
		margin-bottom: 15px;
	}
	.breadcrumb-item a, .breadcrumb {
		font-size: 14px;
	}
}
@media(max-width:480px){
	
}
@media(max-width:420px){
	#mobileSearchPanel{
		top:70px;
	}
	.sliderContentContainer h1 {
		font-size: 32px;
	}
	
}
@media (max-width:380px){
	.libraryTile .libraryTileGrp {
		align-items: flex-start;
		flex-direction: column;
	}
	.libraryTile .titleGrp {
		margin-right: 0;
		margin-bottom: 15px;
	}
}


/*custom styles to account for old design elements*/

.aside-box-callout {
	display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.aside-box-callout .expand-box {
    position: relative;
}

.aside-box-callout .expand-box .expand-box-header {
    background-COLOR: #FF800E;
}
.header-green {
    background-COLOR: #09C08D !important;
}
.header-pink {
    background-COLOR: #E868AF !important;
}

.expand-box-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}

.aside-box-callout .expand-box .expand-box-header .expand-title {
    padding: 15px;
    font-family: 'BasisGrotesque-Regular', sans-serif;
    height: 53px;
}
.collapse.in {
    display: block;
}
.aside-box-callout .expand-inner {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}
.aside-box-callout .expand-inner .box-txt {
    display: inline-block;
    float: left;
    padding: 15px;
    width: 100%;
}
.box-more a:link, .box-more a:visited, .box-more a:focus {
    text-decoration: none;
}
.box-more a:link, .box-more a:visited {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 8px 25px 8px 15px;
    font-family: 'BasisGrotesque-Regular', sans-serif;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
	color: #172564;
    /*background: #e6e7f1 url(/upload/images/more-icon.png) right center no-repeat;*/
	background-color: #e6e7f1;
}
.box-more {
    border-top: 1px solid #ccc;
    display: inline-block;
    float: left;
    width: 100%;
}

.aside-box-callout .box-more {
    position: relative;
}
.expand-title {
    display: table-cell;
    width: 100%;
    margin: 0;
    font-size: 32px;
	color: #172564;

}





