@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Ultra.otf');
    font-weight: 900;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-UltraIta.otf');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Black.otf');
    font-weight: 800;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-BlackIta.otf');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-BoldIta.otf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Medium.otf');
    font-weight: 600;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-MediumIta.otf');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Book.otf');
    font-weight: 400;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-BookIta.otf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-LightIta.otf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-Thin.otf');
    font-weight: 200;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-ThinIta.otf');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-XLight.otf');
    font-weight: 100;
}
@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham-XLightIta.otf');
    font-weight: 100;
    font-style: italic;
}

body{
    margin: 0;
    font-family: Gotham, "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #353535;
}

h1, h2, h3, h4, h5{
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

a{
    text-decoration: none;
}

.disabled-btn{
    background-color: lightgray !important;
    cursor: none;
}

.top-border {
    display: none;
}

.container{
    width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}

.top-nav{
    height: 52px;
    padding-top: 20px;
}

.top-nav img{
    width:72px;
}

.light{
    font-weight: 100;
}

p.light{
    font-weight: 300;
}

/* ****************** STICKY-MENU ******************* */

.zopim{
    margin-bottom: 60px !important;
}


.sticky-menu-footer{
    display: none;
}

.sticky-menu{
    position: fixed;
    top: 405px;
    right:0;
    width: 80px;
    z-index: 9;
    display: block;
}

.sticky-menu div{
    height: 20px;
    background-color: #de5408;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding-top: 60px;
}

.sticky-menu .call-us{
    background-image: url('../img/telephone.png');
    background-repeat: no-repeat;
    background-position: 52% 30%;
}

.sticky-menu .call-us:hover{
    background-color: #007a3d;
    color: #007a3d;
    background-position: 52% 48%;
}

.sticky-menu .call-us-hover{
    background-color: rgba(0, 0, 0, 0.5);
    width: 215px;
    margin-top: -170px;
    margin-left: -215px;
    display: none;
    padding: 30px 0;
    font-size: 17px;
}

.call-us-hover a{
    color: #ffffff;
}

.sticky-menu .live-chat{
    background-image: url('../img/live-chat.png');
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.sticky-menu .live-chat-hover{
    background-color: rgba(0, 0, 0, 0.5);
    width: 215px;
    margin-top: -85px;
    margin-left: -215px;
    display: none;
    padding: 30px 0;
    font-size: 17px;
}

.sticky-menu .live-chat-hover a{
    color: #ffffff;
    position: relative;
}

.sticky-menu .live-chat-hover a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-width: 0 0 1px;
    border-style: solid;
}

.sticky-menu .live-chat:hover{
    background-color: #e60e68;
    color: #e60e68;
    background-position: 50% 48%;
}

/* ****************** /STICKY-MENU ******************* */


/* ****************** HEADER ******************* */
.header{
    height: 675px;
    padding: 35px 0 20px;
    background-color: lightgray;
    background: linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)),
    url('../img/header.jpg');
    background-size: cover;
}

.header .main-content{
    position: relative;
    top: 340px;
}

.header h1{
    text-align: center;
    font-size: 70px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
}

.header h2{
    font-size: 31px;
    text-align: right;
}

.header h3{
    font-size: 26px;
    letter-spacing: 0.004em;
    text-align: center;
}

.header h3 .bold{
    font-weight: 600;
}

.header h4{
    font-size: 14px;
    letter-spacing: 0.004em;
    text-align: center;
}

.main-content .email{
    margin: 30px auto;
    width: 465px;
}

.main-content .email input{
    height: 45px;
    width: 245px;
    padding-left: 15px;
    font-size: 18px;
    border: none;
}

.main-content .email input::-webkit-input-placeholder{
    font-size: 18px;
    font-style: italic;
}
/* ****************** /HEADER ******************* */

/* ****************** BUTTONS ******************* */
button{
    height: 47px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.email-btn{
    padding: 0 45px 0 20px;
    font-size: 18px;
    left: -4px;
    position: relative;
}

.arrow_right{
    padding-right: 40px;
    background-image: url('../img/arrow_right_white.png');
    background-repeat: no-repeat;
    background-position: 87% 52%;
    background-size: 8px;
}

.arrow_down{
    width: 20px;
    margin: 0 auto;
}

.arrow_down img{
    width: 12px;
    margin-top: 10px;
}

.btn{
    padding: 0 75px 0 43px;
    font-size: 19px;
}

.orange{
    background-color: #de5408;
}

.orange:hover{
    background-color: #bc3a01;
}

.blue{
    background-color: #0079c8;
}

.blue:hover{
    background-color: #075098;
}
/* ****************** /BUTTONS ******************* */

/* ****************** CONTENT ******************* */
.content{
    padding: 53px 0 48px;
    background-color: #ecebe6;
}

.content h3{
    font-size: 24px;
    letter-spacing: 0.007em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #353535;
    margin-bottom: 30px;
}

.content h4{
    font-size: 20px;
    letter-spacing: 0.013em;
    text-transform: uppercase;
    text-align: center;
    color: #3f648b;
    margin-bottom: 15px;
}

.content p{
    font-size: 20px;
    letter-spacing: 0.009em;
    line-height: 30px;
    text-align: center;
    margin: 0 150px 0;
}
/* ****************** /CONTENT ******************* */

/* ****************** EMAIL ******************* */
.email-section{
    background-color: #b4b4b4;
}

.email-section input{
    width: 280px;
    padding-left: 20px;
    font-size: 15px;
    height: 30px;
    margin-right: 10px;
    border: none;
}

.email-section input::-webkit-input-placeholder{
    font-size: 15px;
    font-style: italic;
}

.email-section .email{
    position: relative;
    right: -56%;
}
/* ****************** /EMAIL ******************* */

/* ****************** PLANS ******************* */
#stage-two .next-btn, #stage-six .next-btn, #stage-six-b .next-btn {
    opacity: 0;
}


.remove-opacity{
    opacity: 1 !important;
}

.display-handle{
    display: block;
}


.container#plans-section{
    /*padding-top: 40px;*/
}


#plans-section-mobile{
    display: none;
}

#plans-section-header h2{
    color: #0079c8;
    font-size: 30px;
    letter-spacing: 0.030em;
    text-align: center;
    padding-top: 40px;
}

#plans-section{
    height: 1005px;
    display: block;
}

.plans{
    width: 370px;
    float: left;
    position: relative;
    margin: 35px 30px 0 0;
}

.plans:nth-last-child(1){
    margin-right: 0;
    background-color: #b1b3b4;
}

.plans:nth-last-child(2){
    background-color: #b1b3b4;
}

.plans:nth-last-child(3){
    background-color: #d4b552;
}

