* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  font-family: 'Effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smooth: antialiased; }

input, textarea, keygen, select, button {
  font-family: 'Effra', sans-serif; }

a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #999;
  text-decoration: none;
  outline: none; }

a:active, a:focus {
  color: #999;
  text-decoration: none;
  outline: none; }

div {
  box-sizing: border-box; }

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  
@font-face {
  font-family: 'AldaOT_Regular';
  src: url("AldaOT_Regular.eot");
  src: url("AldaOT_Regular.eot?#iefix") format("embedded-opentype"), url("AldaOT_Regular.woff2") format("woff2"), url("AldaOT_Regular.woff") format("woff"), url("AldaOT_Regular.ttf") format("truetype"), url("AldaOT_Regular.svg#AldaOT_Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EffraCorp_Bold';
  src: url("EffraCorp_Bold.eot");
  src: url("EffraCorp_Bold.eot?#iefix") format("embedded-opentype"), url("EffraCorp_Bold.woff2") format("woff2"), url("EffraCorp_Bold.woff") format("woff"), url("EffraCorp_Bold.ttf") format("truetype"), url("EffraCorp_Bold.svg#EffraCorp_Bold") format("svg"); }

@font-face {
  font-family: 'Effra';
  src: url("Effra.eot");
  src: url("Effra.eot?#iefix") format("embedded-opentype"), url("Effra.woff2") format("woff2"), url("Effra.woff") format("woff"), url("Effra.ttf") format("truetype"), url("Effra.svg#Effra") format("svg"); }


.aldoRegular {
  font-family: 'AldaOT_Regular'; }

.effraRegular {
  font-family: 'Effra'; }

.effraBold {
  font-family: 'EffraCorp_Bold'; }

DIV#preLoader {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 10px;
  background-color: #fff;
  top: 0px; }

DIV#preLoaderInset {
  position: absolute;
  width: 0px;
  height: 10px;
  background-color: #007ac2;
  top: 0px;
  left: 0px; }

DIV#background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  /*	background-color:#007ac2; */
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px; }

DIV#expSetup {
  width: 90%;
  height: 440px;
  top: calc(50% - 220px);
  position: absolute;
  overflow: hidden;
  left: 5%;
  color: #007ac2; }

#instructions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 122, 194, 0.9);
  visibility: hidden;
  opacity: 0;
  z-index: 100000; }

IMG#instructionsImage {
  display: block;
  margin: auto;
  max-width: 600px;
  padding-left: 5%;
  padding-right: 5%; }

#expSetupBGVideo, video#expSetupBGVideo_html5_api {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

DIV#scrapbookContainer {
  width: calc(100% - 20px);
  height: 70%;
  overflow: hidden;
  position: absolute;
  top: 15%;
  left: 10px;
  opacity: 0; 
  display: none; }

IMG.responsive {
  width: 100%;
  height: auto; }

IMG.blockDisp {
  display: block;
  margin: auto; }

IMG#setup {
  max-width: 350px;
  margin-bottom: 30px   }

DIV#expSetupContent {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px; }

DIV#setup1Head {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0px; }

DIV.setup1Notes {
  width: 100%;
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  margin: auto;
  font-size: 16px;
  line-height: 20px; }
  
DIV#setup2Head, DIV#setup3Head {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0px; }

DIV.setup2Notes, DIV.setup3Notes {
  width: 100%;
  margin: 0px auto 30px auto;
  font-size: 16px;
  line-height: 20px; }

DIV#setup2, DIV#setup3 {
  visibility: hidden;
  opacity: 0; }

DIV#headphones {
  background-image: url("../img/icons_headphone.png"); }

DIV#timer {
  background-image: url("../img/icons_clock.png");
  margin: 20px auto 30px auto; }

DIV.buttons {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  border: 2px solid #007ac2;
  padding: 5px;
  width: 100px;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

DIV.buttons:hover {
  background-color: #007ac2;
  color: #fff;
  cursor: pointer; }

DIV#start {
  display: none; }

DIV.mainButtons {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  padding: 8px 10px;
  width: auto;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 4px 0px 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block; }

