/********************************** custom fonts ***********************************/
@font-face {
    font-family: 'bitterregular';
    src: url('/font/bitter-regular-webfont.eot');
    src: url('/font/bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/bitter-regular-webfont.woff2') format('woff2'),
         url('/font/bitter-regular-webfont.woff') format('woff'),
         url('/font/bitter-regular-webfont.ttf') format('truetype'),
         url('/font/bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitteritalic';
    src: url('/font/bitter-italic-webfont.eot');
    src: url('/font/bitter-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/bitter-italic-webfont.woff2') format('woff2'),
         url('/font/bitter-italic-webfont.woff') format('woff'),
         url('/font/bitter-italic-webfont.ttf') format('truetype'),
         url('/font/bitter-italic-webfont.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****************************** base and generic styles ***************************/

html, body {
  background: #f0f0f0;
  font-size: 1em;
  line-height: 135%;
  color: #5e5e5e;
}
.print body, html.print {
  padding-top: 2em;
  background: #ffffff;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
}
.clear-hidden {
  clear: both;
  visibility: hidden;
  margin: 0;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.caret:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0088cc;
}
.button.tiny.caret:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0088cc;
}
#user-list .button.tiny.caret {
  padding: 0.1em 0.35em 0.15em 0.25em;
}
.fi-magnifying-glass {
  font-size: 1rem;
}
.scrollup {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 50px;
  height: 3rem;
  line-height: 2;
  opacity: 0.3;
  padding: 0;
  position: fixed;
  right: 5rem;
  text-align: center;
  text-shadow: 1px 1px #696969;
  vertical-align: middle;
  width: 3rem;
  z-index: 1000;
}
.scrollup i {
  font-size: 1.5rem;
  color: #333;
}
.scrollup:hover {
  background: rgba(0,0,0,0.3);
  text-shadow: 1px 1px #444;
  opacity: 1;
}

/********************************** typography ***********************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "bitterregular", Helvetica, Arial, "Droid Sans", sans-serif;
  font-weight: 100;
  line-height: 160%;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  color: inherit;
}
h2 {
  font-size: 1.5rem;
  color: #666;
  padding: 0.5em 0;
}
#pagebar h2 {
  font-size: 1.250rem;
  padding: 1.3rem 0;
  color: #555;
  font-weight: 100;
  line-height: 117%;
  position: relative;
  margin: 0;
}
.contact h2 {
  padding: 0;
}
#pagebar .row .pagebar-links {
  margin-bottom: 1em;
  text-align: left;
}
.faq-page h4 {
  font-size: 1.16rem;
  margin: 1em 0 0.5em;
}
.row .faq-row {
  margin-bottom: 2rem;
}
.faq img {
  border: 1px solid #ccc;
}
h5 {
  font-size: 1.438rem;
  margin: 0.750em 0;
}
h6 {
  text-transform: none;
  font-size: 1.1rem;
  color: #f69c08;
}
.category-head {
  font-size: 1.2rem;
  line-height: 150%;
  padding: 1em 0;
}
address, #listing-hours p {
  font-style: normal;
  line-height: 135%;
}
p {
  font-size: 0.750rem;
  margin-bottom: 0.8em;
  line-height: 145%;
}
.subhead {
  font-size: 0.875rem;
  color: #777;
}
.help-block, .help-text {
  font-size: 0.688rem;
  font-style: italic;
  color: #888;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
a {
  line-height: 135%;
  color: #0088cc;
}

/********************************** dl/dd/dt and lists ***********************************/
dl, dt, dd, dl dt, dl dd {
  font-size: 0.750rem;
  margin: 0;
}
dl {
  margin-bottom: 1em;
}

ul.arrow-list li:before {
  content: '';
  float: left;
  margin: 6px 0 0 -12px;
  height: 0;
  width: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #ccc;
}
.arrow-list {
  list-style: none;
  margin: 0 1em 1em;
  padding-left: 1em;
  font-size: 0.750rem;
}
.arrow-list li {
  margin-bottom: 0.4em;
}

/********************************** forms ***********************************/
label.required {
	font-weight: bold;
}
label.required:after {
	content: '*';
	margin-left: 5px;
	color: #ff0000;
	font-weight: bold;
}
input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], select, textarea, input[type="file"] {
  font-size: 0.750rem;
  min-height: 2.45em;
  height: auto;
  outline: none;
  border-radius: 0.250em;
  background-color: #ffffff;
  padding-left: 0.5em;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover,
input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover,
input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover,
input[type="url"]:hover, select:hover, textarea:hover {
  background-color: #ffffff;
  border-color: #CCC;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="time"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  background-color: #fcfcfc;
  border-color: #63b7ea;
  box-shadow: 0 0 7px rgba(51, 136, 204, 0.66);
  -webkit-box-shadow: 0 0 7px rgba(51, 136, 204, 0.66);
}
input[type="radio"] {
  vertical-align: middle;
  margin: -0.2em 0.5em 0 0;
}
input.disabled, input.disabled:hover {
  background-color: #dddddd;
}
label.radio {
  margin-bottom: 0.5em;
}
label.radio:last-child {
  margin-bottom: 1.5em;
}
label[for="type"] {
  margin-top: -0.6em;
}
.control-group label input[type="checkbox"] {
	margin-right: .25em;
}
textarea, textarea[rows] {
  min-height: 5em;
  height: 5em;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
label {
  font-size: 0.750rem;
  color: #5e5e5e;
}
.control-group .control-label {
  padding: 0.5em 0;
}
.form-horizontal .control-group .control-label,
.form-horizontal .control-group .controls {
  display: inline-block;
  vertical-align: top;
  font-size: 0.750rem;
}
.form-horizontal .control-group .controls {
  width: 67%;
  padding-left: 1em;
}
.form-horizontal .control-group .control-label {
  width: 30%;
  text-align: right;
}

#listingReviewForm, #listingSubscriptionForm {
  max-width: 20em;
}
#content-writeemail #message, #listingEmailForm #message {
  min-height: 10em;
}
#languages {
  background: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 0.750rem;
  line-height: 1.35em;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: .2em .6em .2em 2em;
  margin: .25em 0 0 .25em;
}
#words {
  max-width: 30em;
}
/********************************** tables ***********************************/
table, tr, td {
  border: none;
}
table tr th, table tr td {
  font-size: 0.750rem;
}
.table th {
  background: none repeat scroll 0 0 #ebebeb;
  color: #707070;
  padding: 3px 10px 3px;
  font-size: 12px;
  text-shadow: 1px 1px 0 #ffffff;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(2n) th {
  background: #f4f4f4;
}
.table tbody tr:hover td {
  background: #d9f2ff;
}
.table.table-striped th, .table.table-striped td {
  border-top: 0 none;
}
.table td {
  padding: 5px 10px;
  vertical-align: middle;
}
.panel table {
  width: 100%;
  margin: 0;
}
#locations td, #post_list td {
  font-size: 0.8rem;
  color: #5e5e5e;
  padding: 0.6em 1em 0.6em;
}
/********************************** errors and alerts ***********************************/

.flashMessages {
  padding-top: 1em;
}
.home .flashMessages, .flashMessages:empty {
  padding-top: 0;
}
.error .help-inline, span.error, small.error {
  font-size: 0.750rem;
  font-weight: normal;
  font-style: italic;
  color: #ff0000;
  display: block;
  margin: 0;
  padding: 0.25em 0 0.75em;
  background: none;
}
.alert-box {
  padding: 0.75em 1.5rem 0.75em 1em;
  margin-bottom: 1rem;
}
.alert-box.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-box.warning {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}
.alert-box,
.alert-box.info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #31708F;
}
.ise body {
  padding-top: 0;
}
.siteerror h3, .ise h3 {
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
.siteerror #content, .ise #content {
  padding: 1em 0.75em;
}
.ise #searchbar h2 {
  color: #fff;
  text-shadow: 1px 1px #0e4268;
  padding-left: 0.5em;
}
.ise #top-menu {
  padding: 0 0.5em;
}
.error-image {
  background: url('/images/site_error_bg.png') no-repeat center;
  height: 275px;
}
#searchForm .error.help-inline {
  display: none !important;
}
.listing-errors {
    float: right;
    width: 41.66667%;
}
.listing-errors .errors {
    list-style: none;
    margin: 0;
    color: red;
    font-size: 0.8rem;
    text-align: left;
}
@media screen and (max-width: 40em) {
    .listing-errors {
        width: 100%;
    }
    .listing-errors .errors {
        text-align: right;
    }
}
/********************************** buttons **********************************/
.button { /* Standard Gray Button */
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0.35rem 0.7rem 0.45rem;
  text-align: center;
  box-shadow: 0 0 0 1px #cccccc inset;
  font-weight: bold;
  background-color: #ffffff;
  color: #0088CC;
}
.button:hover, .button:active, .button:focus {
  color: #2e9fd7;
  background-color: #ffffff;
  outline: none;
}
.button.button-donate {
  font-size: 0.750rem;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 0.4em;
  background: #ec9c1b;
  box-shadow: 0 0 0 1px #f79621 inset;
  margin-right: 0.5rem;
}
.button.button-donate:hover, .button.button-donate:focus {
  background: #fcb33c;
  box-shadow: 0 0 0 1px #fcb33c inset;
}
.button.primary { /* Primary Action Button */
  color: #ffffff;
  background-color: #0088cc;
  box-shadow: none;
}
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  background: #2e9fd7;
}
.button.secondary { /* Secondary Action Button */
  color: #ffffff;
  background: #ec9c1b;
  box-shadow: none;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background: #fcb33c;
  color: #fff;
}
.button.large, button.large {
  font-size: 1rem;
  padding: 0.825rem 1.5rem 0.825rem;
}
.button.tiny { /* Small Button */
  padding: 0.3rem 0.5rem;
  font-size: 0.6rem;
}
.button.blue, .blue, .button.blue:visited, .blue:visited { /* Blue / Quicklinks Buttons */
  font-size: 0.688rem;
  font-weight: bold;
  color: #fff;
  text-shadow:none;
  border: none;
  border-radius: 0.125em;
  padding: 0.8em 1em;
  margin: 0 0.5em 0 0;
  box-shadow: none;
  transition: all .1s ease-in-out;
}
.button.blue:hover, .button.blue:hover, .button.blue:focus {
  text-decoration: none;
}
.button.primary.bulletin-viewer {
  clear: both;
}
.button.primary.bulletin-viewer, .button.primary.button-donate {
  margin: 0 0 1em;
}
.btn-user-primary.subscribe {
  width: 100%;
  padding: 10px 15px 8px;
}
.btn-user-flash {
  background-color: #f5f5f5;
}
.btn-user-primary, .btn-user-secondary-inline, .button-expand {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  margin-top: -1px;
  background-color: #f5f5f5;
}
.btn-user-primary.subscribe h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0088CC;
  text-align: center;
}
.btn-user-primary p, .btn-user-primary h5 {
  margin: 0;
  line-height: 140%;
}
.btn-user-primary.subscribe p {
  font-size: 0.688rem;
  color: #747474;
  text-align: center;
}
.btn-user-primary:hover, .btn-user-secondary-inline:hover {
  color: #2e9fd7;
  background-color: #fbfbfb;
}