.plans .top-section{
    padding: 25px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.plans .top-section h4{
    font-size: 12px;
    letter-spacing: 0.004em;
}

.plans .top-section h1{
    font-size: 24px;
    letter-spacing: 0.004em;
}

.plans .mid-section{
    height: 310px;
    padding: 40px 0 0 57px;
    background-color: #00335B;
}

.plans-content{
    width:255px;
    padding: 0 5px;
}

.mid-section h3{
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.007em;
}

.mid-section h5{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.010em;
}

.mid-section p{
    font-size: 12px;
    letter-spacing: 0.007em;
    color: #ffffff;
    line-height: 22px;
}

#plan-one, #plan-two, #plan-three{
    cursor: pointer;
}

.plans#plan-one-content .image{
    height: 267px;
    background-color: lightgray;
    background-image: url('../img/plan_elite.jpg');
    background-size: cover;
}

.plans#plan-two-content .image{
    height: 267px;
    background-color: lightgray;
    background-image: url('../img/plan_premiere.jpg');
    background-size: cover;
}

.plans#plan-three-content .image{
    height: 267px;
    background-color: lightgray;
    background-image: url('../img/plan_select.jpg');
    background-size: cover;
}

.plans .btm-section{
    padding: 45px 0 35px;
    cursor: pointer;
}

.plans .compare-link{
    text-align: center;
    padding-bottom: 50px;
    background-color: #00335B;
}

.plans .compare-link a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    position: relative;
}

.plans .compare-link a:hover{
    color:#228bcf;
}
.plans .compare-link a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-width: 0 0 1px;
    border-style: solid;
}

#plans-section .plans .btm-section h2{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.10em;
}
/* ****************** /PLANS ******************* */

/* ****************** POP-OVER ******************* */
.mobile-hide{
    display: block;
}

.mobile-display{
    display: none;
}


#pop-over{
    display: none;
}

.pop-over{
    width:100%;
    background-color: #0079c8;
    font-size: 12px;
    padding-bottom: 10px;
    height:900px;
}

.main-title{
    background-color: #001c2f;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 40px 0 30px;
    text-align: center;
}

.main-title .close{
    background-image: url('../img/close_white.png');
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    float: right;
    margin-top: -25px;
    margin-right: 16px;
    cursor: pointer;
}

.pop-over .four-col-content{
    width: 98%;
    /*position: relative;*/
    margin: 0 auto;
}

.pop-over .small-text{
    font-size: 9px;
}

.pop-over .four-col-content .first-col{
    width: 34%;
    display: inline-block;
    float: left;
}

.pop-over .four-col-content .second-col, .pop-over .four-col-content .third-col, .pop-over .four-col-content .fourth-col{
    width: 22%;
    display: inline-block;
    /*position: absolute;*/
    text-align: right;
    float: left;
}

.pop-over .four-col-content .third-col{
    right: 253px;
}

.pop-over .four-col-content .fourth-col{
    right:1px;
}

.pop-over .four-col-content .row.title {
    background-color: #0079c8 !important;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.pop-over .row.title{
    height: 50px;
}

.pop-over .row{
    padding: 5px 10px 5px 0;
    height: 17px;
}

.pop-over .first-col .row{
    padding: 5px 0 5px 10px;
}

.pop-over .four-col-content .first-col .row{
    background-color: #ffffff;
}

.pop-over .four-col-content .second-col .row{
    background-color: #d4dfe3;
}

.pop-over .four-col-content .third-col .row{
    background-color: #bad3e0;
}

.pop-over .four-col-content .fourth-col .row{
    background-color: #9bc4dc;
}

.pop-over .four-col-content .first-col .row.dark{
    background-color: #efefef;
}

.pop-over .four-col-content .second-col .row.dark{
    background-color: #c7d2d5;
}

.pop-over .four-col-content .third-col .row.dark{
    background-color: #afc6d2;
}

.pop-over .four-col-content .fourth-col .row.dark{
    background-color: #93b9cf;
}


/*pop-over-plan*/

.pop-over-plan .pop-over .four-col-content{
    width: 765px;
}

.pop-over-plan .pop-over .four-col-content .first-col{
    width: 60%;
}

.pop-over-plan .pop-over .four-col-content .second-col{
    width: 40%;
}

.pop-over-plan .dark-bg{
    background-color: #0067aa;
    width: 830px;
    margin: 0 auto;
    height: 100%;
}

.pop-over-plan .title{
    font-size: 27px;
    text-align: center;
    padding: 24px;
    color: #ffffff;
    text-decoration: underline;
}

.pop-over-plan .pop-over{
    height: 950px;
}

.pop-over-plan#elite-details, .pop-over-plan#premier-details, .pop-over-plan#select-details{
    display: none;
}

.pop-over-plan#elite-details .dark-bg{
    height: 812px;
}
.pop-over-plan#elite-details .pop-over{
    height: 980px;
}

.pop-over-plan#premier-details .dark-bg{
    height: 700px;
}


.pop-over-plan#select-details .dark-bg{
    height: 545px;
}

/*pop-over-plan*/


/* ****************** /POP-OVER ******************* */

/* ****************** TWO-COL-CONTENT ******************* */
.two-col-content{
    height: 800px;
}

