@charset "UTF-8";
/* CSS Document */

::selection {
	background: transparent;
	color: inherit;
}

a {
	outline: none;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-user-select: none;
	min-width: 1160px;
}

body {
	padding-top: 0;
}

:root {
	--shpnyFrameMinWidth: 1160px;
	--shpnyFramePad: 40px;
}

img {
	border: 0px;
}

@font-face {
	font-family: 'ProximaNovaLight';
	src: url('fonts/ProximaNova-Light-webfont.eot');
	src: url('fonts/ProximaNova-Light-webfont.eot?iefix') format('eot'), url('fonts/ProximaNova-Light-webfont.woff') format('woff'),
		url('fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('fonts/ProximaNova-Light-webfont.svg#webfontgjwfewia') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaA-Regular';
	src: url('fonts/1058E3_0.eot');
	src: url('fonts/1058E3_0.eot?#iefix') format('embedded-opentype'), url('fonts/1058E3_0.woff') format('woff'), url('fonts/1058E3_0.ttf') format('truetype'),
		url('fonts/1058E3_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'ProximaNovaS-Regular';
	src: url('fonts/1058E3_1.eot');
	src: url('fonts/1058E3_1.eot?#iefix') format('embedded-opentype'), url('fonts/1058E3_1.woff') format('woff'), url('fonts/1058E3_1.ttf') format('truetype'),
		url('fonts/1058E3_1.svg#wf') format('svg');
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('fonts/1058E3_2.eot');
	src: url('fonts/1058E3_2.eot?#iefix') format('embedded-opentype'), url('fonts/1058E3_2.woff') format('woff'), url('fonts/1058E3_2.ttf') format('truetype'),
		url('fonts/1058E3_2.svg#wf') format('svg');
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.celebrate {
	display: block;
	position: absolute;
	width: 112px;
	height: auto;
	top: 0;
	right: 0;
	margin: 6% 18.8% 0 0;
	z-index: 50;
}

.redType {
	color: #9e0b0f;
}
.proxReg {
	font-family: 'ProximaNovaA-Regular', sans-serif;
}
.proxLight {
	font-family: 'ProximaNovaLight', sans-serif;
}
.lgType24 {
	font-size: 24px;
	line-height: 30px;
}

.lgType16 {
	font-size: 16px;
	line-height: 20px;
}

/*UPDATED 060520*/
#mainContainer {
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: auto;
	width: 1300px;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.g3lRollOver {
	cursor: pointer;
}

#hpLogo {
	position: relative;
	width: 453px;
	height: 159px;
	z-index: 9;
	margin-top: -24px;
	margin-left: 156px;
}

#hpMainText {
	margin-top: 45px;
	padding-left: 325px;
}

.mainTextBlock {
	position: relative;
	width: 100;
	height: auto;
	z-index: 10;
	padding-left: 172px;
	padding-right: 240px;
	margin-top: 50px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.07em;
	line-height: 22px;
}

/* FAQ =================================== */
.faqList {
	margin: 26px 0 0 0;
	padding: 0;
}

.faqItem {
	margin: 0 0 18px 0;
	padding: 0;
}

.faqQ {
	color: #9e0b0f;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.faqTitle {
	font-weight: bold;
}

.faqA {
	color: #000000;
	letter-spacing: 0.03em;
	margin: 0;
}

.followItem {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

/*UPDATED 112119*/
#smLogo {
	position: relative;
	width: 403px;
	height: 108px;
	z-index: 9;
	margin-top: -40px;
	margin-left: 156px;
}

/* MAIN MENU====================== */
/*UPDATED 112119*/
#menuBar {
	position: relative;
	height: 88px;
	width: 100%;
}

#menuContain {
	width: auto;
	height: 88px;
	z-index: 10;
	top: 20px;
	left: auto;
	position: absolute;
	right: 40px;
}

.menuItem {
	position: relative;
	float: right;
	padding: 0;
	margin: 0px 0px 0px 12px;
	height: 22px;
	width: auto;
	z-index: 20;
}

