@import url(/css/partials/_pages.css);
@import url(/css/partials/_page-title.css);
#mainHero {
    height: 42rem;
    width: 96rem;
    margin: 2rem auto 2rem;
    padding: 0 0 0rem;
}
.heroChildContainer {
    position: relative;
    margin-bottom: 0;
    max-height: 420px;
}
#mainHero .heroChildContainer img {
    width: "96rem";
    height: "42rem";
    alt: "Getaways vacations to Orlando";
}
.gw_dd_hero_text {
    position: relative;
    opacity: 1;
    color: #FFF;
    top: -275px;
    font-weight: bold;
    font-size: 7.6rem;
    text-shadow: #111111 0.1rem 0.1rem 0.1rem;
    display: block;
    text-align: center;
    width: 100%;
}
a {
    cursor: auto;
}
#sticky-nav .page-title h1 {
    min-width: 75rem;
}
#deals {
    border-bottom: 0.1rem solid #E1EDF8;
    margin: 0 auto;
    padding: 40px 0;
    width: 960px;
    min-height: 41rem;
    position: relative;
    display: table;
}
#deal-heading{
    display: table;
    padding-bottom: 20px;
}
#deal-heading h2 {
    height: 0px;
    padding: 0px;
}
#deal-heading h2.ng-binding {
    color: #004990;
    min-height: 25px;
}
#deals.hideViewMore {
    min-height: 0rem !important;
}
.deals-data-display {
    position: relative;
    left: 1px;
    min-height: 135px;
    width: 474px;
    background-color: #f1f5f8;
    float: left;
    margin-bottom: 10px;
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    color: #004990;
}
.deal-pod-link {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.deals-data-display > a.deal-pod-link:focus {
    outline: #4D90CD solid 2px;
    cursor: pointer;
}
.deals-data-display:hover {
    box-shadow: 0 0 30px 0 #666666;
    border: none;
    outline: 0;
    cursor: pointer;
    background-color: #004990;
    color: #FFF;
}
.deals-data-display:hover a {
    color: #FFF;
    cursor: pointer;
}
.deals-data-display.left-container{
    margin-right: 10px;
}
.deals-main-div {
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    padding-top: 20px 20px 15px;
    width: 960px;
    transition: height 2s;
}
#deals-btnShow .deals-btnShow, #deals-btnShow .deals-btnShow:hover, #deals-btnShow .deals-btnShow:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
}
#deals-btnShow {
    
    text-align: center;
}
#allDealsWrapper{
    transition: height 0.5s;
    height: auto;
    overflow: initial;
}
.viewDeals{
    opacity: 0;
    transition: opacity 0.5s;
}