.two-col-content .first-col-background{
    width: 50%;
    background-color: #fbf7f4;
    background-image: url('../img/couple.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 110%;
    float: left;
    position: relative;
    height: 800px;
}

.two-col-content .second-col-background{
    width: 50%;
    background: linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
    url('../img/beach_chairs.jpg');
    background-size: cover;
    float: left;
    height: 800px;
}

.two-col-content .first-col, .two-col-content .second-col{
    width: 500px;
    float: left;
    position: relative;
    margin-top: -735px;
}

.two-col-content .first-col{
    margin-right: 85px;
    margin-left: 20px;
}

.two-col-content .second-col{
    margin-left: 700px;
}

.two-col-content h1{
    font-size: 47px;
    letter-spacing: 0.024em;
    line-height: 60px;
}

.two-col-content .first-col h1{
    color: #00335b;
}

.two-col-content .second-col h1{
    color: #ffffff;
}

.two-col-content p{
    font-size: 20px;
    letter-spacing: 0.010em;
    line-height: 28px;
}

.two-col-content .first-col p{
    color: #333333;
}

.two-col-content .second-col p{
    color: #ffffff;
}

.two-col-content .first-col button{
    margin-top: 45px;
}

.two-col-content .second-col button{
    margin-top: 12px;
}
/* ****************** /TWO-COL-CONTENT ******************* */

/* ****************** THREE-COL-CONTENT ******************* */
.three-col-content{
    height: 315px;
}

.three-col-content .first-col, .three-col-content .second-col, .three-col-content .third-col{
    width: 170px;
    float: left;
}

.three-col-content .first-col{
    margin-left: 140px;
}

.three-col-content .first-col, .three-col-content .second-col{
    margin-right: 195px;
}

.three-col-content div.icon{
    width: 50px;
    height: 50px;
    background-color: lightgray;
    margin: 80px auto 30px;
    background-size: cover;
}

.three-col-content div.icon.globe{
    background-image: url('../img/globe.png');
}

.three-col-content div.icon.airplane{
    background-image: url('../img/airplane.png');
}

.three-col-content div.icon.home{
    background-image: url('../img/home.png');
}

.three-col-content h1{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.050em;
    color: #0c3f64;
    text-align: center;
    margin-bottom: 10px;
}

.three-col-content h2{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.050em;
    color: #767b76;
    text-align: center;
    line-height: 24px;
}

.three-col-content button{
    border: none;
    font-size: 18px;
    color: #228bcf;
    background-color: #ffffff;
    width: 190px;
    margin: 0 auto;
    margin-left: -9px;
    float: left;
    padding-right: 26px;
    background-image: url('../img/arrow_right_blue.png');
    background-repeat: no-repeat;
    background-position: 93% 52%;
    background-size: 6px;
}

.three-col-content button div.icon{
    width: 20px;
    height: 20px;
    background-color: lightgray;
    float: left;
    margin: 0;
    background-image: url('../img/connect.png');
    background-size: cover;
}

.three-col-content button:hover{
    color: #075098;
}
/* ****************** /THREE-COL-CONTENT ******************* */


/* ****************** STICKY-FOOTER ******************* */
.sticky-footer{
    background: #00335b;
    color: #fff;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    display: block;
}

.sticky-footer .two-col-content{
    display: block;
    text-align: right;
}

.sticky-footer .two-col-content .first-col{
    display: inline-block;
    float: none;
    width: auto;
    text-align: left;
    padding-right: 30px;
    vertical-align: middle;
    margin: 0;
}
.sticky-footer .two-col-content .first-col p{
    margin-top: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.sticky-footer .two-col-content .second-col{
    width: 240px;
    float: none;
    display: inline-block;
    background: #de5408;
    margin-left: 0;
    margin-top: 0;
    padding: 16px 30px;
    font-size: 27px;
    text-align: left;
    cursor: pointer;

    background-image: url('../img/arrow_right_white.png');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 12px;
}


/* ****************** /STICKY-FOOTER ******************* */


/* ****************** FOOTER ******************* */
footer{
    border-top: 1px solid #e7e9e9;
    padding: 60px 0;
}
footer li{
    list-style: none;
    display: inline;
    margin-right: 35px;

}

footer li a{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.098em;
    color: #757a7d;
    text-transform: uppercase;
}

footer li a:hover{
    color: #0c3f64;
}

footer li:nth-child(4){
    margin-right: 0;
}

footer ul{
    width:705px;
    margin: 0 auto;
    padding: 0;
}

.copyright{
    width: 130px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.098em;
    color: #757a7d;
    margin: 35px auto 0;
}

/* ****************** /FOOTER ******************* */

/* ****************** LIGHT BOX ******************* */

.modal-wrapper .sticky-menu{
    top:230px;
    position: absolute;
    right:-80px;
}

.featherlight:last-of-type {
    background: rgba(0, 121, 200, 0.9);
}

.featherlight .featherlight-content{
    width: 1005px;
    padding: 80px 0 85px;
    border-bottom: 0;
}

.featherlight .featherlight-close-icon{
    color: #3293d2;
    font-size: 30px;
    margin: 40px 50px 0 0;
}

#plan-form h1, #plan-form h2, #plan-form h3{
    font-size: 30px;
    font-weight: 400;
    color: #425d78;
    text-align: center;
}

#plan-form h3{
    font-size: 25px;
    text-align: left;
}

#plan-form h1{
    font-weight: 600;
    text-transform: uppercase;
}

#plan-form p{
    font-size: 24px;
    color: #777777;
    text-align: center;
    margin: 55px 0;
}

.btn-section{
    /*width: 235px;*/
    width: 140px;
    margin: 0 auto;
}

#plan-form .btn {
    padding: 0 46px 0 25px;
    font-size: 18px;
}

#plan-form .btn.no-bg-btn{
    background-color: #ffffff;
    color: #767676;
    /*width: 100%;*/
    width: 165px;
    margin: 10px 0 20px;
    background-image: url('../img/arrow_left_grey.png');
    background-position: 7% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
}

.status-bar{
    width: 463px;
    height: 16px;
    background-color: #dfdfdf;
    margin: 0 auto;
    padding: 7px 0 0 10px;
}

.current-status{
    width: 50px;
    height: 9px;
    background-color: #0678f4;
}

#plan-form input{
    width: 330px;
    height: 44px;
    padding: 0 0 1px 20px;
    margin: 0 13px 20px 0;
    background-color: #dfdfdf;
    border: none;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 3px solid #00335b;
}

#plan-form .content-form{
    margin: 10px auto;
    width: 895px;
}


#plan-form #stage-one .content-form{
    width: 565px;
    margin-top: 65px;
    margin-bottom: 75px;
}

#plan-form #stage-two .content-form{
    width: 400px;
}

#plan-form #stage-two .btn-section{
    width: 400px;
    margin: 95px auto 45px;
}

#plan-form #stage-two .content-form button{
    width: 165px;
}

/* SELECT DROP DOWN MENU */
.sod_select.focus {
    box-shadow: none;
}

.sod_select:hover, .sod_select.open, .sod_select.focus {
    border: none;
}

.sod_select:hover, .sod_select.focus{
    border-bottom: 3px solid #00335b;
}

.sod_select {
    display: inline-block;
    position: relative;
    border: none;
    outline: 0;
    outline-offset: -2px;

    color: #3f3f3f;
    padding: 23px 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    width: 400px;
    height: 63px;
    text-transform: none;

    border-bottom: 3px solid #00335b;

    cursor: pointer;
    background-color: #dfdfdf;
    background-image: url('../img/arrow_down_blue.png');
    background-position: 95% 55%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.sod_select:before, .sod_select:after{
    display: none;
}

.sod_select .sod_option.selected{
    font-weight: 400;
}

.sod_select .sod_option{
    padding: 10px 40px;
    /*height: 40px;*/
}

.sod_select .sod_list_wrapper {
    position: absolute;
    top: 95%;
    left: 3px;
    display: none;
    height: 200px;
    width: 400px;
    margin: 0 0 0 -3px;
    background: #dfdfdf;
    border: none;
    border-top: none;
    color: #00335b;
    font-weight: 400;
    z-index: 1;
    overflow: scroll;
}

.sod_select .sod_option.active {
    background: none;
    color: #3f3f3f;
}


/* STAGE 3 & STAGE 4 */

#plan-form #stage-three .btn{
    padding: 0 40px;
    margin-right: 30px;
}