DIV.mainButtonOn {
  background-color: #fff;
  color: #007ac2; }

DIV.mainButtons:hover {
  background-color: #fff;
  color: #007ac2;
  cursor: pointer; }

/* ---- grid ---- */
.grid {
  width: 400%;
  position: absolute;
  height: 100%; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.grid-item {
  position: absolute;
  color: white;
  font-size: 50px;
  top: 5%;
  left: -10%;
  width: 12.5%;
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.75);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

DIV#gridPos1 {
  width: 25%;
  height: 100%;
  float: left; }

DIV#gridPos2 {
  width: 25%;
  height: 100%;
  float: left; }

DIV#gridPos3 {
  width: 12.5%;
  height: 100%;
  float: left; }

DIV#gridPos4 {
  width: 12.5%;
  height: 100%;
  float: left; }

DIV#gridPos5 {
  width: 25%;
  height: 100%;
  float: left; }

#filterButtons {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  display: none; }

#closeNugget {
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 2.5%;
  top: 2.5%;
  background: url(../img/icons_close.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2; }

#menuIcon:hover, #shareIcon:hover, #closeNugget:hover {
  opacity: .75; }

#menuIcon {
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 20px;
  top: 2.5%;
  background: url(../img/icons_hamburger.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  display: none;
  }

#shareIcon {
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 2.5%;
  background: url(../img/icons_share.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  display: none;  
  }

#scrapbookTitle {
  font-size: 24px; }

#nyLifeLogo {
  width: 62%;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 12px; }

#videoBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#videoBG iframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; }

.vimeoID {
  display: none; }

.ctaWrap {
  position: absolute;
  z-index: 10;
  height: 90%;
  width: 90%;
  top: 5%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #007ac2;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  visibility: hidden;
  opacity: 0;
  font-family: 'AldaOT_Regular'; }

#ctaCloseNugget {
  color: #007ac2;
  width: 160px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase; }

#ctaCloseNugget:hover {
  color: #fff;
  background-color: #007ac2; }

.ctaContent {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 15%; }

.ctaContent > A {
  color: #007ac2;
  font-family: 'Effra';
  font-size: 14px;
  line-height: 20px; }

.ctaContent > A:hover {
  text-decoration: underline; }

#closeNuggetFromCTA {
  font-family: 'Effra';
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 2.5%;
  top: 2.5%;
  background: url(../img/icons_close.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2; }

#closeNuggetFromCTA:hover {
  opacity: .75; }

#title1 {
  bottom: 3%; }

#title1 > img.responsive {
  width: 80%;
  max-width: 650px; }

#title2 {
  bottom: 5%; }

#title2 > img.responsive {
  width: 40%;
  max-width: 438px; }

#title4 {
  top: 7%;
  text-align: left;
  padding-left: 7%; }

#title4 > img.responsive {
  width: 60%;
  max-width: 381px;
   }

#title5 {
  bottom: 5%;
  text-align: left;
  padding-left: 5%; }

#title5 > img.responsive {
  width: 95%;
  max-width: 483px;
   }

#title3 {
	bottom: 5%;
	text-align: right;
	right: 5%; }

#title3 > img.responsive {
  width: 55%;
  max-width: 120px;}

#title7 {
  top: 7%;
  text-align: left;
  padding-left: 4%; }

#title7 > img.responsive {
  width: 22%;
  max-width: 295px;   
   }

#title8 {
  bottom: 5%;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%; }

#title8 > img.responsive {
  width: 100%;
  max-width: 341px; }

#title9 {
  bottom: 5%;
  text-align: center;
  left: 0; }

#title9 > img.responsive {
  width: 80%;
  max-width: 195px; }

#title10 {
  bottom: 5%; }

#title10 > img.responsive {
  width: 80%;
  max-width: 394px;  
   }

#title6 {
  bottom: 5%;
  text-align: center;
  padding-left: 0px; }

#title6 > img.responsive {
    width: 45%;
    max-width: 230px;
}

#title13 {
  bottom: 2.5%;
  text-align: left;
  padding-left: 5%; }

#title13 > img.responsive {
  width: 70%;
  max-width: 370px;   
  }

#title12 {
    top: 5%;
    text-align: center;
    padding-left: 0; }

#title12 > img.responsive {
  width: 47%;
  max-width: 271px; }

