/* line 3, app/assets/stylesheets/components/app.scss */
body {
  padding: 20px !important;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.2rem;
}

/* line 11, app/assets/stylesheets/components/app.scss */
* {
  box-sizing: border-box;
  vertical-align: top;
}

/* line 16, app/assets/stylesheets/components/app.scss */
#instafeed {
  margin: 20px 0;
}

/* line 18, app/assets/stylesheets/components/app.scss */
#instafeed img {
  width: 100%;
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/components/app.scss */
.message {
  margin-top: 0px !important;
  font-size: 19px !important;
  line-height: 25px;
}

/* line 28, app/assets/stylesheets/components/app.scss */
.message .close {
  color: black !important;
  text-decoration: none !important;
  opacity: 1 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 30px !important;
  text-align: center !important;
  line-height: 8px !important;
  position: absolute !important;
  top: 0 !important;
  background: white !important;
  border: 1px solid gray !important;
  right: -10px !important;
}

/* line 43, app/assets/stylesheets/components/app.scss */
.message .close:hover {
  opacity: 1;
  color: #333;
}

/* line 49, app/assets/stylesheets/components/app.scss */
.home-grid {
  margin-top: 10px;
}

/* line 54, app/assets/stylesheets/components/app.scss */
.home-grid #category-grid .item-wrapper .item img {
  height: 235px;
}

/* line 62, app/assets/stylesheets/components/app.scss */
h1 {
  font-size: 40px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}

/* line 68, app/assets/stylesheets/components/app.scss */
.header-bar {
  background: #EBE8E8;
  padding: 10px !important;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin: 12px 0 15px 0;
}

/* line 77, app/assets/stylesheets/components/app.scss */
.tagline {
  padding: 0px;
  margin: 12px auto 15px auto !important;
  text-align: center;
}

/* line 85, app/assets/stylesheets/components/app.scss */
.tagline p {
  margin-bottom: 0.4rem;
}

/* line 88, app/assets/stylesheets/components/app.scss */
.tagline p:last-child {
  margin-bottom: 0;
}

/* line 94, app/assets/stylesheets/components/app.scss */
.header {
  position: relative;
  margin-bottom: 15px !important;
}

/* line 99, app/assets/stylesheets/components/app.scss */
.pull-right {
  text-align: right;
}

/* line 103, app/assets/stylesheets/components/app.scss */
ul {
  list-style-type: none;
}

/* line 107, app/assets/stylesheets/components/app.scss */
#main, #footer, header {
  padding: 20px;
}

/* line 111, app/assets/stylesheets/components/app.scss */
#main {
  background-color: white !important;
  margin: 0;
  padding: 0 20px;
}

/* line 117, app/assets/stylesheets/components/app.scss */
#logo {
  max-width: 370px;
}

/* line 121, app/assets/stylesheets/components/app.scss */
#tagline {
  text-align: center;
  font-size: 15px;
  margin-top: 3px;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/components/app.scss */
#tagline .normalweight {
  font-weight: normal;
}

/* line 131, app/assets/stylesheets/components/app.scss */
.breadcrumbs {
  border: none !important;
  background: #EBE8E8 !important;
}

/* line 134, app/assets/stylesheets/components/app.scss */
.breadcrumbs li {
  font-size: 20px;
  padding: 5px 0;
}

/* line 140, app/assets/stylesheets/components/app.scss */
.breadcrumbs > *:before:not(:first-child) {
  margin: 0 5px 0 5px !important;
}

/* line 144, app/assets/stylesheets/components/app.scss */
.breadcrumbs > *.current {
  font-weight: bold;
  max-width: 540px;
  white-space: nowrap;
}

/* line 150, app/assets/stylesheets/components/app.scss */
.breadcrumbs > *:before {
  margin: 0 3px;
}

/* line 154, app/assets/stylesheets/components/app.scss */
.btn {
  margin-top: 0 !important;
}

/* line 158, app/assets/stylesheets/components/app.scss */
.thumbnail {
  width: 400px;
}

/* line 162, app/assets/stylesheets/components/app.scss */
button.alert, .btn.alert {
  background: #cf2a0e !important;
}

/* line 166, app/assets/stylesheets/components/app.scss */
button.alert:hover {
  background: #F33414 !important;
}

