@charset "UTF-8";

/* CSS Document */

body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #fff;
}

p {
    font-size: 1em;
	margin: 10px 0px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: underline;
    color: #d22331;
}

a:hover {
    text-decoration: underline;
    color: #d22331;
}

#container {
    min-height: 100%;
    position: relative;
}


/*		for IE 6 and IE 5.5*/

#container {
    height: 100%;
}

#header {}

#body {
    /*            padding: 10px;*/
    padding-bottom: 60px;
    /* Height of the footer */
}

#footer {
    position: absolute;
    /*            bottom: 0;*/
    width: 100%;
    background: #0f71ad;
    color: #fff;
}

#footer img {
    width: 6%;
    margin: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 0px;
    padding-top: 45px;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.6em;
}

.clearfix {
    overflow: auto;
}

.hero-image {
    background-image: url("images/hero.jpg");
    height: 100%;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-container {
    /*			background: rgba(255,255,255,1);*/
}

.header-logo {
    display: inline-block;
    float: left;
}

.clearfix {
    overflow: auto;
}

.hero-text {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    position: absolute;
    top: 83%;
    left: 32%;
    transform: translate(-50%, -50%);
    color: #0f71ad;
    float: right;
    width: 60%;
	height: 200px;
	font-size: 12px;
}

.body-container {
    /*		width:100%;*/
    margin: 20px;
    padding-bottom: 10px;
}

.list-container {
    background-color: #e7f1f7;
    width: 100%;
    padding-bottom: 20px;
	overflow: auto;
	box-sizing: border-box
}

ul {
    list-style-image: url(images/checkmark-8.png);
    /* list-style-position: inside; */    /* why?????? */
    line-height: 60px;
    color: #0f71ad;
    /*			background-color: #e7f1f7;*/
}

.list-left {
    width: 50%;
    float: left;
}


.contact-us {
    width: 100%;
    min-height: 100%;
	margin-top: 20px;
}

.contact-info {
    width: 45%;
    float: left;
    background-color: #0f71ad;
    border-right-color: #d22331;
    border-right-style: solid;
    border-right-width: 10px;
    color: #fff;
    padding-left: 2%;
	padding-right: 2%;
}

.contact-hours {
    /*            width: 60%;*/
}

table.contact-pharmacy {
    width: 60%;
}

.contact-map {
    width: 50%;
    float: right;
    height: 89vh;
}

.footer-right {
    float: right;
    margin: 1%;
}

.contact-pharmacy tbody tr td{padding:5px 0;}
.list-container .list-left li:before, .list-container .list-right li:before{
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
}
.list-container .list-left ul, .list-container .list-right ul{
    font-size: 20px;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (max-width: 600px) {
    .hero-text {
        width: 100%;
        left: 50%;
        overflow: auto;
    }
    .list-left {
        width: 100%;
        list-style-position: outside;
        line-height: 40px;
    }
    .list-right {
        list-style-position: outside;
        line-height: 40px;
        width: 100%;
    }
    .contact-info {
        width: 100%;
        border-bottom-color: #d22331;
        border-bottom-style: solid;
        border-bottom-width: 10px;
    }
    #footer {
        height: 15%;
    }
    #footer img {
        width: 40%;
        margin: 3% 0% 0% 30%;
    }
    .footer-right {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-text {
        width: 100%;
        left: 50%;
        top: 66%;
        overflow: auto;
    }
    .list-left {
        width: 85%;
        list-style-position: outside;
        line-height: 40px;
    }
    .list-right {
        list-style-position: outside;
        line-height: 40px;
        width: 85%;
    }
    .contact-info {
        width: 96%;
		padding-left: 15px;
        border-bottom-color: #d22331;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-right-style: none;
        border-right-width: none;
    }
    .contact-map {
        width: 100%;
    }
    #footer {
        height: 25%;
    }
    #footer img {
        width: 20%;
        margin: 3% 0% 0% 40%;
    }
    .footer-right {
        float: none;
        text-align: center;
    }
}

@media only screen and (min-width: 1900px) {
    .contact-info {
        width: 100%;
        border-bottom-color: #d22331;
        border-bottom-style: solid;
        border-bottom-width: 10px;
		
    }
    .contact-map {
        width: 100%;
    }
	#footer img {

    width: 6%;
    margin: 1%;
	}
    /*
	.pharmacy {
	width: 40%;
	float: right;
}
*/
}

@media only screen and (min-width: 768px) {
	.hero-text {
	    text-align: left;
		font-size: 16px;
	}
	.header-logo { margin-right: 50px; }
	.list-container { padding-left: 50px; padding-right: 50px;}
	
	.contact-us {
		display: flex;
   		flex-direction: row;
	}
	
	.contact-map { height: auto; }
}


@media only screen and (min-width: 1300px) {
	.hero-text {
	    text-align: left;
		font-size: 18px;
	}
}
	