@font-face {
	font-family: 'FuturaLight';
    src: url('../fonts/FuturaStd-Light.eot');
	src: url('../fonts/FuturaStd-Light.woff') format('woff'), url('../fonts/FuturaStd-Light.ttf') format('truetype'), url('../fonts/FuturaStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaBook';
	src: url('../fonts/Futura-Book.eot');
	src: url('../fonts/Futura-Book.woff') format('woff'), url('../fonts/Futura-Book.ttf') format('truetype'), url('../fonts/Futura-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    color: #000;
    font: 30px/1.2 'FuturaLight', "Trebuchet MS", Arial, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
a {
	text-decoration:none;
	outline:none;
}
img {border:0;}
form, fieldset {
	margin:0;
	padding:0;
	border:0;
}
input, textarea, select {
	font:22px 'FuturaLight', 'Trebuchet MS', Arial, sans-serif;
	vertical-align:middle;
	color:#393939;
	outline:none;
    border: 1px solid #c5c5c6;
}
input[type=text], input[type=password], input[type=file], input[type=submit], input[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=file] {border: none;}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus, input[type="button"]:focus {outline:none;}
.hide {display:none;}
.invisible {visibility:hidden;}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.regular-font { font-family: 'FuturaLight', Arial, Helvetica, sans-serif; }
.medium-font { font-family: 'FuturaBook', Arial, Helvetica, sans-serif; }
.bold-font { font-family: 'FuturaBook', Arial, Helvetica, sans-serif; }
.page {
	width:100%;
	position:relative;
    max-height: 999999em;
}
.cms-content a { text-decoration: underline; }
.cms-content a:hover { text-decoration: none; }
.ajax-content {position:relative;}
.loading {
    background: #FFF url('../images/ajax-loader.gif') no-repeat center center;
    width: 100%;
    height: 100%;
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.page .ui-btn, .page .ui-btn-inner, .page .ui-btn-hidden, .page .ui-select .ui-btn select {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
    opacity: 1;
    text-align: left;
    cursor: default;
    text-shadow: none;
    box-shadow: none;
}
.page .ui-btn-inner {display:none;}
.page input.ui-input-text, .page textarea.ui-input-text {
    font: 22px "FuturaLight", 'Trebuchet MS', Arial, sans-serif;
    vertical-align: middle;
    color: #393939;
    background: none;
    display: inline;
    text-shadow: none;
    border-radius: 0;
    box-shadow:none;
}
a.btn-back {
    font:21px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
    color: #000;
}
.header {
	min-height:94px;
	overflow:hidden;
    position:relative;
}
.header .mode {
	color:#6d6e71;
	text-transform:uppercase;
    margin: 18px 0 15px 15px;
    font:21px/25px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.header .mode span {color:#666;}
.header .mode em {
    font-style:normal;
    font-family: 'FuturaBook',Arial,Helvetica,sans-serif;
}
.header .mode dl, .header .mode dt, .header .mode dd {margin:0;}
.header .mode dt, 
.header .mode dd {
    padding:0 14px 0 0;
    font-family: 'FuturaBook',Arial,Helvetica,sans-serif;
}
.header .mode dd {text-transform: lowercase;}
.header .my-acc {
	float:right;
    text-align: center;
	text-transform:uppercase;
    color: #FFF;
    margin: 14px 17px 0 0;
    padding: 0 20px;
    font: 28px/66px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.navbar {
	background:url(../images/m-bg-nav.jpg) no-repeat 50% 0;
	height:91px;
	margin:0 0 20px;
}
.navbar:after {
	display:block;
	clear:both;
	content:'';
}
.navbar .logo {
	float:left;	
	width:140px;
	height:61px;
	overflow:hidden;
	text-indent:-9999px;
	margin:15px 16px;
}
.navbar .logo a {
	display:block;
	height:100%;
}
.navbar .search-box {
	float:right;
	min-width:53px;
	padding:20px 17px 17px 19px;
	height:54px;
	text-align:center;
	background:url(../images/m-sep01.gif) no-repeat 0 100%;
}
.navbar .search-box.add-field {padding-right:24px;}
textarea.text, input.text {
	border: 1px solid #D4D4D4;
	padding: 13px  20px;
	background-color: #FBFBFB;
	margin: 0;
    color: #666;
}
.input-wrapper {
	position:relative;
	float:left;
    width: 100%;
}
.input-placeholder-text {
	left:15px;
	top:13px;
	font-size:22px;
}
.textarea {
	border:1px solid #c5c5c6;
	padding:13px 15px 12px;
	margin:0;
	overflow:auto;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f8f8f8));
	background:-webkit-linear-gradient(#fff, #f8f8f8);
	background:-moz-linear-gradient(#fff, #f8f8f8);
	background:-ms-linear-gradient(#fff, #f8f8f8);
	background:-o-linear-gradient(#fff, #f8f8f8);
	background:linear-gradient(#fff, #f8f8f8);
}
.navbar .search-box input.text {
	width:320px;
	float:left;
	margin:0 18px 0 0;
	border-color:#535455;
}
.navbar .search-box .btn-open {
	display:inline-block;
	vertical-align:top;
	background:url(../images/m-icon-search.png) no-repeat;
	width:25px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
	margin:20px 0 0;
}
.navbar .menu {
	float:left;
	height:91px;
	margin:0;
	padding:0;
	list-style:none;
    font:25px/88px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.navbar .menu li {
	float:left;
	padding:0 0 0 2px;
	background:url(../images/m-sep01.gif) no-repeat 0 100%;
}
.navbar .menu a {
	float:left;
	height:91px;
	color:#fff;
	padding:0 20px;
	position:relative;
}
.navbar .menu .arrow {
	position:absolute;
	bottom:0;
	left:50%;
	background:url(../images/m-arrow02.png) no-repeat;
	width:20px;
	height:16px;
	margin-left:-10px;
	display:none;
}
.navbar .menu li.active .arrow {display:block;}
.promo-holder .gallery {
	width:640px;
	height:267px;
	margin:0 auto 20px;
	position:relative;
}
.promo-holder .gallery-holder {
	width:640px;
	height:267px;
	position:relative;
	overflow:hidden;
}
.promo-holder .gallery ul {
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
}
.promo-holder .gallery ul li {
	float:left;
	height:267px;
	width:640px;
}
.promo-holder .gallery ul img {
	vertical-align:top;
	width:100%;
	height:100%;
}
.promo-holder .gallery .prev, .promo-holder .gallery .next {
    background: transparent url('../images/m-arrow04.png') no-repeat 10px 50%;
	height: 268px;
    left: 0;
    margin-top: -39px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 14%;
    width: 60px;
    z-index: 2;
}
.promo-holder .gallery .prev {left: 0; background-position: -70px 50%;}
.promo-holder .gallery .next {
	left:auto;
	right:0;
}
.promo-holder .gallery .next span, .promo-holder .gallery .prev span {
    display: block;
    width: 24px;
    height: 20px;
    background: transparent url('../images/m-arrow05.png') no-repeat 0 50%;
    position: absolute;
    top: 124px;
}
.promo-holder .gallery .next span {right:0;}
.promo-holder .gallery .prev span {left:0; background-position: -24px 50%;}
.promo-holder .columns-holder {
	width:100%;
	border:solid #d1d2d6;
	border-width:1px 0;
	display:table;
}
.promo-holder .info-link {
	display:table-cell;
	vertical-align:top;
	width:33%;
	border-left:1px solid #d1d2d6;
	color:#666;
	padding:10px;	
	text-transform:uppercase;
	background:-webkit-gradient(linear, 0 70%, 0 bottom, from(#fff), to(#d6d6d6));
	background:-webkit-linear-gradient(#fff 70%, #d6d6d6);
	background:-moz-linear-gradient(#fff 70%, #d6d6d6);
	background:-ms-linear-gradient(#fff 70%, #d6d6d6);
	background:-o-linear-gradient(#fff 70%, #d6d6d6);
	background:linear-gradient(#fff 70%, #d6d6d6);
    font:22px/24px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.promo-holder .info-link:first-child {border:0;}
.promo-holder .info-link .holder {
	display:block;
	padding:0 56px 0 6px;	
	min-height:112px;	
}
.promo-holder .info-link .title {
	display:block;
	line-height:40px;
	padding-top: 36px;
	text-align:center;
}
.links-list ul {
	margin:0 0 15px;
	padding:0;
	list-style:none;
}
.links-list ul li {	
	padding:14px 28px 14px 30px;
	border-bottom:1px solid #828282;
    background:url(../images/bg-gradient.png) repeat-x  center bottom;}
.links-list ul h3 {
	text-transform:uppercase;
	margin:0;
    font:30px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.links-list ul h3 a {
	display:block;
	padding:21px 60px 21px 0;
}
.footer {
	background:#000000;
	padding:22px;
	color:#fff;	
	text-transform:uppercase;
    font:16px/28px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.footer a {
	text-decoration:underline;
	color:#fff;
}
.footer .footer-nav {text-align:center;}
.footer .footer-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:justify;
}
.footer .footer-nav ul:after {
	width:100%;
	height:30px;
	font-size:0;
	line-height:0;
	content:'';
	display:inline-block;
	vertical-align:top;
}
.footer .footer-nav ul li {
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.footer .holder {
	text-align:right;
	overflow:hidden;
}
.footer .full-site {float:left;}
.footer p {margin:0;}
.search-form {
	padding:4px 16px 18px;
	width:608px;
	margin:0 auto;
}
.search-form .holder {
	height:54px;
	overflow:hidden;
}
.search-form .field {
	float:left;
	width:360px;
	height:54px;
	overflow:hidden;
	padding:0 16px 0 66px;
	background:url(../images/m-bg-search.gif) no-repeat;
}
.search-form .field input {
	float:left;
	width:100%;
    padding: 12px 0;
    border:0 none;
	margin:0;
    background:transparent;
    margin-top:2px;
}
.search-form .holder .button {
    float:right;
    padding-top: 7px;
    padding-bottom: 7px;
}

#crisisMessage .button,
.page .button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 35px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
}
.page input.button {
	border:0;
	cursor:pointer;
}
.search-filter {padding:0 16px 22px;}
.search-filter h2 {
	color:#333;
	margin:0 0 14px;	
	text-transform:uppercase;
    font:30px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.search-filter .tabset {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	color:#6d6e71;
}
.search-filter .tabset li {
	float:left;
	background:url(../images/m-sep02.gif) no-repeat 0 50%;
	padding:0 15px 0 19px;
}
.search-filter .tabset li:first-child {
	background:none;
	padding-left:0;
}
.search-filter .tabset a.active {color:#6d6e71;}
.search-result {margin:0 0 26px;}
.search-result .item {
	padding:20px 16px 34px;
	overflow:hidden;
	border-bottom:1px solid #828282;
    background:url(../images/bg-gradient.png) repeat-x  center bottom;
}
.search-result .photo {
	float:left;
	border:1px solid #cbcbcb;
	margin:0 20px 0 0;
}
.search-result .photo img {vertical-align:top;}
.search-result .description {
	overflow:hidden;
	min-height:90px;
	position:relative;
	padding:0 0 44px;
}
.search-result .description .button {
	position:absolute;
	bottom:0;
	right:0;
}
.search-result h2 {
	margin:0 0 10px;
	color:#333;
    text-transform: uppercase;
    font:25px/30px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.all-result {
	padding:0 16px 36px;
	overflow:hidden;
}
.all-result .button {
	float:right;
	margin:0 0 0 10px;
	padding:0 20px;
}
.all-result .btn-close {margin:4px 10px 0 0;}
.btn-back {
	padding:0 42px 0 0;
	display:inline-block;
	vertical-align:top;
	line-height:33px;	
	text-transform:uppercase;
}
.btn-close {
	padding:0 40px 0 0;
	display:inline-block;
	vertical-align:top;
	line-height:33px;
	background:url(../images/m-btn-close.png) no-repeat 100% 0;
	text-transform:uppercase;
}
.title-box {
	padding:0 20px 24px;
	overflow:hidden;
}
.title-box h1 {
	margin:0;
	color:#333;
    text-transform: uppercase;
    font:30px/38px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.title-box .btn-back {
	float:right;
	margin:4px 0 0;
}
.select-row {
	overflow:hidden;
	padding:2px 4px 24px;
}
.select-row select {
	float:left;
	width:430px;
}
.select-row select.letter {
	float:right;
	width:140px;
}
.select-row select.full-length {width:600px;}
.outtaHere {
	position:absolute;
	left:-9999px;
}
.selectArea {
	float:left;
	height:50px;
	position:relative;
	color:#000;
	font:26px/46px 'FuturaLight', Arial, Helvetica, sans-serif;
}
.selectArea .selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:50px;
	background:url(../images/m-select-btn.png) no-repeat 100% 0;
}
    .selectArea .center {
        padding: 0 0 0 14px;
        height: 46px;
        display: block;
        border: solid #4c4c4c;
        border-width: 2px 0 2px 2px;
        margin: 0 55px 0 0;
        border-radius: 12px 0 0 12px;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#d1d1d1));
        background: -webkit-linear-gradient(#fcfcfc, #d1d1d1);
        background: -moz-linear-gradient(#fcfcfc, #d1d1d1);
        background: -ms-linear-gradient(#fcfcfc, #d1d1d1);
        background: -o-linear-gradient(#fcfcfc, #d1d1d1);
        background: linear-gradient(#fcfcfc, #d1d1d1);
    }
.optionsDivVisible, .optionsDivInvisible {position:absolute;}
.optionsDivInvisible {display:none;}
.optionsDivVisible ul {
	margin:-2px 0 0;
	padding:0;
	list-style:none;
	font:26px/30px 'FuturaLight', Arial, Helvetica, sans-serif;
	border:solid #4c4c4c;
	border-width:0 2px 2px;
	background:#d1d1d1;
}
.optionsDivVisible ul a {
	display:block;
	padding:5px 6px 5px 14px;
	border-top:2px solid #4c4c4c;
	color:#000;
}
.optionsDivVisible ul a:hover {background:#fcfcfc;}
.search-letter {
    padding:26px 16px 12px;
    border-bottom:1px solid #828282;
    background:url(../images/bg-gradient.png) repeat-x  center bottom;
}
.search-letter h2 {
	color:#333;
	margin:0;	
	text-transform:uppercase;
    font:30px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.info-boxes {margin:4px 0 36px;}
.info-boxes .item {
	padding:16px 96px 20px 16px;	
	overflow:hidden;
	position:relative;
	background: url("../images/bg-gradient.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #828282;
}
.info-boxes .item .link {
	position:absolute;
	bottom:32px;
	right:34px;	
	overflow:hidden;
	text-indent:-9999px;
	width:41px;
	height:41px;
}
.info-boxes .photo {
	float:left;
	margin:4px 24px 0 0;
}
.info-boxes .photo img {vertical-align:top;}
.info-boxes .description {
	overflow:hidden;
	min-height:80px;
}
.info-boxes h2 {	
	text-transform:uppercase;
	margin:0 0 5px;
	color:#333;
    font: 26px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.info-boxes p {margin:0;}

.padded-box { padding: 0 20px; }
.content-box {padding:0 20px 30px}
.content-box p {margin:0 0 20px; font-size:30px; line-height:40px ;}
.content-box p strong {color:#333;}
.content-box header h3 { 
    color: #333;
    text-transform: uppercase;
    font-family: 'FuturaBook', Arial, Helvetica, sans-serif;
}
.content-box header h3 em {
    display: block;
    font-style: normal;
    color: #666;
    font-family: 'FuturaBook', Arial, Helvetica, sans-serif;
}
.content-box .button { margin:0 20px 20px 0; }
.content-holder {
	width:100%;
	padding:0 0 30px;
    position:relative;
}
.content-holder:after {
	display:block;
	clear:both;
	content:'';
}
.centered-banner {
    width: 640px;
    margin: 0 auto 20px;
    position: relative;
}
.centered-banner img {display: block;}
.centered-banner .date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
}
.content-holder .visual {
	float:left;
	margin:0 20px;
}

.content-holder .visual-full-width {
	width:100%;
}
.content-holder .visual-full-width img { width: 100%; }

.content-holder .visual img {vertical-align:top;}
.contact-list {
	float:left;
	margin:0 20px 0 0;
	width:154px;
}
.contact-list header {	
	color:#fff;
	text-align:center;
	padding:8px;
	margin:0 0 24px;
	min-height:24px;
}
.contact-list header h2 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}
.contact-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.hours-list {
	float:left;
	margin:0 -20px 0 0;
	width:210px;
	color:#333;
}
.hours-list header {
	color:#fff;
	text-align:center;
	padding:8px;
	margin:0 0 24px;
	min-height:24px;
}
.hours-list header h2 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}
.hours-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.hours-list li {white-space:nowrap;}
.related-box {margin:0 0 10px;}
.header-box {margin:0 0 50px;}

.header-box header,
.header-box mark,
.related-box header,
.countdowntimer-box header,
.softsignup-box header {
	padding:5px 26px;
	margin:0 16px;
	color:#fff;
    display: block;
}
.header-box header,
.header-box mark {
    margin-bottom: 15px;
}
.header-box mark { padding: 10px 14px; }
.header-box header.full-width,
.header-box mark.full-width,
.related-box header.full-width {
	padding:5px 40px;
	margin:0;
}
.header-box header h1,
.header-box header h2,
.header-box mark a,
.header-box mark span,
.related-box header h2,
.countdowntimer-box header h2 ,
.softsignup-box header h2 {	
	text-transform:uppercase;
	margin:0;
    color: #FFF;
    display: block;
	font:26px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.header-box header a {
    color: #FFF;
    text-decoration: underline;
}

.softsignup-box .softSignupThankYou {
    padding: 5px 26px;
    margin: 0 16px;
}

.header-box mark a.phone span {
    float: right;
    padding: 0 30px 0 0;
    background: transparent url('../images/ico-phone.png') no-repeat right top;
}
.related-list .item {	
	padding:14px 34px 22px 40px;
	overflow:hidden;
	border-bottom:1px solid #828282;
    background:url(../images/bg-gradient.png) repeat-x  center bottom;
    text-transform: uppercase;
}
.related-list .item.thick { padding: 22px 34px 22px 40px; }
.related-list .item h3 {
	float:left;
	width:28%;
	padding:0 3% 0 0;	
	text-transform:uppercase;
	margin:0; 
    font:25px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.related-list .item .date {
	float:left;
	width:54%;
	color:#333;
	font-size:18px;
	line-height:34px;
	padding:2px 3% 0 0;    
}
.related-list .item .date h4 {
	display:inline;	
	margin:0 5px 0 0;
	text-transform:uppercase;
    font:20px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.related-list .item .date em {
    font:20px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
    text-transform: lowercase;
}
.related-list .item .link {
	float:right;	
	width:41px;
	height:41px;
	overflow:hidden;
	text-indent:-9999px;
}
.search-result .item h2 a {
	height:41px;
	overflow:hidden;
    display:block;
}
.related-list .item .description {
	float:left;
	width:54%;
	padding:8px 3% 0 0;
}
.related-list .item .description p { margin:0;}
.related-list .item .text {
    float:left;
	width:54%;
    text-transform: none;
}
.location-box {
	padding:22px 16px 0;
	width:608px;
	margin:0 auto;
}
.location-box .object {
    margin:0 0 20px;
    height: 370px; 
    width: 606px;
    border: 1px solid #999;
}
.location-box .object img { vertical-align:top;}
.location-box address {
	margin:0 0 30px;
	font-style:normal;
	color:#333;
}
.postcode-form {
	width:608px;
	margin:0 auto 33px;
	overflow:hidden;
}
.postcode-form h2, .postcode-form h3 { text-transform: uppercase; }
.postcode-form input.text {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 9px;
    background-color: #FFF;
    border-color: #999;
}
.postcode-form input.button {
	float:right;
	min-width:270px;
}
.postcode-form .location-picker {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: transparent url('../images/ico-location.png') no-repeat 0 0;
    right: 8px;
    top: 10px;
    cursor: pointer;
}
.postcode-form .location-picker.loader {
    background-image: url('../images/ajax-loader-bar.gif');
    width: 43px;
    height: 11px;
    top: 18px;
    cursor: default;
}
.postcode-form .radio-row {
    padding-left: 0;
    text-transform: uppercase;
}
.postcode-form .radio-row input:not(:checked) + label { color: #999; }
.data-table {
	margin:0 0 24px;
	border-collapse:collapse;
}
.data-table th {
	text-align:left;
	color:#333;
	padding:0;
}
.data-table td {padding:0;}
.item-boxes {margin:0 0 36px;}
.item-boxes .item {
	padding:20px 16px;
	overflow:hidden;
	background: url("../images/bg-gradient.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #828282;
}
.item-boxes .item:first-child {padding-top:0;}
.item-boxes .photo {
	float:left;
	margin:4px 14px 0 0;
}
.item-boxes .photo img { vertical-align:top;}
.item-boxes .date {
	float:right;
	padding:5px 5px 10px;
	margin:2px 4px 0 20px;
	width:75px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:20px;
}
.item-boxes .date span {
	display:block;
	font-size:25px;
	line-height:28px;
}
.item-boxes .description { 
    overflow:hidden;
    position: relative;
    min-height: 90px;
    padding: 0 0 44px;
}
.item-boxes .description .button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-boxes h2 {
	margin:0 0 25px;	
	text-transform:uppercase;
	color:#333;
    font:26px/34px 'FuturaBook',Arial,Helvetica,sans-serif;
}
.item-boxes p { margin:0;}
.event-box { overflow:hidden;}
.event-box header {
    width: 270px;
    text-align: center;
    margin: 55px auto 0;
	color:#fff;
	padding:8px 0;
	min-height:24px;
}
.event-box header h2 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}
.event-box .content {
	display:table;
	height:93px;
}
.event-box .content .holder {
	display:table-cell;
	vertical-align:bottom;
}
.event-box .content p { margin:10px 0 0;}
.form-box {
	padding:4px 16px 20px;
	margin:0 auto;
}
.form-box p { margin:0 0 35px;}
.form-box .label,
.form-box label { display: block; margin:0 0 0; }
.form-box .date-label { width: 175px; }
.form-box a { text-decoration:underline;}
.form-box select.full-length { width:100%; }
    .form-box textarea.text,
    .form-box input.text {
        padding: 13px 20px 12px;
        width: 100%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
.form-box textarea.text { 
    height: 100px;
    resize: none; 
}
.form-box input.password {
    background-image: url('../images/ico-password-lock.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px;
}
.form-box input.password:after {
    position: absolute;
    content: '';
    right: 2px;
    top: 2px;
    background: transparent url('../images/ico-password-lock.png') no-repeat 0 0;
    width: 14px;
    height: 18px;
}
.postcode-input {
    width:50% !important;
}

.form-box .textarea {
    padding: 13px 24px 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    min-height: 110px;
}
.form-box .ts1 {
	height:80px;
	min-height:80px;
}
.form-box .ts2 {
	height:180px;
	min-height:180px;
}
.visual-full-width .date {
    font-style: normal;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000;
    background:#000;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
}

.user-box p { margin:0 0 28px;}
.user-box .btn-row { padding:16px 0;}
.file-row,
.text-row {
	padding:0 0 18px;
	width:100%;
}
.file-row:after,
.text-row:after {
	display:block;
	clear:both;
	content:'';
}
.file-row { text-align: center; }
.radio-row {
	padding:5px 26px 22px;
	overflow:hidden;
}
/*.radio-row input {
	float:left;
	width:14px;
	height:15px;
	margin:18px 20px 0 0;
	padding:0;
}*/
.radio-row label {
	float:left;
	margin:12px 8px 0 0;
	color:#333;
	font-size:22px;
	line-height:26px;
}
.radio-row .item {
	float:left;
	padding:0 42px 0 0;
}
.radioArea,
.radioAreaChecked {
	float:left;
	margin:0 20px 0 0;
	width:56px;
	height:56px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/m-radio.png) no-repeat;
}
.radioAreaChecked { background-position:0 -70px;}
.date-row {
	padding:5px 26px 27px;
	overflow:hidden;
}
.date-row label {
	float:left;
	margin:12px 8px 0 0;
	color:#333;
	font-size:22px;
	line-height:26px;
}
.date-row input.text {
	padding:13px 15px 12px;
	width:55px;
}
.date-row .divider {
	float:left;
	width:44px;
	text-align:center;
	color:#333;
	font-size:22px;
	line-height:26px;
	margin:12px 0 0;
}
.check-row {
	padding:5px 0 15px;
	overflow:hidden;
}
.check-row input {
	float:left;
	width:14px;
	height:15px;
	margin:20px 20px 0 0;
	padding:0;
}
.check-row label {
	overflow:hidden;
	display:block;
	margin: 0;
    padding: 7px 0 0;
}
/*
.checkboxArea,
.checkboxAreaChecked {
	float:left;
	margin:0 20px 0 0;
	width:56px;
	height:56px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/m-checkbox.png) no-repeat;
}
.checkboxAreaChecked { background-position:0 -70px;}
*/
.checkboxArea,
.checkboxAreaChecked {
    background: #FFF none no-repeat 0 0;
    width: 42px;
    height: 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    margin: 0 10px 0 0;
    float: left;
}
.checkboxAreaChecked { background-image: url("../images/bg-checkbox02.png"); }

.btn-row {
	overflow:hidden;
	padding:22px 0;
}
.btn-row p { margin:7px 0 0;}
.btn-row input.button {
	float:right;
	margin:0 0 0 20px;
	min-width:210px;
}
.contact-box .btn-row {padding:0;}
.btn-row .btn-facebook {
	float:right;
	margin:0 0 0 10px;
}
.event-form {
	float:left;
	width:330px;
	text-align:right;
	margin:0 0 0 6px;
}
.event-form select {
	width:330px;
	margin:0 0 16px;
}
.event-form select.time { width:200px;}
.event-form p {
	margin:0;
	text-align:left;
	padding:14px 0 0;
}
.date-box {
	float:right;
	padding:5px 5px 10px;
	margin:2px 4px 0 20px;
	width:75px;
	text-align:center;
	color:#fff;	
	font-size:16px;
	line-height:20px;
}
.date-box span {
	display:block;
	font-size:25px;
	line-height:28px;
}
.btn-facebook {
	background:url(../images/btn-facebook.png) no-repeat;
	display:block;
	width:458px;
	height:76px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 16px;
}
.photo-box {
	float:left;
	border:1px solid #CCC;
	margin:0 24px 10px 0;
	padding:6px;
	background-color: #E9E9E9;
}
.photo-box img { vertical-align:top;}
.my-content .title-box { padding-bottom:0;}
.my-content .content-box {
	padding:22px 16px 0;
}
.my-content .content-box p { margin:0 0 26px;}
.my-content .search-letter 
{ 
    padding-top:0; 
}
.my-content .search-result { border:0;}
.my-content .search-result .item {
	border:0;	
}

.my-content .item-boxes .item:first-child { padding-top:20px;}
#search {background:#fff;}

/*FOCUS ON*/
.focuson .content-holder{position:relative;}
.focuson-box{float:left;margin:0;margin-right:10px;}
.focuson .date-box{position:absolute;left:520px;margin:0;}

.product-gallery .items-row{margin-bottom:20px;overflow:hidden;}
.product-gallery .item{float:left;width:213px;font-size:20px;}
.product-gallery .item .gallery-item-details{padding-left:40px;}

.sentence-transform

.sentence-transformy {
    text-transform: lowercase;
}

.sentence-transform:first-letter {
    text-transform: uppercase;
}

.softsignup-box,
.countdowntimer-box {
    padding-top : 5px ;
    padding-bottom : 15px;
}

.store-buttons .button {
    display: block;
    margin-right: 0;
}

.store-buttons .button.btn-booking {
    background-image: url(../images/ico-booking.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.btn-toggle-expand {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    background: #000 url(../images/btn-toggle-expand.png) no-repeat 0 -33px;
    float: right;
    text-indent: -9999em;
}
.btn-toggle-expand.closed { background-position: 0 0; }

.icon-list { list-style-type: none; }
.icon-list li { margin: 20px 0 0; }
.icon-list a { position: relative; }
.icon-list .ico-phone:before {
    position: absolute;
    left: -34px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background: #000 url(../images/ico-phone-mask.png) no-repeat 0 0;
}
.icon-list .ico-email:before {
    position: absolute;
    left: -34px;
    top: 10px;
    width: 19px;
    height: 13px;
    display: block;
    content: '';
    background: #000 url(../images/ico-email-mask.png) no-repeat 0 0;
}
.icon-list .ico-twitter:before {
    position: absolute;
    left: -40px;
    top: 4px;
    width: 28px;
    height: 19px;
    display: block;
    content: '';
    background: #000 url(../images/ico-twitter-mask.png) no-repeat 0 0;
}

.hero-image { margin: 0 0 20px 0; }
.hero-image img { width: 100%; }

.radio-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #CCC;
}
.radio-tabs li {
    padding: 0 16px;
    border-top: 1px solid #CCC;
    text-transform: uppercase;
    display: table;
}
.radio-tabs li .radioArea { margin-top: 10px; }
.radio-tabs li label {
    vertical-align: middle; 
    height: 75px;
    min-height: 75px;
    display: table-cell;
    width: 100%;
}
.radio-tabs li label span {
    text-transform: none;
    float: right;
}
.radio-tabs input:not(:checked) + label {color: #999;}
.section-box {
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
}
.section-box h3 {
    margin-top: 0;
    text-transform: uppercase;
}
.section-box .button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0 0;
}
.section-box .static-map { width: 100%; }

.parking-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.parking-icons li {
    line-height: 51px;
    position: relative;
    padding: 0 0 0 75px;
    margin: 15px 0;
}
.parking-icons li span { float: right; }
.parking-icons li:before {
    content: '';
    width: 51px;
    height: 51px;
    background: #FFF url('../images/ico-parking.png') no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.parking-icons li.disabled-spaces:before { background-position: 0 0; }
.parking-icons li.family-spaces:before { background-position: 0 -51px; }
.parking-icons li.electric:before { background-position: 0 -102px; }
.parking-icons li.mobility:before { background-position: 0 -153px; }
.parking-icons li.carwash:before { background-position: 0 -204px; }
.parking-icons li.valet:before { background-position: 0 -254px; }

.opening-times {
    margin: 0;
    padding: 0;
    list-style: none;
}
.opening-times li {
    line-height: 50px;
    padding: 0 20px; 
}
.opening-times li.today { color: #d90000; }
.opening-times li span {
    width: 100px;
    display: inline-block;
}
.opening-times li:nth-child(odd) {background-color: #f7f7f7;}

.collapsible .opener {
    position: relative;
    cursor: pointer;
    padding-right: 50px;
}
.collapsible .opener:after {
    content: '';
    width: 14px;
    height: 9px;
    background: transparent url(../images/m-arrow06.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    right: 25px;
    display: block;
}
.collapsible .opener.closed:after { background-position: 0 -9px; }

blockquote.shaded {
    background-color: #f7f7f7;
    margin: 0;
    padding: 25px;
}

/* vicinitee.css incorporated below */
.options .button {
    width: 120px; 
    margin-right: 10px;   
    font-size:15px;
}
.options .button:last-child {margin-right:0;}

.options .active {background: #6D6E71;}

.form-box span.error, .field-validation-error {color: #ff0000;}

.field-validation-valid {display: none;}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}
.button-wide {
    width:310px;
    margin: 0 auto;
}
.button.full-width {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom-border {border-bottom: 1px solid #848383;}
.distance {
    float:right;
    color: #A6A6A6;    
}

.direction-holder ol li {
    padding-bottom:10px;
    padding-top:5px;
    border-bottom: 1px solid #E6E6E6;
}

.direction-holder ol li:last-child {border: medium none;}

.validationErrors, .validation-summary-errors {
    font-weight: normal;
    color: #ff0000;
    border-radius:5px;
    padding: 7px 5px 7px 30px;    
    border: 1px solid #ff0000 !important;
    margin-top:10px;		
    margin-bottom:10px;
}
.validationErrors ul, .validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.success-message {
    font-weight: normal;
    color: #00b217;
    border-radius:5px;		
    padding: 7px 5px 7px 30px;    
    border: 1px solid #00b217 !important;
    margin-top:10px;		
    margin-bottom:10px;
}

.film-listing {margin-left:25px;}

.film-listing .description {
	float:left;
	width:70%;
}

.film-listing .show-times {
	float:right;
	padding-top:60px;	
}

.film-listing .film-times .button {
	margin-right:10px;
	margin-bottom:10px;
    position:static !important;
}



.film-listing .show-times .active 
{background: none repeat scroll 0 0 #6D6E71;}

.film-times
{margin-top:10px;}

.film-date {   
	color:#666666;		
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:25px;
}

.film-times p 
{margin-bottom:15px;}

.main-content-holder
{min-height:410px;}

 .today { font-weight:bold; }

.hours-list .today
{}

.day {
    width:200px;
    float:left;
}
    
.today .hours     
{color:#000;}
    
.hours {
    width:450px;
    float:left;
}

.store-content
{
	font-size: 28px;
    line-height: 40px;
    margin: 0 0 20px;
}

select { padding: 13px 20px 12px; }

.ajax-loading-panel 
{
    height: 200px;
    padding-top:90px;
    width: 200px;
    margin: 0 auto;
    text-align: center;            
}


.ajax-loading-panel img {
    margin-top:10px;
    margin-bottom:10px;
}

.getting-here header { margin-bottom: 20px; }

.getting-here section  {
    padding-bottom: 15px;
    margin-bottom: 15px;    
}

.getting-here article {
    padding: 20px 0 40px;
    margin: 0 0 40px;
    background: url("../images/bg-gradient.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #CCC;
}

#carpark-tarriff dl {
    background: transparent url('../images/seperator.gif') repeat 0 0;
    overflow: hidden;
}
#carpark-tarriff dt {
    float: left;
    clear: both;
    line-height: 60px;
    margin: 0 0 0 25px;
}
#carpark-tarriff dd {
    float: right;
    line-height: 60px;
    margin: 0 25px 0 0;
    font-weight: bold;
}
/***** Search *****/
#allSearchResults,
#searchResultsContainer,
#searchFilter {display:none;}
            
#searchResultsContainer {
    max-height:800px;
    overflow:scroll;
}            
#searchResults {
    min-height: 200px;
    position:absolute;
    top: 185px;
    z-index:100;
    right:1px;
    background: white;
    display: none;
    border: 1px solid #ccc;
    box-shadow: 3px 5px 6px 0 #ccc;
}
.loading-panel, #loading-panel {
    height: 200px;
    padding-top:90px;
    width: 200px;
    margin: 0 auto;
    text-align: center;        
}        
.loading-panel img, #loading-panel img {
    margin-top:10px;
    margin-bottom:10px;
}

/****** Product Finder Promo Banners ******/
.links-list ul li.promo { padding: 0; }
.links-list ul li.promo img {
    display: block; 
    width: 640px;
    margin: 0 auto;
}
.product-promo {
    width: 640px;
    margin: 0 auto;
}
.product-promo.promo2 {padding: 0 0 25px 0;}
.product-promo p {
    font-size: 22px;
    color: #999;
    margin: 5px 20px;
}
.product-promo a img {display: block;}
/****** Product Search ******/
.search-banner {
    width: 640px;
    margin: -20px auto 40px;    
}
.product-search-wrapper {    
    border-bottom: 1px solid #828282;
    background: url(../images/bg-gradient.png) repeat-x center bottom;
}
.product-search-wrapper .search-form { padding-bottom: 0;}
.product-search-wrapper .button { width: 145px; }
.select-with-label {
    padding: 0 0 24px 0;
}
.select-with-label label {
    float: left;
    background-color: #6A6A6A;
    color: #FFF;
    width: 120px;
    height: 55px;
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
}
.select-with-label select {
    width: 321px;
    height: 55px;
    margin: 0;
}
.page .button.right-arrow {
    background-image: url('../images/m-arrow03.png');
    background-repeat: no-repeat;
    background-position: 115px center;
    padding: 0 30px 0 0;
}
.related-list .product-item {
    padding: 25px 20px 25px 15px;
}
.related-list .product-item .visual {
    width: 270px;
    height: 130px;
    float: left;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin: 0 15px 0 0;
}
.related-list .product-item .details {
    display: table-cell;
    vertical-align: middle;
    height: 130px;    
}
.related-list .product-item .details h3 {
    width: auto;
    float: none;
    padding: 0;
}
.related-list .product-item .details .info {
    font-size: 19px;
    text-transform: none;
    font-weight: bold;
}
.related-list .product-item .details .info strong {
    color: #000;
}
.related-list .product-item .link {
    margin: 0 0 0 10px;
    height: 130px;
    background-position: 0 center !important;
}
.related-list .item h3.checkbox {
    width: 100%;
}
.related-list .item h3.checkbox a {
    width: 100%;
    display: block;
    position: relative;
}
.related-list .item h3.checkbox a span {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 4px;
    background-position: 0 0;
}
.related-list .item h3.checkbox a.active span { background-position: 0 -25px; }
.related-list .caption {
    text-transform: none;
}
.button-holder {
    text-align: center; 
    padding: 20px 0;
}
.button-holder .button { padding: 0 120px; }
.product-search .more {
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-size: 25px;
    line-height: 27px;
    height: auto;
}
.product-search .loading .more {
    text-indent: -9999em;
    background-position: center center;
    background-repeat: no-repeat;
}
.result-summary { text-align: center; }

/****** Product Details ******/
.title-box .highlight { color: #333; }

.product .details {
    padding: 0 16px 20px;
    border-bottom: 1px solid #848383;
    overflow: hidden;
}
.product .details .visual-wrapper { float: left; }
.product .details .visual {
    width: 220px;
    height: 220px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px 0 0;
}
.product .details .visual img {
    text-align: center;
    vertical-align: middle;
}
.product .info {
    padding: 25px 16px;
}
.product .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.product .social li {
    padding: 0 0 10px;
    height: 25px;
}
.product .button.add,
.product .button.remove {
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 0 20px 0 50px;
    width: auto;
}
.product .button.add { background-image: url('../images/ico-add.png'); }
.product .button.remove { background-image: url('../images/ico-remove.png'); }

/*********** Slider ************/
.slider {
    border-bottom: 1px solid #848383;
    background: url(../images/bg-gradient.png) repeat-x center bottom;
    margin: 0 0 30px 0;
}
.slide-wrapper {
    width: 640px;
    margin: 0 auto;
    position: relative;
}
.slider .slide-holder {
    width: 640px;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px 0;
}
.slider .slide-holder ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 9999px;
}
.slider .slide-holder .item {
    float: left;
    width: 500px;
    padding: 15px 60px 0 80px;
    margin: 0;
    background: none;
    border: none;
}
.slider .slide-holder .visual {
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
}
.slider .slide-holder .details {
    display: table-cell;
    vertical-align: middle;
    height: 130px;    
}
.slider .slide-holder .details h3 {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}
.slider .slide-holder .details .info {
    font-size: 19px; 
    text-transform: none;
}
.slider .slide-holder .details .info strong { color: #000; }

.slider .nav-buttons .next,
.slider .nav-buttons .prev {
    background: transparent url('../images/m-arrow04.png') no-repeat 0 0;
    display: block;
    width: 60px;
    height: 90px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    margin: -45px 0 0 0;
}
.slider .nav-buttons .next { right: 0; }
.slider .nav-buttons .prev { left: 0; background-position: -60px 0; }
.slider .nav-buttons .next span,
.slider .nav-buttons .prev span {
    display: block;
    width: 24px;
    height: 20px;
    background: transparent url('../images/m-arrow05.png') no-repeat 0 0;
    position: absolute;
    top: 35px;
}
.slider .nav-buttons .next span { right: 7px; }
.slider .nav-buttons .prev span { left: 7px; background-position: -24px 0; }
.slider .nav-links {
    position: absolute;
    top: 170px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.slider .nav-links li {
    display: inline;
    margin: 0 5px;
}
.slider .nav-links a {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background-position: 0 -20px;
}
.slider .nav-links .active a,
.slider .nav-links a:hover {
    background-position: 0 0;
}

/********** Stores ************/

#stores {
    float: none;
    clear: both;
    -webkit-overflow-scrolling: touch;
}

#shops-loading-panel {
    height: 200px;
    padding-top:90px;
    width: 200px;
    margin: 0 auto;
    text-align: center;        
}
        
#shops-loading-panel img {
    margin-top:10px;
    margin-bottom:10px;
}       
		
@media screen and (min-width: 620px)
{
	#stores {
		max-height: 1000px;                        
		overflow: scroll;
	}
}

.opening-times-links {margin-top:30px;}
.opening-times-extra {margin-top: 30px;}
.opening-times-extra header{margin-bottom: 30px;}

.opening-times-links .button{
    width: 320px;
    display: block !important;
    
}

/********** Gift Cards ***************/

.gift-card-visit-site {margin-top:30px; padding:0 16px 30px 16px;}

/********** Cookie Policy ************/

.cookie-policy {
    height: 90px;
    border-bottom: 1px solid #d7d7d7;
    background: transparent url('../images/bg-gradient-cookie.png') repeat-x 0 0;
}
.cookie-policy p {
    margin: 0;
    padding: 12px 100px 0 25px;
    color: #828282;
    font-size: 19px;
}
.cookie-policy .btn-close {
    float: right;
    margin: 25px 20px 0 0;
    background: transparent url('../images/m-btn-close.png') no-repeat top right;
    height: 36px;
    line-height: 36px;
    padding: 0 45px 0 0;
    color: #828282;
}

/*********** Share Box *************/
.share-box {
    padding: 22px 0;
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
}
.share-box .wrapper { float: right; }
.share-box .label {
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    float: left;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.share-box .facebook,
.share-box .twitter {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    background-color: #DDD;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0 20px;
}
.share-box .facebook { background-image: url('../images/ico-facebook.png'); }
.share-box .twitter { background-image: url('../images/ico-twitter.png'); }

/********* Enclosed Form Box **********/
.enclosed-form { margin: 0 15px 55px; }
.enclosed-form .header-box,
.enclosed-form .header-box header { margin: 0; }
.enclosed-form .error { color: #ff0000; }
.enclosed-form .text-row .error {
    padding: 5px 0 0 20px;
    margin: 0;
    float: left;
}
.enclosed-form .check-row .error {
    padding: 5px 0 0 75px;
    margin: 0;
    float: left;
}
.enclosed-form legend { display: none; }
.enclosed-form .form-box {
    padding: 40px 22px 44px;
    width: auto;
    border: 1px solid #cbcbcb;
    border-top: none;
    background: rgb(255,255,255); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0, rgba(239,239,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(239,239,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0,rgba(239,239,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.enclosed-form .form-box .title {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 15px 0;
    display: inline-block;
}
.enclosed-form .form-box .label,
.enclosed-form .form-box label { margin: 0 0 20px 15px; }
.enclosed-form .form-box select { width: 100%; }
.enclosed-form .form-box .check-row,
.enclosed-form .form-box .text-row { padding-bottom: 50px; }
.enclosed-form .form-box .btn-row { padding-top: 0; }
.enclosed-form .form-box .btn-row input.button {
    min-width: 240px;
    float: none;
    margin: 0 auto;
    padding: 0 28px;
    height: 60px;
    line-height: 60px;
    display: block;
}
.enclosed-form .form-box .btn-facebook {
    float: none;
    margin: 0 auto;
    background-image: url('../images/btn-facebook-connect.png');
}
.enclosed-form .form-box .input-wrapper { width: 100%; }
.enclosed-form .form-box textarea.text, 
.enclosed-form .form-box input.text {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------- rsvp stuff -----------*/
.header-box.promo-header { margin: 0; }
.header-box.promo-header header {
    margin: 0;
    padding: 15px 26px;
}
.header-box.promo-header header p { margin: 15px 0; }
.rsvp-info { text-transform: uppercase; }
.rsvp-extra-guests {
    clear: left;
    margin-left: 90px;
    display: none;
}
.rsvp-extra-guests #extraGuestsRequested {
    width: 30px;
    display: block;
    float: left;
    text-align: center;
}
.rsvp-extra-guests a {
    width: 28px;
    height: 24px;
    display: block;
    float: left;
    background: transparent url('../images/PlusMinusSprite.png');
}
.rsvp-extra-guests a:last-of-type { margin-right: 5px; }
.rsvp-extra-guests a.increase { background-position: 0 0; }
.rsvp-extra-guests a.increase-disabled { background-position: -28px 0; }
.rsvp-extra-guests a.decrease { background-position:0 -24px; }
.rsvp-extra-guests a.decrease-disabled { background-position: -28px -24px; }

.rsvp-dates {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.rsvp-dates li .occurrence .time-details, .rsvp-dates li .occurrence .date {padding: 25px;}
.rsvp-dates li:nth-child(even) .occurrence { background-color: #F7F7F7; }
.rsvp-dates li .occurrence .info, .rsvp-dates li .occurrence .opener, .rsvp-dates li .occurrence .button {
    text-transform: uppercase;
    float: right;
}

.rsvp-dates li .occurrence .opener { padding-right: 25px; }
.rsvp-dates li .occurrence .opener:after { right: 0; }

.enhanced-rsvp-format.rsvp-dates li .occurrence .opener { font-weight: bold;}

.rsvp-dates li .occurrence .guest-form {
    background-color: #d2d2d2;
    color: #000;
    position: relative;
}
.rsvp-dates li .occurrence .guest-form .form-wrapper { padding: 36px 25px 25px; }

.rsvp-dates li .occurrence .guest-form h3 {
    text-transform: uppercase;
    margin: 0;
}
.rsvp-dates li .occurrence .guest-form p { margin: 50px 0 20px; }
.rsvp-dates li .occurrence .guest-form span {
    display: block; 
    margin: 0 0 20px;
}
.standard-rsvp-format .rsvp-dates li .occurrence .guest-form:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #6A6B6D;
    position: absolute;
    top: 0;
    right: 65px;
}
.standard-rsvp-format .rsvp-dates li .occurrence .guest-form:before {
    content: '';
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 12px;
}
.rsvp-dates li:nth-child(even) .occurrence .guest-form:before { background-color: #F7F7F7; }
.rsvp-dates li .occurrence .guest-form input.text {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rsvp-dates .field-validation-error {color: #FF3C3C; padding: 15px 0 0 0; }
.rsvp-dates .guest-form .form-padding { padding: 0 25px 25px; }
.rsvp-dates li .occurrence .info,
.rsvp-dates .time-text {
    padding: 6px 0 0 0;
    display: inline-block;
}


.enhanced-rsvp-format.rsvp-dates li .occurrence .times .button {
    float: left;
    margin: 12px;
    width: 89px;
    height: 34px;
}

.enhanced-rsvp-format.rsvp-dates .occurrence .slot-available .button {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.enhanced-rsvp-format.rsvp-dates .occurrence .slot-available .button:hover {
    background: #000;
    color: #fff;
}

.enhanced-rsvp-format.rsvp-dates .occurrence .slot-full .button {
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
    cursor: not-allowed; 
    border: 1px solid #D4D4D4;
    color: #D4D4D4;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='#D4D4D4' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='#D4D4D4' stroke-width='1'/></svg>");
}

.enhanced-rsvp-format .times-and-guest-form {
    width: 100%;
}

.enhanced-rsvp-format.rsvp-dates li .occurrence .guest-form{
	width: 100%;						
	float:none;	
	display: block;		
	margin-top: 5px;	
}
	
.enhanced-rsvp-format.rsvp-dates li.has-selected-time .occurrence .slot-available .button {
	border: 1px solid #c1c4c8;
	color: #c1c4c8;
}
	
.enhanced-rsvp-format.rsvp-dates li.has-selected-time .occurrence .slot-available.time-selected .button {
	border: 1px solid #000;
	color: #fff;
	background: #000;

}

.rsvp-dates li .occurrence .guest-form #rsvpSubmit {
    float: none;
    clear: both;
}

.rsvp-dates li .occurrence .extra-info-section{
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
.rsvp-dates li .occurrence .extra-info-section:after {
    clear: both;
    content: "";
    display: block;
}

.rsvp-dates li .occurrence .guest-form .small-print {
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

/*-- end rsvp stuff --*/

/*----------- Register & Sign In -----------*/

.register-landing {
    background-color: #DBDBDB;
    padding: 20px;
    margin: 0 16px 24px;
}
.btn-row .button,
.text-row .button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.page .button.facebook-button,
.page .button.twitter-button {
    text-align: left;
    padding-left: 85px;
    position: relative;
}
.page .button.facebook-button:before,
.page .button.twitter-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
}
.page .button.facebook-button { background-color: #3C589E; }
.page .button.facebook-button:before { background: #2A427E url('../images/ico-facebook02.png') no-repeat 24px 21px; }
.page .button.twitter-button { background-color: #49ADE8; }
.page .button.twitter-button:before { background: #388FC3 url('../images/ico-twitter02.png') no-repeat 19px 21px; }

.divider {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 25px 0;
    position: relative;
    z-index: 1;
}
.divider:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}
.divider:after {
    content: '';
    position: absolute;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 25px;
    background-color: #FFF;
    z-index: -1;
}
.register-landing .divider:before { background-color: #CCC; }
.register-landing .divider:after { background-color: #DBDBDB; }

.link-button {
    float: right;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    padding: 15px 0 0 0;
}

.half-col {
    width: 50%;
    float: left;
}

.use-address {
    height: 35px !important;
    float:right;
}
.lookedup-addresses {
    width: 600px;
    margin: 0 auto;
    background: #efefef;
    margin-bottom:5px;
    display:none;
}
.address-detail {
    width:470px;
    float:left;
}   
.address-row {
    padding:10px;             
    border-bottom: 1px dotted black;
    width: 580px;
    float:none;
    clear:both;
    min-height:60px;
    overflow: hidden;
}
.enter-address {  
    height: 41px !important;
    line-height: 40px;
    margin: 0 0 0 20px;
    min-width: 210px;
    padding: 0 28px;
    float: right;
}
.date-wrapper {
    position: relative;
    float: left;
    width: 30%;
}
.date-wrapper.middle { margin: 0 5%; }
.date-wrapper select { width: 100%; }

.form-box h3 {
    text-transform: uppercase;
    margin: 10px 0 30px 0;
}
.form-box label p {
    margin: 10px 0 0;
}
.social-box .facebook-icon, 
.social-box .twitter-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 20px 0 0;
}
.social-box .facebook-icon { background: #2A427E url('../images/ico-facebook02.png') no-repeat 19px 15px; }
.social-box .twitter-icon { background: #388FC3 url('../images/ico-twitter02.png') no-repeat 13px 16px; }
.social-box span { line-height: 50px; }

/* Social stuff at top of page*/
.social-header {
    height:45px;
    padding-bottom:10px;
    border-bottom:solid 1px #cccccc;
    margin:0 20px 20px;
}

.social-header .social-holder {
    float: right;
    padding: 10px 0;
}


.social-holder .bold-font {
    text-transform: uppercase;
    float: left;
    margin: 0 0 0 15px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

.social-header .bold-font {
    font-family: "FuturaBook",Arial,Helvetica,sans-serif;
}

.social-header .social-holder .facebook {
    display: block;
    width: 27px;
    height: 26px;
    background: transparent url('../images/ico-facebook27x26.png') no-repeat 0 0;
    text-indent: -9999em;
}

.social-header .social-holder .twitter {
    display: block;
    width: 27px;
    height: 26px;
    background: transparent url('../images/ico-twitter27x26.png') no-repeat 0 0;
    text-indent: -9999em;
}


.social-header .social-holder .facebook, 
.social-header .social-holder .twitter {
    background-color: #000;
}

.social-header .social-holder a {
    float: left;
    margin: 0 0 0 10px;
}


/************** My Account Menu ***************/
.dropdown-menu {
    background-color: #494949;
    position: relative;
}
.dropdown-menu .menu-header {
    position: relative;
    text-transform: uppercase;
    color: #FFF;
    line-height: 60px;
    padding: 0 24px;
    cursor: pointer;
}
.dropdown-menu .menu-header:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 14px;
    height: 9px;
    background: transparent url('../images/m-arrow07.png') no-repeat 0 0;
}
.dropdown-menu .menu-header.open:after { background-position: 0 -9px; }
.dropdown-menu ul {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFF;
    margin: 0 5px;
    border: 1px solid #848484;
    border-top: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}
.dropdown-menu ul li {
    display: block;
    border-bottom: 1px solid #848484;
}
.dropdown-menu ul li:last-child { border-bottom: none; }
.dropdown-menu ul li a {
    padding: 20px 40px;
    text-transform: uppercase;
    display: block;
}
.dropdown-menu + .content-box { margin: 40px 0 0; }

.list-boxes {
    margin: 25px 20px 40px 20px;
    min-height: 200px;
}
.list-boxes .item { border-bottom: 1px solid #D4D4D4; }
.list-boxes .item h3 { text-transform: uppercase; }
.list-boxes .item .button { float: right; }
.list-boxes .item .description { padding: 0 0 25px 0; }
.list-boxes .item .description p { margin: 5px 0; }

.checkbox-form { padding-top: 10px; }
.checkbox-form .check-row {
    margin: 20px 0 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
}
.checkbox-form .btn-row { padding-top: 40px; }

.header-box.promo-header.form-header { margin: 20px 0; }

.interest-list {
    list-style: none;
    margin: 0;
    padding: 10px 10px 0;
    text-align: center;

}
.interest-list li {
    position: relative;
    margin: 10px;
    width: 260px;
    height: 164px;
    display: inline-block;
}
.interest-list li img { display: block; }
.interest-list li .like-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 76px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.interest-list li .like-overlay:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 34px;
    height: 30px;
    margin-left: -20px;
    background: transparent url('../images/heart-like.png') no-repeat 0 0;
}
.interest-list li.selected .like-overlay:after {background-position: 0 -30px;}

.clear {
    float:none;
    clear:both;
}


/********* PostCodeAnywhere Style Overrides ********/
.form-box input.text.pca-search {
    background-color: #EEE;
}
.pca .pcanotification {
    border: 1px solid #AAA !important;
    background-color: #DDD !important;
    font: 22px 'FuturaLight', 'Trebuchet MS', Arial, sans-serif !important;
}
.pca .pcaautocomplete .pcalist {
    border: 1px solid #AAA !important;
    background-color: #DDD !important;
    width: 100% !important;
}
.pca .pcaitem {
    font: 22px/38px 'FuturaLight', 'Trebuchet MS', Arial, sans-serif !important;
}
.pca .pcaselected {
    background: #AAA !important;
    color: #FFF !important;
}
.pca .pcaselected .pcadescription {
    color: #DDD !important;
}

/*----------------------*/

section#crisisMessage {
    display: none;
    position: fixed;
    z-index: 11000;
}

section#crisisMessage article.message-details{
    position: relative;
    width: 600px;
    height: 600px;
    background: #fff;
    color: #222;
    border-radius: 3px;
    padding: 20px;
    margin: 10% auto;
    z-index: 11000;
}

section#crisisMessage article.message-details h2 {
    margin: 10px 0;    
}
section#crisisMessage section.message-content {
    height: 430px;
    margin-bottom: 30px;
    overflow-y: scroll;
}

#crisisMessage .button {
    float: right;
}

/*----------------------*/