/*  @ Title:  layout
    @ Client: Citigroup
    @ Author: Ben Copping
*/
body#gac {
    font: 62.5%/1.5 "arial", helvetica;
    background: url('../img/mainBg.gif') repeat;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}


#acceskeys {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin: auto;
    text-align: left;
    width: 980px;
}

#skiplinks {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    height: 20px;
    clip: rect(0px, 290px, 20px, 0px);
}

    #skiplinks UL {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #skiplinks LI {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
    }

    #skiplinks A {
        color: #000000;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        width: 0;
        height: 0;
        font-size: 1em !important;
        z-index: 1000;
    }

        #skiplinks A:active, #skiplinks A:focus {
            position: absolute;
            overflow: visible;
            width: auto;
            height: auto;
            margin: auto;
            padding: 3px;
            background-color: #E7FF44;
        }

#gac a,
.no-touch #gac a.tel-link:hover {
    text-decoration: none;
    color: #FFF;
}

.no-touch #gac a.tel-link {
    cursor: default
}
/* W-2015-110 */

.new_term_link {
    text-decoration: underline !important;
}

.expedia-heading {
    padding-bottom: 14px !important;
    padding-top: 0 !important;
}
/* W-2015-110 */

/*-- light and dark color overwrites --*/
#gac .dark,
#gac .dark a,
.no-touch #gac .dark a.tel-link:hover {
    color: #000
}

#gac .light {
    color: #FFF
}

@font-face {
    font-family: 'interstateextralight';
    src: url('font/interstate_extralight-webfont.eot');
    src: url('font/interstate_extralight-webfont.eot?#iefix') format('embedded-opentype'), url('font/interstate_extralight-webfont.woff') format('woff'), url('font/interstate_extralight-webfont.ttf') format('truetype'), url('font/interstate_extralight-webfont.svg#interstateextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "InterstateLight";
    src: url("font/interstate-light/c58db4f5-489e-4623-a1b2-64d3c8bd3cac-2.eot");
    src: url("font/interstate-light/c58db4f5-489e-4623-a1b2-64d3c8bd3cac-2.eot?#iefix") format("embedded-opentype"), url("font/interstate-light/c58db4f5-489e-4623-a1b2-64d3c8bd3cac-3.woff") format("woff"), url("font/interstate-light/c58db4f5-489e-4623-a1b2-64d3c8bd3cac-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

#gac h1 {
    font-family: 'interstateextralight', helvetica, arial, sans-serif;
}

    /*-- removed custom font for #gac p --*/
    #gac h2,
    #gac h3,
    #gac h4,
    #gac a.tel-link strong,
    #register-direct p,
    .tel,
    #gac h1.item-costs span.sub-header,
    #gac .benefits p.phone span,
    #gac .benefits a.tel-link {
        font-family: "arial", helvetica, InterstateLight, sans-serif;
        ;
    }

#gac strong {
    font-weight: bold;
}

#gac a:hover,
#gac h1 a:hover {
    color: #e1e1e1;
    opacity: 0.9;
}

#gac #frame {
    width: 984px;
    margin: 0 auto;
}

/*--
    LOCAL NAV
--*/
#gac #local-nav {
}

    #gac #local-nav ul li,
    #gac #local-nav ul li a {
        display: inline-block;
    }

/*--
    MAIN NAV
--*/
#gac #main-nav {
    background-image: url('../img/mainNavBg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #214986;
    border-bottom: 5px solid #000;
    font-size: 1.1em;
    padding: 0 15px;
    position: relative;
    z-index: 11;
}

    #gac #main-nav li {
        float: left;
    }

        #gac #main-nav li a {
            padding: 5px 15px 0;
            height: 21px;
            color: #FFF;
            font-weight: bold;
        }

            #gac #main-nav li.active a,
            #gac #main-nav li a:hover {
                background: url('../img/mainNavLiActiveBg.jpg') 0 0 repeat-x;
            }

/*--
    SUB NAV
--*/
#gac #sub-nav {
    min-height: 21px;
    padding: 12px 45px 0;
    border-bottom: 1px solid #fff;
    font-size: 1.4em;
    line-height: 1.2em;
    position: relative;
    z-index: 100;
    background: url('../img/bg/transparent-black.png') repeat;
    width: 894px;
}

#gac.travel-section #sub-nav {
    padding: 12px 55px 0 35px;
}

#gac #sub-nav li {
    padding: 0 25px 0;
    background: url('../img/subNavRtBorder.png') 100% 2px no-repeat;
}

    #gac #sub-nav li.last {
        background: none
    }

    #gac #sub-nav li a {
        color: #99A0A6;
        padding: 0 0 4px 0;
        line-height: 1.2em;
    }

        #gac #sub-nav li.active a,
        #gac #sub-nav li a:hover {
            border-bottom: 3px solid #FFF;
            color: #FFF;
            padding: 0 0 8px 0;
        }


/*--
    MAIN CONTENT
--*/

#gac #main-content {
    background-color: #1D2B38;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/*--
    BASE FOR PAGE INTROS (EACH SECTION VARIES AND BUILDS ON TOP OF THISE)
--*/
#gac #intro {
    padding: 55px 70px;
    margin-bottom: -196px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

    #gac #intro.dark {
        background-color: #FFF;
    }

    #gac #intro.light {
        background-color: #000;
    }

    #gac #intro h1 {
        font-size: 5em;
        line-height: 1em;
        padding: 0 0 30px 0;
    }

    #gac #intro p {
        font-size: 1.3em;
        line-height: 1.231em;
    }

    #gac #intro .i-upper {
        position: relative;
        z-index: 5;
    }

        #gac #intro .i-upper h1 {
            font-size: 5em
        }

    #gac #intro .i-lower h1,
    #gac #intro .i-lower h2 {
        font-size: 1.5em;
        line-height: 1.134em
    }

    #gac #intro h2.sub-header {
        text-transform: none;
        font-size: 1.4em;
        font-weight: normal
    }

    #gac #intro h1.points {
        font: normal normal 5em Georgia, sans-serif;
    }

    #gac #intro h2.total_points {
        font: italic normal normal 1.4em Georgia, sans-serif;
        text-transform: none;
    }

    #gac #intro.light.top-line .i-lower h1 {
        padding-bottom: 5px;
        color: #FFF;
    }

        #gac #intro.light.top-line .i-lower h1 a {
            color: #FFF;
        }

    #gac #intro.dark.top-line .i-lower h1 {
        padding-bottom: 5px;
        color: #000;
    }

        #gac #intro.dark.top-line .i-lower h1 a {
            color: #000;
        }

            #gac #intro.dark.top-line .i-lower h1 a:hover,
            #gac #intro.light.top-line .i-lower h1 a:hover {
                color: #CDAA2C
            }

    #gac #intro.dark.top-line .i-upper {
        padding-bottom: 21px;
    }

    #gac #intro.dark.top-line #notifications {
        padding: 10px 0;
    }

        #gac #intro.dark.top-line #notifications.no-points {
            background-image: none;
        }

#gac #notifications h2.sub-header.notifications {
    margin-top: 10px;
}

#gac #intro #notifications h2.sub-header {
    font-size: 1.3em;
}

#gac #notifications a.notifications {
    position: relative;
    display: block;
    float: left;
    clear: left;
    background: #343532;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1em;
    padding: 6px 8px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gac #notifications a.no-notification {
    padding: 0 0px 0 0;
    margin-right: 5px;
}

#gac #notifications a.notifications:hover {
    color: #FFF
}

#gac #intro.dark #notifications p {
    width: auto;
    margin: 18px 0
}


/*--
    main content padded
--*/
#gac .mc-padded {
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
    width: 926px;
}

/*--
    GLOBAL MODULE COMPONENTS
--*/

#gac .module {
    margin: 6px 6px 0 0;
    background-color: #666;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*--

    MODULE BACKGROUND COLORS
    taken from design vernacular pdf

--*/
#gac .m-blank {
    background-color: transparent
}

/*-- primary --*/
#gac .m0 {
    background-color: #FFF
}

#gac .m1 {
    background-color: #333333
}
/*Another dark gray*/
#gac .m2 {
    background-color: #293642
}
/*Another dark gray blue gray*/
#gac .m3 {
    background-color: #CCAA22
}
/*Honey*/
#gac .m4 {
    background-color: #314251
}
/* */
#gac .m4-1 {
    background-color: #4c5c69
}
/*Dove gray*/
#gac .m5 {
    background-color: #1B3857
}
/*Nile Blue*/

/*-- secondary --*/
#gac .m9 {
    background-color: #003946
}
/*-- 003946 */
#gac .m10 {
    background-color: #542542
}

#gac .m11 {
    background-color: #7D6E60
}
/*Sandstone*/
#gac .m12 {
    background-color: #382F2D
}

#gac .m13 {
    background-color: #2a0526
}
/* 2a0526 */
#gac .m14 {
    background-color: #613a0d
}

