html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'uninstaregular', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow-x: hidden;
}

@media print {
   .noprint {
	  display: none;
   }
}

img {
	border: 0px;
}

a {
	color: #3576a3;
	text-decoration: none;
}
a:hover {
	color: #ff00a8;
	text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

b, .emph {
	font-weight: normal;
	font-family: 'uninstabold', helvetica, arial, sans-serif;
}
i, .ital {
	font-style: italic;
}
.mono {
	font-family: Courier, monospace;
}
.strike {
	text-decoration: line-through;
}
.sup {
	font-size: 10px;
	vertical-align: top;
	line-height: 8px;
}
.red {
	color: #ff00a8;
}
.blue {
	color: #0099cc;
}

div.hammerr {
	float: right;
	clear: right;
	-background-color: #ff00a8;
}
div.hammerl {
	float: right;
	clear: right;
	-background-color: #ff00a8;
}


#rmast {
	background-color: #f1f1f1;
	border-bottom: 2px solid #555555;
	height: 85px;
	position: relative;
}
	#rmast div.rc {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 168px;
		height: 80px;
		background-image: url("/images/r_mast_ussm.png");
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		opacity: 0.9;
	}
		@media only screen and (max-width: 720px) {
			/* phones and portrait tablets */
			#rmast div.rc {
				display: none;
			}
		}
	#rmast div.logo {
		position: absolute;
		left: 96px;
		top: 31px;
		margin: 0px auto;
		width: 133px;
		height: 23px;
	}
	#rmast div.logo div {
		width: 133px;
		height: 23px;
		background-image: url('/images/r_mast_logoc_old.png');
		background-size: 200%;
		background-position: left top;
		cursor: pointer;
		background-repeat: no-repeat;
	}
		#rmast div.logo div:hover {
			background-position: right top;
		}
	#rmast div.slogan {
		position: absolute;
		left: 237px;
		top: 38px;
		width: 171px;
		height: 9px;
		background-image: url('/images/r_mast_slogan_old.png');
		background-size: 100%;
		opacity: 1.0;
	}
		@media only screen and (max-width: 720px) {
			/* phones and portrait tablets */
			#rmast div.slogan {
				display: none;
			}
		}
	#rmast div.trigger {
		cursor: pointer;
		position: absolute;
		left: 0px;
		top: 0px;
		font-size: 16px;
		color: #fff;
		padding: 4px 7px;
		margin: 28px 10px 0px 10px;
		border: 1px solid #888;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
		#rmast div.trigger:hover {
			color: #fff;
			border: 1px solid #ff00a8;
			background-color: #ff00a8;
		}
		#rmast div.trigger a {
			color: #333;
		}
		#rmast div.trigger:hover a {
			color: #fff;
		}
		#rmast div.trigger a, #rmast div.trigger a:hover {
			text-decoration: none;
		}
	#rmast div.cart {
		position: absolute;
		right: 160px;
		top: 33px;
		font-size: 16px;
		text-align: center;
	}
		#rmast div.cart a {
			padding-left: 8px;
			color: #555;
			text-decoration: none;
		}
		#rmast div.cart a:hover {
			color: #ff00a8;
			text-decoration: none;
		}
		#rmast div.cart div.social {
			display: inline;
		}
		@media only screen and (max-width: 720px) {
			/* phones and portrait tablets */
			#rmast div.cart {
				right: 10px;
			}
			#rmast div.cart div.social {
				display: none;
			}
		}
		#rmast div.cart div.splitter {
			display: inline;
			border-left: 1px solid #777;
			margin-left: 8px;
			height: 26px;
			border-left: 1px solid #b5b5b5;
		}
.mm-listview li.icon a, .mm-listview li.icon span {
	font-size: 16px;
}
.mm-listview li.icon a small, .mm-listview li.icon span small {
    font-size: 12px;
}
.mm-listview li.icon a img, .mm-listview li.icon span img {
	border-radius: 50px;
	width: 50px;
	height: 50px;
	margin: -5px 10px -5px -5px;
	float: left;
}
.mm-listview li.icon:after {
    left: 75px !important;
}
.mm-title {
	display: none !important;
}


#modhead {
	position: relative;
	height: 250px;
	width: 100%;
	background-color: #555;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
	#modhead div.typography {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 250px;
		width: 100%;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	}
	#modhead h1 {
		text-transform: none;
		font-weight: normal;
		font-size: 36px;
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		text-align: center;
		letter-spacing: -0.03em;
		color: #fff;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		line-height: 0x;
		margin: 0px;
	}
	@media only screen and (max-width: 720px) {
			/* phones and portrait tablets */
			#modhead {
				height: 125px;
			}
			#modhead div.typography {
				height: 125px;
			}
		}


#container {
	-max-width: 900px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
#subcontainer {
	margin: 0px 10px;
	position: relative;
}



#content {
	-max-width: 900px;
	min-width: 300px;
	min-height: 220px;
}
	.darkmode {
		background-color: #000;
		background-color: #414b35;
		margin-top: 0px;
		padding-top: 20px;
	}
.column1, .column2 {
	min-height: 1px;
	float: left;
	position: relative;
}
.column1 {
}
.column2 {
}
.ender {
	min-height: 1px;
	clear: both;
}
.breakup, .breakuplight, .breakupwhite {
	min-height: 1px;
	width: 100%;
	height: 1px;
	margin: 12px 0px;
	background-color: #d4d4d4;
	border: none;
}
.breakuplight {
	background-color: #e2e2e2;
}
.breakupwhite {
	background-color: #fff;
}
.cwp100 {
	width: 95%;
}
.cwp70 {
	width: 68%;
}
.cwp30 {
	width: 28%;
}
	@media only screen and (max-width: 1000px) {
		/* phones and portrait tablets */
		.cwp70 {
			width: 95%;
		}
		.cwp30 {
			width: 95%;
		}
	}