.menuHasSubmenu {
	position: relative;
}

.subMenuGroup {
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 2000;
	display: none;
	padding: 0;
	margin: 0;
}

.menuHasSubmenu:hover .subMenuGroup {
	display: block;
}

.menuItem.keepOpenActive.isActive .subMenuGroup {
	display: block;
}

#menuHome {
	position: absolute;
	width: 72px;
	height: 22px;
	left: 0px;
	top: 0px;
	z-index: 20;
}

#menuTwenty img {
	height: 22px;
	width: auto;
}

#menuFaq img {
	height: 22px;
	width: auto;
}

#menuProfile img {
	height: 22px;
	width: auto;
	cursor: pointer;
}

#menuResults img {
	height: 22px;
	width: auto;
}

#menuClient img {
	height: 22px;
	width: auto;
}

#menuContact img {
	height: 22px;
	width: auto;
}

.subMenu {
	position: relative;
	width: 120px;
	height: 18px;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
}

#menuAccess {
	margin-top: -2px !important;
}

#menuAccess img {
	height: 18px;
	width: auto;
}

#menuSarah img {
	height: 18px;
	width: auto;
}

#menuMusings img {
	height: 18px;
	width: auto;
}

/* Meet Sarah ======================*/

#sarahHeadShot {
	display: block;
	position: relative;
	width: 158px;
	height: auto;
	margin: 0 0 4px 0;
	padding: 0;
}

#profileSub {
	position: absolute;
	width: 172px;
	height: 200px;
	z-index: 10;
	top: 5px;
	left: 172px;
}

#relArt {
	position: relative;
	float: left;
	width: 150px;
	height: auto;
	z-index: 10;
	font-family: ProximaNovaLight;
	color: #9e0b0f;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 22px;
}

.meetSarah__ArticleLink {
	position: relative;
	float: left;
	width: 176px;
	height: 18px;
	z-index: 10;
	cursor: pointer;
}

.meetSarah__ArticleLink img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.redX {
	cursor: pointer;
}

#popStarsContainer {
	position: absolute;
	width: 960px;
	height: 655px;
	z-index: 10;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
}

#popPRContainer {
	position: absolute;
	width: 960px;
	height: 770px;
	z-index: 10;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
}

.popX {
	position: absolute;
	width: 43px;
	display: block;
	bottom: 0;
	right: 4px;
	cursor: pointer;
	z-index: 500;
}

#popCol1 {
	position: absolute;
	width: 420px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 37px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 20px;
}

#popStarsCol2 {
	position: absolute;
	width: 390px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 492px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 20px;
}

#popPrCol2 {
	position: absolute;
	width: 410px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 492px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 20px;
}

#spotlightComContainer {
	position: absolute;
	width: 960px;
	height: 1050px;
	z-index: 10;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
}

#spotComCol1 {
	position: absolute;
	width: 455px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 21px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 18px;
}

#spotComCol2 {
	position: absolute;
	width: 424px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 493px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 18px;
	padding-top: 104px;
}

#w27ComContainer {
	position: absolute;
	width: 960px;
	height: 1050px;
	z-index: 10;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
}

#w27ComCol1 {
	position: absolute;
	width: 396px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 21px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 18px;
}

#w27ComCol2 {
	position: absolute;
	width: 479px;
	height: auto;
	z-index: 10;
	top: 25px;
	left: 444px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 18px;
	padding-top: 88px;
}

#w24LifeContainer {
	position: absolute;
	width: 960px;
	height: 1050px;
	z-index: 10;
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 2000;
	border: thin solid #555555;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	display: none;
}

#w24LifeContainer .popX {
	bottom: -2px;
}

#w24LifeContainer__Inner {
	position: relative;
	width: 907px;
	height: 92%;
	margin: 1em auto 0 auto;
	padding: 0 10px 20px 0;
	overflow: hidden auto;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0em;
}

#w24LifeContainer__Inner img {
	width: 435px;
	height: auto;
}