.button-expand:before {
  font-family: foundation-icons, sans-serif;
  font-weight: normal;
  content: '\f10e';
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
.button-expand, .button-expand:before {
  color: #888;
}

/********************************** top bar **********************************/
#top-menu {
  background: #252525;
  width: 100%;
  margin: 0;
}
.top-bar {
  max-width: 62.5em;
  margin: 0 auto;
}
.top-bar .dropdown, .top-bar .f-dropdown, .top-bar, .top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul, .top-bar.expanded .title-area {
  background: #252525;
}

.top-bar-section .hover .dropdown li a {
  line-height: 2.5;
}
.top-bar-section .dropdown li.active {
  padding: 0 0.625rem;
  line-height: 2.5;
}
#top-menu .top-bar .active a {
  background: #222;
}
.top-bar .name h1, .top-bar .name {
  line-height: 4;
  font-size: 1rem;
  height: 45px;
  margin: 0;
}
.top-bar .name h1 a {
  font-family: 'bitteritalic', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 0.75rem 0 0.9375rem;
}
.name h1 a, .name h1 a:visited, .name h1 a:hover, .name h1 a:active {
  color: #797979;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 0.625em;
}
.top-bar.expanded {
  background: #2c2c2c;
}
.top-bar.expanded .top-bar-section li a {
  padding: 0.5em 1em;
  margin: 0;
}
.top-bar .button {
  padding: 0.3rem 0.9375rem;
  margin-right: 0.5rem;
}
.top-bar input, .top-bar .button {
  font-size: 0.75rem;
}

/********************************** navigation **********************************/
.breadcrumbs {
  margin-top: 1em;
  background: #f5f5f5;
}
.top-bar-section ul li > a {
  font-weight: bold;
  color: #ccc;
}
/********************************** foundation dropdown navigation **********************************/
.dropdown, .f-dropdown {
  font-size: 0.750rem;
  color: #444;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-color: transparent;
  margin-left: 1.05em;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.f-dropdown {
  margin-top: 0!important;
}
.dropdown li:hover, .f-dropdown li:hover {
  background: #eaeaea;
  color: #0088cc;
}
.dropdown:before, .f-dropdown:before,.dropdown:after, .f-dropdown:after {
  display: none;
}
.f-dropdown li, .dropdown li {
  float: none;
}

/********************************** pagination **********************************/

ul.pagination {
  margin-top: 1em;
  padding-top: 1em;
}

.pagination .current span {
  background: #0088cc;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
  padding: 0.18em 0.5em;
  border-radius: 3px;
}
.pagination .current span:hover {
  background: #0088cc;
}

ul.pagination li a {
  padding: 0.35em 0.55em;
}

#browse-results ul.pagination {
  border-top: 1px solid #f3f3f3;
}


/********************************** search area **********************************/
.home .search-form {
  margin-bottom: 1em;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 3px;
}
#searchbar {
  padding: 1rem 0.750em;
}
#searchbar .logo {
  text-align: center;
}
.home #searchbar {
  background-position: top center;
  background-repeat: no-repeat;
}
.home #searchbar .logo img {
  border: none;
  width: 28em;
  height: auto;
}
#searchbar h1 {
  color: #fff;
  line-height: 137%;
  padding: 0;
  margin-bottom: 1em;
  text-align: center;
}
#search, #location {
  color: #333;
  min-height: 2.85em;
  margin: 0;
  border: 0;
  border-radius: 2px;
}
#searchForm span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 3.6;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#searchForm {
  margin:0;
}
#searchForm button {
  background-color: #ec9c1b;
  border: 0 none;
  border-radius: 0.125rem;
  color: #ffffff;
  line-height: 2.35;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
#searchForm i {
  font-size: 1.2rem;
}
.location-column div {
  padding-left: 0;
}
.location-column div:last-child {
  padding-right: 0;
}
.location-column, .term-input {
  padding-left: 0;
  padding-right: 0;
}

#searchForm button:hover, #searchForm button:active {
  background-color: #fcb33c;
}
#searchForm button>span {
  text-transform: lowercase;
}

/***************** Intro sections ****************/

.callout {
  padding: 3rem;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 3rem;
}
.callout h4, .callout p {
  margin-bottom: 1rem;
}
.feature.columns {
  padding-left: 5.5rem;
  padding-right: 3rem;
}
.feature i {
  float: left;
  font-size: 4rem;
  margin-left: -4.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
.feature .fi-map {
  font-size: 3.25rem;
}
.supporting-intro {
  background-size: cover;
}
.feature p, .callout p, .site-text .feature p {
  font-size: inherit;
}
.feature .fi-mail {
  margin-top: 0;
}
.feature .fi-page {
  margin-left: -3.9rem;
}
.feature-center {
  padding: 2rem 0;
  text-align: center;
}

/********************************** quicklinks bar **********************************/
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: inline;
  padding: 0.5em 0 0.65em;
}
#quicklinks {
  text-align: left;
  padding: 0.5em 0;
}
#quicklinksbar a {
  white-space: nowrap;
}
#quicklinksbar .quicklinks-menu a {
  white-space: inherit;
}
#quicklinksbar {
  padding: 0 0 0.5em;
}
#quicklinkSelected {
  vertical-align: middle;
  width: inherit;
  display: inline-block;
}
#quicklinkSelected a {
  font-size: 0.750rem;
  font-weight: bold;
  line-height: 130%;
  white-space: normal;
}
#quicklinkTabContent, #quicklinkTab {
  display: inline-block;
}
#quicklinks .dropdown li a, #quicklinks .f-dropdown li a {
  font-weight: bold;
  font-size: 0.750rem;
  line-height: 1.7em;
  padding: 0.5em 1em;
}
#quicklinks .caret:after {
    margin-left: 0.4em;
    margin-right: 1em;
}
#quicklinks .button.blue, #quicklinks .blue {
  font-size: 0.750rem;
  display: inline;
  text-align: center;
}
#quicklinkTabContent a, #quicklinkTab a {
  width: 100%;
}


/********************************** listing pages **********************************/
/********************* calendar *********************/
#listing-parish-calendar-content {
  padding: 0 0.1rem;
  text-align: center;
  overflow: auto;
}
.listing-parish-calendar {
  width: 100%;
  height: 30rem;
  max-height: 30rem;
  min-height: 30rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.listing-parish-calendar body {
  color: #5a5a5a !important;
}
.listing-parish-calendar a {
  color: #0088CC !important;
}
.listing-parish-calendar a:hover {
  color: #2e9fd7 !important;
}
#listing-parish-calendar-content a[title="Enable"], #listing-parish-calendar-content a[title="Settings"] {
  margin: 1rem;
}

/********************* show-more slide and google map *********************/
.showmore-expand {
  position: absolute;
}
.showmore, .showmore-expand {
  font-size: 0.688rem;
  display: block;
  text-align: center;
  padding: 9px 0;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #d7d7d7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
  background-image: linear-gradient(to bottom,#fff,#f2f2f2);
  opacity: .9;
}
body > .showmore-box {
  top: 0;
}
#googlemap {
  max-width: 100%;
}

#googlemap.single-marker {
  width: 100%;
  height: 340px;
}
.outer.showmore-box-map {
  border-top: none;
}
.showmore-box-map .showmore-wrapper {
  height: 1px;
  overflow: hidden;
  position: relative;
  padding-bottom: 29px;
}
.showmore-box-map {
  border-top: none;
}
#googlemap img {
  max-width: inherit;
}
/************** show more publications ****************/
#listing-publications .outer.showmore-box {
  position:relative;
}
#listing-publications p {
  padding-left: 1em;
}
.showmore-box.publications {
  height:210px;
  padding-bottom:50px;
}
.showmore-wrapper .publication-popup a {
  height: auto;
  line-height: 137%;
}
.showmore-box.publications .publication-popup {
  display: none;
}
#listing-publications .showmore-box .showmore-wrapper {
  overflow: hidden;
  position: relative;
  height:210px;
  padding-bottom:50px;
}
#listing-publications  .showmore-box .showmore-wrapper.expanded {
  height: auto;
}
#listing-publications .showmore-wrapper {
  position: relative;
  padding: 0;
}
.publicationslist.dim>li.highlight>a {
  border: 1px solid #0088CC;
  box-shadow: 0 0 8px 0;
  -webkit-box-shadow: 0 0 8px 0;
  opacity: 1;
}
.publicationslist.dim>li>a {
  opacity: 0.25;
}
.publicationslist.dim>li>a:hover {
  opacity: 1;
}
#listing-publications .publication-popup {
  position: absolute;
  left: -6px;
  top: 104px;
  width:100px;
  height: auto;
  z-index: 95;
  padding: 0.75em;
  text-align: center;
  background-color: #2e93d0;
  background-image: -webkit-linear-gradient(top,#38a1e1,#207fb7);
  background-image: linear-gradient(to bottom,#38a1e1,#207fb7);
  border-radius: 3px;
  border: 1px solid #20709c;
  box-shadow: 0 1px 0 #76bbe3 inset;
  -webkit-box-shadow: 0 1px 0 #76bbe3 inset;
}
#listing-publications .publication-popup:before {
  border-bottom: 9px solid #38a1e1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 44px;
  position: absolute;
  top: -8px;
  width: 0;
}
.publication-popup .publication-date {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.publication-popup .publication-type {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0.25em;
}
.publication-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publication-popup a {
  border: 1px solid #1f72a2;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  padding: 0.6em 1em;
  box-shadow: 0 1px 0 #76bbe3 inset;
  -webkit-box-shadow: 0 1px 0 #76bbe3 inset;
  color: #ffffff;
  background-color: #2e93d0;
  background-image: -webkit-linear-gradient(top,#38a1e1,#207fb7);
  background-image: linear-gradient(to bottom,#38a1e1,#207fb7);
}
.bulletinItem a {
  width: 83px;
  display: inline-block;
  margin: 0 auto;
}
.publicationslist a img, .bulletinItem a img, .publication-popup a img {
  max-height: 100%;
  max-width: 100%;
}

#listingsubscribed {
  float: left;
  color: #999;
  margin-left: 0.2rem;
}
#listingsubscribed:before {
  color: #999;
}
#listing-tags {
  padding-top: 0.8em;
}