/* line 170, app/assets/stylesheets/components/app.scss */
.help {
  font-size: 14px;
}

/* line 174, app/assets/stylesheets/components/app.scss */
.checkbox {
  font-size: 14px;
}

/* line 178, app/assets/stylesheets/components/app.scss */
.btn {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
}

/* line 201, app/assets/stylesheets/components/app.scss */
.btn.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  width: 10rem;
}

/* line 210, app/assets/stylesheets/components/app.scss */
section {
  display: inline-block;
  margin: 0 0 20px 0 !important;
}

/* line 215, app/assets/stylesheets/components/app.scss */
.print-friendly {
  padding: 20px;
}

/* line 219, app/assets/stylesheets/components/app.scss */
.category-filter-name {
  width: 100%;
  display: inline-block;
  background: whitesmoke;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 28px;
  text-transform: uppercase;
}

/* line 229, app/assets/stylesheets/components/app.scss */
#breadcrumb-wrapper {
  margin-top: 15px;
}

/* line 233, app/assets/stylesheets/components/app.scss */
.breadcrumbs {
  width: 100%;
  padding-left: 10px !important;
}

/* line 238, app/assets/stylesheets/components/app.scss */
.center {
  text-align: center;
}

/* line 242, app/assets/stylesheets/components/app.scss */
.secondary-nav-mobile {
  width: 100%;
}

/* line 244, app/assets/stylesheets/components/app.scss */
.secondary-nav-mobile .worksheet, .secondary-nav-mobile .contact, .secondary-nav-mobile .phone {
  display: inline-block;
}

/* line 247, app/assets/stylesheets/components/app.scss */
.secondary-nav-mobile .worksheet {
  width: 35%;
  text-align: left;
}

/* line 251, app/assets/stylesheets/components/app.scss */
.secondary-nav-mobile .contact {
  width: 21%;
  text-align: center;
}

/* line 255, app/assets/stylesheets/components/app.scss */
.secondary-nav-mobile .phone {
  width: 39%;
  text-align: right;
}

/* line 261, app/assets/stylesheets/components/app.scss */
.alert-box {
  margin-top: 20px;
}

/* line 265, app/assets/stylesheets/components/app.scss */
.category-grid {
  margin-top: 20px !important;
}

/* line 270, app/assets/stylesheets/components/app.scss */
.checkbox label {
  margin: -5px 0 0 -5px !important;
}

/* line 275, app/assets/stylesheets/components/app.scss */
.not-found {
  width: 100%;
}

/* line 277, app/assets/stylesheets/components/app.scss */
.not-found .alert-box {
  font-size: 15px;
  width: 100%;
}

/* line 284, app/assets/stylesheets/components/app.scss */
#grid .search-grid {
  margin-top: 15px !important;
}

/* line 288, app/assets/stylesheets/components/app.scss */
#grid .search-grid .item-wrapper .item {
  width: 200px;
  height: 200px;
}

/* line 296, app/assets/stylesheets/components/app.scss */
#breadcrumb-wrapper.feature {
  margin-bottom: 15px !important;
}

/* line 300, app/assets/stylesheets/components/app.scss */
.nav-bar {
  height: 35px;
}

/* line 302, app/assets/stylesheets/components/app.scss */
.nav-bar .small-block-grid-7 {
  margin: 0 auto !important;
}

/* line 305, app/assets/stylesheets/components/app.scss */
.nav-bar .nav-item {
  padding: 0 !important;
  position: relative;
}

/* line 308, app/assets/stylesheets/components/app.scss */
.nav-bar .nav-item a {
  text-transform: uppercase;
  color: white;
  border-right: 1px solid white;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
  color: white;
  display: inline-block;
  text-decoration: none;
  background: black;
  padding: 8px;
}

/* line 322, app/assets/stylesheets/components/app.scss */
.nav-bar .nav-item a:hover {
  background: #007095;
}

/* line 328, app/assets/stylesheets/components/app.scss */
.custom-dropdown {
  background: black;
  display: none;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  width: 160px;
}

/* line 338, app/assets/stylesheets/components/app.scss */
.dropdown {
  margin-left: 0;
}

/* line 340, app/assets/stylesheets/components/app.scss */
.dropdown i {
  color: #E7E7E7;
  line-height: 20px;
}