.cw168 {
	width: 168px;
}
.cw245 {
	width: 245px;
}
.cw300 {
	width: 300px;
}
.cw335 {
	width: 335px;
}
.cw400 {
	width: 400px;
}
.cw445 {
	width: 445px;
}
.cw490 {
	width: 490px;
}
.cw590 {
	max-width: 590px;
}
.cw722 {
	width: 722px;
}
.cw900 {
	width: 900px;
	margin-right: 0px;
}


.boxlarge {
	border: 1px solid #dfdfdf;
	padding: 25px 30px;
	color: #5f5649;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
}
.boxlarge {
	width: 528px;
}
.boxlarge h1, .boxundef h1 {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.boxlarge h2, .boxundef h2 {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.boxundef {
	padding: 12px 10px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
}



div.feature {
	width: 590px;
	height: 448px;
	margin-bottom: 10px;
	position: relative;
}
div.feature div.panel {
	width: 590px;
	height: 448px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
div.feature div.panelOn {
	display: block;
}
div.feature div.controls {
	width: 590px;
	position: absolute;
	bottom: 45px;
	text-align: center;
	font-size: 48px;
	line-height: 0px;
}
div.feature div.controls a, div.feature div.controls a:hover {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: 0px 1px 2px #000;
	filter: dropshadow(color=#000, offx=0, offy=1);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin: 0px 10px;
}
div.feature div.controls a:hover, div.feature div.controls a.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
div.feature div.controls a.on {
	font-size: 96px;
	margin: 0px 3px;
}
img.feature {
	width: 590px;
	height: 448px;
	margin-bottom: 10px;
}
img.feature:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

#superfeature {
	width: 900px;
	height: 448px;
	margin-bottom: 10px;
	position: relative;
}
#sfpanel1 {
	position: absolute;
	width: 590px;
	height: 448px;
	top: 0px;
	left: 0px;
}
#sfpanel2 {
	position: absolute;
	width: 300px;
	height: 219px;
	top: 0px;
	right: 0px;
}
#sfpanel3 {
	position: absolute;
	width: 300px;
	height: 219px;
	bottom: 0px;
	right: 0px;
}

div.furnfeature {
	position: relative;
	margin-top: 10px;
	width: 550px;
	height: 220px;
}
div.furnfeature div.link {
	font-family: 'Courier New', 'Courier', monospace;
	position: absolute;
	right: 24px;
	top: -26px;
}
div.furnfeature img:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}
div.furnfeature img {
	position: absolute;
	width: 70px;
	height: 105px;
}
div.furnfeature img.x0 {
	top: 0px;
	left: 0px;
	width: 144px;
	height: 216px;
}
div.furnfeature img.x1 {
	top: 0px;
	left: 151px;
}
div.furnfeature img.x2 {
	top: 111px;
	left: 151px;
}
div.furnfeature img.x3 {
	top: 0px;
	left: 226px;
}
div.furnfeature img.x4 {
	top: 111px;
	left: 226px;
}
div.furnfeature img.x5 {
	top: 0px;
	left: 302px;
	width: 224px;
	height: 216px;
}



.cw590 .box {
	position: relative;
	width: 566px;
	padding: 12px;
	min-height: 100px;
	margin-bottom: 10px;
}

.cw245 .box {
	position: relative;
	width: 221px;
	padding: 12px;
	min-height: 100px;
	margin-bottom: 10px;
}
.cw335 .box {
	position: relative;
	width: 311px;
	padding: 12px;
	min-height: 100px;
	margin-bottom: 10px;
}

.cw168 .box {
	position: relative;
	width: 156px;
	min-height: 100px;
	padding: 6px;
	margin-bottom: 10px;
}
.cw168 .box .upper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 55px;
}
.cw168 .box .main {
	margin-top: 36px;
	padding: 11px;
	font-family: 'Courier New', 'Courier', monospace;
}

.cw300 .box {
	position: relative;
	width: 276px;
	min-height: 100px;
	padding: 12px;
	margin-bottom: 10px;
}

.cwp30 .box {
	position: relative;
	min-height: 100px;
	padding: 12px;
	margin-bottom: 10px;
}


.bgrey {
	background-color: #e3e3e3;
}
.bcharcoal {
	background-color: #333;
}
.bblue {
	background-color: #0099cc;
}
.blightblue {
	background-color: #b6e2f0;
}
.bwhite {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	background-color: #f8f8f8;
	border: none;
}

.box .main ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.box .main li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.box .main p {
	margin: 0px 0px 15px 0px;
}

.bscale {
	width: 100% !important;
}

.boxtitle {
	position: absolute;
	text-indent: -9999px;
}
.boxtitletext {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: -0.05em;
	line-height: 18px;
}


#foot {
	margin-top: 16px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	height: 75px;
	width: 900px;
	position: relative;
}
#wyab {
	margin: 4px 0px 0px 10px;
	padding: 8px 0px 8px 0px;
	position: relative;
}
	#wyab a:hover {
		text-decoration: none;
	}
#foot ul.nav, #wyab ul.nav {
	-font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #777;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#foot ul.nav {
	padding: 0px 0px 0px 10px;
}
#foot ul.nav li, #wyab ul.nav li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#wyab ul.nav li {
	padding: 0px;
}
#foot ul.nav li.copy {
	float: right;
}

#footwrap {
	border-top: 2px solid #555;
	background-color: #f1f1f1;
}
#footsofas {
	background-color: #fff;
	background-image: url("/images/r_foot_sofas.png");
	background-size: 572px 36px;
	background-position: center;
	height: 36px;
	width: 100%;
}
#footgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0%;
	grid-template-areas: "chunk chunk";
}
	@media only screen and (max-width: 600px) {
		#footgrid { 
			grid-template-columns: 1fr;
			grid-template-areas: "chunk";
		}
	}

.footgridchunk {
	grid-area: "chunk";
}
	.footgridchunk:last-child {
		border-left: 2px solid #555;
	}
	@media only screen and (max-width: 600px) {
		.footgridchunk:last-child {
			border-left: none;
			border-top: 2px solid #555;
		}
	}