div.destination {
    padding-left: 20px;
    float: left;
    display: inline-block;
    width: 317px;
    height: 135px;
    padding-top: 20px;
}
div.destination a{
    text-decoration: none !important;
}
div.price {
    max-width: 160px;
    float: right;
    padding: 2rem 2rem 0rem 0rem;
    height: 135px;
}
span.from {
    font: bold 2.8rem din-web-jetblue, Arial, Helvetica, sans-serif;
}
span.destination {
    font: normal 2.8rem din-web-jetblue, Arial, Helvetica, sans-serif;
}
.to {
    font: 700 1.5rem din-web-jetblue, Arial, Helvetica, sans-serif;
}
.bottomdata {
    font-size: 1.3rem;
    float: right;
    margin-top: -10px;
}
.rightPadding {
    padding: 0;
}
.pricefrom {
    font: bold 1.3rem din-web-jetblue, Arial, Helvetica, sans-serif;
    /*position: relative;
    top: -14px;*/
}
.price-from-div{
    max-height: 35px;
}
.price-container{
    margin-top: 1px;
    min-height: 50px;
    text-align: right;
}
.deals-dollar{
    font: bold 3.5rem din-web-jetblue, Arial, Helvetica, sans-serif;
    position: relative;
    top: -25px;
}
.dataprice {
    font-size: 76px;
    font-weight: bold;
}
.not-loaded {
    background: url(/img/ajax-loader.gif) no-repeat 50% 2.9rem;
    height: 8.1rem;
}
.loading-cont {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.podLegalModal span {
    display: inline-block;
    width: 1rem;
    height: 0.9rem;
    position: relative;
    top: 0.1rem;
    background: url(//www.jetblue.com/deals/assets/img/deals_main_spritesheet.png) -26rem -15rem;
    padding-right: 0.3rem;
}
.deals-data-display:hover .podLegalModal span {
    background: url(//www.jetblue.com/deals/assets/img/deals_main_spritesheet.png) -26rem -15rem;
}
.podLegalModal {
    position: relative;
    font-size: 1.0rem;
    padding: 0rem;
    font-family: Arial, Helvetica, sans-serif;
}
/**legal modal**/

.dealsLegalModal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    cursor: pointer;
}
div.overlay {
    position: fixed;
}
.overlay .screen {
    background: url("/img/overlay-bg.png") repeat scroll 0 0 transparent;
}
.dealsLegalModal .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/img/overlay-bg.png") repeat scroll 0 0 transparent;
}
.displayLegal .dealsLegalModal {
    display: block;
}
#legalModal {
    width: 85rem;
    height: 61.5rem;
    margin: rem auto 0;
    position: relative;
    top: 50%;
    background: #ffffff;
    box-shadow: 0 0 1rem #333333;
    border-radius: 0.3rem;
    cursor: auto;
}
#legalModal .header {
    color: #ffffff;
    height: 7rem;
    padding: 0.3rem 0 0;
    position: relative;
    background: #004990;
}
#legalModal .body {
    height: 51.5rem;
    padding: 1.2rem 8rem 0 3rem;
    overflow-y: auto;
    font-size: 1.3rem;
    line-height: 2.7rem;
}
#legalModal .header h2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 2.5rem 0 0 2rem;
}
#legalModal .header .close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: url("/img/context-switcher-btn-sp.png") no-repeat scroll 0 -29.1rem;
    cursor: pointer;
    display: block;
    height: 3rem;
    width: 3rem;
    border-width: 0rem;
}
#dealResApply{
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    /* padding-bottom: 10px; 
    float: left;*/
}
#rightAreaResApply{
    height: 26px;
    width: 352px;
    float: right;
}
.destPriceCont{
     height: 135px;
     width: 477px;
}
.dealsLegalModal .liveModal .body {
    height: 51.5rem;
    padding: 1.2rem 8rem 0 3rem;
    overflow-y: auto;
    font-size: 1.3rem;
    line-height: 2.7rem;
}
.displayLegal .dealsLegalModal .liveModal {
    display: inherit;
}
.modal {
    display: none;
}
.bookerWrapper .jb-overlay .modal {
    display: block;
}
.getawaysPodLegal {
    display: none;
}