#w24Life__Header img {
	display: inline-block;
	position: relative;
	width: 100px;
	height: auto;
	margin: 0;
}

#w24Life__Header__Txt {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0.5em;
	text-align: left;
	vertical-align: 1.5em;
	line-height: 1.7;
}

#w24Life__Header__Txt h1 {
	display: block;
	font-family: ProximaNovaLight;
	font-weight: 400;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.1;
}

#w24Life__Header__Txt a {
	color: #9e0b0f;
}

#w24LifeContainer__Inner p {
	margin: 1.2em 0;
}

#w24LifeContainer__Inner p:first-of-type {
	margin-top: 0;
}

.w24Life__QuoteWrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
	padding-right: 10px;
}

.imgTopLeft {
	margin: 0;
	float: left;
	padding-right: 10px;
}

.imgBotRight {
	margin: 0;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.imgBotRightFlushTop {
	margin: 0;
	float: right;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
}

/* About SHP ==================== */

#coProfileTextBlock {
	padding-left: 360px;
}

/* RESULTS =============================== */

#resColContain {
	position: relative;
	width: 918px;
	height: auto;
	z-index: 10;
	padding: 0;
	margin: 36px 0 0 172px;
	overflow: hidden;
}

#resultsInstruct {
	position: absolute;
	width: 373px;
	height: 20px;
	z-index: 10;
	top: 140px;
	left: 604px;
}

.resCol {
	position: relative;
	float: left;
	width: 100px;
	height: auto;
	padding: 0;
	margin: 0 2px 0 0;
}

.thmb {
	display: block;
	margin-left: 0;
	margin-bottom: 2px;
	padding: 0;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
}

.staticThmb {
	display: block;
	margin-left: 0;
	margin-bottom: 2px;
	padding: 0;
	width: 100px;
	overflow: hidden;
	cursor: default;
}

.thmb img,
.staticThmb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

#scrollFrame {
	position: absolute;
	width: 978px;
	height: 500px;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	margin: 225px auto 0 auto;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
}

#scrollContain {
	position: absolute;
	width: 912px;
	height: 400px;
	top: 60px;
	left: 39px;
	overflow: hidden;
	background: url(images/spinner.gif) 50% 50% no-repeat;
}

#g3ScrollTitle {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'ProximaNovaLight', sans-serif;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 32px;
	text-align: center;
}

#scroll {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 50000px;
	/* just a starting number*/
}

.scrollImage {
	display: inline;
	height: 400px;
	width: 300px;
	margin: 0;
	padding-right: 6px;
	float: left;
	overflow: hidden;
}

.scrollImage img {
	visibility: hidden;
}

#arrowLeft {
	position: absolute;
	width: 78px;
	height: 141px;
	top: 161px;
	left: 0px;
	overflow: hidden;
	z-index: 2001;
	cursor: pointer;
}

#arrowRight {
	position: absolute;
	width: 78px;
	height: 141px;
	top: 161px;
	left: 901px;
	overflow: hidden;
	z-index: 2001;
	cursor: pointer;
}

#scrollX {
	position: absolute;
	width: 18px;
	height: 17px;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	z-index: 20;
	cursor: pointer;
}

/* CLIENTS =============================== */

#testimonialInstruct {
	display: block;
	position: relative;
	width: 831px;
	height: 27px;
	margin: 20px 0 0 172px;
	z-index: 10;
}

.testimonialThumb {
	cursor: pointer;
}

.leftQuote {
	margin-left: -22px;
	vertical-align: 2px;
}

.rightQuote {
	margin-top: -4px;
}

.testimonialRedLi {
	color: #9e0b0f;
	margin-left: -14px;
}

.testimonialText {
	position: absolute;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 21px;
	margin-left: 18px;
	cursor: pointer;
}

#testimonialWrapper {
	position: relative;
	width: 925px;
	height: auto;
	margin: 26px 0 0 110px;
	padding: 0;
	overflow: hidden;
}

.testimonialColumn {
	position: relative;
	float: left;
	width: 462px;
	height: auto;
	padding: 0px;
	margin: 0;
}