#footnews, #footlinks {
	margin: 0px;
	padding: 40px 40px;
	text-align: left;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
	#footnews h1 {
		font-family: 'Playfair Display', serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 48px;
		letter-spacing: -0.03em;
		color: #333;
		line-height: .9em;
		margin-top: 0px;
		padding-top: 0px;
	}
	#footnews .email {
		width: 250px;
		font-family: 'uninstaregular', helvetica, arial, sans-serif;
		background-color: #f1f1f1;
		border: none;
		border-bottom: 2px solid #999;
		color: #333;
		padding: 13px 10px;
		margin: 0px;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		text-align: left;
	}
		#footnews .email:hover, #footnews .email:focus {
			color: #2c4d69;
			border-bottom: 2px solid #2c4d69;
			outline: none !important;
		}
	#footnews .subscribe {
		font-family: 'uninstabold', helvetica, arial, sans-serif;
		font-weight: normal;
		background: none;
		background-color: #f1f1f1;
		border: none;
		border-radius: 0;
		color: #44759f;
		padding: 13px 10px;
		margin: 0px;
		line-height: normal;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
		#footnews .subscribe:hover, #footnews .subscribe:focus {
			color: #ea37a4;
			outline: none !important;
		}

	#footlinks h1 {
		font-family: 'Playfair Display', serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 27px;
		letter-spacing: -0.03em;
		color: #333;
		margin-top: 0px;
		padding-top: 0px;
	}
	#footlinks ul {
		font-size: 15px;
		list-style: none;
		padding: 0px;
		margin: 40px 0px 0px 0px;
	}
		#footlinks ul li {
			padding: 0px;
			margin: 0px 0px 20px 0px;
		}
	#footlinks a {
		padding-left: 6px;
		color: #333;
	}
	#footlinks a:hover {
		color: #ff00a8;
		text-decoration: none;
	}
#foottag {
	border-top: 2px solid #555;
	padding: 40px 20px 50px 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
	#foottag a, #foottag a:hover {
		text-decoration: none;
	}
	#foottag a {
		color: #333;
		text-decoration: underline;
	}
	#foottag a:hover {
		color: #ff00a8;
	}
	#foottag img {
		width: 150px;
		opacity: 1;
	}



table.quotetable {
	width: 100%;
}
table.quotetable td, table.quotetable th {
	width: 50%;
	text-align: center;
}
table.quotetable th {
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding-top: 15px;
}
table.quotetable td {
	font-size: 12px;
	line-height: 14px;
	color: #ada9a0;
}
table.quotetable tr {
	vertical-align: top;
}



p.quote {
	padding: 12px;
	background-color: #fafafa;
}
p.boy {
	background-color: #dcebf2;
}
p.girl {
	background-color: #f5dbe6;
}
a.footnote {
	font-size: 10px;
	vertical-align: top;
	line-height: 8px;
}
ol.footnotes {
	border-top: 1px solid #eee;
	margin: 15px 0px 0px 0px;
	padding: 15px 15px 0px 30px;
	font-size: 10px;
	line-height: normal;
}
ol.footnotes li {
	margin-bottom: 10px;
}
.bettersuperscript {
	font-size: 10px;
	vertical-align: top;
	line-height: 8px;
}




