@charset "utf-8";
/* CSS Document */

/* BANNER-01 - PUBLIC AND PROVIDER SIGN IN BANNER */
.index .bg-banner {
    background-image: url(../images/default/public-banner-01.jpg);
    background-position: 22% top;
}
.index .bg-banner.banner-provider {
	background-image: url(../images/default/provider-banner-01.jpg);
	background-position: 50% top;
}
/* BANNER-01 - POSTIION IMAGE IN NARROW/WIDE VIEWPORTS */
@media (max-width: 767px) {
	.index .bg-banner {
		background-position: 50% 100px;
	}
	.index .bg-banner.banner-provider {
		background-position: 60% top;
	}
}
@media (min-width: 768px) {
	.index .bg-banner {
		background-position: 40% 50px;
	}
	.index .bg-banner.banner-provider {
		background-position: 40% top;
	}
}
@media (min-width: 1080px) {
    .index .bg-banner.banner-provider {
        /*background-position: 55% top;*/
    }
}
@media (min-width: 1280px) {
    .index .bg-banner.banner-provider {
        /*background-position: 70% top;*/
    }
}
/* MARKETING BANNER WITH PHOTO BACKGROUND */
/* PUBLIC */
.index .banner-01 {
	background-image: url(../images/default/public-banner-02.jpg);
	background-position: 50% 60%;
}
/* PROVIDER */
.index .banner-02 {
	background-image: url(../images/default/provider-banner-02.jpg);
	background-position: 50% 80%;
}
/* public & provider */
.index .banner-inset {
    top: 210px;
}
@media (min-width: 768px) {
.index .banner-01 {
	background-position: 38% 60%;
}
.index .banner-02 {
	background-position: 38% 50%;
}
.index  .banner-inset {
    top: 70px;
}
}
.index .splash-banner {
	padding: 50px;
}

/* HOME PAGE BANNER IMAGES */
.banner-inset {
    background-image: url(../images/default/home-banner-00.jpg);
}