#gac .m15 {
    background-color: #731f29
}
/*brick*/
#gac .m16 {
    background-color: #656022
}
/*-- 656022 --*/
#gac .m16-1 {
    background-color: #476b5f
}
/*Plantation - darker green*/
#gac .m17 {
    background-color: #3d5d53
}
/*-- 486b60--*/ /*Mineral Green*/
#gac .m19 {
    background-color: #440505
}
/*Bulgarian Rose - very dark burgundy, brownish red*/
#gac .m23 {
    background-color: #4c4c4c
}
/* #4c4c4c */

/* revised colors */
#gac .m24 {
    background-color: #467598;
}

#gac .m25 {
    background-color: #386484;
}

#gac .m26 {
    background-color: #542542;
}

#gac .m27 {
    background-color: #360a26;
}

#gac .m28 {
    background-color: #00596c;
}

#gac .m29 {
    background-color: #004857;
}

#gac .m30 {
    background-color: #343637;
}

#gac .m31 {
    background-color: #343532;
}

#gac .m32 {
    background-color: #a45c1b;
}

#gac .m33 {
    background-color: #a75286;
}

#gac .m34 {
    background-color: #4b4313;
}

#gac .m35 {
    background-color: #1c051f;
}

#gac .m36 {
    background-color: #161E24;
}

#gac .m37 {
    background-color: #7e4007;
}

#gac .m38 {
    background-color: #002448;
}

#gac .m39 {
    background-color: #514c14;
}

#gac .m40 {
    background-color: #4a254e;
}

#gac .m41 {
    background-color: #360a26;
}

#gac .m42 {
    background-color: #00748f;
}

#gac .m43 {
    background-color: #722264;
}

#gac .m44 {
    background-color: #3b3a13;
}

#gac .m45 {
    background-color: #1d021e;
    color: #fff;
}

#gac .m46 {
    background-color: #1c3b64;
}

#gac .m47 {
    background-color: #736517;
}

#gac .m48 {
    background-color: #6d2453;
}

#gac .m49 {
    background-color: #0d3862;
}

#gac .m50 {
    background-color: #00748f;
}

#gac .m51 {
    background-color: #141d24;
}

#gac .m52 {
    background-color: #1d021e;
}

#gac .m53 {
    background-color: #24344E;
}


#gac .module-bg {
    position: absolute;
    left: 0;
    top: 0;
}



#gac .modal-highlight {
    overflow: visible !important;
}

#gac .module p a {
    text-decoration: underline;
}

#gac .module-frame .module {
    float: left
}

/*--
    Module header
--*/
#gac .module .m-header {
    padding: 40px 0 15px 40px;
}

#gac .module .m-content .m-header {
    padding: 15px 0 0 0;
}

#gac .module .mc-3 .m-header,
#gac .module .mc-4 .m-header {
    padding: 0px 0 15px 40px;
    margin-bottom: 20px;
}

#gac .module .mc-3 .m-header {
    margin-bottom: 45px;
}

#gac #LUXE-Loathes .m-header {
    margin-bottom: 0;
    padding-top: 40px;
}

#gac #LUXE-Loathes .m-content .m-header {
    padding-top: 0px;
}

#gac .module .m-intro {
    width: 650px;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

#gac .module .m-header h2,
#gac .module .m-header-nosep h2 {
    font-size: 2.6em;
    line-height: 1.154em;
    text-transform: none;
}

#gac .module .m-header h3 {
    padding: 0 0 10px 0;
    font-size: 1.8em;
    line-height: 1em;
}

#gac .module h3.hc-1 {
    /*color:#CDAA2C*/
}

#gac .module .m-header span.sub-header {
    font-size: 1.4em;
    line-height: 1.2em;
    display: block;
    padding: 0 0 10px 0;
}

#gac .module h3,
#gac .terms h2 {
    font-size: 1.8em;
    line-height: 1.223em;
    padding: 0 0 8px 0;
}

#gac .module p {
    /*font-size:1.3em;
    line-height: 1.154em; --15px-- (1.5/1.3 round to 3 dec)*/
    font-size: 1.2em;
    line-height: 1.25em;
    padding: 5px 0;
}

#gac .mc-frame .m-content strong {
    font-weight: bold;
}


#gac .module p.offer em {
    font-family: Georgia, arial, sans-serif;
    font-style: italic;
    margin: 15px 0;
    font-size: 1.2em;
}

/*-- buttons --*/
#gac .round_btn {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

#gac .rb_sml {
    min-width: 70px;
    min-height: 70px
}

#gac .round_btn a,
#gac a.round-chev,
#gac p a.more,
#gac .apply a,
#gac .overlay-carousel .m-header h4 a.show-map span.map,
#gac input#gate-button {
    font-size: 1.2em;
    line-height: 20px;
    border: 1px solid #d6d7d6;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 7px;
    text-transform: uppercase;
    text-decoration: none;
}

    #gac .round_btn a:hover,
    #gac a.round-chev:hover,
    #gac p a.more:hover,
    #gac p a.more:focus,
    #gac .overlay-carousel .m-header h4 a.show-map:hover span.map {
        background: #d6d7d6;
        color: #000;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important; /* For IE8 and earlier */
    }

#gac p.top a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 20px;
}

#gac p.sized a {
    font-size: 1em;
}

#gac .module p a.more {
    font-size: 1em;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

#gac .apply a,
#gac .more.bonusRate,
#gac .s-content .round_btn a {
    background: #d6d7d6;
    border: 1px solid #d6d7d6;
    color: #000;
}

.apply a em {
    font-style: normal;
}

#gac .apply a:hover,
#gac .more.bonusRate:hover,
#gac .s-content .round_btn a:hover,
#gac input#gate-button:focus,
#gac input#gate-button:hover {
    background: none;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#gac .round_btn a .inner,
.round-chev span {
    font-style: normal;
    display: block;
    outline: none;
}

#gac .round_btn.rejected {
    background: #fff;
    color: #000000;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

    #gac .round_btn.rejected a:hover {
        color: #333;
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }


/*-- adjust the round button if we are the form button --*/
#gac button.round_btn {
    background: #cdaa2c;
    border: 0;
    display: inline-block;
    border-radius: 100%;
    padding: 0 10px;
    position: relative;
    color: #000;
    font: italic normal normal 1.5em Georgia, sans-serif;
    top: 0;
    cursor: pointer;
    height: auto;
    width: auto;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 16px;
}

/*-- opera hack --*/
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
    #gac button.round_btn {
        padding-top: 30px;
    }
}


/*-- points sprite --*/
#gac .points-sprite {
    display: block;
    margin: 0 auto;
    height: 82px;
    width: 82px;
    background-image: url('../img/icons/points-sprite.png');
    background-repeat: no-repeat;
    text-decoration: none !important;
}

#gac .ps1 {
    background-position: 0 0
}

#gac .ps2 {
    background-position: -83px 0
}

#gac .ps3 {
    background-position: -165px 0
}

#gac .ps4 {
    background-position: -247px 0
}

#gac .ps5 {
    background-position: -329px 0
}

#gac .ps6 {
    background-position: -411px 0
}

#gac .ps7 {
    background-position: -493px 0
}

#gac .ps8 {
    background-position: -575px 0
}

#gac .ps9 {
    background-position: -657px 0
}

#gac .ps10 {
    background-position: -739px 0
}

#gac .ps11 {
    background-position: -821px 0
}

#gac .ps12 {
    background-position: -903px 0
}

#gac .points-sprite span {
    font: normal normal 2.3em Georgia, sans-serif;
    display: block;
    padding: 25px 0;
    color: #FFF;
}

#gac h1.item-costs,
#gac h4.item-costs {
    line-height: 2.2em;
    padding: 8px 0px;
    color: #FFF;
}

#gac h1.item-costs {
    padding-top: 24px;
}

    #gac h1.item-costs span,
    #gac h4.item-costs span {
        font-size: 2.5em;
        font-style: normal;
        display: inline-block;
        font-weight: normal;
    }

        #gac h1.item-costs span span.points,
        #gac h4.item-costs span span.points {
            font-size: 12px;
            text-transform: uppercase;
        }


#gac .module ul li h4.item-costs span {
    font-size: 1.9em;
}


#gac h1.item-costs span.sub-header,
#gac h4.item-costs span.sub-header {
    font-size: 12px;
    text-transform: uppercase;
}

#gac .module ul li h4.item-costs span.sub-header {
    font-size: 12px;
    line-height: 1em;
}

/*-- blockquote --*/
#gac blockquote {
    background: url('../img/quote-left.png') 0 0 no-repeat;
    font-size: 1.6em;
    line-height: 1.125em;
    padding: 18px 0;
    position: absolute;
    width: 165px;
}

    #gac blockquote span {
        background: url('../img/quote-right.png') bottom right no-repeat;
        display: inline;
        padding: 16px 0
    }

#gac cite {
    font-size: 1.4em;
    position: absolute;
    bottom: 20px;
}