#title11 {
  bottom: 5%; }

#title11 > img.responsive {
    width: 45%;
    max-width: 300px }

#title14 {
    bottom: 5%;
    text-align: right;
    padding-right: 5%; }

#title14 > img.responsive {
  width: 20%;
  max-width: 420px; }

#mainMenu {
  position: absolute;
  left: -310px;
  top: 0px;
  height: 100%;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 10002; }

#menuClose {
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 20px;
  top: 2.5%;
  background: url(../img/icons_menu_close.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

#menuClose:hover {
  opacity: .7; }

#menuLinks {
  position: absolute;
  top: 100px;
  left: 40px;
  font-size: 20px;
  width: 220px; }

#menuLinks > a {
  display: block;
  margin-bottom: 15px;
  color: #007ac2;
  cursor: pointer; }

a#mute {
  color: #007ac2;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #007ac2;
  cursor: pointer; }

#menuLinks > a:hover, a#mute:hover {
  opacity: .7;
  color: #007ac2; }

#instructionsOK {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  padding: 8px 10px;
  width: 170px;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: calc(50% - 80px);
  top: 65%;
  visibility: hidden;
  opacity: 0; }

#instructionsOK:hover {
  background-color: #fff;
  color: #007ac2;
  cursor: pointer; }

DIV#modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  color: #007ac2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  z-index: 10000; }

#modalClose {
  padding: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 2.5%;
  background: url(../img/icons_menu_close.png) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

#modalClose:hover {
  opacity: .7; }

DIV.modalContent {
  padding: 2.5% 5%; }

DIV.modalContent > img.responsive, DIV.modalContent > A > img.responsive {
  max-width: 470px; }

DIV.modalHead {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  max-width: 470px;
  margin: 26px auto 0px auto; }
  
DIV.specialCareersHead {
	text-align: left; 
	font-size: 22px;
	line-height: 22px;
}  

DIV.modalText {
  width: 100%;
  max-width: 470px;
  margin: auto;
  padding-bottom: 30px; }

DIV.modalText A {
  color: #007ac2;
  opacity: 1;
  text-decoration: underline; }

DIV.modalText A:hover {
  color: #007ac2;
  opacity: .7; }

DIV#meetTheMianisContent, DIV#meetKathyMoritzContent, DIV#considerCareerContent, DIV#nyLifeProductsContent, DIV#adoptionSpecialNeedsContent, DIV#shareContent {
  visibility: hidden;
  opacity: 0;
  display: none; }

IMG.modalLogo {
  padding-top: 80px;
  padding-bottom: 40px; }
  
.disclaimerText {font-size: 12px;}  
  
.careersCol {
	width: 32%;
	float: left;
	padding-right: 3%;
	margin-right: 3%;
	color: #000;
	border-right: 1px solid #ccc;
	margin-top: 20px; 
	margin-bottom: 0px;
	min-height: 137px;
}

.careersCol:nth-of-type(3n+0) {
    width: 30%;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #ccc;
}

.careersCol > H1 {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}

.careersCol > P {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px; 
}

A.shareLinks {
  margin: 0px 20px;
  cursor: pointer; }

.vjs-poster {
  background-color: transparent; }

.highlighted {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0px 0px 27px 14px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0px 0px 27px 14px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 0px 27px 14px rgba(255, 255, 255, 0.9); }

.notHighlighted {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(90, 123, 164, 0.8);
  visibility: hidden;
  opacity: 0; }

A.CTAUnderlines, .ctaContent A {
  text-decoration: underline; }