/* line 344, app/assets/stylesheets/components/app.scss */
.dropdown a {
  text-align: left !important;
  border-right: none !important;
  padding-left: 10px;
  white-space: normal !important;
}

/* line 352, app/assets/stylesheets/components/app.scss */
.nav-item[data-id="9"] a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f030 \00a0";
}

/* line 361, app/assets/stylesheets/components/app.scss */
.ig-b- {
  display: inline-block;
}

/* line 362, app/assets/stylesheets/components/app.scss */
.ig-b- img {
  visibility: hidden;
}

/* line 363, app/assets/stylesheets/components/app.scss */
.ig-b-:hover {
  background-position: 0 -60px;
}

/* line 363, app/assets/stylesheets/components/app.scss */
.ig-b-:active {
  background-position: 0 -120px;
}

/* line 364, app/assets/stylesheets/components/app.scss */
.ig-b-24 {
  width: 24px;
  height: 24px;
  background: url(//badges.instagram.com/static/images/ig-badge-sprite-24.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 366, app/assets/stylesheets/components/app.scss */
  .ig-b-24 {
    background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-24@2x.png);
    background-size: 60px 178px;
  }
}

/* line 369, app/assets/stylesheets/components/app.scss */
.alert-box a.close {
  padding-top: 9px !important;
}

/* line 374, app/assets/stylesheets/components/app.scss */
.indent {
  padding-left: 20px !important;
}

/* line 378, app/assets/stylesheets/components/app.scss */
.content-wrapper {
  margin: 20px 0 50px 0;
}

/* line 382, app/assets/stylesheets/components/app.scss */
.instagram-icon img {
  width: 26px;
  height: 26px;
}

/* line 386, app/assets/stylesheets/components/app.scss */
.g-recaptcha {
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/components/category.scss */
.category-children {
  margin-bottom: 20px;
}

/* line 3, app/assets/stylesheets/components/category.scss */
.category-children li {
  display: inline-block;
  border: 1px solid gray;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
}

/* line 8, app/assets/stylesheets/components/category.scss */
.category-children li a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/features.scss */
.features-grid {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid gray;
}

/* line 3, app/assets/stylesheets/components/footer.scss */
.footer {
  background: #000;
  color: white;
  padding: 15px 0;
}

/* line 7, app/assets/stylesheets/components/footer.scss */
.footer a, .footer a:hover {
  color: white;
}

/* line 10, app/assets/stylesheets/components/footer.scss */
.footer a.how-to-rent {
  font-size: 18px;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/components/footer.scss */
.footer .columns:nth-child(3n + 1) ul {
  border-right: 2px solid white;
}

/* line 17, app/assets/stylesheets/components/footer.scss */
.footer .columns:nth-child(3n + 2) ul {
  border-right: 2px solid white;
}

/* line 20, app/assets/stylesheets/components/footer.scss */
.footer ul, .footer .email-input {
  height: 100px;
  padding-left: 15px;
  margin: 0 !important;
  font-size: 14px;
}

/* line 27, app/assets/stylesheets/components/footer.scss */
.footer .email-input {
  padding-right: 15px;
}

/* line 29, app/assets/stylesheets/components/footer.scss */
.footer .email-input .text {
  margin-bottom: 10px;
}

/* line 32, app/assets/stylesheets/components/footer.scss */
.footer .email-input input {
  font-size: 14px;
  height: 30px;
  margin-bottom: 5px;
  width: 48%;
}

/* line 38, app/assets/stylesheets/components/footer.scss */
.footer .email-input button {
  background: #141414;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/components/framework_and_overrides.scss */
.top-bar-section {
  width: 100%;
}

/* line 3, app/assets/stylesheets/components/framework_and_overrides.scss */
.top-bar-section .has-dropdown {
  margin-right: -30px;
}

/* line 8, app/assets/stylesheets/components/framework_and_overrides.scss */
.columns {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 13, app/assets/stylesheets/components/framework_and_overrides.scss */
.top-bar-section .has-dropdown > a:after {
  display: none !important;
}

/* line 17, app/assets/stylesheets/components/framework_and_overrides.scss */
.no-dropdown {
  margin-right: -13px;
}

/* line 4, app/assets/stylesheets/components/grid.scss */
.row .item-column-1 {
  padding-right: 10px;
}

/* line 6, app/assets/stylesheets/components/grid.scss */
.row .item-column-1 .item-title, .row .item-column-1 .item-header {
  padding-right: 10px;
}

/* line 9, app/assets/stylesheets/components/grid.scss */
.row .item-column-1 .checkmark {
  right: 10px;
}

/* line 13, app/assets/stylesheets/components/grid.scss */
.row .item-column-2 {
  padding: 0 5px;
}

/* line 15, app/assets/stylesheets/components/grid.scss */
.row .item-column-2 .item-title, .row .item-column-2 .item-header {
  padding: 0 5px;
}

/* line 18, app/assets/stylesheets/components/grid.scss */
.row .item-column-2 .checkmark {
  right: 5px;
}

/* line 22, app/assets/stylesheets/components/grid.scss */
.row .item-column-3 {
  padding-left: 10px;
}

/* line 24, app/assets/stylesheets/components/grid.scss */
.row .item-column-3 .item-title, .row .item-column-3 .item-header {
  padding-left: 10px;
}

/* line 27, app/assets/stylesheets/components/grid.scss */
.row .item-column-3 .checkmark {
  right: 0px;
}

/* line 33, app/assets/stylesheets/components/grid.scss */
#grid spinner {
  display: inline-block;
  margin: 8px 9px 5px;
}

/* line 37, app/assets/stylesheets/components/grid.scss */
#grid .worksheet-link {
  height: 30px;
  line-height: 17px;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  pointer-events: auto;
  display: inline-block;
  float: right;
  text-decoration: underline;
  margin: 3px;
}

/* line 47, app/assets/stylesheets/components/grid.scss */
#grid .worksheet-link i {
  margin: 2px 3px 0 0;
}

/* line 52, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper.surface:hover .item-header {
  top: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 59, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .price {
  margin-left: 5px;
  display: inline-block;
}

/* line 64, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper:hover .triangle, #grid .item-wrapper:hover .fa-search-plus {
  display: block;
}

/* line 67, app/assets/stylesheets/components/grid.scss */
#grid .item-details {
  position: absolute;
  top: 40px;
  left: 30px;
  opacity: 0.5;
  font-size: 30px;
}