/*-- useful lists decorations --*/
#gac .module ul {
    margin: 0 0 20px 0
}

    #gac .module ul:last-of-type {
        margin: 0;
    }


    #gac .module ul.decorated li {
        background-position: bottom center;
        background-repeat: no-repeat;
        margin: 0 0 19px 0;
        padding: 0 0 18px 0;
    }

    #gac .module ul.plain li {
        list-style: disc;
        list-style-position: inside;
        padding: 8px 0;
        line-height: 1.1em;
    }

        #gac .module ul.plain li a {
            text-decoration: underline
        }

#gac .footnote {
    text-align: center;
    padding: 8px 0
}

    #gac .footnote p {
        font-size: 1em
    }


/*--
    STICKY NAV
--*/
#gac .sticky-nav {
    margin: 0 0 0 10px;
    z-index: 50;
}

#gac .travel .sticky-nav {
    /*background: rgba(0,0,0, 0.5);*/
}

#gac .sticky-nav li {
    display: inline;
    padding: 0 8px;
    font-size: 1.3em;
    line-height: 1.1em;
}

    #gac .sticky-nav li a {
        padding: 18px 0px 18px 0;
        width: 150px;
        text-align: center;
        display: inline-block;
        color: #272725;
    }

#gac .travel .sticky-nav li a {
    color: #FFF;
    width: auto;
}

#gac .sticky-nav li a:hover {
    color: #FFF
}

#gac .sticky-nav.triggered li a {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

    #gac .sticky-nav.triggered li a:hover,
    #gac .sticky-nav.triggered li.active a {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

#gac .mc-padded .top,
#gac .module .top {
    padding: 0 40px 30px 0;
    display: block;
    text-align: right;
    clear: both;
}

#gac .module .m-content .top {
    padding: 0 0 30px 0;
}


/*--
    MODULE CONTENT TABS
--*/
#gac .mc-tabs {
    padding: 20px 0 0 40px;
    background: url('../img/tab-opacity-20.png') bottom left repeat-x;
    position: relative;
    min-height: 42px;
}

    #gac .mc-tabs ul {
        margin: 0;
    }

        #gac .mc-tabs ul li {
            display: inline;
            font-size: 1.4em;
            line-height: 1em;
        }

            #gac .mc-tabs ul li a {
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

                #gac .mc-tabs ul li a,
                #gac .mc-tabs ul li a:hover {
                    display: inline-block;
                    cursor: pointer;
                }

                    #gac .mc-tabs ul li a:hover span {
                        color: #FFF;
                        border-bottom: 3px solid #FFF;
                        padding: 12px 18px
                    }

                    #gac .mc-tabs ul li a span {
                        display: inline-block;
                        padding: 12px 18px 15px 18px;
                    }

            #gac .mc-tabs ul li.active a,
            #gac .mc-tabs ul li.active a:hover {
                color: #FFF !important;
                opacity: 1;
                filter: alpha(opacity=100);
            }

                #gac .mc-tabs ul li.active a span {
                    border-bottom: 3px solid #FFF;
                    padding: 12px 18px;
                }

/*hacky fix for resizing issues*/
#gac #LUXE-Loves .mc-tabs-frame {
    min-height: 222px;
}
/* Set height for tabs on some modules */
#gac #LUXE-Insider ul.slides {
    height: 264px;
}

#gac #dining ul.slides {
    height: 230px;
}

/*-- JS STATES --*/
.js #gac .mc-tabs-frame .tab-content {
    display: none
}

.tc-active {
    display: block !important
}


/*--- 
    Custom UI Select 
---*/
#gac .ui-selectmenu {
    display: block;
    position: relative;
    height: 28px;
    text-decoration: none;
    overflow: hidden;
    background: #FFF
}

#gac .ui-selectmenu-icon {
    position: absolute;
    right: 0px;
    top: 0;
}

#gac .ui-state-default .ui-icon {
    background-image: url("../img/buttons/travel_dropdown_arrow.gif");
    background-repeat: no-repeat;
    height: 28px;
    width: 27px;
    padding: 0 !important;
    border-left: 1px solid #000;
}

#gac .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    border-top: 1px solid #000;
    visibility: hidden;
    overflow: auto;
    z-index: 100;
    background: #FFF;
    height: 150px !important;
    z-index: 10 !important
}

#gac .ui-selectmenu-open {
    visibility: visible
}

#gac .ui-selectmenu-menu {
    background: #F3F3F3;
}

    #gac .ui-selectmenu-menu li {
        display: block;
    }

        #gac .ui-selectmenu-menu li a,
        #gac .ui-selectmenu-status {
            line-height: 1.4em;
            display: block;
            padding: 7px 7px 3px 7px;
            font-size: 1.2em;
            outline: none;
            text-decoration: none;
            color: #1a3956 !important
        }

            #gac .ui-selectmenu-menu li a:hover {
                background: #FFF
            }

#gac .ui-selectmenu-status {
    line-height: 1.2em;
    font-size: 12px;
    padding: 7px 0 0 8px !important;
}

    #gac .ui-selectmenu-menu li span,
    #gac .ui-selectmenu-status span {
        margin-bottom: .2em;
    }

#gac .ui-selectmenu-item-header {
    margin: 0 0 0 4px
}

#gac .ui-selectmenu-item-content {
    margin: 0 0 0 4px
}

#gac .ui-selectmenu-item-footer {
    margin: 4px 0 0 4px
}

#gac .ui-selectmenu-status span.ui-selectmenu-item-header {
    display: inline;
    font-weight: bold !important
}

#gac .ui-selectmenu-status span.ui-selectmenu-item-content {
    display: inline-block !important;
    padding: 0 0 0 3px;
    margin: 0
}

#gac .ui-selectmenu-status .ui-selectmenu-item-footer {
    display: none
}


/*--

    MODULE COL LAYOUTS

--*/

/*-- set an oversized container so we dont need .last on stuff --*/
#gac .module-frame,
#gac .mc-frame {
    width: 942px;
    overflow: hidden;
}
/*-- global module content padding might need tweaking --*/
#gac .m-content {
    padding: 40px;
}
/*-- float our module content if were in a module content frame --*/
#gac .mc-frame .m-content {
    float: left
}

#gac .mc-1 .m-content {
    width: 846px;
}


/*--
    2 COLUMNS module and module contents split
--*/

/*-- module contents are split --*/
#gac .mc-2 .m-content {
    width: 384px;
    padding: 40px
}

#gac .mc-dashed .m-content {
    width: 404px
}

#gac .mc-2.mc-dashed .m-content {
    width: 384px
}

#gac .mc-2 .mc-flush {
    width: 464px
}

    #gac .mc-2 .mc-flush .splitWrap {
        display: inline-block;
        margin-top: 2px;
        padding-bottom: 35px;
        background: url('../img/bg/long-arrow.png') bottom left no-repeat;
    }

    #gac .mc-2 .mc-flush .split {
        float: left;
        width: 140px;
        height: 93px;
        margin-right: 1px;
        text-transform: uppercase;
        background: url('../img/bg/dark-blue-grad2.png') top left no-repeat;
    }

        #gac .mc-2 .mc-flush .split.wide {
            width: 273px;
            background: url('../img/bg/dark-blue-grad.png') top left no-repeat;
        }

        #gac .mc-2 .mc-flush .split p {
            margin: 10px 8px;
        }

#gac .mc-2.dual-carousel .m-content {
    width: 404px;
    padding: 40px 30px
}

/*-- modules are split --*/
#gac .mf-2 .module .mc-frame {
    width: 100%
}

#gac .mf-2 .module {
    width: 460px
}

    #gac .mf-2 .module .mc-2 .m-content {
        width: 170px;
        padding: 30px 30px 20px;
    }

    #gac .mf-2 .module .mc-2 .mc-flush {
        width: 230px
    }

#gac .mf-2 .mf-2-split {
    width: 466px;
    float: left
}

    #gac .mf-2 .mf-2-split .module {
        width: 227px
    }

        #gac .mf-2 .mf-2-split .module .m-content {
            padding: 20px 30px
        }

/*
    modules are of different width, 
    and we control the width by setting the module class 
    rather than the container class
*/
#gac .module.module-1-4 {
    width: 227px;
}

    #gac .module.module-1-4 .m-content {
        padding: 30px 30px 20px
    }

#gac .module.module-1-2 {
    width: 460px
}

/*--
    3 columns
--*/
#gac .mc-3 .m-content {
    width: 229px
}

/*--
    4 columns
--*/
#gac .mc-4 .m-content {
    width: 182px;
    padding: 40px 0 40px 40px;
    background: none !important;
}

#gac .mc-flush {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

    #gac .knockout span.textOverlay,
    #gac .mc-flush span.textOverlay {
        background: url('../img/bg/transparent-white.png') top left repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30px;
        width: 85%;
        color: #000;
        font-size: 1.6em;
        vertical-align: bottom;
        line-height: 1.4em;
        padding: 23px 40px 17px;
    }

