﻿/* General Hero/Slider CSS */
.jshero {
    overflow: hidden;
    position: relative;
    background-color: #f1f5f8;
    min-height: 379px;
}
.heroChildContainer {
    float: left;
}

.heroChildContainer .inner {
    /*float: left;*/
    text-align: center;
    padding-top: 50px;    
}

.heroChildContainer  p {
	font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    color: #454545;
    font-size: 20px;
}

.heroChildContainer .quote {
	width: 18px;
	height: 15px;
	*height: 20px;
	display: inline-block;
	color: #0099FF;
	background: url("/contact-us/images/speakUpSpriteSheet.png") no-repeat 0 0;	
}

.heroChildContainer {
height: 100% !important;
min-height: 379px !important;
}

.heroChildContainer .hero_child1,
.heroChildContainer .hero_child2,
.heroChildContainer .hero_child3,
.heroChildContainer .hero_child4 {
    height: 100% !important;
    min-height: 379px !important;
}

.heroOrbsContainer {
     position: absolute !important;
     bottom: 0px !important;
     top: inherit !important;
     margin-right: 32px;
     left: 42% !important;
}

.heroChildContainer .quote.open {
	background-position: -259px -783px;
	margin-right: 14px;
}

.heroChildContainer .quote.close {
	background-position: -282px -783px;
	margin-left: 5px;
}

.heroChildContainer .text {	
    font-weight: bold; 
    line-height: 1.5;   
    margin-top: 49px;
}

.heroChildContainer .subText {	
    font-weight: normal;
    margin-top: 10px;
}


.heroOrbsContainer {
    position: absolute;
    height: 19px;
    padding: 5px 8px 5px 8px;
    background-color: #FFFFFF;
    background-color: white !important;
}

.orb {
    width: 11px;
    height: 11px;
    position: absolute;
    background: url("/contact-us/images/gw_spritesheet.png") no-repeat -188px 0px;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
}

.orbactive {
    background: url("/contact-us/images/gw_spritesheet.png") no-repeat -164px 0px !important;
}