/* line 74, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  float: left;
}

/* line 83, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .checkmark {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding-top: 7px;
}

/* line 93, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .surface-id {
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 16px;
  pointer-events: none;
}

/* line 102, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .fa-search-plus {
  display: none;
  position: absolute;
  top: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 109, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item {
  width: 100%;
  height: 235px;
  overflow: hidden;
  display: inline-block;
  background-size: cover !important;
}

/* line 115, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  width: 100%;
}

/* line 121, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-title {
  bottom: 0;
}

/* line 124, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-header {
  top: -30px;
  pointer-events: none;
}

/* line 127, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-header .item-inner {
  height: 30px;
}

/* line 131, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-title, #grid .item-wrapper .item-header {
  position: absolute;
  width: 100%;
  left: 0;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

/* line 140, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-inner {
  background: #EBE8E8;
  padding: 5px;
}

/* line 144, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .size, #grid .item-wrapper .name {
  width: 100%;
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  font-size: 13px;
}

/* line 151, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .seperator {
  display: inline-block;
  height: 5px;
  width: 5px;
  background: #5F5E5E;
  border-radius: 8px;
  margin: 16px 6px;
}

/* line 160, app/assets/stylesheets/components/grid.scss */
#grid .item-wrapper .item-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 23px;
  left: 5px;
  color: black;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 40px !important;
  font-weight: 300;
  line-height: 54px;
  pointer-events: none;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/components/grid.scss */
#category-grid .item-wrapper.home .item-title {
  opacity: 0;
}

/* line 184, app/assets/stylesheets/components/grid.scss */
#category-grid .item-wrapper:hover .item-overlay {
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}

/* line 190, app/assets/stylesheets/components/grid.scss */
#category-grid .item-wrapper:hover .item {
  opacity: 0.26 !important;
  transition: all 0.2s ease-in-out;
}

/* line 1, app/assets/stylesheets/components/header.scss */
#phone {
  position: absolute;
  right: 70px;
  top: 22px;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: unset;
}