#gac .knockout span.textOverlay {
    height: 30px;
    padding: 12px 30px 17px;
    font-size: 1.4em;
    line-height: 1.1em;
}

#gac .mc-flush span.twoLine {
    padding: 16px 40px 24px;
}

/*--
    2 thirds / left and right wide
--*/
#gac .mc-two-thirds .mc-narrow {
    width: 307px;
}

#gac .mc-two-thirds .mc-wide {
    width: 539px;
    padding: 40px;
}

#gac .mc-two-thirds .mc-widenew {
    width: 680px;
    padding: 40px;
}

/*-- content seperated by vertical dashes --*/
#gac .mc-dashed {
    padding: 40px 0;
}
/*inside a carousel */
#gac .carousel .mc-dashed {
    padding: 10px 0;
}

/*-- if were a flush dashed container change the padding and give the module content margin instead --*/
#gac .mc-dashed-flush {
    padding: 0;
}

    #gac .mc-dashed-flush .m-content {
        margin: 35px 0;
    }

#gac .mc-dashed .m-content {
    background: url('../img/icons/vert-border-white-trans15.png') top right repeat-y;
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-content1 {
    background: url('../img/icons/vert-border-white-trans15.png') top right repeat-y;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 192px;
}
/*--
    MODULE SPECIFICS
    LUXE loathes
--*/

/*faking equal columns*/
#gac #LUXE-Loathes .mc-dashed {
    padding: 40px 0px 0;
    margin-bottom: 40px;
}

    #gac #LUXE-Loathes .mc-dashed .m-content {
        margin-bottom: -290px;
        padding-bottom: 300px;
    }

#gac #LUXE-Loathes .m-content .m-header-nosep h2 {
    font-size: 1.8em;
    line-height: 1.2em;
}

#gac #LUXE-Loathes .carousel .mf-2 .module .mc-frame {
    width: 786px;
}

#gac #LUXE-Loathes .carousel .mc-2 .m-content {
    padding: 20px 60px 20px 0;
    margin-bottom: 0;
}

#gac #LUXE-Loathes .carousel .mc-3 .m-content {
    padding: 20px 60px 20px 0;
    margin-bottom: -280px;
    padding-bottom: 300px;
}

/*--
    BENEFITS
--*/
#gac #main-content.benefits {
    background-color: #161d23;
}

    #gac #main-content.benefits #intro {
        background-image: url('../img/hero-bg/benefits_logged_out.jpg');
        padding-top: 80px;
        padding-bottom: 260px;
    }

        #gac #main-content.benefits #intro h1 {
            font-size: 6em;
            padding-top: 15px;
        }

        #gac #main-content.benefits #intro p {
            width: 395px;
        }

#gac .m-content.contact_info {
    float: none;
    padding-bottom: 25px;
}

    #gac .m-content.contact_info h2 {
        float: left;
        width: 180px;
    }

    #gac .m-content.contact_info p.phone {
        display: block;
        width: 295px;
        margin: -15px auto 0;
    }

        #gac .m-content.contact_info p.phone span {
            display: inline-block;
            padding-top: 15px;
            font-size: 1.6em;
        }

    #gac .m-content.contact_info p.top {
        padding-bottom: 0px;
    }

#gac #main-content.benefits .sticky-nav li a {
    color: #FFF;
}

#gac .mc-border-btm {
    background-image: url('../img/icons/hoz-border-white-trans15.png');
    background-repeat: repeat-x;
    background-position: bottom left;
}

#gac #travel-benefits .mc-border-btm {
    background-color: #003541;
}

#relationship-points .m-content {
    min-height: 167px;
    padding-top: 20px !important;
}

#gac #bonusRateModal table {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

#gac #bonusRateModal th {
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.3em;
}

#gac #bonusRateModal th,
#gac #bonusRateModal td {
    font-size: 1.3em;
    padding: 5px 10px;
    background-color: #484848;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    vertical-align: middle;
}


#gac #bonusRateModal .rowspan {
    background: #3e3e3e;
}

/*
#gac #PrestigeShoppingModal table {
    border-left:1px solid #333;
    border-bottom:1px solid #333;
}

#gac #PrestigeShoppingModal th {
    text-transform:uppercase;
    font-size:1.5em;
    line-height:1.3em;
}

#gac #PrestigeShoppingModal th,
#gac #PrestigeShoppingModal td {
    font-size:1.3em;
    padding:5px 10px;
    background-color:#484848;
    border-right:1px solid #333;
    border-top:1px solid #333;
   vertical-align:middle;
}


#gac #PrestigeShoppingModal .rowspan {
    background:#3e3e3e;
}


#gac #Shopoverlay table {
    border-left:1px solid #333;
    border-bottom:1px solid #333;
}

#gac #Shopoverlay th {
    text-transform:uppercase;
    font-size:1.5em;
    line-height:1.3em;
}

#gac #Shopoverlay th,
#gac #Shopoverlay td {
    font-size:1.3em;
    padding:5px 10px;
    background-color:#484848;
    border-right:1px solid #333;
    border-top:1px solid #333;
    vertical-align:middle;
}


#gac #Shopoverlay .rowspan {
    background:#3e3e3e;
}
*/

/*--
    PRESTIGE LIFESTYLE
--*/
#gac #lifestyle-benefits .m0 {
    background-image: url('../img/Benefits1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 270px;
}

#gac #card-and-services.module .m-content .top {
    padding-bottom: 0
}

#gac #card-and-services.module .m-content {
    padding-bottom: 20px
}

#gac #card-and-services.module p.top {
    position: absolute;
    bottom: 25px;
    right: 40px;
}

#gac .prestige .module h2 {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0 0 10px 0;
}


/*--
    TRAVEL PRESTIGE
--*/
#gac #travel-benefits .mc-tabs ul {
    margin: 0
}

#gac #travel-benefits #general .mc-dashed {
    padding: 0 0 30px 0
}

#gac #travel-benefits .mc-2 .mc-flush img {
    float: right;
}

#gac .travel #intro sup {
    font-size: 8px;
    line-height: 9px
}


/*--
    CONTACT US
--*/
#gac #main-content.contact_us {
    background-color: #151c22;
}

    #gac #main-content.contact_us #intro {
        background-image: url('../img/hero-bg/contact_us.jpg');
        padding-bottom: 391px;
    }

        #gac #main-content.contact_us #intro p {
            padding: 0;
            width: 260px;
        }

    #gac #main-content.contact_us .concierge_details {
        width: 495px;
        min-height: 258px;
    }

    #gac #main-content.contact_us .module .concierge_details .m-header h2 {
        font-size: 3.2em;
        line-height: 1.063em;
    }

    #gac #main-content.contact_us .concierge_details .contact_details {
        padding-top: 42px;
    }

        #gac #main-content.contact_us .concierge_details .contact_details h2 {
            font-size: 1.2em;
            padding: 0 0 8px 0;
            font-family: "arial", helvetica;
        }

#gac .contactMethods li {
    display: inline;
    line-height: 1.6em;
}

    #gac .contactMethods li:last-of-type {
        margin: 0
    }

    #gac .contactMethods li a {
        margin: 20px 38px 0 0;
    }

        #gac .contactMethods li a.tel-link {
            font-size: 2em;
        }

#gac .module p a.phone {
    margin-top: 0;
    padding: 3px 0 3px 0;
    font-size: 1.6em;
    text-decoration: none;
    font-weight: bold;
}

#gac .contactMethods {
    margin: 0 !important
}

#gac #citigold-connect.module,
#gac #citigold-connect.module .mc-frame,
#gac #main-content.contact_us .mc-padded {
    overflow: visible
}

#gac #citigold-connect #cc-map {
    float: left;
    width: 370px;
    min-height: 120px;
    position: relative;
}

#gac #citigold-connect.m1 #cc-map {
    background: url('../img/citigoldConnectMap.gif') 77px 16px no-repeat
}

#gac #citigold-connect #cc-map .m-header {
    background: none;
    padding-top: 44px;
    margin-left: 25px
}

#gac .contact_us #citigold-connect #cc-map {
    margin-top: 50px
}

#gac #citigold-connect #cc-numbers {
    float: left;
    width: 470px;
    text-align: left;
    padding: 45px 0
}

#cc-numbers ul {
    padding-top: 14px
}

    #cc-numbers ul li {
        display: inline-block;
        float: left
    }

        #cc-numbers ul li span,
        #cc-numbers ul li label {
            display: block;
            padding: 0 0 5px 0
        }

        #cc-numbers ul li.country {
            width: 185px
        }

            #cc-numbers ul li.country select {
                width: 185px
            }

        #cc-numbers ul li.chev {
            display: none;
            width: 50px;
            min-height: 50px;
            text-indent: -40000px;
            background: url('../img/ccNumbersChev.png') center 25px no-repeat
        }

        #cc-numbers ul li.number {
            width: 225px;
            display: none
        }

            #cc-numbers ul li.number a {
                display: inline-block;
                background: #cdcbc4 url('../img/contactSprite.png') 8px -723px no-repeat;
                color: #1a3956;
                padding: 5px 30px 5px 40px;
                cursor: default;
            }

                #cc-numbers ul li.number a.blank {
                    background: none
                }