.testimonialColumn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.testimonialColumn li {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

#tAvery {
	width: 500px;
	height: 200px;
	left: 60px;
	top: 230px;
}

#tAveryImg {
	position: absolute;
	width: 180px;
	height: 112px;
	top: 45px;
	left: 0px;
}

#tAveryText {
	left: 186px;
	top: 0px;
	width: 296px;
	height: 200px;
}

#lFeliz {
	width: 294px;
	height: 258px;
	left: 30px;
	top: 440px;
}

#lFelizImg {
	position: absolute;
	width: 241px;
	height: 88px;
	top: 0px;
	left: 20px;
}

#lFelizText {
	left: 0px;
	top: 88px;
	width: 264px;
	height: 136px;
}

#bButler {
	width: 350px;
	height: 350px;
	left: 30px;
	top: 731px;
}

#bButlerImg {
	position: absolute;
	width: 122px;
	height: 161px;
	top: 0px;
	left: 88px;
}

#bButlerText {
	left: 0px;
	top: 168px;
	width: 320px;
	height: 189px;
}

#tHawk {
	width: 385px;
	height: 350px;
	left: 302px;
	top: 468px;
}

#tHawkImg {
	position: absolute;
	width: 122px;
	height: 161px;
	top: 0px;
	left: 94px;
}

#tHawkText {
	left: 0px;
	top: 168px;
	width: 360px;
	height: 189px;
}

#sLynch {
	width: 385px;
	height: 350px;
	left: 365px;
	top: 836px;
}

#sLynchImg {
	position: absolute;
	width: 124px;
	height: 163px;
	top: 0px;
	left: 89px;
}

#sLynchText {
	left: 0px;
	top: 168px;
	width: 320px;
	height: 189px;
}

#bSiler {
	width: 385px;
	height: 362px;
	left: 615px;
	top: 250px;
}

#bSilerImg {
	position: absolute;
	width: 122px;
	height: 161px;
	top: 0px;
	left: 82px;
}

#bSilerText {
	left: 0px;
	top: 168px;
	width: 320px;
	height: 189px;
}

#rGreene {
	width: 385px;
	height: 362px;
	left: 635px;
	top: 640px;
}

#rGreeneImg {
	position: absolute;
	width: 135px;
	height: 161px;
	top: 0px;
	left: 118px;
}

#rGreeneText {
	left: 0px;
	top: 168px;
	width: 320px;
	height: 189px;
}

.clientsPopUp {
	position: absolute;
	width: 930px;
	height: 710px;
	top: 0;
	left: 0;
	right: 0;
	margin: 207px 0 0 120px;
	background: #fff;
	z-index: 2000;
	display: none;
	border: thin solid #555555;
}

.clientsTest {
	position: absolute;
	width: 492px;
	height: 669px;
	left: 28px;
	top: 21px;
}

.clientsPopUpText {
	position: absolute;
	width: 350px;
	height: 170px;
	left: 552px;
	top: 430px;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

#bSilerLg {
	position: absolute;
	width: 227px;
	height: 300px;
	left: 552px;
	top: 105px;
}

#bButlerLg {
	position: absolute;
	width: 237px;
	height: 235px;
	left: 552px;
	top: 170px;
}

#lFelizLg {
	position: absolute;
	width: 258px;
	height: 193px;
	left: 552px;
	top: 212px;
}

#rGreeneLg {
	position: absolute;
	width: 202px;
	height: 242px;
	left: 552px;
	top: 164px;
}

#sLynchLg {
	position: absolute;
	width: 192px;
	height: 280px;
	left: 552px;
	top: 126px;
}

#tAveryLg {
	position: absolute;
	width: 305px;
	height: 191px;
	left: 552px;
	top: 215px;
}

#tHawkLg {
	position: absolute;
	width: 169px;
	height: 220px;
	left: 552px;
	top: 186px;
}

/*  Contact ============== */

#contactImages {
	position: relative;
	width: 721px;
	height: auto;
	padding: 0;
	margin: 30px auto 0 auto;
	overflow: hidden;
	text-align: justify;
	line-height: 0;
}