/* line 10, app/assets/stylesheets/components/header.scss */
#social-links {
  position: absolute;
  right: 1px;
  top: 25px;
}

/* line 16, app/assets/stylesheets/components/header.scss */
#hours {
  font-size: 15px;
  position: absolute;
  right: 2px;
  top: 55px;
}

/* line 23, app/assets/stylesheets/components/header.scss */
#digital-assets {
  text-align: right;
  margin-top: 55px;
}

/* line 26, app/assets/stylesheets/components/header.scss */
#digital-assets img {
  max-width: 410px;
  width: 100%;
  height: auto;
  margin-top: 2px;
}

/* line 34, app/assets/stylesheets/components/header.scss */
#facebook-logo {
  width: 26px;
}

/* line 38, app/assets/stylesheets/components/header.scss */
#savepin {
  float: right;
}

/* line 42, app/assets/stylesheets/components/header.scss */
#address {
  float: left;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: unset;
  vertical-align: bottom;
  margin-top: 55px;
}

/* line 51, app/assets/stylesheets/components/header.scss */
#secondary-navigation {
  position: absolute;
  top: -5px;
  right: 0;
}

/* line 55, app/assets/stylesheets/components/header.scss */
#secondary-navigation li {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

/* line 62, app/assets/stylesheets/components/header.scss */
.surfaces-count {
  background: #db2e2e;
  border-radius: 20px;
  color: white;
  margin-top: 4px;
  width: 15px;
  height: 15px;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  display: inline-block;
}

/* line 75, app/assets/stylesheets/components/header.scss */
.secondary-nav {
  font-size: 17px;
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/components/header.scss */
.show-for-small-only #secondary-navigation {
  text-align: left;
  display: inline-block;
}

/* line 84, app/assets/stylesheets/components/header.scss */
.show-for-small-only #secondary-navigation li {
  margin: 0 10px 0 0;
}

/* line 88, app/assets/stylesheets/components/header.scss */
.show-for-small-only #phone {
  display: inline-block;
  font-family: jaf-bernina-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0;
  font-weight: normal;
}

@media only screen and (max-width: 40em) {
  /* line 105, app/assets/stylesheets/components/header.scss */
  #secondary-navigation,
#phone,
#social-links,
#navigation-hours {
    display: none;
  }
  /* line 112, app/assets/stylesheets/components/header.scss */
  #digital-assets {
    margin-top: 0;
    margin-bottom: 6px;
    padding: 0;
    text-align: left;
  }
  /* line 117, app/assets/stylesheets/components/header.scss */
  #digital-assets img {
    max-width: 370px;
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-device-width: 799px) {
  /* line 3, app/assets/stylesheets/components/media.scss */
  #category-grid .item-wrapper .item {
    opacity: 0.4 !important;
  }
  /* line 6, app/assets/stylesheets/components/media.scss */
  #category-grid .item-overlay {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 849px) and (min-width: 40em) {
  /* line 14, app/assets/stylesheets/components/media.scss */
  .item-wrapper .item {
    height: 185px !important;
  }
  /* line 17, app/assets/stylesheets/components/media.scss */
  .item-wrapper .item-overlay {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}

