
        /*  =============================================
         *  CNN Wonder List with Bill Weir Style Sheet
         *
         *  ============================================= */

        @font-face {
            font-family: "cnn-icons--legacy";
            src: url("https://cdn.cnn.com/cnn/.e/fonts/icons/2.0.0/cnn-icons.eot");
            src: url("https://cdn.cnn.com/cnn/.e/fonts/icons/2.0.0/cnn-icons.eot?#iefix") format("embedded-opentype"),
                url("https://cdn.cnn.com/cnn/.e/fonts/icons/2.0.0/cnn-icons.woff") format("woff"),
                url("https://cdn.cnn.com/cnn/.e/fonts/icons/2.0.0/cnn-icons.ttf") format("truetype"),
                url("https://cdn.cnn.com/cnn/.e/fonts/icons/2.0.0/cnn-icons.svg?#cnn-icons") format("svg");
            font-weight: normal;
            font-style: normal;
        }

        body
        {
            font-family: CNN, Helvetica Neue, Helvetica, Arial, sans;
            background: #000;
            color: #fff;
        }

        .the-wonder-list
        {
            overflow: hidden;
            padding-top: 60px;
            color: white;

            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .ie6 .the-wonder-list,
        .ie7 .the-wonder-list,
        .ie8 .the-wonder-list
        {
            min-width: 960px;
            padding-top: 0px;
        }

        .clear-fix
        {
            display: inline-block;
        }

        .clearfix:after
        {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        * html .clearfix { height: 1%; }
        .clearfix { display: block; }


        /*  ======================================
         *  CNN header styles
         *  ====================================== */

        .cnn-interactive--navigation
        {
            top: 0;
            height: 60px;
            z-index: 10;
        }

        .cnn-interactive--navigation__logo
        {
            display: block;
            position: absolute;

            background: #CC0000 url('https://cdn.cnn.com/cnn/interactive/2015/shows/the-wonder-list/media/assets/cnn-logo.png') no-repeat center center;

            height: 70px;
            width: 70px;
            left: 30px;
            z-index: 100;
        }

        .cnn-interactive--social
        {
            float: right;
            margin-right: 1%;
            margin-top:9px
        }

        .cnn-interactive--social__item
        {
            display: inline-block;

            background: #404040;
            border-radius: 100%;

            font-size: 1.3em;
            font-weight: 200;
            text-align: center;
            line-height: 40px;
            color: #cecece;

            margin-right: 5px;
            height: 40px;
            width: 40px;

            -webkit-transition: background 200ms;
            transition: background 200ms;
        }

        .cnn-interactive--social__item:before
        {
            font-family: cnn-icons--legacy;
        }


        .cnn-interactive--social__item.email:before
        {
            content : "\f12a";
        }

        .cnn-interactive--social__item.facebook:before
        {
            content : "\f126";
        }

            .cnn-interactive--social__item.facebook:hover
            {
                background: #3b5998;
            }

        .cnn-interactive--social__item.twitter:before
        {
            content : "\f131";
        }

            .cnn-interactive--social__item.twitter:hover
            {
                background: #00ACED;
            }

        .cnn-interactive--social__item.more:before
        {
            content : "\f12b";
        }



        .cnn-interactive--header
        {
            display: block;
            position: fixed;

            background-color: #000;
            background-color: rgba(0,0,0,0.8);

            height: 60px;
            width: 100%;
            left: 0;
            top: 0;
            z-index: 1500;
        }

        /*  ======================================
         *  The Wonder List header styles
         *  ====================================== */

        .the-wonder-list--header
        {
            padding: 0px 30px;
            position: relative;
            z-index: 300;
            color: #D9D9D9;
        }

        .the-wonder-list--header__showtime
        {
            margin: 15px 0;
            text-transform: uppercase;
            letter-spacing: 0.2em;
        }

        .the-wonder-list--header__showtime .hour
        {
            font-weight: 800;
        }

        .the-wonder-list--header__logo
        {
            max-width: 495px;
            width: 50%;
        }

        .the-wonder-list--header__logo.mobile
        {
            display: none;
        }

        .the-wonder-list--entitlement
        {
            position: absolute;
            right: 3%;
            top: 0;
        }

        .the-wonder-list a
        {
            text-decoration: none;
            color: white;
            font-weight: bold;
        }

        /*  ======================================
         *  Main container styles
         *  ====================================== */

        .the-wonder-list--main
        {
            position: relative;

            background-image: url(https://cdn.cnn.com/cnn/interactive/2015/shows/the-wonder-list/media/images/main/starfield2.jpg);
            background-size: cover;

            padding: 35px 0px 0;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            min-height: 900px;
        }

        .the-wonder-list--about
        {
            color: #D9D9D9;
            max-width: 500px;
            width: 50%;
        }

        .the-wonder-list__paragraph.about--description
        {
            margin-bottom: 0.75em;
        }

        .the-wonder-list__paragraph.about--read-more
        {
            cursor: pointer;
            color: #a6a6a6;
        }

        /*  ======================================
         *  Earth styles
         *  ====================================== */

        .earth_full
        {
            display: none;
            position: absolute;

            height: 100%;
            width: 100%;
            left: 0;
            top: 0;

            min-height: 900px;
            z-index: 15;
        }

        #Earth_1
        {
            display: block;
            padding: 190px 30px 0;
            z-index: 5;
        }

        .the-wonder-list--container
        {
            position: relative;
            display: block;
        }

        /*  ======================================
         *  Landing
         *  ====================================== */

        .the-wonder-list--landing
        {
            padding: 0px 30px;
            position: relative;
            visibility: visible;
            overflow: hidden;

            -webkit-transition: all 500ms, visibility 0ms 0ms;
               -moz-transition: all 500ms, visibility 0ms 0ms;
                -ms-transition: all 500ms, visibility 0ms 0ms;
                 -o-transition: all 500ms, visibility 0ms 0ms;
                    transition: all 500ms, visibility 0ms 0ms;
        }

        .the-wonder-list.section-open .the-wonder-list--landing
        {
            -webkit-transition: all 500ms, visibility 0ms 500ms;
               -moz-transition: all 500ms, visibility 0ms 500ms;
                -ms-transition: all 500ms, visibility 0ms 500ms;
                 -o-transition: all 500ms, visibility 0ms 500ms;
                    transition: all 500ms, visibility 0ms 500ms;

            visibility: hidden;
        }

        /*  ======================================
         *  Main Menu styles
         *  ====================================== */

        .the-wonder-list--main-menu,
        .the-wonder-list--main-menu__item,
        .the-wonder-list--main-menu__item__thumbnail
        {
            -webkit-transition: all 300ms ease-in-out;
               -moz-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                 -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
        }

        .the-wonder-list--main-menu
        {
            position: relative;
            width: 65%;

            padding: 0;
            margin-top: 40px;
            z-index: 1;
            top: 0%;

            min-height: 560px;
        }

        .ie6 .the-wonder-list--main-menu,
        .ie7 .the-wonder-list--main-menu,
        .ie8 .the-wonder-list--main-menu,
        .ie9 .the-wonder-list--main-menu
        {
            z-index: 900;
        }

        .the-wonder-list--main-menu__item
        {
            overflow: hidden;

            background: url(https://cdn.cnn.com/cnn/interactive/2015/shows/the-wonder-list/media/images/main/gradMenu.png) left top repeat-y;
            background-size: 100% 68px;

            background: -webkit-linear-gradient(90deg, rgba(80, 80, 80, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
            background: -moz-linear-gradient(90deg, rgba(80, 80, 80, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
            background: -o-linear-gradient(90deg, rgba(80, 80, 80, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
            background: linear-gradient(90deg, rgba(80, 80, 80, 0.6) 0%, rgba(0, 0, 0, 0) 55%);

            border-bottom: 1px transparent solid;
            border-bottom: 1px rgba(255, 255, 255, 0.1) solid;

            font-size: 22px;
            font-weight: 200;
            color: #a6a6a6;

            list-style: none;

            padding: 0;
            margin: 0;
            height: 68px;
            opacity: 0.3;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        }

        .the-wonder-list--main-menu__item__thumbnail
        {
            display: block;

            background: #000 url(https://cdn.cnn.com/cnn/interactive/2016/shows/the-wonder-list/media/images/main/menuIcons.jpg) no-repeat center top;
            background-size: 160px 420px;

            vertical-align: top;

            height: 66px;
            width: 120px;
            margin-top: 1px;

            float:left;

            margin-right: 12px;
            opacity:0.7;
        }

        .the-wonder-list--main-menu__item__title,
        .the-wonder-list--main-menu__item__number
        {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.1rem;
        }

        .the-wonder-list--main-menu__item__number
        {
            font-weight: 200;
            color: #737373;
        }

        .the-wonder-list--main-menu__item__title
        {
            font-weight: 400;
        }

        .the-wonder-list--main-menu__item.active
        {
            cursor: pointer;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(enabled = false)";
            filter: none;
        }

        .the-wonder-list--main-menu__item.active:hover
        {
            background-size: 0%;
            color: #ffffff;

            background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
            background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
            background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
        }

        .the-wonder-list--main-menu__item.active:hover .the-wonder-list--main-menu__item__thumbnail
        {
            width: 160px;
            opacity: 1;
        }

            .location-01 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center 0;
            }

            .location-02 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -70px;
            }

            .location-03 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -140px;
            }

            .location-04 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -210px;
            }

            .location-05 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -280px;
            }

            .location-06 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -350px;
            }

            .location-07 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -420px;
            }

            .location-08 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -490px;
            }

            .location-09 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -560px;
            }

            .location-10 .the-wonder-list--main-menu__item__thumbnail
            {
                background-position: center -630px;
            }




        .the-wonder-list--stage:after
        {
            content: " ";
            display: block;
            position: absolute;

            background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));

            height: 400px;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
        }


        .the-wonder-list--earth
        {
            overflow: hidden;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            bottom: 0;
            z-index: 2;
            min-height: 900px;
        }

        .the-wonder-list.section-open .the-wonder-list--earth:before
        {
            content: " ";
            display: block;
            position: absolute;

            background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
            background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
            background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);

            width: 100%;
            height: 30%;
            bottom: 0;
        }

        .ie6 .the-wonder-list.section-open .the-wonder-list--earth,
        .ie7 .the-wonder-list.section-open .the-wonder-list--earth,
        .ie8 .the-wonder-list.section-open .the-wonder-list--earth,
        .ie9 .the-wonder-list.section-open .the-wonder-list--earth
        {
            display: none;
        }



        /*#cnnE_desc
        {
            width: 400px;
            display: block;
            margin: auto;
        }

    #TWL_Timer{position: absolute;
text-align: center;
font-size: 24px;top: -60px;
line-height: 22px;font-weight: 800; width:220px;
}
#TWL_TimeLabels{font-size: 14px; line-height: 14px;}
#TWL_Timer>div>b{
    font-size: 12px;
font-weight: 100;
text-transform: uppercase;
margin: 4px;
}
*/




            .the-wonder-list--section--container
            {
                position: relative;
                width: 100%;
                padding-top: 40px;
            }

            .the-wonder-list--location
            {
                position: relative;
                margin: 0 auto;
                width: 680px;

                margin-bottom: 60px;

                /*height: 220px;
                position: absolute;
                top: 45%;
                left: 50%;
                margin-left: -310px;
                margin-top: -110px;*/
            }

            .the-wonder-list--location__map
            {
                width: 220px;
                height: 220px;
                border: 2px #ffffff solid;
            }

            .the-wonder-list--location--description
            {
                /*overflow: auto;*/
                position: absolute;
                top: 0;
                right: 0;
                left: 240px;
                bottom:0;
            }

            .cnnE_title
            {
                text-transform: uppercase;
                font-weight: normal;
                font-size: 24px;
                letter-spacing: 0.175em;
                line-height: 1.3em;
                font-weight: 700;
                margin-bottom: 2px;

            }

            .cnnE_subtitle
            {
                font-weight: normal;
                font-size: 20px;
                line-height: 1.3em;
                margin-bottom: 15px;
            }

            .cnnE_description
            {
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
            }

            #cnnE_features
            {
                display: block;
                position: relative;
                background: rgba(0, 0, 0, 0.5);
                padding: 0px 20px;

                height: 250px;
                width: 100%;
            }

            .cnnE_features_vertical
            {
                position: absolute;
                bottom: 0px;
                background: black;
                width: 20%;
                height:100%;
                right:10%;
            }

            .cnnE_features_vertical>div
            {
                height: 33%;
                background-size: cover;
                background-position: center center;
            }

            .the-wonder-list--features__item
            {
                cursor: pointer;
                position: absolute;
                overflow: hidden;

                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;

                height: 100%;
                left: 0;
                top: 0;
                transform: scale(1);
                opacity: 1;

                -webkit-transition: all 300ms ease-in-out;
                   -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                     -o-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
            }

                .the-wonder-list--features__item__img
                {
                    display: none;
                    position: absolute;
                }

                .ie6 .the-wonder-list--features__item,
                .ie7 .the-wonder-list--features__item,
                .ie8 .the-wonder-list--features__item
                {
                    background-position: top left;
                }



            .the-wonder-list--features__item:after
            {
                content: " ";
                display: block;
                position: absolute;

                background: rgba(0, 0, 0, 0.3);
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;

                -webkit-transition: all 300ms ease-in-out;
                   -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                     -o-transition: all 300ms ease-in-out;
                        transition: all 300ms ease-in-out;
            }


            .the-wonder-list--features__item:hover
            {
                -webkit-transform: scale3d(1.1,1.1,1);
                z-index: 100;
            }

            .the-wonder-list--features__item:hover:after
            {
                background: rgba(0, 0, 0, 0);
            }

            .the-wonder-list.media-open .the-wonder-list--features__item
            {
                -webkit-transform: translate(0, 50px);
                transform: translate(0, 50px);
            }

                .the-wonder-list.media-open .the-wonder-list--features__item:nth-child(1)
                {
                    -webkit-transition-delay: 100ms;
                       -moz-transition-delay: 100ms;
                        -ms-transition-delay: 100ms;
                         -o-transition-delay: 100ms;
                            transition-delay: 100ms;
                }

                .the-wonder-list.media-open .the-wonder-list--features__item:nth-child(2)
                {
                    -webkit-transition-delay: 200ms;
                       -moz-transition-delay: 200ms;
                        -ms-transition-delay: 200ms;
                         -o-transition-delay: 200ms;
                            transition-delay: 200ms;
                }

                .the-wonder-list.media-open .the-wonder-list--features__item:nth-child(3)
                {
                    -webkit-transition-delay: 300ms;
                       -moz-transition-delay: 300ms;
                        -ms-transition-delay: 300ms;
                         -o-transition-delay: 300ms;
                            transition-delay: 300ms;
                }



                /*  ==============================
                 *  Content
                 *  ============================== */

                .the-wonder-list--content
                {
                    display: block;
                    visibility: hidden;
                    position: absolute;

                    background: #1A1A1A;
                    /*background: rgba(0,0,0,0.9);*/

                    width: 100%;
                    height: 0%;
                    left: 0;
                    bottom: 0;

                    -webkit-transition: all 300ms ease-in-out, visibility 0s 300ms;
                       -moz-transition: all 300ms ease-in-out, visibility 0s 300ms;
                        -ms-transition: all 300ms ease-in-out, visibility 0s 300ms;
                         -o-transition: all 300ms ease-in-out, visibility 0s 300ms;
                            transition: all 300ms ease-in-out, visibility 0s 300ms;

                    z-index: 1000;
                    opacity: 0.5;
                }

                .the-wonder-list.media-open .the-wonder-list--content
                {
                    -webkit-transition: all 300ms ease-in-out, visibility 0s 0s;
                       -moz-transition: all 300ms ease-in-out, visibility 0s 0s;
                        -ms-transition: all 300ms ease-in-out, visibility 0s 0s;
                         -o-transition: all 300ms ease-in-out, visibility 0s 0s;
                            transition: all 300ms ease-in-out, visibility 0s 0s;

                    visibility: visible;
                    height: 100%;
                    opacity: 1;
                }

                #cnnE_Cont>div.loading
                {
                    font-size: larger;
                }

                #cnnE_Cont>div.loading:before
                {
                    font-family: cnn-icons--legacy;
                    content: "\F135";
                }





