/* line 17, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/screen.sass */
body {
  background: black;
  font-family: Droid Sans, Verdana, sans;
  font-size: 16px;
  line-height: 23px;
}

/* line 11, ../sass/screen.sass */
p {
  text-shadow: 0px 1px 0 white;
}

/* line 14, ../sass/screen.sass */
a, #green_nav li {
  text-decoration: none;
  color: #43b121;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* line 19, ../sass/screen.sass */
a:hover, #green_nav li:hover {
  color: #55d82d;
  cursor: pointer;
}

/* line 23, ../sass/screen.sass */
.real-list {
  margin: 10px 20px 10px 0;
}
/* line 26, ../sass/screen.sass */
.real-list li {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 30, ../sass/screen.sass */
.hidden {
  display: none;
}

/* Contain floats: h5bp.com/q */
/* line 34, ../sass/screen.sass */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 38, ../sass/screen.sass */
.clearfix:after {
  clear: both;
}

/* line 41, ../sass/screen.sass */
.clearfix {
  zoom: 1;
}

/* photo set-up */
/* line 46, ../sass/screen.sass */
.photobase {
  margin: 0px auto 0px;
  max-width: 650px;
  text-align: center;
}
/* line 51, ../sass/screen.sass */
.photobase .text {
  text-align: left;
  margin: 20px 3% 40px 3%;
}
/* line 55, ../sass/screen.sass */
.photobase .text .technical {
  color: #43b121;
  overflow: hidden;
  *zoom: 1;
}
/* line 59, ../sass/screen.sass */
.photobase .text .technical img {
  float: left;
}
/* line 62, ../sass/screen.sass */
.photobase .text .technical span {
  float: left;
  display: block;
  margin: 13px 0 0 5px;
}
/* line 67, ../sass/screen.sass */
.photobase .text .technical:hover {
  color: #55d82d;
  cursor: pointer;
}
/* line 71, ../sass/screen.sass */
.photobase .text .technical-info {
  display: none;
}
/* line 74, ../sass/screen.sass */
.photobase .text .technical-info li {
  margin-bottom: 10px;
}
/* line 77, ../sass/screen.sass */
.photobase img {
  max-width: 100%;
}
/* line 80, ../sass/screen.sass */
.photobase .main_image {
  border: 5px solid white;
  margin: 0px 3%;
}
/* line 84, ../sass/screen.sass */
.photobase .main_image img {
  margin-bottom: -5px;
}
/* line 87, ../sass/screen.sass */
.photobase .photos {
  margin: 10px 3%;
  text-align: left;
}
/* line 91, ../sass/screen.sass */
.photobase .photos .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  width: 10%;
  min-width: 55px;
  display: inline-block;
  margin: 0px 2% 0px 0px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 99, ../sass/screen.sass */
.photobase .photos .image:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  cursor: pointer;
}

/* line 103, ../sass/screen.sass */
#gigantic-wrapper {
  background: url(../img/soft_wallpaper.png) #eeeeee;
}