.outer .panel-header:before, .outer .panel-header:after {
  display: table;
  content: "";
}
.outer .panel-header:after {
  clear: both;
}
.outer .panel-header:before, .outer .panel-header:after {
  display: table;
  content: "";
}
.panel-header ~ div {
  padding: 1.5em;
}
#listing-rss .empty #listing-edit-rss {
  padding: 1.5em 0;
}
#listing-rss .panel-header h3 {
  word-wrap: break-word;
}
.admin .panel-header ~ div {
  padding: 0;
}
#reading-wrapper {
  padding: 1.5em;
}

#listing-staffinfo .outer {
  border: none;
}
.listing #content {
  background: #ffffff;
}
.outer .row {
  padding: 0.3em 0;
  margin: 0;
}
#pagebar .pagebar-category {
  font-size: 0.688rem;
  color: #777;
  line-height: 1.5;
}
#pagebar .category-list {
  padding: 1em 0;
}
.publicationslist {
  margin: 0;
}
.publicationslist>li, .bulletinItem>li, .publication-popup>li {
  color: #747474;
  display: inline-block;
  font-size: 0.688rem;
  line-height: 137%;
  list-style: none outside none;
  margin: 0 0 12px 9px;
  text-align: center;
  vertical-align: top;
  width: 89px;
  position: relative;
  word-wrap: break-word;
}
.publicationslist a img, .bulletinItem a img, .publication-popup a img {
  max-height: 100%;
  max-width: 100%;
}
.publicationRecent {
  height: 50px;
  margin-left: -4px;
  margin-top: -3px;
  position: absolute;
  width: 50px;
  z-index: 2;
  content: "";
  background-position: -116px -160px;
}
.btn-user-primary:before, .rating-1, .rating-2, .rating-3, .rating-4, .rating-5,
.ui-rating .ui-rating-star, .ui-rating .ui-rating-cancel, .publicationRecent {
  background-image: url("/images/sprite-public-icons.png");
  background-repeat: no-repeat;
}
.rating-0 .rating, .rating-0 {
  width: 0;
}
.reviewDetails .rating-0 {
  margin-right: 0;
}
.rating-0 {
  margin: 0;
  margin-left: -4px;
}

.publicationslist a, .bulletinItem a {
  display: block;
  vertical-align: middle;
  height: 110px;
  line-height: 105px;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  text-align: center;
}
.publicationslist>li, .bulletinItem>li, .publication-popup>li {
  color: #747474;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  list-style: none outside none;
  margin: 0 0 12px 9px;
  text-align: center;
  vertical-align: top;
  width: 89px;
  position: relative;
  word-wrap: break-word;
}
.bulletin-download-left {
  text-align: center;
}
.bulletin-download-left .listing-title {
  font-size: 1rem;
}
.bulletin-download-left a {
  margin-top: 1em;
}

#listing-adspace div {
  margin: 0 auto 1em;
}

#listing-supporters ul {
  max-height: 160px;
  overflow: auto;
  margin: 0 0 0 12px;
  padding: 6px 12px 12px 0;
}
#listing-supporters ul {
  list-style: none;
  font-size: 0.750rem;
}
#listing-claim-ownership p {
  text-align: center;
}
#listing-claim-ownership h5 {
  line-height: 120%;
  font-size: 0.75rem;
  text-align: center;
}
#sharelinks .sharelink {
  display: none;
}
#sharelinks .button-share {
  padding-left: 0.3em;
  font-size: 1.47rem;
  vertical-align: middle;
}
#pagebar #sharelinks {
  text-align: right;
  padding-top: 1.2em;
}
.fi-social-twitter:before, .fi-social-facebook:before {
  color: #0088cc;
}
.fi-social-twitter:hover:before, .fi-social-facebook:hover:before {
  color: #2e9fd7;
}
#sharelinks span {
  font-size: 0.625rem;
  vertical-align: middle;
}
#listing-internal-info dt {
  font-size: 0.750rem;
  margin: 0;
}
#listing-internal-info dd {
  margin: 0 0 0.3em;
}
#listing-contact dl {
  font-size: 0.750rem;
}
#listing-contact dd {
  margin-bottom: 0.5em;
}
#listing-hours h4, #listing-hours h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.750rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
#listing-hours h4, #listing-hours p {
  color: #5e5e5e;
}
#listing-image {
  display: block;
  margin-bottom: 1em;
}
#listing-image img {
  width: 100%;
}
#hour-list p {
  padding-top: 1em;
}
.schedule-weekend h2 {
  padding: 0.2em 0;
  font-style: italic;
}
.schedules p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.750rem;
  margin: 0 0 0.75em 1em;
}
.schedules .comment, .schedules .language {
  color: #888888;
  word-wrap: break-word;
}
#listing-hours {
  float: left;
}
#listing-hours.empty {
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 1em;
  margin-top: 1em;
}
#listing-hours.empty a {
  margin-bottom: 0.5em;
}
#contact-wrapper .columns {
  padding-top: 1em;
}
#contact-info dd {
  padding-bottom: 1em;
}
.publication-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.688rem;
}
.publication-date {
  font-weight: bold;
}
.empty #publication-list {
  padding: 1em 0;
}
#publication-list {
  padding: 1.5em 1.5em 0;
}
.map-results-list dl {
  margin-bottom: 1em;
}
.map-results-list > * {
  font-size: 0.750rem;
}
.map-results-list dl dd, .map-results-list dl dt {
  margin: 0;
}
.item-left {
  padding-right: 1em;
  float: left;
}
#browse-results .columns, #browse-results .map-results-list {
  padding-top: 1em;
}
#createcoupon-link {
  margin: 1.2em;
}
#coupon-window > div > div.buttons {
  margin-top: 0.25em;
}

.home .coupon-box img {
  width: 4em;
  height: auto;
}

.coupon-box img {
  width: 7em;
  height: auto;
  float: right;
  margin: 1em;
}
#resultspage {
  padding: 1em 0;
}
#resultspage .results {
  text-transform: uppercase;
  color: #999;
}
#resultspage .side-menu {
  padding: 1em;
  background: #f6f6f6;
}
#resultspage .side-menu .control-group {
  width: 100%;
  margin-bottom: 0.5em;
}
#resultspage .side-menu .control-group:last-child {
  margin-bottom: 0;
}
#resultspage dl, #resultspage dt, #resultspage dd {
  font-size: 0.750rem;
  margin: 0;
}
#resultspage .categories, #resultspage .categories dt {
  font-size: 0.625rem;
  font-weight: normal;
}
#resultspage .categories dt, #resultspage .categories dd {
  display: inline-block;
  line-height: 100%;
}
#resultspage .categories dt {
  margin-right: 0.4em;
}
#resultspage .distance {
  font-size: 0.688rem;
  font-weight: normal;
  color: #acacac;
  margin-top: 0.2em;
  line-height: 100%;
}
#resultspage .categories a {
  font-size: 0.625rem;
}
#resultspage .search-results>.row {
  padding: 0.5em 0;
  border-bottom: 1px solid #eaeaea;
}


#listing-claim-ownership.panel .outer {
  border: none;
}

.button-selected, .button-selected:hover, .button-selected:focus, .button-selected:visited {
  color: #c4c4c4;
}
.widget-button:before, .manage-button:before, .button-selected:before, #listingsubscribed:before {
  font-family: 'foundation-icons', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  margin-right: 0.5em;
  vertical-align: top;
}
.button-selected:before, #listingsubscribed:before {
  content: '\f126';
}
.manage-button:before {
  content: '\f18e';
}
.widget-button:before {
  content: '\f214';
}

/**** Listing RSS Subscription *****/

#listing-rss-subscription .outer {
  margin-bottom: 0.75em;
}
#listing-rss-subscription h1 {
  font-size: 1.25rem;
}
#listing-rss-subscription h2 {
  font-size: 1.2rem;
  padding: 0;
}
#listing-rss-subscription h3 {
  font-size: 1.15rem;
}
#listing-rss-subscription h4 {
  font-size: 1.1rem;
}
#listing-rss-subscription h5 {
  font-size: 1.05rem;
  margin-top: 0;
}
#listing-rss-subscription h6 {
  font-size: 1rem;
  padding: 0;
}
#listing-rss-subscription img {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 50%;
}
#listing-rss-subscription .panel-header h3 {
  font-size: 0.688rem;
}
#listing-rss-subscription img[style], #listing-rss-subscription a[style] {
  width: inherit!important;
  height: inherit!important;
  padding: inherit!important;
  display: inherit!important;
}
#listing-rss-subscription a[style] {
  clear: inherit!important;
  margin: inherit!important;
  float: inherit!important;
}