#cnnE_gallerySlide{

width: 60%;
display: block;
height: 100%;
position: absolute;
top:0; left:0;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
background-color: black;
}

#cnnE_galleryData{

width: 40%;
display: block;
height: 100%;
bottom:24px; right:0;
position: absolute;
padding: 2%;
height: auto;
}

.cnnE_icon
{
    font-family: cnn-icons--legacy;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    width:35px;
    height: 35px;
    background-color: #404040;
    text-align: center;
}

.cnnE_simpleIcon
{
    display: block;
    position: absolute;
    text-align: left;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding: 10px 0;
    /*padding: 10px 10px 40px 40px;*/
    width: 100%;
    min-height: 50px;
    z-index: 10000;

    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));

    line-height: 1.4em;
}

    .the-wonder-list--features__item__text
    {
        display: block;
        position: absolute;
        padding: 0px 20px 0px 40px;
    }





    .ie6 .cnnE_simpleIcon,
    .ie7 .cnnE_simpleIcon,
    .ie8 .cnnE_simpleIcon,
    .ie9 .cnnE_simpleIcon
    {
        padding: 10px 10px 10px 40px;
    }


.cnnE_simpleIcon:before
{
    position: absolute;
    font-family: cnn-icons--legacy;
    font-size: 1.375rem;
    vertical-align: middle;
    left: 10px;
}

