/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.enhancedHeader {
    margin-top: -13px;
}
/* Header */
header {
    height: 111px;
    background: #29376a url("../img/graceland_header_background.png") no-repeat center center;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    margin-top: -20px;
}

    header .logo {
        height: 111px;
    }

        header .logo a {
            display: block;
            position: relative;
            top: 11px;
        }

    header .header-topbar {
        height: 61px;
        background: #fff;
    }

        header .header-topbar nav {
            padding-left: 20px;
        }

            header .header-topbar nav > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                header .header-topbar nav > ul > li {
                    float: left;
                    line-height: 61px;
                    margin-right: 19px;
                    position: relative;
                }

                    header .header-topbar nav > ul > li.has-children:hover > .sub-menu {
                        display: block;
                    }

                    header .header-topbar nav > ul > li.has-children:hover > a {
                        color: #f53610;
                    }

                        header .header-topbar nav > ul > li.has-children:hover > a:before {
                            content: "";
                            z-index: 4;
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            margin-left: -12px;
                            display: block;
                            width: 100%;
                            width: 0px;
                            height: 0px;
                            border-style: solid;
                            border-width: 0 12px 13px 12px;
                            border-color: transparent transparent #3c3c3c transparent;
                        }

                    header .header-topbar nav > ul > li > a {
                        position: relative;
                        color: #494949;
                        font: 400 32px "bebas_neueregular";
                        display: block;
                        line-height: 61px;
                        text-transform: uppercase;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                        header .header-topbar nav > ul > li > a:hover {
                            color: #f53610;
                        }

                    header .header-topbar nav > ul > li > .sub-menu {
                        list-style-type: none;
                        margin: 0;
                        z-index: 5000;
                        display: none;
                        position: absolute;
                        top: 61px;
                        left: -20px;
                        background: #3c3c3c;
                        padding: 24px 24px 8px;
                        min-width: 616px;
                    }

                        header .header-topbar nav > ul > li > .sub-menu.right {
                            left: auto;
                            right: -20px;
                        }

                        header .header-topbar nav > ul > li > .sub-menu.center {
                            left: 50%;
                            margin-left: -330px;
                        }

                        header .header-topbar nav > ul > li > .sub-menu > li {
                            white-space: nowrap;
                            width: 48.5%;
                            float: left;
                            margin: 0px 3% 16px 0px;
                        }

                            header .header-topbar nav > ul > li > .sub-menu > li.odd {
                                margin-right: 0;
                            }

                            header .header-topbar nav > ul > li > .sub-menu > li > a {
                                text-align: center;
                                display: block;
                                background: #2a2a2a;
                                height: 42px;
                                line-height: 42px !important;
                                font: 400 20px "Raleway", sans-serif;
                                color: #fff;
                                text-shadow: 0 1px 2px rgba(1, 2, 1, 0.8);
                                text-transform: none;
                                -webkit-transition: all 0.2s ease-in-out;
                                -moz-transition: all 0.2s ease-in-out;
                                -o-transition: all 0.2s ease-in-out;
                                transition: all 0.2s ease-in-out;
                            }

                    header .header-topbar nav > ul > li > a > font {
                        font: 400 25px "bebas_neueregular";
                    }

                    header .header-topbar nav > ul > li > .sub-menu > li > a:hover {
                        background: #4d6199;
                    }

            header .header-topbar nav .tickets {
                margin-top: 12px;
                float: right;
                display: block;
                color: #fff;
                background: #f53510;
                font: 700 17px "Raleway", sans-serif;
                text-transform: uppercase;
                text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
                text-align: center;
                width: 93px;
                height: 36px;
                line-height: 36px;
                background-color: #f53510;
                -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                header .header-topbar nav .tickets:hover {
                    background: #da2400;
                }

    header .header-bottombar {
        height: 50px;
        background: #4d6199;
        position: relative;
    }

        header .header-bottombar .newsletter-signup {
            width: 277px;
            height: 50px;
            background: #a6b1d1;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
        }

            header .header-bottombar .newsletter-signup.open #newsletter {
                display: block;
            }

            header .header-bottombar .newsletter-signup.open a {
                background: url("/img/graceland_pointer_up.png") no-repeat center right;
            }

            header .header-bottombar .newsletter-signup a {
                color: #404040;
                font: 700 16px "Raleway", sans-serif;
                text-transform: uppercase;
                display: inline-block;
                line-height: 50px;
                padding-right: 45px;
                background: url("/img/graceland_pointer_down.png") no-repeat center right;
            }

            header .header-bottombar .newsletter-signup .enewsTab {
                display: none;
            }

            header .header-bottombar .newsletter-signup #newsletter {
                text-align: left;
                display: none;
                width: 233px;
                padding: 22px;
                background: #a6b1d1;
                -webkit-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
                -moz-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
                box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
            }

                header .header-bottombar .newsletter-signup #newsletter input[type="text"] {
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    -ms-border-radius: 0px;
                    -o-border-radius: 0px;
                    border-radius: 0px;
                    border: 0;
                    height: 30px;
                    line-height: 30px;
                    font: 400 16px "Raleway", sans-serif;
                    padding: 0 8px;
                    width: 132px;
                    margin: 0;
                    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                }

                    header .header-bottombar .newsletter-signup #newsletter input[type="text"]:focus {
                        border: 0;
                    }

                header .header-bottombar .newsletter-signup #newsletter input[type="submit"] {
                    margin: 0;
                    padding: 0;
                    display: inline-block;
                    cursor: pointer;
                    border: 0;
                    color: #fff;
                    background: #f53510;
                    font: 700 16px "Raleway", sans-serif;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
                    text-align: center;
                    width: 77px;
                    height: 30px;
                    line-height: 30px;
                    background-color: #f53510;
                    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    header .header-bottombar .newsletter-signup #newsletter input[type="submit"]:hover {
                        background: #da2400;
                    }
        /*header .header-bottombar .googletranslate {
           color: white;
            font-weight: bold;
            left: 327px;
            position: absolute;
            top:12px;
    }*/
        header .header-bottombar .social-links {
            position: absolute;
            right: 50px;
        }

            header .header-bottombar .social-links a {
                float: left;
                display: block;
                width: 40px;
                height: 50px;
            }

                header .header-bottombar .social-links a.facebook {
                    background: url("/img/graceland_social_facebook.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.twitter {
                    background: url("/img/graceland_social_twitter.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.instagram {
                    background: url("/img/graceland_social_instagram.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.googleplus {
                    background: url("/img/graceland_social_googleplus.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.youtube {
                    background: url("/img/graceland_social_youtube.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.tripadvisor {
                    background: url("/img/graceland_social_tripadvisor.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

                header .header-bottombar .social-links a.pintrest {
                    background: url("/img/graceland_social_pinterest_8bit.png") no-repeat center center;
                    -webkit-background-size: 40px, auto;
                    -moz-background-size: 40px, auto;
                    -o-background-size: 40px, auto;
                    background-size: 40px, auto;
                }

        header .header-bottombar .search {
            display: block;
            position: absolute;
            right: 0;
            top: 5px;
            background: url("/img/graceland_button_search.png") no-repeat center center;
            width: 37px;
            height: 40px;
        }

        header .header-bottombar #header-search {
            display: none;
            position: absolute;
            right: 0px;
            bottom: -74px;
            text-align: left;
            width: 295px;
            padding: 22px;
            background: #4d6199;
            -webkit-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
            -moz-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
            box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
        }

            header .header-bottombar #header-search.open {
                display: block;
            }

            header .header-bottombar #header-search input[type="text"] {
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                -o-border-radius: 0px;
                border-radius: 0px;
                border: 0;
                height: 30px;
                line-height: 30px;
                font: 400 16px "Raleway", sans-serif;
                padding: 0 8px;
                width: 195px;
                margin: 0;
                -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            }

                header .header-bottombar #header-search input[type="text"]:focus {
                    border: 0;
                }

            header .header-bottombar #header-search input[type="submit"] {
                margin: 0;
                padding: 0;
                display: inline-block;
                cursor: pointer;
                border: 0;
                color: #fff;
                background: #f53510;
                font: 700 16px "Raleway", sans-serif;
                text-transform: uppercase;
                text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
                text-align: center;
                width: 77px;
                height: 30px;
                line-height: 30px;
                background-color: #f53510;
                -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                header .header-bottombar #header-search input[type="submit"]:hover {
                    background: #da2400;
                }

.headline-stripe {
    padding: 0px 10px;
    background: #e6e2dc url("../img/epe14_60years_banner_tile.png") repeat-x center center;
    height: 60px;
    line-height: 85px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);
    position: relative;
    z-index: 5;
}

    .headline-stripe .sm-img {
        display: none;
        max-height: 25px;
    }

#google_translate_element {
    position: absolute;
    right: 0;
    margin-right: 1px;
    font-size: 14px;
    margin-top: 2px;
    width: 80px;
    font-weight: bold;
    height: 20px;
    display: none;
    color: white;
}

    #google_translate_element * {
        border: none;
        background: none;
    }

    #google_translate_element .goog-te-gadget-simple {
        width: 130px;
        height: 30px;
        position: relative;
        left: -30px;
        top: -30px;
        color: white;
    }

        #google_translate_element .goog-te-gadget-simple * {
            display: none;
        }

    #google_translate_element .goog-te-menu2 {
        background: rgba(0,0,0,.75) !important;
        text-decoration: none;
        border: 0px solid #ffffff;
        overflow: hidden;
        padding: 4px;
    }

        #google_translate_element .goog-te-menu2 a {
            color: #fff;
        }

.booking-content {
    background: #e6e2dc;
    padding: 20px 0px 15px;
}

    .booking-content .action-buttons {
        float: left;
        width: 30%;
        text-align: center;
    }

        .booking-content .action-buttons a {
            display: block;
        }

    .booking-content .copy {
        text-align: center;
        float: left;
        width: 65%;
    }

        .booking-content .copy h2 {
            color: #d2230c;
            font-family: "Raleway", sans-serif;
            font-size: 22px;
            font-weight: 800;
        }

        .booking-content .copy p {
            color: #000;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
        }

            .booking-content .copy p strong {
                font-weight: 800;
            }

            .booking-content .copy p a {
                color: #d2230c;
                font-family: "Raleway", sans-serif;
                font-size: 14px;
                font-weight: 800;
            }

                .booking-content .copy p a:hover {
                    text-decoration: none;
                }