#plan-form #stage-four .btn{
    padding: 0 40px;
}

#plan-form #stage-three .btn:nth-of-type(3){
    margin-right: 0;
}

#plan-form #stage-three .content-form{
    width: 735px;
    margin-bottom: 35px;
    padding-top: 55px;
}

#plan-form #stage-four .content-form{
    width: 350px;
}

#plan-form #stage-three .btn-section, #plan-form #stage-four .btn-section {
    margin: 95px auto 0;
}

#plan-form #stage-four .btn:first-child {
    margin-right: 30px;
}

#stage-four .btn.no-bg-btn{
    margin-top: 0;
    margin-bottom: 0;
}

#plan-form #stage-four .content-form{
    margin-top: 55px;
    margin-bottom: 50px;
}

.family-plan{
    display: block;
}

.individual-plan{
    width: 380px;
    margin: 125px auto;
}

#stage-four-a .content-form button{
      margin-top: 65px;
      margin-bottom: 75px;
}

#stage-four-a h2{
      font-size: 30px;
      font-weight: 400;
      color: #425d78;
      width: 85%;
      margin: 0 auto;
}

#stage-four-b h2{
    margin-top: 50px;

}

#stage-four-b{
    height: 250px;
    display: none;
}

#plan-form #stage-four-b .btn {
    padding: 0 46px;
}

#stage-four-b .btn-section{
    margin-top: 40px;
}

/* STAGE 5 */

/*#plan-form #stage-five{
    display: none;
}*/

#plan-form .checkbox input{
    width: 35px;
    height: 20px;
    margin: 0;
}


.checkbox {
    width: 270px;
    position: relative;
    margin: 0 auto 5px;
    font-size: 16px;
    line-height: 24px;
    color: #0079c8;
    background-color: #dfdfdf;
    padding: 12px 0 12px 14px;
    text-align: left;
}
.checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #27303e;
    border-radius: 4px;
}

.checkbox label#no-select{
    background-color: #ffffff;
}

.checkbox label#no-select:after{
    border-color: #6c6e71;
}

.checkbox.no-select{
    background-color: #6c6e71;
    color: #ffffff;
}

.checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox label:hover::after {
    opacity: 0.3;
}
.checkbox input[type=checkbox] {
    visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

#plan-form #stage-five .content-form{
    margin-top: 30px;
    margin-bottom: 35px;
}

#plan-form .content-form .three-col-content .first-col, #plan-form .content-form .three-col-content .second-col{
    margin-right: 0px;
}

#plan-form .content-form .three-col-content .first-col{
    margin-left: 0px;
}

#plan-form .content-form .three-col-content .first-col, #plan-form .content-form .three-col-content .second-col, #plan-form .content-form .three-col-content .third-col {
    width: 33%;
}

/* STAGE 6 */
#plan-form .btn.icon{
    padding: 0;
    width: 47px;
    height: 47px;
    background-color: #0079c8;
    float: right;
    background-size: 25px;
    background-repeat: no-repeat;
}

#plan-form .btn.icon.calendar-btn{
    background-image: url('../img/calendar.png');
    background-position: 51% 45%;
}

#plan-form .btn.icon.clock-btn{
    background-image: url('../img/clock.png');
    background-position: 53% 47%;
}

#plan-form .input-button{
    width:303px;
    margin: 0 auto;
}

.input-button.calendar{
    padding-right: 45px;
}


#plan-form .input-button input{
    width: 230px;
    margin-right: 5px;
}

#plan-form .input{
    width: 300px;
    margin: 0 auto;
}

#plan-form .input input{
    width: 280px
}

#plan-form #stage-six h2{
    margin-bottom: 15px;
}

#plan-form #stage-five .btn-section, #plan-form #stage-six .btn-section, #plan-form #stage-six-b .btn-section, #plan-form #stage-seven .btn-section, #plan-form #stage-seven-b .btn-section{
    width: 355px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#plan-form #stage-five .btn.no-bg-btn, #plan-form #stage-six .btn.no-bg-btn, #plan-form #stage-six-b .btn.no-bg-btn, #plan-form #stage-seven .btn.no-bg-btn, #plan-form #stage-seven-b .btn.no-bg-btn{
    margin: 0;
    padding: 0;
    width: 165px;
}

#plan-form #stage-five .btn.arrow_right.blue, #plan-form #stage-six .btn.arrow_right.blue, #plan-form #stage-six-b .btn.arrow_right.blue, #plan-form #stage-seven .btn.arrow_right.blue, #plan-form #stage-seven-b .btn.arrow_right.blue{
    float: right;
    width: 165px;
}

#plan-form #stage-seven .btn.arrow_right.blue{
    width:165px;
}

#plan-form #stage-six h2:nth-of-type(3){
    margin-top: 30px;
}




/*datepicker*/
img.ui-datepicker-trigger{
    cursor: pointer;
    position: absolute;

}

.ui-widget-header{
    border: none;
    background: #0079c8;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #0067aa;
    color: #0067aa;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 1px solid #0067aa;
    background: #0079c8;
    color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: none;
    background: #0079c8;
    color: #ffffff;
}

/*timepicker*/

.border-btm{
    width: 249px;
    border-bottom: 3px solid #00335b;
    margin-top: -3px;
    position: absolute;
    z-index: 9;
    display: block;
}

.time-dropdown .sod_select:hover, .time-dropdown .sod_select.focus, .time-dropdown .sod_select {
    border-bottom: none;
    font-size: 20px;
    padding: 15px 20px;
}

.time-dropdown .sod_select .sod_list_wrapper{
    width: 249px;
}


.style-select.time-dropdown{
    padding-right: 50px;
}

.style-select.time-dropdown .sod_select{
    width: 307px;
    height: 50px;
    background-image: url('../img/time.png');
    background-position: 100% 50%;
    background-size: 58px;
    background-repeat: no-repeat;
}

/* STAGE 6 B */
.style-select.number-dropdown{
    width: 125px;
    margin: 0 auto;
}

.number-dropdown .sod_select:hover, .number-dropdown .sod_select.open, .number-dropdown .sod_select.focus{
    border: none;
}

.number-dropdown .sod_select{
    width: 135px;
    height: 45px;
    border: none;
    padding: 16px 30px;
    background-image: url('../img/arrow_number_dropdown.png');
    background-position: 100% 55%;
    background-size: 47px;

}