.cnnE_simpleIcon.video:before
{
    content : "\f13e";
    margin-right: 8px;
}

.cnnE_simpleIcon.gallery:before
{
    content : "\f13b";
    margin-right: 8px;
}


/*  ===============================
 *  Close Button
/*  =============================== */

.the-wonder-list--close-button
{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;

    background: #1A1A1A;

    font-size: 1.5em;
    line-height: 0.75em;
    padding: 8px;

    border-radius: 100%;
    border: 2px #444 solid;
    color: #444;

    transition: border 300ms, color 300ms;
}

.the-wonder-list--close-button:hover
{
    border: 2px #666 solid;
    color: #666;
}

.the-wonder-list--close-button:before
{
    content: "\f108";

    display: block;
    font-family: cnn-icons--legacy;
    text-align: center;
}






.cnnE_disabled{color:#333;border:solid 1px #333;}

#cnnE_iconNext,#cnnE_iconPrev{float: right; margin: 12px;}
#cnnE_galleryPC{color: #CCC; font-size: small; margin-bottom: 24px;}


div.cnnE_xt_body{padding: 2% 4%;}

#cnnE_readMore
{
    padding-right: 34%;
}

#cnnE_Cont>div.fscr
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;
}

.the-wonder-list--earth>img
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}



    /*  ======================================
     *  CNN The Wonder List CVP Styles
     *  ====================================== */

    .cvp-video
    {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .cvp-video object, .cvp-video video
    {
        display: block;
        position: absolute;
        height: 100% !important;
        width: 100% !important;
        left: 0;
        top: 0;
    }

    .cvp-video--placeholder
    {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    /*  ======================================
     *  CNN The Wonder List -- Navigation
     *  ====================================== */


    .the-wonder-list--nav
    {
        padding: 0px 30px;
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 1000;
    }

        .the-wonder-list--nav.mobile
        {
            position: absolute;
            visibility: hidden;
        }

        .the-wonder-list--nav.desktop
        {
            position: relative;
            visibility: visible;
        }


    .the-wonder-list--nav__btn
    {
        color: #a6a6a6;
        display: block;
        position: relative;
        cursor: pointer;

        margin: 6px;
        vertical-align: middle;
        white-space: nowrap;
        float: left;

        -webkit-transition: color 300ms;
           -moz-transition: color 300ms;
             -o-transition: color 300ms;
                transition: color 300ms;

    }

    .the-wonder-list--nav__btn:hover
    {
        color: #ffffff;
    }

    .the-wonder-list--nav__btn:before
    {
        font-family: cnn-icons--legacy;
        font-size: 1.375em;
        vertical-align: middle;
        margin-right: 6pt;
    }

    .the-wonder-list--nav__btn.back-to-section
    {
        overflow: hidden;
        margin-right: 0;
        margin-left: 0;
        width: auto;
        max-width: 0;

        -webkit-transition: all 300ms ease-in-out;
           -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
             -o-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
    }

    .the-wonder-list.media-open.section-open .the-wonder-list--nav__btn.back-to-section
    {
        max-width: 200px;
        margin-right: 12px;
    }

    .the-wonder-list--nav__btn.back-to-section:before
    {
        content: "\F102";
    }

    .the-wonder-list--nav__btn.all-locations:before
    {
        content: "\F11a";
    }

    /*  ======================================
     *  CNN The Wonder List -- Section
     *  ====================================== */

    .the-wonder-list--section
    {
        -webkit-transition: all 300ms ease-in-out, visibility 0s 1s;
           -moz-transition: all 300ms ease-in-out, visibility 0s 1s;
            -ms-transition: all 300ms ease-in-out, visibility 0s 1s;
             -o-transition: all 300ms ease-in-out, visibility 0s 1s;
                transition: all 300ms ease-in-out, visibility 0s 1s;

        position: absolute;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        top: 0;

        z-index: 300;

    }

    .the-wonder-list.section-open .the-wonder-list--section
    {
        -webkit-transition: all 300ms ease-in-out 500ms, visibility 0s 0s;
           -moz-transition: all 300ms ease-in-out 500ms, visibility 0s 0s;
            -ms-transition: all 300ms ease-in-out 500ms, visibility 0s 0s;
             -o-transition: all 300ms ease-in-out 500ms, visibility 0s 0s;
                transition: all 300ms ease-in-out 500ms, visibility 0s 0s;

        visibility: visible;
        opacity: 1;
    }

    .the-wonder-list.media-open .the-wonder-list--section
    {
        -webkit-transition: all 600ms ease-in-out, visibility 0s 600ms;
           -moz-transition: all 600ms ease-in-out, visibility 0s 600ms;
            -ms-transition: all 600ms ease-in-out, visibility 0s 600ms;
             -o-transition: all 600ms ease-in-out, visibility 0s 600ms;
                transition: all 600ms ease-in-out, visibility 0s 600ms;

        visibility: hidden;
        opacity: 0;
    }

    .the-wonder-list--section__read-description
    {
        display: inline-block;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.3em;
        text-transform: uppercase;
        letter-spacing: 0.125em;
        font-weight: 500;
        color: #a6a6a6;

        transition: color 300ms;
    }

    .the-wonder-list--section__read-description:hover
    {
        color: #FFF;
    }

    /*  ======================================
     *  CNN The Wonder List media styles
     *  ====================================== */

    .the-wonder-list--body
    {
        display: block;
        position: relative;
        padding: 20px 10px 0;
    }

    .the-wonder-list--content--header
    {
        display: block;
        position: relative;
        background: #1A1A1A;
        height: 55px;
        width: 100%;
        padding: 0 30px;
    }

        .the-wonder-list--content--header__number
        {
            display: inline-block;
            font-size: 1.2em;
            line-height: 55px;
            color: #D9D9D9;
            font-weight: 200;
            margin-right: 8px;
        }

        .the-wonder-list--content--header__title
        {
            display: inline-block;
            font-size: 1.2em;
            line-height: 55px;
            color: #FFFFFF;

            text-transform: uppercase;

            font-weight: 800;
        }

    .the-wonder-list--block
    {
        padding: 0 60px 0 30px;
        max-width: 65%;
        float: left;
    }

    .the-wonder-list--media
    {
        display: block;
        position: relative;
        padding: 0 10px;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

        .the-wonder-list--media__full-width
        {
            display: block;
            position: relative;
            /*padding: 0 10px;*/
            width: 100%;
            max-width: 1500px;
            margin: 0 auto;
        }

    .the-wonder-list--media__video
    {
        margin-bottom: 10px;
    }

    .the-wonder-list__title
    {
        font-size: 1.2rem;    /* 28px */
        line-height: 1.5em;
        font-weight: 300;

        margin-bottom: 5px;
    }

    .the-wonder-list__subtitle
    {
        font-size: 1rem;    /* 18px */
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .the-wonder-list__paragraph
    {
        font-size: 0.875rem;    /* 18px */
        line-height: 1.6em;
        margin-bottom: 2em;
    }

        .the-wonder-list__paragraph.about--read-more
        {
            font-weight: 800;
            transition: color 300ms;
        }

        .the-wonder-list__paragraph.about--read-more:hover
        {
            color: white;
        }



    /*  ========================================
     *  CNN The Wonder List feature list styles
     *  ======================================== */

    .the-wonder-list--releated
    {
        display: block;
        position: relative;

        float: left;
        width: 35%;
        max-width: 320px;
    }

    .the-wonder-list--releated__item
    {
        display: block;
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .the-wonder-list--releated__item__img
    {
        position: relative;
        width: 100%;
    }

    .the-wonder-list--releated__item__title
    {
        position: relative;
        padding: 5px;
        bottom: 0;
    }

    .the-wonder-list--releated__item__icon
    {
        display: block;
        position: absolute;

        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));

        text-transform: uppercase;
        letter-spacing: 0.125em;
        font-size: 0.65rem;
        font-weight: 500;
        padding: 8px;

        height: 4em;
        width: 100%;
        z-index: 300;
    }

    .the-wonder-list--releated__item:hover>.the-wonder-list--releated__item__icon
    {
        color: #FFF;
    }

    .the-wonder-list--releated__item__icon:before
    {
        position: relative;
        font-family: cnn-icons--legacy;
        font-size: 1rem;
        margin-right: 3px;
        top: -1px;
        vertical-align: middle;
    }

    .the-wonder-list--releated__item__icon.video:before
    {
        content: "\f13e";
    }

    .the-wonder-list--releated__item__icon.gallery:before
    {
        content: "\f13b";
    }

    .the-wonder-list--releated__item__icon.essay:before
    {
        content: "\f121";
    }







    .cnn-interactive--bottom-ad
    {
        position: relative;
        padding: 30px 0;
    }

    .cnn-ad-rocketeer.center
    {
        text-align: center;
    }

    .cnn-ad-rocketeer.right
    {
        text-align: right;
    }

    .xtLoad
    {
        cursor: pointer;
    }

    .the-wonder-list--gallery
    {
        display: block;
        width: 68%;

        float: left;
    }

    .the-wonder-list--gallery--info
    {
        position: static;
        display: block;
        height: 100%;
        width: 30%;
        top: 0;

        min-height: 360px;

        float: right;
    }

    .the-wonder-list--gallery--info__title
    {
        font-size: 1.5em;
        margin-bottom: 0.5em;
        font-weight: 200;
    }

    .the-wonder-list--gallery--info__progress
    {
        display: block;
        position: absolute;
        color: #666666;
        font-size: 0.8em;
        margin-top: 10px;
        font-style: italic;

        bottom: 0px;
    }

        .the-wonder-list--gallery--nav
        {
            position: absolute;
            right: 10px;
            bottom: 0;
        }

            .the-wonder-list--gallery--nav__btn
            {
                display: inline-block;
                font-family: cnn-icons--legacy;
                cursor: pointer;
                position: relative;
                background: #1A1A1A;

                font-size: 1.1em;
                line-height: 40px;
                font-weight: 200;

                width: 40px;
                height: 40px;
                border-radius: 100%;
                border: 2px #DADADA solid;
                color: #DADADA;

                margin-left: 5px;

                transition: border 300ms, color 300ms;
            }

            .the-wonder-list--gallery--nav__btn:hover
            {
                border: 2px #FFFFFF solid;
                color: #FFFFFF;
            }

                .the-wonder-list--gallery--nav__btn:before
                {
                    display: block;
                    position: relative;
                    text-align: center;
                    margin-top: -1px;
                }

                .the-wonder-list--gallery--nav__btn.next:before
                {
                    content: "\f105";
                    margin-left: 1px;
                }

                .the-wonder-list--gallery--nav__btn.prev:before
                {
                    content: "\f102";
                    margin-left: -1px;
                }

        .the-wonder-list--gallery__item__image
        {
            position: relative;
            width: 100%;
        }


    /*  ========================================
     *  Mobile Breakpoint
     *  ======================================== */



    @media screen and (max-width:720px)
    {
        .the-wonder-list--gallery--nav
        {
            position: fixed;
            right: 10px;
            top: 10px;
        }

        .the-wonder-list--gallery
        {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

        .the-wonder-list--gallery--info
        {
            position: relative;
            display: block;
            height: auto;
            width: 100%;
        }

        .the-wonder-list--gallery--info__progress
        {
            right: 10px;
            top: 0;
        }


        .the-wonder-list--entitlement
        {
            position: relative;
            text-align: center;
            left: 0;
        }


        .the-wonder-list--content--header
        {
            padding: 0 20px;
        }




        .the-wonder-list--earth
        {

            pointer-events: auto;
            display: block;
            width: 100%;
            position: relative;
            min-height: 250px;
            height: 250px;
        }

        .the-wonder-list--earth>img
        {
            position: relative;
            right: 0;
            bottom: 0;
            width: 60%;
            display: block;
            margin: auto;
        }

        .the-wonder-list.section-open .the-wonder-list--earth:before
        {
            display: none;
        }

        #main{background-image: url(https://cdn.cnn.com/cnn/interactive/2015/shows/the-wonder-list/media/images/main/mobile/starfield2.jpg); }

        .the-wonder-list--header__logo
        {
            display:none;
        }

        .the-wonder-list--header__logo.mobile
        {
            display:block;
            width:50%;
        }

        .the-wonder-list--about
        {
            width: 100%;
        }

        .the-wonder-list__paragraph.about--description
        {
            display: none;
        }


        .earth_full
        {
            position: relative;
            min-height: 0;
            height: auto;
            margin-bottom: 22px;
        }
        #Earth_1
        {
            padding: 0;
            overflow: hidden;
        }

        .the-wonder-list--landing
        {
            padding: 0px 10px;
        }

        .the-wonder-list.section-open .the-wonder-list--landing
        {
            opacity: 0;
        }

        .the-wonder-list--nav
        {
            padding: 10px 10px;
        }

        .the-wonder-list--nav__btn
        {
            font-size: 0.9em;
        }

            .the-wonder-list--nav.mobile
            {
                position: relative;
                visibility: visible;
                background: rgba(0, 0, 0, 0.9);
                border-top: 1px rgba(255, 255, 255, 0.1) solid;
            }

            .the-wonder-list--nav.desktop
            {
                position: absolute;
                visibility: hidden;
            }

            .the-wonder-list.media-open .the-wonder-list--nav.mobile
            {
                position: fixed;
                bottom: 0;
                left: 0;
                z-index: 999999;
            }

        .the-wonder-list.section-open .the-wonder-list--landing
        {
            display: none;
        }

        .the-wonder-list--section
        {
            display: none;
            position: relative;
        }

        .the-wonder-list.section-open .the-wonder-list--section
        {
            display: block
        }




        .the-wonder-list--main-menu
        {
            width:100%;
        }
        .the-wonder-list--main-menu__item
        {
            font-size: 16px;
            height: 52px;
        }

        .the-wonder-list--main-menu__item__thumbnail
        {
            width: 90px;
            height: 50px;
            opacity: 1;
        }

        .the-wonder-list .hid
        {
            height: 0!important;
        }

        #cnnE_features,
        #cnnE_descContainer
        {
            position: relative;
            padding: 0;
        }

        .the-wonder-list--section--container
        {
            padding: 10px 0;
        }

        /*#TWL_Timer{position: relative; width:100%;}*/

        .the-wonder-list--location
        {
            width: 100%;
            margin-bottom: 20px;
            /*height: auto;
            position: relative;
            top: auto;
            left: auto;
            margin-left: auto;
            margin-top: auto;*/
        }

        .the-wonder-list--location__map
        {
            display: none;
            /*margin: 0 auto;
            width: 40%;
            max-width: 300px;
            height: auto;
            margin-bottom: 20px;*/
        }

        .the-wonder-list--location--description
        {
            position: relative;
            top: 0;
            right: 0;
            left: 0;
            bottom: auto;
            overflow: visible;
            margin-bottom: 12px;
            padding: 0 20px;
        }

        .cnnE_title, .cnnE_subtitle
        {
            text-align: center;
        }


        #cnnE_features
        {
            bottom: auto;
            background: black;
            width: 100%;
            height: auto;
            /*padding: 0px 20px;*/
        }

        .the-wonder-list--features__item
        {
            display: block;
            position: relative;
            cursor: pointer;

            width: 100% !important;
            height: 150px;

            margin-bottom: 10px;

            left: 0 !important;
        }

        .the-wonder-list--features__item:hover
        {
            -webkit-transform: none;
        }



        #cnnE_footerNav
        {
            position: relative;
            bottom: auto;
            left: 0;
            z-index: 1000;
        }

        /*#cnnE_features>div:after
        {
            content: "";
            display: block;
            padding-top: 30%;
        }*/


        #cnnE_gallerySlide
        {
            width: 100%;
        }

        .the-wonder-list--gallery
        {
            float: none;
        }

        .the-wonder-list--gallery--info
        {
            float: none;
            min-height: none;
        }


        .the-wonder-list--content
        {
            overflow-y: scroll;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            min-height: 100%;
            z-index: 9000;
            padding-bottom: 60px;
        }

        .the-wonder-list.media-open
        {
            overflow-y: noscroll;
        }

        #cnnE_galleryData
        {
            width: 100%;
        }

        #cnnE_galleryData>p
        {
            font-size: 12px;
            line-height: 14px;
        }

        #cnnE_gallerySlide
        {
            background-position: center 60px;
            background-position-x: center;
            background-position-y: 60px;
        }
    }

            /*  ========================================
             *  Wrapping Breakpoint for About This Show
             *  ======================================== */


            @media screen and (max-width: 40rem)
            {
                .the-wonder-list--block
                {
                    padding: 10px;
                    max-width: 100%;
                }

                .the-wonder-list--releated
                {
                    display: block;
                    position: relative;
                    float: none;
                    width: 100%;
                    max-width: none;
                    padding: 0;
                }

                .the-wonder-list--releated__item
                {
                    float: left;
                    max-width: 50%;
                    padding-right: 10px;
                }

            }



@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx)
{
    .cnn-interactive--navigation__logo
    {
        background: #CC0000 url('https://cdn.cnn.com/cnn/interactive/2015/shows/the-wonder-list/media/assets/cnn-logo@2x.png') no-repeat center center;
        -webkit-background-size: 44px 20px;
           -moz-background-size: 44px 20px;
             -o-background-size: 44px 20px;
                background-size: 44px 20px;
    }

}