.main-content {
    background: #d6cec6;
    padding-top: 15px;
}

    .main-content .photo-cluster {
        float: right;
        margin: 0 0 20px 20px;
    }

    .main-content label {
        display: inline;
    }

    .main-content p, .main-content ul {
        color: #000;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 1em;
    }

    .main-content ul {
        list-style-type: disc;
        margin-left: 20px;
    }

        .main-content ul li {
            margin-bottom: 5px;
        }

    .main-content p.disclaimer {
        color: #4c4c4c;
        font-family: "Raleway", sans-serif;
        font-size: 10px;
        line-height: 11px;
    }

    .main-content p.more-info {
        text-align: center;
        color: #000;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 800;
    }

        .main-content p.more-info a {
            color: #d2230c;
        }

            .main-content p.more-info a:hover {
                text-decoration: none;
            }

    .main-content .sharing {
        text-align: center;
        color: #000;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        margin-bottom: 20px;
    }

        .main-content .sharing strong {
            padding-right: 10px;
        }

        .main-content .sharing .addthis_toolbox {
            display: inline-block;
            position: relative;
            top: 5px;
        }

            .main-content .sharing .addthis_toolbox a {
                display: inline-block;
                padding-right: 10px;
                border-right: 1px solid #a6a5a3;
                margin-right: 10px;
                height: 20px;
            }

                .main-content .sharing .addthis_toolbox a.addthis_button_pinterest_pinit {
                    width: 40px;
                }

                .main-content .sharing .addthis_toolbox a.addthis_button_google_plusone {
                    width: 60px;
                }

                .main-content .sharing .addthis_toolbox a.addthis_button_tweet {
                    width: 80px;
                }

                .main-content .sharing .addthis_toolbox a.addthis_button_facebook_like {
                    width: 90px;
                    padding-right: 0;
                    border: 0px;
                    margin-right: 0;
                }

    .main-content #socialmenuWrapper {
        position: relative;
        z-index: 5;
        width: 202px;
        height: 43px;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        background-color: #fff;
        border: solid 1px #4c4c4c;
        border-bottom: 0px;
        background-image: -webkit-linear-gradient(bottom, #dadada, white);
        background-image: -moz-linear-gradient(bottom, #dadada, white);
        background-image: -o-linear-gradient(bottom, #dadada, white);
        background-image: -ms-linear-gradient(bottom, #dadada, white);
        background-image: linear-gradient(to top, #dadada, #ffffff);
        margin: 0px auto;
    }

    .main-content #socialmenu {
        width: 202px;
        height: 43px;
        background: url(../img/epe_graceland_lp_social_anchor.png) top left no-repeat;
    }

    .main-content .socialLinks {
        display: block !important;
        padding: 0px 0 0 0px;
        margin: 0;
        list-style-type: none;
        margin-left: 56px;
    }

        .main-content .socialLinks li {
            float: left;
            width: 30px;
            height: 32px;
            margin: 0px;
            padding: 0px;
            padding-left: 4px;
            padding-top: 4px;
        }

            .main-content .socialLinks li a {
                width: 34px;
                height: 34px;
                overflow: hidden;
                display: block;
                text-indent: -9999px;
                background: url(../img/epe_graceland_lp_social_anchor.png) top left no-repeat;
            }

        .main-content .socialLinks .pinit a {
            background-position: -60px -4px;
        }

            .main-content .socialLinks .pinit a:hover {
                background-position: -60px -44px;
            }

        .main-content .socialLinks .facebook a {
            background-position: -94px -4px;
        }

            .main-content .socialLinks .facebook a:hover {
                background-position: -94px -44px;
            }

        .main-content .socialLinks .twitter a {
            background-position: -128px -4px;
        }

            .main-content .socialLinks .twitter a:hover {
                background-position: -128px -44px;
            }

        .main-content .socialLinks .youtube a {
            background-position: -162px -4px;
        }

            .main-content .socialLinks .youtube a:hover {
                background-position: -162px -44px;
            }

img.responsive_photo_left,
img.responsive_photo_right,
img.responsive_photo_left_150,
img.responsive_photo_right_150,
img.responsive_full_width {
    height: auto !important;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    display: block;
    clear: both;
}

img.responsive_photo_left,
img.responsive_photo_right {
    max-width: 370px;
}

img.responsive_photo_left,
img.responsive_photo_left_150 {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

img.responsive_photo_right,
img.responsive_photo_right_150 {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

img.responsive_photo_left_150,
img.responsive_photo_right_150 {
    max-width: 150px;
}

div.responsive_full_width_wrap {
    padding: 0 6px 0 0;
    overflow: hidden;
    margin: 0 auto 0.5em;
}

img.responsive_full_width {
    float: none;
    margin: 0 auto 0.5em;
}

p.tighter_lines,
div.tighter_lines {
    line-height: 1.2em;
    margin: 0 0 1em;
}

.two_columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 45px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 45px;
    /* Firefox */
    column-gap: 45px;
}

    .two_columns > * {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        -o-column-break-inside: avoid;
        -ms-column-break-inside: avoid;
        column-break-inside: avoid;
        margin-top: 0;
    }

    .two_columns img.responsive_photo_right,
    .two_columns img.responsive_photo_right_150 {
        margin-right: 4px;
    }

.no_margins {
    margin: 0 !important;
}

.attention {
    color: #FE9500;
}

#SLB-Background {
    background: black !important;
}

.radiobuttonList {
    display: block;
    float: left;
}

fieldset ol li {
    overflow: hidden;
}

    fieldset ol li > label {
        float: left;
        width: 20em;
        max-width: 100%;
        margin-right: 1em;
        text-align: right;
    }

/* Footer Styling */
footer {
    padding: 30px 0px;
}

    footer .credit img {
        max-width: 158px;
    }

    footer .footer-left p {
        color: #b2b2b2;
        font: 400 13px "Raleway", sans-serif;
        line-height: 18px;
        margin-bottom: 1em;
    }

    footer nav {
        display: block;
    }

        footer nav a {
            display: inline-block;
            font: 400 13px "Raleway", sans-serif;
            text-transform: uppercase;
            color: #c4c4c4;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            line-height: 20px !important;
        }

            footer nav a span {
                color: #c4c4c4;
            }

            footer nav a:hover {
                color: #797979;
            }

                footer nav a:hover span {
                    color: #797979;
                }

        footer nav span {
            display: inline-block !important;
            padding: 0px 2px;
            color: #797979;
        }

    footer .copyright {
        font: 400 11px "Raleway", sans-serif;
        color: #b2b2b2;
    }

        footer .copyright a {
            color: #b2b2b2;
        }

            footer .copyright a:hover {
                text-decoration: underline;
            }

    footer .footer-right {
        text-align: right;
    }
    footer .footer-right .elvis-guesthouse {
            margin-right: 25px;
        }

            footer .footer-right .elvis-guesthouse img {
                max-width: 125px;
            }

        footer .footer-right .elvis-the-music {
            margin-right: 25px;
        }

            footer .footer-right .elvis-the-music img {
                max-width: 72px;
            }

        footer .footer-right .elvis-radio {
            margin-right: 25px;
        }

            footer .footer-right .elvis-radio img {
                max-width: 68px;
            }

        footer .footer-right .elvis-com {
            color: #c3c3c3;
            font: 700 13px "Raleway", sans-serif;
            text-transform: uppercase;
        }

.internal footer nav {
    margin-bottom: 10px;
}

/* Typography */
body, p {
    font-family: "Raleway", sans-serif;
}

body {
    background: #2f2f2f;
}

a {
    color: #f53610;
}

    a:hover {
        text-decoration: none;
    }

@font-face {
    font-family: 'bebas_neueregular';
    src: url("../type/BebasNeue-webfont.eot");
    src: url("../type/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../type/BebasNeue-webfont.woff") format("woff"), url("../type/BebasNeue-webfont.ttf") format("truetype"), url("../type/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background-color: #4D6199;
    color: #FFF;
}

::selection {
    background-color: #4D6199;
    color: #FFF;
}

/* Copy Styling */
.page-wrapper .internal-content {
    color: #494949;
    font: 500 14px "Raleway", sans-serif;
}

.featured.enhanced .page-wrapper .internal-content
{
    line-height: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

.no_left .page-wrapper .internal-content {
    width: auto;
    float: none;
}

.page-wrapper .internal-content fieldset ol,
.sec_giveaway .internal-content fieldset ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-wrapper .internal-content select {
    width: auto;
    max-width: 220px;
}

.page-wrapper .internal-content hr {
    border-top: 1px solid #dbdbdb;
    clear: both;
}

.page-wrapper .internal-content span.attention {
    color: #fe9500;
}

.page-wrapper .internal-content img {
    height: auto !important;
}

.page-wrapper .internal-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .page-wrapper .internal-content ul li {
        background: url("/img/graceland_bullet_blue.png") no-repeat 0px 7px;
    }

        .page-wrapper .internal-content ul li ul {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
        }

.page-wrapper .internal-content ol {
    padding: 0;
    margin: 0;
    list-style-type: decimal;
}

.page-wrapper .internal-content ul, .page-wrapper .internal-content ol {
    margin-left: 30px;
}

    .page-wrapper .internal-content ul li, .page-wrapper .internal-content ol li {
        padding-left: 15px;
        margin-bottom: 0.25em;
    }

.page-wrapper .internal-content h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #334482;
    font: 700 32px "bebas_neueregular";
    line-height: 32px;
    margin-bottom: 20px;
}

    .page-wrapper .internal-content h2 a {
        color: #334482;
    }

        .page-wrapper .internal-content h2 a:hover {
            color: #5874b0;
        }

.page-wrapper .internal-content h3 {
    margin: 0;
    padding: 0;
    color: #5b6ea5;
    font: 700 20px "Raleway", sans-serif;
    line-height: 20px;
    margin-bottom: 20px;
}

    .page-wrapper .internal-content h3 a {
        color: #5b6ea5;
    }

        .page-wrapper .internal-content h3 a:hover {
            color: #334482;
        }

.page-wrapper .internal-content h4 {
    margin: 0;
    padding: 0;
    color: #494949;
    font: 700 16px "Raleway", sans-serif;
    line-height: 16px;
    margin-bottom: 16px;
}

    .page-wrapper .internal-content h4 a {
        color: #494949;
    }

        .page-wrapper .internal-content h4 a:hover {
            color: #838383;
        }

.page-wrapper .internal-content p, .page-wrapper .internal-content ul, .page-wrapper .internal-content ol {
    color: #494949;
    font: 500 14px "Raleway", sans-serif;
    line-height: 24px;
    margin-bottom: 14px;
}

.page-wrapper .internal-content a {
    color: #f53610;
}

    .page-wrapper .internal-content a:hover {
        font-weight: 700;
        color: #da2400;
    }

    .page-wrapper .internal-content a.action-button,
    .sec_rocknrollout .internal-content a.action-button,
    .sec_giveaway .internal-content a.action-button {
        display: inline-block;
        color: #fff;
        background: #f53510;
        font: 700 17px "Raleway", sans-serif;
        text-transform: uppercase;
        text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
        text-align: center;
        padding: 0px 10px;
        height: 36px;
        line-height: 36px;
        background-color: #f53510;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
        -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
        box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


        .page-wrapper .internal-content a.action-button:hover,
        .sec_rocknrollout .internal-content a.action-button:hover,
        .sec_giveaway .internal-content a.action-button:hover {
            background: #da2400;
        }

.sec_e-newsletter .action-button {
    background: #f53510 none repeat scroll 0 0;
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
    color: #fff;
    display: inline-block;
    font: 700 17px/36px "Raleway",sans-serif;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.mailchimpaction-button {
    background: #f53510 none repeat scroll 0 0;
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
    color: #fff;
    display: inline-block;
    font: 700 17px/36px "Raleway",sans-serif;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

/* Homepage */
.slider-container {
    width: 100%;
    height: 613px;
    position: relative;
    z-index: 49;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
}

    .slider-container:hover .slider-nav {
        display: block;
    }

    .slider-container .slider-nav {
        z-index: 50;
        display: none;
    }

        .slider-container .slider-nav a {
            z-index: 500;
            top: 50%;
            margin-top: -31px;
            display: block;
            width: 60px;
            height: 62px;
            position: absolute;
            text-indent: -9999em;
            overflow: hidden;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .slider-container .slider-nav a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                opacity: 1;
            }

            .slider-container .slider-nav a#arrow_left {
                left: 25px;
                background: url("/img/graceland_mp_rotator_left_opaque.png") no-repeat 0px 0px;
            }

            .slider-container .slider-nav a#arrow_right {
                right: 25px;
                background: url("/img/graceland_mp_rotator_right_opaque.png") no-repeat 0px 0px;
            }

    .slider-container .slider {
        width: 100% !important;
        height: 613px !important;
        position: relative !important;
    }

        .slider-container .slider .slide {
            width: 100%;
            height: 613px;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
        }

            .slider-container .slider .slide img.background {
                display: none;
            }

            .slider-container .slider .slide .container {
                position: relative;
                height: 613px;
            }

            .slider-container .slider .slide .captionWrapper {
                background: rgba(0, 0, 0, 0.6);
                text-align: right;
                position: absolute;
                bottom: 55px;
                left: 0px;
                width: 370px;
            }

                .slider-container .slider .slide .captionWrapper .caption {
                    text-align: right;
                    padding: 30px 40px;
                }

                    .slider-container .slider .slide .captionWrapper .caption h2 {
                        color: #bfcdf2;
                        margin: 0;
                        padding: 0;
                        font: 400 70px "bebas_neueregular";
                        text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
                        line-height: 60px;
                    }

                    .slider-container .slider .slide .captionWrapper .caption p {
                        color: #fff;
                        font: 400 17px "Raleway", sans-serif;
                        text-shadow: 1px 1px 2px rgba(1, 2, 1, 0.8);
                        line-height: 24px;
                        margin-bottom: 30px;
                    }

                    .slider-container .slider .slide .captionWrapper .caption a {
                        clear: both;
                        display: inline-block;
                        color: #fff;
                        font: 400 14px "Raleway", sans-serif;
                        text-transform: uppercase;
                        border: 1px solid #c5c5c5;
                        background: rgba(0, 0, 0, 0.4);
                        padding: 0px 20px;
                        letter-spacing: 2px;
                        text-align: center;
                        max-width: 90%;
                        height: 40px;
                        line-height: 40px !important;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                        white-space: nowrap;
                        overflow: hidden;
                        -ms-text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                    }

                        .slider-container .slider .slide .captionWrapper .caption a:hover {
                            background: rgba(41, 55, 106, 0.6);
                        }

.action-boxes {
    padding: 32px 0px 25px;
    background: #efefef;
    border-bottom: 1px solid #dfdfdf;
}

    .action-boxes .box a {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
        -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
        box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
        border: solid 1px #cecece;
    }

        .action-boxes .box a:hover span {
            background: #da2400;
        }

        .action-boxes .box a img {
            display: block;
        }

        .action-boxes .box a span {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: block;
            width: 174px;
            height: 39px;
            line-height: 39px !important;
            text-align: center;
            color: #fff;
            font: 800 24px "Raleway", sans-serif;
            text-transform: uppercase;
            background: #f53510;
            position: absolute;
            top: 0;
            right: 0;
            letter-spacing: -1px;
            text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
        }

            .action-boxes .box a span:before {
                content: "";
                display: block;
                width: 28px;
                height: 39px;
                background: url("/img/graceland_promo_pointer.png") no-repeat 0px 0px;
                position: absolute;
                left: -14px;
                top: 0px;
            }

.home-spotlight {
    position: relative;
    z-index: 48;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    background: #fff;
    padding: 25px 0px;
}

    .home-spotlight h2 {
        padding: 0;
        margin: 0;
        font: 700 36px "Raleway", sans-serif;
        line-height: 36px;
        text-shadow: 3px 3px 0 rgba(0, 1, 0, 0.1);
        color: #293769;
        margin-bottom: 15px;
    }

        .home-spotlight h2.article-heading {
            padding-left: 30px;
        }

        .home-spotlight h2 a.more {
            position: relative;
            top: -5px;
            font: 700 13px "Raleway", sans-serif;
            text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
            color: #fff;
            display: inline-block;
            text-align: center;
            width: 55px;
            height: 25px;
            line-height: 25px;
            text-transform: uppercase;
            background: #f53510;
            -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .home-spotlight h2 a.more:hover {
                background: #da2400;
            }

        .home-spotlight h2 div {
            position: relative;
            top: -5px;
            padding-left: 10px;
            display: inline-block;
            font: 400 18px "Raleway", sans-serif;
            color: #606060;
        }

    .home-spotlight #ariscarouselaristogramWidget {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .home-spotlight #ariscarouselaristogramWidget li {
            float: left;
            margin-right: 45px;
        }

            .home-spotlight #ariscarouselaristogramWidget li .instagram_thumb_bg {
                padding: 0;
                width: auto;
                height: auto;
                overflow: visible;
                background: none;
                float: none;
                margin: 0;
                line-height: normal;
                position: relative;
            }

            .home-spotlight #ariscarouselaristogramWidget li:last-child {
                margin-right: 0;
            }

            .home-spotlight #ariscarouselaristogramWidget li div {
                display: block;
                position: relative;
                -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                z-index: 1;
            }

                .home-spotlight #ariscarouselaristogramWidget li div.instagram_caption {
                    display: none;
                }

                .home-spotlight #ariscarouselaristogramWidget li div:before {
                    z-index: 3;
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 56px;
                    height: 56px;
                    background: url("/img/graceland_wedge_base.png") no-repeat 0px 0px;
                }

                .home-spotlight #ariscarouselaristogramWidget li div:after {
                    z-index: 4;
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 56px;
                    height: 56px;
                    background: url("/img/graceland_wedge_instagram.png") no-repeat 0px 0px;
                }

                .home-spotlight #ariscarouselaristogramWidget li div img {
                    display: block;
                    z-index: 2;
                }

                    .home-spotlight #ariscarouselaristogramWidget li div img.instagram_thumb {
                        max-width: 100%;
                        max-height: auto;
                    }

    .home-spotlight .articles {
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-left: 30px;
    }

        .home-spotlight .articles li {
            float: left;
            width: 150px;
            padding-right: 22px;
            margin-right: 22px;
            border-right: 1px solid #e5e5e5;
        }

            .home-spotlight .articles li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0;
            }

            .home-spotlight .articles li a {
                display: block;
                position: relative;
                z-index: 1;
                font: 700 12px "Raleway", sans-serif;
                color: #f53610;
                line-height: 12px;
                text-align: center;
            }

                .home-spotlight .articles li a span.timestamp {
                    display: block;
                    font: 400 12px "Raleway", sans-serif;
                    text-transform: uppercase;
                    color: #686868;
                    padding-top: 2px;
                }

                .home-spotlight .articles li a .imagewrap {
                    position: relative;
                }

                    .home-spotlight .articles li a .imagewrap:before {
                        z-index: 3;
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 56px;
                        height: 56px;
                        background: url("/img/graceland_wedge_base.png") no-repeat 0px 0px;
                    }

                    .home-spotlight .articles li a .imagewrap:after {
                        z-index: 4;
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 56px;
                        height: 56px;
                        background: url("/img/graceland_wedge_news.png") no-repeat 0px 0px;
                    }

                .home-spotlight .articles li a img {
                    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    display: block;
                    z-index: 2;
                    margin-bottom: 10px;
                }