div.blog {
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
}
	div.blog h1 {
		font-family: 'Playfair Display', serif;
		text-transform: none;
		font-weight: normal;
		font-size: 36px;
		line-height: 1.1em;
		letter-spacing: -0.03em;
		color: #333;
		padding: 0px;
		margin: 13px 0px 0px 0px;
	}
		div.blog h1 a, div.blog h1 a:hover {
			color: #333;
			text-decoration: none;
		}
	div.blog h2 {
		font-family: 'uninstanormal', helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .1em;
		color: #333;
		margin: 7px 0px 0px 0px;
		padding: 0px;
	}
	div.blog h3 {
		font-family: 'uninstanormal', helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: -0.03em;
		color: #6a6a6a;
		padding: 0px;
		margin: 0px;
	}
	div.blog div.breakup {
		min-height: 1px;
		width: 100%;
		height: 1px;
		margin: 12px 0px;
		background-color: #d4d4d4;
		background-image: none;
		border: none;
		clear: both;
	}
	div.blog div.light {
		min-height: 1px;
		width: 100%;
		height: 1px;
		margin: 12px 0px;
		background-color: #e2e2e2;
		background-image: none;
		border: none;
		clear: both;
	}
	
	div.blog div.words h2 {
		margin-top: 12px;
		clear: both;
	}
	div.blog div.words p {
		margin-right: 240px;
		font-size: 14px;
		line-height: 18px;
	}
		div.blog p.caption {
			margin-top: 0px;
			color: #777;
			text-align: center;
		}
	div.blog div.words img {
		max-width: 590px;
	}
	div.cw900 img {
		max-width: 900px !important;
	}
	
	div.blog div.words ul, div.blog div.words ol {
		font-size: 14px;
		line-height: 16px;
		margin-right: 240px;
	}
	div.blog div.words ul li, div.blog div.words ol li {
		margin-bottom: 10px;
	}
	
	div.fullwidth p, div.fullwidth ul, div.fullwidth ol {
		margin-right: 0px !important;
	}
	
	div.blog div.words div.quoteFloat {
		width: 220px;
		float: right;
	}
		div.blog div.words div.quoteFloat h1 {
			margin: 0px 0px 12px 0px;
			font-family: 'uninstanormal', helvetica, Arial, sans-serif;
			font-weight: normal;
			font-style: italic;
			font-size: 21px;
			letter-spacing: -0.04em;
			line-height: 23px;
			color: #777;
			text-align: left;
		}
		div.blog div.words div.quoteFloat p {
			margin: 0px 0px 12px 0px;
			color: #777;
			text-align: left;
			font-family: 'uninstanormal', helvetica, arial, sans-serif;
			font-size: 12px;
			line-height: 14px;
		}
	
	div.blog div.words div.photoFloat {
		width: 220px;
		float: right;
	}
		div.blog div.words div.photoFloat img {
			width: 220px;
		}
		div.blog div.words div.photoFloat p {
			margin-right: 0px;
			font-family: Courier, monospace;
			font-size: 12px;
			line-height: 14px;
		}
	
	
	div.blogpost div.tagsoup, div.blogpost div.sharesoup {
		font-size: 12pt;
		padding-top: 10px;
	}
	div.blogpost div.tagsoup div, div.blogpost div.sharesoup div {
		margin: 4px 2px 9px 0px;
		float: left;
	}
	div.blogpost div.tagsoup span.label, div.blogpost div.sharesoup span.label {
		color: #777;
		background-color: #fff;
		font-weight: normal;
		text-decoration: none;
		border: 1px solid #ccc;
		padding: 3px 6px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	div.blogpost div.tagsoup a, div.blogpost div.sharesoup a {
		color: #666;
		background-color: #dddddd;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
		text-decoration: none;
		padding: 4px 7px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	div.blogpost div.tagsoup a:hover, div.blogpost div.sharesoup a:hover {
		color: #fff;
		background-color: #ff00a8;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
	}
	
	
	
	div.blog div.tagsoup, div.blog div.sharesoup {
		font-size: 10px;
		width: 590px;
		overflow: hidden;
	}
	div.blog div.tagsoup div, div.blog div.sharesoup div {
		margin: 4px 2px 9px 0px;
		float: left;
	}
	div.blog div.tagsoup span.label, div.blog div.sharesoup span.label {
		color: #777;
		background-color: #fff;
		font-weight: normal;
		text-decoration: none;
		border: 1px solid #ccc;
		padding: 3px 6px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	div.blog div.tagsoup a, div.blog div.sharesoup a {
		color: #666;
		background-color: #dddddd;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
		text-decoration: none;
		padding: 4px 7px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	div.blog div.tagsoup a:hover, div.blog div.sharesoup a:hover {
		color: #fff;
		background-color: #ff00a8;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
	}
	
	div.blog div.pinter {
		position: absolute;
	}
		div.blog div.pinter img {
			position: absolute;
			left: 0px;
			top: 0px;
			border: 1px solid #fff;
			transition: opacity 0.25s;
		}
		div.blog div.pinter:hover img {
			opacity: 0.7;
		}
		div.blog div.pinter div.caption {
			position: absolute;
			bottom: 50px;
			left: 50px;
			right: 50px;
			text-align: center;
			transition: opacity 0.25s;
			background-color: rgba(255, 255, 255, 0.9);
			padding: 20px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			opacity: 0.0;
		}
		div.blog div.pinter:hover div.caption {
			opacity: 1.0;
		}
		div.blog div.pinter div.caption h3 {
			font-size: 18px;
			font-weight: normal;
			margin: 0px;
			text-transform: uppercase;
		}
		div.blog div.pinter div.caption p {
			margin: 0px;
			padding-top: 5px;
			font-size: 12px;
			line-height: normal;
		}

div.questions {
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
}	
	div.questions h1 {
		font-family: 'Playfair Display', serif;
		font-weight: normal;
		font-size: 36px;
		line-height: 36px;
		letter-spacing: -0.03em;
		text-transform: none;
		color: #333;
		padding: 0px;
		margin: 13px 0px 0px 0px;
		text-align: center;
	}
	div.questions div.words p {
		font-size: 14px;
		line-height: 18px;
	}
	div.questions div.tagsoup, div.questions div.sharesoup {
		font-size: 14px;
		width: 100%;
		overflow: hidden;
	}
	div.questions div.tagsoup div, div.questions div.sharesoup div {
		margin: 6px 4px 11px 0px;
		float: left;
	}
	div.questions div.tagsoup span.label, div.questions div.sharesoup span.label {
		color: #777;
		background-color: #fff;
		font-weight: normal;
		text-decoration: none;
		border: 1px solid #ccc;
		padding: 5px 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	div.questions div.tagsoup a, div.questions div.sharesoup a {
		color: #666;
		background-color: #dddddd;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
		text-decoration: none;
		padding: 6px 9px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	div.questions div.tagsoup a:hover, div.questions div.sharesoup a:hover {
		color: #fff;
		background-color: #ff00a8;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
	}
	.video-responsive{
	    overflow:hidden;
	    padding-bottom:56.25%;
	    position:relative;
	    height:0;
	}
	.video-responsive iframe{
	    left:0;
	    top:0;
	    height:100%;
	    width:100%;
	    position:absolute;
	}
	.questionwrapper {
		display: grid;
		grid-gap: 0px;
		grid-template-columns: repeat(auto-fill, minmax(27%,1fr) minmax(67%,2fr));
	}
	.questionbox {
		background-color: #fff;
		color: #fff;
		padding: 0px;
		font-size: 150%;
		margin-bottom: 7px;
		border-top: 1px solid #ccc;
	}
	.questionbox:nth-child(even) {
		color: #333;
		padding: 10px 20px 0px 15px;
		margin-bottom: 20px;
	}
	.questionbox img {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.questionbox h1 {
		font-family: 'Playfair Display', serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		.questionbox a:hover {
			text-decoration: none;
		}
	.questionbox p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 5px;
	}
	.questionbox ul.tags {
		font-size: 12px;
		line-height: 14px;
		list-style: none;
		margin: 5px 0px 15px 0px;
		padding: 0px;
	}
		.questionbox ul.tags li {
			display: inline;
			margin-right: 6px;
		}
	.questionbox div.play {
		color: #666;
		border: 1px solid #666;
		display: inline;
		padding: 6px 8px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
	}
		.questionbox div.play:hover {
			border: 1px solid #eb37a4;
			background: #eb37a4;
			color: #fff;
			cursor: pointer;
		}
	.questionbox div.duration {
		color: #ccc;
		border: 1px solid #ccc;
		display: inline;
		padding: 6px 8px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 14px;
		margin-left: 6px;
	}
	.qsort {
		color: #777;
		border: 1px solid #ccc;
		display: inline;
		padding: 5px 7px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 12px;
		margin-left: 4px;
	}
		.qsort:hover, .qon {
			border: 1px solid #eb37a4;
			background: #eb37a4;
			color: #fff;
			cursor: pointer;
		}
		
	select#tagdrop {
		-webkit-appearance: button;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-padding-end: 20px;
		-webkit-padding-start: 2px;
		-webkit-user-select: none;
		background-color: #fff;
		border: 1px solid #ccc;
		color: #777;
		font-size: inherit;
		margin-left: 4px;
		margin-top: -8px;
		overflow: hidden;
		display: inline;
		padding: 3px 6px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 150px;
		font-size: 12px;
		height: 30px;
	}
	ul.questpack {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	ul.questpack li {
		display: inline-block;
		margin: 3px 2px;
		padding: 4px 7px;
		font-size: .9em !important;
		border-right: 1px solid #eee;
		border: 1px solid #eee;
	}
		
		

div.gallerySet {
	background-color: #eeeeee;
	padding: 25px 15px 15px 25px;
	margin: 10px 0px;
}
	div.gallerySet img {
		margin: 0px 10px 10px 0px;
	}
div.gallerySetNarrow {
	background-color: #ffffff;
	padding: 0px;
	margin: 10px 0px;
}
	div.gallerySetNarrow img {
		width: 116px;
		height: 116px;
		margin: 0px 1px 1px 0px;
	}
div.gallerySetFullwidth {
	background-color: #ffffff;
	padding: 0px;
	margin: 10px 0px;
}
	div.gallerySetFullwidth img {
		width: 116px;
		height: 116px;
		margin: 0px 2px 1px 0px;
	}

table.sources {
	width: 100%;
	
}
	table.sources td {
		padding-left: 15px;
	}
	table.sources td.thumb {
		width: 100px;
		padding-left: 0px;
	}
	table.sources th {
		text-transform: uppercase;
		font-size: 13px;
		padding: 20px 0px 4px 0px;
		margin: 0px;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	table.sources img {
		width: 100px;
		border: none;
	}


a.biglink {
	padding: 12px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-family: 'uninstabold', helvetica, arial, sans-serif;
}
	a.biglink:hover {
		background-color: #ff00a8;
	}
a.lessbiglink {
	padding: 6px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: 'uninstabold', helvetica, arial, sans-serif;
}
	a.lessbiglink:hover {
		background-color: #ff00a8;
	}
	
	
	

#greyheader {
	position: relative;
	width: 590px;
	height: 66px;
	background: #fff url('/images/blog_grey_bg.png') no-repeat;
	text-indent: -9999px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}
	#greyheader div {
		position: absolute;
		height: 12px;
		top: 43px;
		cursor: pointer;
		text-indent: -9999px;
		background-position: top left;
	}
	#greyheader div:hover {
		background-position: bottom left;
	}
	#ghoverview {
		width: 51px;
		left: 205px;
		background-image: url('/images/blog_grey_overview.png');
	}
	#ghprojects {
		width: 50px;
		left: 289px;
		background-image: url('/images/blog_grey_projects.png');
	}
	#ghphotos {
		width: 90px;
		left: 374px;
		background-image: url('/images/blog_grey_photos.png');
	}
	#ghjournal {
		width: 71px;
		left: 499px;
		background-image: url('/images/blog_grey_journal.png');
	}
#greyheaderbox {
	position: relative;
	width: 276px;
	height: 61px;
	background: url('/images/box_grey_header.png') no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}
	#greyheaderbox div.button {
		position: absolute;
		right: 0px;
		height: 11px;
		cursor: pointer;
		text-indent: -9999px;
		background-position: top left;
	}
	#greyheaderbox div.button:hover {
		background-position: bottom left;
	}
	#ghboverview {
		top: 0px;
		width: 51px;
		background-image: url('/images/box_grey_overview.png');
	}
	#ghbprojects {
		top: 16px;
		width: 51px;
		background-image: url('/images/box_grey_projects.png');
	}
	#ghbphotos {
		top: 32px;
		width: 91px;
		background-image: url('/images/box_grey_photos.png');
	}
	#ghbjournal {
		top: 48px;
		width: 72px;
		background-image: url('/images/box_grey_journal.png');
	}