#gac .module .contact-local-var {
    padding: 22px 0 6px 0;
}

#gac #phoneList {
    width: 100%;
    padding: 5px 0 16px 0
}

/*-- contact js vs no js bits --*/
.js #gac .ui-selectmenu {
    width: 185px !important
}

.no-js #gac #phoneList,
.js #gac .no-js-contact-info,
.js #gac #countryCodesModal,
.js #gac #bonusRateModal,
/*--.js #gac #PrestigeShoppingModal, --*/
.js #gac #ticketTermsModal {
    display: none
}


/*-- country codes modal ---*/
#gac #countryCodesModal,
#gac #bonusRateModal,
#gac #ticketTermsModal {
    width: 926px;
    overflow: hidden;
    padding-bottom: 40px;
    margin: 0
}
/*-- 
#gac #PrestigeShoppingModal
{
    width:926px;
    overflow:hidden;
    padding-bottom:40px;
    margin:0;
}--*/

#gac #countryCodes {
    width: 660px;
    margin: 0 auto
}

#gac #countryCodesModal dl {
    float: left;
    width: 220px;
    font-size: 1.4em;
    line-height: 1em;
}

    #gac #countryCodesModal dl div {
        width: 100%;
        min-height: 285px
    }

    #gac #countryCodesModal dl.last div {
        background: none
    }

#gac #countryCodesModal lh {
    font-size: 1.2em;
    line-height: 1.1em;
    text-transform: uppercase;
    padding: 10px 0 30px 0;
    display: block
}

#gac #countryCodesModal dl dt {
    padding: 4px 25px 16px 0;
    background: url('../img/dt-split.png') 100% 10px no-repeat;
}

#gac #countryCodesModal dl dd {
    padding: 10px 4px
}

#gac #countryCodesModal dl dt {
    float: left;
    width: 105px;
    text-align: right
}

#gac #countryCodesModal dl dd {
    float: left;
    width: 40px;
    padding: 0 0 0 25px;
    text-align: left;
    word-wrap: break-word;
    line-height: 1em;
    font-size: 1.4em;
}



/*--
    HOME LOGGED OUT
--*/
#gac #main-content.home-logged-out {
    background-color: #151C22;
}

    #gac #main-content.home-logged-out #intro {
        position: relative;
        background-image: url('../img/hero-bg/home_logged_out.jpg');
        padding-bottom: 402px;
        padding-top: 73px;
    }


        #gac #main-content.home-logged-out #intro h1 {
            width: 430px;
        }

        #gac #main-content.home-logged-out #intro .i-lower {
            position: absolute;
            left: 490px;
            top: 134px;
            width: 180px;
        }

        #gac #main-content.home-logged-out #intro .apply {
            position: absolute;
            left: 669px;
            top: 125px;
            z-index: 20;
        }

            #gac #main-content.home-logged-out #intro .apply a {
                padding-left: 28px;
                padding-right: 28px;
            }


    #gac #main-content.home-logged-out .module .m-header h2 sup.sm,
    #gac #main-content.home-logged-in .module .m-header h2 sup.sm {
        font-size: 25%;
        margin: 5px 0 0 0;
        display: inline-block;
    }


    #gac #main-content.home-logged-out #intro .hlo-termslink {
        position: absolute;
        font-size: 0.9em;
        line-height: 1em;
        font-weight: normal;
        text-transform: uppercase;
        z-index: 20;
        left: 669px;
        top: 157px;
        color: #cbd6e2;
    }

    #gac #main-content.home-logged-out .module .m-header h2 {
        font-size: 3.2em;
    }

    #gac #main-content.home-logged-out .m-content p {
        width: 280px;
    }



/*--
    REGISTER YOUR INTEREST
--*/


#gac #main-content.register {
    background-color: #161d23;
}

    #gac #main-content.register #intro {
        position: relative;
        z-index: 0;
        background-image: url('../img/hero-bg/terms_bg.jpg');
        padding-top: 70px;
        padding-bottom: 320px;
    }

#gac #main-content.terms #intro {
    background-image: url('../img/hero-bg/terms_bg.jpg');
}

#gac #main-content.terms #intro {
    padding-bottom: 385px;
}

#gac #main-content.register #intro .i-lower {
    width: 280px;
    margin-top: 25px;
}

#gac #main-content.register-thanks h1 {
    padding: 19px 0 20px 0
}

#gac #register-your-interest {
    width: 560px;
    margin: 0 auto;
    overflow: hidden
}

    #gac #register-your-interest fieldset {
        padding: 30px 0 10px 0
    }

    #gac #register-your-interest h3 {
        margin: 0 0 25px 0
    }

#gac .module #register-your-interest #your-details p {
    padding: 24px 0 6px 0;
}

#gac #register-your-interest #your-details ul {
    width: 590px
}

#gac #register-your-interest #your-details li {
    float: left;
    display: block;
    width: 272px;
    padding: 0 15px 0 0;
    height: 55px;
    text-align: left;
}

#gac #register-your-interest #your-details label.textLbl {
    position: absolute;
    left: -999999px
}

#gac #register-your-interest #your-details input.text {
    border: 1px dotted #a9afb3;
    color: #ccaa22;
    font-size: 1em;
    background: none;
    padding: 10px 20px;
    width: 230px;
}

#gac #register-your-interest #your-details .error {
    display: block;
    font-size: 10px;
    margin-bottom: -1px;
}

#gac #register-your-interest #contact-methods {
    padding: 20px 0 15px 0;
}

    #gac #register-your-interest #contact-methods fieldset {
        padding: 30px 0 6px 0
    }

    #gac #register-your-interest #contact-methods p {
        width: 325px;
        margin: 0 auto;
        padding: 24px 0 18px 0
    }

    #gac #register-your-interest #contact-methods li {
        display: inline-block;
        position: relative;
        padding: 0 100px 0 0;
        min-height: 40px
    }

        #gac #register-your-interest #contact-methods li:last-of-type {
            padding: 0 75px 0 0
        }

        #gac #register-your-interest #contact-methods li label {
            position: absolute;
            left: 26px;
            top: 0px;
        }

    #gac #register-your-interest #contact-methods .error {
        font-size: 10px;
        top: 28px;
        left: -41px;
        width: 250px
    }
/*--
    Benefits Terms and Conditions
--*/
#gac #main-content.register {
    font-family: "Interstate Light", helvetica, arial, sans-serif;
}

    #gac #main-content.register ol.ordered-list {
        padding: 15px 0;
        list-style: decimal;
        margin-left: 23px;
        font-size: 1.3em;
    }

    #gac #main-content.register ol .list-title {
        text-transform: uppercase;
        padding: 6px 0;
    }

    #gac #main-content.register ol .child-list,
    #gac #main-content.register ol .bulleted-list {
        font-size: 1em;
    }

    #gac #main-content.register ol .child-list {
        padding: 0 0 17px 10px;
        list-style: none;
        text-transform: lowercase;
    }

    #gac #main-content.register ol .spacer {
        padding-top: 16px;
    }

    #gac #main-content.register ol .bulleted-list {
        list-style: disc;
        padding-left: 28px;
    }

    #gac #main-content.register .decorated-data,
    #gac #main-content.register .decorated-data th,
    #gac #main-content.register .decorated-data td {
        margin: 0;
        padding: 0;
    }

        #gac #main-content.register .decorated-data,
        #gac #main-content.register .decorated-data thead,
        #gac #main-content.register .decorated-data th {
            border: 1px solid #000000;
        }

    #gac #main-content.register .decorated-data {
        background: #44494e;
    }

        #gac #main-content.register .decorated-data th,
        #gac #main-content.register h4 {
            text-transform: uppercase;
            font-size: 1.3em;
        }

    #gac #main-content.register h4 {
        padding: 14px 0;
    }

    #gac #main-content.register .decorated-data th,
    #gac #main-content.register .decorated-data td {
        padding: 10px;
    }

    #gac #main-content.register .decorated-data td {
        border-right: 1px solid #000000;
        font-size: 1.2em;
    }

    #gac #main-content.register .decorated-data .column-1,
    #gac #main-content.register .decorated-data .column-3,
    #gac #main-content.register .decorated-data .column-5 {
        background: #2d3339;
    }

#gac #main-content.terms ul.bulleted-list {
    list-style: disc;
    font-size: 1.2em;
    margin: 0 0 20px 18px
}


/*-- custom checkboxes --*/
#gac .jquery-checkbox {
    position: absolute;
    top: 0;
    left: 0
}

    #gac .jquery-checkbox .mark {
        display: inline-block;
        border: 1px dotted #a9afb3;
        height: 16px;
        width: 16px
    }