#hotels {
    border-bottom: 0.1rem solid #E1EDF8;
    margin: auto;
    padding: 0 0 28px;
    overflow: hidden;
    width: 96rem;
}
#hotels .gw_dd_browse_content .gw_dd_content_title {
    display: none;
}
#hotels h2, #things-to-do h2{
    padding: 40px 0px 20px;
}
#sofly {
    border-bottom: 0.1rem solid #E1EDF8;
    margin: 0 auto 0;
    padding: 40px 0 20px;
    width: 965px;
    position: relative;
}
#sofly h2 {
	display:inline-block;
    padding: 0px;
}
a.more-photos {
    float: right;
    padding: 5px 0 0 0;
}
.sofly-header{
    display: inline-block;
    padding-bottom: 20px;
    width: 960px;
}
/* #deals h2, #hotels  h2, #sofly h2, #blog h2, #things-to-do h2, #weather h2 { */
#blog {
    margin: auto;
    width: 96rem;
    min-height: 575px;
    border-bottom: 0.1rem solid #E1EDF8;
    padding: 40px 0px;
    display: table;
}
#blog h2 {
    color: #004990;
    padding: 0px;
    display: inline-block;
}
.blog-header{
    display: inline-block;
    padding-bottom: 20px;
    width: 960px;
}
#blog-image {
    position: relative;
    padding-top: 350px;
    background-size: cover;
}
.blog-image-text {
    color: white;
    font: 2rem/2.5rem Helvetica, Sans-Serif;
    /* top: 29rem; */
	bottom : 0rem;
    padding: 1rem;
    /*position: absolute;*/
    word-spacing: 0.1rem;
    min-height: 9rem;
    width: 45rem;
    overflow: hidden;
    text-overflow: ellipsis;
	background-color: rgba(6,31,92,0.65);
}
.blog-image-text .blog-title {
    color: white;
    font: bold 2.2rem/2.5rem Helvetica, Sans-Serif;
    padding: 0px;
}
.blog-image:hover .blog-title, a:focus .blog-title{
    text-decoration: underline;
}
.blogFull{
   width : 960px;
   min-height: 445px;
}
.blogHalf{
   width: 475px;
   min-height: 470px;
}
.blogFullText{
   width : 960px;
}
.blogHalfText{
   width: 475px;
}
.blogRFloat{
   float : right ;
}
.blogLFloat{
   float : left ;
}
#blog a.blog {
    float: right;
    padding: 5px 0 0 0;
    font-size: 1.4rem;
}
#things-to-do {
    border-bottom: 0.1rem solid #E1EDF8;
    margin: 0 auto 0rem;
    width: 96rem;
    min-height: 565px;
    display: table;
}
#things-to-do .gw_dd_do_content .gw_dd_content_title {
    display: none;
}
.gw_dd_content_stack .gw_dd_content_stack_offer {
    height: 388px;
}
.gw_dd_content_poi_container_GAimg{
    padding-bottom: 40px;
}
.ttd_container{
	float: left;
    height: auto;
    width: 100%;
    padding-bottom: 38px;
}
.ttd_numImg{
	float: left;
    width: 62px;
    height: 56px;
    font-family: din-web-jetblue,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #CCCCCC;
}
.ttd_title{
	float: left;
    width: 898px;
    height: 40px;
    color: #004990;
    font-family: din-web-jetblue,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.ttd_content{
	float: left;
    width: 898px;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #454545;
    line-height: 1.7;
}
#weather {
    border-bottom: 0.1rem solid #E1EDF8;
    margin: 0 auto 0rem;
    padding: 40px 0;
    width: 96rem;
    min-height: 38rem;
}
.chart {
    width: 960px;
	padding-top: 1.5rem;
}
.col {
    display: inline-block;
    margin: 0rem 1.5rem;
    width: 50px;
}
.bar {
    border-radius: 0.7rem;
    background-color: #b5d2ee;
    width: 3.8rem;
    margin: 1rem auto;
}
.avgHigh-temperature {
    padding: 0.5rem 1.5rem;
    color: #004990;
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
}
.avgLow-temperature {
    padding: 0.3rem 1.5rem;
    color: #c0c0c0;
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
}
.month {
    padding: 0.3rem 1rem;
    color: #c0c0c0;
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    text-transform: uppercase;
}
.weatherFirstCol{
	margin-left: 0rem;
}
.weatherCurrentMonth{
	background-color: #ff9800;
}
#weather h4 {
    padding-top: 1.5rem;
}
#weather h2 {
    display:inline-block;
    padding: 0px;
}
#weather .weatherReport {
    /*padding-top: 1.5rem;*/
}
#weather .weatherReport .chart hr {
    display: block;
    height: 0.5rem;
    width: 955px;
    border: 0;
    border-top: 0.5rem solid #f1f5f8;
}
#hotels .gw_dd_browse_content .gw_dd_content_stack ~ .gw_dd_content_stack, #hotels .gw_dd_browse_content b .gw_dd_content_stack {
    display: none;
}
.navMargin {
    margin-left: 0rem !important;
}
#landADealTemplate {
    margin: 0 auto 0rem;
    padding: 40px 0;
    width: 96rem;
    overflow: hidden;
}
#landADealTemplate .six .col6 {
    width: 96rem;
    margin: 0;
}
h2.heading {
    font-size: 2.8rem;
}
#jumpto-deals {
    background: #F1F5F8;
    height: 17.7rem;
}
#jumpto-deals .climate-wrap .img-wrap {
    text-align: center;
    height: 17.7rem;
    margin: 0;
    padding: 0;
}
#jumpto-deals .climate-wrap .img-wrap a {
    text-decoration: none;
    color: #306FAA;
}
#jumpto-deals .inner {
    background: #f1f5f8 url(/img/booker-rnd-sp.gif) -160.6rem bottom no-repeat;
    padding: 3rem;
}
#jumpto-deals .inner h3 {
    margin: 0 0 2rem;
    padding: 0;
    display: block;
    color: #004990;
    font-weight: 700;
    position: relative;
}
#jumpto-deals .inner p {
    margin: 0 0 1.5rem 0;
    padding-top: 0;
    color: #454545;
    font-size: 1.4rem;
    font-size: 1.0em;
    line-height: 1.75;
    word-spacing: -0.1rem;
}
#jumpto-deals .inner a {
    cursor: pointer;
    clear: both;
    position: relative;
    font-size: 1.3rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#jumpto-deals .inner a .arrow-rgt-pt {
    width: 0.6rem;
    height: 1.1rem;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0rem;
    right: -1.1rem;
}
#legalModal .header .foreground-sprite-fsclosebutton img {
    display: none;
}
body .foreground-sprite img{
    position: static;
}
.gw_dd_content_stack .gw_Offer {
    min-height: 550px;
    padding-bottom: 17px;
}
li .gw_dd_content_stack_offer {
    width: 310px;
}
.gw_modalHeader{
    width: 850px;
}
#hotels li.gw_Offer.gw_roundedCorners.vacation-cards{
    margin-bottom: 0px;
}