div.buttonbox {
	font-family: 'uninstaregular', helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	overflow: hidden;
}
div.buttonbox div {
	margin: 4px 2px 6px 0px;
	float: left;
}
div.buttonbox span.label {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.buttonbox a {
	font-family: 'uninstaregular', helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ccc;
	background-color: #333;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.bwhite div.buttonbox a {
	color: #fff;
	background-color: #aaa;
}
div.buttonbox a:hover, div.bwhite div.buttonbox a:hover {
	color: #fff;
	background-color: #ff00a8;
	font-weight: normal;
}




div.paginate {
	height: 20px;
	text-align: right;
	padding: 6px 0px 0px 0px;
	color: #ccc;
}
	div.paginate div {
		display: inline;
		height: 16px;
		font-size: 12px;
		line-height: normal;
		cursor: pointer;
		margin-left: 5px;
		padding: 3px 6px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	div.paginate div.off {
		background-color: #ccc;
		color: #fff;
	}
	div.paginate div.off:hover {
		background-color: #ff00a8;
		color: #fff;
	}
	div.paginate div.on {
		background-color: #333;
		color: #fff;
		font-weight: normal;
		font-family: 'uninstabold', helvetica, arial, sans-serif;
	}

div.entry {
	margin: 4px 0px 6px 0px;
	padding: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.icon50 {
	min-height: 50px;
}
.icon50 div {
	margin-left: 58px;
}
.icon50 div.blogicon {
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: #f8f8f8 url("/images/box_blog_bg.png") no-repeat top left;
}
.icon25 {
	min-height: 25px;
}
.icon25 div {
	margin-left: 27px;
}
.icon25 div.blogicon {
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: #f8f8f8 url("/images/box_blog_sm_bg.png") no-repeat top left;
}
div.entry a.big {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -0.05em;
	line-height: 16px;
}
div.entry a.big:hover {
	text-decoration: underline;
}
div.entry h1 {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: -0.05em;
	line-height: 16px;
	margin: 0px;
}
div.entry ul {
	padding-left: 20px;
}
div.entry p.intro {
	font-family: 'uninstaregular', helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}
div.entry p.intro a {
	font-family: 'uninstaregular', helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}

img.ad {
	margin-bottom: 10px;
}

div.sectionheader {
	width: 900px;
	height: 120px;
	background-size: 900px 120px;
	background-color: #fff;
	background-position: top left;
	cursor: pointer;
	text-indent: -9999px;
}
div.posthead {
	width: 900px;
	height: 50px;
	background-color: #fff;
	background-position: top left;
	background-size: 900px 50px;
	cursor: pointer;
	text-indent: -9999px;
	margin-bottom: 10px;
}
div.sectionsubhead {
	background-color: #e5e5e5;
	font-size: 24px;
	padding: 17px 20px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	font-family: 'uninstalight', helvetica, arial, sans-serif;
}

#igridt {
	width: 565px;
	height: 273px;
	position: relative;
}
#igtm1, #igtm2, #igtm3, #igtm4, #igtm5, #igtm6 {
	position: absolute;
	cursor: pointer;
	width: 90px;
	height: 135px;
}
#igtm1, #igtm2, #igtm3 {
	top: 0px;
}
#igtm4, #igtm5, #igtm6 {
	top: 138px;
}
#igtm1, #igtm4 {
	left: 0px;
}
#igtm2, #igtm5 {
	left: 93px;
}
#igtm3, #igtm6 {
	left: 186px;
}
#igridt img {
	width: 90px;
	height: 135px;
}