@media only screen and (min-width: 850px) {
  /* line 24, app/assets/stylesheets/components/media.scss */
  #custom-dropdown-5 {
    width: 680px;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (max-width: 849px) {
  /* line 33, app/assets/stylesheets/components/media.scss */
  #custom-dropdown-5 {
    width: 515px;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* line 40, app/assets/stylesheets/components/media.scss */
  .custom-dropdown a {
    font-size: 12px !important;
    line-height: 14px;
  }
  /* line 45, app/assets/stylesheets/components/media.scss */
  #grid .worksheet-link {
    font-size: 10px;
  }
  /* line 47, app/assets/stylesheets/components/media.scss */
  #grid .worksheet-link i {
    margin: 4px 3px 0 0 !important;
  }
  /* line 53, app/assets/stylesheets/components/media.scss */
  #secondary-navigation li {
    font-size: 13px !important;
    margin-left: 5px !important;
  }
  /* line 58, app/assets/stylesheets/components/media.scss */
  .top-bar-section ul li > a {
    font-size: 13px !important;
  }
  /* line 61, app/assets/stylesheets/components/media.scss */
  .top-bar-section ul li {
    margin-right: -15px;
  }
  /* line 65, app/assets/stylesheets/components/media.scss */
  .footer ul {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 699px) {
  /* line 73, app/assets/stylesheets/components/media.scss */
  .custom-dropdown a {
    font-size: 12px !important;
    line-height: 14px;
  }
  /* line 79, app/assets/stylesheets/components/media.scss */
  #secondary-navigation li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 87, app/assets/stylesheets/components/media.scss */
  .footer ul {
    border: none !important;
  }
  /* line 91, app/assets/stylesheets/components/media.scss */
  body {
    padding: 10px !important;
  }
  /* line 94, app/assets/stylesheets/components/media.scss */
  .tagline {
    text-align: center;
  }
  /* line 97, app/assets/stylesheets/components/media.scss */
  .thumbnail {
    width: 80px !important;
  }
  /* line 101, app/assets/stylesheets/components/media.scss */
  .features-grid .item {
    height: auto !important;
  }
  /* line 105, app/assets/stylesheets/components/media.scss */
  .surface-title .seperator {
    margin: 17px 6px;
  }
  /* line 108, app/assets/stylesheets/components/media.scss */
  .breadcrumbs {
    overflow: visible !important;
    height: auto !important;
    display: inline-block !important;
  }
  /* line 112, app/assets/stylesheets/components/media.scss */
  .breadcrumbs li {
    font-size: 14px;
    padding: 5px 0;
    font-weight: normal;
  }
  /* line 118, app/assets/stylesheets/components/media.scss */
  #surface .left-col {
    padding-right: 0 !important;
  }
  /* line 121, app/assets/stylesheets/components/media.scss */
  #primary-image, #secondary-image, .zoomerang {
    pointer-events: none;
  }
  /* line 124, app/assets/stylesheets/components/media.scss */
  .item-wrapper {
    padding-right: 0 !important;
  }
  /* line 126, app/assets/stylesheets/components/media.scss */
  .item-wrapper .item-title {
    padding-right: 0 !important;
  }
}

/* line 1, app/assets/stylesheets/components/page.scss */
#page {
  margin-top: 20px;
}

/* line 3, app/assets/stylesheets/components/page.scss */
#page article {
  margin: 20px 0 40px 0;
  max-width: 650px;
}

/* line 9, app/assets/stylesheets/components/page.scss */
#mailing-list {
  background: #E9E6E6;
  border: 1px solid gray;
  padding: 20px;
  margin: 0 0 40px 0;
  max-width: 400px;
}

/* line 1, app/assets/stylesheets/components/pagination.scss */
.pagination {
  margin: 0 0 10px 0;
}

/* line 3, app/assets/stylesheets/components/pagination.scss */
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/components/pagination.scss */
.pagination ul li {
  display: inline;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/components/pagination.scss */
.pagination {
  border-left: 1px solid #A7A2A2;
}

/* line 23, app/assets/stylesheets/components/pagination.scss */
.pagination li.active a {
  color: #999999;
  cursor: default;
  background-color: whitesmoke !important;
}

/* line 31, app/assets/stylesheets/components/pagination.scss */
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #A7A2A2;
  border-left-width: 0;
  font-size: 13px;
}

/* line 42, app/assets/stylesheets/components/pagination.scss */
.pagination-info {
  margin-bottom: 15px;
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/components/pagination.scss */
.top-pagination {
  margin: 15px 0 15px 0 !important;
}

/* line 1, app/assets/stylesheets/components/search_bar.scss */
.search-alert {
  width: 100%;
  background: #007095;
  color: white;
  padding: 13px 20px;
  z-index: 9999;
  font-size: 12px;
  text-transform: uppercase;
  margin: 12px 0;
  position: relative;
}

/* line 11, app/assets/stylesheets/components/search_bar.scss */
.search-alert spinner {
  position: absolute;
  top: 18px;
  left: 19px;
}

/* line 18, app/assets/stylesheets/components/search_bar.scss */
.search-alert.with-spinner {
  padding: 13px 20px 13px 35px;
}

/* line 21, app/assets/stylesheets/components/search_bar.scss */
#search-bar {
  margin: 12px 0 3px 0;
  position: relative;
}