/******* google maps ***/
.snf-gm-address {
  padding-bottom:1em;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
  font-size: 12px !important;
  line-height: 120% !important;
  overflow:visible !important;
}

.noreviews p {
  margin-bottom: 0;
}

#listing-reviews .panel-header a.btn-loggedin {
  display:block;
}

#listing-edit-rss {
  padding: 0;
}
#listing-edit-rss .arrow-list li {
  padding: 0.25em 0;
}
#contact-col3 .hidden {
  display: none !important;
}

#event-wrapper .event:before, #event-wrapper .event:after {
  display: table;
  content: "";
}
#event-wrapper .event {
  background: #f5f5f5;
  padding: 0.25em 1em 1em;
  margin: 0 0 0.8em;
}
#event-wrapper .event .event-info {
  float: left;
  padding: 0.6em 0.8em 0 0;
  width: 35%;
}
#event-wrapper .event .event-info .event-title {
  font-size: 0.875rem;
  color: #707070;
  margin: 0.25em 0 0.3em;
  font-weight: bold;
}
#event-wrapper .event .event-info .event-time {
  color: #999;
  line-height: 135%;
}
#event-wrapper .event .event-description {
  border-left: 1px solid #e3e3e3;
  margin-top: 1.2em;
  padding: 0 0 0 0.8em;
  float: left;
  width: 65%;
  -webkit-box-shadow: 1px 0 #fff inset;
  -moz-box-shadow: 1px 0 #fff inset;
  box-shadow: 1px 0 #fff inset;
}
#event-wrapper .event:after {
  clear: both;
}

/********************************** coupons ***********************************/

#local-deals {
  text-align: center;
}
.home .coupon-outer {
  margin-bottom: 8px;
}
.coupon-outer {
  border: 1px solid #d5d5d5;
  padding: 1px;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: inline-block;
  width: 47%;
  margin: 0 0.25em;
  text-align: left;
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#f4f4f4,#e5e5e5);
  background-image: linear-gradient(to bottom,#f4f4f4,#e5e5e5);
  border-radius: 3px;
}
.coupon-outer .swoosh {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 800px 800px 800px 800px;
  height: 800px;
  left: -1384px;
  position: absolute;
  top: -706px;
  width: 1800px;
  opacity: .46;
}
.carousel .coupon-outer, .modal-right .coupon-outer {
  width: 100%;
  margin: 0;
}
.coupon-outer .coupon-box {
  height: 100%;
  position: absolute;
  width: 100%;
}
.coupon-outer .coupon-box h6 {
  color: #f69c08;
  font-size: 13px;
  font-weight: bold;
  line-height: 115%;
  padding: 10px 12px 6px 12px;
  text-transform: inherit;
  z-index: 99;
  font-family: arial,helvetica,sans-serif;
}
.coupon-outer .coupon-box p {
  margin: 0;
  font-size: 11px;
  padding: 0 12px 2px 12px;
  line-height: 120%;
  color: #555;
}
.get-coupon {
  bottom: 3px;
  margin: 0;
  padding: 7px 0 0;
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #777;
}
.get-coupon:before {
  content: '';
  background: url("/images/sprite-public-icons2.png") -144px -144px no-repeat;
  margin: 0 0 0 6px;
  height: 17px;
  width: 20px;
  display: block;
  float: left;
}
#listing-coupons #coupon-buttons {
  float: right;
}
#listing-coupons #coupon-buttons .carousel-control {
  font-size: 1.125rem;
  padding: 0.123em 0.55em;
}
#listing-coupons .item {
  width: 100%;
}
#listing-coupons #coupon-wrapper {
  padding: 0.5em;
}
#listing-coupons #coupon-window .buttons .button {
  width: 49.4%;
}

#printed-coupon {
  border: 2px dashed #ccc;
  background: #ffffff;
  width: 580px;
  margin: 20px auto;
}
#printed-coupon span {
  display: block;
  width: 40px;
  height: 27px;
  margin-top: -25px;
}
#printed-coupon h3 {
  padding: 24px 20px 0;
  font-size: 1.3rem;
}
#printed-coupon .coupon-col {
  padding: 1em;
  display: inline-block;
  width: 49.4%;
  vertical-align: top;
}
#printed-coupon dl~p {
  font-weight: bold;
}
#printed-coupon .present-this-coupon {
  color: #888;
  font-weight: bold;
}
#printed-coupon .coupon-description {
  word-wrap: break-word;
}
#printed-coupon h4 {
  padding: 8px 0 8px;
  font-size: 1.1rem;
}
#printed-coupon h5 {
  font-size: 0.8rem;
  margin-top: 12px;
}
#printed-coupon dl {
  margin-top: 5px;
}
#printed-coupon dl dt {
  font-weight: 400;
  color: #777;
  font-size: 12px;
  line-height: 120%;
}
#printed-coupon p.coupon-logo {
  margin: 18px 0 18px;
}
#printed-coupon p.coupon-logo {
  margin: 18px 0 18px;
}
#printed-coupon p.disclaimer {
  font-size: 10px;
  color: #888;
  line-height: 120%;
}

#printed-coupon > .unavailable-overlay, #printed-coupon > .expired-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #990000;
  background: rgba(255,255,255,0.9);
}
#printed-coupon .expired, #printed-coupon .unavailable  {
  display: inline;
  color: #ff0000;
  font-weight: bold;
}

#printed-coupon .overlay-content {
  text-align: center;
  padding-top: 7em;
}
#printed-coupon .overlay-content p {
  text-shadow: 0 0 5px #fff;
  font-weight: bold;
  color: #222;
}

/*************************************** reviews ************************************/
#listing-reviews {
  font-size: 0.750rem;
}
#listing-reviews #overall-rating {
  background: #f5f5f5;
  margin: 1em 1em 0;
  padding: 1em 1em 0;
}
#listing-reviews #listing-review-content, #listing-reviews #listing-review-content-old {
  padding: 1em;
}
.reviewDetails div {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}
.reviewDetails div {
  font-size: 12px;
}
.reviewBody {
  margin: 8px 0 20px;
}
.reviewBody:before, .reviewBody:after {
  display: table;
  content: "";
}.reviewBody:after {
   clear: both;
 }.reviewBody:before, .reviewBody:after {
    display: table;
    content: "";
  }
#overall-rating h5 {
  font-size: 0.850rem;
  line-height: 135%;
  float: left;
  margin: 0;
}
#listing-reviews #overall-rating #listing-rating-total, #listing-reviews #overall-rating p, #listing-reviews #overall-rating h5 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
#listing-reviews #overall-rating {
  padding-bottom: 1em;
}
#listing-reviews #overall-rating p {
  font-size: 11px;
  margin: 0;
}
#listing-claim-ownership .subscribe {
  font-size: 0.750rem;
}


/********************************** media and gallery sections **********************************/

.media-wrapper #listingvideonowplaying {
  width: 100%;
}
.media-wrapper iframe {
  border: none;
}
.media-wrapper #gallery-view {
  display: block;
  min-height: 73%;
  width: 100%;
  height: auto;
  padding: 0 1em;
  border: none;
}
.media-wrapper {
  max-height: 100%;
  height: 100%;
}
.media-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
}
.media-list li {
  text-align: center;
  margin-bottom: 0.2em;
}
.media-view, .media-list {
  display: inline-block;
  vertical-align: top;
}
.media-list {
  width: 19%;
  overflow: auto;
  max-height: 16em;
}
.media-view {
  width: 80%;
  text-align: center;
}
.media-view img {
  max-width: 100%;
  height: auto;
}
.media-wrapper .media-list li .active {
  display: block;
  margin-bottom: 0.2em;
  border: 4px solid #f5a60b;
}
#gallery-list li {
  padding: 0 0.5em 0.25em;
}
.media-list li img {
  width: 100%;
  height: auto;
}


/********************************** content page elements **********************************/

#page-content {
  background: #ebebeb;
}
#content {
  background: #ffffff;
  padding: 0 0 2rem;
}
.pagebar-links {
  font-size: 0.750rem;
  text-align: right;
  padding-top: 1.3em;
}
.pagebar-links .button {
  margin-left: 0.5rem;
}

.panel {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 0.750em;
  font-size: 0.750rem;
}
.panel-header a, .panel-header .btn-group  {
  float: right;
  margin-left: 0.2em;
}

.home #content, .signup #content {
  padding: 1em 0;
  background: #f0f0f0;
}
.listing.listing-view #content {
  background: #f0f0f0;
}
#listing-subscription-feeds .outer:not(:last-of-type)  {
	margin-bottom: .75em;
}
#listing-review-content p a {
  margin-left: 1em;
}
.admin #content {
  background: #f0f0f0;
}
.outer {
  background: #ffffff;
  border: 1px solid #ccc;
}
.outer .panel-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.4em 0.750em;
  text-align: left;
}
.panel-header h3 {
  font-size: 0.688rem;
  color: #707070;
  line-height: 260%;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.homepanel {
  margin-bottom: 1em;
}
.homepanel .row {
  padding: 0.5em 0.3em;
}


/********************************** featured businesses ******************************/
.local-business, .general, .general:before, .supporters-list h3:before { background-image:url("/images/categories/general.jpg"); }
.home .featured-businesses h5, .home .featured-businesses p {
  font-size: 0.750rem;
}
.home .featured-businesses p {
  color: #555;
  font-size: 0.7rem;
}
.home .featured-businesses p:empty {
  margin: 0;
  padding: 0;
}
.home .featured-businesses h3:before, .home .homepanel.coupons h3:before {
  font-family: 'foundation-icons';
  font-size: 1.563rem;
  font-weight: normal;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.home .featured-businesses h3:before {
  content: "\f172";
}
.home .homepanel.coupons h3:before {
  content: "\f19e"
}

/********************************** browse page **********************************/

#category-list ul {
  list-style: none;
  margin: 0;
}
#category-list ul li a {
  font-size: 0.688rem;
  background: #efefef;
  display:block;
  margin-bottom: 0.188em;
  padding: 0.25em 0.5em;
}
#category-list ul li:hover a {
  color: #555;
}
#category-list ul li:hover {
  background: #f5f5f5;
}
.home #browse-bar {
  padding-top: 1em;
}
#browse-bar {
  background: #f0f0f0;
}
.browse-businesses {
  background-image: url("/images/categories/browse-businesses.jpg");
}
.browse-churches {
  background-image: url("/images/categories/browse-churches.jpg");
}
.browse-buttons .small-12.medium-4.columns {
  margin-bottom: 1em;
}
.browse-buttons [class*="column"] + [class*="column"]:last-child {
  float: left!important;
}
.browse-button {
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 0;
  height: 100px;
  position: relative;
  width: 100%;
}