/* ###### White / Pink #########*/
.white-pink {
    min-width: 280px !important;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}
.white-pink h1 {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: normal !important;
    text-align: left !important;
    padding: 0px 0px 10px 40px !important;
    display: block;
    margin: 20px 0px 10px -10px !important;
    color: #969696;
}
.white-pink h1>span {
    display: block;
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
}
.white-pink label {
    display: block;
    margin: 0px 0px 5px;
}
.white-pink label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #969696;
}
.white-pink input[type="text"], .white-pink input[type="email"], .white-pink textarea,.white-pink select{
    color: #333;
    width: 70%;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 25px;
    line-height:15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
.white-pink .required {
	border: 1px solid #ff00a8 !important;
    box-shadow: #ff00a8 0 0px 10px -1px !important;
    -webkit-box-shadow: #ff00a8 0 0px 10px -1px !important;
}
.white-pink textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.white-pink .button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    box-shadow:inset 0px 1px 0px 0px #fbafe3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color:#ff5bb0;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #ee1eb5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height: 40px;
    line-height: 30px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
    margin-bottom: 20px;
}
.white-pink div.button {
	width: intrinsic;
	display: block;
	padding: 10px 20px 0px 20px;
}
.white-pink .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
    background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background-color:#ef027d;
}
.white-pink .button:active {
    position:relative;
    top:1px;
}
.white-pink select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    line-height: 15px;
    height: 30px;
}
.white-pink .preamble {
	font-size: 14px;
	line-height: 18px;
    padding: 0px 30px 10px 30px !important;
    display: block;
    margin: 20px 0px 10px 0px !important;
}


/*  SECTIONS  */
.contactsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.contactcol {
	display: table;
	float:left;
	margin: 0% 0 1% 1.6%;
	
	
	height: 150px;
	cursor: pointer;
    background-color:#edf4f8;
    -border-radius:9px;
    --webkit-border-radius:9px;
    --moz-border-border-radius:9px;
    color: #333;
    font-size: 18px;
    line-height: normal;
    text-decoration:none;
}
.contactcol:first-child { margin-left: 0; }
.contactcol:hover {
    background-color: #d4e3ee;
}

.contactcap {
    text-align:center;
    vertical-align: middle;
    display: table-cell;
	padding: 20px 30px;
}