#contactImages:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.contactItem {
	display: inline-block;
	position: relative;
	width: 229px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
}

.contactItem img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.contactTitles {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: ProximaNovaLight;
	color: #9e0b0f;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 21px;
	margin: 0;
	padding: 18px 0 0 0;
}

.contactTitles a:link {
	color: #9e0b0f;
	text-decoration: none;
}

.contactTitles a:visited {
	color: #9e0b0f;
	text-decoration: none;
}

.contactTitles a:hover {
	color: #9e0b0f;
	text-decoration: underline;
}

.contactTitles a:active {
	color: #9e0b0f;
	text-decoration: none;
}

#conLA {
	top: 470px;
	left: 147px;
}

#conText {
	display: block;
	position: relative;
	width: 224px;
	height: auto;
	margin: 75px auto 0 auto;
	text-align: center;
	font-family: 'Domine', serif;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 1.6;
}

#conEmail {
	margin-top: 16px;
}
.conInitial {
	color: #9e0b0f;
	font-family: 'ProximaNovaA-Light', sans-serif;
	font-size: 1.1em;
}
#dUnderhill {
	position: relative;
	width: 176px;
	height: 20px;
	margin: 108px 0 0 172px;
	padding: 0;
}

#dUnderhill img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

/* ACCESS PAGE  ============================== */
#accessLoader {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	top: 435px;
	margin: 0 auto;
	padding: 0;
	background: url(images/spinner.gif) left top no-repeat;
	z-index: 1000;
}

#accessContainer {
	position: relative;
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.accessImg {
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 100;
	overflow: hidden;
}

.accessImg div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.accessImg img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.accessImg--Color {
	z-index: 100;
}

.accessImg--BW {
	z-index: 200;
}

.accessCollection0 {
	position: absolute;
	width: 851px;
	height: 581px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	visibility: hidden;
}

.access0__Img--0 {
	width: 147.5px;
	height: 191.25px;
	left: -49px;
	top: 62px;
}

.access0__Img--1 {
	width: 205px;
	height: 308.75px;
	left: 98.5px;
	top: 38px;
}

.access0__Img--2 {
	width: 177.5px;
	height: 116.25px;
	left: 303.5px;
	top: 62px;
}

.access0__Img--3 {
	width: 130px;
	height: 130px;
	left: 481px;
	top: 0px;
}

.access0__Img--4 {
	width: 241.25px;
	height: 165px;
	left: 611px;
	top: 52px;
}

.access0__Img--5 {
	width: 187.5px;
	height: 250px;
	left: 765.75px;
	top: 214px;
}

.access0__Img--6 {
	width: 255px;
	height: 166.25px;
	left: -98px;
	top: 347px;
}

.access0__Img--7 {
	width: 238.75px;
	height: 203.75px;
	left: 67.5px;
	top: 513px;
}

.access0__Img--8 {
	width: 172.5px;
	height: 215px;
	left: 306.25px;
	top: 450px;
}

.access0__Img--9 {
	width: 242.5px;
	height: 325px;
	left: 523.75px;
	top: 290px;
}

.access0__Img--10 {
	width: 90px;
	height: 90px;
	left: 433.75px;
	top: 340px;
}

.access0__Img--11 {
	width: 133.75px;
	height: 133.75px;
	left: 390px;
	top: 206px;
}



.accessCollection1 .accessImg {
	box-shadow: -4.8px 6.4px 2.8px 0.2px rgba(0, 0, 0, 0.15);
}

.accessCollection1 {
	position: absolute;
	width: 720px; /* Scaled from 851px */
	height: 492px; /* Scaled from 581px */
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	visibility: hidden;
}