#gac .jquery-checkbox-checked .mark {
    background: url('../img/tick.png') center center no-repeat
}

/*-- overwrites for contact box with map and phone number --*/
#gac .register #citigold-connect #cc-numbers {
    text-align: center
}

    #gac .register #citigold-connect #cc-numbers p {
        width: 350px;
        margin: 0 auto
    }

    #gac .register #citigold-connect #cc-numbers ul.contactMethods {
        width: 114px;
        margin: 0 auto !important
    }

        #gac .register #citigold-connect #cc-numbers ul.contactMethods li a {
            margin: 0
        }

#gac .module #register-direct,
#gac .module #register-thanks {
    padding: 0 30px 40px
}

    #gac .module #register-direct p {
        font-size: 1.8em;
        line-height: 1.223em;
        width: 570px;
        padding-bottom: 20px;
    }

    #gac .module #register-thanks p {
        width: 370px;
        padding: 30px 0
    }

#gac .module #register-phone span {
    display: inline;
    line-height: 1em;
    font-size: 1.5em;
    color: #FFF;
}

    #gac .module #register-phone span a {
        text-decoration: none
    }

#gac .register #citigold-connect {
    margin-top: 0
}



/*--
    THE PRESTIGE EXPERIENCE
--*/
#gac #main-content.the-prestige-experience #intro {
    position: relative;
}

    #gac #main-content.the-prestige-experience #intro.centred {
        padding-bottom: 140px;
        height: auto;
    }

    #gac #main-content.the-prestige-experience #intro .i-lower {
        width: 280px;
    }

#gac #main-content.the-prestige-experience {
    background-color: #141d24;
}

    #gac #main-content.the-prestige-experience #intro {
        background-image: url('../img/hero-bg/the_experience.jpg');
        padding-top: 80px;
        padding-bottom: 325px;
    }

#gac .prestige #invites .m-content p a.phone {
    font-weight: normal;
    margin-top: 25px;
    font-size: 1em;
}

#gac #main-content.the-prestige-experience #content-frame {
    margin-top: 40px;
}

#gac #main-content.the-prestige-experience .module p {
    width: 280px;
}

#gac #main-content.the-prestige-experience .module .m-header h2 {
    font-size: 3.2em;
    line-height: 1em;
}


/*--
    HOME LOGGED IN
--*/
#gac #main-content.home-logged-in {
    background-color: #161e24;
}

    #gac #main-content.home-logged-in #intro {
        background-image: url('../img/hero-bg/home-logged-in.jpg');
        padding-bottom: 329px;
    }

        #gac #main-content.home-logged-in #intro h2 {
            padding: 20px 0 35px
        }

    #gac #main-content.home-logged-in .module h3.hc-1 {
        text-transform: uppercase;
        font-size: 1.4em;
    }

    #gac #main-content.home-logged-in .m-header h2 {
        font-size: 3.1em;
    }

    #gac #main-content.home-logged-in .module p {
        width: 300px;
    }

    #gac #main-content.home-logged-in #promo-footer .module p {
        width: auto;
    }

/*--
    TRAVEL PRESTIGE
--*/
#gac #main-content.prestige,
#gac #main-content.travel-inspiration,
#gac #main-content.travel,
#gac #main-content.benefits-logged-in {
    margin-top: -41px;
}


#gac #main-content.travel-inspiration {
    background-color: #161E24;
}

    #gac #main-content.travel-inspiration #intro {
        background: none;
        padding: 100px 60px 43px;
    }

#gac #main-content.fpc h2.fpc-slide-title {
    font-size: 1.5em;
    position: absolute;
    top: -3px;
    left: 60px;
    color: #FFF;
    text-transform: uppercase;
}

#gac #main-content.fpc #intro {
    z-index: 30;
    position: relative;
    z-index: 5;
}

#gac #main-content.travel-inspiration #intro h1,
#gac #main-content.travel-inspiration #intro p {
    width: 240px;
}

#gac.travel-inspiration #sub-nav {
    padding: 12px 35px 0;
    width: 914px;
}

#gac #main-content.travel-inspiration .module {
    height: 199px;
}

    #gac #main-content.travel-inspiration .module .random-block h3 {
        padding-top: 0px
    }

    #gac #main-content.travel-inspiration .module h2 {
        font-size: 1.8em;
        margin-bottom: 10px;
        text-transform: none;
    }

    #gac #main-content.travel-inspiration .module .m-content .m-header {
        margin: 0;
        padding: 0
    }

#gac .travel-inspiration .module .m-header h3 {
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 0 0 8px 0;
    text-transform: uppercase;
}




/*--
    FULL PAGE CAROUSEL (TRAVEL LANDING / BOUTIQUE)
--*/
#gac .fpc-images img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

    #gac .fpc-images img.active {
        z-index: 1;
    }

#gac #main-content.travel-inspiration #promo-footer {
    position: relative;
    z-index: 9;
    margin-top: -65px;
}

/*--
    TRAVEL FOOTER
--*/
#gac #promo-footer {
    position: relative;
    margin-top: -55px;
}

    #gac #promo-footer .module {
        margin-top: 0;
        height: auto !important;
    }

    #gac #promo-footer .m-content {
        min-height: 176px;
        position: relative;
        padding: 0 40px;
    }

        #gac #promo-footer .m-content p {
            padding: 8px 0 30px
        }

        #gac #promo-footer .m-content a.round-chev {
            /*position: absolute;
    bottom: 5px;*/
            line-height: 20px;
        }

        #gac #promo-footer .m-content .lr-h-border {
            margin: 0 auto;
            margin-bottom: 6px;
            width: 135px;
            display: block;
        }

            #gac #promo-footer .m-content .lr-h-border span {
                display: block
            }


/*--
    BOUTIQUE
--*/
#gac #main-content.boutique {
    background: #161E24;
}

    #gac #main-content.boutique #intro {
        padding: 60px 60px 55px;
        background: none;
    }

        #gac #main-content.boutique #intro p {
            width: 300px
        }

        #gac #main-content.boutique #intro h2 {
            position: absolute;
            font-size: 1.5em;
            top: 368px;
            color: #FFF;
            text-transform: uppercase;
        }

    #gac #main-content.boutique .full-page-carousel {
        margin-top: 300px;
    }

    #gac #main-content.boutique .module .m-header h3 {
        font-size: 3.1em;
    }

#gac #main-content.boutique {
}
    /*-- position the footer content above the background images --*/
    #gac #main-content.boutique #promo-footer {
        position: relative;
        z-index: 30;
        margin-top: -55px;
    }

.js .modal {
    cursor: pointer;
}

/*--
    PRESTIGE
--*/
#gac #main-content.prestige {
    background-color: #151c22;
}

    #gac #main-content.prestige #intro {
        padding-top: 100px;
        padding-bottom: 249px;
        background-image: url('../img/hero-bg/yourprestigeoverview_offers.jpg');
        background-repeat: no-repeat;
        color: #fff;
    }

        #gac #main-content.prestige #intro p {
            width: 300px;
        }

    #gac #main-content.prestige .mc-tabs {
        padding-top: 45px;
    }

#gac .prestige #offers .module p {
    font-size: 1.2em;
    line-height: 1.084em;
}

#gac .prestige #offers .m-content {
    min-height: 345px;
    position: relative;
}

    #gac .prestige #offers .m-content .m-header h3 {
        padding-bottom: 4px;
    }

#gac .prestige #invites .m-content {
    min-height: 210px;
    padding-bottom: 0px !important;
    position: relative;
}

#gac .prestige #offers .mc-flush,
#gac .prestige #invites .mc-flush {
    padding: 0 !important
}

#gac .prestige .m-footer {
    padding-top: 14px;
    font-size: 1.2em;
}

    #gac .prestige .m-footer a {
        text-decoration: underline;
        font-weight: bold;
    }

#gac .prestige strong.tel {
    font-size: 1.3em;
    line-height: 1em;
    display: block;
}

#gac .prestige .m-footer.events {
    position: absolute;
    width: 404px;
    padding: 0 30px;
    font-size: 1em;
}


/*--
    TRAVEL
--*/
#gac .luxe-landing #intro,
#gac .travel #intro {
    height: auto;
    padding: 40px 39px 85px 30px;
    margin: 0;
}

#gac .luxe-landing #intro {
    padding: 40px 39px 85px 30px;
}

    #gac .luxe-landing #intro h1,
    #gac .travel #intro h1 {
        padding: 0 0 26px 0;
        font-size: 5em;
    }

#gac #intro h3 {
    font-size: 1.7em;
    line-height: 1em;
    padding: 0 0 5px 0;
}

#gac .travel #intro p {
    width: 280px;
    padding: 0 0 16px 0;
}

#gac #The-LUXE-Itineraries .mc-2 p {
    text-align: left;
}

#gac #The-LUXE-Itineraries p img {
    padding-top: 10px;
}


