/* -- Global Styles -- */

* {
	box-sizing: initial;	
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Fugue', 'fugueregular', arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #FFF3E2;
	color: #2A317D;
	overflow-x: hidden;
	letter-spacing: .05em;
}

.edition {
	color: #000;
}

a,
a:visited {
	outline: none;
	color: #2A317D;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #EC2027;
}

.edition a {
	color: #EC2027;
}

.edition a:hover {
	color: #EC2027;
}

p {
	margin: 20px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}

.nojs {
	padding-top: 4px;	
}



/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	text-transform: uppercase;	
	font-size: 11px;
}

input,
textarea {
	outline: none;
}

input[type="email"],
input[type="text"],
input[type="password"],
textarea,
input.input,
textarea.textarea {
	height: 20px;
	margin: 0;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid #A4A4BC;
	background: #FFF3E1;
	color: #2A317D;
	font-family: 'Fugue', 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px;
}

textarea,
textarea.textarea {
	height: 100px;
	overflow: auto;
}

::-webkit-input-placeholder {
	color: #2A317D !important;
	opacity: 1 !important;
	font-style: normal !important;
	font-family: 'Fugue', 'fugueregular', arial, sans-serif !important;	
	letter-spacing: 0 !important;
}

:-moz-placeholder { 
	color: #2A317D !important;
	opacity: 1 !important;
	font-style: normal !important;
	font-family: 'Fugue', 'fugueregular', arial, sans-serif !important;	
	letter-spacing: 0 !important; 
}

::-moz-placeholder { 
	color: #2A317D !important;
	opacity: 1 !important;
	font-style: normal !important;
	font-family: 'Fugue', 'fugueregular', arial, sans-serif !important;	
	letter-spacing: 0 !important; 
}

:-ms-input-placeholder {  
	color: #2A317D !important;
	opacity: 1 !important;
	font-style: normal !important;
	font-family: 'Fugue', 'fugueregular', arial, sans-serif !important;	
	letter-spacing: 0 !important;  
}


select {
	color: #2A317D;
	line-height: 16px;
	font-size: 12px;
	padding: 3px 16px 3px 6px;
	background: url(../images/common/select-arrow-2x.png) right top no-repeat;
	background-size: 17px 43px;
	border: 1px solid #A4A4BC;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.form-select {
	color: #2A317D;
	position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.form-select .value {
	display: block;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
	font-size: 12px;
	padding: 3px 16px 3px 6px;
	background: url(../images/common/select-arrow-2x.png) right top no-repeat;
	background-size: 17px 43px;
	border: 1px solid #A4A4BC;
	cursor: default;
}

.form-select.open .value {
	background-position: right bottom;
}

.form-select .menu {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	margin-top: -1px;
	background: #FFF3E1;
	border: 1px solid  #A4A4BC;
	border-top: 1px solid #FFF3E1;
}

.form-select .menu::-webkit-scrollbar {
    width: 10px;
}
 
.form-select .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    -webkit-border-radius: 0;
    border-radius: 0;

}
 
.form-select .menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #2A3480; 
    -webkit-box-shadow: none;
    border: 3px solid #FFF3E0;
}

.form-select .menu::-webkit-scrollbar-thumb:window-inactive {
	background: #FFF3E0; 
}

.form-select .menu span {
	display: block;
	padding: 6px 6px;
	cursor: default;
}

.form-select .menu span.hover {
	color: #EC2027;
}



/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.photo-left,
.photo-right,
.photo-center {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.photo-center {
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}



/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FF00FF;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}



/* -- Wrapper -- */

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.edition #wrapper {
	max-width: 1296px;
}



/* -- Social -- */

.social .icon {
	display: block;
	width: 14px;
	height: 14px;
}

.social .icon span {
	display: none;
}

.social-instagram {
	background: url(../images/common/icons/social-instagram.svg) center center no-repeat;	
}

.social-facebook {
	background: url(../images/common/icons/social-facebook.svg) center center no-repeat;	
}

.social-twitter {
	background: url(../images/common/icons/social-twitter.svg) center center no-repeat;	
}

.social a span {
	display: none;	
}

.mail-list {
	position: relative;
	text-align: left;
}

.mail-list .form-contain input[type=email] {
	width: 97px;
	padding-left: 0;
	padding-right: 0;
	background: 0;
	border: 0;
	border-bottom: 1px solid transparent;
	text-align: left;
}

.mail-list .form-contain input[type=email]:focus {
	border-bottom: 1px solid #A4A5BC;
}

.mail-list .form-contain button {
	width: 10px;
	height: 25px;
	border: 0;
	outline: 0;
	background: url(../images/common/icons/arrow-submit.svg) center center no-repeat;
	background-size: 10px 7px;
	vertical-align: middle;
	cursor: pointer;
}

.mail-list .form-contain button span {
	display: none;
}


/* -- Header -- */

header {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #FFF3E3;
}

.compact-header header {
	position: fixed;
}

header .nav {
	position: relative;
	height: 163px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #2A317D;
}

.compact-header header .nav {
	height: 55px;
}

