#container {
	width: 940px;
	font-family: 'CircularStd-Book',helvetica,arial,sans-serif;
}

#container button,
#container strong,
#container h1,
#container h2,
#container h3 {
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
	font-weight: normal;
}

#container a {
	text-decoration: none;
}

#logonavwrapper {
	height: 1%;
	overflow: hidden;
	margin-top: 45px;
}

#nav {
	padding: 0;
	margin: 0;
	height: 1%;
	overflow: hidden;
	float: right;
	width: 65%;
	margin-top: -1px;
	color: #000;
}

#nav li {
	list-style: none;
	display: inline-block;
	float: right;
	padding-left: 30px;
	margin-top: -2px;
	font-size: 1em;
	line-height: 1.3em;
}

#nav a {
	color: #8a8a8d;
}

#nav a:hover {
	color: #000;
}

#filmsearchwrapper {
	margin-top: 26px;
	border-top: 1px solid #000;
	padding-top: 20px;
	color: #8a8a8d;
}

.searchfieldswrapper {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.searchcolumn {
	width: 460px;
}

.searchfieldwrapper {
	position: relative;
}

.clearsearch {
	display: none;
	position: absolute;
	right: 19px;
	top: 12px;
	height: 0;
	width: 18px;
	padding-top: 18px;
	overflow: hidden;
	background: url('/images/homepage/clear-icon.png') no-repeat;
}

.clearsearch:hover {
	opacity: .5;
}

.searchfieldwrapper input {
	display: block;
	width: 100%;
	color: #8a8a8d;
	padding: 10px 56px 9px 19px;
	margin: 0;
	border: 1px solid #fff;
	background: #fff;
	outline: 0;
	font-family: 'CircularStd-Book',helvetica,arial,sans-serif;
	font-size: 1em;
	box-sizing: border-box;
}

.searchfieldwrapper input:focus {
	border-color: #e8e8e9;
}

.filmmatcheswrapper {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #e8e8e9;
	padding: 9px;
}

.filmmatcheswrapper ol {
	padding: 0;
	margin: 0;
}

.filmmatcheswrapper li {
	list-style: none;
	display: block;
	padding: 5px 10px 6px 10px;
	height: 1%;
	overflow: hidden;
}

.filmmatcheswrapper li.header {
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
	padding-bottom: 9px;
}

.filmmatcheswrapper li.stripe {
	background: #efeff0;
}

.filmmatcheswrapper .name {
	display: inline-block;
	width: 73%;
	float: left;
}

.filmmatcheswrapper .id {
	display: inline-block;
	width: 23%;
	float: right;
	text-align: right;
}

.filmmatcheswrapper .no-matches {
	display: block;
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
	padding: 10px;
}

.film-unavailble-msg {
	display: block;
	margin-top: 10px;
	border-top: 1px solid #000;
	padding: 20px 9px;
	font-size: .9em;
	line-height: 1.3em;
}

.film-unavailble-msg a {
	color: #8a8a8d;
}

.film-unavailble-msg a:hover {
	color: #000;
}

.film-unavailble-msg .example {
	display: block;
	padding: 12px 0 0 0;
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
}

.film-unavailble-msg .body-preamble {
	display: block;
	padding-top: 12px;
}

#loginwrapper {
	margin-top: 10px;
	background: #231f20;
	padding: 15px 20px;
}

#logintitle {
	margin: 30px 0 5px 0;
	padding-top: 25px;
	font-size: 1.1em;
	text-transform: none;
	float: none;
	color: #231f20;
	border-top: 1px solid #231f20;
}

#loginwrapper .error {
	display: block;
	margin: 0 0 10px 0;
	color: red;
	font-size: .8em;
}

#loginwrapper fieldset {
	display: flex;
	align-items: center;
	gap: 10px;
}

#email,
#password {
	color: #bcbec0;
	padding: 10px;
	margin: 0;
	border: 0;
	background: none;
	outline: 0;
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
	font-size: 1em;
	border-right: 1px solid #f3f3f4;
	flex: 1;
}

#email:focus,
#password:focus {
	background: rgba(255, 255, 255, .05);
}

#loginwrapper .forgottenpassword {
	color: #bcbec0;
	font-size: .85em;
	white-space: nowrap;
}

#loginwrapper .forgottenpassword:hover {
	text-decoration: underline;
}

#loginwrapper button {
	-webkit-appearance: none;
	border: 0;
	background: #6d6e71;
	outline: 0;
	cursor: pointer;
	color: #231f20;
	padding: 7px 33px 10px 33px;
	font-size: 1em;
	font-family: 'CircularStd-Bold',helvetica,arial,sans-serif;
	white-space: nowrap;
}

#loginwrapper button:hover {
	background: #fff;
}

footer {
	margin-top: 40px;
	border-top: 1px solid #1e1e1e;
	padding: 28px 0;
	height: 1%;
	overflow: hidden;
}

footer .left {
	float: left;
}

footer .copyright {
	margin: 3px 0 0 0;
	color: #89898d;
	font-size: .9em;
}
