@charset "UTF-8";
/* CSS Document */

/* Helpers and base rules */

:focus {
	outline: 0px;
	}

img	{
	display: inline;
	border: 0;
	}
	
* {
    margin: 0;
    padding: 0;
}

/* Primary layout divisions */

html, body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #fff;
	font-size: 62.5%;
	font-family: "sofia-pro", helvetica, arial, sans-serif;
	height: 100%;
}

body {
	background: #eee;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header-outer {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 290px;
	color: #fff;
	background: #000;
	text-align: left;
}
	
#header-inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 860px;
	height: 290px;
	color: #fff;
	background: transparent;
	text-align: left;
}	
	
#body-outer {
	min-height: 100%;
	padding: 0;
	padding-bottom: 40px;   /* Height of the footer */
}
	
#body-inner {
	margin: 0 auto;
	position: relative;
	height: 100%;
	color: #000;
	text-align: left;
	min-height: 100%;
	width: 860px;
	padding: 40px 0;
}

#footer-outer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #000;
}
	
#footer-inner {
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
	width: 860px;
	color: #fff;
	font: 2em "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
}	
	
/* Header */
	
#logo {padding: 50px 0 0 90px;}

#header-inner h1 {
	font: 2.4em "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
	color: #fff;
	background: transparent;
	padding: 40px 0 4px 0;
	margin: 0;
	text-align: center;
	text-transform: none;
}	

/* Navigation */

#navigation {
	border-top: 1px solid #fff;
	position: absolute;
	top: 250px;
	width: 860px;
	padding: 0;
}

.dropbtn-entertainment, .dropbtn-consumer, .dropbtn-corporate, .dropbtn-about {
    background-color: #000;
    color: white;
    font: 2.4em "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
    border: none;
	height: 32px;
	padding: 7px 18px 0 18px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.dropdown:hover .dropbtn-entertainment, .dropdown:hover .dropbtn-consumer, .dropdown:hover .dropbtn-corporate, .dropdown02:hover .dropbtn-about  {background: #333;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown02 {
    position: absolute;
    display: inline-block;
	right: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background:rgba(51,51,51,0.9);
	background: #333\9; /* IE8 and below */
    min-width: 255px;
	padding-bottom: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
}

.dropdown-content a {
	font: 2.4em "sofia-pro", helvetica, arial, sans-serif;
    color: #fff;
    padding: 5px 18px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropbtn-entertainment, .dropdown-content a#entertainment-on, .dropdown-content a.entertainment:hover {color: #ff5500;}
.dropdown:hover .dropbtn-consumer, .dropdown-content a#consumer-on, .dropdown-content a.consumer:hover {color: #d91e99;}
.dropdown:hover .dropbtn-corporate, .dropdown-content a#corporate-on, .dropdown-content a.corporate:hover {color: #1798fb;}
.dropdown02:hover .dropbtn-about {color: #fdb814;}

.dropdown:hover .dropdown-content {display: block;}

/* Content */

div.capty-caption {
	background-color: #000;
	color: #fff;
	font: 2.4em "sofia-pro", helvetica, arial, sans-serif;
	font-weight: normal;
	padding-left: 18px;
	padding-top: 8px;
	text-shadow: 1px 1px 0 #222;
	}
	
/* Safari only override */
    ::i-block-chrome,div.capty-caption {
     font-weight: bold;
    }

.homepage-thumbnail {
	border: 1px solid #000;
	margin: 0 0 40px 0;
}

#text {
	padding-top: 85px;
	text-align: left;
}

/* Thumbnail slider */

#slider-outer {
	position: relative;
	top: 1px;
	left: 1px;
}

.alt {
	display: none;
	font: 1.1em/1.3em "sofia-pro", helvetica, arial, sans-serif;    
	font-weight: 400;    
	font-style: normal;
	}

.bx-pager a {
	background: url("../images/bt_bullet.png") no-repeat 0 -10px; 
	background: url("../images/bt_bullet_02.png") no-repeat 0 -10px\9; /* IE8 and below */
	background-size: 10px;
	height: 10px;
	width: 10px;
	display:block;
}

.bx-prev {
	position: absolute;
	width: 19px;
	height: 28px;
	text-indent: -999999px;
	background: url("../images/bt_previous.png") no-repeat 0 -28px;
	background-size: 28px;
	}

.bx-next {
	position: absolute;
	width: 19px;
	height: 28px;
	text-indent: -999999px;
	background: url("../images/bt_next.png") no-repeat -9px -28px;
	background-size: 28px;
	}

#slider-inner {
	padding: 0;
	width: 858px;
	position: relative;
	text-align: center;
}

#sliderbackground {
	position: absolute;
	top: 40px;
	left: 0;
	width: 860px;
	z-index: 0;
	background: #000;
	}

/* Footer */

#copyright {
	float: left;
	display: block;
	width: 200px;
	margin: 0;
}

#footer-links {
	position: absolute;
	display: block;
	width: 660px;
	text-align: right;
	margin: 0;
	right: 0;
}

a.entertainment-footer-link, a.consumer-footer-link, a.corporate-footer-link, a.about-footer-link {
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	background: transparent;				
}				
				