.number-dropdown .sod_select .sod_list_wrapper{
    width: 135px;
}

.row .style-select.number-dropdown{
    float: right;
    margin-top: -40px;
}

#plan-form #stage-six-b .row{
    height: 45px;
    margin-bottom: 25px;
}

#plan-form #stage-six-b .row h3{
    text-align: right;
    margin: 0 155px 0 0;
}

#plan-form #stage-six-b .content-form {
    width: 625px;
}

#plan-form #stage-six-b .row img{
    float: right;
    margin-right: -180px;
    margin-top: -39px;
}

#plan-form #stage-six-b .content-form{
    margin-bottom: 0;
}

#plan-form #stage-six-b .row:nth-of-type(3){
    margin-bottom: 50px;
}

.row .style-select.number-dropdown.child-2{
    margin-top: 30px;
    margin-right: -125px;
}

.row .style-select.number-dropdown.child-3{
    margin-top: 100px;
    margin-right: -125px;
}

.child-3-margin-top{
    margin-top: 170px !important;
}

.child-2-margin-top{
    margin-top: 95px !important;
}

.child-2-height{
    height: 440px !important;
}

.child-3-height{
    height: 500px !important;
}

.child-age-selection{
    display: none;
}

#plan-form #stage-six-b .btn-section.margin-top{
    margin-top: 85px;
}

#plan-form #stage-six-b .btn-section.margin-top-2{
    margin-top: 150px;
}

/* STAGE 7 */

#stage-seven h3{
    text-align: center;
    color: #353535;
    margin-top: 90px;
}

#stage-seven h4{
    color: #353535;
}

#stage-seven p{
    color: #0079c8;
    font-size: 16px;
}

#stage-seven .plan-name h1{
    color: #0079c8;

}

#stage-seven .plan-name h2{
    color: #0079c8;

}

#stage-seven .plan-name h3{
    color: #0079c8;
    margin-top: 0;
}

#stage-seven .deductible, #stage-seven .additional-payment{
    font-size: 20px;
    color: #353535;

}

#stage-seven .price{
    font-size: 30px;
}

#stage-seven .plan-pricing{
    font-size: 22px;
    font-weight: 600;
    color: #0079c8;

}

#plan-form #stage-seven .btn-section{
    width: 385px;
}

#plan-form #stage-seven .btn.arrow_right.blue{
    padding-right: 65px;
}

/* STAGE 7 B */
#plan-form #stage-seven-b .content-form{
    margin-bottom: 23px;
}

#plan-form #stage-seven-b .right-content {
    width: 550px;
    margin-left: 295px;
}

#plan-form #stage-seven-b .check-mark{
    width: 100px;
    height: 70px;
    float: left;
    margin-left: 160px;
    background-image: url('../img/green_check_mark.png');
    background-position: 100% 55%;
    background-repeat: no-repeat;
}

#plan-form #stage-seven-b h1{
    font-size: 70px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

#plan-form #stage-seven-b p{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 27px;
}

#plan-form #stage-seven-b p .blue-text{
    color: #0b7ac2;
}

#plan-form #stage-seven-b .checkbox{
    width: 490px;
    margin-left: 215px;
    background-color: #ffffff;
    color: #777777;
    font-size: 20px;
}

#plan-form #stage-seven-b .btn-section{
    width:430px;
    margin-bottom: 60px;
}

#plan-form #stage-seven-b .btn.arrow_right.blue{
    width: 250px;
}

#plan-form #stage-seven-b .social-media-section{
    width: 570px;
    margin: 0 auto;
}

#plan-form #stage-seven-b .social-media{
    float: right;
    margin-top: -35px;
}

#plan-form #stage-seven-b .social-media div{
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-color: #777777;
    float: right;
}

/*test*/


/* ****************** /LIGHT BOX ******************* */

/* ****************** PI-MODAL ******************* */

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 121, 200, 0.9);
    z-index: 9000;
    display: none;
    top:0;
    left:0;
}

.modal-wrapper{
    width: 1005px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -502px;
    background-color: #ffffff;
    /*border-radius: 5px;*/
    text-align: center;
    z-index: 10000;
    display: none;
    height: auto;
    padding-top: 70px;
}

.close-modal{
    width: 58px;
    height: 58px;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    background-image: url('../img/close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal-body{
    /*position: relative;*/
    display: block;
    /*display: none;*/
    z-index: 10000;
    top: 180px;
    margin: 0 auto;
    height: auto;
}

#stage-two .style-select{
    padding-top: 55px;
}

#stage-one, #stage-two, #stage-three, #stage-four, #stage-four-a, #stage-five, #stage-six, #stage-six-b, #stage-seven, #stage-seven-b{
    display: none;
    height: 350px;
}

#stage-one, #stage-two, #stage-three, #stage-four{
    padding-top: 100px;
}

#stage-five{
    padding-top: 10px;
    height: 525px;
}

#stage-six{
    height: 500px;
    padding-top: 20px;
}

#stage-six-b{
    padding-top: 20px;
    height: 400px;
}

#stage-seven{
    padding-top: 20px;
    height: 630px;
}

#stage-seven-b{
    padding-top: 45px;
    height: 450px
}

.show{
    display: block !important;
}

.hide{
    display: none !important;
}

#plan-form{
    padding-bottom: 70px;
}

.three-column{
    padding: 40px 0 60px;
}

.first-column{
    display: inline-block;
    width: 30%;
}

.second-column{
    display: inline-block;
    width: 30%;
}

.third-column{
    display: none;
    width: 30%;
}

#plan-form .btn.payment-type-select {
    padding: 0 46px;
    text-transform: uppercase;
}



/* ****************** /PI-MODAL ******************* */

/* ************************************ MEDIA QUERIES ************************************* */