/*--
    PFA
--*/
#gac #main-content.travel {
    background-image: url('../img/hero-bg/travel.jpg');
    background-color: #161e24;
}

    #gac #main-content.travel.luxe-landing {
        background-color: #161e24;
    }


/*--
    Features Split
--*/
#gac #features-split li {
    float: left;
    padding: 18px 30px;
    font-size: 1.4em;
    line-height: 1em;
    text-transform: uppercase;
}

#gac .travel .sticky-nav li {
    padding: 0;
    margin: 0 15px;
}



/*--
    Custom city Dropdown
--*/
#gac #cityGuideSelect {
    margin-top: 10px;
    width: 235px
}

    #gac #cityGuideSelect .ui-selectmenu {
        width: 100% !important
    }

#gac.travel-section .ui-selectmenu-menu {
    width: 235px !important
}


/*--
    quote
--*/
.footer_callout {
    margin: 20px auto;
    margin-top: 40px;
    display: block;
    width: 157px;
    height: 73px;
    margin-bottom: -40px;
}

/*--
    modules are split unevenly
    this can't be the way we want to do it
--*/
#gac .mf-2-1 .m-content {
    width: 518px
}

#gac .mf-2-1 .mc-flush {
    width: 348px
}

#gac .mf-2-1 .m-content p {
    padding: 10px 35px;
    margin: 0px 10px;
}

    #gac .mf-2-1 .m-content p.open {
        background-image: url('../img/travel/city/open_quote.png');
        background-repeat: no-repeat;
        background-position: top left;
    }

    #gac .mf-2-1 .m-content p.close {
        background-image: url('../img/travel/city/close_quote.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

/*--
    module - 2 thirds one third
--*/
#gac .mf-2-3-1-3.has-carousel .m-content {
    padding-bottom: 0
}

#gac .mf-2-3-1-3 .m-content {
    width: 539px;
    padding: 40px
}

#gac .mf-2-3-1-3 .mc-2-3 {
    width: 506px;
}

#gac .mf-2-3-1-3 .mc-1-3 {
    width: 260px;
}

#gac .mf-2-3-1-3 .mc-flush {
    width: 307px
}

#gac .mf-2-3-1-3 .m-content p.top {
    margin-top: -5px;
}

/*--
    CITY SPECIFIC BACKGROUND IMAGES
--*/
#gac.cityName #main-content.travel {
    background-image: url('../img/hero-bg/city/paris.jpg');
    background-color: #200b09;
}

#gac.florence #main-content.travel {
    background-image: url('../img/hero-bg/city/florence.jpg')
}

#gac.dubai #main-content.travel {
    background-image: url('../img/hero-bg/city/dubai.jpg')
}

#gac.amsterdam #main-content.travel {
    background-image: url('../img/hero-bg/city/amsterdam.jpg')
}

#gac.bali #main-content.travel {
    background-image: url('../img/hero-bg/city/bali.jpg')
}

#gac.bangkok #main-content.travel {
    background-image: url('../img/hero-bg/city/bangkok.jpg')
}

#gac.barcelona #main-content.travel {
    background-image: url('../img/hero-bg/city/barcelona.jpg')
}

#gac.beijing #main-content.travel {
    background-image: url('../img/hero-bg/city/beijing.jpg')
}

#gac.berlin #main-content.travel {
    background-image: url('../img/hero-bg/city/berlin.jpg')
}

#gac.cambodia #main-content.travel {
    background-image: url('../img/hero-bg/city/cambodia.jpg')
}

#gac.chiang-mai #main-content.travel {
    background-image: url('../img/hero-bg/city/chiang-mai.jpg')
}

#gac.chicago #main-content.travel {
    background-image: url('../img/hero-bg/city/chicago.jpg')
}

#gac.hanoi #main-content.travel {
    background-image: url('../img/hero-bg/city/hanoi.jpg')
}

#gac.ho-chi-minh-city #main-content.travel {
    background-image: url('../img/hero-bg/city/ho-chi-minh-city.jpg')
}

#gac.hong-kong #main-content.travel {
    background-image: url('../img/hero-bg/city/hong-kong.jpg')
}

#gac.istanbul #main-content.travel {
    background-image: url('../img/hero-bg/city/istanbul.jpg')
}

#gac.london #main-content.travel {
    background-image: url('../img/hero-bg/city/london.jpg')
}

#gac.los-angeles #main-content.travel {
    background-image: url('../img/hero-bg/city/los-angeles.jpg')
}

#gac.madrid #main-content.travel {
    background-image: url('../img/hero-bg/city/madrid.jpg')
}

#gac.melbourne #main-content.travel {
    background-image: url('../img/hero-bg/city/melbourne.jpg')
}

#gac.miami #main-content.travel {
    background-image: url('../img/hero-bg/city/miami.jpg')
}

#gac.milan #main-content.travel {
    background-image: url('../img/hero-bg/city/milan.jpg')
}

#gac.new-york #main-content.travel {
    background-image: url('../img/hero-bg/city/ny.jpg')
}

#gac.paris #main-content.travel {
    background-image: url('../img/hero-bg/city/paris.jpg')
}

#gac.phuket #main-content.travel {
    background-image: url('../img/hero-bg/city/phuket.jpg')
}

#gac.rome #main-content.travel {
    background-image: url('../img/hero-bg/city/rome.jpg')
}

#gac.seoul #main-content.travel {
    background-image: url('../img/hero-bg/city/seoul.jpg')
}

#gac.shanghai #main-content.travel {
    background-image: url('../img/hero-bg/city/shanghai.jpg')
}

#gac.singapore #main-content.travel {
    background-image: url('../img/hero-bg/city/singapore.jpg')
}

#gac.sri-lanka #main-content.travel {
    background-image: url('../img/hero-bg/city/sri-lanka.jpg')
}

#gac.stockholm #main-content.travel {
    background-image: url('../img/hero-bg/city/stockholm.jpg')
}

#gac.sydney #main-content.travel {
    background-image: url('../img/hero-bg/city/sydney.jpg')
}

#gac.tokyo #main-content.travel {
    background-image: url('../img/hero-bg/city/tokyo.jpg')
}

#gac.venice #main-content.travel {
    background-image: url('../img/hero-bg/city/venice.jpg')
}

#gac.florence #main-content.travel {
    background-image: url('../img/hero-bg/city/florence.jpg')
}


/*-- 
    DOWNLOADS MODULE
--*/
#gac #downloads #luxe-city-icon.m-content {
    width: 306px;
    background: none;
    padding: 0;
    margin: 0
}

#gac #downloads .m-content {
    min-height: 115px;
    padding: 0 40px;
}

    #gac #downloads .m-content h4 {
        font-size: 1.8em;
        line-height: 1em;
        padding: 0 0 10px 0;
    }

#gac #downloads .mc-4 .m-content {
    width: 192px
}

#gac #downloads .m-content a.more {
    font-size: 0.9em;
    line-height: 20px;
    margin: 10px 0;
}

#gac #downloads .mc-3 .m-content {
    width: 231px
}

#gac #downloads .m-content img.d-icon {
    margin: 0 auto;
    margin-top: -20px
}

/*--
    TRAVEL PAGE QUOTE
--*/
#gac #page-quote {
    margin: 0;
    padding: 0 0 30px 0;
    width: 195px;
    height: 90px;
    margin-left: 760px;
}

    #gac #page-quote blockquote {
        display: block;
        color: #FFF !important;
        text-align: right;
        width: 195px;
        overflow: hidden;
    }

    #gac #page-quote cite {
        font-size: 1.2em;
        text-align: right;
        display: block;
        position: absolute;
        right: 0;
        bottom: 20px;
    }

/*-- set font size touch screen (iphone) --*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

/*-- full page carousel animation --*/
#gac #main-content.fpc #intro,
#gac .flex-control-count p {
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}

#gac img.signature {
    padding-top: 40px;
}

/*-- 
    TERMS &amp; CONDITIONS
---*/

#gac .terms table,
#gac .terms-content {
    text-align: left;
    margin: 0 20px 0 0;
}

#gac .module .terms {
    width: 540px
}

#gac .terms table td,
#gac .terms table th,
#gac .terms-content {
    padding: 10px;
    text-align: left;
}

    #gac .terms table td.rh {
        text-transform: uppercase;
        font-size: 1.3em;
        line-height: 1.1em;
        width: 200px;
        padding-right: 30px;
    }

        #gac .terms table td.rh b {
            padding-left: 15px;
            display: block;
            background-image: url('../img/icons/table-bullet.png');
            background-position: 0 -1px;
            background-repeat: no-repeat;
            font-weight: normal;
        }

    #gac .terms table td.srh {
        padding: 5px 30px 5px 30px;
        width: 180px;
    }

        #gac .terms table td.srh b {
            background-image: url('../img/icons/table-dash.png');
            background-position: 0 -2px;
            background-repeat: no-repeat;
        }

    #gac .terms table td.rc {
        width: 430px;
    }

    #gac .terms table td.src {
        padding: 0 10px;
    }