.graceland-cams {
    position: relative;
    z-index: 47;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    background: #fff;
    height: 450px;
    background: url("/img/graceland_mp_cam_background.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .graceland-cams .row {
        height: 450px;
        position: relative;
    }

        .graceland-cams .row .heading-box {
            position: absolute;
            bottom: 0px;
            background: rgba(0, 0, 0, 0.6);
        }

            .graceland-cams .row .heading-box .inner {
                height: 110px;
                padding: 35px 45px;
                text-align: center;
                position: relative;
            }

                .graceland-cams .row .heading-box .inner h2 {
                    margin: 0;
                    padding: 0;
                    margin-bottom: 25px;
                    color: #bfcdf2;
                    font: 400 70px "bebas_neueregular";
                    line-height: 54px;
                    text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
                }

                    .graceland-cams .row .heading-box .inner h2 a {
                        color: #bfcdf2;
                    }

                .graceland-cams .row .heading-box .inner p {
                    margin: 0;
                    padding: 0;
                    color: #fff;
                    font: 400 23px "Raleway", sans-serif;
                    text-shadow: 1px 1px 2px rgba(1, 2, 1, 0.8);
                }

                .graceland-cams .row .heading-box .inner a.button {
                    display: inline-block;
                    border: 1px solid #c5c5c5;
                    background: rgba(0, 0, 0, 0.4);
                    padding: 0px 10px;
                    height: 40px;
                    line-height: 40px !important;
                    font: 400 14px "Raleway", sans-serif;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    position: absolute;
                    top: 112px;
                    right: 45px;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    .graceland-cams .row .heading-box .inner a.button:hover {
                        background: rgba(41, 55, 106, 0.6);
                    }

.sec_rocknrollout .internal-content .tickets-block,
.sec_giveaway .internal-content .tickets-block {
    background-color: #efefef;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    margin-bottom: 20px;
}

    .sec_rocknrollout .internal-content .tickets-block .inner,
    .sec_giveaway .internal-content .tickets-block .inner {
        padding: 5px 10px 5px 15px;
    }

    .sec_rocknrollout .internal-content .tickets-block h2,
    .sec_giveaway .internal-content .tickets-block h2 {
        display: block;
        clear: both;
        height: 46px;
        line-height: 46px;
        background: #455f97;
        color: #fff;
        font-family: "bebas_neueregular";
        font-size: 36px;
        text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
        margin: 0;
        padding-left: 10px;
    }

    .sec_giveaway .internal-content .tickets-block h2 {
        letter-spacing: 1px;
    }

.sec_rocknrollout .form-horizontal .control-label,
.sec_giveaway .form-horizontal .control-label {
    width: 90px;
}

.sec_rocknrollout .form-horizontal .controls,
.sec_giveaway .form-horizontal .controls {
    margin-left: 100px;
}

.sec_rocknrollout .form-horizontal .control-group,
.sec_giveaway .form-horizontal .control-group {
    margin-bottom: 10px;
}

.sec_rocknrollout .rocknrollsubmit,
.sec_giveaway .rocknrollsubmit {
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 42px;
    line-height: 40px !important;
    color: #fff;
    font: 700 18px "Raleway", sans-serif;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    background: #f53610;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0px 10px;
    border: 0px;
}

.rocknrollcheckbox input[type="checkbox"] {
    margin-left: 20px !important;
}

.rocknrollstylepadding {
    padding-left: 10px;
    font-size: 13px;
}

.rocknrolloutvalidation {
    display: none;
}


/* Tickets Page Styling */
.page-wrapper .internal-content p.buy-tickets-heading {
    text-align: right;
    color: #5a6ea5;
    font: 700 20px "Raleway", sans-serif;
}

.page-wrapper .internal-content .tickets-block {
    background-color: #efefef;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    margin-bottom: 20px;
}

    .page-wrapper .internal-content .tickets-block.open h2 .ticket-toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.sec_rocknrollout .internal-content .tickets-block.open h2 .ticket-toggle,
.sec_giveaway .internal-content .tickets-block.open h2 .ticket-toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.page-wrapper .internal-content .tickets-block h2 {
    display: block;
    clear: both;
    height: 46px;
    line-height: 46px;
    background: #455f97;
    color: #fff;
    font-family: "bebas_neueregular";
    font-size: 36px;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    margin: 0;
}

    .page-wrapper .internal-content .tickets-block h2 .ticket-toggle {
        float: right;
        display: block;
        width: 29px;
        height: 29px;
        background: url("/img/graceland_mobile_accordian_pointer.png") no-repeat 0px 0px;
        -webkit-background-size: 29px, 29px;
        -moz-background-size: 29px, 29px;
        -o-background-size: 29px, 29px;
        background-size: 29px, 29px;
        position: relative;
        right: 10px;
        top: 8px;
    }

.sec_rocknrollout .internal-content .tickets-block h2 .ticket-toggle,
.sec_giveaway .internal-content .tickets-block h2 .ticket-toggle {
    float: right;
    display: block;
    width: 29px;
    height: 29px;
    background: url("/img/graceland_mobile_accordian_pointer.png") no-repeat 0px 0px;
    -webkit-background-size: 29px, 29px;
    -moz-background-size: 29px, 29px;
    -o-background-size: 29px, 29px;
    background-size: 29px, 29px;
    position: relative;
    right: 10px;
    top: 8px;
}

.page-wrapper .internal-content .tickets-block h2 span.number {
    display: block;
    float: left;
    height: 46px;
    width: 46px;
    line-height: 46px;
    color: #cdcfd9;
    font-family: "bebas_neueregular";
    font-size: 34px;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    background: #29376a;
    text-align: center;
    margin-right: 15px;
}

.page-wrapper .internal-content .tickets-block .inner {
    padding: 15px 20px;
}

    .page-wrapper .internal-content .tickets-block .inner ul, .page-wrapper .internal-content .tickets-block .inner p {
        max-width: 60%;
        clear: left;
    }
    .page-wrapper .internal-content .tickets-block .inner ul ul{
	max-width: 100% !important;
}

    .page-wrapper .internal-content .tickets-block .inner h4 {
        float: left;
    }

    .page-wrapper .internal-content .tickets-block .inner .prices {
        float: right;
    }

        .page-wrapper .internal-content .tickets-block .inner .prices .inner-prices {
            padding: 20px;
            width: 235px;
            background-color: #fff;
            -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
            -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
            box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
            border: solid 1px #cecece;
        }

        .page-wrapper .internal-content .tickets-block .inner .prices a.buy-tickets, .page-wrapper .internal-content .tickets-block .inner a.buy-tickets {
            clear: left;
            float: right;
            display: inline-block;
            color: #fff;
            background: #f53510;
            font: 700 15px "Raleway", sans-serif;
            text-transform: uppercase;
            text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
            text-align: center;
            padding: 0px 7px;
            height: 28px;
            line-height: 28px;
            background-color: #f53510;
            -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        .page-wrapper .internal-content .tickets-block .inner a.buy-tickets{
            float: none;
        }
            .page-wrapper .internal-content .tickets-block .inner .prices a.buy-tickets:hover {
                background: #da2400;
            }

        .page-wrapper .internal-content .tickets-block .inner .prices table {
            width: 100%;
        }

        .page-wrapper .internal-content .tickets-block .inner .prices td {
            color: #494949;
            font: 500 14px "Raleway", sans-serif;
            line-height: 22px;
        }

            .page-wrapper .internal-content .tickets-block .inner .prices td.price {
                color: #29376a;
            }

.importantText{
    border: 1px solid #efefef;
    padding: 10px;
    background: #bfcae4;
    color: white;
    margin-bottom: 10px;
}
.importantText p{
    font-size: 16px !important;
    font-weight:bold;
    margin-bottom: 0!important;
}

/* Internal Page Styling */
.internal form {
    overflow: hidden;
}

.top-mast {
    height: 310px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 10px solid #d9d9d9;
}

.sec_visit.sub_experience .top-mast
{
    background-position: 75% 50%;
}

/*.sec_elvisweek .top-mast {
    background-position: center -20px;
}*/
.sec_elvisweek #inlinelightboxcontent {
    overflow: hidden;
}

.sec_elvisweek .nivo-lightbox-inline {
    overflow: hidden;
    top: initial !important;
    margin-top: initial !important;
}

/*.sec_elvisweek.sub_default .top-mast {
    background-position: -100px 0px;
}*/

.top-mast .row {
    height: 310px;
    position: relative;
}

.top-mast.featured {
    height: 465px;
}

    .top-mast.featured .row {
        height: 465px;
    }

.sec_rocknrollout .top-mast.featured,
.sec_rocknrollout .top-mast.featured .row,
.sec_giveaway .top-mast.featured,
.sec_giveaway .top-mast.featured .row {
    height: 310px;
}

.top-mast.featured .featured-subnav {
    position: absolute;
    left: 30px;
    bottom: 55px;
}


    .top-mast.featured .featured-subnav .section-label {
        position: absolute;
        float: left;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        .top-mast.featured .featured-subnav .section-label .section-label-inner {
            white-space: nowrap;
            position: relative;
            z-index: 2;
            line-height: 50px;
            padding: 0px 20px;
            background: #293769;
            -webkit-box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
            -moz-box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
            box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
            color: #FFF;
            text-transform: uppercase;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            font-weight: 700;
            font-size: 22px;
            text-shadow: -2px 2px 0 rgba(0, 1, 0, 0.5);
        }

            .top-mast.featured .featured-subnav .section-label .section-label-inner:after {
                content: "";
                float: left;
                margin-top: 100%;
            }

    .top-mast.featured .featured-subnav #featured-subnav {
        background: #4d6199;
        width: 270px;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        position: relative;
        z-index: 3;
    }

.sec_elvisweek .top-mast.featured .featured-subnav #featured-subnav {
    width: 230px;
}

.top-mast.featured .featured-subnav #featured-subnav .pull-out-menu {
    position: absolute;
    top: 0px;
    right: -110px;
    width: 40px;
    height: 40px;
    background: #f53610 url("/img/graceland_int_flyout_pointer_closed.png") no-repeat center center;
    -webkit-background-size: 40px, 40px;
    -moz-background-size: 40px, 40px;
    -o-background-size: 40px, 40px;
    background-size: 40px, 40px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
}

    .top-mast.featured .featured-subnav #featured-subnav .pull-out-menu.open {
        right: -40px;
        background: #f53610 url("/img/graceland_int_flyout_pointer_opened.png") no-repeat center center;
        -webkit-background-size: 40px, 40px;
        -moz-background-size: 40px, 40px;
        -o-background-size: 40px, 40px;
        background-size: 40px, 40px;
    }

.top-mast.featured .featured-subnav #featured-subnav ul {
    list-style-type: none;
}

.top-mast.featured .featured-subnav #featured-subnav > ul {
    padding: 15px 0px;
    margin: 0;
}

    .top-mast.featured .featured-subnav #featured-subnav > ul > li {
        padding: 1px 20px;
        margin-bottom: 5px;
        position: relative;
    }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li > a {
            color: #BFCAE4;
            font: 400 16px "Raleway", sans-serif;
            display: block;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .top-mast.featured .featured-subnav #featured-subnav > ul > li > a:hover {
                color: #fff;
            }

.top-mast.featured .section-title {
    width: 230px;
    padding: 30px 20px;
    bottom: 55px;
}

    .top-mast.featured .section-title h2 {
        line-height: 60px;
        margin-bottom: 15px;
    }

    .top-mast.featured .section-title p {
        color: #fff;
        font: 400 17px "Raleway", sans-serif;
        text-shadow: 1px 1px 2px rgba(1, 2, 1, 0.8);
        line-height: 24px;
        margin: 0;
    }

.top-mast .section-title {
    position: absolute;
    right: 0px;
    bottom: 25px;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 30px;
}

    .top-mast .section-title h2 {
        padding: 0;
        margin: 0;
        line-height: 60px !important;
        color: #bfcdf2;
        font: 400 80px "bebas_neueregular";
        text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
    }

.sec_rocknrollout .top-mast .section-title,
.sec_giveaway .top-mast .section-titl {
    display: none;
}

.top-mast .background {
    display: none;
}

.page-wrapper {
    background: #fff;
    padding: 30px 0px;
    line-height: 30px;
}

    .page-wrapper .internal-content .sharing {
        display: inline-block;
        float: right;
        margin-left: 20px;
        position: relative;
        z-index: 2;
    }

    .page-wrapper .internal-content h1.page-title {
        position: relative;
        top: -6px;
        margin: 0 0 20px 0;
        padding: 0;
        color: #293769;
        font: 700 40px "Raleway", sans-serif;
        line-height: 40px;
        text-shadow: 3px 3px 0 rgba(0, 1, 0, 0.1);
    }

    .enhanced .page-wrapper .internal-content h1.page-title {
        text-align: center;
    }

.sec_rocknrollout .internal-content h1.page-title,
.sec_giveaway .internal-content h1.page-title {
    position: relative;
    top: -6px;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #293769;
    font: 700 40px "Raleway", sans-serif;
    line-height: 40px;
    text-shadow: 3px 3px 0 rgba(0, 1, 0, 0.1);
    float: left;
}

.sec_gallery .internal-content h1.page-title {
    position: relative;
    top: -6px;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #293769;
    font: 700 40px "Raleway", sans-serif;
    line-height: 40px;
    text-shadow: 3px 3px 0 rgba(0, 1, 0, 0.1);
    float: left;
}

.sec_gallery #filter_box label {
    display: inline;
}

.sec_gallery #filter_box select, .sec_gallery #filter_box input[type="text"] {
    margin-bottom: 0px;
    max-width: 220px;
    width: auto;
}

.sec_gallery .internal-content .gallery_cat a {
    display: inline-block;
    margin: 0 0 0 10px;
    background-color: #F53510;
    -moz-box-shadow: 4px 4px 0 rgba(0,1,0,.15);
    -webkit-box-shadow: 4px 4px 0 rgba(0,1,0,.15);
    box-shadow: 4px 4px 0 rgba(0,1,0,.15);
    color: #FFF;
    font-family: Raleway;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0,1,0,.53);
    line-height: 23px;
    width: 53px;
    text-align: center;
    vertical-align: middle;
}

.sec_gallery .top-mast.featured, .sec_gallery .top-mast.featured .row {
    height: 310px;
}

    .sec_gallery .top-mast.featured .section-title {
        width: inherit;
        padding: 30px 20px;
        bottom: 25px;
    }

        .sec_gallery .top-mast.featured .section-title h2 {
            margin-bottom: 0;
        }

    .sec_gallery .top-mast.featured .featured-subnav #featured-subnav {
        min-height: 139px;
    }

.sec_gallery .action-boxes {
    display: none;
}

.page-wrapper .internal-content label {
    display: inline;
}

.page-wrapper .internal-content select,
.page-wrapper .internal-content textarea,
.page-wrapper .internal-content input[type="text"],
.page-wrapper .internal-content input[type="password"],
.page-wrapper .internal-content input[type="datetime"],
.page-wrapper .internal-content input[type="datetime-local"],
.page-wrapper .internal-content input[type="date"],
.page-wrapper .internal-content input[type="month"],
.page-wrapper .internal-content input[type="time"],
.page-wrapper .internal-content input[type="week"],
.page-wrapper .internal-content input[type="number"],
.page-wrapper .internal-content input[type="email"],
.page-wrapper .internal-content input[type="url"],
.page-wrapper .internal-content input[type="search"],
.page-wrapper .internal-content input[type="tel"],
.page-wrapper .internal-content input[type="color"],
.page-wrapper .internal-content .uneditable-input {
    margin-bottom: 0;
}

.page-wrapper .internal-content input[type="radio"], .page-wrapper .internal-content input[type="checkbox"] {
    margin: 0 .25em 0 0;
    vertical-align: middle;
}

.page-wrapper .internal-content p {
    color: #494949;
    font: 500 14px "Raleway", sans-serif;
    line-height: 24px;
    margin: 0px 0px 1em 0px;
}

.page-wrapper .internal-content img.featured {
    float: right;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    margin: 0 0 30px 30px;
}

.pre-footer {
    border-top: 1px solid #dfdfdf;
    background-color: #efefef;
    padding: 30px 0px;
}

    .pre-footer .pre-footer-button a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px !important;
        color: #fff;
        font: 700 25px "Raleway", sans-serif;
        text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
        background: #293769;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .pre-footer .pre-footer-button a:hover {
            background: #f53610;
        }

