body {
    margin: 0;
    padding: 0;
    font-family: 'wf_SegoeUILight';
}

ul,ol,li {
    list-style-type: none;
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.no-overflow {
    overflow: hidden;
}

#ticket-shop {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 5;
    display: none;
}

    #ticket-shop-close {
        position: absolute;
        top: 60px;
        right: 40px;
        border: solid 2px #FFF;
        border-radius: 50%;
        font-size: 22px;
		line-height: 1px;
        padding: 20px;
		height: 10px;
		width: 10px;
        font-weight: bold;
        color: #FFF;
        cursor: pointer;
		text-align: center;
    }

    #ticket-shop-close:hover,
    #ticket-shop-close:focus,
    #ticket-shop-close:active {
        background-color: #FFF;
        color: #000;
    }

    #ticket-shop iframe {
        border: none;
        overflow-x: hidden;
        overflow-y: scroll;
		min-height: 600px;
        height: 100%;
    }
    
.button-red {
    font-family: 'wf_SegoeUIBold';
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: url('../img/play_icon.png') #e10d04 no-repeat;
    background-position: right center;
    border: solid 2px #e10d04;
    line-height: 63px;
}

    .button-red:hover {
        color: #e10d04;
        background: url('../img/play_icon2.png') #fff no-repeat;
        background-position: right center;
        border: solid 2px #e10d04;
    }

.button-red a {
    padding: 18px 55px 18px 21px;
    color: inherit;
    text-decoration: inherit;
}

#page-header {
    height: 42px;
    text-align: left;
}
    
    #page-header #microsoft-logo {
        height: 19px;
        width: 89px;
        margin: 10px 0 0 0;
        text-indent: -9999px;
        background: url('../img/microsoft-logo.svg') no-repeat left center;
        background-size: 89px 19px;
        display: inline-block;
        float: left;
    }
    
#cover-header {
    background: url('../img/cover.png') no-repeat center center;
    background-size: cover;
    height: 336px;
    text-align: center;
}

    #cover-header hgroup {
        width: 343px;
        display: inline-block;
    }
    
    h1#logo {
        text-indent: -9999px;
        width: 343px;
        height: 146px;
        background: url('../img/logo.png') no-repeat;
        display: inline-block;
        margin: 80px 0 10px 0;
        background-size: cover;
    }

    h2#slogan {
        text-indent: -9999px;
        width: 264px;
        height: 17px;
        background: url('../img/slogan.png') no-repeat;
        display: inline-block;
        margin: 0;
        background-size: cover;
    }
    
#introduction {
    text-align: center;
    margin-bottom: 125px;
}

    #introduction h2 {
        width: 750px;
        font-weight: normal;
        font-size: 36px;
        display: inline-block;
        margin: 90px 0 45px 0;
        color: #7c7b7b;
    }

#messages {
    overflow: auto;
}

    #messages section {
        width: 390px;
        float: left;
        color: #FFF;
    }
    
    #messages section:nth-child(2) {
        margin: 0 15px 0 15px;
    }
    
    #messages section div {
        padding: 25px 35px 35px 35px;
    }

    #messages .yellow-background {
        background-color: #fab719;
    }

    #messages .blue-background {
        background-color: #1e73b9;
    }

    #messages .green-background {
        background-color: #0f7e34;
    }

    #messages section img {
        margin: 0;
    }
    
    #messages section h1 {
        font-size: 45px;
        font-weight: normal;
        margin: 0 0 5px 0;
    }
    
    #messages section p {
        font-size: 18px;
        margin: 0;
    }

#flashback {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 160px;
    color: #080808;
}
    
    #flashback p {
        margin: 0;
    }
    
    #flashback a {
        color: #e51225;
    }

    #flashback a:hover, 
    #flashback a:active, 
    #flashback a:focus {
        text-decoration: none;
    }

	#flashback p.exhibitor {
		margin-top: 30px;
	}



#meta, #metanavigation, #metanavigation ul, #metanavigation a, #search, fieldset {
    margin: 0;
    padding: 0;
}
    
#meta {
    font-family: 'wf_SegoeUILight', 'Segoe UI Light', 'Segoe UI', Arial, sans-serif;
    float: right;
    font-size: 12px;
}

#metanavigation {
    width: 300px;
    margin-top: 10px;
}

#metanavigation ul {
    float: right;
    border: 0 none;
    padding: 0;
}

#metanavigation li {
    float: left;
    border-right: 1px solid #000;
    padding: 0 0.5em 0 0;
}

#metanavigation li.noborder {
    padding: 0 0.5em 0;
    border-right: 0 none;
}

#metanavigation li a {
    float: left;
    font-size: 95%;
    color: #000;
    text-decoration: none;
}

#metanavigation li a:hover {
    text-decoration: underline;
}

.hidden {
    position: absolute;
    left: -999em;
    top: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

#search {

}

#search form {
    position: relative;
}

.watermark {
    font-style: normal;
    color: #666;
}

input, label {
    vertical-align: middle;
}

