.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators .active {
	background-color:#319566;
}

.carousel-indicators li {
	background-color:rgba(114, 183, 150, 0.4);
}

.primaryContainer {
    height: auto;
    margin: 0px auto;
    min-height: 100%;
    width: 100%;
}

#slideshowContainer {
    float: right;
    height: 100%;
    margin: 0px;
    clear: none;
    width: 64%;
    min-width: 0px;
}

#introText_container {
    float: left;
    height: 451px;
    margin: 0px;
    clear: none;
    width: 35%;
    min-width: 0px;
    display: block;
    background-color: rgb(203, 203, 203);
    background-image:url("/images/content/home/responsive/lighterBokeh.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto 150%;
    background-size: auto 150%;
    padding: 10px;
    min-height: 0px;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#introText {
    float: left;
    font-size: 1.3em;
    width: auto;
    height: 100%;
    text-align: center;
    line-height: 1.5em;
    padding: 20px 15px 0px 15px;
    clear: none;
    min-height: 234px;
    color: rgb(49, 149, 102);
	border:#DBD9DC solid 2px;
	font-family: 'Source Sans Pro', sans-serif;
}

#welcome {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    clear: none;
    color: rgb(0, 0, 0);
    margin-top: 2px;
    margin-right: auto;
}

#hpContainer {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    #slideshowContainer {
        width: 60%;
    }

	#welcome {
		display:none;
	}
	
    #introText_container {
        width: 39%;
		height: 324px;
		padding: 15px;
    }

    #introText {
        clear: none;
		line-height: 1.3em;
		font-size: 1.1em;
		padding: 5px;
    }
}

@media only screen and (max-width: 768px) {
	#introText_container {
        display: block;
        visibility: visible;
        clear: both;
        width: 100%;
        margin-top: 5px;
        margin-right: 0px;
        margin-left: 0px;
        min-height: 0px;
        height: 100%;
    }

    #slideshowContainer {
        display: block;
        width: 100%;
        margin: 0px;
        clear: none;
        height: auto;
    }
	 #slideshowContainer img {
		 width:100%;
	 }

    #welcome {
        margin-top: 0.21875px;
        clear: none;
        display: none;
    }

    #introText {
        margin: 0px auto;
        clear: none;
        float: none;
        height: auto;
        min-height: 146px;
    }

    #hpContainer {
        height: 100%;
    }
}