@media (max-width: 1169px) and (min-width: 751px) {
    .container{
        width: 90%;
    }

    .header{
        height: 400px;
    }

    .header h1{
        font-size: 36px;
    }

    .header h2{
        font-size: 20px;
    }

    .header h3{
        font-size: 17px;
    }

    .header .main-content {
        top: 120px;
    }

    .email-section .email {
        width: 505px;
        margin: 0 auto;
        right: 0;
    }

    .plans{
        width: 30%;
        margin: 35px 0 0 3%;
    }

    .plans .mid-section{
        padding-left: 0;
    }

    .plans .btn{
        width: 100%;
        padding: 0 43px 0 0;
    }

    .plans-content {
        width: 90%;
        padding: 0 10px;
    }

    .two-col-content .first-col, .two-col-content .second-col{
        width: 40%;
        top: -233px;
    }

    .two-col-content .second-col {
        margin-left: 60%;
    }

    .two-col-content h1 {
        font-size: 37px;
        line-height: 45px;
    }

    .two-col-content .second-col-background, .two-col-content .first-col-background {
        height: 1025px;
    }

    .three-col-content .first-col, .three-col-content .second-col{
        margin-right: 0;
    }

    .three-col-content .first-col{
        margin-left: 0;
    }

    .three-col-content button{
        margin-left: 23%;
    }

    .three-col-content {
        width: 100%;
        margin: 0 auto;
    }

    .three-col-content .first-col, .three-col-content .second-col, .three-col-content .third-col{
        width: 33.33%
    }

    .three-col-content {
        height: 650px;
    }


    .sticky-footer .two-col-content .first-col, .sticky-footer .two-col-content .second-col{
        top: 0;
    }

    .sticky-footer .two-col-content .first-col p{
        font-size: 11px;
        margin-top: 3px;
    }


    .sticky-footer .two-col-content .second-col{
        font-size: 20px;
        padding-top: 20px;
        width: 180px;
    }

    .pop-over{
        font-size: 11px;
        height: 1110px;
    }

    .pop-over .row{
        height:25px;
    }


    .pop-over-plan .pop-over {
        height: 1145px;
    }

    .pop-over-plan .dark-bg{
        width: 80%;
    }

    .pop-over-plan .pop-over .four-col-content{
        width: 90%;
    }

    .pop-over-plan#premier-details .dark-bg{
        height: 880px;
    }

    .pop-over-plan#select-details .dark-bg{
        height: 670px;
    }

    .pop-over-plan#elite-details .pop-over {
        height: 1170px;
    }

    .pop-over-plan#elite-details .dark-bg {
        height: 1015px;
    }
}