div #header-search-input-div {
    z-index: 1;
    border: 1px solid #aaa;
    position: relative;
    width: 242px;
    right: 104px;
    display: block;
    height: 30px;
    top: -5px;
    background-color: #fff;
}

#header_search_img_web {
    z-index: 2;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 0px;
}

#header_search_img_bing {
    position: absolute;
    cursor: pointer;
    right: -44px;
    top: 0px;
}

div #header-search-input {
    z-index: 2;
    border: 0px;
    position: relative;
    width: 214px;
    height: 29px;
    line-height: 30px;
    left: 4px;
    font-family: 'wf_SegoeUILight', 'Segoe UI Light', 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    right: 0;
    padding: 0px;
    margin-top: -14px;
    vertical-align: top;
}

#sitemap_page #footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#footer {
    width: 100%;
    background-color: #1f73b9;
    font-size: 12px;
    color: #FFF;
    padding: 10px 0 10px 0;
    overflow: auto;
    text-align: center;
}

#footer ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#footer ul li {
    display: inline-block;
    border-left: solid 1px #FFF;
    float: left;
    padding: 0 5px 0 5px;
}

#footer ul li:first-child,
#footer ul li:last-child {
    border: none;
}

#footer ul li:last-child {
    font-weight: bold;
}

#footer ul li a {
    color: inherit;
    text-decoration: none;
}

#footer ul li a:hover, 
#footer ul li a:focus, 
#footer ul li a:active {
    text-decoration: underline;
}

#footer .footerlistlogo {
    display: none;
}

#sitemap {
    text-align: left;
}

#sitemap li {
    list-style: square;
    font-weight: normal;
    color: #0078d7;
}

#sitemap li a {
    color: inherit;
}

    #sitemap li a:hover, 
    #sitemap li a:focus, 
    #sitemap li a:focus {
        text-decoration: none;
    }



@font-face {
    font-family: 'wf_SegoeUILight';
    src: url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot');
    src: url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot?#iefix') format('embedded-opentype'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.woff') format('woff'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.ttf') format('truetype'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}
    
@font-face {
    font-family: 'wf_SegoeUIBold';
    src: url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.eot');
    src: url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.eot?#iefix') format('embedded-opentype'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.woff') format('woff'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.ttf') format('truetype'),
    url('http://i.s-microsoft.com/fonts/Segoe-UI/West-European/Bold/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

    @media screen and (max-width: 1280px) {
        .wrap {
            width: 960px;
        }
        
        #messages section {
            width: 310px;
        }
        
        #messages section img {
            width: 310px;
        }
    
        #messages section h1 {
            font-size: 35px;
        }

        #messages section p {
            font-size: 14px;
        }
        
        .button-red {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 1024px) {
        .wrap {
            width: 660px;
        }
        
        #messages section {
            width: 210px;
        }
        
        #messages section img {
            width: 210px;
        }
    
        #messages section h1 {
            font-size: 18px;
        }

        #messages section p {
            font-size: 12px;
        }
        
        #introduction h2 {
            width: 540px;
            font-size: 26px;
        }
    }

    @media screen and (max-width: 680px) {
        .wrap {
            width: 100%;
        }
        
        #cover-header {
            height: 170px;
        }
        
        #cover-header hgroup {
            width: 172px;
        }
    
        h1#logo {
            width: 172px;
            height: 73px;
            margin: 40px 0 5px 0;
        }

        h2#slogan {
            width: 142px;
            height: 9px;
        }
        
        #page-header #microsoft-logo {
            margin-left: 5px;
        }
        
        #messages section:nth-child(2) {
            margin: 0 0 20px 0;
        }
        
        #messages section {
            width: 100%;
            margin-bottom: 30px;
            box-sizing: border-box;
            padding: 0 10px 0 10px;
        }
        
        #messages section div {
            padding: 15px 25px 25px 25px;
        }
        
        #messages section img {
            width: 100%;
        }
    
        #messages section h1 {
            font-size: 28px;
        }

        #messages section p {
            font-size: 16px;
        }
        
        #introduction {
            margin-bottom: 75px;
            box-sizing: border-box;
            padding: 0 10px 0 10px;
        }
        
        #introduction h2 {
            width: 100%;
            font-size: 16px;
            margin: 45px 0 45px 0;
        }
        
        #flashback {
            font-size: 12px;
            margin-top: 35px;
            margin-bottom: 80px;
            box-sizing: border-box;
            padding: 0 10px 0 10px;
        }
        
        .button-red {
            font-size: 14px;
            line-height: 14px;
            width: 260px;
            text-align: left;
            display: inline-block;
        }
        
            .button-red a {
                padding: 20px;
                color: inherit;
                text-decoration: inherit;
                text-align: left;
                display: block;
            }
    }

    @media screen and (max-width: 535px) {
        #page-header {
            height: 84px;
        }
        
            #page-header #microsoft-logo {
                width: 90%;
            }
        
        #metanavigation ul {
            display: none;
        }
        
        #header-search-input {
            margin-top: 0px !important;
        }
        
        #header-search-input-div {
            right: 0px !important;
        }
    }