/*  GROUPING  */
.contactgroup:before,
.contactgroup:after { content:""; display:table; }
.contactgroup:after { clear:both;}
.contactgroup { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.contactspan_2_of_2 {
	width: 100%;
}
.contactspan_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 720px) {
	.contactcol { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 720px) {
	.contactspan_2_of_2, .contactspan_1_of_2 { width: 100%; }
}






.alphagrid {
	display: grid;
	grid-gap: 0%;
	line-height: 0px;
}
	.alphaone {
		grid-template-columns: 1fr;
		grid-template-areas: "chunk";
	}
	.alphatwo {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "chunk chunk";
	}
	.alphatwothirds {
		grid-template-columns: 2fr 1fr;
		grid-template-areas: "chunk chunk";
	}
	.alphathirdtwos {
		grid-template-columns: 1fr 2fr;
		grid-template-areas: "chunk chunk";
	}
	.alphathree {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: "chunk chunk chunk";
	}
	.alphafour {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "chunk chunk chunk chunk";
	}
	.alphasix {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-areas: "chunk chunk chunk chunk chunk chunk";
	}
	.alphastoryxxx {
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	@media only screen and (max-width: 800px) {
		.alphafour, .alphathree { 
			grid-template-columns: 1fr 1fr;
			grid-template-areas: "chunk chunk";
		}
		.alphatwothirds, .alphathirdtwos {
			grid-template-columns: 1fr;
			grid-template-areas: "chunk";
		}
		.alphasix {
			grid-template-columns: 1fr 1fr 1fr;
			grid-template-areas: "chunk chunk chunk";
		}
		.alphastoryxxx {
			width: 80%;
			padding-left: 10%;
			padding-right: 10%;
		}
	}
	@media only screen and (max-width: 500px) {
		.alphafour, .alphathree, .alphatwo { 
			grid-template-columns: 1fr;
			grid-template-areas: "chunk";
		}
		.alphasix {
			grid-template-columns: 1fr 1fr;
			grid-template-areas: "chunk chunk";
		}
		.alphastoryxxx {
			width: 90%;
			padding-left: 5%;
			padding-right: 5%;
		}
	}
.alphachunk {
	grid-area: "chunk";
	position: relative;
}
.doublechunk {
	grid-column-start: 1;
	grid-column-end: 3;
}
.triplechunk {
	grid-column-start: 1;
	grid-column-end: 4;
}
.alphapad {
	padding: 1% 2%;
}
.alphapadpad {
	padding: 3% 5%;
}
.alphapadpadpad {
	padding: 7% 10%;
}
.alphapadpadpadpad {
	padding: 10% 13%;
}

.alphaborder {
	border: 2px solid #f1f1f1;
	margin: 20px;
}
.alphaborderout {
	border: 2px solid #f1f1f1;
	padding: 20px;
}
.alphasectionhead {
	border: none;
	border-top: 2px solid #555555 !important;
	width: 100%;
	padding: 3% 0px 10px 0px;
	text-align: center;
}
	.alphasectionhead h1 {
		text-transform: uppercase !important;
	}
	.alphasectionhead h1, .alphasectionhead h2, .alphasectionhead p {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}


.alphagrid hr {
	margin: 20px 40px;
	border-top: 1px dashed #ccc;
}
.alphagrid h1 {
	font-family: dovetail-mvb,serif;
	font-weight: 700;
	text-transform: none;
	font-size: 36px;
	line-height: 1.1em;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
	.alphagrid h1 a, .alphagrid h1 a:hover {
		-color: #333;
		text-decoration: none;
	}
	.alphastory h1 {
		font-size: 40px;
	}
.alphagrid h2, .alphagrid h2.nonstory {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.1em;
	letter-spacing: .1em;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
	.alphastory h2 {
		font-family: 'Playfair Display', serif;
		text-transform: none;
		font-weight: normal;
		font-size: 27px;
		line-height: 1.1em;
		letter-spacing: -0.03em;
		color: #333;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
.alphagrid h3 {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1em;
	letter-spacing: .1em;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.alphagrid p {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 1.3em;
	margin: 10px 0px;
}
.alphagrid p.smaller {
	font-size: 13px;
	line-height: 1.3em;
}
.alphagrid p.bigger {
	font-size: 17px;
	line-height: 1.3em;
}
.alphastory p {
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0px;
}
.alphagrid ul li, .alphagrid ol li {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 1.3em;
}
.alphastory ul li, .alphastory ol li {
	font-size: 20px;
	line-height: 1.5em;
}
.alphastory h3 {
	font-size: 22px;
	line-height: normal;
}

.darkmode .alphagrid h1, .darkmode .alphagrid h2, .darkmode .alphastory h2, .darkmode .alphagrid h3, .darkmode .alphagrid p, .darkmode .alphagrid ul li, .darkmode .alphagrid ol li {
	color: #777;
}

.alphaflexfloat {
	display: flex;
	align-items: center;
}
	.alphaflexfloat p, .alphaflexfloat h1, .alphaflexfloat h2 {
		margin: 10px;
	}
	@media only screen and (max-width: 700px) {
		.alphaflexfloatwideonly { 
			display: block;
			align-items: baseline;
		}
		.alphaflexfloat p, .alphaflexfloat h1, .alphaflexfloat h2 {
			margin: 10px 0px;
		}
	}
.alphacenter {
	text-align: center;
	margin: 0 auto;
}
.alphaflexbottom {
	align-items: flex-end;
}
.alphaimagescale {
	width: 90%;
}
.alphaimagescale100 {
	width: 100%;
}
.alphaimagescale80 {
	width: 80%;
}
.alphaimagescale75 {
	width: 75%;
}
.alphaimagescale50 {
	width: 50%;
}
.alphaimagescale25 {
	width: 25%;
}
.alphaimagescale10080 {
	width: 80%;
	margin: 10px;
}
.alphaimageover {
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	-border-top: 2px solid #fff;
	cursor: pointer;
}
	.alphaimagecaption {
		display: none;
		position: absolute;
		left: 25px;
		top: 25px;
		width: 70%;
	}
		.alphaimagecaption h1, .alphaimagecaption p {
			color: #fff;
			text-shadow: 0px 2px 3px rgba(0,0,0,0.7);
		}
		.alphaimagecaption a, .alphaimagecaption a:hover {
			color: #ff00a8;
			text-decoration: none;
			font-weight: bold;
		}
		@media only screen and (max-width: 800px) {
			.alphaimagecaption {
				left: 15px;
				top: 15px;
				width: 90%;
			}
			.alphaimagecaption h1, .alphaimagecaption p {
				line-height: 1em;
			}
		}
.alphafade {
	opacity: 0.5;
}
.alphafaaade {
	opacity: 0.3;
}
		
.boxbutton {
	border: 1px solid #e5e5e5;
	padding: 20px;
	letter-spacing: .1em;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	color: #3576a3;
	background-color: #fff;
	cursor: pointer;
}
	.boxbuttonnew {
		padding: 15px;
		border-radius: 10px;
		width: 50%;
		margin: 0 auto;
		letter-spacing: normal;
	}
	.boxbutton:hover {
		color: #fff;
		background-color: #ff00a8;
		border: 1px solid #ff00a8;
		cursor: pointer;
	}
	.boxpink {
		border: 2px solid #3576a3;
		background-color: #3576a3;
		color: #fff;
	}
	.boxpink:hover {
		border: 2px solid #ff00a8;
	}
	.boxbutton a {
		color: #3576a3;
	}
	.boxpink a {
		color: #fff;
	}
	.boxbutton:hover a, .boxpink:hover a {
		color: #fff;
		text-decoration: none;
	}
	.boxsmaller {
		padding: 15px;
		font-size: 14px;
	}
	.boxevensmaller {
		padding: 10px;
		font-size: 12px;
	}
	.boxdisabled, .boxdisabled:hover {
		border: 1px solid #e5e5e5;
		color: #ccc;
		background-color: #fff;
	}

h1.headliner {
	font-family: dovetail-mvb,serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 48px;
	color: #333;
	line-height: .9em;
	margin: 10px 20px 20px 20px;
}
	h1.headliner .althead {
		-font-style: italic;
		color: #777;
	}
	h2.headliner {
		color: #777;
		font-family: 'Playfair Display', serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 36px;
		letter-spacing: -0.03em;
		line-height: .9em;
		margin: -10px 20px 20px 20px;
	}
	h1.lowliner, h2.lowliner {
		text-transform: none !important;
	}
	h3.headliner {
		color: #777;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 14px;
		line-height: .9em;
		margin: -7px 20px 20px 20px;
	}
	@media only screen and (max-width: 600px) {
		h1.headliner { 
			font-size: 40px;
		}
		h2.headliner { 
			font-size: 20px;
		}
		h3.headliner {
			font-size: 11px;
			margin-top: -9px;
		}
	}

table.specs {
		font-size: 13px;
		color: #333;
		letter-spacing: .05em;
		width: 100%;
		margin-bottom: 20px;
		line-height: normal;
	}
		table.specs td {
			padding: 10px;
			text-align: center;
			vertical-align: text-top;
			font-style: italic;
		}
		table.specs th {
			padding: 10px;
			text-transform: uppercase;
		}
		table.specs td, table.specs th {
			border-bottom: 1px solid #ccc;
		}
		table.specs tr:last-child td {
			border-bottom: none;
		}
		table.specs td.label {
			color: #555;
			text-transform: uppercase;
			font-style: normal;
		}
	table.noital td {
		font-style: normal;
	}
	
table.compare {
	font-size: 15px;
	color: #333;
	letter-spacing: .05em;
	width: 100%;
	margin-bottom: 20px;
	line-height: normal;
}
	table.compare td {
		padding: 10px;
		text-align: left;
		vertical-align: text-top;
	}
	table.compare th {
		padding: 10px;
		text-align: left;
		text-transform: uppercase;
	}
	table.compare td, table.compare th {
		border-bottom: 1px solid #ccc;
	}
	table.compare tr:last-child td {
		border-bottom: none;
	}
	table.compare td.label {
		color: #555;
		text-transform: uppercase;
		font-style: normal;
	}
	table.compare tr.stack td {
		border-bottom: none;
	}
	table.compare tr.why {
		font-style: italic;
		font-size: 13px;
	}


/* parent container <fieldset> */
.r-pill {
	border: 0;
	padding: 0;
	margin: 0;
	line-height: normal;
}

/* radio groups need a legend */
.r-pill legend {
	display: block;
	font-size: inherit;
	font-weight: bold;
	margin-bottom: .5em;
	padding: 0;
	width: 100%;
}

/*
	Optional inner wrapper (<div>) to provide additional styling.
*/
.r-pill__group {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 2em;
	display: inline-block;
	padding: .25em;
}
.r-pill__lead {
	padding: 0px 10px;
	text-transform: uppercase;
}
.r-pill__item {
	display: inline-block;
	position: relative;
}

.r-pill input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 1px solid;
	height: 100%;
	left: 0;
	opacity: .00001;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.r-pill__item label {
	border-radius: 2em;
	border: 1px solid transparent;
	color: #000;
	display: block;
	padding: .25em .75em;
	cursor: pointer;
}

.r-pill__item input:hover ~ label,
.r-pill__item label:hover {
	background: #d0d1c4;
	border-color: #d0d1c4;
	background: #b0c6d9;
	border-color: #b0c6d9;
}

.r-pill[disabled] .r-pill__item input:checked + label:hover,
.r-pill__item input:checked + label {
	background: #565746;
	border-color: #565746;
	background: #44759f;
	border-color: #44759f;
	color: #fff;
}

.r-pill__item label:after {
	border: 1px solid;
	border-color: rgba(0,0,0,0);
	border-radius: 2em;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none; /* 1 */
	position: absolute;
	right: 0;
	top: 0;
	transition:
		bottom .2s ease-in-out,
		border-color .2s ease-in-out,
		left .2s ease-in-out,
		right .2s ease-in-out,
		top .2s ease-in-out;
	/*
		1. Don't like pointer-events?
			 then use z-index: -1;
			 but we don't want this getting in the way
			 of touch / mouse clicks.
	*/
}

.r-pill__item input:focus ~ label:after  {
	border-color: #2196f3;
	bottom: -.25em;
	left: -.25em;
	right: -.25em;
	top: -.25em;
}


/**
 * Disabled
 */
.r-pill[disabled],
.r-pill__item input[disabled] + label {
	opacity: .5;
}

.r-pill__item input[disabled] ~ label,
.r-pill__item input[disabled] ~ label:hover,
.r-pill[disabled] label:hover {
	background: transparent;
	border-color: transparent;
	cursor: not-allowed;
}


/**
 * Undo styling that makes these pills appear as
 * if they are all checked in high contrast mode.
 */
@media screen and (-ms-high-contrast: active) {
	.r-pill__item label {
		border: 0;
		margin: 2px;
	}

	.r-pill__item input:checked + label {
		border: 1px solid;
		margin: 0;
	}

	.r-pill__item input:hover ~ label,
	.r-pill__item label:hover {
		text-decoration: underline;
	}

	.r-pill[disabled] .r-pill__item label:hover,
	.r-pill[disabled] .r-pill__item input:hover ~ label {
		text-decoration: none
	}
}


	
#bagpill {
	position: fixed;
	font-size: 15px;
	padding: 10px 15px;
	bottom: 15px;
	right: 15px;
	background-color: #44759f;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px 2px rgba(255,255,255,1);
	cursor: pointer;
}
	#bagpill:hover {
		background-color: #ff00a8;
	}