.sec_rocknrollout .action-boxes,
.sec_giveaway .action-boxes {
    display: none;
}

.internal.featured .action-boxes .box a span {
    width: auto;
    padding-left: 30px;
    padding-right: 15px;
}

    .internal.featured .action-boxes .box a span .hidden-phone {
        font-style: normal;
    }

.internal.featured .action-boxes .box a .longLine, .internal.featured .action-boxes .box a .longLine .drop {
    font-size: 23px;
}

.internal.featured .graceland-featured-banner {
    position: relative;
    z-index: 47;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    background: #fff;
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

    .internal.featured .graceland-featured-banner .background {
        display: none;
    }

    .internal.featured .graceland-featured-banner.livestream .heading-box {
        width: 740px;
        left: 50%;
        margin-left: -370px;
    }

        .internal.featured .graceland-featured-banner.livestream .heading-box p {
            text-align: right;
            padding-right: 90px !important;
        }

            .internal.featured .graceland-featured-banner.livestream .heading-box p img {
                width: 148px;
                height: auto;
                position: relative;
                top: -5px;
            }

    .internal.featured .graceland-featured-banner.insiders .heading-box {
        left: 0;
        margin-left: 0;
        width: 700px;
    }

        .internal.featured .graceland-featured-banner.insiders .heading-box a.button {
            right: 35px;
        }

        .internal.featured .graceland-featured-banner.insiders .heading-box h2, .internal.featured .graceland-featured-banner.insiders .heading-box p {
            text-align: left;
        }

    .internal.featured .graceland-featured-banner.events .heading-box {
        width: 660px;
        left: 50%;
        margin-left: -330px;
    }

    .internal.featured .graceland-featured-banner.elvisweek .heading-box {
        width: 740px;
        left: 50%;
        margin-left: -370px;
    }

        .internal.featured .graceland-featured-banner.elvisweek .heading-box p {
            text-align: right;
            padding-right: 90px !important;
        }

            .internal.featured .graceland-featured-banner.elvisweek .heading-box p img {
                width: 148px;
                height: auto;
                position: relative;
                top: -5px;
            }

    .internal.featured .graceland-featured-banner .row {
        height: 450px;
        position: relative;
    }

        .internal.featured .graceland-featured-banner .row .heading-box {
            position: absolute;
            bottom: 0px;
            background: rgba(0, 0, 0, 0.6);
        }

            .internal.featured .graceland-featured-banner .row .heading-box .inner {
                min-height: 118px;
                padding: 35px 45px;
                position: relative;
            }

                .internal.featured .graceland-featured-banner .row .heading-box .inner h2 {
                    margin: 0;
                    padding: 0;
                    margin-bottom: 25px;
                    color: #bfcdf2;
                    font: 400 70px "bebas_neueregular";
                    line-height: 54px;
                    text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
                }

                    .internal.featured .graceland-featured-banner .row .heading-box .inner h2 a {
                        color: #bfcdf2;
                    }

                .internal.featured .graceland-featured-banner .row .heading-box .inner p {
                    margin: 0;
                    padding: 0;
                    color: #fff;
                    font: 400 23px "Raleway", sans-serif;
                    text-shadow: 1px 1px 2px rgba(1, 2, 1, 0.8);
                }

                .internal.featured .graceland-featured-banner .row .heading-box .inner a.button {
                    display: block;
                    float: right;
                    border: 1px solid #c5c5c5;
                    background: rgba(0, 0, 0, 0.4);
                    width: auto;
                    padding: 0px 10px;
                    height: 40px;
                    line-height: 40px !important;
                    font: 400 14px "Raleway", sans-serif;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    .internal.featured .graceland-featured-banner .row .heading-box .inner a.button:hover {
                        background: rgba(41, 55, 106, 0.6);
                    }

.internal-spotlight {
    position: relative;
    z-index: 48;
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    background: #fff;
    padding: 25px 0px;
}

    .internal-spotlight h2 {
        padding: 0;
        margin: 0;
        font: 700 36px "Raleway", sans-serif;
        line-height: 36px;
        text-shadow: 3px 3px 0 rgba(0, 1, 0, 0.1);
        color: #293769;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

        .internal-spotlight h2.article-heading {
            padding-left: 30px;
        }

        .internal-spotlight h2 a.more {
            position: relative;
            top: -5px;
            font: 700 13px "Raleway", sans-serif;
            text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
            color: #fff;
            display: inline-block;
            text-align: center;
            width: 55px;
            height: 25px;
            line-height: 25px;
            text-transform: uppercase;
            background: #f53510;
            -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .internal-spotlight h2 a.more:hover {
                background: #da2400;
            }

        .internal-spotlight h2 div {
            position: relative;
            top: -5px;
            padding-left: 10px;
            display: inline-block;
            font: 400 18px "Raleway", sans-serif;
            color: #606060;
        }

    .internal-spotlight .featured-article {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .internal-spotlight .featured-article a.article-img {
            display: block;
            position: relative;
            z-index: 1;
            float: left;
            margin-right: 25px;
        }

            .internal-spotlight .featured-article a.article-img.podcast:after, .internal-spotlight .featured-article a.article-img.event:after {
                z-index: 4;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 56px;
                height: 56px;
                background: url("/img/graceland_wedge_megaphone.png") no-repeat 0px 0px;
            }

            .internal-spotlight .featured-article a.article-img:before {
                z-index: 3;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 56px;
                height: 56px;
                background: url("/img/graceland_wedge_base.png") no-repeat 0px 0px;
            }

            .internal-spotlight .featured-article a.article-img:after {
                z-index: 4;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 56px;
                height: 56px;
                background: url("/img/graceland_wedge_news.png") no-repeat 0px 0px;
            }

            .internal-spotlight .featured-article a.article-img img {
                -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                display: block;
                z-index: 2;
                margin-bottom: 10px;
            }

        .internal-spotlight .featured-article h3 {
            margin: 0 0 5px 0;
            text-transform: uppercase;
            letter-spacing: -1px;
            font: 500 24px "bebas_neueregular";
            color: #475ca8;
            line-height: 18px !important;
        }

        .internal-spotlight .featured-article h4 {
            font-size: 14px;
            color: #818181;
            text-transform: uppercase;
            margin: 0;
        }

        .internal-spotlight .featured-article .timestamp {
            display: block;
            font: 400 12px "Raleway", sans-serif;
            text-transform: uppercase;
            color: #686868;
            margin-bottom: 10px;
        }

    .internal-spotlight .internal-photos h2 {
        padding-left: 30px;
    }

    .internal-spotlight .internal-photos .promo-wide {
        display: block;
        margin-left: 30px;
        -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
        -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
        box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    }

    .internal-spotlight .internal-photos ul {
        list-style-type: none;
        margin: 0;
        padding-left: 30px;
    }

        .internal-spotlight .internal-photos ul li {
            float: left;
            margin: 0;
            margin-right: 45px;
        }

            .internal-spotlight .internal-photos ul li:last-child {
                margin-right: 0;
            }

            .internal-spotlight .internal-photos ul li a {
                display: block;
                color: #f4350f;
                font: 700 18px "Raleway", sans-serif;
                text-align: center;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .internal-spotlight .internal-photos ul li a:hover {
                    color: #da2400;
                }

                .internal-spotlight .internal-photos ul li a img {
                    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
                    display: block;
                    margin-bottom: 10px;
                }

/* Left Sidebar Styling */
.left-sidebar {
    position: relative;
    z-index: 3;
}

.no_left .left-sidebar {
    display: none;
}

.left-sidebar #section_nav_wrapper {
    margin-bottom: 30px;
}

.left-sidebar .section-label {
    margin-right: -100%;
    float: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

    .left-sidebar .section-label .section-label-inner {
        white-space: nowrap;
        position: relative;
        z-index: 2;
        line-height: 50px;
        padding: 0px 20px;
        background: #293769;
        -webkit-box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
        -moz-box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
        box-shadow: -4px 4px 0 rgba(0, 1, 0, 0.15);
        color: #FFF;
        text-transform: uppercase;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        font-weight: 700;
        font-size: 22px;
        text-shadow: -2px 2px 0 rgba(0, 1, 0, 0.5);
        /*&:after {
  	float: left;
  	margin-top: 100%;
  	font-size: 0;
  }*/
    }

        .left-sidebar .section-label .section-label-inner a {
            color: #FFF;
        }

.left-sidebar #subnav {
    background: #4d6199;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    position: relative;
    z-index: 3;
}

    .left-sidebar #subnav .pull-out-menu {
        position: absolute;
        top: 0px;
        right: -40px;
        width: 40px;
        height: 40px;
        background: #f53610 url("/img/graceland_int_flyout_pointer_closed.png") no-repeat center center;
        -webkit-background-size: 40px, 40px;
        -moz-background-size: 40px, 40px;
        -o-background-size: 40px, 40px;
        background-size: 40px, 40px;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    }

        .left-sidebar #subnav .pull-out-menu.open {
            background: #f53610 url("/img/graceland_int_flyout_pointer_opened.png") no-repeat center center;
            -webkit-background-size: 40px, 40px;
            -moz-background-size: 40px, 40px;
            -o-background-size: 40px, 40px;
            background-size: 40px, 40px;
        }

    .left-sidebar #subnav ul {
        list-style-type: none;
    }

    .left-sidebar #subnav > ul {
        padding: 15px 0px;
        margin: 0;
    }

        .left-sidebar #subnav > ul > li {
            padding: 5px 20px 5px 40px;
            margin-bottom: 10px;
            position: relative;
        }

            .left-sidebar #subnav > ul > li > a {
                color: #BFCAE4;
                font: 400 16px "Raleway", sans-serif;
                display: block;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .left-sidebar #subnav > ul > li > a:hover {
                    color: #fff;
                }

            .left-sidebar #subnav > ul > li.has-children:before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                top: 8px;
                left: 20px;
                background: url("/img/graceland_int_subnav_pointer_light.png") no-repeat 0px 0px;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
                opacity: 0.3;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .left-sidebar #subnav > ul > li.has-children:hover:before {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
                opacity: 0.6;
            }

            .left-sidebar #subnav > ul > li.current {
                background: #bfcae4;
            }

                .left-sidebar #subnav > ul > li.current a {
                    color: #1e2a58;
                }

                .left-sidebar #subnav > ul > li.current > a {
                    font-weight: 700;
                }

                .left-sidebar #subnav > ul > li.current.has-children:before {
                    content: "";
                    display: block;
                    width: 12px;
                    height: 12px;
                    position: absolute;
                    top: 8px;
                    left: 20px;
                    background: url("/img/graceland_int_subnav_pointer_dark.png") no-repeat 0px 0px;
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    opacity: 1;
                }

                .left-sidebar #subnav > ul > li.current.has-children:hover:before {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    opacity: 1;
                }

    .left-sidebar #subnav ul.sub-menu {
        padding: 0;
        margin: 10px 0 0 0;
    }

        .left-sidebar #subnav ul.sub-menu > li {
            padding-left: 10px;
            margin-bottom: 10px;
            position: relative;
        }

            .left-sidebar #subnav ul.sub-menu > li.current > a {
                font-weight: 700;
            }

            .left-sidebar #subnav ul.sub-menu > li a {
                display: block;
                font: 500 14px "Raleway", sans-serif;
                line-height: 16px;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .left-sidebar #subnav ul.sub-menu > li a:hover {
                    color: #566497;
                }

            .left-sidebar #subnav ul.sub-menu > li:before {
                content: "-";
                position: absolute;
                top: -2px;
                left: 0px;
            }

.left-sidebar .sidebar-feature {
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
}

    .left-sidebar .sidebar-feature img {
        display: block;
    }

    .left-sidebar .sidebar-feature.sm-feature {
        border: 1px solid #c6c6c6;
    }

    .left-sidebar .sidebar-feature.lg-feature {
        border: solid 1px #cecece;
    }

.left-sidebar object,
.left-sidebar embed {
    display: block;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
}

.tintupcontainer {
    background: #fff;
}
/*#twitter-widget-0
{
    height:20px !important;
}*/

.openingspan4 ul li {
    line-height: 24px;
}

.openingspan4 h4 {
    margin-bottom: 0px;
}

.middlespan4 p {
    line-height: 24px;
}

.submitdivrocknrollout {
    margin-bottom: 10px;
    height: 42px;
}

.requiredrocknrollout {
    text-align: left;
    float: left;
    font-size: 10px;
    margin-left: 10px;
}

.submitcontainerrnr {
    float: right;
    margin-right: 10px;
}

.promo-rnr {
    display: block;
    margin: 10px 0px 30px 30px;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
}

.rnrh3 {
    display: inline-block;
}

.rnrsharecontainer {
    display: inline-block;
    margin-bottom: 20px;
}


.sec_rocknrollout.sub_rules h1,
.sec_giveaway.sub_rules h1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