a.entertainment-footer-link:hover {color: #ff5500;}
a.consumer-footer-link:hover {color: #d91e99;}
a.corporate-footer-link:hover {color: #1798fb;}
a.about-footer-link:hover {color: #fdb814;}
	
/* Typography */	

h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 3.4em;
	font-family: "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 30px 0 0 0;
	color: #000;
	font-size: 3em;
	font-family: "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 600;
}

h2.first {padding: 10px 0 0 0;}

p, ul, dl {
	margin: 0;
	padding: 10px 0 0 0;
	color: #000;
	font-size: 2.4em;
	font-family: "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
}

li {
	margin: 0 0 10px 40px;
	padding: 0 0 0 20px;
}

li.last {margin: 0 0 0 40px;}

dt, dd {
	padding: 0;
	margin: 0 0 10px 0;
}

dd.last {margin: 0;}

a.entertainment-link {
	font-weight: 400;
	text-decoration: none;
	color: #ff5500;
	background: transparent;	
}

a.entertainment-link:hover {color: #000;}

a.corporate-link {
	font-weight: 400;
	text-decoration: none;
	color: #1798fb;
	background: transparent;	
}

a.about-link {
	font-weight: 400;
	text-decoration: none;
	color: #f8a415;
	background: transparent;	
}

a.corporate-link:hover, a.about-link:hover {color: #000;}

.date {color: #808080;}

.bold {font-weight: 600;}

/* About page elements */

.about-content {padding: 0 18px 30px 18px;}

.about-divider {
	padding: 0 0 30px 0;
	border-top: 1px solid #000;
	font-size: 0.1em;
	height: 1px;
}
	
/* Full size navigation elements */

#full-size-header-outer {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 50px;
	color: #fff;
	background: #000;
	text-align: left;
}
	
#full-size-header-inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 50px;
	color: #fff;
	background: transparent;
	text-align: left;
}			

#full-size-header-left {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
	height: 50px;
	font-size: 2.4em;
	font-family: "sofia-pro", helvetica, arial, sans-serif;
	line-height: 50px;
}

#full-size-header-right {
	height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
} 

#full-size-body-outer {
	min-height: 100%;
	padding: 0;
	padding-bottom: 40px;   /* Height of the footer */
}
	
#full-size-body-inner {
	margin: 0 auto;
	position: relative;
	height: 100%;
	color: #000;
	min-height: 100%;
	text-align: center;
}

#full-size-body-inner img {
	width:auto; /* IE8 and below */
	width:100%;
	height: auto;
}

#full-size-footer-inner {
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
	color: #fff;
	font: 2em "sofia-pro", helvetica, arial, sans-serif;
	font-weight: 400;
}

#alt-content p {
	padding: 40px 0 0 0;
	color: #fff;
}

#alt-content a.entertainment-link:hover {color: #fff;}

a.entertainment-header-link, a.consumer-header-link, a.corporate-header-link {
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	background: transparent;	
}

a.entertainment-header-link:hover	{color: #ff5500;	}
a.consumer-header-link:hover	{color: #d91e99;	}
a.corporate-header-link:hover	{color: #1798fb;	}

#previous	{
	position: absolute;
	top: 17px;
	width: 16px;
}
		
#full-size-bullet01, #full-size-bullet02, #full-size-bullet03, #full-size-bullet04, #full-size-bullet05, #full-size-bullet06, #full-size-bullet07	{
	position: absolute;
	top: 21px;
	width: 13px;
}
		
#next	{
	position: absolute;
	top: 17px;
	right: 28px;
	width: 16px;
}
		
#return	{
	position: absolute;
	top: 17px;
	right: 0;
	width: 16px;
}
		
.entertainment-prev-bt, .consumer-prev-bt, .corporate-prev-bt {
	position: absolute;
	width: 12px;
	height: 16px;
	text-indent: -999999px;
	background: url("../images/bt_previous_small.png") no-repeat 0 0;
	background-size: 16px;
}
	
.entertainment-prev-bt:hover {background-position: 0 -32px;}
.consumer-prev-bt:hover {background-position: 0 -48px;}
.corporate-prev-bt:hover {background-position: 0 -64px;}

.entertainment-next-bt, .consumer-next-bt, .corporate-next-bt {
	position: absolute;
	width: 12px;
	height: 16px;
	text-indent: -999999px;
	background: url("../images/bt_next_small.png") no-repeat -4px 0;
	background-size: 16px;
}
	
.entertainment-next-bt:hover {background-position: -4px -32px;}	
.consumer-next-bt:hover {background-position: -4px -48px;}
.corporate-next-bt:hover {background-position: -4px -64px;}				
		
a.entertainment-bullet-bt, a.entertainment-bullet-bt-on, a.consumer-bullet-bt, a.consumer-bullet-bt-on, a.corporate-bullet-bt, a.corporate-bullet-bt-on {
	width: 8px;
	height: 8px;
	display:block;
	padding: 0;
}
		
a.entertainment-bullet-bt, a.consumer-bullet-bt, a.corporate-bullet-bt {
	background: url("../images/bt_bullet_small.png") no-repeat 0 0;
	background-size: 8px;
}
	
a.entertainment-bullet-bt-on, a.entertainment-bullet-bt:hover, a.entertainment-bullet-bt-on:hover {
	background: url("../images/bt_bullet_small.png") no-repeat 0 -16px;
	background-size: 8px;
}

a.consumer-bullet-bt-on, a.consumer-bullet-bt:hover, a.consumer-bullet-bt-on:hover {
	background: url("../images/bt_bullet_small.png") no-repeat 0 -24px;
	background-size: 8px;
}

a.corporate-bullet-bt-on, a.corporate-bullet-bt:hover, a.corporate-bullet-bt-on:hover {
	background: url("../images/bt_bullet_small.png") no-repeat 0 -32px;
	background-size: 8px;
	}
		
a.entertainment-return-bt, a.consumer-return-bt, a.corporate-return-bt {
	width: 16px;
	height: 16px;
	display:block;
	padding: 0;
	background: url("../images/bt_return_small.png") no-repeat 0 0;
	background-size: 16px;
}

.entertainment-return-bt:hover {background-position: 0 -32px;}
.consumer-return-bt:hover {background-position: 0 -48px;}
.corporate-return-bt:hover {background-position: 0 -64px;}