.browse-button h2, .browse-button h4 {
  bottom: 0;
  color: #fff;
  font-size: 0.813rem;
  font-weight: bold;
  left: 0;
  line-height: 1rem;
  margin: 0;
  padding: 0.313rem 0.313rem 0.313rem 0.75rem;
  position: absolute;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  font-family: Helvetica,Arial,sans-serif;
}
.browse-button span {
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 0.688rem;
  font-weight: bold;
  line-height: 120%;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}

/********************************** feature sections **********************************/
.feature:before {
  font-family: "foundation-icons", sans-serif;
  font-size: 4rem;
  color: #B8B8B8;
  text-shadow: 1px 1px 0 #C4C4C4;
  float: left;
  margin: 0 0.5em 1.6em 0;
  padding-top: 0.5em;
}

.feature h3, .more-features h3 {
  font-size: 1.5rem;
  padding: 0.5em 0 0.5em;
}

/* Large Sub Sections Below Intro */
.site-text .feature {
  padding: 0 1em 1.5em;
}
.site-text .feature p {
  font-size: 0.875rem;
}

/* Features Columns */
.more-features h5 {
  color: #f69c08;
  font-size: 1rem;
  margin-bottom: 1em;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 47.5em) and (max-width: 64em) { 
 .more-features h5 {
    min-height: 3.5rem;
  }
}
.more-features p {
  font-size: 0.750rem;
  color: #828282;
}
.icon1:after, .icon2:after, .icon3:after, .icon4:after {
  color: #f69c08;
  float: left;
  font-family: "foundation-icons",sans-serif;
  font-size: 2.27rem;
  font-weight: normal;
  left: 1rem;
  margin-right: 0.5em;
  position: absolute;
  top: 0.75rem;
  vertical-align: top;
}
.icon1:after {
  content: '\f159';
}
.icon2:after {
  content: '\f166';
}
.icon3:after {
  content: '\f1ee';
}
.icon4:after {
  content: '\f132';
}

/* Icons for the Advertise page feature sections */
.feature1:before {
  content: '\f161';
}
.feature2:before {
  content: '\f132';
}
.feature1 p, .feature2 p {
  margin-left: 6em;
  font-size: 0.875rem;
}

/********************************** page intros **********************************/

.feature {
  padding: 1em 0.75em;
  line-height: 155%;
}
.about-intro {
  background: #f69c08;
  color: #ffffff;
  padding: 1em;
  background-size: cover;

}
.supporting-intro {
  background: #0088CC;
  color: #ffffff;
  padding: 1em;
}
.about-intro p {
  font-size: 0.875rem;
}
.blue-intro {
  padding: 1em 2em;
  color: #ffffff;
  background-color: #358bbf;
  background-image: -webkit-linear-gradient(top,#3b91c5,#2b82b7);
  background-image: linear-gradient(to bottom,#3b91c5,#2b82b7);
  margin-bottom: 1em;
}
.lpi-intro h5 {
  color: #ffffff;
}
.blue-intro h5 {
  text-shadow: 1px 1px #074a70;
}
.blue-intro p {
  font-size: 1.2rem;
  text-shadow: 1px 1px #074a70;
}
.blue-intro a {
  color: #ffffff;
  text-decoration: underline;
}

/********************************** contact page **********************************/

.signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm,
.contact #content #signupform, .contact #content #contactAdvertiseForm {
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 1px 0 #ffffff;
  box-shadow: 1px 0 #ffffff;
}
.signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm,
.contact #content #signupform, .contact #content #contactAdvertiseForm {
  padding: 20px 0 20px;
  margin: 20px 0 25px;
}
.contact #content #contactAdvertiseForm .control-group, .contact #content #contactAdvertiseForm .form-actions {
  max-width: 24em;
  margin: 0 auto;
}
.contact #content {
  padding-top: 1em;
}
.contact h2 {
  color: #ec9c1b;
}
.contact .alert-box h2 {
  color: inherit;
  font-size: 1.2rem;
}
.contact label {
   font-size: 0.875rem;
   font-weight: bold;
}
.form-wrapper {
  padding: 1rem 1.5rem 1.5rem;
  background: #f5f5f5;
  margin-top: 1rem;
}
#contactAdvertiseForm {
  padding-right: 3em;
}
#contactAdvertiseForm .form-actions {
  padding-left: 8.25em;
}
#contactAdvertiseForm .help-block {
  margin-top: -1em;
}

.contact .side-callout ul {
  list-style: none;
  margin: 0;
  font-size: 0.850rem;
  text-shadow: 1px 1px 0 #ffffff;
}
.contact input[type="text"], .contact input[type="password"], .contact input[type="date"], .contact input[type="datetime"], 
.contact input[type="datetime-local"], .contact input[type="month"], .contact input[type="week"], .contact input[type="email"], 
.contact input[type="number"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="time"], 
.contact input[type="url"], .contact select {
  margin-bottom: 0.25rem;
}

#get-featured {
  background: url("/images/bg-getfeatured.png") 95% 25% no-repeat;
  padding: 1.5em 18em 0.5em 1.5em;
}
#get-featured h3 {
  font-size: 0.8rem;
  text-transform: capitalize;
  color: orange;
}
.side-callout {
  padding-top: 2em;
}
.side-callout p {
  font-size: 0.875rem;
}
.lpi-sidebar {
  background: #f7f7f7;
  padding: 1.5rem 1.5rem 1rem;
}
.contact .lpi-sidebar {
  margin-top: 1rem;
}

/********************************** supporter page ***********************************/
.supporters-list .supporter-category-wrapper {
  background: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 1px;
  position: relative;
}
.supporters-list h3:first-child {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.supporters-list h3 {
  font-size: 11px;
  color: #898989;
  font-family: arial,helvetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #ffffff;
  padding-top: 18px;
  height: 46px;
  line-height: 11px;
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  margin: 0;
}
.supporters-list h3:before {
  content: "";
  width: 138px;
  height: 46px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-top: -18px;
  margin-right: 12px;
  margin-left: -12px;
}
.supporters-list h3:after {
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid #a2a2a2;
  bottom: -12px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  width: 0;
}
.supporter-category-wrapper dl > * {
  font-size: 0.750rem;
}
.supporter-category-wrapper dl:not(:last-child){
  border-bottom: 1px solid #ccc;
}
.supporter-category-wrapper dl dd {
  margin: 0;
}
.supporter-category-wrapper dl {
  margin-bottom: 0;
  padding: 1em;
}
.supporter-sidebar h4 {
  font-size: 1rem;
  margin-bottom: 1em;
}
.supporter-category-wrapper .result-links {
  float: right;
  display: inline;
  width: auto;
  margin-right: 0.5em;
  padding-top: 0.5em;
}
.result-links .button {
  margin: 0 0 1rem 1rem;
}

/********************************** sign up page ***********************************/
#signupform .control-group, #signupform .form-actions {
  padding: 0 3em;
}
.signup h3 {
  font-size: 1.2rem;
  padding: 1em 0;
}
.signup h2 {
  font-size: 1.5rem;
}
.signup #content {
  font-size: 0.875rem;
  line-height: 145%;
}
.signup .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#signupform .control-group, #signupform .form-actions {
  max-width: 30em;
}
#signup-page h3:first-of-type {
  margin-top: 4em;
}

/********************************** sign in page ***********************************/
#signin-page, #changelocation-page {
  padding-top: 1em;
}
#siteModal #signin-page, #siteModal #changelocation-page {
  padding-top: 0;
}
#siteModal .modal-body #changelocation-page .modal-right {
  padding-top: 5em;
}
#signin-page .modal-left, #signin-page .modal-right,
#changelocation-page .modal-left, #changelocation-page .modal-right {
  max-width: 30em;
}
#siteModal .modal-body .modal-right {
  padding: 1rem;
}
#signin-page .modal-left, #changelocation-page .modal-left {
  margin-right: 2em;
}
#signin-page .modal-right h4, #changelocation-page .modal-right h4 {
  font-size: 0.850rem;
}
#signin-page .modal-right, #changelocation-page .modal-right {
  background: #f5f5f5;
  margin: 1em 0 0 2em;
}
#changelocation-page .current-location {
  font-weight: bold;
}
#changelocation-page #location {
  max-width: 20em;
}
#changelocation-page .modal-right {
  padding-top: 2em;
}
.location #siteModal .modal-body {
  background: #ffffff;
}
.location #siteModal #googlemap {
  max-width: 90%;
}


/********************************** change location page ***********************************/
.modal-body .modal-right h4 {
  font-size: 0.8rem;
}
.modal-body .modal-right {
  padding-right: 0;
}
#siteformlocation .f-dropdown {
  margin-left: 0;
}
#siteformlocation li {
  padding: 0.2em 0.4em;
}


/********************************** faq, terms and privacy pages ***********************************/