/* line 106, ../sass/screen.sass */
header {
  background: url(../img/soft_wallpaper.png) #eeeeee;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
  padding-bottom: 10px;
}
/* line 111, ../sass/screen.sass */
header .bee_header {
  margin-top: 1000px;
}
/* line 114, ../sass/screen.sass */
header nav {
  text-align: center;
  min-height: 40px;
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 0 5%;
}
/* line 121, ../sass/screen.sass */
header nav .logo-mobile {
  height: 40px;
}
/* line 124, ../sass/screen.sass */
header nav .logo-mobile .bigsue-home {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
  text-align: left;
  display: block;
  float: left;
}
/* line 136, ../sass/screen.sass */
header nav .logo-mobile .bigsue-home img {
  height: 35px;
  margin: 3px 0 0 0;
}
/* line 140, ../sass/screen.sass */
header nav .logo-mobile .mobile-menu {
  width: 40px;
  display: block;
  float: right;
  margin: 7px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 147, ../sass/screen.sass */
header nav .logo-mobile .mobile-menu span {
  width: 100%;
  height: 5px;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  -ms-border-radius: 3px 3px;
  -o-border-radius: 3px 3px;
  border-radius: 3px 3px;
  background: #333333;
  display: block;
  margin-bottom: 5px;
}
/* line 155, ../sass/screen.sass */
header nav .logo-mobile .mobile-menu:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 158, ../sass/screen.sass */
header nav ul {
  display: none;
  padding: 5px 0 5px 0;
  margin: 0 0 20px 0;
}
/* line 163, ../sass/screen.sass */
header nav ul li {
  display: block;
  margin: 3px -3px 0px 0px;
}

/* line 167, ../sass/screen.sass */
header nav ul li a {
  color: #333333;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  background: none;
  min-width: 20px;
  border-bottom: 1px dotted #aaaaaa;
  margin: 0px;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-size: 26px;
  line-height: 33px;
  font-family: Droid Serif, Georgia, sans-serif;
  display: block;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
/* line 184, ../sass/screen.sass */
header nav ul li a span {
  margin: 10px 0 0 0;
  display: block;
}

header nav ul li:last-child a span {
  margin: 0;
}
header nav ul li:last-child a {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 188, ../sass/screen.sass */
header nav ul li a img {
  float: right;
}
/* line 191, ../sass/screen.sass */
header nav ul li a:hover {
  background: #dddddd;
  color: black;
}

/* line 196, ../sass/screen.sass */
#stripe3 {
  height: 13px;
  background: url(../img/border_4.png);
  margin: -2px 0px 0px 0px;
}

/* line 201, ../sass/screen.sass */
#stripe1 {
  height: 13px;
  background: url(../img/border_1.png);
  margin: 2px 0px 0px 0px;
}

/* line 206, ../sass/screen.sass */
#stripe2 {
  height: 13px;
  background: url(../img/border_3.png);
  margin: 0px 0px 8px 0px;
  position: relative;
  z-index: 11;
}

/* line 213, ../sass/screen.sass */
.brooklyn {
  height: 1090px;
  width: 100%;
  background: url(../img/brooklyn4.jpg) center;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}
/* line 221, ../sass/screen.sass */
.brooklyn .logo-wrapper {
  margin: 0 auto 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
/* line 226, ../sass/screen.sass */
.brooklyn .logo-wrapper img {
  width: 100%;
  max-width: 700px;
  padding: 20px 0px 0px;
  height: auto;
}
/* line 232, ../sass/screen.sass */
.brooklyn .buildings {
  width: 300px;
  margin: 0px auto 0px;
}
/* line 236, ../sass/screen.sass */
.brooklyn .buildings div {
  position: absolute;
  padding: 10px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  text-align: right;
  width: 150px;
  height: 25px;
}
/* line 244, ../sass/screen.sass */
.brooklyn .buildings div span {
  display: block;
  background: #43b121;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px 10px;
  -moz-border-radius: 10px / 10px;
  -ms-border-radius: 10px / 10px;
  -o-border-radius: 10px / 10px;
  border-radius: 10px / 10px;
  float: right;
  margin: 0 0 0 10px;
  border: 5px solid white;
  -webkit-box-shadow: 0px 0px 15px 0px #333333;
  -moz-box-shadow: 0px 0px 15px 0px #333333;
  box-shadow: 0px 0px 15px 0px #333333;
}
/* line 255, ../sass/screen.sass */
.brooklyn .buildings div p {
  margin: 2px 35px 0 0;
  font-weight: bold;
  display: none;
  color: #333333;
}
/* line 261, ../sass/screen.sass */
.brooklyn .buildings .bergen {
  margin: 0px 0px 0px 30px;
  top: 680px;
}
/* line 265, ../sass/screen.sass */
.brooklyn .buildings .dean {
  margin: 0px 0px 0px -30px;
  top: 770px;
}
/* line 269, ../sass/screen.sass */
.brooklyn .buildings div:hover {
  background: rgba(255, 255, 255, 0.7);
}
/* line 272, ../sass/screen.sass */
.brooklyn .buildings div:hover span {
  cursor: pointer;
  border: 5px solid white;
  -webkit-border-radius: 15px 15px;
  -moz-border-radius: 15px / 15px;
  -ms-border-radius: 15px / 15px;
  -o-border-radius: 15px / 15px;
  border-radius: 15px / 15px;
  height: 15px;
  width: 15px;
}
/* line 279, ../sass/screen.sass */
.brooklyn .buildings div:hover p {
  display: block;
}

/* line 282, ../sass/screen.sass */
#stripe6 {
  height: 13px;
  background: url(../img/border_2.png);
  margin: -13px 0px 0px 0px;
  position: relative;
  z-index: 100;
}