A.hamburgerCTALink {color: #007ac2;}
A.hamburgerCTALink:hover {color: #007ac2; text-decoration: underline;}

.blur-me {
  filter: blur(20px); }

/* ---- grid ---- */
.grid-i {
  background: #DDD;
  max-width: 1200px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-item-i {
  background: url(img/1.jpg) no-repeat center center;
  float: left;
  height: 25%;
  /* border: 10px solid #007ac2; */
  margin: 10px;
  opacity: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5); }

.newNode {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5); }

.grid-item--widthquarter {
  width: calc(25% - 20px); }

.grid-item--widthhalf {
  width: calc(50% - 20px); }

.grid-item--widththreequarter {
  width: calc(75% - 20px); }

.grid-item--widthfull {
  width: calc(100% - 20px); }

.grid-item--height2 {
  height: calc(50% - 20px); }

.grid-item--height3 {
  height: calc(100% - 20px); }

.grid-item--right {
  float: right; }

.grid-item-i > DIV {
  height: 100%;
  width: 100%;
  display: block; }

.grid-item-inner {
  width: 100%;
  margin: 0;
  position: absolute;
  padding: 0;
  text-align: center; }

.grid-item-inner > P {
  padding: 20px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.grid-item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007ac2;
  visibility: hidden;
  opacity: 0; }

#prevButton {
  position: absolute;
	left: 1%;
    top: calc(50% - 50px);
  background: url(../img/prev.png) no-repeat center center;
  background-size: 30px 39px;
  cursor: pointer;
	height: 100px;
    width: 60px;
     z-index: 10000;
  display: none; 
  visibility: hidden;
  opacity: 0;
}

#nextButton {
  position: absolute;
	right: 1%;
    top: calc(50% - 50px);
  background: url(../img/next.png) no-repeat center center;
  background-size: 30px 39px;
  cursor: pointer;
	height: 100px;
    width: 60px;
     z-index: 10000;
	display: none; 
	visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  DIV#expSetupContent {
    width: 80%;
    height: 100%;
    max-width: 600px;
    padding: 40px; }
  DIV.setup1Notes {
    width: 85%; }
  DIV#expSetup {
    height: 430px;
    top: calc(50% - 205px);
    width: 100%;
    left: 0; }
  DIV#setup1Head {
    font-size: 28px;
    line-height: 28px; }
  DIV#setup2Head, DIV#setup3Head {
    font-size: 28px;
    line-height: 28px; }
  DIV.setup1Notes, DIV.setup2Notes, DIV.setup3Notes {
  	font-size: 16px;
  	line-height: 20px; }
  IMG#setup {
    max-width: 600px; }
  #ctaCloseNugget {
    color: #007ac2;
    width: 280px;
    font-size: 20px;
    line-height: 20px; }
  .ctaContent {
    width: 80%;
    left: 10%; }
  .ctaContent > A {
    font-size: 24px;
    line-height: 26px; }
  .ctaWrap {
    font-size: 24px;
    line-height: 30px; }
  #modalClose {
    position: fixed; }
  IMG.modalLogo {
    padding-top: 40px; }
  DIV#scrapbookContainer {
    height: 80%;
    top: 10%; }
  #nyLifeLogo {
    padding-top: 1%; }
  DIV.mainButtons {
    margin: 0px 4px; }
  #filterButtons {
   }
  .grid {
    width: 200%; } }

@media all and (orientation: landscape) {
  DIV#expSetup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .ctaWrap {
    font-size: 14px;
    line-height: 20px; }
  #ctaCloseNugget {
    width: 280px; }
  IMG.modalLogo {
    padding-top: 40px; }
  #menuLinks {
    top: 70px; }
  DIV#scrapbookContainer {
    height: 70%;
    top: 15%; }
  #nyLifeLogo {
    padding-top: 12px; }
  DIV.mainButtons {
    margin: 0px 4px; }
  #filterButtons {
    }
  .grid {
    width: 300%; } }

@media (min-width: 768px) and (orientation: landscape) {
  DIV#expSetup {
    width: 100%;
    height: 420px;
    top: calc(50% - 210px);
    position: absolute;
    left: 0px;
    color: #007ac2; }
  IMG#setup {
    max-width: 470px;
    margin-bottom: 30px; }
  .ctaWrap {
    font-size: 24px;
    line-height: 30px; }
  #ctaCloseNugget {
    width: 280px; }
  #menuLinks {
    top: 100px; }
  DIV#scrapbookContainer {
    height: 80%;
    top: 10%; }
  #nyLifeLogo {
    padding-top: 1%; }
  DIV.mainButtons {
    margin: 0px 4px; }
  #filterButtons {
    }
  .grid {
    width: 200%; } }
    
@media (min-width: 992px) {    
	.ctaContent {
    width: 60%;
    left: 20%; 
    }
}