.faq-menu, .mq-content {
  margin: 1.5em 0 2em;
}
#faq-page h4 {
  font-size: 1.2rem;
}
.faq-menu {
  background: #f2f2f2;
}
.faq-menu ul {
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
.faq-menu ul li {
  font-size: 0.750rem;
  padding: 0.25em;
}
.mq-content ul, .mq-content ol {
  font-size: 0.750rem;
}

/********************************** footer **********************************/
#footerbar {
  color: #ccc;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
}
#footerbar nav {
  padding: 1.5em 0 0;
}
#footerbar h5 {
  color: #888;
  font-family: 'bitteritalic', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin: 0;
}
#footerbar .nav-list {
  margin: 0 0 2.125em 0;
  padding: 0;
  list-style: none;
}
#footerbar .nav-list li {
  padding: 0;
}
#footerbar .nav-list a {
  font-size: 0.750rem;
}
footer .footer-logo {
  display: block;
}
footer .footer-logo img {
  vertical-align: top;
}
footer #logobar p {
  white-space: nowrap;
}
#logobar {
  margin: 0;
  padding: 1em;
}
#logobar p {
  color: #999;
  font-size: 0.750rem;
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.copyright-p {
  font-size: 0.750rem;
  color: #888;
  padding: 0.5em 0;
}
.social-icons {
  font-size: 0.8rem;
  padding-left: 0;
}
.social-icons p {
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.social-icons i {
  font-size: 1.75rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.fi-social-facebook {
  color:#3b579d;
}
.fi-social-twitter {
  color:#5ea9dd;
}
.fi-social-pinterest {
  color:#cb2027;
}
.copyright a {
  margin-left: 0.5rem;
}
.social-icons a span {
  margin-left: -10000px;
}
.social-icons a {
    display: inline-block;
    height: 1.375rem;
    vertical-align: middle;
    width: 1.375rem;
}
.icon-facebook, .icon-pinterest, .icon-twitter, .icon-linkedin {
    background-image: url("../images/sprite-social-icons.svg");
    background-repeat: no-repeat;
    display: block;
}
.icon-pinterest {
    background-position:-47px 0;
}
.social-icons .icon-twitter {
    background-position:-22px 0;
    width: 1.5rem;
}
.icon-linkedin {
    background-position:-70px 0;
}



/********************************** modals  **********************************/
#siteModal .help-block, #siteModal .help-text {
  margin-bottom: 0;
  padding-bottom: 0.25em;
}
#siteModal.writingreview {
  width: 400px;
}
#siteModal.writingreview #listingReviewForm {
  max-width: 100%;
}
#siteModal.writingreview #email {
  width: 20em;
}
#siteModal #googlemap {
  margin: 1em;
}
.modal-body .map-form {
  background: white;
  padding: 1em;
}
.modal-split {
  width: 40em;
}
.modal-split.listing-email-coupon {
  width: 627px;
}
.modal-split.listing-email-coupon .modal-body textarea {
  width: 265px;
}
.modal-footer .form-actions {
  text-align: right;
}
.modal-open .dropdown-menu { z-index:2050; }
.modal-open .dropdown.open { z-index:2050; }
.modal-open .popover { z-index:2060; }
.modal-open .tooltip { z-index:2070; }
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000;
}
.modal-backdrop.fade { opacity:0; }
.modal-backdrop, .modal-backdrop.fade.in {
  opacity:0.8;
}
.modal {
  position:fixed;
  top:50%;
  left:50%;
  z-index:1050;
  overflow:auto;
  width:560px;
  margin:-250px 0 0 -280px;
  background-color:#ffffff;
  border:1px solid rgba(0,0,0,0.3);
  border-radius:6px;
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);
  background-clip:padding-box;
}
.modal.fade {
  top:-25%;
  -webkit-transition:opacity .3s linear, top .3s ease-out;
  transition:opacity .3s linear, top .3s ease-out;
}
.modal.fade.in { top:50%; }

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: .7;
  filter: alpha(opacity=70);
  background: #000;
}

.modal-header {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 1em;
}
.close-reveal-modal {
  padding: 0.25em 0.4em;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #f2f2f2; }

.modal-header .close { margin-top: 2px; }
.modal-body {
  overflow-y:auto;
  max-height:400px;
  padding:15px;
}
.modal-form { margin-bottom:0; }
.modal-footer {
  padding:14px 15px 15px;
  margin-bottom:0;
  text-align:right;
  background-color:#f5f5f5;
  border-top:1px solid #ddd;
  border-radius:0 0 6px 6px;
  -webkit-box-shadow:inset 0 1px 0 #ffffff;
  box-shadow:inset 0 1px 0 #ffffff;
}
.modal-footer:before, .modal-footer:after {
  display:table;
  content:"";
}
.modal-footer:after { clear:both; }
.modal-footer .button + .button {
  margin-left:5px;
  margin-bottom:0;
}
.modal-footer .btn-group .button + .button { margin-left:-1px; }

.modal-split .modal-body {
  padding: 0;
  background: #eaeaea;
}
.modal-left {
  background: #ffffff;
}
.modal-body .modal-left h2 {
  display: block;
}
.modal-left, .modal-right {
  display: table-cell;
  margin: 0;
  padding: 1.5em;
  width: 50%;
  vertical-align: top;
  font-size: 0.688rem;
  min-height: 100%;
}
.modal-right {
  padding-top: 4em;
}
.modal-body h2 {
  font-size: 1.250rem;
}
.modal-body h4, .modal-body h3 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.modal-body .panel-header h3 {
  font-size: 0.688rem;
}
.modal-body .current-location {
  font-weight: bold;
}
.modal-body {
  border-radius: 5px;
}
.reveal-modal {
  border: none;
  border-radius: 5px;
  max-width: 55em;
  min-width: 20rem;
}
.reveal-modal .panel .outer {
  border: none;
}
.reveal-modal .columns {
  padding-left: 0;
}

dialog, .reveal-modal {
  width: auto;
}

/********************************** SMALL SCREENS (FOUNDATION STANDARD) UP TO 40EM/640PX **********************************/

@media only screen and (max-width: 40em) {
  .hide-for-small-only, .hide-for-small {
    display: none;
  }
  .coupon-outer {
    width: 100%;
  }
  .modal-left, .modal-right {
    width: 100%;
    display: block;
    padding:0;
  }
  .modal-left {
    margin-bottom: 1rem;
  }
  .top-bar.expanded .button-group a {
    font-weight: bold;
  }
  .top-bar ul .login {
    padding: 0.5rem;
  }
  .mobile-link span {
    display: none;
  }

  /************* SEARCH AREA ************/

  .title.back h5 a {
    font-size: 1rem;
    padding: 0;
  }
  .title.back h5 a:before {
    font-family: 'foundation-icons';
    font-size: 1em;
    text-shadow: 1px 1px #000;
    content: '\f10a';
    margin-right: 1em;
  }
  .title.back h5 a:hover {
    background: #272727;
  }
  .location-column {
    padding-left: 0;
    margin-top: 1rem;
  }
  .home #searchbar .logo img {
    display: none;
  }
  #searchbar h1 {
    font-size: 0.9rem;
  }
  #searchForm button {
    line-height: 1.75;
  }
  #pagebar h2 {
    font-size: 1rem;
  }
  #pagebar .row {
    padding-left: 0.75em;
  }
  #pagebar .category-list { 
    padding: 0;
  }
  .panel-header .featured-businesses h3:before {
    display:none;
  }
  #browse-bar #pagebar .row .pagebar-links.text-right {
    margin-bottom: 1em;
    text-align: left !important;
  }
  #browse-bar #pagebar .small-12 {
    padding: 0;
  }
  #homebar .columns, #homebar .row {
    padding-right: 0.4687rem;
    padding-left: 0.4687rem;
  }
  #pagebar #sharelinks {
    padding-top: 0;
  }
  #pagebar h2 {
    padding: 1.3rem 0 0.7rem;
  }
  #listing-tags, #sharelinks {
    display: inline-block;
    line-height: 2;
    min-height: 2rem;
    padding-bottom: 0;
    vertical-align: middle;
    display: inline-block;
  }
  #listing-tags {
    padding-left: 0;
    padding-top: 0;
  }
  #pagebar .category-list {
    padding: 0.5rem 0;
  }

  /************* FOOTER SECTION ************/
  #footerbar ul {
    margin: 0;
  }
  #footerbar .small-12 {
    width: 100%;
  }
  #footerbar h5 {
    display: none;
  }
  #footerbar .nav-list li {
    background: #eee;
    border-bottom: 3px solid #f0f0f0;
    text-align: center;
  }
  #footerbar .nav-list li a {
    background: #e6e6e6;
    display: block;
    padding: 0.45rem 0.5rem;
  }
  #footerbar .nav-list li:hover a {
    background: #e9e9e9;
  }
  #footerbar .nav-list {
    margin: 0;
  }
  #footerbar h5 {
    text-align: center;
    font-size: 0.938rem;
    padding: 0.4rem 0 0.25rem;
  }
  #footerbar div:first-child h5 {
    padding-top: 0;
  }
  #footerbar #logobar {
    margin-top: 1rem;
  }

  /************* FORM ELEMENTS ************/

  .signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm, .contact #content #signupform, .contact #content #contactForm, .contact #content #contactAdvertiseForm {
    border-right: none;
    box-shadow: none;
  }

  #listing-adspace div {
    margin: 1em auto;
  }
  .supporters-list h3:before, .supporters-list h3:after {
    background-image: none !important;
    border: none;
    display: none;
  }
  .supporters-list h3 {
    height: auto;
    padding: 1em 1em;
  }

  /************* LOGIN PAGE ************/
  #signin-page .modal-left, #signin-page .modal-right,
  #changelocation-page .modal-left, #changelocation-page .modal-right {
    display: block;
    min-width: 100%;
    margin: 0;
  }

  #signin-page .modal-left #signinform {
    max-width: 30em;
  }

  /************* ADMIN SECTIONS ************/

  .editable .listing-edit:after {
    display: inline;
    float:right;
    font-family: 'foundation-icons';
    font-size: 3em;
    color: #003f54;
    content: '\f194';
    background: #efefef;
  }
  .editable .listing-edit {
    background: transparent;
    text-indent: -10000em;
    border: none;
    border-radius: 0;
  }
  .editable .listing-edit:hover {
    background: transparent;
  }
  .faq-menu {
    margin-top: 0;
  }