/* line 289, ../sass/screen.sass */
#stripe8 {
  background: black;
  margin: 0px 0px 0px 0px;
  padding: 10px 0;
}
/* line 294, ../sass/screen.sass */
#stripe8 p {
  max-width: 960px;
  margin: 0 12% 0 5%;
  color: white;
  font-size: 14px;
  text-shadow: none;
}

/* line 301, ../sass/screen.sass */
footer {
  background: url(../img/soft_wallpaper.png) #eeeeee;
}

/* line 305, ../sass/screen.sass */
#tunnels_wrapper {
  background: black;
  padding: 400px 0px 50px 0px;
}
/* line 309, ../sass/screen.sass */
#tunnels_wrapper .main_image {
  border: none;
}
/* line 312, ../sass/screen.sass */
#tunnels_wrapper p {
  text-align: center;
  color: #dddddd;
  margin: 10px 30px;
  text-shadow: none;
}

/* line 318, ../sass/screen.sass */
#ladder {
  display: block;
  background: url(../img/ladder.png);
  height: 30px;
  width: 10px;
  left: 92%;
  margin-top: -30px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 330, ../sass/screen.sass */
#ladder:hover {
  height: 70px;
  margin-top: -70px;
}

/* line 334, ../sass/screen.sass */
#bee {
  width: 27px;
  height: 18px;
  position: absolute;
  right: 30%;
  top: 20px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 345, ../sass/screen.sass */
#bee span {
  background: url(../img/bee.png);
  width: 27px;
  height: 18px;
  display: block;
}

/* line 352, ../sass/screen.sass */
#bee:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 355, ../sass/screen.sass */
#bee.fly {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 358, ../sass/screen.sass */
.modal-wrapper-2 {
  max-width: 700px;
  margin: 0px auto 0;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  z-index: 202;
}

/* line 368, ../sass/screen.sass */
.modal-wrapper {
  padding: 18px 0 20px 0;
  -webkit-border-radius: 10px 10px;
  -moz-border-radius: 10px / 10px;
  -ms-border-radius: 10px / 10px;
  -o-border-radius: 10px / 10px;
  border-radius: 10px / 10px;
  -webkit-box-shadow: 0px 0px 15px 0px black;
  -moz-box-shadow: 0px 0px 15px 0px black;
  box-shadow: 0px 0px 15px 0px black;
  display: none;
  background: url(../img/soft_wallpaper.png) #eeeeee;
  margin: 0px 5% 0;
}
/* line 376, ../sass/screen.sass */
.modal-wrapper p {
  text-align: center;
}
/* line 379, ../sass/screen.sass */
.modal-wrapper .close-button {
  padding: 10px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  background: #cccccc;
  display: inline;
  cursor: pointer;
  font-weight: bold;
}
/* line 387, ../sass/screen.sass */
.modal-wrapper .close-button:hover {
  background: #aaaaaa;
  color: black;
}

