﻿.header {
	background-image: url(../images/pagebanner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 180px;
	text-shadow: 1px 1px black;
}

	.header h1 {
		background-image: url('../images/whiteline-small.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 0.5em;
	}

h2 {
    font-size: 1.5em;
    padding-bottom: 0.4em;
    color: #0173A3;
    background-image: url('../images/blueline-small.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.k-primary {
    background-color: white !important;
}

.k-scrollview {
    border: none;
}

.testimonial {
    display: inline-block;
    vertical-align: top;
    padding-top: 3em;
    width: 100%;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    font-size: 0.6em;
}
    .testimonial .testimonial-date {
        text-align: right;
        font-size: 0.8em;
        color: white;
    }
    .testimonial .testimonial-outer {
        position: relative;
        margin: auto;
    }
        .testimonial .testimonial-outer .testimonial-startquote {
            display: inline-block;
            width: 5em;
            height: 4em;
            background: url(../images/quoteopen.png);
            background-size: 100%;
            vertical-align: top;
            margin-right: -15px;
        }
        .testimonial .testimonial-outer .testimonial-endquote {
            display: inline-block;
            width: 5em;
            height: 4em;
            background: url(../images/quoteclose.png);
            background-size: 100%;
            position: relative;
            bottom: 0;
            margin-left: -15px;
        }
        .testimonial .testimonial-outer .testimonial-bubble {
            border-radius: 3px;
            color: white;
            max-width: 80%;
            max-height: 100%;
            font-size: 1.2em;
            overflow: hidden;
            display: inline-block;
            text-align: left;
        }
    .testimonial .testimonial-bubble p {
        font-style: italic;
        max-width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }
    .testimonial h4 {
        font-size: 1.3em;
        font-weight: normal;
        padding: 0;
        padding-left: 1em;
        margin: 0;
        margin-bottom: 0em;
    }

@media (min-width: 576px) {
    .testimonial {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    .testimonial {
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .testimonial {
        font-size: 0.9em;
    }

}

@media (min-width: 1200px) {
    .testimonial {
        font-size: 1em;
    }
}

h3 {
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    padding-bottom: 0.7em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    background-image: url('../images/blueline-small.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.info-header {
    background-image: url('../images/panelgrey_headbg.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.info-body {
    background-color: #EBEBEB;
    z-index: 10;
}

.bottom-header {
    margin-top: 75px;
    font-weight: 700;
    padding-bottom: 0.7em;
    background-image: url('../images/blueline-small.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

    .bottom-header span {
        text-transform: none;
        font-size: 0.5em;
        display: block;
        font-weight: normal;
        color: #666;
    }