/* Quicklinks */
  #quicklinksbar {
    margin: 0;
  }
  .tab-pane.active {
    display: table;
    width: 100%;
    padding: 0;
  }
  #quicklinkTab, #quicklinkTabContent, #quicklinkSelected {
    display: block;
    width: 100%;
    float: none;
  }
  #quicklinkTabContent {
    text-align: center;
    margin: 0 0 0.5em;
  }
  #quicklinks .tab-pane .button.blue {
    display: table-cell;
    width: 33%;
  }
  #quicklinks .tab-pane .button:last-child.blue {
    border-right: 0;
  }
  #quicklinkTab .button.blue.has-dropdown {
    display: block;
    margin: 0 auto;
  }
  #quicklinkTab .f-dropdown {
    text-align: left;
  }

  #listingonlylist, #gallery-view {
    max-height: none;
  }
}

/* VIDEO MEDIA QUERIES */
@media only screen and (min-width: 64em) {
  .media-wrapper #listingvideonowplaying {
    height: 21.5em;
  }
}

@media only screen and (max-width: 64em) {
  .media-wrapper #listingvideonowplaying {
    height: 23em;
  }
}
@media only screen and (max-width: 47.5em) {
  .media-wrapper #listingvideonowplaying {
    height: 26em;
  }
}
@media only screen and (max-width: 35em) {
  .media-wrapper #listingvideonowplaying {
    height: 22em;
  }
}
@media only screen and (max-width: 28em) {
  .media-wrapper #listingvideonowplaying {
    height: 19em;
  }
}

@media only screen and (max-width: 64em) {
  .media-view {
    display: block;
    max-height: 400px;
    width: 100%;
  }
  .media-list {
    display: block;
    width: 100%;
    overflow: visible;
    margin: 0.5em 0 0;
  }
  .media-list li {
    display: inline-block;
    width: 3.75em;
    padding: 0 0.15em;
    white-space: nowrap;
  }
  .media-list li:first-child {
    padding-left: 0;
  }
}

/********************************** MEDIUM SCREENS **********************************/


@media only screen and (min-width: 40.063em) and (max-width:50em) {
  .mobile-link span {
    display: none;
  }
}

/********************************** MEDIUM + UP / 40EM+ / 640px+ **********************************/

@media only screen and (min-width: 40.063em) {

  .top-bar {
    height: auto;
  }
  .top-bar-section .has-dropdown > a:after {
    top: 50%;
  }
  .top-bar-section .has-dropdown .dropdown li a:hover {
    background: #333;
  }
  .top-bar-section li.hover a:not(.button)  {
    background: transparent;
    color: #ffffff;
  }
  .top-bar-section .hover .dropdown li a {
    line-height: 2.2;
    padding: 0 1em !important;
    color: #999;
  }
  .top-bar-section .hover .dropdown li a:hover {
    color: #fff;
  }
  #searchbar h1 {
    font-size: 1.438rem;
    margin-top: -1.5rem;
  }

   /* Ads */
  #listing-adspace>div {
    margin: 0 auto 1em;
  }

  /************* BROWSE BUTTONS ************/

}

/********************************** UP TO SMALL TABLET - 47.5EM / 760PX **********************************/

@media only screen and (max-width: 47.5em) {
  .listing.listing-view #content>.row>.small-12>.row>.small-12 {
    width: 100%;
  }
  #listing-adspace {
    display: none;
  }
  #sharelinks span {
    display: none;
  }
  .coupon-outer {
    width: 100%;
  }
  .feature h3 {
    font-size: 1.2rem;
  }
  .site-text .feature {
    padding: 1.5em;
  }
  .more-features {
    padding: 0.6em;
  }
  .more-features .medium-3 {
    width: 100%;
  }
  #quicklinks .button.blue, #quicklinks .blue {
    font-size: 0.7rem;
  }
  #footerbar h5 {
    font-size: 0.9rem;
  }
}

/********************************** MEDIUM AND LARGE SCREENS - MIN: 47.5625EM / 761PX  **********************************/

@media only screen and (min-width:40.063em) {
  .home #searchbar {
    background-size: cover;
    background-position: bottom top;
    padding: 1rem 0.75rem 9rem;
  }
  #searchbar h1 {
    margin-bottom: 2em;
  }
  #search, #location {
    font-size: 1rem;
  }
  /************* QUICKLINKS SECTION ************/

  #quicklinkTabContent .tab-pane a:before {
    font-family: "foundation-icons";
    font-size: 1.438rem;
    margin-right: 0.5em;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
  }
  #quicklinkTabContent .profile:before {
    content: "\f179";
  }
  #quicklinkTabContent .supporters:before {
    content: "\f200";
  }
  #quicklinkTabContent .bulletin:before {
    background: url("/images/icon-bulletin.svg") no-repeat;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 0.3rem;
    width:14px;
    vertical-align: middle;
    margin-right: 5px;
  }

  /************* INTRO SECTIONS ************/
  .about-intro {
    background-size: 100% auto;
    padding: 2.5% 2em 1em;
    margin-bottom: 1rem;
  }
  .supporting-intro {
    background-size: 100% auto;
    padding: 2.5% 2em 1em;
    margin-bottom: 1rem;
  }
  .about-intro p, .supporting-intro p {
    color: #fff;
    padding: 0;
  }
  .about-lpi {
    padding-top: 2rem;
  }
  .result-links {
    margin-top: 1em;
  }
}

/********************************** UP TO DESKTOP - 61.25EM / 980PX **********************************/

@media only screen and (min-width: 61.25em){
  .button-donate, .bulletin-viewer {
    width: 100%;
  }
}

@media only screen and (max-width: 61.25em) {
  .home-left {
    width: 56%;
  }
  .home-right, #homebar .hide-for-small-only  {
    width: 44%;
  }
  #homebar .small-6 {
    width: 28%;
  }

  .has-ad-column #contact-wrapper #contact-info, .has-button-column #contact-wrapper #contact-info, #contact-wrapper #contact-col3,
  #contact-info #listing-contact, #contact-info #listing-hours {
    width: 100%;
    display: inline-block;
  }
  #contact-col3 .button {
    vertical-align: top;
  }
  #contact-col3 .button-selected {
    margin-bottom: 0.9rem;
  }

  #get-featured {
    background: none;
    padding: 1em;
  }

  .home .featured-businesses section div {
    border-bottom: 1px solid #eaeaea;
  }
  .home .featured-businesses section div:last-child {
    border-bottom: none;
  }

  .featured-businesses .medium-4 {
    width: 100%;
    display: block;
  }

  .result-links {
    clear: both;
    width: 100%;
    display: block;
  }
}
/********************************** REALLY LARGE SCREENS - MIN: 61.3125EM / 961PX **********************************/

@media only screen and (min-width: 61.3125em) {

  #resultspage .result-links {
    float: right;
    margin-top: 1em;
  }
  .home body {
    padding-top: 0;
  }
  .changelocation {
    margin-top: 0.5em;
  }

  .homepanel.featured-businesses .row {
    background: #f6f6f6;
  }
  .home .featured-businesses .row {
    margin: 0;
  }
  .home .featured-businesses section div {
    padding: 0.750rem;
  }
  .home .local-business {
    display: block;
    width: 100%;
    position: relative;
    min-height: 10em;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 3.8em;
    border: 1px solid #e2e2e2;
    background-color: #fff;
  }

  .home .local-business h5 {
    font-size: 0.750em;
    line-height: 124%;
    color: #08c;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home .preview-text {
    font-size: 0.688rem;
    line-height: 130%;
    color: #5e5e5e;
    padding: 0.313rem 0.750rem 0;
  }
  .button.button-donate:before, .bulletin-viewer:before {
    content: "";
    display: inline-block;
    margin-right: 0.3rem;
    vertical-align: middle;
    float: left;
    height: 26px;
    width:22px;
  }
  .bulletin-viewer:before{
    background: url("/images/icon-bulletin.svg") no-repeat;

    
  }
  .button.button-donate:before { /* Donate Button */
    font-family: 'foundation-icons', sans-serif;
    font-size: 1.875rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: -2px;
    content: '\f142';
  }

}


/********************** HOME PAGE FIXES - UP TO 45.625EM / 730PX ************************/
@media only screen and (max-width: 45.625em) {
  .home .hide-for-small-only, .home .hide-for-small {
    display: none !important;
  }
  .home-left {
    width: 100%;
  }
  #homebar .browse-buttons .small-6 {
    width: 50%;
  }
}

/* Quick Link Fix */
@media only screen and (max-width: 64em) {
  #quicklinkSelected {
    display: block;
    width: 100%;
    float: none;
    line-height: 100%;
    padding-bottom: 0.5em;
  }
  .home .search-form {
    max-width: 40rem;
  }
  .search-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  #contact-info #listing-contact, #contact-info #listing-hours {
    width: 49.5%;
  }
}
@media only screen and (min-width: 47.5625em) {
  .home #searchbar {
    padding: 3em 0 12em;
  }
  .home .alert-box {
    margin-top: -2rem;
  }
  #siteModal .modal-body .modal-right {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .home #searchbar {
    padding: 3rem 0 13rem;
  }
  #quicklinkSelected {
    max-width: 17rem;
    margin-right: 0.5rem;
  }
  .home .search-form {
    max-width: 46rem;
  }
  #quicklinksbar {
    padding-top: 0.5rem;
  }
  .home .alert-box {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 70.063em) {
  .home #searchbar {
    padding: 5em 0 15em;
  }
  .home #searchbar .logo img {
    width: 33em;
  }
  .home .alert-box {
    margin-top: -4rem;
  }
}