/* line 393, ../sass/screen.sass */
.blackness {
  height: 100%;
  width: 100%;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: fixed;
  z-index: 200;
}

/* Page Specific */
/* home */
/* line 407, ../sass/screen.sass */
.center_graphic {
  text-align: center;
  margin: 0px 3% 10px;
}
/* line 411, ../sass/screen.sass */
.center_graphic img {
  max-width: 600px;
  width: 100%;
}

/* line 415, ../sass/screen.sass */
#stripe4 {
  height: 13px;
  background: url(../img/border_3_white.png);
  margin: 0px 0px 0px 0px;
}

/* line 420, ../sass/screen.sass */
#stripe5 {
  height: 13px;
  background: url(../img/border_5_white.png);
  margin: 0px 0px -2px 0px;
}

/* line 425, ../sass/screen.sass */
.fence {
  background: url(../img/fence.png) #eeeeee;
}

/* line 428, ../sass/screen.sass */
.flexslider {
  max-width: 1000px;
  width: 90%;
  text-align: center;
  margin: 0px auto 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

/* line 439, ../sass/screen.sass */
.slides {
  border: 5px solid white;
}

/* line 442, ../sass/screen.sass */
#statement {
  margin: 0px auto 0px;
  max-width: 1000px;
  padding: 0 5% 10px;
}

#statement .heading.tag-line {
  color: white;
}

/* line 447, ../sass/screen.sass */
.heading, .heading.tag-line {
  font-family: Droid Serif, Georgia, sans-serif;
  font-size: 26px;
  line-height: 33px;
  color: black;
  margin: 15px 0px 22px 0px;
  text-align: left;
  text-shadow: none;
}

/* line 456, ../sass/screen.sass */
#horseshoe_left {
  margin: -37% 0px 0px -20px;
  position: absolute;
  display: none;
}

/* line 461, ../sass/screen.sass */
#horseshoe_right {
  margin: -38% 0px 0px 0px;
  position: absolute;
  text-align: right;
  background: url(../img/horseshoe_right.png);
  height: 200px;
  width: 270px;
  float: right;
  display: none;
  right: 0;
}

/* line 472, ../sass/screen.sass */
.line_break {
  margin: 0px 5% 30px;
  text-align: center;
}
/* line 476, ../sass/screen.sass */
.line_break img {
  max-width: 100%;
}

/* buildings */
/* line 482, ../sass/screen.sass */
#dean {
  margin-top: 2%;
}

/* green */
/* line 487, ../sass/screen.sass */
.secondary-nav {
  text-align: center;
  margin: 10px 0 20px;
}
/* line 491, ../sass/screen.sass */
.secondary-nav li {
  display: inline-block;
  margin: 0px 10px 0 0;
}
/* line 495, ../sass/screen.sass */
.secondary-nav li a {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 499, ../sass/screen.sass */
.secondary-nav li:last-child {
  margin: 0;
}

/* history */
/* line 504, ../sass/screen.sass */
.lion {
  text-align: center;
}

/* line 507, ../sass/screen.sass */
#history {
  background: url(../img/soft_wallpaper.png) #eeeeee;
  margin: 0px auto 0px;
  max-width: 600px;
  padding: 3%;
}
/* line 513, ../sass/screen.sass */
#history p {
  margin-bottom: 16px;
}
/* line 516, ../sass/screen.sass */
#history .waiver {
  text-align: center;
  font-size: 12px;
  color: gray;
  font-style: italic;
  line-height: 19px;
}
/* line 523, ../sass/screen.sass */
#history .heading {
  font-size: 30px;
  line-height: 29px;
  text-align: center;
}
/* line 528, ../sass/screen.sass */
#history .address {
  text-align: center;
  font-size: 14px;
  margin: -10px 0 10px;
}
/* line 533, ../sass/screen.sass */
#history img {
  margin-bottom: 10px;
  max-width: 100%;
}