header li {
	margin: 0;
	padding: 0;	
}

header a.selected {
	color: #EC2027;
}

header li ul {
	display: none;
}

header #nav-menu-button {
	display: none;
	position: absolute;
	z-index: 999;
	width: 38px;
	height: 35px;
	left: 10px;
	top: 9px;
	background: url(../images/common/icons/nav-menu-blue.svg) center center no-repeat;
	background-size: 18px 15px;
	cursor: pointer;
}

header.menu-open #nav-menu-button {
	background-image: url(../images/common/icons/nav-close-blue.svg);
}

header .nav-my-account {
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 50%;
	margin-left: -277px;
}

.compact-header header .nav-my-account {
	top: 15px;
	margin-left: -483px;
}

header .nav-my-account a {
	display: block;
	width: 90px;
	height: 27px;
	margin: 0 auto;
	background: url(../images/common/icons/my-account-red.svg) center top no-repeat;
}

header .nav-my-account span {
	display: none;
}

header .nav-logo {
	position: absolute;
	z-index: 5;
	width: 269px;
	height: 34px;
	top: 43px;
	left: 50%;
	margin-left: -134px;
}

.compact-header header .nav-logo {
	width: 156px;
	height: 20px;
	top: 18px;
	margin-left: -78px;
}

header .nav-logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/icons/metrograph-logo-blue.svg) center top no-repeat;
}

header .nav-logo a:hover {
	background-image: url(../images/common/icons/metrograph-logo-red.svg);
}

header .nav-logo span {
	display: none;
}

header .nav-search {
	position: absolute;
	z-index: 5;
	width: 19px;
	height: 19px;
	top: 50px;
	left: 50%;
	margin-left: 225px;
}

.compact-header header .nav-search {
	top: 19px;
	margin-left: 462px;
}

header .nav-search a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/icons/search-icon-red.svg) center top no-repeat;
}

header .nav-search span {
	display: none;
}

header .nav .icon {
	display: block;
	position: relative;
	width: 75px;
	height: 15px;
	padding-top: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 32px 28px;
}

header .divider:after {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 13px;
	bottom: 0;
	right: -26px;
	background: url(../images/common/icons/menu-separator-blue.svg) bottom right no-repeat;	
}

.compact-header header .divider:after {
	display: none;
}

header .nav-membership {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -329px;
}

.compact-header header .nav-membership {
	top: 20px;
	margin-left: -370px;
}

header .nav-membership .icon {
	background-image: url(../images/common/icons/key-blue.svg);
}

header .nav-membership .icon:hover {
	background-image: url(../images/common/icons/key-red.svg);
}

header .nav-at-home {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -212px;
}

.compact-header header .nav-at-home {
	top: 20px;
	margin-left: -275px;
}

header .nav-at-home .icon {
	background-image: url(../images/common/icons/tv-blue.svg);
}

header .nav-at-home .icon:hover {
	background-image: url(../images/common/icons/tv-red.svg);
}

header .nav-in-theater {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -94px;
}

.compact-header header .nav-in-theater {
	top: 20px;
	margin-left: -180px;
}

header .nav-in-theater .icon {
	background-image: url(../images/common/icons/camera-blue.svg);
}

header .nav-in-theater .icon:hover {
	background-image: url(../images/common/icons/camera-red.svg);
}

.in-theater .nav-in-theater .icon {
	background-image: url(../images/common/icons/camera-red.svg);
	color: #EC2027;
}

.in-theater.compact-header .nav-in-theater .icon {
	background: none;
}

.in-theater .subnav-in-theater {
	display: block;
}

header .nav-commissary {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: 23px;
}

.compact-header header .nav-commissary {
	top: 20px;
	margin-left: 130px;
}

header .nav-editions {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: 136px;
}

.compact-header header .nav-editions {
	top: 20px;
	margin-left: 245px;
}

header .nav-editions .icon {
	background-image: url(../images/common/icons/shopping-bag-blue.svg);
}

header .nav-editions .icon:hover {
	background-image: url(../images/common/icons/shopping-bag-red.svg);
}

header .nav-commissary .icon {
	background-image: url(../images/common/icons/martini-glass-blue.svg);
}

header .nav-commissary .icon:hover {
	background-image: url(../images/common/icons/martini-glass-red.svg);
}

header .nav-journal {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: 250px;
}

.compact-header header .nav-journal {
	top: 20px;
	margin-left: 345px;
}

header .nav-journal .icon {
	background-image: url(../images/common/icons/book-blue.svg);
}

header .nav-journal .icon:hover {
	background-image: url(../images/common/icons/book-red.svg);
}


.compact-header header .nav .icon {
	padding-top: 0;
	background: none;
}

.compact-header header .nav .icon:hover {
	background: none;
}

header .subnav {
	position: relative;
	display: none;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-bottom: 1px solid #2A317D;
}

header .subnav:after, 
header .subnav:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

header .subnav:after {
	border-color: rgba(255, 243, 227, 0);
	border-bottom-color: #FFF3E3;
	border-width: 7px;
	margin-left: -7px;
}

