.headerLogo .logoWrapper {
    max-width: 235px;
	display:inline-block;
}
.navbar-expand-lg .navbar-nav{
	flex-wrap:wrap;
	align-items: center;
}
.bg-dark {
    background-color: #454545!important;
	color:#fff;
}
.menuWrapper {
    padding: 0;
    background: #fff !important;
    color: #939393;
}
.menuWrapper .navbar{
	padding:0px 0;
	width:100%;
}
.navbar-light .navbar-nav .nav-item .nav-link{
	padding:0;
	position:relative;
}
/*.navbar-light .navbar-nav .nav-item .nav-link::after{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-18px;
	background:url(../images/base/whiteDownArrow.svg)no-repeat;
	width: 12px;
    height: 10px;
}*/
.navbar-light .navbar-nav .nav-link{
	font-size:18px;
	color: #003D7F;
    font-family: 'Arial';
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-item{
	margin-right:38px;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right:0px;
}
.menuInnerWrapper {
    display: flex;
    justify-content: space-between;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #003D7F;
    font-family: 'Arial';
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show>.nav-link {
    color: #003D7F;
    font-family: 'Arial';
    font-weight: 600;
}
.navbar-nav .dropdown-menu {
    width: 1110px;
    max-width: 1110px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: none;
	margin-top:10px;
	padding:8px 0;
	border-radius: 10px;
}
.navbar-light .navbar-nav .dropdown-item {
    white-space: normal;
	margin-bottom:6px;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009B48;
	border-radius:4px;
}
.navbar-expand-lg .navbar-collapse{
	 justify-content: space-between;
}
.navbarInner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobileViewNavbarClose .menuClose i {
    color: #fff;
	font-size:24px;
}
.mobileViewNavbarClose {
	margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.headerTopNav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	font-size: 14px;
    font-weight: 600;
	padding-left:0;
	margin-bottom:0;
}
.headerTopNav{
	padding:5px 0;
}
.headerTopNav ul li {
    margin-right: 15px;
	color: #0E296B;
	list-style:none;
}
.headerTopNav ul li a{
	color: #0E296B;
	border-bottom: 2px solid #0E296B;
    text-decoration: none !important;
}
.headerTopNav ul li a:hover, .headerTopNav ul li a:focus{
	opacity:0.9;
}
.headerTopNav ul li:last-child {
    margin-right: 0px;
}
.headerTopNav ul li .btn-primary{
	font-size:14px;
	padding:2px 12px;
}
.headerTopNav ul li .font-icon {
    margin-right: 4px;
}
.headerLogoRow{
	padding:28px 0 35px 0;
}
.navbar-light .navbar-nav .nav-item.border-blue, .mobileTopNavWrapper .mobileTopNav.border-blue {
    border-bottom: 5px solid #3ABBEA;
}
.navbar-light .navbar-nav .nav-item.border-orange, .mobileTopNavWrapper .mobileTopNav.border-orange {
    border-bottom: 5px solid #FF800D;
}
.navbar-light .navbar-nav .nav-item.border-pink, .mobileTopNavWrapper .mobileTopNav.border-pink {
    border-bottom: 5px solid #E556A5;
}
.navbar-light .navbar-nav .nav-item.border-green, .mobileTopNavWrapper .mobileTopNav.border-green {
    border-bottom: 5px solid #08BD8D;
}
.navbar-light .navbar-nav .nav-item.border-yellow, .mobileTopNavWrapper .mobileTopNav.border-yellow {
    border-bottom: 5px solid #FFCB5C;
}
.headerTopNav .mychartBtn {
    text-decoration: none !important;
}
.mobileTopNavWrapper .mobileTopNav{
	display:inline-block;
}
.menuSearch {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    margin-left: 24px;
    color: #003D7F;
}
.menuSearch a{
	color: #003D7F!important;
	text-decoration:none !important;
}


.mobileViewNavbarClose, .mobileSearchBtn, .mobileTopNavWrapper{
	display:none;
}
.mobileviewMenu, .mobileSearchClose{
	display:none;
}


.goog-te-gadget a {
    display:none !important;
}
 
.goog-te-gadget .goog-te-combo {
	max-width: initial;
	width: 140px;
	background: transparent;
	color: #000;
	border: none;
	font-size:14px;
	font-family:'Arial';
	font-weight: 600;
	margin-top: 19px !important;
}
	
.mobileTopNavWrapper .topbtnNav {
	margin-top: 110px;
}
	
.goog-te-gadget > span{
	display:none;
}
	
	

    
.goog-te-gadget{
    color: transparent !important;
}

.goog-te-combo {


}



@media(min-width:1440px){
	
	
}


@media(max-width:1200px){
	
}
@media(max-width:1199px){
	.navbar-light .navbar-nav .nav-item {
		margin-right: 24px;
	}	
}
	
@media(max-width:1023px){
	
	
}
@media(max-width:991px){
	button.navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -67px;
		border: none;
		outline: none !important;
		background: #0E296B;
		padding: 10px 12px;
		border-radius: 12px;
	}
	button.navbar-toggler i {
		font-size: 29px;
		color: #fff;
	}
	.headerLogo .logoWrapper {
		max-width: 200px;
	}
	.menuWrapper {
		padding: 0;
	}
	.menuSearch {
		position: absolute;
		right: 90px;
		top: -43px;
	}
	.navbar-expand-lg .navbar-collapse  .navbarInner{
		justify-content: space-between;
		padding: 15px 15px 0px 15px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.navbar-light .navbar-toggler-icon{
		background-image:none;
		height: unset;
		width: auto;
	}
	.navbar-light .navbar-nav .nav-item .nav-link {
		display: block;
		color: #fff;
	}
	.navbar-light .navbar-nav .nav-item .nav-link::after{
		display:none;
	}
	.navbar-light .navbar-nav .nav-item {
		margin-bottom: 16px;
		border-bottom: 1px solid rgba(0,0,0, 0.1);
		width: auto;
		margin-right: 0;
		padding: 0 15px 12px 15px;
		text-align: left;
	}
	.navbar-expand-lg .navbar-nav {
		align-items: flex-start;
	}
	.navbar-nav{
		margin-top:0px;
		width:100%;
	}
	.menuClose{
		cursor:pointer;
	}
	.navbar-nav.mobileviewMenu {
		display: flex;
		margin-bottom: 16px;
	}
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

	.headerLogo{
		position:relative;
	}
	.menuWrapper .navbar {
		padding: 0px 0;
		width: 100%;
		background: #0E296B;
		margin-top: 15px;
	}
	.navbar-light .navbar-nav .nav-item.active .nav-link {
		color: #fff;
	}
	.headerLogoRow {
		padding: 13px 0 20px 0;
	}

}
@media (max-width:767px){
	.headerLogo .logoWrapper {
		max-width: 170px;
	}
	.menuWrapper .navbar {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	button.navbar-toggler i {
		font-size: 24px;
	}
	button.navbar-toggler {
		right: 15px;
		margin-top: -59px;
	}
	.menuSearch {
		position: absolute;
		right: 80px;
		top: -38px;
	}
	.webTopNav{
		display:none;
	}
	.mobileTopNavWrapper{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.mobileTopNavWrapper {
		padding: 0;
	}
	.mobileTopNavWrapper .mobileTopNav {
		color: #fff;
		list-style: none;
		font-size:16px;
		margin-bottom:16px;
		padding:0 15px 12px 15px;
		font-family: 'Arial';
		font-weight: 600;
	}
	.mobileTopNavWrapper .mobileTopNav  a{
		color: #fff;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
	}
	.headerTopNav ul{
		margin-bottom:0;
	}
	.headerTopNav{
		padding:0;
		position: absolute;
		top: 34px;
		right: 120px;
		z-index: 2;
	}
	.headerTopNav ul li .btn-primary {
		font-size: 13px;
		padding: 2px 8px;
	}
	.headerTopNav select {
		max-width: 104px;
	}
	.headerTopNav ul li {
		margin-right: 10px;
	}
	.headerLogoRow {
		padding: 24px 0 9px 0;
	}
	.topbtnNav .btn-primary {
		background: #3BBBEA !important;
		border-color: #3BBBEA !important;
	}
	.mobileTopNavWrapper  .topbtnNav {
		padding:0;
	}
	.sliderRow {
		flex-direction: column-reverse;
	}
	.mobileTopNavWrapper .mychartBtn.btn-primary {
		padding: 4px 18px;
	}
}
@media (max-width:680px){
	.navbar-expand-lg .navbar-nav{
		align-items: center;
		margin-top: 30px;
	}
	.mobileTopNavWrapper {
		align-items: center;
		width: 100%;
	}
	.navbar-light .navbar-nav .nav-item {
		margin-bottom: 30px;
	}
	.mobileTopNavWrapper .mobileTopNav{
		margin-bottom:30px;
	}
	.headerTopNav {
		position: absolute;
		top: 550px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 30px);
		justify-content: center;
		border-top: 1px solid #B9C9EE;
		z-index:1
	}
    #topNav {
        display: none;
        border-left-width: 0;
        border-style: dashed;
        border-color: transparent;
    }

	.goog-te-gadget{
		font-size:0 !important;
	}
	.goog-te-gadget .goog-te-combo {
		margin: 30px 0 0 0 !important;
		width: 200px;
		padding: 10px 12px;
		max-width: initial;
		background: transparent;
		color: #fff;
		border: 1px solid #B9C9EE !important;
		height: 42px;
		font-size:16px;
		font-family:'BasisGrotesque-Regular';
		position: relative;
		top: 0;
		right: 0;
	}
	
	.mobileTopNavWrapper .topbtnNav {
		margin-top: 110px;
	}
	.goog-te-gadget > span{
		display:none;
	}
	.bannerSec{
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.videoBannerSec{
		background: #fff !important;
	}
}
@media (max-width:576px){
	
}
@media (max-width:480px){
	.mobileSearchBtn {
		margin-right: 65px;
	}
	.mobileSearchClose {
		right: 80px;
	}
}
@media (max-width:420px){
	.mobileSearchBtn {
		margin-right: 60px;
	}
	.mobileSearchClose {
		right: 75px;
	}
	.headerLogo .logoWrapper {
		max-width: 160px;
	}
	button.navbar-toggler {
		margin-top: -57px;
	}
}
@media (max-width:400px){
	.headerTopNav select {
		max-width: 60px;
	}
}
@media (max-width:380px){
	.headerTopNav select {
		max-width: 60px;
	}
	.headerTopNav {
		right: 105px;
	}
	.menuSearch {
		right: 70px;
	}
}
.footerTop {
    background: #0E296B;
}
footer {
    padding: 50px 0 26px 0;
    background: #0E296B;
    color: #BACCD8;
}
.footerLogo {
    max-width: 210px;
    display: flex;
    align-items: center;
	margin-bottom:60px;
}
.footerSec .form-control {
    background: #A45B94;
    border: 1px solid #A45B94;
    color: #DFADD4;
    margin-top: 15px;
    border-radius: 26px;
    padding: 14px 16px;
    min-height: 50px;
	font-size:14px;
}
footer .btn-white{
	background:#fff;
	font-family:'Barlow-Bold';
	font-size:16px;
	border:1px solid #923A7F;
	color:#923A7F;
	border-radius:28px;
	padding: 12px 46px;
    margin-top: 5px;
}
footer .btn-white:hover, footer .btn-white:focus, footer .btn-white:visited, footer .btn-white.active, footer .btn-white:not(:disabled):not(.disabled):active{
    border-radius: 28px;
	background:#fff;
	border:1px solid #923A7F;
	color:#923A7F;
	opacity:0.8;
}
.footerSec .form-control::placeholder {
    color: #DFADD4;    
}
.footerTitle {
    color: #BACCD8;
    /*font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;*/
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #e3f1fb;
}
.footerSec {
    padding-left: 0px;
}
.footerSec .listGrp {
    display: flex;
    /*justify-content: space-between;*/	
}
.footerSec .listGrp ul{
	margin-right:100px;
}
.footerSec .listGrp ul:last-child{
	margin-right:0px;
}
.footerSec ul li a{
	color:#BACCD8;
    font-size: 1.6rem;
}
.footerSec ul li a:hover, .footerSec ul li a:focus, .footerSec ul li a:visited{
	color:#BACCD8;
}
	.footerSec a:hover {
		color: #BACCD8;
	}
.footerSec ul li {
    margin-bottom: 0px;
}
.footerSec ul li:last-child {
    margin-bottom: 0px;
}
.footerSec ul {
    padding: 0;
	margin-bottom: 24px;
}
.footerSec ul li{
    list-style:none;
}
.footerBottomWrapper {
    background: #0E296B;
    color: #B9C9EE;
	font-size: 15px;	
}
.footerBottom{
	border-top:2px solid #B9C9EE;
	padding:20px 0 80px 0;
}
.footerBottomWrapper ul {
    display: flex;
    flex-wrap: wrap;
	padding:0;
	margin-bottom:0;
}
.footerBottomWrapper ul li{
    position:relative;
	padding-right:0px;
	list-style:none;
	margin-right:16px;
}
.footerBottomWrapper ul li:last-child{
	margin-right:0px;
}
.footerBottomWrapper li a{
	color:#B9C9EE;
}
.footerBottomWrapper li a:hover, .footerBottomWrapper li a:focus, .footerBottomWrapper li a:visited{
	color:#B9C9EE;
	
}
.footerBottomWrapper ul.socialMedia li{
	margin-right:22px;
}
.footerBottomWrapper ul.socialMedia li:last-child{
	margin-right:0px;
}
.footerBottom .sm-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    background: #BACBD8;
    color: #0E296B;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.footerBottom .sm-icon img {
    width: 12px;
}
.footerBottomWrapper .socialMedia {
    justify-content: flex-end;
}
.footerBottomRow {
    align-items: flex-end;
}
.copyright {
    text-align: center;
}
.navTop {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    position: fixed;
    right: 30px;
    bottom: 50px;
    background: #3BBBEA;
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.navTop i {
    /*transform: rotate(-90deg);
    width: 20px;*/
	color:#fff !important;
	font-size:18px;
}

@media(min-width: 1200px){
	.footerRow .col-xl-3 {
		padding-right: 0;
	}
}

@media(max-width: 1199px){
	.footerSec ul li {
		margin-bottom: 5px;
	}
	footer {
		padding: 50px 0 20px 0;
	}
	.footerSec ul {
		margin-bottom: 30px;
	}
}
@media(max-width: 1023px){
	footer {
		padding: 40px 0 16px 0;
	}
	.footerSec ul {
		margin-bottom: 24px;
	}	
}
@media(max-width: 992px){
	
}
@media(max-width: 991px){
	.footerBottomWrapper .socialMedia {
		justify-content: flex-start;
	}
	.copyright {
		text-align: left;
		margin: 15px 0;
	}
	.footerLogo {
		max-width: 200px;
		margin-bottom: 40px;
	}
	.footerSec ul li {
		margin-bottom: 0px;
	}

}
@media(min-width:768px){
	
}
@media(max-width: 767px){
	footer {
		padding: 30px 0 10px 0;
	}
	.footerLogo {
		max-width: 170px;
		margin-bottom: 30px;
	}
	.footerSec ul {
		margin-bottom: 20px;
	}
	.footerBottom {
		padding: 20px 0 50px 0;
	}
	.footerSec ul li {
		margin-bottom: 5px;
	}
}
@media(max-width:575px){
	footer {
		padding: 30px 0 16px 0;
	}
	.footerDesc{
		margin-bottom:24px;
	}
	.footerSec ul li {
		margin-bottom: 0px;
	}
	.footerSec ul {
		margin-bottom: 14px;
	}
}
@media(max-width:480px){
	

}
@media(max-width:420px){
	.footerLogo {
		max-width: 160px;
	}	
	.footerBottom .termsUl{
		flex-direction:column;
	}
}

/*@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:#3BBBEA;
}
a:hover, a:focus{
	color:#3BBBEA;
}
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 .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: 20px !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){
	.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;
}

.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;

}

/* KH Custom below */
#rsBrowse #licTabs {
    margin-bottom: 0;
}

ul#subCatLinks {
	margin-left: 0;
}

#ps3c_lic_homepage #ps3c_lic_home_pkt_links h2 a {
	width: 100%;
}