.sec_rocknrollout.sub_rules .s1,
.sec_giveaway.sub_rules .s1 {
    font-family: sans-serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules .s2,
.sec_giveaway.sub_rules .s2 {
    font-family: serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules .s3,
.sec_giveaway.sub_rules .s3 {
    font-family: sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules h2,
.sec_giveaway.sub_rules h2 {
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules .s4,
.sec_giveaway.sub_rules .s4 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules .p,
.sec_rocknrollout.sub_rules p,
.sec_giveaway.sub_rules .p,
.sec_giveaway.sub_rules p {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 10pt;
}

.sec_rocknrollout.sub_rules .s5,
.sec_giveaway.sub_rules .s5 {
    color: #00F;
    font-family: sans-serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 10pt;
}

.video-container {
    position: relative;
    padding-bottom: 63.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.elvisweekphoto {
    position: relative;
    height: 442px;
    max-height: 392px;
    width: 100%;
    background-color: black;
    -webkit-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
}

    .elvisweekphoto img.elvisweekphotoimage {
        max-height: 392px;
        width: 69%;
        left: 15.5%;
    }

.ewsocial_btn_wrapper {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 10;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

    .ewsocial_btn_wrapper .fb_share, .ewsocial_btn_wrapper .gp_share, .ewsocial_btn_wrapper .tw_share {
        vertical-align: middle !important;
        width: 93px;
        height: 14px;
        line-height: 14px;
        overflow: hidden;
        background: #3B579D;
        padding: 3px;
        color: #FFF !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-weight: normal !important;
        font-size: 12px;
        margin: 0 .5em 0 0;
        position: relative;
        font-size: 10px;
    }

    .ewsocial_btn_wrapper .tw_share {
        background: #EEE;
        border: 1px solid #666;
    }

        .ewsocial_btn_wrapper .tw_share i {
            background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAYAAABq13MpAAAGcklEQVRYw+2YXUyTVxjHz4vJLiZGd7MtXi2LkZtdELM7lyzOG7Nk2RJvl8iujBiNV2JcMA0fwqCFEGCAfJRC+SyltqWFgnwUlIKAWB3yOVrAttQWC1ZCOi6ePc8LL74tVD6ly2KTf87J6Tnv+3uf8zzP+WAAwEhMIj8h1MViEs0Jlqi+we5oJFjGCX3D9X+fmKTmq/f/rzkRlX5fzkmNPhLVqW2DQ1Ify9eFAZ8kafUsURMX+qCo1BYry3oILKcfmLQb2N3Wzqhk48xn6YbLuwJO1cQeydAvURkWONtk5UoGgKsaXRPWo3LarVHSJvkRmXHm+6pHV3h4YdDp0gE7D5XUJPo6QyzLfwKscgZY1UtgChuwkjH4tOhpQPp4Nn430GeU/TcJ4sif5iV2V/NL6P/H81oTOIUVuPsO4AyeNVG9ehw4xTP4oubZ268VFiP2jd4Y9Hufw8TKJoAgufT2RZZikJ8s7JMzxTQw1QKwhtdrZY0Likd9Azjm1G6gpcOz8VzdFHC1E8AV9gKXYdCI3eWc9q96Tj0DnHEBuObXa6J60yvgtC740Tw3jf0Sgtzj89JhK6tyAKt2Ag9f+AxY8SgPyQMLUs5hd/hut/5MH3mp3z3H6eeBa7ADV/4UuNxO4DINw1GyZklMw/MhTut8BywCj2mb9wvAQdBN0z5ldJ1zlbemygusdn5NVBeA8b/Tart/D8CMyVrjjteNeo81v1rljF7gdC7gVNPAKUeAdwuaAb17MzS6yTdGmzPoWWJLXLG8Go9We1aDLCtWnRskA27zXqCfuP0Xj9ZNBHgwwQWE6acP4Nu9m6FxZn7tmbWEg2Zpg670U1rXUpB1xVbWOsjKF/YCTQHU5X5rjmn3+IP8djthMJaNe+6EhUbFmub8jefaPZ5NbtHk8TuX/1HsEZiXetJz5rc+11BMxw7Bsc+3bS99oUH/bgGRYCL/o93Hp7gKO7B6zzqwF342L7jWgaP3A03jzxrGTJzm5dausIVrlP/tU22KD+FhFJ1djjfma4/mbdf6vbZrgz6bbOTN6IvFgGU9cvcLLOjqi6WA5bp10RbTuRDe4vhR1594bTT74aA3ghEVJxL575cHBLuhC3rr+bPN06ajOkdgS4tj26UB79w6A9sO+oMpKk0j5zKbOrksk48reLiW6mjFE0Oj1U+2elbK7P7nNCNh0+dhQZOLSa0u3U8dttmTOvsKv5DQUo2gx0wLqz88eu2RTbwZxX412y1ehwnN1mES1sE6RdKjkneaTg8b+kD0Efoj9P8WWiKRbHnmo/bExMQbWEqwjBPawvU/VOjk5GQ9gmxagdLS0qzZ2dmQm5sLWVlZkJ6e3pmamjqD5eWIQ8vlcjtBpaSkyAUrIlxsQUEBKJVKqK6uhsrKSigrK4Pi4uLA48eP4yMO3dfXZyovLweCzMjIWCT4e/fuySsqKkCtVkNjYyNf1tXVwdjY2K7PiB8EurS01FpTUwO1tbVA8AgM2MZDErAgsvgez4gHD22325UqlWqVrEmqr6/nJVhZsDSW/v288NatW++9sFkPcjm6po9EdcFdqbx9+3Zs0LbUYrGMazSaVbFlxcKPgqGhIfNegfGlsRjwS1SGA6bAz8/P52eZRHV0Vyu5KyUA9IIrQYMGBwfT9Xr9kti6YivrdLr9nBEZBvHNvLw8ykIEvunCRiaTJRQVFQG5aUNDAy+qU/CTuyLwWyyNm86IDoejsaOjwxPqFkaj0b+8vLyvMyIaJV6hUPAxk5OTA2g5DcJvuAvOZD1lqtB30wxTbLW1tfEXNhvTkpSUJM/MzPQJKY6+UhjU3d3tWgfe75HrVE9PzxzFCr2jsLAQpFIppdlh/ABJVVXVECWCrWYZPcAfesPEnxHRyube3l4b5mAbWsU2ir/FxcUDOyOiv8ahpb0UN0L6pJRaUlIC5BY0A2TVUGgyII5xRuSM6Ha7LyJkgMDEuV+YfnG7WDQzDx48sERqwxTtdDrNFB9bwYUTBSNO+p2I7fImJyfPoF8PNTc37wic+hgMhqALm0isaNEIY6KVdSfQ5BoTExOq/8J++ioFOAV7S0tLWItTOyWF0AubiO0fMOjO42JlwgAMhFvMMJNteWFzqKC0j8Cc3Il7cR/t0SnVUZCFLiaYk1empqbCXtgctoUTcO+iQ5eYRUuv0EJCOZhAtVrtaldXl2dkZGTbC5tIuMa+L2z+BexZXK+OBaruAAAAAElFTkSuQmCC) no-repeat 0px 0px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAYAAABq13MpAAAGcklEQVRYw+2YXUyTVxjHz4vJLiZGd7MtXi2LkZtdELM7lyzOG7Nk2RJvl8iujBiNV2JcMA0fwqCFEGCAfJRC+SyltqWFgnwUlIKAWB3yOVrAttQWC1ZCOi6ePc8LL74tVD6ly2KTf87J6Tnv+3uf8zzP+WAAwEhMIj8h1MViEs0Jlqi+we5oJFjGCX3D9X+fmKTmq/f/rzkRlX5fzkmNPhLVqW2DQ1Ify9eFAZ8kafUsURMX+qCo1BYry3oILKcfmLQb2N3Wzqhk48xn6YbLuwJO1cQeydAvURkWONtk5UoGgKsaXRPWo3LarVHSJvkRmXHm+6pHV3h4YdDp0gE7D5XUJPo6QyzLfwKscgZY1UtgChuwkjH4tOhpQPp4Nn430GeU/TcJ4sif5iV2V/NL6P/H81oTOIUVuPsO4AyeNVG9ehw4xTP4oubZ268VFiP2jd4Y9Hufw8TKJoAgufT2RZZikJ8s7JMzxTQw1QKwhtdrZY0Likd9Azjm1G6gpcOz8VzdFHC1E8AV9gKXYdCI3eWc9q96Tj0DnHEBuObXa6J60yvgtC740Tw3jf0Sgtzj89JhK6tyAKt2Ag9f+AxY8SgPyQMLUs5hd/hut/5MH3mp3z3H6eeBa7ADV/4UuNxO4DINw1GyZklMw/MhTut8BywCj2mb9wvAQdBN0z5ldJ1zlbemygusdn5NVBeA8b/Tart/D8CMyVrjjteNeo81v1rljF7gdC7gVNPAKUeAdwuaAb17MzS6yTdGmzPoWWJLXLG8Go9We1aDLCtWnRskA27zXqCfuP0Xj9ZNBHgwwQWE6acP4Nu9m6FxZn7tmbWEg2Zpg670U1rXUpB1xVbWOsjKF/YCTQHU5X5rjmn3+IP8djthMJaNe+6EhUbFmub8jefaPZ5NbtHk8TuX/1HsEZiXetJz5rc+11BMxw7Bsc+3bS99oUH/bgGRYCL/o93Hp7gKO7B6zzqwF342L7jWgaP3A03jzxrGTJzm5dausIVrlP/tU22KD+FhFJ1djjfma4/mbdf6vbZrgz6bbOTN6IvFgGU9cvcLLOjqi6WA5bp10RbTuRDe4vhR1594bTT74aA3ghEVJxL575cHBLuhC3rr+bPN06ajOkdgS4tj26UB79w6A9sO+oMpKk0j5zKbOrksk48reLiW6mjFE0Oj1U+2elbK7P7nNCNh0+dhQZOLSa0u3U8dttmTOvsKv5DQUo2gx0wLqz88eu2RTbwZxX412y1ehwnN1mES1sE6RdKjkneaTg8b+kD0Efoj9P8WWiKRbHnmo/bExMQbWEqwjBPawvU/VOjk5GQ9gmxagdLS0qzZ2dmQm5sLWVlZkJ6e3pmamjqD5eWIQ8vlcjtBpaSkyAUrIlxsQUEBKJVKqK6uhsrKSigrK4Pi4uLA48eP4yMO3dfXZyovLweCzMjIWCT4e/fuySsqKkCtVkNjYyNf1tXVwdjY2K7PiB8EurS01FpTUwO1tbVA8AgM2MZDErAgsvgez4gHD22325UqlWqVrEmqr6/nJVhZsDSW/v288NatW++9sFkPcjm6po9EdcFdqbx9+3Zs0LbUYrGMazSaVbFlxcKPgqGhIfNegfGlsRjwS1SGA6bAz8/P52eZRHV0Vyu5KyUA9IIrQYMGBwfT9Xr9kti6YivrdLr9nBEZBvHNvLw8ykIEvunCRiaTJRQVFQG5aUNDAy+qU/CTuyLwWyyNm86IDoejsaOjwxPqFkaj0b+8vLyvMyIaJV6hUPAxk5OTA2g5DcJvuAvOZD1lqtB30wxTbLW1tfEXNhvTkpSUJM/MzPQJKY6+UhjU3d3tWgfe75HrVE9PzxzFCr2jsLAQpFIppdlh/ABJVVXVECWCrWYZPcAfesPEnxHRyube3l4b5mAbWsU2ir/FxcUDOyOiv8ahpb0UN0L6pJRaUlIC5BY0A2TVUGgyII5xRuSM6Ha7LyJkgMDEuV+YfnG7WDQzDx48sERqwxTtdDrNFB9bwYUTBSNO+p2I7fImJyfPoF8PNTc37wic+hgMhqALm0isaNEIY6KVdSfQ5BoTExOq/8J++ioFOAV7S0tLWItTOyWF0AubiO0fMOjO42JlwgAMhFvMMJNteWFzqKC0j8Cc3Il7cR/t0SnVUZCFLiaYk1empqbCXtgctoUTcO+iQ5eYRUuv0EJCOZhAtVrtaldXl2dkZGTbC5tIuMa+L2z+BexZXK+OBaruAAAAAElFTkSuQmCC);
            height: 13px;
            left: 2px;
            margin-top: -5px;
            position: absolute;
            top: 50%;
            width: 16px;
        }

        .ewsocial_btn_wrapper .tw_share .label {
            padding: 0px 3px 0px 19px;
            white-space: nowrap;
            background: none;
            color: #333;
            font-size: 10px;
        }

    .ewsocial_btn_wrapper .pintbutton_sharediv {
        width: 50px;
        display: inline;
    }

        .ewsocial_btn_wrapper .pintbutton_sharediv a {
            vertical-align: top !important;
        }

.imageAlignLeft {
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.imageAlignRight {
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    border: solid 1px #cecece;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}

.m-content {
    display: none;
}

.d-content {
    display: block;
}



.calltobook {
    color: #FFF !important;
    font-size: 23px;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    background: #293769 none repeat scroll 0 0;
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    display: block;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 40px !important;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    max-width: 281px;
}

    .calltobook strong, .calltobook a {
        color: #FFF !important;
        text-shadow: 2px 3px 0px rgba(0, 1, 0, 0.50);
    }

    .calltobook .phone {
        font: 500 25px "bebas_neueregular";
        color: rgb(255, 255, 255);
        text-align: left;
        margin-left: 6px;
        text-shadow: 2px 3px 0px rgba(0, 1, 0, 0.50);
    }

    .calltobook a:hover {
        background: #f53510 none repeat scroll 0 0;
        text-decoration: none;
    }

.reservationsinfo {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ratesandreservations {
    margin-left: 15px;
    max-width: 340px;
}

    .ratesandreservations a {
        font-size: 23px;
        color: #FFF !important;
        font-weight: bold;
        text-shadow: 2px 3px 0px rgba(0, 1, 0, 0.50);
        background: #f53510 none repeat scroll 0 0;
        box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
        display: block;
        font-family: "Raleway",sans-serif;
        font-kerning: auto;
        font-language-override: normal;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: 700;
        line-height: 40px !important;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
    }

        .ratesandreservations a:hover {
            background: #293769 none repeat scroll 0 0;
            text-decoration: none;
        }

.experience_subsub
{
    color: #365e97; 
    font-family: Raleway, sans-serif; 
    font-size: 24px; 
    font-weight: 600; 
    font-style: italic;
    margin: -15px auto 20px;
}

.experience_promos
{
    margin: auto -23px;
    overflow: hidden;
    padding-bottom: 30px;
}

.experience_promo_outer
{
    padding: 0 23px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #FFF;
}

.experience_promo
{
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
}

.experience_promo:before
{
    content: "";
    display: block;
    float: left;
    padding-top: 47.317073170731707317073170731707%;
}

.experience_promo:after
{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    padding-top: 47.317073170731707317073170731707%;
    min-height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
}

.experience_promo_inner
{
    text-shadow: 1.9px 2.3px 0 rgba(0, 1, 0, 0.53); 
    color: white; 
    font-family: Raleway; 
    font-size: 28px; 
    line-height: 26px; 
    text-transform: uppercase;
    font-weight: 500;
    padding: 4.1463414634146341463414634146341%;
    position: relative;
    z-index: 1;
}

.experience_promo_inner:first-line
{
    font-weight: 700;
}

.experience_promo_inner a
{
    display: inline-block;
    text-shadow: 2px 2.3px 0 rgba(0, 1, 0, 0.50); 
    color: white !important; 
    font-family: Raleway; 
    font-size: 15px; 
    font-weight: 700; 
    text-transform: uppercase;
    text-decoration: none;
    /* Style for "Red Buttons“ */ 
    line-height: 28px; 
    background-color: #F53610; 
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.15);
    padding: 0 7px;
    margin-top: 4.8780487804878048780487804878049%;
    transition: all 0.2s ease-in-out;
}

.experience_promo_inner a:hover
{
    background: #da2400;
}

.experience_promo_inner a + a,
.experience_promo_inner a + br + a
{
    margin-top: 2.1951219512195121951219512195122%;
}

.experience_why_asking
{
    color: #365E97;
    font-family: bebas_neueregular, sans-serif;
    font-size: 26px;
    font-weight: 400;

}

.experience-cta
{
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}

.shadow-line
{
    -webkit-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    box-shadow: 0 8px 0 rgba(0, 1, 0, 0.2);
    clear: both;
    position: relative;
    z-index: 1000;
    height: 8px;
    overflow: hidden;
    margin-top: -8px;
}

.photo-content
{
    padding: 4% 13% 4% 54%;
    position: relative;
    line-height: 28px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    background-color: #EFEFEF;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}

.pc-photo
{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.pc-photo img
{
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.featured.enhanced h2
{
    color: #29376A !important;
    font-family: "bebas_neueregular", sans-serif !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    height: auto !important;
}

.experience-purple-box
{
    text-shadow: 2.1px 2.1px 0 rgba(0, 1, 0, 0.53);
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    background: #4D6199;
    text-align: center;
    padding: 60px 15px;
}

.experience-purple-box a
{
    display: inline-block;
    color: #FFF !important;
    background: #F53510;
    font: 700 17px "Raleway", sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
    line-height: 1.1em;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
    -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
    box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
    padding: 9px 15px;
    margin: 10px 15px;
    text-decoration: none !important;
}

.experience-purple-box a:hover {
    background: #DA2400;
}

.experience-memphis
{
    line-height: 28px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    background: url('/images/experience/graceland_experience_screen.jpg') 50% 0;
    background-size: cover;
    padding: 20px 0 40px;
}

.experience-memphis .table-row
{
    display: table-row;
}

.experience-memphis .table-cell
{
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    float: none;
    padding: 30px 15px;
}

.experience-memphis-box
{
    background-color: #F0F3FB;
    border: 1px solid #ADADAD;
    box-shadow: 3.5px 3.5px 0 rgba(0, 1, 0, 0.15);
    color: #494949;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 30px 27px 30px 188px;
    margin: 0 auto 20px;
    clear: both;
    overflow: hidden;
}

.experience-memphis-box img
{
    float: left;
    border: 1px solid #ADADAD;
    box-shadow: 3.5px 3.5px 0 rgba(0, 1, 0, 0.15);
    max-width: 135px;
    margin-left: -157px;
}

.experience-memphis-box h3
{
    color: #4D6199 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    line-height: 26px !important;
}

.experience-memphis-box ul
{
    margin: 1em 0 0 !important;
    padding-left: 2em !important;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.experience-memphis-box-cta
{
    clear: both;
    border-top: 1px solid #BFC2C9;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
    font-style: italic;
    color: #F53610;
    font-size: 16px;
    font-weight: 700;
}

a.experience-more
{
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
}

.experience-dining
{
    line-height: 28px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

.experience-dining-option
{
    margin-top: 1em;
    margin-bottom: 2em;
    color: #494949;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.experience-dining-option-photo
{
    position: relative;
    overflow: hidden;
    border: 1px solid #ADADAD;
    box-shadow: 3.5px 3.5px 0 rgba(0, 1, 0, 0.15);
}

.experience-dining-option-photo img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.experience-dining-option-photo-overlay
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.experience-dining-option h3
{
    color: #29376A !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 15px auto 5px !important;
}

.experience-shop
{
    position: relative;
    overflow: hidden;
}

.experience-shop .table
{
    display: table;
    width: 100%;
    background: url('/images/experience/graceland_promo_full_shopping.jpg') 50% 0 no-repeat;
    background-size: cover;
}

.experience-shop .table-row
{
    display: table-row;
}

.experience-shop .table-row:before
{
    width: 0;
    height: 0;
    overflow: hidden;
    content: "";
    display: table-cell;
    padding-top: 35.087719298245614035087719298246%;
}

.experience-shop .full-background
{
    background: rgba(0, 0, 0, 0.6);
}

.experience-shop .table-cell
{
    display: table-cell;
    vertical-align: bottom;
}

.experience-shop .row
{
    text-shadow: 0.7px 0.7px 2px rgba(1, 2, 1, 0.8), 0 0 5px rgba(1, 2, 1, 0.2);
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 30px 22px;
    text-align: center;
    margin: 0 auto !important;
}

.experience-shop .full-background .row
{
    background: none;
}

.experience-shop h3
{
    margin: 0 !important;
    line-height: 60px !important;
    color: #BFCDF2 !important;
    font: 400 80px "bebas_neueregular" !important;
    text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
}

.experience-shop a.experience-more
{
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #C5C5C5;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    font-weight: 300 !important;
    color: #FFF !important;
    line-height: 39px;
    vertical-align: middle;
    padding: 0 15px;
    letter-spacing: 1px;
    margin: 5px auto 0;
}

.experience-stay
{
    line-height: 28px;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

.experience-stay .table-row
{
    display: table-row;
}

.experience-stay .table-cell
{
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    float: none;
    padding: 30px 15px;
}

.experience-stay .span4.table-cell
{
    vertical-align: top;
}

.experience-stay img
{
    border: 1px solid #ADADAD;
    box-shadow: 3.5px 3.5px 0 rgba(0, 1, 0, 0.15);
}

@media (max-width: 767px)
{
    .experience_promo_outer
    {
        width: 100%;
        margin-bottom: 23px;
    }
}

@media (max-width:1920px) {

    /*.sec_elvisweek .top-mast {
        background-position: center -65px;
    }*/

    /*.sec_elvisweek.sub_default .top-mast {
        background-position: center 0px;
    }*/

    .sec_elvisweek .top-mast.featured .featured-subnav #featured-subnav {
        width: 195px;
    }
}

@media (max-width: 1170px)
{
    .sec_visit.sub_experience .top-mast {
        background-position: 75% 66%;
    }
    .experience-purple-box
    {
        padding: 5.1282051282051282051282051282051% 15px;
    }

    .experience-stay .table-cell
    {
        padding: 2.5641025641025641025641025641026% 15px;
    }

    .photo-content
    {
        padding-right: 4%;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) {
    /* Tablet Landscape Layout > 768px and < 979px */
    header .logo a {
        top: 20px;
    }

    header .header-topbar nav > ul > li {
        margin-right: 12px;
    }

        header .header-topbar nav > ul > li.has-children:hover > .sub-menu {
            display: none;
        }

        header .header-topbar nav > ul > li.has-children:hover > a:before {
            display: none;
        }

    header .header-topbar nav .tickets {
        height: 32px;
        line-height: 32px;
        margin-top: 14px;
        width: 90px;
    }

    header .header-topbar nav > ul > li > a {
        font-size: 26px;
    }

    .slider-container {
        height: 550px !important;
    }

        .slider-container .slider {
            height: 550px !important;
        }

            .slider-container .slider .slide {
                height: 550px !important;
            }

                .slider-container .slider .slide .container {
                    height: 550px !important;
                }

                    .slider-container .slider .slide .container .captionWrapper {
                        width: 300px;
                        bottom: 45px;
                    }

                        .slider-container .slider .slide .container .captionWrapper .caption {
                            padding: 25px;
                        }

                            .slider-container .slider .slide .container .captionWrapper .caption h2 {
                                font: 400 52px "bebas_neueregular";
                                line-height: 44px;
                                margin-bottom: 10px;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption p {
                                font: 400 14px "Raleway", sans-serif;
                                line-height: 19px;
                                margin-bottom: 25px;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption a {
                                font: 400 12px "Raleway", sans-serif;
                                height: 32px;
                                line-height: 32px !important;
                                padding: 0px 15px;
                            }

    .action-boxes .box a span {
        font-size: 18px;
        width: 140px;
        height: 32px;
        line-height: 32px !important;
        letter-spacing: -0.4px;
    }

        .action-boxes .box a span:before {
            width: 25px;
            height: 30px;
            left: -10px;
            top: 1px;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
        }

    .home-spotlight h2 {
        font-size: 28px;
    }

        .home-spotlight h2.article-heading {
            padding-left: 0;
        }

        .home-spotlight h2 a.more {
            top: -5px;
            font: 700 11px "Raleway", sans-serif;
            width: 45px;
            height: 20px;
            line-height: 20px;
        }

        .home-spotlight h2 div {
            font-size: 15px;
            top: -2px;
        }

    .home-spotlight #ariscarouselaristogramWidget li {
        width: 115px !important;
        margin-right: 35px;
    }

    .home-spotlight .articles {
        padding-left: 0;
    }

        .home-spotlight .articles li {
            width: 125px;
            padding-right: 20px;
            margin-right: 20px;
        }

            .home-spotlight .articles li a {
                font-size: 11px;
            }

                .home-spotlight .articles li a span.timestamp {
                    font-size: 10px;
                }

    .graceland-cams {
        height: 335px;
    }

        .graceland-cams .row {
            height: 335px;
        }

            .graceland-cams .row .heading-box {
                width: 460px;
            }

                .graceland-cams .row .heading-box .inner {
                    padding: 25px 35px;
                }

                    .graceland-cams .row .heading-box .inner h2 {
                        font-size: 57px;
                        line-height: 46px;
                        margin-bottom: 15px;
                    }

                    .graceland-cams .row .heading-box .inner p {
                        font-size: 19px;
                    }

                    .graceland-cams .row .heading-box .inner a {
                        font-size: 12px;
                        width: 60px;
                        height: 30px;
                        line-height: 30px !important;
                        top: 83px;
                        right: 35px;
                    }

    /* INTERNAL PAGE STYLING */
    .top-mast {
        height: 265px;
    }

    /*.sec_elvisweek .top-mast {
        background-position: center -20px;
    }*/

    /*.sec_elvisweek.sub_default .top-mast {
        background-position: -300px 0px;
    }*/

    .sec_elvisweek .top-mast.featured .featured-subnav #featured-subnav {
        width: 195px;
    }

    .top-mast .container, .top-mast .row {
        height: 265px;
    }

    .top-mast .section-title {
        padding: 20px 25px;
    }

        .top-mast .section-title h2 {
            line-height: 54px !important;
            font: 400 64px "bebas_neueregular";
        }

    .page-wrapper .internal-content h1.page-title {
        top: -6px;
        margin: 0 0 20px 0;
        padding: 0;
        font: 700 36px "Raleway", sans-serif;
        line-height: 36px;
    }

    .pre-footer {
        padding: 25px 0px;
    }

        .pre-footer .pre-footer-button a {
            font-size: 20px;
            height: 40px;
            line-height: 40px !important;
        }

    img.responsive_photo_left,
    img.responsive_photo_right {
        max-width: 270px;
    }

    .rocknrollformstyle.form-horizontal input, .rocknrollformstyle.form-horizontal textarea, .rocknrollformstyle.form-horizontal select, .rocknrollformstyle.form-horizontal .help-inline, .rocknrollformstyle.form-horizontal .uneditable-input, .rocknrollformstyle.form-horizontal .input-prepend, .rocknrollformstyle.form-horizontal .input-append {
        max-width: 160px;
    }

    .twittercontrols {
        margin-left: 0;
    }

    .sec_rocknrollout .internal-content .tickets-block h2.heightadjustmobile,
    .sec_giveaway .internal-content .tickets-block h2.heightadjustmobile {
        height: 90px;
    }

    .sec_rocknrollout .form-horizontal .controls.twittercontrols,
    .sec_giveaway .form-horizontal .controls.twittercontrols {
        margin-left: 0px;
    }

    .elvisweekphoto {
        max-height: 392px;
    }

        .elvisweekphoto img.elvisweekphotoimage {
            max-height: 392px;
            width: 69%;
            left: 15.5%;
        }

    .internal.featured .action-boxes .box a .longLine .drop {
        display: none;
    }

    .internal.featured .action-boxes .box a .longLine {
        font-size: 16px;
    }
}

@media (max-width: 991px)
{
    .experience-stay .table-row
    {
        display: block;
        margin-left: 0;
    }

    .experience-stay .table-cell
    {
        display: block;
        vertical-align: top;
        width: auto !important;
        text-align: center;
    }
}

@media (max-width: 979px) {
    .photo-content
    {
        padding: 0 4% 4%;
    }

    .pc-photo
    {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0 -4.3478260869565217391304347826087% 1em;
    }

    .pc-photo img
    {
        min-width: 100%;
        min-height: 0;
        max-width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
    .promoGuestsPerformers {
        font-size: 10px;
    }
    /* Tablet Portrait Layout */
    header {
        height: 95px;
    }

        header .logo {
            height: 95px;
        }

            header .logo a {
                top: 22px;
            }

        header .header-topbar {
            height: 53px;
        }

            header .header-topbar nav {
                padding-left: 18px;
            }

                header .header-topbar nav ul > li {
                    line-height: 53px;
                    margin-right: 7px;
                }

                    header .header-topbar nav ul > li > a {
                        font-size: 21px;
                        line-height: 53px;
                    }

                    header .header-topbar nav ul > li.has-children:hover > .sub-menu {
                        display: none;
                    }

                    header .header-topbar nav ul > li.has-children:hover > a:before {
                        display: none;
                    }

                header .header-topbar nav .tickets {
                    font-size: 14px;
                    width: 70px;
                    height: 26px;
                    line-height: 26px;
                    margin-top: 13px;
                }

        header .header-bottombar {
            height: 42px;
        }

            header .header-bottombar .newsletter-signup {
                width: 115px;
                height: 42px;
                padding-right: 15px;
            }

                header .header-bottombar .newsletter-signup a {
                    display: none;
                }

                header .header-bottombar .newsletter-signup .enewsTab {
                    display: block;
                    line-height: 42px !important;
                    font-size: 14px;
                    padding-right: 40px;
                    -webkit-background-size: auto 32px;
                    -moz-background-size: auto 32px;
                    -o-background-size: auto 32px;
                    background-size: auto 32px;
                    padding-left: 20px;
                    padding-right: 30px;
                }

            header .header-bottombar .social-links a {
                height: 42px;
            }

            header .header-bottombar .search {
                height: 32px;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
            }

    .slider-container {
        height: 450px !important;
    }

        .slider-container .slider {
            height: 450px !important;
        }

            .slider-container .slider .slide {
                height: 450px !important;
            }

                .slider-container .slider .slide .container {
                    height: 450px !important;
                }

                    .slider-container .slider .slide .container .captionWrapper {
                        width: 250px;
                        bottom: 25px;
                    }

                        .slider-container .slider .slide .container .captionWrapper .caption {
                            padding: 25px;
                        }

                            .slider-container .slider .slide .container .captionWrapper .caption h2 {
                                font: 400 51px "bebas_neueregular";
                                line-height: 44px;
                                margin-bottom: 10px;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption p {
                                font: 400 13px "Raleway", sans-serif;
                                line-height: 18px;
                                margin-bottom: 25px;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption a {
                                font: 400 11px "Raleway", sans-serif;
                                height: 30px;
                                line-height: 30px !important;
                                padding: 0px 10px;
                            }

    .action-boxes .box a span {
        font-size: 14px;
        width: 110px;
        height: 25px;
        line-height: 25px !important;
        letter-spacing: 0px;
    }

        .action-boxes .box a span:before {
            width: 16px;
            height: 30px;
            left: -8px;
            top: 2px;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
        }

    .internal.featured .action-boxes .box a span {
        min-width: 0px;
    }

    .home-spotlight h2, .internal-spotlight h2 {
        font-size: 23px;
    }

        .home-spotlight h2.article-heading, .internal-spotlight h2.article-heading {
            padding-left: 0;
        }

        .home-spotlight h2 a.more, .internal-spotlight h2 a.more {
            top: -5px;
            font: 700 11px "Raleway", sans-serif;
            width: 45px;
            height: 20px;
            line-height: 20px;
        }

        .home-spotlight h2 div, .internal-spotlight h2 div {
            font-size: 13px;
            top: -2px;
        }

    .home-spotlight #ariscarouselaristogramWidget li, .internal-spotlight #ariscarouselaristogramWidget li {
        width: 95px !important;
        margin-right: 20px !important;
    }

    .home-spotlight .internal-photos ul li, .internal-spotlight .internal-photos ul li {
        width: 95px !important;
        margin-right: 12px !important;
    }

        .home-spotlight .internal-photos ul li a, .internal-spotlight .internal-photos ul li a {
            font-size: 16px;
        }

    .home-spotlight .featured-article a.article-img, .internal-spotlight .featured-article a.article-img {
        width: 95px;
        margin-right: 10px;
    }

        .home-spotlight .featured-article a.article-img img, .internal-spotlight .featured-article a.article-img img {
            margin-bottom: 5px;
        }

    .home-spotlight .featured-article .article-content p, .internal-spotlight .featured-article .article-content p {
        font-size: 12px;
        line-height: 14px;
    }

    .home-spotlight .articles, .internal-spotlight .articles {
        padding-left: 0;
    }

        .home-spotlight .articles li, .internal-spotlight .articles li {
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
        }

            .home-spotlight .articles li a, .internal-spotlight .articles li a {
                font-size: 11px;
                text-align: left;
                width: 335px;
            }

                .home-spotlight .articles li a span.timestamp, .internal-spotlight .articles li a span.timestamp {
                    font-size: 10px;
                    padding: 5px 0px;
                }

                .home-spotlight .articles li a .imagewrap, .internal-spotlight .articles li a .imagewrap {
                    width: 150px;
                    float: left;
                    margin-right: 15px;
                }

                .home-spotlight .articles li a .excerpt, .internal-spotlight .articles li a .excerpt {
                    color: #686868;
                    font: 400 11px "Raleway", sans-serif;
                }

    .graceland-cams, .internal.featured .graceland-featured-banner {
        height: 245px;
    }

        .graceland-cams.insiders .row .heading-box, .internal.featured .graceland-featured-banner.insiders .row .heading-box {
            width: 400px;
        }

        .graceland-cams .row, .internal.featured .graceland-featured-banner .row {
            height: 245px;
        }

            .graceland-cams .row .heading-box, .internal.featured .graceland-featured-banner .row .heading-box {
                width: 350px;
                min-height: 118px;
            }

                .graceland-cams .row .heading-box .inner, .internal.featured .graceland-featured-banner .row .heading-box .inner {
                    padding: 20px 25px;
                }

                    .graceland-cams .row .heading-box .inner h2, .internal.featured .graceland-featured-banner .row .heading-box .inner h2 {
                        font-size: 42px;
                        line-height: 40px;
                        margin-bottom: 5px;
                    }

                    .graceland-cams .row .heading-box .inner p, .internal.featured .graceland-featured-banner .row .heading-box .inner p {
                        font-size: 14px;
                    }

                    .graceland-cams .row .heading-box .inner a.button, .internal.featured .graceland-featured-banner .row .heading-box .inner a.button {
                        font-size: 10px;
                        height: 25px;
                        line-height: 25px !important;
                        top: 85px;
                        right: 30px;
                    }

    /* INTERNAL PAGE STYLING */
    .top-mast {
        height: 250px;
    }

    /*.sec_elvisweek .top-mast {
        background-position: -90px center;
    }*/

    /*.sec_elvisweek.sub_default .top-mast {
        background-position: -530px 0px;
    }*/

    .sec_elvisweek .top-mast.featured .featured-subnav #featured-subnav {
        width: 195px;
    }

    .top-mast .container, .top-mast .row {
        height: 250px;
    }

    .top-mast.featured .section-title {
        padding: 20px 25px;
    }

        .top-mast.featured .section-title.elvisweek {
            bottom: 0;
        }

        .top-mast.featured .section-title h2 {
            line-height: 54px !important;
            font: 400 64px "bebas_neueregular";
            margin-bottom: 0;
        }

        .top-mast.featured .section-title p {
            display: none;
        }

    .top-mast .section-title {
        padding: 20px 25px;
    }

        .top-mast .section-title h2 {
            line-height: 54px !important;
            font: 400 64px "bebas_neueregular";
            margin-bottom: 0;
        }

    .left-sidebar {
        width: 270px;
        position: absolute;
        left: -294px;
        top: 280px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .left-sidebar.open {
            left: -20px;
        }

        .left-sidebar #subnav > ul > li > a {
            color: #fff;
        }

        .left-sidebar #subnav > ul > li.has-children:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

        .left-sidebar #subnav > ul > li.has-children:hover:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .top-mast.featured .featured-subnav {
        width: 270px;
        position: absolute;
        left: -265px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .top-mast.featured .featured-subnav .section-label {
            display: none;
        }

        .top-mast.featured .featured-subnav.open {
            left: 0px;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li > a {
            color: #fff;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li.has-children:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li.has-children:hover:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    body:not(.featured.enhanced) .internal-content {
        width: 724px;
    }

    .page-wrapper .internal-content p.buy-tickets-heading {
        font-size: 18px;
        text-align: center;
    }

    .page-wrapper .internal-content img.featured {
        max-width: 165px;
        height: auto;
    }

    .page-wrapper .internal-content h1.page-title {
        top: -6px;
        margin: 0 0 20px 0;
        padding: 0;
        font: 700 36px "Raleway", sans-serif;
        line-height: 36px;
    }

    .pre-footer {
        padding: 20px 0px;
    }

        .pre-footer .pre-footer-button a {
            font-size: 16px;
            height: 30px;
            line-height: 30px !important;
        }

    footer .footer-left p {
        font-size: 11px;
    }

    footer nav a, footer nav span {
        font-size: 11px;
    }
    footer .footer-right .elvis-com{
        display: block;
        position: relative;
        width: 70px;
        margin: 10px auto;
    }
    img.responsive_photo_left,
    img.responsive_photo_right {
        max-width: 270px;
    }

    .sec_rocknrollout .internal-content h1.page-title,
    .sec_giveaway .internal-content h1.page-title {
        position: inherit;
        color: #293769;
        float: none;
        top: -6px;
        margin: 0 0 20px 0;
        padding: 0;
        font: 700 36px "Raleway", sans-serif;
        line-height: 36px;
    }

    .sec_rocknrollout .span4.openingspan4,
    .sec_rocknrollout .span4.middlespan4,
    .sec_giveaway .span4.openingspan4,
    .sec_giveaway .span4.middlespan4 {
        width: 100%;
    }

    .sec_rocknrollout .lastspan4,
    .sec_giveaway .lastspan4 {
        width: 100%;
    }

    .sec_rocknrollout .middlespan4,
    .sec_giveaway .middlespan4 {
        text-align: center;
    }

        .sec_rocknrollout .middlespan4 p,
        .sec_giveaway .middlespan4 p {
            text-align: left;
        }

            .sec_rocknrollout .middlespan4 p.buy-tickets-heading,
            .sec_giveaway .middlespan4 p.buy-tickets-heading {
                text-align: center;
            }

    .sec_rocknrollout .form-horizontal .control-label,
    .sec_giveaway .form-horizontal .control-label {
        width: 34%;
    }

    .sec_rocknrollout .form-horizontal .controls,
    .sec_giveaway .form-horizontal .controls {
        margin-left: 36%;
    }

    .rocknrollcheckbox input[type="checkbox"] {
        margin-left: 25% !important;
    }

    .elvisweekphoto {
        max-height: 394px;
    }

        .elvisweekphoto img.elvisweekphotoimage {
            max-height: 394px;
        }

    .internal.featured .action-boxes .box a .longLine {
        font-size: 14px;
    }

        .internal.featured .action-boxes .box a .longLine .drop {
            display: none;
        }

    .featured.enhanced .internal-content .row
    {
        margin-left: 0;
    }

    .featured.enhanced .internal-content .experience-dining .row
    {
        margin-left: -20px;
    }
}
/* Landscape phones and down */
@media (max-width: 767px) {
    .promoGuestsPerformers {
        font-size: 10px;
    }
    /* Phone Layout < 768px */
    body {
        padding: 0 !important;
    }

    .container {
        width: 95%;
        margin: auto;
    }

    header {
        z-index: 500;
        height: 56px;
        background-position: center top;
    }

        header .container {
            width: 320px;
        }

        header .logo {
            height: 57px;
            background: #29376a;
            width: 220px;
            float: left;
        }

            header .logo a {
                top: 8px;
                left: 8px;
                width: 200px;
            }

        header #responsive-nav {
            display: none !important;
        }

        header .header-topbar {
            height: 57px;
            width: 100px;
            float: left;
        }

            header .header-topbar .menu-button {
                overflow: hidden;
                text-indent: -9999em;
                display: block;
                width: 100px;
                height: 57px;
                background: url("/img/graceland_mobile_menu_closed.png") no-repeat 0px 0px;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
            }

    .show-menu .menu-button {
        background: #3c3c3c url("../img/graceland_mobile_menu_open.png") no-repeat 0px 0px !important;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }

    .show-menu #responsive-nav {
        width: 100%;
        background: #3c3c3c;
        display: block !important;
        position: absolute;
        z-index: 5000;
        top: 57px;
        left: 0px;
        padding: 0;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .show-menu #responsive-nav input {
            -webkit-appearance: none;
            border-radius: 0;
        }

        .show-menu #responsive-nav div.search input[type="text"] {
            border: 0;
            background: #c4c4c4;
            height: 30px;
            width: 244px;
            font: 400 16px "Raleway", sans-serif;
            color: #595959;
            line-height: 30px;
            padding: 0 5px;
            margin: 0;
        }

        .show-menu #responsive-nav div.search input[type="submit"] {
            padding: 0;
            margin: 0;
            display: block;
            float: right;
            overflow: hidden;
            text-indent: -9999em;
            width: 30px;
            height: 30px;
            background: url("/img/graceland_mp_mobile_search.png") no-repeat 0px 0px;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            border: 0;
        }

        .show-menu #responsive-nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .show-menu #responsive-nav ul li {
                padding: 0;
                margin: 0px 15px 15px 0px;
                float: left;
                width: 137.5px;
                height: 50px;
                background: #2a2a2a;
            }

                .show-menu #responsive-nav ul li.last {
                    margin-right: 0;
                }

                .show-menu #responsive-nav ul li a {
                    display: block;
                    line-height: 50px !important;
                    text-align: center;
                    color: #fff;
                    font: 400 38px "bebas_neueregular";
                    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
                }

        .show-menu #responsive-nav .inner {
            padding: 15px;
        }

    .slider-container {
        height: 195px !important;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .slider-container .slider {
            height: 195px !important;
        }

            .slider-container .slider .slide {
                height: 195px !important;
            }

                .slider-container .slider .slide .container {
                    height: 195px !important;
                }

                    .slider-container .slider .slide .container .captionWrapper {
                        width: 43%;
                        bottom: 5%;
                    }

                        .slider-container .slider .slide .container .captionWrapper .caption {
                            padding: 12px;
                            position: relative;
                        }

                            .slider-container .slider .slide .container .captionWrapper .caption h2 {
                                font: 400 30px "bebas_neueregular";
                                line-height: 27px;
                                margin-bottom: 0;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption p {
                                font: 400 13px "Raleway", sans-serif;
                                line-height: 18px;
                                margin-bottom: 25px;
                            }

                            .slider-container .slider .slide .container .captionWrapper .caption a {
                                border: none;
                                background: none;
                                padding: 0 12px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                text-indent: -9999em;
                            }

    .action-boxes, .internal.featured .action-boxes {
        padding: 22px 0px 15px;
    }

        .action-boxes .box, .internal.featured .action-boxes .box {
            width: 90%;
            height: 38px;
            margin: 0px auto 10px;
        }

            .action-boxes .box a, .internal.featured .action-boxes .box a {
                display: block;
                height: 38px;
                width: auto;
            }

                .action-boxes .box a span, .internal.featured .action-boxes .box a span {
                    display: block;
                    font-size: 22px;
                    width: 100%;
                    height: 38px;
                    line-height: 38px !important;
                    letter-spacing: 0px;
                    padding: 0;
                }

                    .action-boxes .box a span .visible-phone, .internal.featured .action-boxes .box a span .visible-phone {
                        font-style: normal;
                        display: inline-block !important;
                    }

                    .action-boxes .box a span:before, .internal.featured .action-boxes .box a span:before {
                        width: 31px;
                        height: 31px;
                        left: -15px;
                        top: 2px;
                        background: url("/img/graceland_mp_mobile_nav_pointer.png") no-repeat 0px 0px;
                        -webkit-background-size: contain;
                        -moz-background-size: contain;
                        -o-background-size: contain;
                        background-size: contain;
                    }

    .home-spotlight {
        padding: 10px 0px;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .home-spotlight .graceland-spotlight {
            width: 290px;
            margin: auto;
        }

        .home-spotlight h2 {
            font-size: 23px;
        }

            .home-spotlight h2.article-heading {
                padding-left: 0;
            }

            .home-spotlight h2 a.more {
                top: -5px;
                font: 700 11px "Raleway", sans-serif;
                width: 45px;
                height: 20px;
                line-height: 20px;
            }

            .home-spotlight h2 div {
                font-size: 13px;
                top: -2px;
            }

        .home-spotlight .articles {
            padding-left: 0;
        }

            .home-spotlight .articles li {
                width: 100%;
                padding: 0;
                margin: 0;
                border: 0;
            }

                .home-spotlight .articles li a {
                    font-size: 11px;
                    text-align: left;
                    width: auto;
                }

                    .home-spotlight .articles li a span.timestamp {
                        font-size: 10px;
                        padding: 5px 0px;
                    }

                    .home-spotlight .articles li a .imagewrap {
                        width: 150px;
                        float: left;
                        margin-right: 15px;
                    }

                    .home-spotlight .articles li a .excerpt {
                        color: #686868;
                        font: 400 11px "Raleway", sans-serif;
                    }

    .internal-spotlight {
        padding: 10px 0px;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .internal-spotlight .graceland-spotlight {
            margin: auto;
        }

        .internal-spotlight .span6 {
            margin: auto;
        }

        .internal-spotlight .internal-photos h2, .internal-spotlight .internal-photos .promo-wide, .internal-spotlight .internal-photos ul {
            padding-left: 0;
            margin-left: 0;
        }

        .internal-spotlight .internal-photos {
            margin-bottom: 10px;
        }

            .internal-spotlight .internal-photos .visible-phone {
                display: inline-block !important;
            }

            .internal-spotlight .internal-photos h2 {
                margin-bottom: 0;
            }

            .internal-spotlight .internal-photos ul li {
                width: 90px;
                margin-right: 10px;
            }

                .internal-spotlight .internal-photos ul li a {
                    font-size: 16px;
                }

        .internal-spotlight h2 {
            font-size: 23px;
            padding-left: 0;
        }

            .internal-spotlight h2.article-heading {
                padding-left: 0;
            }

            .internal-spotlight h2 a.more {
                top: -5px;
                font: 700 11px "Raleway", sans-serif;
                width: 45px;
                height: 20px;
                line-height: 20px;
            }

            .internal-spotlight h2 div {
                font-size: 13px;
                top: -2px;
            }

        .internal-spotlight .articles {
            padding-left: 0;
        }

            .internal-spotlight .articles li {
                width: 100%;
                padding: 0;
                margin: 0;
                border: 0;
            }

                .internal-spotlight .articles li a {
                    font-size: 11px;
                    text-align: left;
                    width: auto;
                }

                    .internal-spotlight .articles li a span.timestamp {
                        font-size: 10px;
                        padding: 5px 0px;
                    }

                    .internal-spotlight .articles li a .imagewrap {
                        width: 150px;
                        float: left;
                        margin-right: 15px;
                    }

                    .internal-spotlight .articles li a .excerpt {
                        color: #686868;
                        font: 400 11px "Raleway", sans-serif;
                    }

    .elvisweekphoto {
        max-height: 342px;
    }

    .graceland-cams, .internal.featured .graceland-featured-banner {
        height: 138px;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .graceland-cams .row, .internal.featured .graceland-featured-banner .row {
            height: 138px;
        }

            .graceland-cams .row .heading-box, .internal.featured .graceland-featured-banner .row .heading-box {
                width: 215px;
                left: 50%;
                margin-left: -107px;
                min-height: 40px;
            }

                .graceland-cams .row .heading-box, .internal.featured .graceland-featured-banner .row .heading-box .inner {
                    min-height: 40px;
                }

                .internal.featured .graceland-featured-banner .row .heading-box .inner {
                    text-align: center;
                }

                .graceland-cams .row .heading-box .inner, .internal.featured .graceland-featured-banner .row .heading-box .inner {
                    padding: 10px 15px;
                    height: auto;
                }

                    .graceland-cams .row .heading-box .inner h2, .internal.featured .graceland-featured-banner .row .heading-box .inner h2 {
                        font-size: 26px;
                        line-height: 20px;
                        margin-bottom: 0px;
                    }

                        .graceland-cams .row .heading-box .inner h2 a, .internal.featured .graceland-featured-banner .row .heading-box .inner h2 a {
                            line-height: 20px;
                        }

    .ratesandreservations {
        margin-left: 0;
    }

    .mobile-social {
        position: relative;
        z-index: 46;
        background: #4d6199;
        text-align: center;
        height: 50px;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }



        .mobile-social a {
            display: inline-block;
            width: 40px;
            height: 50px;
        }

            .mobile-social a.facebook {
                background: url("/img/graceland_social_facebook.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

            .mobile-social a.twitter {
                background: url("/img/graceland_social_twitter.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

            .mobile-social a.instagram {
                background: url("/img/graceland_social_instagram.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

            .mobile-social a.googleplus {
                background: url("/img/graceland_social_googleplus.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

            .mobile-social a.youtube {
                background: url("/img/graceland_social_youtube.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

            .mobile-social a.tripadvisor {
                background: url("/img/graceland_social_tripadvisor.png") no-repeat center center;
                -webkit-background-size: 40px, auto;
                -moz-background-size: 40px, auto;
                -o-background-size: 40px, auto;
                background-size: 40px, auto;
            }

    .mobile-newsletter {
        position: relative;
        z-index: 45;
        height: 50px;
        line-height: 54px;
        background: #a6b2d1;
        text-align: center;
        -webkit-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        -moz-box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
        box-shadow: 0 4px 0 rgba(0, 1, 0, 0.2);
    }

        .mobile-newsletter.open #newsletter-footer {
            display: block;
        }

        .mobile-newsletter.open a {
            background: url("/img/graceland_pointer_up.png") no-repeat center right;
            -webkit-background-size: auto 32px;
            -moz-background-size: auto 32px;
            -o-background-size: auto 32px;
            background-size: auto 32px;
        }

        .mobile-newsletter a {
            color: #404040;
            font: 700 18px "Raleway", sans-serif;
            text-transform: uppercase;
            display: inline-block;
            padding-right: 35px;
            line-height: 42px;
            background: url("/img/graceland_pointer_down.png") no-repeat center right;
            -webkit-background-size: auto 32px;
            -moz-background-size: auto 32px;
            -o-background-size: auto 32px;
            background-size: auto 32px;
        }

        .mobile-newsletter #newsletter-footer {
            position: absolute;
            top: 45px;
            left: 0;
            text-align: center;
            display: none;
            width: 100%;
            padding: 0;
            background: #a6b1d1;
            -webkit-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
            -moz-box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
            box-shadow: 8px 8px 0 rgba(0, 1, 0, 0.2);
        }

            .mobile-newsletter #newsletter-footer input[type="text"] {
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -ms-border-radius: 0px;
                -o-border-radius: 0px;
                border-radius: 0px;
                border: 0;
                height: 30px;
                line-height: 30px;
                font: 400 16px "Raleway", sans-serif;
                padding: 0 8px;
                width: 132px;
                margin: 0;
                -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            }

                .mobile-newsletter #newsletter-footer input[type="text"]:focus {
                    border: 0;
                }

            .mobile-newsletter #newsletter-footer input[type="submit"] {
                margin: 0;
                padding: 0;
                display: inline-block;
                cursor: pointer;
                border: 0;
                color: #fff;
                background: #f53510;
                font: 700 16px "Raleway", sans-serif;
                text-transform: uppercase;
                text-shadow: 2px 2px 0 rgba(0, 1, 0, 0.53);
                text-align: center;
                width: 77px;
                height: 30px;
                line-height: 30px;
                background-color: #f53510;
                -webkit-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -moz-box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                box-shadow: 4px 4px 0 rgba(0, 1, 0, 0.14);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-appearance: none;
                -webkit-border-radius: 0;
            }

                .mobile-newsletter #newsletter-footer input[type="submit"]:hover {
                    background: #da2400;
                }

        .mobile-newsletter .container:before,
        .mobile-newsletter .container:after {
            display: none;
        }

    .m-content {
        display: block;
    }

    .d-content {
        display: none;
    }

    footer {
        padding: 15px 0px;
        text-align: center;
    }

        footer .footer-contact p {
            font: 400 14px "Raleway", sans-serif;
            color: #b2b2b2;
        }
        
        footer .footer-contact h2,
        .featured.enhanced footer .footer-contact h2 {
            margin: 0;
            padding: 0;
            margin-bottom: 20px !important;
            color: #BFCDF2 !important;
            font: 400 32px "bebas_neueregular" !important;
            line-height: 30px !important;
            text-shadow: 3px 3px 0 rgba(1, 2, 1, 0.8);
            -webkit-appearance: none;
        }

            footer .footer-contact h2 a {
                color: #bfcdf2;
            }

        footer .footer-right {
            width: 90% !important;
            margin: auto;
            text-align: center;
        }

            footer .footer-right img {
                max-width: 75px;
            }

            footer .footer-right .elvis-the-music {
                margin-right: 20px;
            }

                footer .footer-right .elvis-the-music img {
                    max-width: 85px;
                }

            footer .footer-right .elvis-radio {
                margin-right: 15px;
            }

            footer .footer-right .credit img {
                max-width: 158px;
            }

            footer .footer-right nav span {
                display: inline-block !important;
            }

                footer .footer-right nav span.hidden-phone {
                    display: none !important;
                }

    /* INTERNAL PAGE STYLING */
    .top-mast {
        height: 90px;
    }

    .sec_elvisweek .top-mast {
        background-position: center center;
    }

        /*.sec_elvisweek.sub_default .top-mast {
        background-position: center 0px;
    }*/

        .sec_elvisweek .top-mast.featured .featured-subnav #featured-subnav {
            width: 195px;
        }

    .top-mast .container, .top-mast .row {
        height: 90px;
    }

    .top-mast .section-title {
        padding: 10px 15px;
        bottom: 15px;
    }

        .top-mast .section-title h2 {
            line-height: 24px !important;
            font: 400 32px "bebas_neueregular";
        }

    .top-mast.featured {
        height: 150px;
    }

        .top-mast.featured .container, .top-mast.featured .row {
            height: 150px;
        }

        .top-mast.featured .section-title {
            padding: 10px 15px;
            bottom: 15px;
            width: auto;
        }

            .top-mast.featured .section-title h2 {
                line-height: 24px !important;
                font: 400 32px "bebas_neueregular";
                margin-bottom: 0;
            }

            .top-mast.featured .section-title p {
                display: none;
            }

    .left-sidebar {
        width: 265px;
        position: absolute;
        left: -269px;
        top: 95px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 300;
    }

        .left-sidebar.open {
            left: 0px;
        }

        .left-sidebar #subnav > ul > li > a {
            color: #fff;
        }

        .left-sidebar #subnav > ul > li.has-children:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

        .left-sidebar #subnav > ul > li.has-children:hover:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .top-mast.featured .featured-subnav {
        width: 265px;
        position: absolute;
        left: -274px;
        top: 95px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 300;
    }

        .top-mast.featured .featured-subnav .section-label {
            display: none;
        }

        .top-mast.featured .featured-subnav.open {
            left: 0px;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li > a {
            color: #fff;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li.has-children:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

        .top-mast.featured .featured-subnav #featured-subnav > ul > li.has-children:hover:before {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .page-wrapper .internal-content,
    .no_left .page-wrapper .internal-content {
        width: 94%;
        margin: auto;
    }

        .page-wrapper .internal-content p {
            font-size: 14px;
        }

        .page-wrapper .internal-content img.featured {
            display: none;
        }

        .page-wrapper .internal-content h1.page-title {
            top: -6px;
            margin: 0 0 20px 0;
            padding: 0;
            font: 700 22px "Raleway", sans-serif;
            line-height: 22px;
        }

        .page-wrapper .internal-content h2 {
            font-size: 21px;
        }

        .page-wrapper .internal-content h3 {
            font-size: 16px;
        }

        .page-wrapper .internal-content h4 {
            font-size: 14px;
        }

        .page-wrapper .internal-content ul, .page-wrapper .internal-content ol {
            margin-left: 15px;
        }

    img.responsive_photo_left,
    img.responsive_photo_right,
    img.responsive_photo_left_150,
    img.responsive_photo_right_150 {
        max-width: 100%;
        float: none;
        margin: 0 auto 1em;
    }

    .two_columns {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

    fieldset ol li {
        margin-top: .75em;
    }

        fieldset ol li:first-child {
            margin-top: 0;
        }

        fieldset ol li > label {
            text-align: left;
        }

    /* Tickets Mobile Layout */
    .page-wrapper .internal-content p.buy-tickets-heading,
    .sec_rocknrollout .internal-content p.buy-tickets-heading,
    .sec_giveaway .internal-content p.buy-tickets-heading {
        text-align: center;
        color: #5a6ea5;
        font: 700 20px "Raleway", sans-serif;
    }

        .page-wrapper .internal-content p.buy-tickets-heading .attention {
            display: block;
        }

        .page-wrapper .internal-content p.buy-tickets-heading a.action-button {
            margin: .5em auto;
        }

    .page-wrapper .internal-content .tickets-block.open .inner {
        display: block;
    }

    .sec_rocknrollout .internal-content .tickets-block.open .inner,
    .sec_giveaway .internal-content .tickets-block.open .inner {
        display: block;
    }

    .page-wrapper .internal-content .tickets-block h2 {
        font-size: 30px;
    }

        .page-wrapper .internal-content .tickets-block h2 span.number {
            margin-right: 10px;
        }

    .page-wrapper .internal-content .tickets-block .inner {
        display: none;
    }

    .sec_rocknrollout .internal-content .tickets-block .inner,
    .sec_giveaway .internal-content .tickets-block .inner {
        display: none;
    }

    .page-wrapper .internal-content .tickets-block .inner ul, .page-wrapper .internal-content .tickets-block .inner p {
        max-width: 100%;
        margin-left: 0;
    }

    .page-wrapper .internal-content .tickets-block .inner .prices {
        float: none;
        text-align: center;
    }

        .page-wrapper .internal-content .tickets-block .inner .prices .inner-prices {
            text-align: left;
            width: auto;
            background-color: transparent;
            -webkit-box-shadow: 0px 0px rgba(0, 1, 0, 0.15);
            -moz-box-shadow: 0px 0px rgba(0, 1, 0, 0.15);
            box-shadow: 0px 0px rgba(0, 1, 0, 0.15);
            border: solid 0px #cecece;
        }

        .page-wrapper .internal-content .tickets-block .inner .prices a.buy-tickets {
            float: none;
            clear: both;
            margin: 0 auto 15px;
        }

    .sec_rocknrollout .top-mast.featured,
    .sec_rocknrollout .top-mast.featured .row,
    .sec_giveaway .top-mast.featured,
    .sec_giveaway .top-mast.featured .row {
        height: 150px;
    }

    .sec_rocknrollout .internal-content h1.page-title,
    .sec_giveaway .internal-content h1.page-title {
        position: inherit;
        color: #293769;
        float: none;
        top: -6px;
        margin: 0 0 0px 0;
        padding: 0;
        font: 700 22px "Raleway", sans-serif;
        line-height: 22px;
    }

    .sec_rocknrollout .internal-spotlight,
    .sec_giveaway .internal-spotlight {
        padding: 30px 0px;
    }

    .sec_rocknrollout .middlespan4,
    .sec_giveaway .middlespan4 {
        text-align: center;
    }

        .sec_rocknrollout .middlespan4 p,
        .sec_giveaway .middlespan4 p {
            text-align: left;
        }

    .sec_rocknrollout .lastspan4 h2 .visible-phone,
    .sec_giveaway .lastspan4 h2 .visible-phone {
        display: inline-block !important;
    }

    .sec_rocknrollout .rocknrollsubmit,
    .sec_giveaway .rocknrollsubmit {
        height: 68px;
        line-height: 60px !important;
        font: 700 36px "Raleway", sans-serif;
        padding: 0px 20px;
    }

    .submitdivrocknrollout {
        margin-bottom: 10px;
        height: 90px;
        position: relative;
        z-index: 100;
    }

    .submitcontainerrnr {
        float: none;
        margin: 0px auto;
        width: 176px;
    }

    .requiredrocknrollout {
        text-align: center;
        float: none;
        font-size: 10px;
        margin: 10px 0px;
    }


    .fblikephonecontainer {
        height: 28px;
        overflow: hidden;
    }

    .sec_gallery #filter_box label {
        display: block;
    }

    .sec_elvisweek .nivo-lightbox-wrap {
        left: 10%;
        right: 10%;
    }

    .sec_elvisweek .nivo-lightbox-inline {
        background: url(/img/graceland_popup_vigil_mobile.png);
    }
    .sub_graceland_experience h2{ /*, .sub_buytickets1 h2*/
        height: 145px !important;
    }
    .sub_graceland_experience h3 img{
        float: none !important;
        display: block;
    }
    
    .shadow-line,
    .photo-content,
    .experience-purple-box,
    .experience-shop,
    .experience-memphis
    {
        margin-left: -3.1914893617021276595744680851064%;
        margin-right: -3.1914893617021276595744680851064%;
    }

    .experience-purple-box span.visible-phone
    {
        display: inline !important;
    }

    .experience-memphis .table-row
    {
        display: block;
    }

    .experience-memphis .table-cell
    {
        display: block;
        vertical-align: top;
    }

    .experience-memphis-box
    {
        padding-left: 27px;
    }

    .experience-memphis-box img
    {
        float: none;
        max-width: 100%;
        margin: 0 auto 1em;
        display: block;
    }

    .experience-memphis-box h3
    {
        text-align: center;
    }

    .experience-memphis-box ul
    {
        margin: 0 0 0 !important;
        padding-left: 2em !important;
        width: auto;
        float: none;
        box-sizing: border-box;
    }

    .experience-memphis-box ul:first-of-type
    {
        margin-top: 1em !important;
    }
}

@media (max-width: 540px) {
    .section-title.elvisweek {
        left: 20px;
        width: 110px !important;
    }

    .promoGuestsPerformers {
        font-size: 16px !important;
    }

    .internal-spotlight .featured-article {
    }

    .page-wrapper .internal-content .tickets-block h2.heightadjustmobile {
        height: 90px;
    }


    .paddingadjustmobile {
        padding-left: 55px;
        display: inline-block !important;
    }

    .page-wrapper .internal-content .tickets-block h2.heightadjustmobile .ticket-toggle {
        top: -5px;
    }

    .sec_rocknrollout .form-horizontal .controls,
    .sec_giveaway .form-horizontal .controls {
        margin-left: 0px;
    }

    .rocknrolloutvalidation {
        display: block;
    }

    .sec_rocknrollout .promo-rnr,
    .sec_giveaway .promo-rnr {
        margin: 10px 0 30px;
    }

    .sec_rocknrollout .rnrsharecontainer input,
    .sec_giveaway .rnrsharecontainer input {
        margin-left: -10px;
    }

    #guestsperformers {
        font-size: 17px;
    }

    .elvisweekphoto {
        max-height: 198px;
    }
}