header .subnav:before {
	border-color: rgba(44, 54, 121, 0);
	border-bottom-color: #2C3679;
	border-width: 8px;
	margin-left: -8px;
}

.compact-header header .subnav:after {
	margin-left: -186px;	
}
 
.compact-header header .subnav:before {
	margin-left: -187px;
}

header .subnav li {
	display: inline-block;
	margin: 0 50px;
	padding: 0;	
}

header .mail-list {
	display: none;
	padding-top: 25px;
	text-align: center;	
}

header .social {
	display: none;
	text-align: center;
	margin: 0;
	padding: 20px 0 25px;
	list-style: none;
}

header .social li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

header .social .icon  {
	width: 16px;
	height: 16px;
}

header .social .social-instagram {

	margin: 3px 10px;
}

header .social .social-facebook {
	margin: 3px 10px;	
}

header .social .social-twitter {
	margin: 3px 10px;
}



/* -- Footer -- */

footer {
	position: relative;
	width: auto;
	height: auto;
	border-top: 1px solid #2A317D;
	min-height: 77px;
	clear: both;
}


footer .mail-list {
	position: absolute;
	top: 27px;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -420px;
}

footer .social {
	position: absolute;
	top: 27px;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -218px;
	list-style: none;
}

footer .social li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

footer .social .social-instagram {
	margin: 3px 10px;
}

footer .social .social-facebook {
	margin: 3px 10px;	
}

footer .social .social-twitter {
	margin: 3px 10px;
}

footer .badge {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: url(../images/common/icons/7-ludlow-stamp-red.svg) center center no-repeat;
}

footer .nav {
	position: absolute;
	top: 31px;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: 80px;
}

footer .nav a {
	position: relative;
	float: left;
	margin: 0 20px;
	padding: 0;
}



/* -- Content -- */

#content {
	position: relative;
	text-align: left;
	max-width: 1400px;
	margin: auto;
	padding-top: 220px;
	padding-bottom: 40px;
}

h2,
h3,
h5 {
	height: 20px;
	margin: 25px 0 35px;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	cursor: default;
	background: url(../images/common/header-line-1x.png) repeat-x;
	background-size: 2px 20px;
}

.edition h2,
.edition h3,
.edition h5 {
	background-image: url(../images/common/header-line-edition-1x.png);
}


h2 span,
h3 span,
h5 span {
	display: inline-block;
	min-width: 130px;
	padding: 0 25px;
	background: #FFF3E1;
}

h5 {
	font-size: 12px;	
}

h5 span {
	padding: 0 20px;
}


.edition h5 {
	color: 	#EC2027;
}

.edition h5 span {
	min-width: 0;
	padding: 0 15px;
}

h2.alt,
h3.alt {
	height: 46px;
	margin: 20px 0 25px;
	font-size: 12px;
	line-height: 46px;
	background: url(../images/common/header-bg-1x.png) center top no-repeat;
	background-size: 1400px 46px;
}

h2.alt span,
h3.alt span {
	display: inline;
	min-width: initial;
	padding: 0;
	background: none;		
}

.page {
	min-height: 65vh;	
}

.page:after {
	display: block;
	content: "";
	width: 1;
	height: 1;
	overflow: hidden;
	clear: both;	
}

.static {
	text-align: center;
}

.static:after {
	display: block;
	content: "";
	width: 1;
	height: 1;
	overflow: hidden;
	clear: both;	
}

.static .pad {
	max-width: 840px;
	padding-bottom: 30px;
	margin: auto;
}

.static .pad p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.static h3 {
	background: none;
}

.static img {
	display: block;
	width: 100%;
	max-width: 630px;
	height: auto;
	margin: 35px auto 0;
}

.static ol {
	list-style: none;
	width: 110%;
	margin: 0;
	padding: 0 0 20px;	
	overflow: hidden;
}

.static ol li {
	display: block;
	float: left;
	width: 240px;
	height: 518px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: 60px;
}

.static ol li img {
	margin-top: 0;
}

.static ol li strong {
	display: block;
	height: 60px;
	font-weight: normal;
	padding: 20px 0;
	border-bottom: 1px solid #A4A4BC;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
	
.subnav ul {
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
}

.subnav ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 30px;
	font-size: 11px;
	transition: margin .2s;
}

.subnav ul li a {
	display: inline-block;
}

.subnav ul li.selected a {
	display: inline-block;
	border-bottom: 1px solid #A4A4BC;
}

.subnav ul li.disabled a {
	color: #999;
}

.tabs {
	height: 30px;
	background: url(../images/common/tab-1x.png) right top no-repeat;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

.tabs a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 20px;
}

.tabs a.selected {
	background: #FFF3E1 url(../images/common/tab-1x.png) left top no-repeat;	
	border-right: 1px solid #A4A4BD;
}

.tab-content .tab {
	display: none;	
}

.tab-content .tab.default {
	display: block;	
}

.button {
	display: inline-block;
	border: 1px solid #A4A4BC;
	padding: 2px;
	margin: 20px 0 5px;
}

.button span {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #0000B1;
	padding: 0 10px;
	font-size: 9px;
}