.access1__Img--0 {
	width: 200px; /* Scaled from 236px */
	height: 200px; /* Scaled from 236px */
	left: -83px; /* Scaled from -98px */
	top: 234px; /* Scaled from 276px */
	z-index: 200;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.access1__Img--1 {
	width: 241px; /* Scaled from 285px */
	height: 502px; /* Scaled from 593px */
	left: 0;
	top: 63px; /* Scaled from 75px */
	z-index: 150;
	-ms-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.access1__Img--2 {
	width: 316px; /* Scaled from 373px */
	height: 236px; /* Scaled from 279px */
	left: 251px; /* Scaled from 296px */
	top: 161px; /* Scaled from 190px */
	z-index: 120;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.access1__Img--3 {
	width: 411px; /* Scaled from 485px */
	height: 312px; /* Scaled from 368px */
	left: 202px; /* Scaled from 239px */
	top: 389px; /* Scaled from 460px */
	-ms-transform: rotate(2.5deg);
	-webkit-transform: rotate(2.5deg);
	transform: rotate(2.5deg);
}

.access1__Img--4 {
	width: 185px; /* Scaled from 218px */
	height: 230px; /* Scaled from 272px */
	left: 533px; /* Scaled from 630px */
	top: 30px; /* Scaled from 35px */
	z-index: 150;
	-ms-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
}

.access1__Img--5 {
	width: 237px; /* Scaled from 280px */
	height: 237px; /* Scaled from 280px */
	left: 571px; /* Scaled from 675px */
	top: 233px; /* Scaled from 275px */
	-ms-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.access1__Img--6 {
	width: 200px; /* Scaled from 236px */
	height: 247px; /* Scaled from 292px */
	left: 606px; /* Scaled from 716px */
	top: 470px; /* Scaled from 555px */
	z-index: 150;
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}


.accessCollection2 {
	position: absolute;
	width: 1038px;
	height: 614px;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	visibility: hidden;
}

.access2__Img--0 {
	width: 235px;
	height: 312px;
	left: -13px;
	top: 54px;
	z-index: 150;
}

.access2__Img--1 {
	width: 214px;
	height: 239px;
	left: 219px;
	top: 28px;
	z-index: 120;
}

.access2__Img--2 {
	width: 179px;
	height: 278px;
	left: 394px;
	top: 148px;
	z-index: 110;
}

.access2__Img--3 {
	width: 293px;
	height: 216px;
	left: 475px;
	top: 0px;
	z-index: 100;
}

.access2__Img--4 {
	width: 246px;
	height: 241px;
	right: -13px;
	top: 13px;
}

.access2__Img--5 {
	width: 194px;
	height: 320px;
	left: 117px;
	top: 266px;
	z-index: 150;
}

.access2__Img--6 {
	width: 349px;
	height: 248px;
	left: 309px;
	top: 440px;
	z-index: 150;
}

.access2__Img--7 {
	width: 205px;
	height: 325px;
	left: 615px;
	top: 255.6px;
	z-index: 150;
}

.access2__Img--8 {
	width: 179px;
	height: 236px;
	left: 800px;
	top: 219px;
	z-index: 150;
}

.access2__Img--9 {
	width: 262px;
	height: 192px;
	left: 783px;
	top: 478px;
	z-index: 130;
}
.accessCollection3 {
	position: absolute;
	width: 880px; /* Scaled down from 1038px */
	height: 700px; /* Reduced from 830px */
	left: 0px;
	right: 0px;
	top: 10px;
	margin: 0 auto;
	padding: 0;
	visibility: hidden;
}

.access3__Img--0 {
	width: 326px; /* Scaled from 386px */
	height: 194px; /* Scaled from 230px */
	left: 0px;
	top: 0px;
	z-index: 150;
}

.access3__Img--1 {
	width: 206px; /* Scaled from 244px */
	height: 169px; /* Scaled from 200px */
	left: 389px; /* Scaled from 460px */
	top: 0px;
	z-index: 99;
}

.access3__Img--2 {
	width: 206px; /* Scaled from 244px */
	height: 236px; /* Scaled from 280px */
	left: 615px; /* Scaled from 727px */
	top: 29px; /* Scaled from 34px */
	z-index: 110;
}

.access3__Img--3 {
	width: 201px; /* Scaled from 238px */
	height: 165px; /* Scaled from 196px */
	left: 0px;
	top: 225px; /* Scaled from 267px */
	z-index: 100;
}

.access3__Img--4 {
	width: 377px; /* Scaled from 446px */
	height: 182px; /* Scaled from 216px */
	left: 201px; /* Scaled from 238px */
	top: 160px; /* Scaled from 190px */
}

.access3__Img--5 {
	width: 196px; /* Scaled from 232px */
	height: 174px; /* Scaled from 206px */
	left: 681px; /* Scaled from 806px */
	top: 225px; /* Scaled from 267px */
	z-index: 150;
}

.access3__Img--6 {
	width: 267px; /* Scaled from 316px */
	height: 177px; /* Scaled from 210px */
	left: 0px;
	top: 427px; /* Scaled from 506px */
	z-index: 150;
}

.access3__Img--7 {
	width: 377px; /* Scaled from 446px */
	height: 189px; /* Scaled from 224px */
	left: 313px; /* Scaled from 370px */
	top: 325px; /* Scaled from 385px */
	z-index: 150;
}

.access3__Img--8 {
	width: 225px; /* Scaled from 266px */
	height: 182px; /* Scaled from 216px */
	left: 267px; /* Scaled from 316px */
	top: 493px; /* Scaled from 584px */
	z-index: 150;
}

.access3__Img--9 {
	width: 321px; /* Scaled from 380px */
	height: 186px; /* Scaled from 220px */
	left: 555px; /* Scaled from 657px */
	top: 490px; /* Scaled from 580px */
	z-index: 130;
}


.accessArrow {
	position: absolute;
	width: 78px;
	height: 141px;
	top: 360px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 500;
	visibility: hidden;
}

div.ac-caption {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	top: auto;
	left: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	z-index: 100;
	font-family: ProximaNovaLight;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 21px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
}
#accessArrowLeft {
	left: 65px;
}

#accessArrowRight {
	right: 65px;
}

.zoomImg {
	-webkit-backface-visibility: hidden;
}

/* MUSINGS PAGE =================================== */
#musingsLoader {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	top: 435px;
	margin: 0 auto;
	padding: 0;
	background: url(images/spinner.gif) left top no-repeat;
	z-index: 1000;
	display: none;
}

#musingsContainer {
	position: relative;
	width: 870px;
	height: auto;
	left: 172px;
	margin: 56px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.shpnyFooter {
	position: relative;
	align-self: flex-end;
	margin: auto 40px 32px auto;
	width: 153px;
	height: auto;
	z-index: 1000;
}

.musing {
	position: relative;
	float: left;
	width: 208px;
	height: 200px;
	margin: 0px 5px 5px 0px;
	padding: 0;
	cursor: pointer;
}

.musingsImg {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.musingsOverlay {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 200;
	visibility: hidden;
}

.musingsPopup {
	position: absolute;
	width: 815px;
	height: 373px;
	left: 15px;
	top: 13px;
	margin: 0;
	padding: 0;
	z-index: 500;
	cursor: pointer;
	visibility: hidden;
}

/* TWENTY PAGE =================================== */

#twentyLoader {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	right: 0;
	top: 435px;
	margin: 0 auto;
	padding: 0;
	background: url(images/spinner.gif) left top no-repeat;
	z-index: 1000;
	display: none;
}

#twentyContainer {
	position: relative;
	width: 870px;
	height: auto;
	margin: 58px 0 0 170px;
	padding: 0;
	overflow: hidden;
}

.twenty {
	position: relative;
	float: left;
	width: 208px;
	height: 200px;
	margin: 0px 5px 5px 0px;
	padding: 0;
	cursor: pointer;
}

.twentyImg {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.twentyOverlay {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 200;
	visibility: hidden;
}

.twentyPopup {
	position: absolute;
	width: 815px;
	height: 373px;
	left: 15px;
	top: 13px;
	margin: 0;
	padding: 0;
	z-index: 500;
	cursor: pointer;
	visibility: hidden;
}