/* ****SMART PHONES**** */
@media (max-width: 750px){

    .header{
        background-repeat: no-repeat;
        background-position: 72% 100%;
    }

    .top-border{
        display: block;
        height: 10px;
        background-color: #546367;
    }

    .container{
        width: 80%;
    }

    .top-nav{
        height: 0px;
        padding-top: 0px;
    }

    .top-nav img{
        margin-top: 15px;
    }

    .top-nav .menu-btn{
        float: right;
        position: absolute;
        display: inline;
        right: 20px;
        width: 30px;
        cursor: pointer;
    }

    /* ****************** HEADER ******************* */
    .header{
        height: 580px;
        padding: 35px 0 20px;
        background-color: lightgray;
        /*background-image: ;
        background: cover;*/
    }

    .header .main-content{
        position: relative;
        top: 100px;
    }

    .header h1{
        font-size: 30px;
        letter-spacing: 0.005em;
        line-height: 35px;
    }

    .header h3{
        font-size: 14px;
        letter-spacing: 0.010em;
        margin-bottom: 140px;
    }

    .header h4{
        font-size: 10px;
    }

    .header h2{
        font-size: 18px;
        text-align: center;
        position: relative;
        top: 550px;
    }

    .main-content .email {
        margin: 0 auto 20px;
        width: 260px;
    }

    .main-content .email input{
        margin-bottom: 20px;
    }
    /* ****************** /HEADER ******************* */

    /* ****************** BUTTONS ******************* */
    button{
        height: 47px;
        border: none;
        color: #ffffff;
    }

    .email-btn {
        width: 261px;
        padding: 0 120px 0 15px;
        left: 0px;
        position: relative;
    }

    .btn{
        padding: 0 75px 0 43px;
        font-size: 19px;
    }

    .email-section .email-btn{
        height: 30px;
        margin: 10px 0;
        right: 0;
        font-size: 11px;
        width: 122px;
        padding: 0 20px 3px 0;
    }
    /* ****************** /BUTTONS ******************* */

    /* ****************** CONTENT ******************* */
    .content p{
        margin: 0;
    }

    .content h4{
        font-size: 24px;
        letter-spacing: 0.009em;
    }

    .content p{
        font-size: 14px;
        line-height: 24px;
    }
    /* ****************** /CONTENT ******************* */

    /* ****************** EMAIL ******************* */
    .email-section .email {
        right: 0;
        width: 335px;
        margin: 0 auto;
    }

    .email-section input, .email-section input::-webkit-input-placeholder{
        font-size: 11px;
        height: 30px;
        width: 175px;
        margin-bottom: 3px;
    }

    .email-section .container{
        width: 100%;
        padding: 0;
    }
    /* ****************** /EMAIL ******************* */

    /* ****************** POP-OVER ******************* */
    .mobile-hide{
        display: none;
    }

    .mobile-display{
        display: block;
    }


    #pop-over .pop-over{
        display: none;
    }

    .four-col-content .close{
        background-image: url('../img/close_white.png');
        background-repeat: no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        float: right;
        margin-top: 16px;
        margin-right: 16px;
        cursor: pointer;
    }



    .compare-link{
        display: none;
    }

    .pop-over-plan .row, .pop-over-plan .row.dark{
        background-color: #0067aa !important;
        color: #ffffff;
    }

    .pop-over-plan .dark-bg{
        width: auto;
    }

    .pop-over-plan .pop-over .four-col-content{
        width: auto;
    }

    .pop-over-plan#elite-details, .pop-over-plan#premier-details, .pop-over-plan#select-details {
        margin-top: 125px;
    }

    .pop-over-plan#elite-details{
        height: 1575px;
    }

    .pop-over-plan#premier-details{
        height: 1355px;
    }

    .pop-over-plan#select-details{
        height: 1025px;
    }

    .pop-over-plan .main-title{
        padding: 10px 0 13px;
    }

    .pop-over-plan .main-title.elite{
        background-color: #001c2f;
    }

    .pop-over-plan .main-title.premier{
        background-color: #003152;
    }

    .pop-over-plan .main-title.select{
        background-color: #005288;
    }

    .pop-over-plan h1{
        font-size: 24px;
        letter-spacing: 0.004em;
    }

    .pop-over-plan h4{
        font-size: 12px;
        letter-spacing: 0.004em;
    }

    .pop-over .row{
        height: 45px;
        padding-right: 20px;
    }

    .container.pop-over-plan{
        width: 100%;
        padding: 0;
    }

    .pop-over .first-col .row{
        padding-left: 20px;
    }
    /* ****************** /POP-OVER ******************* */

    /* ****************** PLANS ******************* */


    .display-handle{
        display: none;
    }
    
    #plans-section h2{
        display: none;
    }



    #plans-section .btm-section h2{
        display: block;
    }

    .container#plans-section{
        width:100%;
        padding: 0;
    }

    #plans-section-mobile{
        display: block;
    }

    #plans-section-mobile h2{
        font-size: 22px;
        letter-spacing: 0.019em;
        color: #0079c8;
        text-align: center;
        margin: 25px 0;
    }

    #plans-section-mobile .nav #plan-one, #plans-section-mobile .nav #plan-two, #plans-section-mobile .nav #plan-three{
        float: left;
        width: 33.33%;
        height: 100px;
        text-align: center;
    }

    #plans-section-mobile .nav #plan-one{
        background-color: #d4b552;
    }

    #plans-section-mobile .nav #plan-two{
        background-color: #b1b3b4;
    }

    #plans-section-mobile .nav #plan-three{
        background-color: #b1b3b4;
    }

    #plans-section-mobile h6{
        font-size: 10px;
        letter-spacing: 0.004em;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-weight: 100;
        margin: 39px 19px;
    }

    #plans-section .plans {
        width: 100%;
        margin: 0;
    }

    /*#plan-one-content{
        display: block;
    }

    #plan-two-content{
        display: none;
    }

    #plan-three-content{
        display: none;
    }*/

    .plans#plan-one-content .top-section {
        padding: 10px 0 13px;
        background-color: #d4b552;
    }

    .plans#plan-two-content .top-section, .plans#plan-three-content .top-section {
        padding: 10px 0 13px;
        background-color: #b1b3b4;
    }

    .plans .mid-section {
        height: 306px;
        padding-left: 0;
        width: 260px;
        margin: 0 auto;
    }

    .plans .btn{
        width: 260px;
    }

    #plans-section {
        height: 935px;
    }

    .plans-content{
        margin: 0 auto;
    }

    #plans-section-header{
        display: none;
    }

    .plans:nth-last-child(3), .plans:nth-last-child(2), .plans:nth-last-child(1){
        background-color: #00335B;
    }
    /* ****************** /PLANS ******************* */


    /* ****************** TWO-COL-CONTENT ******************* */
    .two-col-content .first-col-background, .two-col-content .second-col-background {
        width: 100%;
        float: none;
        height: 770px;
    }

    .two-col-content .second-col-background{
        height: 760px;
    }

    .two-col-content .first-col, .two-col-content .second-col {
        width: 100%;
        float: none;
        position: relative;
        padding-top: 50px;
    }

    .two-col-content .first-col{
        margin-top: -1543px;
    }

    .two-col-content .second-col {
        margin-left: 0;
        margin-top: 270px;
    }

    .two-col-content h1{
        font-size: 28px;
        letter-spacing: 0.017em;
        line-height: 35px;
        text-align: center;
        margin-bottom: 40px;
    }


    .two-col-content p{
        font-size: 14px;
        letter-spacing: 0.010em;
        line-height: 24px;
        text-align: center;
        width: 255px;
        margin: 30px auto;
    }

    .two-col-content .first-col {
        margin-left: 0;
    }

    .two-col-content .second-col button, .two-col-content .first-col button {
        margin: 35px auto;
        width: 100%;
        padding: 0;
    }

    .two-col-content .first-col button{
        margin-top: 20px;
    }
    /* ****************** /TWO-COL-CONTENT ******************* */

    /* ****************** THREE-COL-CONTENT ******************* */
    .three-col-content {
        width: 270px;
        margin: 730px auto;
    }

    /*.three-col-content .first-col {
        margin-left: -9px;
    }*/

    .three-col-content div.icon{
        float: left;
        margin-right: 20px;
    }

    .three-col-content .col-content{
        /*float: left;*/
        margin-top: 80px;
    }

    .three-col-content .first-col, .three-col-content .second-col, .three-col-content .third-col{
        width: 100%;
        margin-left: -9px;
    }

    .three-col-content h1, .three-col-content h2{
        text-align: left;
    }
    /* ****************** /THREE-COL-CONTENT ******************* */

    /* ****************** FOOTER ******************* */
    footer{
        margin-top: -490px;
        border: none;
        padding: 80px 0;
    }

    footer ul{
        width:100%;
    }

    footer li{
        display: list-item;
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0;
    }

    .copyright p{
        margin-top: 60px;
    }
    /* ****************** /FOOTER ******************* */

    /* ****************** PI-MODAL ******************* */

    .overlay{
        display: none !important;
    }

    .modal-wrapper{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        position: fixed;
        overflow: scroll;
        border-top: 10px solid #546367;
        padding-top: 95px;
    }

    .close-modal{
        right:15px;
    }

    #plan-form #stage-one .content-form{
        width: 87%;
    }

    .status-bar{
        width: 87%;
    }

    #plan-form .btn{
        margin-top: 50px;
    }

    .status-bar{
        margin-top: 200px;
        margin-bottom: 100px;
    }

    .sod_select{
        width: 80%;
    }

    #plan-form h2{
        font-size: 28px;
    }

    #plan-form h3{
        font-size: 20px;
    }

    #plan-form p{
        font-size: 18px;
    }

    #plan-form #stage-three .content-form{
        width: 100%;
    }

    #plan-form #stage-three .btn, #plan-form #stage-four .btn:first-child{
        margin-right: 0;
    }

    #plan-form .btn{
        margin-top: 20px;
    }

    #plan-form #stage-three .content-form button, #plan-form #stage-four .content-form button{
        width: 225px;
    }

    #plan-form #stage-two .btn-section, #plan-form #stage-three .btn-section, #plan-form #stage-four .btn-section{
        width:100%;
    }

    #plan-form .btn.no-bg-btn{
        background-position: 22% 50%;
    }

    #plan-form .content-form .three-col-content{
        margin: 0 auto;
        width: auto;
    }

    #plan-form .content-form .three-col-content .first-col, #plan-form .content-form .three-col-content .second-col, #plan-form .content-form .three-col-content .third-col{
        width: 100%;
    }

    #plan-form #stage-five{
        height:875px;
    }

    #plan-form #stage-five .content-form{
        width: 100%;
        margin-top: 40px;
    }

    #plan-form #stage-five .three-col-content .first-col, #plan-form #stage-five .three-col-content .second-col, #plan-form #stage-five .three-col-content .third-col{
        margin-left: 0;
    }

    #plan-form .checkbox{
        text-align: left;
    }

    #plan-form #stage-five .btn-section{
        padding-top: 500px;
    }

    #plan-form #stage-two .btn.no-bg-btn, #plan-form #stage-five .btn.no-bg-btn, #plan-form #stage-six .btn.no-bg-btn, #plan-form #stage-six-b .btn.no-bg-btn, #plan-form #stage-seven-b .btn.no-bg-btn {
        background-position: 12% 50%;
    }

    #plan-form #stage-two .btn.arrow_right.blue, #plan-form #stage-five .btn.arrow_right.blue, #plan-form #stage-six .btn.arrow_right.blue, #plan-form #stage-six-b .btn.arrow_right.blue{
        float: none;
    }

    #plan-form #stage-five .status-bar, #plan-form #stage-six .status-bar{
        margin-top: 0;
    }

    #plan-form #stage-six .input-button input{
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    #plan-form #stage-six .btn.icon{
        margin-top: -64px;
        position: relative;
        margin-right: 6px;
        background-size: 20px;
        width: 35px;
        height: 35px;
    }

    #plan-form #stage-six h2{
        font-size: 22px;
    }

    #plan-form .btn.icon.calendar-btn{
        background-position: 50% 45%;
    }

    #plan-form #stage-six-b{
        height: 440px;
    }


    #plan-form #stage-six-b .row{
        height: auto;
    }

    #plan-form #stage-six-b .content-form, #plan-form .content-form{
        width: 100%;
    }

    #plan-form #stage-six-b .row h3{
        text-align: center;
        margin: 0;
    }

    .row .style-select.number-dropdown{
        float: none;
        margin-top: 20px;
    }

    #plan-form #stage-six-b .row:nth-of-type(3){
        margin-bottom: 25px;
    }

    #plan-form #stage-six-b .row img{
        float: right;
        margin-right: 80px;
        margin-top: -43px;
    }

    #plan-form #stage-six-b .btn-section.margin-top{
        margin-top: 150px;
    }

    #plan-form #stage-seven-b .check-mark{
        margin: 0 auto 10px;
        float: none;
        background-position: 59% 51%;
        background-size: 46px;
        background-color: #ffffff;
        border-radius: 100%;
        height: 70px;
        width: 70px;
    }

    #plan-form #stage-seven-b .right-content{
        margin: 0;
        width: 100%;
    }

    #plan-form #stage-seven-b h1{
        text-align: center;
        font-size: 36px;
        color: #ffffff;
    }

    #plan-form #stage-seven-b p{
        text-align: center;
        font-size: 18px;
        color: #ffffff;
    }

    #plan-form #stage-seven-b .bg-mobile{
        background-color: #0079c9;
        padding: 20px 0 40px;
    }

    #plan-form #stage-seven-b .checkbox{
        width: 75%;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        background-color: #0079c9;
    }

    #plan-form #stage-seven-b .checkbox input{
        width: 20px;
    }

    #plan-form #stage-seven-b .social-media-section{
        display: none;
    }

    #plan-form #stage-seven .btn-section, #plan-form #stage-seven-b .btn-section{
        width: 250px;
    }

    #plan-form #stage-seven-b .btn{
        margin-top: -110px;
    }

    #plan-form #stage-seven .btn-section, #plan-form #stage-seven-b .btn-section{
        margin-top: 110px;
    }

    #plan-form #stage-seven .btn.no-bg-btn{
        width: 200px;
    }

    .child-2-height{
        height: 500px !important;
    }

    .child-3-height{
        height: 520px !important;
    }


    .input-button.calendar{
        padding-right: 0;
    }

    #plan-form #stage-six .input-button input.hasDatePicker{
        padding-left: 20px;
        width: 284px;
    }

    #plan-form .input-button.calendar{

    }

    #stage-two .sod_select .sod_list_wrapper{
        width:320px;
    }

    .style-select.time-dropdown .sod_select {
        width: 303px;
        height: 50px;
        background-image: url('../img/clock-btn.png');
        background-position: 98% 49%;
        background-size: 37px;
        background-repeat: no-repeat;
        border-bottom: 3px solid #00335b;
    }

    .time-dropdown .sod_select .sod_list_wrapper {
        width: 303px;
    }

    .border-btm{
        border-bottom: none;
    }


    #plan-form #stage-seven-b p .blue-text{
        color: #ffffff;
    }

    .row .style-select.number-dropdown.child-2, .row .style-select.number-dropdown.child-3{
        margin: 30px auto;
    }

    .margin-top{
        margin-top: 30px;
    }

    #plan-form #stage-six-b .btn-section.margin-top, #plan-form #stage-six-b .btn-section.margin-top-2{
        margin-top: 35px;
    }

    .add-btn-margin{
        margin-top: -75px !important;
    }


    .sticky-menu, .sticky-footer{
        display: none;
    }

    .sticky-menu-footer{
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        bottom:0;
        right:0;
        z-index: 99999999999;
        height: 50px;
    }

    .sticky-menu-footer .four-col-content{
        width:100%;
    }

    .sticky-menu-footer .four-col-content .first-col, .sticky-menu-footer .four-col-content .second-col, .sticky-menu-footer .four-col-content .third-col, .sticky-menu-footer .four-col-content .fourth-col{
        width: 20%;
        height: 50px;
        display: inline-block;
        color: #ffffff;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
    }

    .sticky-menu-footer .call-us{
        background-image: url('../img/telephone.png');
        background-repeat: no-repeat;
        background-position: 50% 47%;
        width: 100%;
        height: 100%;
        background-size: 24px;
        cursor: pointer;
    }

    .sticky-menu-footer .live-chat{
        background-image: url('../img/live-chat.png');
        background-repeat: no-repeat;
        background-position: 50% 47%;
        width: 100%;
        height: 100%;
        background-size: 24px;
    }

    .sticky-menu-footer .menu-btn{
        background-image: url('../img/menu.png');
        background-repeat: no-repeat;
        background-position: 50% 47%;
        width: 100%;
        height: 100%;
        background-size: 24px;
        cursor: pointer;
    }

    .sticky-menu-footer .quote-plan{
        position: absolute;
        margin: 15px 30px;
    }

    .sticky-menu-footer .four-col-content .third-col{
        width: 35%;
    }

    .sticky-menu-footer .four-col-content .fourth-col{
        border-right: none;
    }

    .sticky-menu-footer .quote-plan a{
        font-size: 10px;
        color: #ffffff;
    }

    .zopim {
        margin-bottom: 50px !important;
    }

    img.ui-datepicker-trigger{
        /*margin-top: 5px;
        position: absolute;
        width: 35px;
        margin-left: -40px;*/
        margin-top: 5px;
        position: absolute;
        width: 35px;
        margin-left: -40px;
    }

    #stage-four-a .content-form button {
        margin-top: 65px;
        margin-bottom: 0;
        width: 300px;
        padding: 25px 50px;
        height: 91px;
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
    }

    #stage-four-a{
        height: 430px;
    }

    #stage-seven{
        height:820px;
    }
    #stage-seven .btn{
        width: 260px;
    }



    /* ****************** /PI-MODAL ******************* */
}
/* ************************************ /MEDIA QUERIES ************************************* */