/* line 24, app/assets/stylesheets/components/search_bar.scss */
#search-bar input {
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  padding: 8px 15px 9px 40px;
  border: 1px solid #bfbfbf;
  background: #F3F3F3;
  transition: all 0.2s ease-in-out;
}

/* line 34, app/assets/stylesheets/components/search_bar.scss */
#search-bar input:focus {
  outline: 0;
  border: 1px solid #007095;
  background: #EEEDED;
}

/* line 39, app/assets/stylesheets/components/search_bar.scss */
#search-bar .fa-search, #search-bar .fa-times {
  position: absolute;
  top: 9px;
  color: #615F5F;
  font-size: 20px;
}

/* line 46, app/assets/stylesheets/components/search_bar.scss */
#search-bar .fa-search {
  left: 9px;
}

/* line 49, app/assets/stylesheets/components/search_bar.scss */
#search-bar .fa-times {
  right: 9px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/surfaces.scss */
.worksheet-button {
  position: absolute;
  top: 0;
  padding: 7px 10px;
  color: white;
  font-size: 13px;
}

/* line 9, app/assets/stylesheets/components/surfaces.scss */
.add-to-worksheet {
  background: #008CBA;
}

/* line 13, app/assets/stylesheets/components/surfaces.scss */
.item-column-1 .worksheet-button {
  right: 10px;
}

/* line 17, app/assets/stylesheets/components/surfaces.scss */
.item-column-2 .worksheet-button {
  right: 5px;
}

/* line 21, app/assets/stylesheets/components/surfaces.scss */
.item-column-3 .worksheet-button {
  right: 0px;
}

/* line 25, app/assets/stylesheets/components/surfaces.scss */
.remove-from-worksheet {
  background: #CF2A0E;
}

/* line 29, app/assets/stylesheets/components/surfaces.scss */
#primary-image, #surface-info, #surface {
  display: inline-block;
}

/* line 33, app/assets/stylesheets/components/surfaces.scss */
#surface {
  width: 100%;
  margin: 15px 0 0 0;
}

/* line 36, app/assets/stylesheets/components/surfaces.scss */
#surface .left-col {
  padding-right: 15px;
}

/* line 39, app/assets/stylesheets/components/surfaces.scss */
#surface button {
  font-size: 14px;
  height: 40px;
  line-height: 9px;
  width: 100%;
  margin-bottom: 15px !important;
}

/* line 45, app/assets/stylesheets/components/surfaces.scss */
#surface button i {
  margin-top: -3px;
}

/* line 49, app/assets/stylesheets/components/surfaces.scss */
#surface .surface-column {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/components/surfaces.scss */
#surface .surface-button .btn {
  width: 100%;
}

/* line 57, app/assets/stylesheets/components/surfaces.scss */
#surface .left {
  width: 250px;
  margin-right: 15px;
}

/* line 61, app/assets/stylesheets/components/surfaces.scss */
#surface .right {
  width: 630px;
}

/* line 67, app/assets/stylesheets/components/surfaces.scss */
.item-column-1 .triangle {
  right: 10px;
}

/* line 70, app/assets/stylesheets/components/surfaces.scss */
.item-column-1 .fa-search-plus {
  right: 20px;
}

/* line 75, app/assets/stylesheets/components/surfaces.scss */
.item-column-2 .triangle {
  right: 5px;
}

/* line 78, app/assets/stylesheets/components/surfaces.scss */
.item-column-2 .fa-search-plus {
  right: 15px;
}

/* line 83, app/assets/stylesheets/components/surfaces.scss */
.item-column-3 .triangle {
  right: 0px;
}

/* line 86, app/assets/stylesheets/components/surfaces.scss */
.item-column-3 .fa-search-plus {
  right: 10px;
}

/* line 91, app/assets/stylesheets/components/surfaces.scss */
.secondary-image {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

/* line 95, app/assets/stylesheets/components/surfaces.scss */
.secondary-image i {
  display: none;
  position: absolute;
  top: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

/* line 103, app/assets/stylesheets/components/surfaces.scss */
.secondary-image .triangle {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

/* line 115, app/assets/stylesheets/components/surfaces.scss */
#primary-image {
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  float: right;
}

/* line 120, app/assets/stylesheets/components/surfaces.scss */
#primary-image i {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 128, app/assets/stylesheets/components/surfaces.scss */
#primary-image .triangle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

/* line 139, app/assets/stylesheets/components/surfaces.scss */
#primary-image img {
  width: 100%;
}

/* line 144, app/assets/stylesheets/components/surfaces.scss */
#primary-image:hover i, #primary-image:hover .triangle {
  display: block;
}