/* neighborhood */
/* line 539, ../sass/screen.sass */
#neighborhood {
  max-width: 800px;
}

/* line 542, ../sass/screen.sass */
.basic-content {
  text-align: center;
  margin: 0px auto 0px;
  padding: 0 5% 50px;
  max-width: 800px;
  overflow: hidden;
  *zoom: 1;
}

/* line 549, ../sass/screen.sass */
.basic-content p {
  text-align: left;
}
/* line 552, ../sass/screen.sass */
.basic-content strong {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
/* line 559, ../sass/screen.sass */
.basic-content ul li {
  margin-bottom: 30px;
}
/* line 562, ../sass/screen.sass */
.basic-content ul img {
  max-width: 100%;
}
/* line 565, ../sass/screen.sass */
.basic-content ul span {
  display: block;
  margin: 5px 0 0px;
}
/* line 569, ../sass/screen.sass */
.basic-content ol {
  margin-left: 25px;
  margin-bottom: 40px;
}
/* line 573, ../sass/screen.sass */
.basic-content ol li {
  text-align: left;
  list-style-type: decimal;
}

.narrow-wrapper{
  max-width:650px;
}

.narrow-wrapper p,
.narrow-wrapper ul li {
  margin-bottom:10px;
}

.narrow-wrapper strong {
  display: inline;
}

.narrow-wrapper ul {
  text-align: left;
  list-style: disc;
  padding-left: 16px;
}

.narrow-wrapper h2.heading {
  margin-top: 30px;
}

.narrow-wrapper h1.heading {
  font-size: 40px;
  line-height: 1.1;
}


.narrow-wrapper h3 {
  text-align:left;
  font-weight: 800;
  margin-bottom: 6px;
  margin-top: 12px;
}

.narrow-wrapper .button {
  margin: 16px 0;
}

.narrow-wrapper .regular-link {
  font-weight: 800;
  text-decoration: underline;
  color: #329214;
}

.narrow-wrapper .regular-link:hover {
  text-decoration: none;
}

.narrow-wrapper .instagram-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.narrow-wrapper .button a {
  background: #55d82d;
  color: black;
  padding: 12px 20px;
  display: inline-block;
  text-shadow: 0 1px 0 #70e04e;
  border-radius: 8px;
  transition: background .2s ease;
}

.narrow-wrapper .button a:hover {
  text-decoration: underline;
  background: #70e04e;
}

/* press page */
/* line 579, ../sass/screen.sass */
.press_cover {
  max-width: 1000px;
  margin: 0px auto 20px;
  padding: 0 5%;
  text-align: center;
}
/* line 585, ../sass/screen.sass */
.press_cover ul {
  text-align: center;
  margin: 0px auto 0px;
  overflow: hidden;
  *zoom: 1;
}
/* line 590, ../sass/screen.sass */
.press_cover li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 8%;
  min-width: 55px;
  cursor: pointer;
}
/* line 600, ../sass/screen.sass */
.press_cover li img {
  max-width: 100%;
  margin-bottom: -6px;
}
/* line 604, ../sass/screen.sass */
.press_cover li.active, .press_cover li:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #333333;
  -moz-box-shadow: 0px 0px 15px 0px #333333;
  box-shadow: 0px 0px 15px 0px #333333;
}

/* line 608, ../sass/screen.sass */
#press .press-content {
  padding-bottom: 30px;
}
/* line 611, ../sass/screen.sass */
#press .press-content .photobase {
  max-width: 1000px;
  margin-top: 20px;
}
/* line 617, ../sass/screen.sass */
#press .press-content .photobase .pdf_dl {
  text-align: left;
  margin-left: 3%;
}
/* line 621, ../sass/screen.sass */
#press .press-content .photobase .pdf_dl img {
  float: left;
  width: 40px;
}
/* line 625, ../sass/screen.sass */
#press .press-content .photobase .pdf_dl p {
  float: left;
  margin: 10px 0 0 0px;
  font-size: 12px;
}

