@font-face {
    font-family:'Swis721';
	src: url("https://www.squires-shop.com/content/fonts/Swis721_Lt_BT_Light.eot");
    src: url("/content/fonts/Swis721_Lt_BT_Light.eot?#iefix") format('embedded-opentype'),
		 url('/content/fonts/Swis721_Lt_BT_Light.woff2') format('woff2'),
		 url('/content/fonts/Swis721_Lt_BT_Light.woff') format('woff'),
		 url("/content/fonts/Swis721_Lt_BT_Light.ttf") format('truetype'),
		 url("/content/fonts/Swis721_Lt_BT_Light.svg#Swis721") format('svg');
	font-weight:400;
	font-style:normal;
}
@font-face {
    font-family:'Swis721';
	src: url("https://www.squires-shop.com/content/fonts/Swis721_Md_BT_Medium.eot");
    src: url("/content/fonts/Swis721_Md_BT_Medium.eot?#iefix") format('embedded-opentype'),
		 url('/content/fonts/Swis721_Md_BT_Medium.woff2') format('woff2'),
		 url('/content/fonts/Swis721_Md_BT_Medium.woff') format('woff'),
		 url("/content/fonts/Swis721_Md_BT_Medium.ttf") format('truetype'),
		 url("/content/fonts/Swis721_Md_BT_Medium.svg#Swis721") format('svg');
	font-weight:500;
	font-style:normal;
}
@font-face {
    font-family:'Swis721';
	src: url("https://www.squires-shop.com/content/fonts/swis721_bt_bold.eot");
    src: url("/content/fonts/swis721_bt_bold.eot?#iefix") format('embedded-opentype'),
		 url('/content/fonts/swis721_bt_bold.woff2') format('woff2'),
		 url('/content/fonts/swis721_bt_bold.woff') format('woff'),
		 url("/content/fonts/swis721_bt_bold.ttf") format('truetype'),
		 url("/content/fonts/swis721_bt_bold.svg#Swis721") format('svg');
	font-weight:900;
	font-style:normal;
}
@font-face {
    font-family:'Clicker Script';
	src: url("https://www.squires-shop.com/content/fonts/ClickerScript-Regular.eot");
    src: url("/content/fonts/ClickerScript-Regular.eot?#iefix") format('embedded-opentype'),
		 url('/content/fonts/ClickerScript-Regular.woff') format('woff'),
		 url("/content/fonts/ClickerScript-Regular.ttf") format('truetype'),
		 url("/content/fonts/ClickerScript-Regular.svg#Swis721") format('svg');
	font-weight:400;
	font-style:normal;
}

.homepage-tile {
	width:310px;
	height:310px;
	text-align:center;
	position:relative;
	overflow:hidden;
	border-radius:2px;
}
.homepage-tile-link, .homepage-tile-image {
	display:block;
	width:310px;
	height:310px;
}
.homepage-tile-popup {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	padding:15px;
}
.homepage-tile-popup-shadow {
	position:absolute;
	bottom:-1px;
	left:-1px;
	right:-1px;
	top:0;
	background:#333;
	filter:alpha(opacity=80);
	opacity:.8;
}
.homepage-tile-popup-header {
	position:relative;
	color:#fff;
	margin:0;
	font-weight:400;
	font-family:'Swis721';
	font-size:1.4em;
}
.homepage-tile-popup-text {
	position:relative;
	display:none;
	margin-bottom:10px;
	padding:0 15px;
	font-family:'Swis721';
	line-height:normal;
}