/* line 148, app/assets/stylesheets/components/surfaces.scss */
#secondary-image:hover i, #secondary-image:hover .triangle {
  display: block;
}

/* line 151, app/assets/stylesheets/components/surfaces.scss */
#surface-info {
  width: 280px;
  margin-right: 15px;
  float: left;
}

/* line 155, app/assets/stylesheets/components/surfaces.scss */
#surface-info button {
  width: 100%;
}

/* line 157, app/assets/stylesheets/components/surfaces.scss */
#surface-info button i {
  line-height: 15px;
}

/* line 163, app/assets/stylesheets/components/surfaces.scss */
.info-wrapper {
  margin-bottom: 15px;
}

/* line 165, app/assets/stylesheets/components/surfaces.scss */
.info-wrapper .info, .info-wrapper .info-label {
  padding: 5px 10px;
}

/* line 168, app/assets/stylesheets/components/surfaces.scss */
.info-wrapper .info-label {
  width: 100%;
  display: inline-block;
  background: #EBE8E8;
}

/* line 175, app/assets/stylesheets/components/surfaces.scss */
.surface-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
  background: #EBE8E8;
  padding: 0 15px;
  min-height: 40px;
  line-height: 40px;
}

/* line 184, app/assets/stylesheets/components/surfaces.scss */
.surface-title .seperator {
  display: inline-block;
  height: 5px;
  width: 5px;
  background: #5F5E5E;
  border-radius: 8px;
  margin: 17px 6px;
}

/* line 2, app/assets/stylesheets/components/top-bar.scss */
.top-bar a {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/components/top-bar.scss */
.top-bar-section .dropdown li a:hover {
  background: #007095 !important;
}

/* line 11, app/assets/stylesheets/components/top-bar.scss */
.top-bar-section ul li > a {
  font-size: 15px;
}

/* line 15, app/assets/stylesheets/components/top-bar.scss */
.top-bar, .top-bar .title-area, .top-bar-section li:not(.has-form) a:not(.button) {
  height: 35px;
  line-height: 35px;
}

/* line 20, app/assets/stylesheets/components/top-bar.scss */
.top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 15px;
}

/* line 24, app/assets/stylesheets/components/top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  margin-top: -7.5px;
}

/* line 29, app/assets/stylesheets/components/top-bar.scss */
.top-bar-section .dropdown {
  min-width: 150px;
}

/* line 33, app/assets/stylesheets/components/top-bar.scss */
.root-navigation {
  text-transform: uppercase !important;
  font-size: 16px !important;
}

/* line 1, app/assets/stylesheets/components/worksheet.scss */
#worksheet-table {
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/components/worksheet.scss */
#worksheet h3 {
  margin: 0 0 20px -5px;
}

/* line 9, app/assets/stylesheets/components/worksheet.scss */
#worksheet .send-this {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/components/worksheet.scss */
#worksheet .send-emails-to {
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/components/worksheet.scss */
#worksheet textarea {
  height: 100px;
}

/* line 18, app/assets/stylesheets/components/worksheet.scss */
#worksheet .columns {
  padding: 0 10px !important;
}

/* line 21, app/assets/stylesheets/components/worksheet.scss */
#worksheet .checkbox {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}

/* line 26, app/assets/stylesheets/components/worksheet.scss */
#worksheet .checkbox label {
  font-size: 15px;
  color: #333;
}

/* line 33, app/assets/stylesheets/components/worksheet.scss */
.worksheet-header li {
  display: inline-block;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/components/worksheet.scss */
#email-worksheet, .form-panel {
  background: #E4E4E4;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 45, app/assets/stylesheets/components/worksheet.scss */
#email-worksheet {
  padding: 20px;
}

/* line 50, app/assets/stylesheets/components/worksheet.scss */
.email_error {
  border: 3px solid red !important;
}