/* line 630, ../sass/screen.sass */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin: 0 5% 20px;
  height: 0;
}

/* line 637, ../sass/screen.sass */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 645, ../sass/screen.sass */
#letterpress {
  text-align: right;
  margin-top: -5px;
  width: 250px;
  float: right;
}
/* line 651, ../sass/screen.sass */
#letterpress:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 655, ../sass/screen.sass */
.contact-info {
  float: left;
  margin-top: 5px;
}

.floating-image {
  max-width: 100%;
  height: auto;
}

@media all and (min-width:550px) {
  .floating-image {
    float: right;
    max-width: 50%;
    margin: 10px -10px 20px 20px;
  }
}

@media all and (min-width:550px) {
  .floating-image-left {
    float: left;
    margin: 0 10px 10px 0;
  }
}

/* Media Query 940px and above */
@media all and (min-width:900px) {

  .floating-image {
    margin-right: -40px;
  }

  /* line 1, ../sass/_900-up.sass */
  header nav {
    min-height: 91px;
    padding: 0 2%;
    max-width: 860px;
  }
  
  /* line 4, ../sass/_900-up.sass */
  header nav .logo-mobile {
    height: 40px;
  }
  /* line 7, ../sass/_900-up.sass */
  header nav .logo-mobile .mobile-menu {
    display: none;
  }
  /* line 12, ../sass/_900-up.sass */
  header nav .logo-mobile .bigsue-home img {
    margin: 28px 0 0 0;
  }
  /* line 15, ../sass/_900-up.sass */
  header nav ul {
    display: block;
    margin: -40px 0 0 170px;
    margin-top: -40px;
  }
  /* line 20, ../sass/_900-up.sass */
  header nav ul li {
    display: block;
    margin: 0 -4px 0 0;
    padding: 0;
    float: left;
  }
  /* line 26, ../sass/_900-up.sass */
  header nav ul li a {
    line-height: 23px;
    border-left: 1px dotted #333333;
    border-bottom: 0;
    padding: 5px 8px 0;
    margin: 0;
    text-align: center;
    display: block;
    float: left;
  }
  /* line 36, ../sass/_900-up.sass */
  header nav ul li a img {
    float: none;
    margin-bottom: -3px;
  }
  /* line 40, ../sass/_900-up.sass */
  header nav ul li a span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }

  header nav ul li:last-child {
    width: 115px;
  }

  header nav ul li:last-child span {
    line-height: 1;
    display: block;
    position: relative;
    top: 5px;
  }

  header nav ul li:last-child a {
    padding: 5px 8px 5px;
  }
  /* line 46, ../sass/_900-up.sass */
  header nav ul li a:hover {
    background: #dddddd;
    color: black;
  }

  /* line 51, ../sass/_900-up.sass */
  #bee {
    right: 3%;
  }

  /* line 58, ../sass/_900-up.sass */
  .brooklyn .logo-wrapper img {
    width: 700px;
    height: 300px;
  }
}

@media all and (min-width:1080px) {
  header nav {
    max-width: 1000px;
  }
  /* line 9, ../sass/_1080-up.sass */
  header nav ul li a {
    padding: 5px 14px 0;
  }
  /* line 12, ../sass/_1080-up.sass */
  header nav ul li a span {
    font-size: 16px;
  }

  header nav ul li:last-child a {
    padding: 5px 8px 5px;
  }

  header nav ul li:last-child {
    width: 140px;
  }

  header nav ul li:last-child span {
    top: 1px;
  }
}

@media all and (min-width:1150px) {
  header nav {
    padding: 0 5%;
  }
}

.announcment {
  margin: 0px auto 30px;
  position: relative;
  z-index: 2;
}

.announcment #stripe4{
  margin-top: 30px;
}