#gac .module .terms-content ul {
    margin: 20px 0;
}

    #gac .module .terms-content ul li {
        font-size: 1.2em;
        margin: 0 0 15px 0;
        background: url('../img/icons/table-bullet.png') -5px 0 no-repeat;
        padding-left: 10px;
        display: inline-block;
    }

#gac .terms-list {
    text-align: left;
}

    #gac .terms-list ul,
    #gac .module .terms-list ul:last-of-type {
        margin-left: 25px;
    }

        #gac .terms-list ul li strong {
            font-size: 1.1em;
            font-weight: bold;
        }

        #gac .terms-list ul li {
            margin-bottom: 3px;
        }

#gac .terms table th,
#gac .terms table td h1 {
    font-size: 1.8em;
}

#gac .notes {
    background-color: #fff;
    color: #333;
    font-size: 1.1em;
    padding: 10px 30px;
}

    #gac .notes.final-terms {
        font-size: 1.3em;
    }

    #gac .notes h1 {
        font-weight: bold;
    }

    #gac .notes h1,
    #gac .notes p {
        padding: 5px 0;
        font-size: 1em;
    }

    #gac .notes div.column-half {
        width: 50%;
    }

    #gac .notes div.column-seventyfive {
        width: 75%;
        line-height: 1em;
    }

    #gac .notes div.left {
        float: left;
    }

    #gac .notes .img_holder,
    #gac .notes div.right {
        float: right;
    }

    #gac .notes .img_holder {
        width: 65px;
        float: right;
    }

.notes div.right p {
    text-align: right;
    display: block;
    width: 82%;
    float: left;
}

#gac .notes a {
    color: #333333;
    text-decoration: underline;
}


/*--- 
    TOOLTIPS
---*/
#gac .tooltip {
    /*display: none;*/
    line-height: 120%;
}

#gac .tip-address {
    display: block;
    position: absolute;
    left: -999999px;
}

.no-js .tip-address {
    display: block;
    line-height: 120%;
}

#gac .tooltip strong {
    font-weight: bold;
}

#gac .tooltip a {
    color: #333;
    text-decoration: underline;
}

#gac .tooltip {
    position: absolute;
    padding: 12px 8px 12px 12px;
    background: white;
    color: #333;
    overflow: visible;
    border: 1px solid #000001;
    text-align: left;
    word-wrap: break-word;
    box-shadow: 3px 2px 5px 2px rgba(0, 0, 0, 0.5);
    z-index: 999;
    max-width: 180px;
    min-width: 50px;
    font-size: 1.2em;
    line-height: 1.2em;
}

    #gac .tooltip .tip-address {
        position: relative;
        left: auto;
    }

    #gac .tooltip .arrow {
        position: absolute;
        width: 11px;
        height: 20px;
        background-image: url('../img/ui/left-arrow.png');
        left: -10px;
        top: 50%;
        margin-top: -10px;
    }

#gac.travel-section .tooltip a {
    margin-top: 10px;
    background: transparent url('../img/buttons/bg-arrow-black.png') left 4px no-repeat;
    color: #333;
    padding-left: 10px;
    text-decoration: none;
}

    #gac.travel-section .tooltip a:hover {
        text-decoration: underline;
    }

#gac .tooltip a[href^=tel]:link {
    background-image: none;
    padding-left: 0;
}

#gac .sup-sm {
    font-size: 1.2em;
}

#gac #did-you-know .m-content {
    min-height: 176px;
}

#gac #personal-protection .m-content {
    padding-bottom: 0px;
}

#gac #personal-protection.logged .m-content {
    padding-bottom: 25px;
}



.pagetop {
    POSITION: relative;
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    TOP: 40px;
    PADDING-TOP: 4px
}

.pagetop1 {
    POSITION: relative;
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

.page-txt {
    POSITION: relative;
    COLOR: #666;
    FONT-SIZE: 11px;
    RIGHT: 20px;
    TEXT-DECORATION: none !important
}

.page-arrow {
    PADDING-RIGHT: 3px;
    COLOR: #ff7b33;
    FONT-SIZE: 11px
}

#footer {
    MARGIN: 20px 0px;
    COLOR: #666;
    FONT-SIZE: 11px;
    background-color: white;
}

#footer-logo {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 2px
}

#footer-links {
    BORDER-BOTTOM: #d6d6d6 1px solid;
    PADDING-BOTTOM: 6px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    MARGIN-BOTTOM: 0px;
    FONT-SIZE: 11px;
    BORDER-TOP: #d6d6d6 1px solid;
    PADDING-TOP: 6px
}

    #footer-links A {
        COLOR: #666;
        TEXT-DECORATION: none
    }

        #footer-links A:hover {
            COLOR: #000;
            TEXT-DECORATION: none
        }

    #footer-links UL {
        LIST-STYLE-TYPE: none;
        MARGIN: 0px;
        FLOAT: right
    }

        #footer-links UL LI {
            FLOAT: left;
            MARGIN-LEFT: 23px;
            MARGIN-RIGHT: 0px
        }

#footerbottom {
    MARGIN-TOP: 5px;
    FONT-SIZE: 11px
}

#footer-container {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 33px;
}

.footer-logo {
    vertical-align: top;
    padding: 2px 0 0;
}

.foot-links a {
    color: #666 !important;
    text-decoration: none;
    line-height: 21px;
}

.foot-links ul li {
    float: left;
    margin-left: 23px;
    padding: 3px 0 0;
}

.foot-links, .foot-links-cg {
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    margin-bottom: 7px;
    padding: 7px 0;
}

    .foot-links a:hover, .dropdownmenu1 ul li a:hover, .dropdownmenu2 ul li a:hover, .foot_dropdownmenu a:hover, .csdd-chooseone1 a:hover, .csdd-chooseone2 a:hover, .csdd-chooseone3 a:hover, .csdd-chooseone5 a:hover, .csdd-chooseone6 a:hover, .tab-listarrow-home3 ul li a:hover {
        color: #39C !important;
        text-decoration: underline !important;
    }

    .foot-links ul, .foot-links-cg ul {
        float: right;
    }

.foot-gray, .foot-gold {
    color: #999;
}

.foot_dropdownmenu {
    width: 145px;
    background-image: url(../img/f_drop_down.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 0 25px;
}

    .foot_dropdownmenu ul {
        font-weight: 400;
        width: 145px;
        padding: 7px 0 0;
    }

        .foot_dropdownmenu ul li {
            line-height: 14px;
            width: 145px;
            margin: 0;
            padding: 0 0 0 9px;
        }

    .foot_dropdownmenu a {
        color: #39C !important;
        text-decoration: none;
        line-height: 18px;
    }

        .foot_dropdownmenu a:hover, .csdd-chooseone1 a:hover, .csdd-chooseone2 a:hover, .csdd-chooseone3 a:hover, .csdd-chooseone5 a:hover, .csdd-chooseone6 a:hover, .tab-listarrow-home3 ul li a:hover {
            color: #39C;
            text-decoration: underline !important;
        }

.foot-links ul, .foot-links-cg ul {
    float: right;
}

.foot-gray, .foot-gold {
    color: #999;
}


#gac #local-nav {
    *margin-top: -3px !important;
}


#gac #main-content.terms ul.bulleted-list1 {
    list-style: disc;
    font-size: 1.2em;
    margin: 0 0 20px 40px;
}

#gac .module .m-headerAirportLimousineTransfers {
    padding: 40px 40px 40px;
}


/*  */
.offers-sec1 {
    margin-bottom: 10px;
}

#gac .prestige #offers .offers-sec1 .m-content-ent {
    min-height: 210px;
    padding-bottom: 0px !important;
    position: relative;
}

#gac .offers-sec1 .mc-2 .m-content-ent {
    width: 384px;
    padding: 40px
}

#gac .offers-sec1 .mc-frame .m-content-ent {
    float: left
}

#gac .offers-sec1 .module .m-content-ent .m-header {
    padding: 15px 0 0 0;
}

#gac .prestige #offers .offers-sec1 .m-content-ent p a.phone {
    font-weight: normal;
    margin-top: 25px;
    font-size: 1em;
}

#gac .offers-sec1 .mc-2 .mc-flush {
    width: 464px
}

#gac #offers .offers-sec1 .module p {
    font-size: 1.2em;
    line-height: 1.25em;
    padding: 5px 0;
}

#gac #offers h1 {
    font-size: 24px;
}

#gac #main-content.terms ol.decimal {
    list-style: decimal;
    font-size: 1.2em;
    margin: 0 0 8px 18px;
    padding-left: 5px;
}

    #gac #main-content.terms ol.decimal li {
        margin-bottom: 3px;
    }

.marbot15 {
    margin-bottom: 15px;
}

.bulletleft {
    padding-left: 20px;
    font-size: 1.2em;
    line-height: 1.25em;
}

.bulletleft {
    padding-left: 20px;
    font-size: 1.2em;
    line-height: 1.25em;
}
