/*
 * Banner Head
 */
.page-banner {
    position: relative;
    max-height: 515px;
    overflow: hidden;
    background-color:transparent;
}
.page-banner h1{
    color: #FFF;
    text-transform: uppercase;
    position:absolute;
    top:28%;
    left:50%;
    width: 49%;
    line-height: .9em;
    font-size:73px;
}
.page-banner a.play {
    height: 185px;
    width: 185px;
    position: absolute;
    left: 16%;
    top: 24%;
    z-index: 555;
}
.page-banner img {
    width: 100%;
    height: auto;
    position: relative;
    float:right;
}

/* Services Banner */
#servicesBanner h1 {
    left: 5%;
    top: 20%;
    width: 775px;
}
/* About Banner */
#aboutBanner h1 {
    right: 0;
    left: auto;
    top: 42%;
    width: 640px;
}

/*
 * Testimonials
 */
/* Videos */
.testimonial {
    margin-bottom: 20px;
}
.testimonial img {
    height: auto;
    max-width: 400px;
    width: 100%;
}
/* Quotes */
.testimonial-quote{
    margin:10px 0 35px;
}
.testimonial-quote-text{
    background: #f6f9fa;
    border-bottom: 3px solid #d9e6ed;
    color: #383838;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: normal;
    font-style: italic;
    padding: 30px 40px 30px 50px;
    position: relative;
    border-radius: 10px;
}
.testimonial-quote-text span {
    position: absolute;
    background: url('https://495116b8afe7c218eeb1-988c2d55015a06e3c3c58b496e9c565f.ssl.cf1.rackcdn.com/testimonial-quote-arrow-bg.png') no-repeat left top;
    width: 46px;
    height: 31px;
    bottom: -26px;
    left: 20px;
}
.testimonial-quote-quote{
    position: absolute;
    background: url('https://495116b8afe7c218eeb1-988c2d55015a06e3c3c58b496e9c565f.ssl.cf1.rackcdn.com/testimonial-quote-quote.png') no-repeat left top;
    width: 21px;
    height: 15px;
    top: 32px;
    left: 13px;
}
.testimonial-quote-image {
    padding: 25px 0 0;
}
.testimonial-quote-image img {
    float: left;
    height: 62px;
    width: 62px;
    margin: 0 10px 0 14px;
    border-radius: 100%;
}
.testimonial-quote-name {
    color: #383838;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 700;
    padding: 8px 0 0;
    text-transform: uppercase;
}
.testimonial-quote-company {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #383838;
}

/*
 * About Us
 */
.core-value {
    height: 390px;
}
.core-value-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.9em;
    font-weight: 700;
    color: #3c4143;
    padding: 0 0 15px;
}
.core-value p {
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 300;
    color: #6c6c70;
    margin: 0 0 10px 0;
    padding: 0;
}
.core-value p:last-of-type{
    margin:15px 0 0 0;
}
.core-value-quote-name {
    font-size: 12px;
    line-height: 1.7em;
    font-weight: 300;
    color: #6c6c70;
    margin-left:10px;
}
.team-member {
    margin: 35px auto;
    max-width: 450px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6c6c70;
    padding:0 15px;
}
.team-member img {
    border: 7px solid #959595;
    border-radius: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 235px;
    max-width: 235px;
    width: 100%;
}

.team-member img.preStyledTeamPhoto {
    border: none;
    margin: -8px auto -8px;
    height: 250px;
    max-height: 250px;
    max-width: 250px;
}

.team-member-name {
    color: #117cc1;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 45px 0 5px;
}
.team-member span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    color: #707070;
    padding: 0 0 20px;
}

/* Services */
.service-offer-head{
    background: #127cc1;
    text-align: center;
    padding: 30px 30px 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:#ffffff;
}
.service-title{
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.service-offer-bottom{
    background: #f7f7f7;
    border: 1px solid #d3d4d4;
    padding: 35px 27px 0 27px;
}
.service-offer-bottom ol {
    min-height: 180px;
}
.service-offer-bottom li {
    margin: 10px 0;
}

/*  -----------------------------------------------------------------
                            Responsive Views
    ----------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
    /* Banners */
    .page-banner a.play {
        height: 130px;
        left: 16%;
        width: 130px;
    }
    .page-banner h1 {
        font-size: 58px;
    }
    /* About Banner */
    #aboutBanner h1 {
        width:440px;
        font-size:52px;
    }
}

@media only screen and (max-width: 768px) {
    /* Banners */
    .page-banner a.play {
        height: 80px;
        top:20%;
        left: 12%;
        width: 80px;
    }
    .page-banner h1 {
        font-size: 38px;
        top:6%;
    }
    /* About Banner */
    #aboutBanner h1 {
        font-size: 36px;
        top: 24%;
        width: 307px;
    }

    /* Testimonials */
    .testimonial {
        text-align: center;
    }
}

@media (max-width: 475px) {
    /* Services Banner */
    #servicesBanner h1 {
        font-size:20px;
    }
}