/** Category images **/
.accountants,.supporters-list h3.accountants:before {background-image:url("/images/categories/accountants.jpg");}
.appliances-electronics,.supporters-list h3.appliances-electronics:before {background-image:url("/images/categories/appliances-electronics.jpg");}
.arts-entertainment,.supporters-list h3.arts-entertainment:before {background-image:url("/images/categories/arts-entertainment.jpg");}
.attorney,.supporters-list h3.attorney:before {background-image:url("/images/categories/attorney.jpg");}
.audiologists,.supporters-list h3.audiologists:before {background-image:url("/images/categories/audiologists.jpg");}
.automotive,.supporters-list h3.automotive:before {background-image:url("/images/categories/automotive.jpg");}
.bank,.supporters-list h3.bank:before {background-image:url("/images/categories/bank.jpg");}
.carpet-rug-cleaning,.supporters-list h3.carpet-rug-cleaning:before {background-image:url("/images/categories/carpet-rug-cleaning.jpg");}
.catholic,.supporters-list h3.catholic:before {background-image:url("/images/categories/catholic.jpg");}
.chamber-of-commerce,.supporters-list h3.chamber-of-commerce:before {background-image:url("/images/categories/chamber-of-commerce.jpg");}
.clocks-clock-repair,.supporters-list h3.clocks-clock-repair:before {background-image:url("/images/categories/clocks-clock-repair.jpg");}
.community,.supporters-list h3.community:before {background-image:url("/images/categories/community.jpg");}
.community-center,.supporters-list h3.community-center:before {background-image:url("/images/categories/community-center.jpg");}
.computers-electronics,.supporters-list h3.computers-electronics:before {background-image:url("/images/categories/computers-electronics.jpg");}
.congregations-organizations,.supporters-list h3.congregations-organizations:before {background-image:url("/images/categories/congregations-organizations.jpg");}
.counseling-service,.supporters-list h3.counseling-service:before {background-image:url("/images/categories/counseling-service.jpg");}
.day-care,.supporters-list h3.day-care:before {background-image:url("/images/categories/day-care.jpg");}
.dentist,.supporters-list h3.dentist:before {background-image:url("/images/categories/dentist.jpg");}
.education-training,.supporters-list h3.education-training:before {background-image:url("/images/categories/education-training.jpg");}
.estate-sales,.supporters-list h3.estate-sales:before {background-image:url("/images/categories/estate-sales.jpg");}
.eye-care,.supporters-list h3.eye-care:before {background-image:url("/images/categories/eye-care.jpg");}
.farmers-markets,.supporters-list h3.farmers-markets:before {background-image:url("/images/categories/farmers-markets.jpg");}
.floral-gifts,.supporters-list h3.floral-gifts:before {background-image:url("/images/categories/floral-gifts.jpg");}
.food-beverage,.supporters-list h3.food-beverage:before {background-image:url("/images/categories/food-beverage.jpg");}
.funeral-homes-memorials,.supporters-list h3.funeral-homes-memorials:before {background-image:url("/images/categories/funeral-homes-memorials.jpg");}
.health-medicine,.supporters-list h3.health-medicine:before {background-image:url("/images/categories/health-medicine.jpg");}
.help-wanted,.supporters-list h3.help-wanted:before {background-image:url("/images/categories/help-wanted.jpg");}
.hobbies,.supporters-list h3.hobbies:before {background-image:url("/images/categories/hobbies.jpg");}
.home-furnishings,.supporters-list h3.home-furnishings:before {background-image:url("/images/categories/home-furnishings.jpg");}
.home-health-care,.supporters-list h3.home-health-care:before {background-image:url("/images/categories/home-health-care.jpg");}
.home-improvement-construction,.supporters-list h3.home-improvement-construction:before {background-image:url("/images/categories/home-improvement-construction.jpg");}
.insurance,.supporters-list h3.insurance:before {background-image:url("/images/categories/insurance.jpg");}
.jewish,.supporters-list h3.jewish:before {background-image:url("/images/categories/jewish.jpg");}
.landscaping-lawn-service,.supporters-list h3.landscaping-lawn-service:before {background-image:url("/images/categories/landscaping-lawn-service.jpg");}
.locksmith,.supporters-list h3.locksmith:before {background-image:url("/images/categories/locksmith.jpg");}
.lutheran,.supporters-list h3.lutheran:before {background-image:url("/images/categories/lutheran.jpg");}
.manufacturing,.supporters-list h3.manufacturing:before {background-image:url("/images/categories/manufacturing.jpg");}
.membership-organization,.supporters-list h3.membership-organization:before {background-image:url("/images/categories/membership-organization.jpg");}
.money-finance,.supporters-list h3.money-finance:before {background-image:url("/images/categories/money-finance.jpg");}
.moving-storage,.supporters-list h3.moving-storage:before {background-image:url("/images/categories/moving-storage.jpg");}
.municipality,.supporters-list h3.moving-storage:before {background-image:url("/images/categories/municipality.jpg");}
.office,.supporters-list h3.office:before {background-image:url("/images/categories/office.jpg");}
.personal-beauty,.supporters-list h3.personal-beauty:before {background-image:url("/images/categories/personal-beauty.jpg");}
.personal-service,.supporters-list h3.personal-service:before {background-image:url("/images/categories/personal-service.jpg");}
.pets-vets,.supporters-list h3.pets-vets:before {background-image:url("/images/categories/pets-vets.jpg");}
.physical-therapy,.supporters-list h3.physical-therapy:before {background-image:url("/images/categories/physical-therapy.jpg");}
.plumbing,.supporters-list h3.plumbing:before {background-image:url("/images/categories/plumbing.jpg");}
.pool-spa,.supporters-list h3.pool-spa:before {background-image:url("/images/categories/pool-spa.jpg");}
.real-estate,.supporters-list h3.real-estate:before {background-image:url("/images/categories/real-estate.jpg");}
.restaurant,.supporters-list h3.restaurant:before {background-image:url("/images/categories/restaurant.jpg");}
.retail-other,.supporters-list h3.retail-other:before {background-image:url("/images/categories/retail-other.jpg");}
.retirement-community,.supporters-list h3.retirement-community:before {background-image:url("/images/categories/retirement-community.jpg");}
.senior-agency,.supporters-list h3.senior-agency:before {background-image:url("/images/categories/senior-agency.jpg");}
.senior-center,.supporters-list h3.senior-center:before {background-image:url("/images/categories/senior-center.jpg");}
.senior-living,.supporters-list h3.senior-living:before {background-image:url("/images/categories/senior-living.jpg");}
.sports-recreation,.supporters-list h3.sports-recreation:before {background-image:url("/images/categories/sports-recreation.jpg");}
.transportation,.supporters-list h3.transportation:before {background-image:url("/images/categories/transportation.jpg");}
.travel-vacation,.supporters-list h3.travel-vacation:before {background-image:url("/images/categories/travel-vacation.jpg");}
.prettyselect-group .f-dropdown {
	width: auto;
	margin-top: 30px;
	margin-left: 0px;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
.prettyselect-group .f-dropdown li {
  padding: 0 0.2em;
  font-size: 0.850rem;
}
.prettyselect-group .f-dropdown li:hover {
  background: #2e9fd7;
}
.prettyselect-group .f-dropdown li:hover a {
  color: #fff;
}
.prettyselect-group .f-dropdown a {
  font-size: 0.8em;
  line-height: 150%;
}
.prettyselect-group .f-dropdown a:hover {
  color: #fff;
}
#select-group-dropdownbrowsetagswitchcategory {
	max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;
}

.prettyselect-group .button {
  width: 100%;
  text-align: left;
}
.prettyselect-group .caret:after {
  float: right;
  margin: 0.5em 0 0 0;
}

/**** ribbons ****/
.has-ribbon {
	position: relative;
}

/** <div class="ribbon-wrapper ribbon-left ribbon-STYLE"><div class="ribbon">Expired</div></div> **/
.ribbon-wrapper {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: -2px;
  z-index: 999;
}
.ribbon-wrapper.ribbon-left {
	left: -2px;
}
.ribbon-wrapper.ribbon-right {
	right:-2px;
}

.ribbon-wrapper > .ribbon {
	font-weight: bold;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 25px;
	width: 160px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-wrapper > .ribbon:before, .ribbon-wrapper > .ribbon:after {
	content: "";
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}
.ribbon-wrapper > .ribbon:before {
	left: 0;
}
.ribbon-wrapper > .ribbon:after {
	right: 0;
}


.ribbon-left > .ribbon {
	left: -37px;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
}
.ribbon-right > .ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
}

/** expired ribbon **/

.ribbon-expired .ribbon {
	background-color: #d64b4b;
	color: #801111;
	text-shadow: rgba(214, 92,92 ,0.5) 0px 1px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
	background-image: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
	background-image:    -moz-linear-gradient(top, #d64b4b, #ab2c2c);
	background-image:     -ms-linear-gradient(top, #d64b4b, #ab2c2c);
	background-image:      -o-linear-gradient(top, #d64b4b, #ab2c2c);
}

.ribbon-expired .ribbon:before, .ribbon-expired .ribbon:after {
	border-top:   3px solid #871616;
}

/** unavailable ribbon **/
.ribbon-unavailable .ribbon {
	background-color: #ffd787;
	color: #8A6D3B;
	text-shadow: rgba(242, 189, 109 ,0.5) 0px 1px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd787), to(#ad7f23));
	background-image: -webkit-linear-gradient(top, #ffd787, #ad7f23);
	background-image:    -moz-linear-gradient(top, #ffd787, #ad7f23);
	background-image:     -ms-linear-gradient(top, #ffd787, #ad7f23);
	background-image:      -o-linear-gradient(top, #ffd787, #ad7f23);
}
.ribbon-unavailable .ribbon:before, .ribbon-unavailable .ribbon:after {
	border-top:   3px solid #8A6D3B;
}

.ribbon-green {
	background-color: #BFDC7A;
	color: #6a6340;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
}

.ribbon-green:before, .ribbon-green:after {
	border-top:   3px solid #6e8900;
}

