@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Roboto|Open+Sans|Merriweather:900|Montserrat");
/* line 5, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../var/lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 29, ../sass/screen.scss */
html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  height: 100%;
}

/* line 35, ../sass/screen.scss */
body {
  font-family: "Roboto", san-serif;
  font-weight: normal;
  font-size: 87.5%;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
}

/* line 44, ../sass/screen.scss */
.dialog-off-canvas-main-canvas .page {
  width: 98%;
  max-width: 1500px;
  min-width: inherit;
  margin: 0px auto;
  background-color: #fff;
}

/* line 52, ../sass/screen.scss */
body.page-node-type--page .dialog-off-canvas-main-canvas .page {
  max-width: 1200px;
}

/* line 56, ../sass/screen.scss */
body.page-node-type--page .dialog-off-canvas-main-canvas .page .field.field-node--node-title {
  margin-bottom: 0px;
}

/* line 60, ../sass/screen.scss */
.l-rw {
  max-width: 100%;
  background: transparent;
  padding: 0px;
}

/* line 66, ../sass/screen.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.pane-title,
.title {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

/* line 78, ../sass/screen.scss */
h2 {
  font-size: 1.5em;
}

/* line 82, ../sass/screen.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 87, ../sass/screen.scss */
.block {
  margin: 0px;
  margin-bottom: 10px;
}

/* line 92, ../sass/screen.scss */
a:hover,
a:focus {
  text-decoration: none;
}

/* line 97, ../sass/screen.scss */
body.page-node-type--page .dialog-off-canvas-main-canvas .page .l-main.l-row a {
  color: #003F87;
}

/* line 101, ../sass/screen.scss */
p,
pre {
  margin: 0 0 1.5em;
}

/* line 106, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 110, ../sass/screen.scss */
article.node {
  padding: 0px;
  box-shadow: none;
}

/* line 121, ../sass/screen.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border: solid 1px;
}

/* line 128, ../sass/screen.scss */
table.sticky-header {
  z-index: 10;
}

/* line 132, ../sass/screen.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 141, ../sass/screen.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 147, ../sass/screen.scss */
caption,
th,
td {
  text-align: left;
}

/* line 153, ../sass/screen.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 158, ../sass/screen.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 165, ../sass/screen.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 169, ../sass/screen.scss */
tr.odd {
  background: #fff;
}

/* line 173, ../sass/screen.scss */
tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

/* line 180, ../sass/screen.scss */
tr.odd td.active {
  background-color: #eee;
}

/* line 184, ../sass/screen.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/* line 188, ../sass/screen.scss */
.field__item img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 195, ../sass/screen.scss */
div#rid-sidebar-second {
  padding: 0px;
}

/* line 199, ../sass/screen.scss */
div#block-housefooterads {
  margin-bottom: 0px;
}

/* line 203, ../sass/screen.scss */
div#block-housefooterads .field__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}

/* line 211, ../sass/screen.scss */
div#block-footermenuboothbay .atl__lc.lc-1 .block {
  margin: 0px;
}

/* line 215, ../sass/screen.scss */
div#block-footermenuboothbay .atl__lc.lc-1 .block .field {
  margin: 0px;
}

/* line 219, ../sass/screen.scss */
div#block-footermenuboothbay .atl__lc.lc-1 .block .field .field__items {
  text-align: center;
  padding: 0.5em;
  margin: 0 1em;
  border-top: 1px solid white;
}

/* line 226, ../sass/screen.scss */
div#block-housefooterads .field__item > div {
  margin: 1em auto;
}

/* line 230, ../sass/screen.scss */
div#block-housefooterads .field {
  margin: 0px;
}

/* line 233, ../sass/screen.scss */
.l-footer.l-row:after {
  display: table;
  content: '';
  clear: both;
}

/* line 239, ../sass/screen.scss */
.l-footer.l-row {
  background-color: #fff;
}

/* line 243, ../sass/screen.scss */
.l-footer.l-row + .l-attribution.l-row {
  display: none;
}

/* line 248, ../sass/screen.scss */
.l-footer.l-row footer#footer {
  margin: 0em 0 2em;
  background: #000;
  color: #fff;
  padding-top: 10px;
}

/* line 259, ../sass/screen.scss */
.l-footer.l-row footer#footer .container {
  max-width: 100%;
  padding: 0px;
}
/* line 264, ../sass/screen.scss */
.l-footer.l-row footer#footer .l-r {
  padding: 0px;
  margin: 0px;
}
/* line 269, ../sass/screen.scss */
.l-footer.l-row footer#footer .layout--fourcol-section {
  justify-content: space-between;
}
/* line 273, ../sass/screen.scss */
.l-footer.l-row footer#footer .layout--fourcol-section > .layout__region {
  padding: 1% 2%;
  width: 20%;
}
/* line 278, ../sass/screen.scss */
.l-footer.l-row footer#footer .layout--fourcol-section > .layout__region:nth-child(2) li.menu-item:nth-child(6) > a {
  margin-top: 1em;
  display: inline-block;
}
/* line 283, ../sass/screen.scss */
.l-footer.l-row footer#footer .layout--fourcol-section > .layout__region:nth-child(2) li.menu-item:nth-child(6) > a {
  margin-top: 1em;
  display: inline-block;
}
/* line 288, ../sass/screen.scss */
.l-footer.l-row footer#footer .block__title {
  margin: 0px;
  line-height: 1.5;
}
/* line 293, ../sass/screen.scss */
.l-footer.l-row footer#footer .menu a {
  font-size: 1em;
}
/* line 297, ../sass/screen.scss */
.l-footer.l-row footer#footer .menu a:hover {
  color: #ff0000;
}
/* line 302, ../sass/screen.scss */
.l-footer.l-row footer#footer div#block-copyrightfooter-2 .block__content {
  text-align: center;
  padding: 0.5em;
  margin: 0 1em;
  border-top: 1px solid white;
}

/* line 314, ../sass/screen.scss */
.pr-header {
  background: transparent;
  margin: 10px 0px 0px;
}

/* line 320, ../sass/screen.scss */
.pr-header .regions {
  padding: 0px;
  max-width: 100%;
}
/* line 325, ../sass/screen.scss */
.pr-header div#rid-header-first {
  padding: 0px;
}
/* line 329, ../sass/screen.scss */
.pr-header nav#block-mainmenu {
  margin: 0px;
}
/* line 334, ../sass/screen.scss */
.pr-header nav#block-mainmenu ul.menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: #000;
  width: 100%;
  flex-wrap: wrap;
}
/* line 344, ../sass/screen.scss */
.pr-header nav#block-mainmenu li.menu-item {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 353, ../sass/screen.scss */
.pr-header nav#block-mainmenu ul.menu li.menu-item > a {
  color: #fff;
  font-size: 20px;
  padding: 2px;
  padding-left: 10px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  line-height: 30px;
}
/* line 364, ../sass/screen.scss */
.pr-header nav#block-mainmenu ul.menu li.menu-item > a:hover {
  color: #ff0000;
}

/* line 370, ../sass/screen.scss */
#sm_menu_ham,
.sm_menu_outer {
  display: none;
}

/* line 376, ../sass/screen.scss */
div#leaderboard {
  margin-top: 7px;
}

/* line 382, ../sass/screen.scss */
div#leaderboard .block__content > .field {
  margin-bottom: 0px;
}
/* line 386, ../sass/screen.scss */
div#leaderboard div#rid-leaderboard {
  padding: 0px;
}
/* line 390, ../sass/screen.scss */
div#leaderboard .atl__lc.lc-1 > div {
  margin-left: 2%;
}
/* line 394, ../sass/screen.scss */
div#leaderboard ul.partner-sites {
  display: flex;
  flex-wrap: wrap;
}
/* line 407, ../sass/screen.scss */
div#leaderboard ul.partner-sites li {
  display: inline-block;
  padding-right: 1em;
  font-family: "Roboto", san-serif;
  font-weight: bold;
  color: #000;
}
/* line 416, ../sass/screen.scss */
div#leaderboard ul.partner-sites li a {
  font-family: "Roboto", san-serif;
  font-weight: bold;
  color: #000;
}
/* line 421, ../sass/screen.scss */
div#leaderboard ul.partner-sites li a:hover {
  color: #ff0000;
}
/* line 427, ../sass/screen.scss */
div#leaderboard ul.menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
/* line 435, ../sass/screen.scss */
div#leaderboard .atl__lc.lc-2 nav .block__content.block-menu__content {
  width: 420px;
  float: right;
  clear: right;
  margin: 0 2% 0 0;
}
/* line 447, ../sass/screen.scss */
div#leaderboard ul.menu li a {
  font-family: "Roboto", san-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
/* line 452, ../sass/screen.scss */
div#leaderboard ul.menu li a:hover {
  color: #ff0000;
}
/* line 460, ../sass/screen.scss */
div#leaderboard ul.menu li {
  margin: 0.25em 0.5em;
  transform: scaleY(1.25);
}
/* line 467, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
/* line 473, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form {
  width: 421px;
  float: right;
  margin: 0 2% 0 0;
  padding: 0px;
  border: solid 1px #000;
}
/* line 482, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form {
  padding: 5px;
}
/* line 487, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form .js-form-item input {
  width: 90%;
  padding: 1px 0px 1px 2%;
  height: 20px;
  color: #000;
  border-color: transparent;
  border-radius: 3px;
  font-family: "Roboto", san-serif;
}
/* line 497, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form .js-form-item input:focus {
  border-color: #000;
  border-width: 2px;
}
/* line 502, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form .js-form-item {
  max-width: 90%;
}
/* line 506, ../sass/screen.scss */
div#leaderboard .block__content.block-search__content form .form-actions {
  width: 10%;
}
/* line 511, ../sass/screen.scss */
div#leaderboard div#edit-actions input {
  background: url(../images/icons/search-icon.png);
  border: none;
  box-shadow: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 523, ../sass/screen.scss */
.views-view-grid.horizontal .views-row {
  flex-wrap: wrap;
}

/* line 527, ../sass/screen.scss */
.l-leaderboard.l-row {
  overflow: hidden;
}

/* line 536, ../sass/screen.scss */
body.page-node-type--page .dialog-off-canvas-main-canvas .page .node {
  box-shadow: none;
  padding: 0px;
  margin-top: 7px;
}

/* line 550, ../sass/screen.scss */
.public-notices-block .view-content.view-rows {
  border: 1px solid #ccc;
  border-width: 1px 0;
  column-count: 4;
  column-gap: 5%;
  column-width: 210px;
  padding-bottom: 1em;
}
/* line 558, ../sass/screen.scss */
.public-notices-block .view-content.view-rows .views-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
/* line 563, ../sass/screen.scss */
.public-notices-block .view-content.view-rows .views-row h2 a {
  color: #000;
}
/* line 567, ../sass/screen.scss */
.public-notices-block .view-content.view-rows .views-row h2 a:hover {
  color: #ff0000;
}
/* line 571, ../sass/screen.scss */
.public-notices-block .view-content.view-rows .views-row div {
  display: inline-block;
}
/* line 575, ../sass/screen.scss */
.public-notices-block .view-content.view-rows .views-row h2.field-content {
  margin: 0.83em 0px;
}

/* line 584, ../sass/screen.scss */
.pr-header nav#block-mainmenu li.menu-item.mobile-menu-visible {
  display: none;
}

/* line 592, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form label, .form-type-select.js-form-item-amgee-order-sub-qty label {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  white-space: inherit;
}

/* line 599, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form .js-form-type-select.js-form-item-amgee-order-sub-media select,
.form-type-select.js-form-item-amgee-order-sub-qty select {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  font-family: sans-serif;
  appearance: auto !important;
  max-width: 300px;
  min-width: inherit;
  width: auto !important;
  border-color: #000;
  padding: 0px;
  min-height: 20px;
  height: inherit;
}

/* line 615, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form .js-form-type-select.js-form-item-amgee-order-sub-media > span.form-type-select__select-wrapper:after {
  content: none;
}

/* line 619, ../sass/screen.scss */
.form-type-select.js-form-item-amgee-order-sub-qty > span.form-type-select__select-wrapper:after {
  content: none;
}

/* line 624, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .amgee-order-sub-product-group {
  margin-top: 20px;
}

/* line 628, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .amgee-order-sub-product-group .group-title {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* line 633, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .amgee-order-sub-product-group:first-child {
  margin-top: 0px;
}

/* line 639, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form h1 {
  margin-top: 1em;
  font-size: 14px;
  line-height: 21px;
}
/* line 645, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset {
  margin-top: 0.4em;
  margin-bottom: 20px;
}
/* line 649, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset div.form-radios {
  margin: 0px;
}
/* line 653, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .js-form-item {
  margin: 0.4em 0px;
  display: flex;
  align-items: flex-start;
}
/* line 658, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .js-form-item label {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  white-space: inherit;
}
/* line 665, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset .js-form-item input {
  margin-top: 5px;
}
/* line 670, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form fieldset legend {
  font-weight: 700;
  display: inline-block;
}
/* line 676, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-login-container,
.amgee-order-sub-amgee-order-login form div#edit-register-container {
  padding: 5px;
  display: inline-block;
  border: 1px black solid;
  width: 43%;
  text-align: center;
  position: relative;
}
/* line 686, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-register-container {
  margin-left: 10px;
}
/* line 692, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-login-container .ajax-progress,
.amgee-order-sub-amgee-order-login form div#edit-register-container .ajax-progress {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 698, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-login-container a,
.amgee-order-sub-amgee-order-login form div#edit-register-container a {
  font-weight: 700;
  font-size: 150%;
  color: #000;
  display: block;
  margin-bottom: 3px;
}
/* line 706, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-login-container a:hover,
.amgee-order-sub-amgee-order-login form div#edit-register-container a:hover {
  color: #ff0000;
}
/* line 710, ../sass/screen.scss */
.amgee-order-sub-amgee-order-login form div#edit-login-container .js-form-item,
.amgee-order-sub-amgee-order-login form div#edit-register-container .js-form-item {
  margin: 0px;
}

/* line 726, ../sass/screen.scss */
.ui-dialog .user-login-form .js-form-item,
.ui-dialog .user-register-form .js-form-item {
  margin-bottom: 10px;
  max-width: 500px;
}
/* line 731, ../sass/screen.scss */
.ui-dialog .user-login-form label,
.ui-dialog .user-register-form label {
  font-weight: 700;
}
/* line 736, ../sass/screen.scss */
.ui-dialog .ui-dialog-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

/* line 748, ../sass/screen.scss */
.news-block h1 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 0.25em;
}
/* line 754, ../sass/screen.scss */
.news-block .view-content.view-rows ul {
  margin: 0 10px;
  padding: 0;
}
/* line 758, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 764, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-blog-title {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0.83em 0;
  display: block;
  color: #000;
}
/* line 772, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-blog-title a {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0.83em 0;
  display: block;
  color: #000;
}
/* line 780, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-blog-title a p {
  margin: 0px;
}
/* line 785, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-blog-title a:hover {
  color: #ff0000;
}
/* line 790, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}
/* line 797, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-description .page {
  margin: 0px;
  width: auto;
  position: inherit;
}
/* line 804, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item a {
  color: #000;
}
/* line 808, ../sass/screen.scss */
.news-block .view-content.view-rows ul li.item-list__item a:hover {
  color: #ff0000;
}

/* line 819, ../sass/screen.scss */
.panels-page--amgee-order-subscription-signup a {
  color: #000;
}

/* line 823, ../sass/screen.scss */
.panels-page--amgee-order-subscription-signup a:hover {
  color: #ff0000;
}

/* line 831, ../sass/screen.scss */
.view-main-street-shop a {
  color: #000;
}
/* line 835, ../sass/screen.scss */
.view-main-street-shop a:hover,
.view-main-street-shop h2.block__title:hover,
.view-main-street-shop .node-page-title.withborder a:hover {
  color: #ff0000;
  cursor: pointer;
}
/* line 842, ../sass/screen.scss */
.view-main-street-shop .node-page-title.withborder a {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}
/* line 848, ../sass/screen.scss */
.view-main-street-shop .node-page-title.withborder a:after {
  content: "\00bb";
  font-size: 0.8em;
  padding-left: 5px;
}
/* line 855, ../sass/screen.scss */
.view-main-street-shop .view-content.view-rows ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 5px;
  padding: 0;
}
/* line 862, ../sass/screen.scss */
.view-main-street-shop .view-content.view-rows ul li.item-list__item {
  width: 48%;
  padding: 5px 0;
  margin: 0;
  margin-right: 2%;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 870, ../sass/screen.scss */
.view-main-street-shop .view-content.view-rows ul li.item-list__item .views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
  width: 45%;
}
/* line 877, ../sass/screen.scss */
.view-main-street-shop .view-content.view-rows ul li.item-list__item .views-field.views-field-title a {
  font-size: 1.5em;
  margin: 0;
  display: block;
  padding: 0 0 1em;
  font-weight: bold;
  color: #000;
  font-family: 'Merriweather', serif;
}
/* line 887, ../sass/screen.scss */
.view-main-street-shop .view-content.view-rows ul li.item-list__item .views-field.views-field-title a:hover {
  color: #ff0000;
}

/* line 898, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] {
  margin-bottom: 0.5em;
}
/* line 901, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] fieldset,
form[id*='views-exposed-form-unpub-page'] fieldset > .js-form-item {
  padding: 7px 14px 0px 0px;
  margin: 0px;
}
/* line 906, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] fieldset .fieldset-wrapper,
form[id*='views-exposed-form-unpub-page'] fieldset > .js-form-item .fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 911, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] fieldset .js-form-item,
form[id*='views-exposed-form-unpub-page'] fieldset > .js-form-item .js-form-item {
  margin: 0px;
}
/* line 918, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] .form--inline {
  display: flex;
  flex-wrap: wrap;
}
/* line 922, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] .form--inline legend,
form[id*='views-exposed-form-unpub-page'] .form--inline label {
  font-weight: bold;
  color: #000;
  margin-bottom: px;
  vertical-align: baseline;
}
/* line 930, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] .form--inline label {
  margin-bottom: 7px;
}
/* line 934, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] .form--inline .js-form-item.form-type-checkbox {
  display: flex;
}
/* line 939, ../sass/screen.scss */
form[id*='views-exposed-form-unpub-page'] .form-actions {
  margin-top: 27px;
}

/* line 947, ../sass/screen.scss */
form[id*='views-form-unpub-page'] div#vbo-action-form-wrapper {
  max-width: 290px;
  padding: 0.6em 0;
}
/* line 951, ../sass/screen.scss */
form[id*='views-form-unpub-page'] div#vbo-action-form-wrapper .js-form-item.js-form-item.form-type-checkbox {
  display: flex;
  align-items: flex-start;
}
/* line 955, ../sass/screen.scss */
form[id*='views-form-unpub-page'] div#vbo-action-form-wrapper .js-form-item.js-form-item.form-type-checkbox label {
  white-space: inherit;
}
/* line 959, ../sass/screen.scss */
form[id*='views-form-unpub-page'] div#vbo-action-form-wrapper .js-form-item.js-form-item.form-type-checkbox input {
  margin-top: 12px;
}
/* line 965, ../sass/screen.scss */
form[id*='views-form-unpub-page'] .views-row a {
  color: #000;
}
/* line 969, ../sass/screen.scss */
form[id*='views-form-unpub-page'] .views-row a:hover {
  color: #ff0000;
}
/* line 973, ../sass/screen.scss */
form[id*='views-form-unpub-page'] .views-row .views-field.views-field-views-bulk-operations {
  margin: 1em 0px;
}

/* line 979, ../sass/screen.scss */
nav.pager .pager__items {
  justify-content: center;
}
/* line 983, ../sass/screen.scss */
nav.pager a {
  color: #000;
}
/* line 987, ../sass/screen.scss */
nav.pager li.is-active a {
  font-weight: bold;
}
/* line 991, ../sass/screen.scss */
nav.pager a:hover {
  color: #ff0000;
}

/* line 999, ../sass/screen.scss */
.view-galleries h1.node-page-title.withborder {
  border-bottom: 2px solid #ccc;
  margin-bottom: 0.25em;
  letter-spacing: -1px;
}
/* line 1007, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row {
  margin: 0px 10px !important;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
/* line 1013, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  max-width: 48%;
  margin-right: 2%;
}
/* line 1021, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col a {
  color: #000;
}
/* line 1025, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col p,
.view-galleries .view-content.view-rows .views-row .views-col pre {
  margin: 0 0 1.5em;
}
/* line 1030, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col a:hover {
  color: #ff0000;
}
/* line 1034, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col h2.views-field-title {
  margin: 0.83em 0;
}
/* line 1038, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}
/* line 1044, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col h2.views-field-title a {
  color: #000;
}
/* line 1048, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-col h2.views-field-title a:hover {
  color: #ff0000;
}

/* line 1061, ../sass/screen.scss */
div#amgee_membership_login_block {
  display: none;
}

/* line 1066, ../sass/screen.scss */
#amgee_membership_login_page_landing_block h1 {
  text-align: center;
}
/* line 1070, ../sass/screen.scss */
#amgee_membership_login_page_landing_block a.landing-button {
  display: block;
  width: 25%;
  min-width: 300px;
  padding: 1em;
  text-align: center;
  margin: 1em auto;
  border: 1px solid #777;
  border-radius: 1em;
  font-weight: bold;
  font-size: 1.5em;
  color: black;
  background-color: #ccc;
}
/* line 1085, ../sass/screen.scss */
#amgee_membership_login_page_landing_block a.landing-button:hover {
  background-color: #aaa;
  color: white;
}

/* line 1092, ../sass/screen.scss */
body[class*="path-email-contents"] {
  font-size: inherit;
}
/* line 1095, ../sass/screen.scss */
body[class*="path-email-contents"] * {
  font-family: arial, helvetica, sans-serif;
}
/* line 1099, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages {
  max-width: 600px;
  margin: 8px auto 8px;
}
/* line 1104, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .node__container {
  width: 95%;
}
/* line 1108, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-branding__content {
  text-align: center;
  justify-content: center;
  margin: 1.57em 0;
}
/* line 1113, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-branding__content a {
  padding: 0px;
}
/* line 1118, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages table tr:hover {
  background-color: transparent;
}
/* line 1122, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-plugin-id--amgee-membership-morningcatchsubheader table#subheader *,
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-plugin-id--amgee-membership-morningcatchsubheader table#subheader table * {
  border: none;
  padding: 0px;
}
/* line 1128, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-plugin-id--amgee-membership-morningcatchsubheader table#subheader {
  margin: 0px;
  padding: 0px;
}
/* line 1133, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages .block-plugin-id--amgee-membership-morningcatchsubheader table#subheader table {
  width: auto;
  margin: 20px 0px 0px;
  border: none;
}
/* line 1139, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  border-style: solid;
  margin: 0px;
  border-color: #ff0000;
  border-width: 0 0 2px 0;
}
/* line 1147, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader tbody,
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader tr,
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader td,
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader table {
  border: none;
  padding: 0px;
}
/* line 1155, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader table {
  width: auto;
  margin: 20px 0px 0px;
  border: none;
}
/* line 1160, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader table td {
  padding: 0px;
}
/* line 1166, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #subheader h4 {
  float: right;
  font-size: 0.9em;
  margin: 1.1em 0 0 0;
}
/* line 1172, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu {
  line-height: 1.2em;
  margin: 0.25em 0 1em 0;
  padding: 0 0 0.25em 0;
  border-style: solid;
  border-color: #ff0000;
  border-width: 0 0 2px 0;
}
/* line 1181, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu tbody,
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu tr {
  border: none;
}
/* line 1186, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu td {
  padding: 0px;
  padding-bottom: 4px;
}
/* line 1191, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu .menu_item {
  border-left: 1px solid #ff0000;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  padding: 0 2px 0 5px;
}
/* line 1199, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu .menu_item.first {
  border: 0;
}
/* line 1203, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu .menu_item a {
  color: #000000;
  text-decoration: none;
}
/* line 1208, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu .menu_item a:hover {
  color: #ff0000;
}
/* line 1212, ../sass/screen.scss */
body[class*="path-email-contents"] article.node.node--type-landing-pages #menu .clear {
  clear: both;
}

/* line 1224, ../sass/screen.scss */
.Email-news-panel * {
  font-family: sans-serif;
}
/* line 1228, ../sass/screen.scss */
.Email-news-panel h1 {
  border-bottom: 2px solid #ff0000;
  font-family: serif;
  margin: 0px;
}
/* line 1235, ../sass/screen.scss */
.Email-news-panel a:hover {
  color: #ff0000;
}
/* line 1239, ../sass/screen.scss */
.Email-news-panel .views-row {
  clear: both;
  margin: 0.5em 0 0 0;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #ccc;
}
/* line 1246, ../sass/screen.scss */
.Email-news-panel .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
}
/* line 1251, ../sass/screen.scss */
.Email-news-panel .view-content.view-rows .views-row:after {
  display: table;
  content: '';
  clear: both;
}
/* line 1257, ../sass/screen.scss */
.Email-news-panel .views-field.views-field-title a {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: serif;
  margin: 0 0 0.25em 0;
}
/* line 1265, ../sass/screen.scss */
.Email-news-panel a {
  color: #000;
}
/* line 1269, ../sass/screen.scss */
.Email-news-panel .views-field.views-field-body {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
/* line 1274, ../sass/screen.scss */
.Email-news-panel .views-field.views-field-body:last-child {
  margin-bottom: 2em;
}
/* line 1278, ../sass/screen.scss */
.Email-news-panel .views-field.views-field-body p {
  margin-bottom: 0px;
}

/* line 1286, ../sass/screen.scss */
.sidebar-block-layout-section-links,
.homepage-sidebar-block-layout-section-links {
  margin: 0 auto 2em;
  background-color: #efefef;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}
/* line 1294, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-content.view-rows,
.homepage-sidebar-block-layout-section-links .view-content.view-rows {
  margin: 0 10px;
  padding: 0;
}
/* line 1298, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-content.view-rows li.item-list__item,
.sidebar-block-layout-section-links .view-content.view-rows .views-row,
.homepage-sidebar-block-layout-section-links .view-content.view-rows li.item-list__item,
.homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 1305, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-content.view-rows li.item-list__item a,
.sidebar-block-layout-section-links .view-content.view-rows .views-row a,
.homepage-sidebar-block-layout-section-links .view-content.view-rows li.item-list__item a,
.homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row a {
  color: #000;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  padding: 0px;
  font-family: "Merriweather", serif;
}
/* line 1314, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-content.view-rows li.item-list__item a:hover,
.sidebar-block-layout-section-links .view-content.view-rows .views-row a:hover,
.homepage-sidebar-block-layout-section-links .view-content.view-rows li.item-list__item a:hover,
.homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row a:hover {
  color: #ff0000;
}
/* line 1320, ../sass/screen.scss */
.sidebar-block-layout-section-links a,
.homepage-sidebar-block-layout-section-links a {
  color: #000;
}
/* line 1324, ../sass/screen.scss */
.sidebar-block-layout-section-links a:hover,
.homepage-sidebar-block-layout-section-links a:hover {
  color: #ff0000;
}
/* line 1329, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-header h2,
.homepage-sidebar-block-layout-section-links .view-header h2 {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}
/* line 1334, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-header h2 a:after,
.homepage-sidebar-block-layout-section-links .view-header h2 a:after {
  content: "\00bb";
  font-size: 0.8em;
  padding-left: 5px;
}
/* line 1342, ../sass/screen.scss */
.sidebar-block-layout-section-links .view-footer,
.homepage-sidebar-block-layout-section-links .view-footer {
  margin-right: 1em;
  text-align: right;
}

/* line 1351, ../sass/screen.scss */
.homepage-sidebar-block-layout-section-links .view-header h2 {
  line-height: 1.25em;
  letter-spacing: -1.0px;
}
/* line 1361, ../sass/screen.scss */
.homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row a {
  font-size: 110%;
  padding: 1% 0;
  font-weight: normal;
  font-family: "Roboto", san-serif;
}

/* line 1376, ../sass/screen.scss */
.right-sidebar-block-layout-section-links,
.obituaries-homepage,
.Spotlight-homepage,
.galleries-homepage {
  margin: 0 auto 2em;
  background-color: #efefef;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  position: relative;
}
/* line 1387, ../sass/screen.scss */
.right-sidebar-block-layout-section-links a,
.obituaries-homepage a,
.Spotlight-homepage a,
.galleries-homepage a {
  color: #000;
}
/* line 1391, ../sass/screen.scss */
.right-sidebar-block-layout-section-links a:hover,
.obituaries-homepage a:hover,
.Spotlight-homepage a:hover,
.galleries-homepage a:hover {
  color: #ff0000;
}
/* line 1395, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header,
.obituaries-homepage .view-header,
.Spotlight-homepage .view-header,
.galleries-homepage .view-header {
  position: relative;
}
/* line 1398, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header p,
.obituaries-homepage .view-header p,
.Spotlight-homepage .view-header p,
.galleries-homepage .view-header p {
  position: absolute;
  top: -15px;
  right: 2px;
  font-size: 0.8em;
}
/* line 1405, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header h3,
.obituaries-homepage .view-header h3,
.Spotlight-homepage .view-header h3,
.galleries-homepage .view-header h3 {
  margin: 0 5px;
  font-size: 1.25em;
}
/* line 1410, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header h1:after,
.right-sidebar-block-layout-section-links .view-header h2:after,
.obituaries-homepage .view-header h1:after,
.obituaries-homepage .view-header h2:after,
.Spotlight-homepage .view-header h1:after,
.Spotlight-homepage .view-header h2:after,
.galleries-homepage .view-header h1:after,
.galleries-homepage .view-header h2:after {
  content: "\00bb";
  font-size: 0.8em;
  padding-left: 5px;
}
/* line 1417, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header h1,
.obituaries-homepage .view-header h1,
.Spotlight-homepage .view-header h1,
.galleries-homepage .view-header h1 {
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
  line-height: 1.25em;
  letter-spacing: -1.0px;
  margin: 10px 5px;
}
/* line 1425, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header h2,
.obituaries-homepage .view-header h2,
.Spotlight-homepage .view-header h2,
.galleries-homepage .view-header h2 {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}
/* line 1432, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-content.view-rows,
.obituaries-homepage .view-content.view-rows,
.Spotlight-homepage .view-content.view-rows,
.galleries-homepage .view-content.view-rows {
  margin: 0px 10px;
  padding: 0px;
}
/* line 1436, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-content.view-rows .views-row,
.obituaries-homepage .view-content.view-rows .views-row,
.Spotlight-homepage .view-content.view-rows .views-row,
.galleries-homepage .view-content.view-rows .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 1442, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-content.view-rows .views-row .views-field-field-image,
.obituaries-homepage .view-content.view-rows .views-row .views-field-field-image,
.Spotlight-homepage .view-content.view-rows .views-row .views-field-field-image,
.galleries-homepage .view-content.view-rows .views-row .views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}
/* line 1448, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-content.view-rows .views-row .views-field.views-field-title a,
.obituaries-homepage .view-content.view-rows .views-row .views-field.views-field-title a,
.Spotlight-homepage .view-content.view-rows .views-row .views-field.views-field-title a,
.galleries-homepage .view-content.view-rows .views-row .views-field.views-field-title a {
  font-size: 110%;
  padding: 1% 0;
  font-weight: bold;
}
/* line 1458, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .more-link,
.obituaries-homepage .more-link,
.Spotlight-homepage .more-link,
.galleries-homepage .more-link {
  text-align: right;
  display: block;
}
/* line 1463, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-footer:after,
.obituaries-homepage .view-footer:after,
.Spotlight-homepage .view-footer:after,
.galleries-homepage .view-footer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1470, ../sass/screen.scss */
.right-sidebar-block-layout-section-links.view-amgee-classified-recent .view-content.view-rows .views-row {
  margin-bottom: 10px;
}

/* line 1474, ../sass/screen.scss */
.view-id-sidebar_upcoming_events.right-sidebar-block-layout-section-links .view-header h2 a {
  line-height: 1.25em;
  letter-spacing: -1.0px;
}

/* line 1479, ../sass/screen.scss */
.right-sidebar-block-layout-section-links.view-amgee-classified-recent span.views-field.views-field-title a {
  margin: 1em 0px;
  font-size: 1.17em;
  display: block;
}

/* line 1490, ../sass/screen.scss */
.mid-block-layout-section-links .view-header,
.talk-mid-block-css .view-header {
  border-bottom: 2px solid #dfdfdf;
}
/* line 1494, ../sass/screen.scss */
.mid-block-layout-section-links .view-header h1,
.talk-mid-block-css .view-header h1 {
  margin: 0 5px;
  font-size: 1.5em;
  color: #000;
  display: inline-block;
}
/* line 1501, ../sass/screen.scss */
.mid-block-layout-section-links h1:after,
.talk-mid-block-css h1:after {
  content: "\00bb";
  font-size: 0.8em;
  padding-left: 5px;
}
/* line 1507, ../sass/screen.scss */
.mid-block-layout-section-links h1:hover,
.talk-mid-block-css h1:hover {
  color: #ff0000;
}
/* line 1511, ../sass/screen.scss */
.mid-block-layout-section-links a:hover,
.talk-mid-block-css a:hover {
  color: #ff0000;
}
/* line 1515, ../sass/screen.scss */
.mid-block-layout-section-links a,
.talk-mid-block-css a {
  color: #000;
}
/* line 1520, ../sass/screen.scss */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row,
.talk-mid-block-css .view-content.view-rows .cols-2 .views-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 10px;
  padding: 0px;
}
/* line 1527, ../sass/screen.scss */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col,
.talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col {
  padding: 5px 0;
  margin: 0;
  margin-right: 2%;
  max-width: 48%;
  width: 48% !important;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 1536, ../sass/screen.scss */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col .views-field-title,
.talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col .views-field-title {
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 1em;
  font-family: "Merriweather", serif;
}
/* line 1543, ../sass/screen.scss */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col .views-field-field-image,
.talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col .views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
  width: 45%;
}
/* line 1550, ../sass/screen.scss */
.mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col .views-field-body,
.talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col .views-field-body {
  margin-bottom: 2em;
}

/* line 1562, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 > .atl__lr.atl__cw {
  align-items: flex-start;
}
/* line 1566, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
/* line 1571, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='obituaries-homepage'],
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='Spotlight-homepage'],
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='galleries-homepage'] {
  width: 33%;
  padding: 0px 10px;
}
/* line 1578, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage {
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}
/* line 1587, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .view-header h1,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .view-header h1,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-header h1 {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}
/* line 1594, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .view-content.view-rows .views-row,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .view-content.view-rows .views-row,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-content.view-rows .views-row {
  display: block;
}
/* line 1598, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage li.item-list__item,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage li.item-list__item,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage li.item-list__item {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 1605, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .views-field.views-field-title,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .views-field.views-field-title a,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .views-field.views-field-title,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .views-field.views-field-title a,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .views-field.views-field-title,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .views-field.views-field-title a {
  font-size: 1.0em;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin: 0;
}
/* line 1613, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .views-field.views-field-field-image,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .views-field.views-field-field-image,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .views-field.views-field-field-image {
  width: 25%;
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
  height: auto;
}
/* line 1621, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .obituaries-homepage .view-footer,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .view-footer,
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-footer {
  text-align: right;
  margin-right: 1em;
}

/* line 1632, ../sass/screen.scss */
.home-main-stree-buzz {
  margin: 0px 10px;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}
/* line 1638, ../sass/screen.scss */
.home-main-stree-buzz a {
  color: #000;
}
/* line 1642, ../sass/screen.scss */
.home-main-stree-buzz a:hover {
  color: #ff0000;
}
/* line 1646, ../sass/screen.scss */
.home-main-stree-buzz .view-header {
  border-bottom: 2px solid #dfdfdf;
  margin: 10px 10px;
  position: relative;
}
/* line 1651, ../sass/screen.scss */
.home-main-stree-buzz .view-header h2 {
  font-size: 1.5em;
}
/* line 1655, ../sass/screen.scss */
.home-main-stree-buzz .view-header p {
  margin: 0px;
  position: absolute;
  top: -15px;
  right: 2px;
  font-size: 0.8em;
}
/* line 1663, ../sass/screen.scss */
.home-main-stree-buzz .view-header h2:after {
  content: "\00bb";
  font-size: 0.8em;
  padding-left: 5px;
}
/* line 1672, ../sass/screen.scss */
.home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row {
  margin: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1678, ../sass/screen.scss */
.home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col {
  width: 24% !important;
  text-align: center;
  max-width: 24%;
  padding: 0px;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
/* line 1688, ../sass/screen.scss */
.home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col .views-field.views-field-field-image {
  margin: 0px auto;
}
/* line 1692, ../sass/screen.scss */
.home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col .views-field.views-field-title {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
}

/* line 1703, ../sass/screen.scss */
div.more-link {
  display: block;
  margin-right: 1em;
}

/* line 1709, ../sass/screen.scss */
nav.l-bl.block.block-menu[class*='system-menu-block-main'] {
  margin: 0px 10px;
  background: #000;
  width: 100%;
}
/* line 1714, ../sass/screen.scss */
nav.l-bl.block.block-menu[class*='system-menu-block-main'] ul.menu {
  display: flex;
  justify-content: space-between;
  margin: 0px 10px;
  flex-wrap: wrap;
}
/* line 1720, ../sass/screen.scss */
nav.l-bl.block.block-menu[class*='system-menu-block-main'] ul.menu a {
  color: #fff;
}
/* line 1724, ../sass/screen.scss */
nav.l-bl.block.block-menu[class*='system-menu-block-main'] ul.menu a:hover {
  color: red;
}
/* line 1728, ../sass/screen.scss */
nav.l-bl.block.block-menu[class*='system-menu-block-main'] ul.menu li.menu-item {
  font-size: 1.5em;
  list-style: none;
  font-weight: bold;
}

/* line 1741, ../sass/screen.scss */
body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
  position: relative;
  padding-top: 50px;
}
/* line 1746, ../sass/screen.scss */
body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-1:before {
  position: absolute;
  content: 'Business Directory';
  font-family: "Merriweather", serif;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-bottom: 0.25em;
  font-size: 2em;
  top: 0px;
  right: 10px;
  left: -50%;
  margin-left: 10px;
}
/* line 1760, ../sass/screen.scss */
body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-2 {
  margin-top: 50px;
}

/* line 1766, ../sass/screen.scss */
.business-catfilters-blocks {
  border: 1px solid #ccc;
  padding: 10px;
}
/* line 1770, ../sass/screen.scss */
.business-catfilters-blocks .view-header {
  margin: 0px 10px;
}
/* line 1774, ../sass/screen.scss */
.business-catfilters-blocks .view-footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin: 0px 10px;
}
/* line 1780, ../sass/screen.scss */
.business-catfilters-blocks .view-footer a {
  background: url(../images/icons/business-arrows.png);
  background-position: 0 4px;
  padding-left: 15px;
  background-repeat: no-repeat;
  color: #000;
}
/* line 1789, ../sass/screen.scss */
.business-catfilters-blocks a {
  color: #000;
}
/* line 1793, ../sass/screen.scss */
.business-catfilters-blocks a:hover {
  color: #ff0000;
}

/* line 1800, ../sass/screen.scss */
.view-business-categories .view-content.view-rows .item-list {
  margin: 0px 10px;
}
/* line 1804, ../sass/screen.scss */
.view-business-categories .view-content.view-rows .item-list li.item-list__item a {
  background: url(../images/icons/business-arrows.png);
  background-position: 0 4px;
  padding-left: 15px;
  background-repeat: no-repeat;
  color: #000;
}
/* line 1812, ../sass/screen.scss */
.view-business-categories .view-content.view-rows .item-list li.item-list__item a:hover {
  background-position: 0 -14px;
  color: red;
}

/* line 1824, ../sass/screen.scss */
.view-business-listings .view-content.view-rows ul li.item-list__item a {
  color: #000;
}
/* line 1828, ../sass/screen.scss */
.view-business-listings .view-content.view-rows ul li.item-list__item a:hover {
  color: #ff0000;
}

/* line 1839, ../sass/screen.scss */
div#block-amgeemarketinginterstitialbbr {
  margin: 0px;
}
/* line 1842, ../sass/screen.scss */
div#block-amgeemarketinginterstitialbbr div {
  margin: 0px;
}
/* line 1847, ../sass/screen.scss */
div#block-amgeemarketinginterstitialbbr div#popup .amgeeAdWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 1% 10%;
  display: flex;
  filter: drop-shadow(3px 3px 10px black);
  animation-name: stickyslide;
  animation-duration: 3s;
  background-image: linear-gradient(#000, #555);
}
/* line 1860, ../sass/screen.scss */
div#block-amgeemarketinginterstitialbbr div#popup .amgeeAdWrap p button {
  display: block;
  height: 2.5em;
  font-weight: bold;
  border-radius: 25px;
  border: 0px;
  padding: 0 15px;
  box-shadow: 2px 4px 5px black;
  margin-bottom: 5px;
  color: white;
  background-color: #b51515;
  opacity: 1;
}
/* line 1874, ../sass/screen.scss */
div#block-amgeemarketinginterstitialbbr div#popup .amgeeAdWrap p button:hover {
  background-color: #b51515;
}

/* line 1882, ../sass/screen.scss */
div#mc_embed_signup {
  padding: 2%;
  background-color: #ccc;
  border-color: #999;
  border: 1px solid #999;
  margin: 0 auto 2em;
}
/* line 1889, ../sass/screen.scss */
div#mc_embed_signup .button {
  background-color: #333;
  opacity: 1;
}
/* line 1894, ../sass/screen.scss */
div#mc_embed_signup .button:hover {
  background-color: #333;
}
/* line 1898, ../sass/screen.scss */
div#mc_embed_signup label {
  font-weight: bold;
}

/* line 1904, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block {
  background-image: linear-gradient(#000, #555);
  box-sizing: border-box;
  padding: 0.5em 1em 1em 1em;
  margin: 0 auto 1em;
  color: white;
  font-size: 1.15em;
  font-weight: initial;
  display: block;
  border-radius: 10px;
  position: relative;
}
/* line 1917, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .statusNotAuth h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}
/* line 1922, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .statusNotAuth p {
  margin: 0.25em 0 1em 0;
}
/* line 1927, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .buttons {
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 0.9em;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
/* line 1936, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .buttons span.createAccountWrapper {
  margin: 0;
  margin-right: 0.5em;
}
/* line 1941, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .buttons a {
  margin: 0;
  padding: 0.5em;
  background-color: #ccc;
  color: red;
  border-radius: 1em;
  box-shadow: 2px 4px 5px black;
  display: block;
}
/* line 1951, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .buttons a:after {
  content: " \00bb";
}
/* line 1955, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block .buttons a:hover {
  color: #444;
}

/* line 1965, ../sass/screen.scss */
.classified-fields-content a {
  color: #000;
}
/* line 1969, ../sass/screen.scss */
.classified-fields-content a:hover {
  color: #ff0000;
}

/* line 1975, ../sass/screen.scss */
.classified-buttons button {
  padding: 1px 6px;
  font-family: 'sans-serif';
  font-family: sans-serif;
  font-size: 100%;
  height: auto;
  line-height: normal;
  -webkit-appearance: button;
  display: inline-block;
  border-width: 2px;
  background: #e6e6e6;
  box-shadow: none;
  color: #000;
  border-color: #e6e6e6;
}
/* line 1991, ../sass/screen.scss */
.classified-buttons a {
  color: #000;
}
/* line 1995, ../sass/screen.scss */
.classified-buttons a:hover {
  color: #ff0000;
}

/* line 2002, ../sass/screen.scss */
.amgee-classified-results .view-filters .js-form-item {
  margin: 0px;
}
/* line 2005, ../sass/screen.scss */
.amgee-classified-results .view-filters .js-form-item label {
  font-family: "Merriweather", serif;
  font-weight: bold;
}
/* line 2011, ../sass/screen.scss */
.amgee-classified-results .view-filters .form-actions {
  margin: 0px;
}
/* line 2017, ../sass/screen.scss */
.amgee-classified-results .view-content.view-rows {
  border: 1px solid #ccc;
  border-width: 1px 0;
  column-count: 4;
  column-gap: 5%;
  column-width: 210px;
  padding-bottom: 1em;
  margin-top: 5px;
}
/* line 2027, ../sass/screen.scss */
.amgee-classified-results .views-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
/* line 2033, ../sass/screen.scss */
.amgee-classified-results .views-row h2 {
  margin: 1em 0 0 0;
  font-size: 1.25em;
}
/* line 2038, ../sass/screen.scss */
.amgee-classified-results .views-row .views-field.views-field-field-image {
  width: initial;
}
/* line 2043, ../sass/screen.scss */
.amgee-classified-results .views-row .views-field.views-field-body p {
  margin-bottom: 0px;
}
/* line 2049, ../sass/screen.scss */
.amgee-classified-results a {
  color: #000;
}
/* line 2053, ../sass/screen.scss */
.amgee-classified-results a:hover {
  color: #ff0000;
}

/* line 2059, ../sass/screen.scss */
.view-business-listings[class*='block_1'] .view-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 2065, ../sass/screen.scss */
.view-business-listings .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 2066, ../sass/screen.scss */
.view-business-listings .view-content a {
  color: #000;
}
/* line 2070, ../sass/screen.scss */
.view-business-listings .view-content a:hover {
  color: #ff0000;
}
/* line 2078, ../sass/screen.scss */
.view-business-listings .view-content li,
.view-business-listings .view-content .views-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  width: 45%;
  min-width: 300px;
}
/* line 2085, ../sass/screen.scss */
.view-business-listings .view-content li > .views-field,
.view-business-listings .view-content .views-row > .views-field {
  margin-bottom: 10px;
}
/* line 2089, ../sass/screen.scss */
.view-business-listings .view-content li p,
.view-business-listings .view-content .views-row p {
  margin-bottom: 0px;
}
/* line 2093, ../sass/screen.scss */
.view-business-listings .view-content li h2,
.view-business-listings .view-content .views-row h2 {
  margin: 0.83em 0;
}
/* line 2097, ../sass/screen.scss */
.view-business-listings .view-content li .group-left,
.view-business-listings .view-content .views-row .group-left {
  float: left;
  width: 50%;
  word-wrap: break-word;
}
/* line 2102, ../sass/screen.scss */
.view-business-listings .view-content li .group-left .fa-envelope:before,
.view-business-listings .view-content .views-row .group-left .fa-envelope:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
}
/* line 2107, ../sass/screen.scss */
.view-business-listings .view-content li .group-left .fa-map-pin:before,
.view-business-listings .view-content .views-row .group-left .fa-map-pin:before {
  content: "\f276";
  font-family: 'FontAwesome';
}
/* line 2112, ../sass/screen.scss */
.view-business-listings .view-content li .group-left .fa-external-link-alt:before,
.view-business-listings .view-content .views-row .group-left .fa-external-link-alt:before {
  content: "\f35d";
  font-family: 'FontAwesome';
}
/* line 2117, ../sass/screen.scss */
.view-business-listings .view-content li .group-left .fa-phone:before,
.view-business-listings .view-content .views-row .group-left .fa-phone:before {
  content: "\f095";
  font-family: 'FontAwesome';
}
/* line 2122, ../sass/screen.scss */
.view-business-listings .view-content li .group-left .fa-map:before,
.view-business-listings .view-content .views-row .group-left .fa-map:before {
  content: "\f279";
  font-family: 'FontAwesome';
}
/* line 2127, ../sass/screen.scss */
.view-business-listings .view-content li .group-left i,
.view-business-listings .view-content .views-row .group-left i {
  width: 20px;
  min-width: 20px;
  display: inline-block;
  clear: both;
}
/* line 2134, ../sass/screen.scss */
.view-business-listings .view-content li .group-left i.fas.fa-envelope + a,
.view-business-listings .view-content .views-row .group-left i.fas.fa-envelope + a {
  font-size: 0px;
}
/* line 2138, ../sass/screen.scss */
.view-business-listings .view-content li .group-left i.fas.fa-envelope + a:before,
.view-business-listings .view-content .views-row .group-left i.fas.fa-envelope + a:before {
  content: 'eMail';
  font-size: 15px;
}
/* line 2143, ../sass/screen.scss */
.view-business-listings .view-content li .group-left i.fa.fa-external-link + a,
.view-business-listings .view-content .views-row .group-left i.fa.fa-external-link + a {
  font-size: 0px;
}
/* line 2147, ../sass/screen.scss */
.view-business-listings .view-content li .group-left i.fa.fa-external-link + a:before,
.view-business-listings .view-content .views-row .group-left i.fa.fa-external-link + a:before {
  content: 'Website';
  font-size: 14px;
}
/* line 2154, ../sass/screen.scss */
.view-business-listings .view-content li .group-right,
.view-business-listings .view-content .views-row .group-right {
  float: right;
  width: 50%;
}
/* line 2159, ../sass/screen.scss */
.view-business-listings .view-content li .group-footer,
.view-business-listings .view-content .views-row .group-footer {
  clear: both;
}

/* line 2171, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-row {
  margin-bottom: 0px;
}
/* line 2175, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 {
  width: 100% !important;
  max-width: 100%;
  flex-basis: 100%;
  padding-top: 0.5em;
}
/* line 2181, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 > div:nth-child(n+2) {
  margin: 0px 1em;
}
/* line 2185, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 .views-field.views-field-field-image {
  text-align: center;
}
/* line 2189, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 .views-field.views-field-title a {
  font-size: 2.0em;
  line-height: 1.25em;
  letter-spacing: -1px;
  padding-bottom: 0.5em;
  font-family: "Merriweather", serif;
  font-weight: bold;
  display: block;
}
/* line 2199, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 a {
  color: #000;
}
/* line 2203, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 a:hover {
  color: #ff0000;
}
/* line 2207, ../sass/screen.scss */
.homepage-oneimage-css .view-content.view-rows .views-col.col-1 .views-field.views-field-body p {
  margin-bottom: 0px;
}

/* line 2216, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row {
  justify-content: space-between;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
/* line 2222, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row .views-col {
  padding: 0px;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  flex-basis: 24%;
  max-width: 24%;
  padding-bottom: 0.5em;
  text-align: center;
}
/* line 2233, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row .views-col .views-field.views-field-title {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  font-family: 'Merriweather', serif;
}
/* line 2240, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row .views-col a {
  color: #000;
}
/* line 2244, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row .views-col a:hover {
  color: #ff0000;
}

/* line 2252, ../sass/screen.scss */
.block-views-css-class--article-two-blocklayout h2 {
  font-size: 2em;
}

/* line 2257, ../sass/screen.scss */
.article-two-blocklayout a {
  color: #000;
}
/* line 2261, ../sass/screen.scss */
.article-two-blocklayout a:hover {
  color: #ff0000;
}
/* line 2265, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2270, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  width: 48%;
  margin-right: 2%;
}
/* line 2279, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows .views-row .views-field.views-field-title {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 2286, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows .views-row .views-field.views-field-field-calendar-date {
  padding-bottom: 1em;
}
/* line 2291, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows .views-row .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
  width: 45%;
}
/* line 2299, ../sass/screen.scss */
.article-two-blocklayout .view-content.view-rows .views-row .views-field.views-field-body {
  margin-bottom: 2em;
}

/* line 2312, ../sass/screen.scss */
.main-pets-sidebarblock {
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}
/* line 2313, ../sass/screen.scss */
.main-pets-sidebarblock a {
  color: #000;
}
/* line 2317, ../sass/screen.scss */
.main-pets-sidebarblock a:hover {
  color: #ff0000;
}
/* line 2325, ../sass/screen.scss */
.main-pets-sidebarblock .view-header {
  margin: 0px 15px;
}
/* line 2328, ../sass/screen.scss */
.main-pets-sidebarblock .view-header h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}
/* line 2334, ../sass/screen.scss */
.main-pets-sidebarblock .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  margin: 0px 20px;
}
/* line 2341, ../sass/screen.scss */
.main-pets-sidebarblock .views-row .node {
  padding: 0px;
  margin: 0px 0px 10px;
  background: transparent;
  box-shadow: none;
}
/* line 2348, ../sass/screen.scss */
.main-pets-sidebarblock .views-row .node .field.field-node--node-title h2 {
  font-size: 1.17em;
  margin: 1em 0;
}
/* line 2354, ../sass/screen.scss */
.main-pets-sidebarblock .views-row .node .field:last-child {
  margin-bottom: 0px;
}

/* line 2362, ../sass/screen.scss */
.main-pets-content-block-text .views-row {
  padding: 0px 10px;
  margin-bottom: 0px;
}
/* line 2366, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  width: 48% !important;
  margin-right: 2%;
  max-width: 48%;
}
/* line 2376, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col a {
  color: #000;
}
/* line 2381, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col a:hover {
  color: #ff0000;
}
/* line 2385, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col .views-field.views-field-body {
  margin-bottom: 2em;
}
/* line 2389, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
  width: 45%;
}
/* line 2396, ../sass/screen.scss */
.main-pets-content-block-text .views-row .views-col span.views-field.views-field-title {
  font-size: 1.5em;
  margin: 0;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  display: block;
  padding: 0 0 1em;
}

/* line 2408, ../sass/screen.scss */
div#block-2ndpopupforsite .amgeeAdImageWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 1% 10%;
  display: flex;
  filter: drop-shadow(3px 3px 10px black);
  animation-name: stickyslide;
  animation-duration: 3s;
  background-image: linear-gradient(#000, #555);
  font-family: 'Roboto',san-serif;
  font-weight: normal;
}

/* line 2424, ../sass/screen.scss */
.amgeeMarketingButtonWrap {
  width: 100px;
  position: absolute;
  top: 135px;
  left: 11%;
}

/* line 2430, ../sass/screen.scss */
div#block-2ndpopupforsite .amgeeAdImageWrap .amgeeMarketingButtonWrap input {
  color: white !important;
  background-color: #b51515 !important;
  height: 2.5em;
  font-weight: bold !important;
  border-radius: 25px;
  border: 0px;
  padding: 0 15px;
  box-shadow: 2px 4px 5px black;
  margin-bottom: 5px;
  font-family: 'Roboto',san-serif;
  font-weight: normal;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 100%;
  line-height: normal;
}

/* line 2448, ../sass/screen.scss */
div#block-2ndpopupforsite .amgeeAdImageWrap > p {
  margin-bottom: 0px;
  line-height: 100%;
}

/* line 2453, ../sass/screen.scss */
div#block-2ndpopupforsite .amgeeAdImageWrap img {
  height: 250px;
  width: 300px;
}

/* line 2458, ../sass/screen.scss */
.pr-header nav#block-mainmenu {
  margin-bottom: 20px;
}

/* line 2461, ../sass/screen.scss */
div#block-adbillboardleaderboard01 .field {
  margin: 0px;
}

/* line 2465, ../sass/screen.scss */
div#block-adsheadcodeblock {
  margin: 0px;
}

/* line 2469, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters {
  background: white;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
  border-bottom: none;
}

/* line 2477, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content {
  background: white;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
  border-top: none;
}

/* line 2485, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters .form--inline .fieldset-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 0.5em 0.5em;
  margin: 0;
  width: auto;
}

/* line 2495, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters .form--inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: rgba(191, 191, 191, 0.5);
}

/* line 2502, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters .form--inline .form-actions input {
  background: #E3F2FD;
  margin-top: 0.4em;
  margin-bottom: 0px;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
  border-color: #000;
  color: #000;
  cursor: pointer;
}

/* line 2514, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item:nth-child(odd) {
  background-color: rgba(191, 191, 191, 0.25);
}

/* line 2518, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item:nth-child(even) {
  background-color: rgba(191, 191, 191, 0.5);
  text-align: left;
  font-weight: bold;
  padding: 0.5em 0 0.5em 2.0em;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 2px 0;
}

/* line 2529, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item .node {
  padding: 0px;
  background: transparent;
  margin: 0px 0px 10px;
  box-shadow: none;
  font-weight: bold;
  color: #000;
}

/* line 2538, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item {
  padding: 0.5em 0 0.5em 2.0em;
}

/* line 2542, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item .node .group-left {
  width: 30%;
}

/* line 2546, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item .node .group-right {
  width: 70%;
}

/* line 2550, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item .node a {
  color: #000;
}

/* line 2554, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-content li.item-list__item .field {
  margin: 0px;
}

/* line 2558, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-sports .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3 {
  border-top: none !important;
}

/* line 2562, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-sports .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3 .view-header h1:empty {
  margin: 0px;
}

/* line 2566, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-sports ~ .layout__region.Navlayout__region--feature_right {
  padding: 0px 20px;
}

/* line 2570, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters form fieldset label {
  display: none;
}

/* line 2573, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters form fieldset {
  margin-top: 1.6em;
}

/* line 2577, ../sass/screen.scss */
.block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-1 {
  max-width: 33%;
}

/* line 2581, ../sass/screen.scss */
.block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2 {
  width: 65% !important;
  max-width: 0px !important;
  max-width: inherit !important;
  margin: 0px;
}

/* line 2588, ../sass/screen.scss */
.block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2 .block-config-provider--block-content {
  width: 49%;
}

/* line 2592, ../sass/screen.scss */
.block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2 .block-config-provider--block-content .block__inner {
  margin: 0px 20%;
}

/* line 2596, ../sass/screen.scss */
.block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-1 h2 {
  font-size: 2em;
}

/* line 2599, ../sass/screen.scss */
div.view-amgee-publish-eedition-other .field-content a.cover_page img {
  width: 120px;
  aspect-ratio: auto 120 / 167;
}

@media screen and (max-width: 960px) {
  /* line 2607, ../sass/screen.scss */
  body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
    position: relative;
    padding-top: 50px;
  }
  /* line 2612, ../sass/screen.scss */
  body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-1:before {
    left: 0px;
  }
  /* line 2616, ../sass/screen.scss */
  body.path-business-directory .l-arc--3.l-ac--1-2-3 .atl__lc.lc-2 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1049px) {
  /* line 2624, ../sass/screen.scss */
  .path-calendar div#rid-content, .path-calendar div#rid-sidebar-first {
    width: 100%;
    margin: 0px;
  }

  /* line 2628, ../sass/screen.scss */
  .path-calendar div#rid-sidebar-first {
    margin-top: 15px;
  }

  /* line 2631, ../sass/screen.scss */
  .path-calendar div#rid-sidebar-first div#block-realestateshowcaseblock-2 {
    text-align: center;
  }

  /* line 2635, ../sass/screen.scss */
  div#block-footermenuboothbay .atl.atl--onecol > div, div#block-footermenuboothbay .atl.atl--onecol > div > div {
    margin: 0px;
    padding: 0px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1049px) {
  /* line 2647, ../sass/screen.scss */
  table {
    max-width: 700px;
  }

  /* line 2651, ../sass/screen.scss */
  div#leaderboard {
    font-size: 81.3%;
  }

  /* line 2656, ../sass/screen.scss */
  div#leaderboard .block__content.block-search__content form {
    width: 371.6px;
    min-width: 371px;
    max-width: 100%;
  }
  /* line 2664, ../sass/screen.scss */
  div#leaderboard .atl__lc.lc-2 nav .block__content.block-menu__content {
    width: 375px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 2675, ../sass/screen.scss */
  .block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-1,
  .block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2,
  .block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2 .block-config-provider--block-content {
    width: 100% !important;
    max-width: 100%;
  }

  /* line 2681, ../sass/screen.scss */
  .block-plugin-id--mini-layout-eedition-block .block__content .atl--twocol-4-8 .atl__lr.atl__cw .atl__lc.lc-2 .block-config-provider--block-content .block__inner {
    margin: 0px;
    padding: 0px 15px;
  }

  /* line 2685, ../sass/screen.scss */
  body.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-left,
  body.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .calendar-label {
    padding-left: 15px;
  }

  /* line 2689, ../sass/screen.scss */
  .path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-right {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 2693, ../sass/screen.scss */
  .path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters form fieldset {
    margin-bottom: 0px;
  }

  /* line 2696, ../sass/screen.scss */
  .path-calendar .calendar-date.view.view-calendar.view-id-calendar .view-filters form fieldset .js-form-item {
    margin-bottom: 10px;
  }

  /* line 2703, ../sass/screen.scss */
  .homepage-oneimage-css .view-content.view-rows .views-row {
    padding: 0 0.625em;
  }

  /* line 2713, ../sass/screen.scss */
  .hoempage-4image-css .views-view-grid.horizontal .views-row {
    padding: 0 0.625em;
  }
  /* line 2716, ../sass/screen.scss */
  .hoempage-4image-css .views-view-grid.horizontal .views-row .views-col {
    flex-basis: 49%;
    max-width: 49%;
  }

  /* line 2728, ../sass/screen.scss */
  table.responsive-table-mobile {
    max-width: 100%;
  }
  /* line 2731, ../sass/screen.scss */
  table.responsive-table-mobile tr {
    display: flex;
    flex-direction: column;
    height: inherit !important;
  }
  /* line 2737, ../sass/screen.scss */
  table.responsive-table-mobile td {
    height: inherit !important;
    width: 100% !important;
    max-width: 100%;
  }

  /* line 2747, ../sass/screen.scss */
  div#leaderboard ul.menu {
    display: none;
  }
  /* line 2751, ../sass/screen.scss */
  div#leaderboard ul.partner-sites {
    display: none;
  }
  /* line 2757, ../sass/screen.scss */
  div#leaderboard .block__content.block-search__content form {
    width: 40px;
    border: none;
    height: 40px;
  }
  /* line 2763, ../sass/screen.scss */
  div#leaderboard .block__content.block-search__content form > .js-form-item {
    display: none;
  }
  /* line 2770, ../sass/screen.scss */
  div#leaderboard .block__content.block-search__content form .form-actions {
    width: 100%;
  }
  /* line 2774, ../sass/screen.scss */
  div#leaderboard .atl__lc.lc-2 {
    position: absolute;
    top: 50%;
    width: 60px;
    right: 10px;
    transform: translateY(-50%);
  }
  /* line 2782, ../sass/screen.scss */
  div#leaderboard .atl__lr.atl__cw {
    position: relative;
  }
  /* line 2786, ../sass/screen.scss */
  div#leaderboard .atl__lc.lc-1 {
    width: calc(100% - 120px);
    margin: 0px auto;
  }
  /* line 2791, ../sass/screen.scss */
  div#leaderboard .block__content.block-branding__content.site-branding {
    justify-content: center;
  }
  /* line 2795, ../sass/screen.scss */
  div#leaderboard a.site-branding__logo-link {
    padding-right: 0px;
  }

  /* line 2801, ../sass/screen.scss */
  .pr-header {
    display: none;
  }

  /* line 2807, ../sass/screen.scss */
  .user-logged-in #sm_menu_ham {
    top: 50px;
    position: absolute;
  }

  /* line 2814, ../sass/screen.scss */
  .pr-header nav#block-mainmenu li.menu-item.mobile-menu-visible {
    display: block;
  }

  /* line 2819, ../sass/screen.scss */
  #sm_menu_ham {
    display: block;
    right: inherit;
    left: 15px;
  }

  /* line 2825, ../sass/screen.scss */
  .sm_menu_outer {
    display: block;
  }

  /* line 2829, ../sass/screen.scss */
  .sm_menu_outer:empty {
    display: none;
  }

  /* line 2833, ../sass/screen.scss */
  #sm_menu_ham:empty {
    display: none;
  }

  /* line 2837, ../sass/screen.scss */
  div#sm_menu_ham.open ~ div#sm_menu_ham {
    display: none;
  }

  /* line 2842, ../sass/screen.scss */
  .user-logged-in .sm_menu_outer.active {
    top: 90px;
  }

  /* line 2850, ../sass/screen.scss */
  .sm_menu_outer .mobile_menu li {
    border-image: auto;
    border: solid 1px #fff;
  }

  /* line 2867, ../sass/screen.scss */
  .sm_menu_outer .mobile_menu a {
    font-family: "Roboto", san-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 2873, ../sass/screen.scss */
  .sm_menu_outer .mobile_menu span {
    font-family: "Roboto", san-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }

  /* line 2880, ../sass/screen.scss */
  .sm_menu_outer .mobile_menu a:hover,
  .sm_menu_outer .mobile_menu span:hover {
    color: #ff0000;
  }

  /* line 2885, ../sass/screen.scss */
  #sm_menu_ham span {
    height: 4px;
    width: 40px;
    background-color: #000;
  }
}
@media only screen and (min-width: 625px) and (max-width: 736px) {
  /* line 2895, ../sass/screen.scss */
  .dialog-off-canvas-main-canvas .page {
    width: 100%;
  }

  /* line 2900, ../sass/screen.scss */
  footer#footer .layout--fourcol-section > .layout__region {
    width: 46%;
  }
}
@media only screen and (max-width: 624px) {
  /* line 2913, ../sass/screen.scss */
  .main-pets-content-block-text .views-row .views-col {
    max-width: 100%;
    width: 100% !important;
  }

  /* line 2925, ../sass/screen.scss */
  .article-two-blocklayout .view-content.view-rows .views-row {
    width: 100%;
  }

  /* line 2941, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='obituaries-homepage'],
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='Spotlight-homepage'],
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='galleries-homepage'] {
    width: 100%;
  }

  /* line 2956, ../sass/screen.scss */
  .home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }

  /* line 2972, ../sass/screen.scss */
  .mid-block-layout-section-links .view-content.view-rows .cols-2 .views-row .views-col,
  .talk-mid-block-css .view-content.view-rows .cols-2 .views-row .views-col {
    width: 100% !important;
    max-width: 100%;
  }

  /* line 2990, ../sass/screen.scss */
  .news-block .view-content.view-rows ul li.item-list__item .views-field.views-field-field-image {
    float: inherit;
    margin: 0 0 0.5em 0em;
    clear: both;
  }

  /* line 3002, ../sass/screen.scss */
  body {
    font-size: 100%;
  }

  /* line 3006, ../sass/screen.scss */
  .dialog-off-canvas-main-canvas .page {
    width: 100%;
  }

  /* line 3011, ../sass/screen.scss */
  footer#footer .layout--fourcol-section > .layout__region {
    width: 100%;
  }

  /* line 3019, ../sass/screen.scss */
  .view-main-street-shop .view-content.view-rows ul li.item-list__item {
    width: 100%;
  }

  /* line 3031, ../sass/screen.scss */
  .view-galleries .view-content.view-rows .views-row .views-col {
    width: 100% !important;
    max-width: 100%;
  }
}
/* line 3044, ../sass/screen.scss */
form#search-block-form ::placeholder {
  font-size: 14px;
  color: #797979;
  font-style: italic;
}

/* line 3050, ../sass/screen.scss */
.user-logged-in li#login-menu {
  display: none;
}

/* line 3054, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2,
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3,
.path-search.path-search-node div#rid-sidebar-first {
  max-width: 300px;
  padding: 0px;
  width: 300px;
}

/* line 3062, ../sass/screen.scss */
.amgeeAdWrap .amgeeMarketingContentWrap h3 {
  font-size: 2rem;
  margin: 0.25em 0;
}

/* line 3067, ../sass/screen.scss */
.amgeeMarketingContentWrap p {
  font-size: 1.31rem;
}

/* line 3071, ../sass/screen.scss */
.amgeeMarketingContentWrap p:last-child {
  display: flex;
  position: relative;
  margin-bottom: 0px;
}

/* line 3077, ../sass/screen.scss */
button#closeButton {
  position: absolute;
  right: 0;
}

/* line 3082, ../sass/screen.scss */
.amgeeMarketingSignUp,
button#closeButton {
  background: #ccc !important;
  color: red !important;
  font-size: 21px;
}

/* line 3089, ../sass/screen.scss */
button#subscribeButton {
  margin-right: 5px;
}

/* line 3093, ../sass/screen.scss */
.amgeeMarketingSignUp:hover,
button#closeButton:hover,
.block-plugin-id--field-block-nodeamgee-classifiedfield-group-audience.has-title a,
.block-plugin-id--field-block-nodeamgee-classifiedamgee-classified-category a,
.business-contenttype-page .view-footer a,
article.contextual-region.node.node--type-video.node--view-mode-full .atl__lc.lc-1 a,
article.contextual-region.node--type-business a {
  color: #000 !important;
}

/* line 3103, ../sass/screen.scss */
div#popup .amgeeAdWrap {
  display: revert !important;
}

/* line 3107, ../sass/screen.scss */
article.node.node--id-250001 .atl__lc.lc-1 {
  max-width: 880px;
  width: 100%;
}

/* line 3112, ../sass/screen.scss */
article.node.node--id-250001 .atl__lc.lc-1 img {
  max-width: 800px;
  width: 100%;
}

/* line 3117, ../sass/screen.scss */
article.node.node--id-250001 .atl__lc.lc-1 {
  border-top: 1px solid #ccc;
}

/* line 3121, ../sass/screen.scss */
article.node.node--id-250001 .bp--at-core-simple-wide .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:first-child {
  width: 59%;
}

/* line 3129, ../sass/screen.scss */
ul.partner-sites {
  padding-left: 8px;
  margin-top: -9px !important;
}

/* line 3135, ../sass/screen.scss */
div#rm-content ul.menu {
  display: flex;
}

/* line 3139, ../sass/screen.scss */
article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody,
.node--type-affiliate-post .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postbody {
  width: 68%;
  float: left;
}

/* line 3145, ../sass/screen.scss */
article.contextual-region.node--type-article .atl__lc.lc-2,
.node--type-affiliate-post .atl__lc.lc-2 {
  max-width: 318px;
}

/* line 3150, ../sass/screen.scss */
article.contextual-region.node--type-article .atl__lc.lc-1,
.node--type-affiliate-post .atl__lc.lc-1 {
  width: 78%;
}

/* line 3155, ../sass/screen.scss */
article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-image,
.node--type-affiliate-post .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-image {
  display: inline-block;
  width: 350px;
  margin-left: 18px;
  min-height: 400px;
}

/* line 3173, ../sass/screen.scss */
article.contextual-region.node--type-article .item-list ul li.item-list__item p span {
  font-family: "Roboto", san-serif;
  font-weight: normal;
}

/* line 3178, ../sass/screen.scss */
article.contextual-region.node--type-article .item-list ul li.item-list__item p {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* line 3184, ../sass/screen.scss */
article.contextual-region.node--type-article .views-element-container.block-plugin-id--views-block-most-popular-block-3 {
  float: right;
  width: 100%;
  max-width: 420px;
}

/* line 3191, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc {
  width: 49%;
  max-width: 49%;
}

/* line 3196, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 {
  margin: 0 auto 2em;
  padding: 0.5em 0 0;
}

/* line 3201, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc .amgee_affiliate_ad {
  text-align: center;
  margin: 0px auto;
}

/* line 3206, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3211, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links li.item-list__item > div > .field-content {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* line 3221, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links li.item-list__item > div {
  width: 100%;
}

/* line 3225, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links li.item-list__item > div > .field-content span.most-popular-total-count {
  order: 2;
}

/* line 3229, ../sass/screen.scss */
div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links li.item-list__item > div > .field-content > p {
  order: 1;
  order: 1;
  margin: 0;
  font-size: 1.0em;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

/* line 3238, ../sass/screen.scss */
.block-config-provider--addtoany.block-plugin-id--addtoany-block {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 11;
}

/* line 3245, ../sass/screen.scss */
.block-config-provider--addtoany.block-plugin-id--addtoany-block span.a2a_kit.a2a_kit_size_32.addtoany_list {
  display: flex;
  flex-direction: column;
}

/* line 3250, ../sass/screen.scss */
.block-config-provider--addtoany.block-plugin-id--addtoany-block .block__content {
  margin: 0px 10px;
}

/* line 3254, ../sass/screen.scss */
article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-image .field-type-image__item img {
  width: 100%;
}

/* line 3258, ../sass/screen.scss */
.page-top-section-block-2-image .views-field-title a {
  color: #000;
  line-height: 21px;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  font-size: 14px;
}

/* line 3266, ../sass/screen.scss */
.page-top-section-block-2-image img {
  object-fit: cover;
  height: 200px;
  width: 267px;
}

/* line 3272, ../sass/screen.scss */
.page-top-section-block-1-image.contextual-region img {
  object-fit: cover;
  height: 430px;
  width: 570px;
}

/* line 3278, ../sass/screen.scss */
.page-top-section-block-2-image.contextual-region .views-row,
.block-plugin-id--mini-layout-top-section-for-news .views-row,
.block-plugin-id--mini-layout-top-section-for-sports .views-row,
.block-plugin-id--mini-layout-top-section-for-work .views-row,
.page-top-section-block-2-image.contextual-region .views-row,
.block-plugin-id--mini-layout-top-section-for-life .views-row,
.block-plugin-id--mini-layout-top-section-for-culture .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}

/* line 3290, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-1,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-1,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-1,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-1,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-1,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-3 {
  width: 25%;
  text-align: center;
}

/* line 3305, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-2,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-2,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-2,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-2 {
  width: 50%;
  text-align: center;
}

/* line 3314, ../sass/screen.scss */
form#views-exposed-form-amgee-classified-2018-active-block-1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}

/* line 3321, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-2 .views-field-title a,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-2 .views-field-title a,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2 .views-field-title a,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-2 .views-field-title a,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-2 .views-field-title a {
  font-size: 2.0em;
  line-height: 1.25em;
  font-family: 'Merriweather', serif;
  color: #000;
  letter-spacing: -1px;
  padding-bottom: 0.5em;
}

/* line 3334, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3,
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3 {
  border-top: 2px solid #ccc;
}

/* line 3342, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-article-page-mini,
article.contextual-region.node--type-affiliate-post.node--view-mode-full .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-calendar-date,
.block-plugin-id--field-block-nodearticlefield-address {
  display: inline-block;
  width: 100%;
}

/* line 3349, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-news a:hover,
.block-plugin-id--mini-layout-top-section-for-sports a:hover,
.block-plugin-id--mini-layout-top-section-for-work a:hover,
.block-plugin-id--mini-layout-top-section-for-life a:hover,
.block-plugin-id--mini-layout-top-section-for-culture a:hover,
.path-search.path-search-node .search-result a:hover,
.block-plugin-id--field-block-nodemok-display-classifiedtitle a:hover,
.block-plugin-id--field-block-nodeamgee-classifiedfield-group-audience.has-title a:hover,
.block-plugin-id--field-block-nodeamgee-classifiedamgee-classified-category a:hover,
.business-contenttype-page a:hover,
article.contextual-region.node.node--type-video.node--view-mode-full .atl__lc.lc-1 a:hover,
article.contextual-region.node--type-business a:hover {
  color: #ff0000 !important;
}

/* line 3364, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-2 .field-content,
.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-2 .field-content,
.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2 .field-content,
.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-2 .field-content,
.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-2 .field-content {
  border-top: 1px solid #dfdfdf;
  padding: 0.5em 5px;
}

/* line 3373, ../sass/screen.scss */
.block-plugin-id--views-block-home-river-main-street-buzz-block .views-field.views-field-field-image {
  width: 100px;
}

/* line 3377, ../sass/screen.scss */
.block-plugin-id--field-block-nodearticlefield-byline .field__item:before {
  content: 'By ';
}

/* line 3381, ../sass/screen.scss */
.atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds {
  max-width: 300px;
}

/* line 3385, ../sass/screen.scss */
.atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--header_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 79%;
  flex: 0 1 79%;
}

/* line 3391, ../sass/screen.scss */
.atl.atl--three-six-three-layout.layout.layout--three-six-three,
.path-search.path-search-node .l-rw.regions.container.pr-main__rw.arc--2.hr--2-3 {
  justify-content: space-between;
}

/* line 3396, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw .atl__lc.lc-2 span.field-content,
.block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw .atl__lc.lc-2 span.field-content,
.block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw .atl__lc.lc-2 span.field-content,
.block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw .atl__lc.lc-2 span.field-content,
.block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw .atl__lc.lc-2span.field-content {
  border: none;
}

/* line 3404, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw .atl__lc.lc-2 img,
.block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw .atl__lc.lc-2 img,
.block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw .atl__lc.lc-2 img,
.block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw .atl__lc.lc-2 img,
.block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw .atl__lc.lc-2img {
  width: 100%;
  height: 430px;
}

/* line 3413, ../sass/screen.scss */
.contextual-region.view.view-amgee-classified-product-commerce-list table th {
  font-weight: bold;
  color: #000;
}

/* line 3418, ../sass/screen.scss */
.classified-page-footer-content {
  font-style: italic;
}

/* line 3422, ../sass/screen.scss */
.path-search.path-search-node .search-result a {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

/* line 3428, ../sass/screen.scss */
.path-search.path-search-node li.search-results__item {
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding-top: 0.2em;
}

/* line 3434, ../sass/screen.scss */
.path-search.path-search-node div#rid-content {
  width: 78%;
}

/* line 3438, ../sass/screen.scss */
h1.navbar-title {
  margin-bottom: 0;
}

/* line 3442, ../sass/screen.scss */
.path-search.path-search-node div#rid-content .form-type-search {
  width: 34%;
}

/* line 3446, ../sass/screen.scss */
.search-basic,
.path-search.path-search-node div#rid-content .form-type-search {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

/* line 3453, ../sass/screen.scss */
.path-search.path-search-node div#rid-content .search-basic label,
.block-plugin-id--field-block-nodemok-display-classifiedtitle a {
  font-weight: 700;
}

/* line 3458, ../sass/screen.scss */
.path-search.path-search-node div#rid-content .search-results {
  padding: 1rem 0px;
}

/* line 3462, ../sass/screen.scss */
.path-search.path-search-node div#rid-content h2 {
  margin-top: 20px;
}

/* line 3466, ../sass/screen.scss */
article.contextual-region.node.node--type-mok-display-classified.node--view-mode-full h1.node__title a,
.block-plugin-id--field-block-nodemok-display-classifiedtitle a {
  color: #000;
  font-family: 'Merriweather';
}

/* line 3472, ../sass/screen.scss */
article.contextual-region.node.node--type-mok-display-classified.node--view-mode-full h1.node__title a {
  pointer-events: none;
}

/* line 3476, ../sass/screen.scss */
.block-plugin-id--field-block-nodemok-display-classifiedtitle a {
  font-size: 21px;
}

/* line 3480, ../sass/screen.scss */
.block-plugin-id--field-block-nodeamgee-classifiedfield-group-audience.has-title,
.block-plugin-id--field-block-nodeamgee-classifiedamgee-classified-category {
  display: inline-block;
  margin-right: 10px;
}

/* line 3486, ../sass/screen.scss */
.block-plugin-id--field-block-nodeamgee-classifiedfield-group-audience.has-title .block__inner,
.block-plugin-id--field-block-nodeamgee-classifiedamgee-classified-category .block__inner .field-name-amgee-classified-category {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* line 3493, ../sass/screen.scss */
.field.field-node-field-group-audience.field-entity-reference-type-group.field-formatter-entity-reference-label.field-name-field-group-audience.field-type-entity-reference.field-label-hidden {
  margin-bottom: 0px;
}

/* line 3497, ../sass/screen.scss */
.business-contenttype-page ul {
  display: grid;
  grid-template-columns: auto auto auto;
}

/* line 3502, ../sass/screen.scss */
.business-contenttype-page .view-footer {
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

/* line 3508, ../sass/screen.scss */
.block-views-css-class--business-contenttype-page.block.block-config-provider--views.block-plugin-id--views-block-business-categories-block-1 {
  border: 1px solid #ccc;
  padding: 10px;
}

/* line 3513, ../sass/screen.scss */
.field.field-node--field-image.field-formatter-image.field-name-field-image.field-type-image.field-label-hidden.has-multiple {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-around;
}

/* line 3520, ../sass/screen.scss */
.field.field-node--field-image.field-formatter-image.field-name-field-image.field-type-image.field-label-hidden.has-multiple img.image-style-thumbnail {
  width: 100%;
}

/* line 3524, ../sass/screen.scss */
.node--type-video .block-plugin-id--field-block-nodevideofield-gallery-video,
.node--type-video .block-plugin-id--field-block-nodevideofield-link,
.node--type-video .block-plugin-id--field-block-nodevideofield-address,
.node--type-video .block-plugin-id--field-block-nodevideofield-contact-email {
  width: 50%;
}

/* line 3531, ../sass/screen.scss */
.node--type-video .block-plugin-id--field-block-nodevideofield-geolocation {
  width: 50%;
  position: absolute;
  top: 0;
  width: auto;
  right: 20px;
}

/* line 3539, ../sass/screen.scss */
.node--type-video.node--view-mode-full .atl__lc.lc-1 {
  position: relative;
}

/* line 3543, ../sass/screen.scss */
.node--type-video .block-plugin-id--field-block-nodevideobody {
  margin-top: 6rem;
}

/* line 3547, ../sass/screen.scss */
.node--type-amgee-classified.node--view-mode-full .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeamgee-classifiedfield-image {
  text-align: center;
}

/* line 3550, ../sass/screen.scss */
.atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--header_left {
  max-width: calc(100% - 320px);
}

/* line 3553, ../sass/screen.scss */
.homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row a {
  font-family: "Merriweather", serif;
}

/* line 3556, ../sass/screen.scss */
body.path-frontpage .homepage-sidebar-block-layout-section-links .view-content.view-rows .views-row a {
  font-family: 'Roboto';
}

/* line 3559, ../sass/screen.scss */
.right-sidebar-block-layout-section-links > .view-footer {
  text-align: right;
}

@media screen and (max-width: 1441px) {
  /* line 3563, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:first-child {
    width: calc(75% - 300px);
  }

  /* line 3567, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lc.lc-1 img {
    max-width: 791px;
  }

  /* line 3571, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody,
  .node--type-affiliate-post .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postbody {
    width: 66%;
  }

  /* line 3576, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-image,
  .node--type-affiliate-post .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-image {
    margin-left: 4px;
  }

  /* line 3581, ../sass/screen.scss */
  article.contextual-region.node--type-affiliate-post .atl__lr.atl__cw,
  article.contextual-region.node--type-affiliate-post .atl__lc.lc-1 {
    width: 100% !important;
  }

  /* line 3586, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--header_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77%;
    flex: 0 1 77%;
  }
}
@media screen and (max-width: 1280px) {
  /* line 3595, ../sass/screen.scss */
  .block-config-provider--addtoany.block-plugin-id--addtoany-block {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 11;
  }

  /* line 3602, ../sass/screen.scss */
  .block-config-provider--addtoany.block-plugin-id--addtoany-block span.a2a_kit.a2a_kit_size_32.addtoany_list {
    display: flex;
    flex-direction: row;
  }

  /* line 3607, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--header_left {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1025px) {
  /* line 3615, ../sass/screen.scss */
  .block-plugin-id--amgee-membership-login-block + .block-plugin-id--block-content-268f0f8f-0650-4028-b499-eee73a00490a {
    text-align: center;
  }

  /* line 3618, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds,
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--header_left {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  /* line 3624, ../sass/screen.scss */
  body.path-frontpage .right-sidebar-block-layout-section-links .view-content.view-rows .views-row {
    width: 100% !important;
  }

  /* line 3627, ../sass/screen.scss */
  article.node.node--id-250001 .atl.atl--threecol-3-6-3 .atl__lr.atl__cw,
  article.node.node--id-250001 .atl__lc.lc-1 {
    display: block !important;
  }

  /* line 3631, ../sass/screen.scss */
  body.path-frontpage article.node.node--id-250001 .atl.atl--threecol-3-6-3 .atl__lr.atl__cw {
    display: flex !important;
  }

  /* line 3634, ../sass/screen.scss */
  body.path-frontpage article.node.node--id-250001 .atl__lc.lc-1 {
    order: -1 !important;
    display: flex !important;
  }

  /* line 3638, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .views-field.views-field-field-image {
    width: auto !important;
  }

  /* line 3641, ../sass/screen.scss */
  body.path-frontpage article.node.node--id-250001 .atl__lc.lc-1 > div {
    width: 100%;
  }

  /* line 3645, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2, article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3 {
    margin-top: 20px;
    max-width: 50%;
    width: 50% !important;
    padding: 0px 10px;
  }

  /* line 3652, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-config-provider--amgee-affiliate-ad,
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3 .block-config-provider--amgee-affiliate-ad {
    text-align: center;
  }

  /* line 3659, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .promotions-blocks-css,
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3 .promotions-blocks-css {
    width: 300px;
    margin: 0px auto;
  }

  /* line 3665, ../sass/screen.scss */
  div[id*='div-gpt-ad-marquee'] {
    margin: 0px auto;
  }

  /* line 3669, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--views-block-sidebar-promotion-2-block,
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3 .block-plugin-id--views-block-sidebar-promotion-2-block {
    width: 300px;
    margin: 0px auto;
  }

  /* line 3675, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-membership-login-block,
  article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-3 .block-plugin-id--amgee-membership-login-block {
    width: 300px;
    margin: 0px auto;
  }

  /* line 3681, ../sass/screen.scss */
  body.path-frontpage article.node.node--id-250001 .atl__lc.lc-1 > div {
    width: 100%;
  }

  /* line 3684, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lc.lc-1,
  .path-search.path-search-node div#rid-content,
  .path-search.path-search-node div#rid-sidebar-first {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* line 3691, ../sass/screen.scss */
  article.node.node--id-250001 .atl__lc.lc-1 img {
    max-width: 800px;
  }

  /* line 3695, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody {
    width: 50%;
  }

  /* line 3699, ../sass/screen.scss */
  article.contextual-region.node--type-article .atl__lc.lc-1 {
    width: 100% !important;
  }

  /* line 3703, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody,
  .node--type-affiliate-post .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postbody {
    width: 64%;
  }
}
@media screen and (max-width: 769px) {
  /* line 3711, ../sass/screen.scss */
  div#rm-content ul.menu {
    display: flex;
  }

  /* line 3715, ../sass/screen.scss */
  .rm-toggle {
    display: none;
  }

  /* line 3719, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody {
    width: 51%;
  }

  /* line 3723, ../sass/screen.scss */
  article.contextual-region.node--type-article .atl__lc.lc-2,
  .node--type-video .block-plugin-id--field-block-nodevideofield-gallery-video,
  .node--type-video .block-plugin-id--field-block-nodevideofield-link,
  .node--type-video .block-plugin-id--field-block-nodevideofield-address,
  .node--type-video .block-plugin-id--field-block-nodevideofield-contact-email {
    width: 100% !important;
    max-width: 100%;
  }

  /* line 3732, ../sass/screen.scss */
  .node--type-video .block-plugin-id--field-block-nodevideofield-geolocation {
    position: initial;
  }

  /* line 3736, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .atl.atl--threecol-4-4-4.l-arc--3.l-ac--1-2-3 .atl__lr.atl__cw {
    display: flex;
  }

  /* line 3740, ../sass/screen.scss */
  .node--type-video .block-plugin-id--field-block-nodevideobody {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  /* line 3747, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-article-page-mini .atl__lr.atl__cw,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw,
  .search-basic,
  .path-search.path-search-node div#rid-content .form-type-search,
  .business-contenttype-page ul {
    display: block;
  }

  /* line 3759, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-1,
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-calendar-date,
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-1,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-1,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-1,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-1 {
    order: 3;
  }

  /* line 3769, ../sass/screen.scss */
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlebody,
  article.contextual-region.node--type-article .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-image,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-1,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-3,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-2,
  div[class*='mini-layout-article-page-mini'] .atl.atl--twocol-6-6 > div.atl__lr.atl__cw > .atl__lc,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-1,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work * div,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life * div,
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture * div,
  .path-search.path-search-node div#rid-content .form-type-search {
    width: 100%;
    max-width: 100%;
  }

  /* line 3784, ../sass/screen.scss */
  article.contextual-region .atl__lc.lc-1,
  .block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw,
  .block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw,
  .block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw,
  .block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw,
  .block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw,
  .block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw {
    display: flex;
    flex-direction: column;
  }

  /* line 3795, ../sass/screen.scss */
  .block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw .atl__lc.lc-2,
  .block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw .atl__lc.lc-2,
  .block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw .atl__lc.lc-2,
  .block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw .atl__lc.lc-2,
  .block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw .atl__lc.lc-2 {
    order: 1;
  }

  /* line 3803, ../sass/screen.scss */
  .block-plugin-id--mini-layout-top-section-for-news .atl__lr.atl__cw .atl__lc.lc-3,
  .block-plugin-id--mini-layout-top-section-for-sports .atl__lr.atl__cw .atl__lc.lc-3,
  .block-plugin-id--mini-layout-top-section-for-work .atl__lr.atl__cw .atl__lc.lc-3,
  .block-plugin-id--mini-layout-top-section-for-life .atl__lr.atl__cw .atl__lc.lc-3,
  .block-plugin-id--mini-layout-top-section-for-culture .atl__lr.atl__cw .atl__lc.lc-3 {
    order: 2;
  }

  /* line 3811, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-image {
    order: 2;
  }

  /* line 3815, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-amgee-core-gallery {
    order: 5;
  }

  /* line 3819, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-geolocation {
    order: 4;
  }

  /* line 3823, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--addtoany.block-plugin-id--addtoany-block {
    order: 1;
  }

  /* line 3827, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodearticlefield-address {
    order: 6;
  }

  /* line 3831, ../sass/screen.scss */
  article.contextual-region .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-article-page-mini {
    order: 7;
  }

  /* line 3835, ../sass/screen.scss */
  .path-search.path-search-node div#rid-sidebar-first {
    padding: 0px 10px;
  }
}
/* line 3840, ../sass/screen.scss */
[id*="field-language-display"] .form-item {
  margin: 0;
  display: none;
}

/* line 3845, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodelanding-pagestitle {
  font-family: "Merriweather", serif;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-bottom: 0.25em;
  font-size: 2em;
}

/* line 3853, ../sass/screen.scss */
.atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 {
  max-width: 300px;
  padding-right: 0px;
  padding-left: 0px;
  width: 300px;
}

/* line 3860, ../sass/screen.scss */
.atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 .atl__lc.lc-2 {
  max-width: 300px;
  padding-right: 0px;
  padding-left: 0px;
}

/* line 3879, ../sass/screen.scss */
body .atl__lr .atl__cw {
  display: flex;
}

/* line 3883, ../sass/screen.scss */
body .atl__lc .lc-1 {
  width: 55% !important;
}

/* line 3887, ../sass/screen.scss */
body .atl__lc .lc-2 {
  width: 60% !important;
}

@media (min-width: 1025px) {
  /* line 3892, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
    width: calc(100% - 600px);
  }

  /* line 3897, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .Spotlight-homepage .views-field.views-field-field-image {
    width: 40%;
  }

  /* line 3901, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-content.view-rows .views-row {
    margin: 0px !important;
  }

  /* line 3905, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .views-field.views-field-field-image {
    width: 100%;
  }
}
/* line 3910, ../sass/screen.scss */
.bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc,
.bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc {
  width: 78% !important;
}

/* line 3915, ../sass/screen.scss */
.bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child,
.bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child {
  width: 22% !important;
}

/* line 3920, ../sass/screen.scss */
body .atl__lc .lc-1 {
  width: 70% !important;
}

/* line 3924, ../sass/screen.scss */
body .atl__lc .lc-2 {
  width: 30% !important;
}

/* line 3928, ../sass/screen.scss */
span.field__item-wrapper a {
  color: #000;
}

/* line 3932, ../sass/screen.scss */
span.field__item-wrapper a:hover {
  color: red;
}

/* line 3936, ../sass/screen.scss */
.atl__lc.lc-1 .views-field.views-field-field-image .field-content {
  text-align: center;
}

@media (min-width: 1240px) {
  /* line 3941, ../sass/screen.scss */
  .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-group-audience {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  /* line 3948, ../sass/screen.scss */
  .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-group-audience {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  /* line 3954, ../sass/screen.scss */
  .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-group-audience {
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 3960, ../sass/screen.scss */
  .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodeaffiliate-postfield-group-audience {
    width: auto;
    float: none;
  }
}
/* sidebar css */
/* line 3969, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Affiliate-Resources-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-resources-block-1.has-title,
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title,
.contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-efe9b890-2a15-41fb-945a-7cd0cee8c614.block--type-basic.block--view-mode-full {
  background-color: #efefef;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  width: 80%;
  margin-bottom: 2em;
}

/* line 3980, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Affiliate-Resources-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-resources-block-1.has-title .block__inner,
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title .block__inner,
.contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-efe9b890-2a15-41fb-945a-7cd0cee8c614.block--type-basic.block--view-mode-full .block__inner {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 3987, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Affiliate-Resources-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-resources-block-1.has-title .block__inner h2,
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title h2,
.contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-efe9b890-2a15-41fb-945a-7cd0cee8c614.block--type-basic.block--view-mode-full h2 {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}

/* line 3995, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Affiliate-Resources-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-resources-block-1.has-title .block__content {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

/* line 4001, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Affiliate-Resources-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-resources-block-1.has-title .block__content a,
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title,
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title p,
.contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-efe9b890-2a15-41fb-945a-7cd0cee8c614.block--type-basic.block--view-mode-full a {
  color: #000;
}

/* line 4008, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--Location-block-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title .node.node--view-mode-taxonomy-teaser.node--id-250023.node--promoted.atl.atl--ds-2col-stacked.ds-2col-stacked.clearfix {
  padding: 0px !important;
  background: transparent;
  box-shadow: none;
}

/* sidebar css end */
/* line 4019, ../sass/screen.scss */
span.photoswipe-gallery.photoswipe-gallery--fallback-wrapper:first-child {
  grid-column: span 2;
}

/* line 4023, ../sass/screen.scss */
img.image-style-gallery-small {
  float: left;
  padding: 0px 5px;
}

/* line 4030, ../sass/screen.scss */
.standard-view-hide-view-more a:nth-child(3) {
  font-size: 0px;
  position: relative;
}

/* line 4038, ../sass/screen.scss */
.standard-view-hide-view-more a:nth-child(3):after {
  content: 'View Details >>';
  font-size: 14px;
  cursor: pointer;
}

/* line 4048, ../sass/screen.scss */
a.hidden-group {
  display: none;
}

/* line 4056, ../sass/screen.scss */
.amgee-maps-embed {
  width: 100% !important;
  height: 100% !important;
}

/* line 4061, ../sass/screen.scss */
p.address {
  font-size: 1.0em;
  line-height: 1.2;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

/* line 4067, ../sass/screen.scss */
.amgee-maps-embed {
  width: 100% !important;
  height: 100% !important;
}

/* line 4071, ../sass/screen.scss */
.views-field.views-field-field-gallery-videos img.image-style-thumbnail {
  width: 100%;
}

/* line 4074, ../sass/screen.scss */
.view-display-id-block_2 span.photoswipe-gallery.photoswipe-gallery--fallback-wrapper:first-child {
  grid-column: span 1 !important;
}

/* line 4077, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-groupaffiliatefield-video-gallery img.image-style-thumbnail {
  width: 60%;
}

/* line 4080, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-groupaffiliatefield-video-gallery {
  text-align: center;
}

/* line 4087, ../sass/screen.scss */
.field.field-node--field-suppress-address.field-formatter-boolean.field-name-field-suppress-address.field-type-boolean.field-label-hidden.has-single .field__item {
  display: none;
}

/* line 4090, ../sass/screen.scss */
.field.field-node-field-business-listing-level.field-entity-reference-type-taxonomy-term.field-formatter-entity-reference-label.field-name-field-business-listing-level.field-type-entity-reference.field-label-hidden span.field__item-wrapper {
  display: none;
}

/* line 4093, ../sass/screen.scss */
.view-galleries .view-content.view-rows .views-row .views-field.views-field-title.title {
  text-align: center;
}

/* line 4100, ../sass/screen.scss */
.field.field-node-field-calendar-treatment.field-entity-reference-type-taxonomy-term.field-formatter-entity-reference-label.field-name-field-calendar-treatment.field-type-entity-reference.field-label-hidden {
  display: none;
}

/* line 4103, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation, .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation .block__inner, .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation .block__content, .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation .field, .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation .field__items, .l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation .field__item {
  height: 100%;
}

/* line 4106, ../sass/screen.scss */
.view-display-id-block_1 a {
  display: block;
}

/* line 4110, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-address p.address:before {
  content: "\f276";
  font-family: 'FontAwesome';
  margin-right: 8px;
}

/* line 4115, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-event-website a:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 8px;
}

/* line 4120, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-contact-email .field__item:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  margin-right: 8px;
}

/* line 4126, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-nodebusinessfield-geolocation {
  height: 352px !important;
}

/* line 4129, ../sass/screen.scss */
.contextual-region.view.view-sidebar-promotion-2020.view-id-sidebar_promotion_2020.view-display-id-block_2 .views-row {
  margin-top: 20px;
  width: 50%;
  text-align: center;
  float: left;
}

@media (max-width: 767px) {
  /* line 4136, ../sass/screen.scss */
  .contextual-region.view.view-sidebar-promotion-2020.view-id-sidebar_promotion_2020.view-display-id-block_2 .views-row {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    float: none;
  }
}
/* line 4143, ../sass/screen.scss */
.view-main-street-shop .field-content {
  display: block !important;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  /* line 4148, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc, .bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc {
    width: 68% !important;
  }

  /* line 4151, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child, .bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child {
    width: 32% !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  /* line 4156, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc, .bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc {
    width: 60% !important;
  }

  /* line 4159, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child, .bp--at-core-simple-tablet-isolate .atl--twocol-7-5.l-arc--2 > .atl__cw > .atl__lc:last-child {
    width: 40% !important;
  }

  /* line 4162, ../sass/screen.scss */
  .view-display-id-block_4 .field-content {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 4165, ../sass/screen.scss */
  .path-main-street-buzz .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 .atl__lc.lc-1 {
    width: 60% !important;
  }

  /* line 4168, ../sass/screen.scss */
  .path-main-street-buzz .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 .atl__lc.lc-2 {
    width: 40% !important;
  }

  /* line 4171, ../sass/screen.scss */
  .mid-block-layout-section-links.view.view-main-street-shop.view-id-main_street_shop.view-display-id-block_4.js-view-dom-id-94826b8c9138f34e363fc2748903e2cb9149350609fbb398c6c12cdd3a959927 .views-row.clearfix.row-1 {
    display: block;
  }

  /* line 4174, ../sass/screen.scss */
  .mid-block-layout-section-links.view.view-main-street-shop.view-id-main_street_shop.view-display-id-block_4.js-view-dom-id-94826b8c9138f34e363fc2748903e2cb9149350609fbb398c6c12cdd3a959927 .views-row.clearfix.row-1 .views-col {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 4180, ../sass/screen.scss */
  .view-display-id-block_4 .field-content {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 4183, ../sass/screen.scss */
  .atl__lr.atl__cw {
    justify-content: center;
  }
}
/* line 4187, ../sass/screen.scss */
.field.field-node--field-contact-phone.field-formatter-string.field-name-field-contact-phone.field-type-telephone.field-label-hidden.has-single .field__item:before {
  content: "\f095";
  font-family: 'FontAwesome';
  margin-right: 8px;
}

/* line 4192, ../sass/screen.scss */
.field.field-node-field-group-audience.field-entity-reference-type-group.field-formatter-entity-reference-label.field-name-field-group-audience.field-type-entity-reference.field-label-visually_hidden a:before {
  content: '\f069';
  content: 'Visit our Affiliate Page';
  font-size: 14px;
}

/* line 4197, ../sass/screen.scss */
.field.field-node-field-group-audience.field-entity-reference-type-group.field-formatter-entity-reference-label.field-name-field-group-audience.field-type-entity-reference.field-label-visually_hidden a {
  font-size: 0px;
}

/* line 4201, ../sass/screen.scss */
.field.field-node-field-group-audience.field-entity-reference-type-group.field-formatter-entity-reference-label.field-name-field-group-audience.field-type-entity-reference.field-label-visually_hidden .field__item:before {
  content: "\f069";
  margin-right: 8px;
  font-family: 'FontAwesome';
}

/* line 4206, ../sass/screen.scss */
.contextual-region.view.view-business-listings.view-id-business_listings.view-display-id-block_1.js-view-dom-id-44148a6dd9597201916841293fd7442f332f1ceb463c426cce15dca5b6ca6432 a {
  display: inline;
}

/* line 4209, ../sass/screen.scss */
.view-business-listings p.view-more {
  display: none;
}

/* line 4212, ../sass/screen.scss */
.view-most-popular.view-id-most_popular li.item-list__item p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  padding: 5px 0;
  font-weight: bold;
}

/* line 4222, ../sass/screen.scss */
.view-most-popular.view-id-most_popular span.field-content {
  display: block;
}

/* line 4225, ../sass/screen.scss */
.view-business-listings.view-id-business_listings .item-list ul li.item-list__item .views-field.views-field-nothing span.field-content .group-left p {
  display: flex;
  align-items: baseline;
}

/* line 4230, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1 {
  background-color: #eee;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

/* line 4237, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1 .views-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 4245, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1 .views-field {
  margin-right: 18%;
}

/* line 4248, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1.views-field a {
  color: #000;
}

/* line 4251, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1 .views-field.views-field-edit-node {
  line-height: 35px;
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 17px;
  margin-right: 1em;
  color: #5a5a5a;
  text-align: center;
  font-weight: normal;
  border: 1px solid #e4e4e4;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* line 4272, ../sass/screen.scss */
.Affiliate-View-Count-css.view.view-affiliate-view-count.view-id-affiliate_view_count.view-display-id-block_1 .views-field.views-field-edit-node a {
  color: #5a5a5a;
  text-transform: capitalize;
}

/* line 4278, ../sass/screen.scss */
.Post-Manager-css.view.view-amgee-affiliate-post-manager.view-id-amgee_affiliate_post_manager.view-display-id-block_2 table a.username {
  padding-left: 5px;
}

/* line 4281, ../sass/screen.scss */
.Post-Manager-css.view.view-amgee-affiliate-post-manager.view-id-amgee_affiliate_post_manager.view-display-id-block_2 table a {
  color: #000;
}

/* line 4284, ../sass/screen.scss */
p.listing-level {
  display: none;
}

/* line 4287, ../sass/screen.scss */
.view.view-business-listings.view-id-business_listings.view-display-id-block_2.js-view-dom-id-4563d81b482b2d265935f1e5f924b760c00510ad299b78cdf696c26da4445744 p.view-more {
  display: flex !important;
}

/* line 4290, ../sass/screen.scss */
.view.view-business-listings.view-id-business_listings.view-display-id-block_2.js-view-dom-id-4563d81b482b2d265935f1e5f924b760c00510ad299b78cdf696c26da4445744 p.view-more a {
  font-size: 0px;
}

/* line 4293, ../sass/screen.scss */
.view.view-business-listings.view-id-business_listings.view-display-id-block_2.js-view-dom-id-4563d81b482b2d265935f1e5f924b760c00510ad299b78cdf696c26da4445744 p.view-more a:after {
  content: "View More";
  font-size: 14px;
}

/* line 4298, ../sass/screen.scss */
.view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_2 .field-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 4303, ../sass/screen.scss */
.view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_2 .field-content span.photoswipe-gallery.photoswipe-gallery--fallback-wrapper {
  width: 50%;
  padding: 5px;
}

/* line 4308, ../sass/screen.scss */
.view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_3 .field-content {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 4313, ../sass/screen.scss */
.view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_3 .field-content span.photoswipe-gallery.photoswipe-gallery--fallback-wrapper {
  width: 25%;
  padding: 3px;
}

/* line 4317, ../sass/screen.scss */
.l-bl.block.block-config-provider--layout-builder.block-plugin-id--field-block-groupaffiliatelabel .field.field-group--label.field-formatter-string.field-name-label.field-type-string.field-label-hidden.has-single .field__item {
  font-size: 28px;
  font-weight: bold;
}

/* line 4321, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title {
  width: 80%;
  padding-top: 0.5em;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 4329, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title h2 {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}

/* line 4334, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title .view-content .item-list > ul {
  margin: 0 10px;
  padding: 0;
}

/* line 4338, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title .view-content .item-list > ul li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

/* line 4345, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title .view-content .item-list > ul li .node {
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* line 4351, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title .view-content .item-list > ul li h2 {
  font-size: 1.17em !important;
  font-weight: bold;
}

/* line 4356, ../sass/screen.scss */
.views-element-container.contextual-region.l-bl.block-views-css-class--View-our-Recent-Posts-css.block.block-config-provider--views.block-plugin-id--views-block-affiliate-post-list-block-1.has-title .view-content .item-list > ul li h2 a {
  color: #000;
  font-family: 'Merriweather',serif;
}

@media (min-width: 768px) and (max-width: 1440px) {
  /* line 4362, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-affiliate-post-body body .atl__lc .lc-1 {
    width: 60% !important;
  }

  /* line 4365, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-affiliate-post-body body .atl__lc.lc-2 {
    width: 40% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  /* line 4372, ../sass/screen.scss */
  article.contextual-region.node.node--id-167941.node--type-affiliate-post.node--view-mode-full .atl__lr.atl__cw {
    display: block;
  }

  /* line 4375, ../sass/screen.scss */
  article.contextual-region.node.node--id-167941.node--type-affiliate-post.node--view-mode-full .atl__lr.atl__cw .atl__lc.lc-1 {
    width: 100% !important;
  }

  /* line 4378, ../sass/screen.scss */
  article.contextual-region.node.node--id-167941.node--type-affiliate-post.node--view-mode-full .atl__lr.atl__cw .atl__lc.lc-2 {
    max-width: 100% !important;
    margin: 0 auto;
  }
}
@media (min-width: 1040px) and (max-width: 1440px) {
  /* line 4384, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-1 {
    width: 53% !important;
  }

  /* line 4387, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-2 {
    width: 25% !important;
  }

  /* line 4390, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-3 {
    width: 27% !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 4396, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:nth-child(2) {
    order: 1 !important;
    width: 33% !important;
  }

  /* line 4400, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-1 {
    order: 2;
    width: 67% !important;
  }

  /* line 4404, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-3 {
    order: 3;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 4411, ../sass/screen.scss */
  .bp--at-core-simple-wide .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:nth-child(2) {
    order: 1 !important;
    width: 100% !important;
  }

  /* line 4415, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-1 {
    order: 2;
    width: 100% !important;
  }

  /* line 4419, ../sass/screen.scss */
  article.contextual-region.node.node--id-250009.node--type-landing-pages.node--promoted.node--view-mode-full .atl__lc.lc-3 {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* line 4425, ../sass/screen.scss */
article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-article-page-mini .atl__lc.lc-1 {
  width: 50% !important;
}

/* line 4428, ../sass/screen.scss */
article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-article-page-mini .atl__lc.lc-2 {
  width: 50% !important;
}

@media (max-width: 1024px) {
  /* line 4433, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 {
    width: 100% !important;
    max-width: 100%;
  }

  /* line 4437, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .l-bl.block.block-config-provider--amgee-membership.block-plugin-id--amgee-membership-login-block {
    width: 30%;
    margin: 0 auto;
  }

  /* line 4441, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-268f0f8f-0650-4028-b499-eee73a00490a.block--type-basic.block--view-mode-full {
    width: 30%;
    margin: 0 auto;
  }

  /* line 4445, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-8358d7d6-30ea-4fc2-9660-21e41968ce25.block--type-basic.block--view-mode-full {
    width: 30%;
    margin: 0 auto;
  }

  /* line 4449, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--promotions-blocks-css.block.block-config-provider--views.block-plugin-id--views-block-sidebar-promotion-block {
    width: 30%;
    margin: 0 auto;
  }

  /* line 4453, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-ae5d0425-dfcd-4f62-aefa-c426be5652c2.block--type-basic.block--view-mode-full {
    width: 30%;
    margin: 0 auto;
  }

  /* line 4457, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .right-sidebar-block-layout-section-links.contextual-region.view.view-amgee-classified-recent.view-id-amgee_classified_recent.view-display-id-block .view-content.view-rows {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 4464, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .right-sidebar-block-layout-section-links.contextual-region.view.view-amgee-classified-recent.view-id-amgee_classified_recent.view-display-id-block .view-content.view-rows .views-row {
    width: 50%;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  /* line 4470, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .right-sidebar-block-layout-section-links.contextual-region.view.view-amgee-classified-recent.view-id-amgee_classified_recent.view-display-id-block .view-content.view-rows .views-row {
    width: 100%;
    padding-right: 20px !important;
  }

  /* line 4474, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .l-bl.block.block-config-provider--amgee-membership.block-plugin-id--amgee-membership-login-block {
    width: 70% !important;
    margin: 0 auto;
  }

  /* line 4478, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-268f0f8f-0650-4028-b499-eee73a00490a.block--type-basic.block--view-mode-full {
    width: 70% !important;
    margin: 0 auto;
  }

  /* line 4482, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-8358d7d6-30ea-4fc2-9660-21e41968ce25.block--type-basic.block--view-mode-full {
    width: 70% !important;
    margin: 0 auto;
  }

  /* line 4486, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--promotions-blocks-css.block.block-config-provider--views.block-plugin-id--views-block-sidebar-promotion-block {
    width: 70% !important;
    margin: 0 auto;
  }

  /* line 4490, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-ae5d0425-dfcd-4f62-aefa-c426be5652c2.block--type-basic.block--view-mode-full {
    width: 70% !important;
    margin: 0 auto;
  }

  /* line 4494, ../sass/screen.scss */
  article.contextual-region.node.node--type-article.node--promoted.node--view-mode-full .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-most-popular-block-3 {
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /* line 4500, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-1 {
    width: 62%;
  }

  /* line 4503, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 4509, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 {
    width: 100%;
    max-width: 100%;
  }

  /* line 4513, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .l-bl.block.block-config-provider--amgee-membership.block-plugin-id--amgee-membership-login-block {
    width: 70%;
  }

  /* line 4516, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-268f0f8f-0650-4028-b499-eee73a00490a.block--type-basic.block--view-mode-full {
    width: 70%;
    margin: 0 auto;
  }

  /* line 4520, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-ae5d0425-dfcd-4f62-aefa-c426be5652c2.block--type-basic.block--view-mode-full {
    width: 70%;
    margin: 0 auto;
  }

  /* line 4524, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--promotions-blocks-css.block.block-config-provider--views.block-plugin-id--views-block-sidebar-promotion-block {
    width: 70%;
    margin: 0 auto;
  }

  /* line 4528, ../sass/screen.scss */
  article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-main-street-shop-block-1, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-ae5d0425-dfcd-4f62-aefa-c426be5652c2.block--type-basic.block--view-mode-full, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-home-river-main-street-buzz-block, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-amgee-classified-recent-block, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .contextual-region.l-bl.block.block-config-provider--block-content.block-plugin-id--block-content-ae5d0425-dfcd-4f62-aefa-c426be5652c2.block--type-basic.block--view-mode-full, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-sidebar-upcoming-events-block, article.contextual-region.node.node--type-photo-gallery.node--view-mode-full .atl__lc.lc-2 .views-element-container.contextual-region.l-bl.block-views-css-class--right-sidebar-block-layout-section-links.block.block-config-provider--views.block-plugin-id--views-block-most-popular-block-3 {
    margin: 0 auto;
  }

  /* line 4531, ../sass/screen.scss */
  .block-plugin-id--views-block-home-river-main-street-buzz-block .views-field.views-field-field-image {
    width: auto;
  }
}
/* line 4535, ../sass/screen.scss */
.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-amgee-order-payment-option.form-item--amgee-order-payment-option {
  display: none;
}

/* line 4538, ../sass/screen.scss */
.pr-header nav#block-mainmenu {
  height: inherit;
}

/* line 4541, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work h1 {
  margin: 5px 0px 0px;
}

/* line 4545, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2 .field-content {
  padding-top: 10px;
}

/* line 4549, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-1, .block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-3 {
  margin-top: 10px;
}

/* line 4552, ../sass/screen.scss */
.l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work h1 {
  margin: 5px 0px 0px;
}

/* line 4556, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2 .field-content {
  padding-top: 10px;
}

/* line 4560, ../sass/screen.scss */
.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-1, .block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-3 {
  margin-top: 10px;
}

/* line 4563, ../sass/screen.scss */
.right-sidebar-block-layout-section-links .view-header h2 {
  margin: 10px 5px;
}

/* line 4566, ../sass/screen.scss */
.layout--three-six-three .Navlayout__region--feature_right .mid-block-layout-section-links {
  margin: 0px 10px;
}

/* line 4570, ../sass/screen.scss */
div#block-amgeemarketinginterstitialpbp-2 {
  margin: 0px;
}

/* line 1756, ../sass/screen.scss */
/* line 4574, ../sass/screen.scss */
div#block-amgeemarketinginterstitialpbp-2 div {
  margin: 0px;
}

/* line 1761, ../sass/screen.scss */
/* line 4578, ../sass/screen.scss */
div#block-amgeemarketinginterstitialpbp-2 div#popup .amgeeAdWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 1% 10%;
  display: flex;
  filter: drop-shadow(3px 3px 10px black);
  animation-name: stickyslide;
  animation-duration: 3s;
  background-image: linear-gradient(#000, #555);
}

/* line 1774, ../sass/screen.scss */
/* line 4592, ../sass/screen.scss */
div#block-amgeemarketinginterstitialpbp-2 div#popup .amgeeAdWrap p button {
  display: block;
  height: 2.5em;
  font-weight: bold;
  border-radius: 25px;
  border: 0px;
  padding: 0 15px;
  box-shadow: 2px 4px 5px black;
  margin-bottom: 5px;
  color: white;
  background-color: #b51515;
  opacity: 1;
}

/* line 1788, ../sass/screen.scss */
/* line 4606, ../sass/screen.scss */
div#block-amgeemarketinginterstitialpbp-2 div#popup .amgeeAdWrap p button:hover {
  background-color: #b51515;
}

/* WNP popup issue */
/* line 4610, ../sass/screen.scss */
div#block-amgeemarketinginterstitialwnp-2 {
  margin: 0px;
}

/* line 1756, ../sass/screen.scss */
/* line 4614, ../sass/screen.scss */
div#block-amgeemarketinginterstitialwnp-2 div {
  margin: 0px;
}

/* line 1761, ../sass/screen.scss */
/* line 4618, ../sass/screen.scss */
div#block-amgeemarketinginterstitialwnp-2 div#popup .amgeeAdWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 1% 10%;
  display: flex;
  filter: drop-shadow(3px 3px 10px black);
  animation-name: stickyslide;
  animation-duration: 3s;
  background-image: linear-gradient(#000, #555);
}

/* line 1774, ../sass/screen.scss */
/* line 4632, ../sass/screen.scss */
div#block-amgeemarketinginterstitialwnp-2 div#popup .amgeeAdWrap p button {
  display: block;
  height: 2.5em;
  font-weight: bold;
  border-radius: 25px;
  border: 0px;
  padding: 0 15px;
  box-shadow: 2px 4px 5px black;
  margin-bottom: 5px;
  color: white;
  background-color: #b51515;
  opacity: 1;
}

/* line 1788, ../sass/screen.scss */
/* line 4646, ../sass/screen.scss */
div#block-amgeemarketinginterstitialwnp-2 div#popup .amgeeAdWrap p button:hover {
  background-color: #b51515;
}

/* line 4649, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
  border: none;
}

/* line 4652, ../sass/screen.scss */
body.path-frontpage .homepage-oneimage-css.view-homepage-top-block.view-id-homepage_top_block {
  margin: 0px 10px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 0.5em;
}

/* line 4658, ../sass/screen.scss */
.hoempage-4image-css .views-view-grid.horizontal .views-row {
  margin: 0px 10px;
}

/* line 4662, ../sass/screen.scss */
body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 {
  border: none;
}

/* line 4667, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table {
  margin: 0px;
  border-bottom: 2px #FDC269 solid;
  padding: 0;
  border-collapse: collapse;
}

/* line 4675, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table td.date {
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}

/* line 4681, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table tr.high {
  background-color: #f5f5f5;
}

/* line 4684, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table td {
  border: none;
  white-space: nowrap;
  padding: 0px;
}

/* line 4689, ../sass/screen.scss */
tr:nth-child(2n+2) {
  background-color: #fff;
}

/* line 4692, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  border-bottom-width: 0px;
  border-bottom-style: initial;
  border-bottom-color: initial;
  background-color: #f5f5f5;
}

/* line 4699, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table td.time {
  width: 90px;
  text-align: right;
}

/* line 4703, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table td.hl {
  width: 30px;
  text-align: left;
  padding-left: 5px;
}

/* line 4708, ../sass/screen.scss */
article.node.node--id-250001 .atl__lr.atl__cw .atl__lc.lc-2 .block-plugin-id--amgee-tides-2 table.day.table td.height {
  width: 40px;
  text-align: right;
  padding-right: 3px;
}

/* line 4713, ../sass/screen.scss */
body.path-frontpage .sidebar-block-layout-section-links .view-content.view-rows .views-row a,
body.path-frontpage .homepage-sidebar-block-layout-section-links .view-content.view-rows li.item-list__item a {
  font-weight: normal;
  font-family: 'Roboto';
}

/* line 4718, ../sass/screen.scss */
.home-main-stree-buzz .view-header p + h2 {
  display: flex;
  align-items: center;
}

/* line 4722, ../sass/screen.scss */
.home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col img {
  width: auto;
}

/* line 4726, ../sass/screen.scss */
.layout--three-six-three .Navlayout__region--content .right-sidebar-block-layout-section-links .view-content.view-rows .views-row {
  width: 100%;
}

/* line 4729, ../sass/screen.scss */
span.most-popular-total-count {
  font-family: 'Roboto';
  font-weight: normal;
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

/* line 4736, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td {
  padding: 0px;
  border: none;
}

/* line 4741, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table.table {
  margin: 0px;
  background: white;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 2px;
  border: none;
  max-width: 100%;
  width: 100%;
}

/* line 4752, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .calendar-label {
  background-color: rgba(191, 191, 191, 0.5);
  text-align: left;
  font-weight: bold;
  padding: 1em 0 1em 0.5em;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 2px 0;
  padding: 0.5em 0 0.5em 2.0em;
  width: 100%;
}

/* line 4765, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-left {
  width: 30%;
  float: left;
  padding: 0.5em 0 0.5em 2.0em;
}

/* line 4771, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-right {
  width: 70%;
  float: left;
  padding: 0.5em 0 0.5em 0em;
}

/* line 4777, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td li {
  overflow: auto;
  width: 100%;
}

/* line 4782, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td a {
  color: #000;
}

/* line 4786, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-right a {
  font-family: 'Merriweather';
  font-weight: bold;
  line-height: 1.0em;
  font-size: 1.1em;
  margin: 2px 0 0 0;
}

/* line 4794, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-left {
  font-weight: bold;
  font-family: 'Roboto';
}

/* line 4800, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table.table tr {
  background: #fff !important;
  border: none;
}

/* line 4805, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td > div > ul > li:nth-child(2n) {
  background: rgba(191, 191, 191, 0.25);
}

/* line 4809, ../sass/screen.scss */
.path-calendar .calendar-date.view.view-calendar.view-id-calendar table td .group-right a:hover {
  color: red;
}

/* line 4813, ../sass/screen.scss */
.atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-1 {
  width: calc(100% - 320px);
  max-width: calc(100% - 320px);
}

/* line 4817, ../sass/screen.scss */
.atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 {
  width: 300px;
}

/* line 4820, ../sass/screen.scss */
.block-views-css-class--business-catfilters-blocks .business-catfilters-blocks {
  border: none;
}

/* line 4823, ../sass/screen.scss */
.block-views-css-class--business-catfilters-blocks {
  border: 1px solid #ccc;
}

/* line 4826, ../sass/screen.scss */
.block-views-css-class--business-catfilters-blocks h2.block__title {
  padding: 10px 20px 0px 20px;
}

/* line 4829, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block #amgee_membership_login_block_home_page {
  background: transparent;
}

/* line 4832, ../sass/screen.scss */
header#masthead div#block-adbillboardleaderboard01 {
  margin-bottom: 20px;
}

/* line 4835, ../sass/screen.scss */
header#masthead div#block-adbillboardleaderboard01 + div#block-adsheadcodeblock .field {
  margin: 0px;
}

/* line 4839, ../sass/screen.scss */
body.path-article .dialog-off-canvas-main-canvas .page {
  max-width: 1200px;
}

/* line 4842, ../sass/screen.scss */
body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-1 {
  width: calc(100% - 320px);
}

/* line 4846, ../sass/screen.scss */
body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 {
  width: 300px;
  max-width: 300px;
  padding: 0px;
}

/* line 4852, ../sass/screen.scss */
body.path-article .node__content > .atl.atl--twocol-8-4 .block__content > .atl--twocol-6-6 > .atl__lr.atl__cw .atl__lc.lc-1,
body.path-article .node__content > .atl.atl--twocol-8-4 .block__content > .atl--twocol-6-6 > .atl__lr.atl__cw
.atl__lc.lc-2 {
  width: 49% !important;
}

/* line 4858, ../sass/screen.scss */
div#popup .amgeeAdWrap .amgeeMarketingButton {
  height: 2.5em;
  font-weight: bold;
  border-radius: 25px;
  border: 0px;
  padding: 0 15px;
  margin-right: 10px;
  box-shadow: 2px 4px 5px black;
  margin-bottom: 5px;
}

/* line 4868, ../sass/screen.scss */
div#popup .amgeeAdWrap .amgeeMarketingButton:hover {
  cursor: pointer !important;
}

@media only screen and (max-width: 1025px) {
  /* line 4874, ../sass/screen.scss */
  body.path-article div[class*='view-sidebar-promotion'] .views-row {
    margin: 0px auto;
    text-align: center;
    width: 300px;
    max-width: 300px;
  }

  /* line 4881, ../sass/screen.scss */
  body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-1 {
    width: 100%;
  }

  /* line 4885, ../sass/screen.scss */
  body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  /* line 4890, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-1 {
    width: 100%;
    max-width: 100%;
  }

  /* line 4894, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 {
    width: 100%;
    max-width: 100%;
  }

  /* line 4898, ../sass/screen.scss */
  .view-id-sidebar_promotion {
    width: 300px;
    margin: 0px auto;
  }

  /* line 4902, ../sass/screen.scss */
  .block-plugin-id--amgee-membership-login-block {
    width: 300px;
  }

  /* line 4905, ../sass/screen.scss */
  body .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 4911, ../sass/screen.scss */
  .hoempage-4image-css .views-view-grid.horizontal .views-row .views-col {
    flex-basis: 49%;
    max-width: 49%;
  }

  /* line 4915, ../sass/screen.scss */
  .home-main-stree-buzz .view-content.view-rows .cols-4 > .views-row > .views-col {
    width: 49% !important;
    max-width: 49%;
    flex-basis: 49%;
  }

  /* line 4920, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='obituaries-homepage'],
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='Spotlight-homepage'] {
    width: 50%;
  }

  /* line 4924, ../sass/screen.scss */
  body.path-frontpage .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 > div[class*='galleries-homepage'] {
    width: 100%;
  }

  /* line 4928, ../sass/screen.scss */
  .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-content.view-rows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /* line 4934, ../sass/screen.scss */
  .node--type-landing-pages .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-1 .galleries-homepage .view-content.view-rows .views-row {
    width: 30%;
    display: flex !important;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 736px) and (max-width: 1025px) {
  /* line 4945, ../sass/screen.scss */
  body:not(.path-frontpage) .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:first-child {
    width: calc(100% - 33%) !important;
  }

  /* line 4948, ../sass/screen.scss */
  body:not(.path-frontpage) .atl--threecol-3-6-3.l-arc--3 > .atl__cw > .atl__lc:nth-child(2) {
    width: 33% !important;
    order: -1;
  }
}
@media only screen and (min-width: 625px) and (max-width: 1025px) {
  /* line 4955, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows .views-row,
  body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows .views-row {
    width: 49%;
  }

  /* line 4960, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows,
  body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 4967, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows ul, body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 4973, ../sass/screen.scss */
  .atl.atl--twocol-9-3.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows ul li.item-list__item, body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-2 .right-sidebar-block-layout-section-links .view-content.view-rows ul li.item-list__item {
    width: 49%;
  }

  /* line 4976, ../sass/screen.scss */
  body.path-frontpage .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 .right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul > li {
    width: 100%;
  }

  /* line 4980, ../sass/screen.scss */
  body .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 .right-sidebar-block-layout-section-links .view-content.view-rows .views-row,
  body .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 .right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul > li {
    width: 49%;
  }

  /* line 4984, ../sass/screen.scss */
  .block-plugin-id--views-block-sidebar-promotion-2020-block-1 {
    max-width: 300px;
    margin: 0px auto;
  }

  /* line 4988, ../sass/screen.scss */
  body .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 .right-sidebar-block-layout-section-links .view-content.view-rows, body .atl.atl--threecol-3-6-3.l-arc--3.l-ac--1-2-3 .atl__lc.lc-3 .right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 625px) and (max-width: 1025px) {
  /* line 4995, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div {
    max-width: 300px;
    margin: 0px auto;
  }

  /* line 4999, ../sass/screen.scss */
  body.path-article .right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul > li {
    width: 100% !important;
    max-width: 100%;
  }

  /* line 5003, ../sass/screen.scss */
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div.l-bl.block-views-css-class--right-sidebar-block-layout-section-links {
    max-width: 100%;
  }

  /* line 5007, ../sass/screen.scss */
  .l-bl.block-views-css-class--right-sidebar-block-layout-section-links .masonry-item.views-row,
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div.l-bl.block-views-css-class--right-sidebar-block-layout-section-links .view-content.view-rows .views-row,
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div.l-bl.block-views-css-class--right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul > li {
    width: 48%;
  }

  /* line 5013, ../sass/screen.scss */
  .l-bl.block-views-css-class--right-sidebar-block-layout-section-links .masonry-layout-main-street-shop.element-container-wrapper, .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div.l-bl.block-views-css-class--right-sidebar-block-layout-section-links .view-content.view-rows,
  .atl.atl--three-six-three-layout.layout.layout--three-six-three .layout__region.Navlayout__region--right_adds > div.l-bl.block-views-css-class--right-sidebar-block-layout-section-links .view-content.view-rows .item-list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 736px) {
  /* line 5022, ../sass/screen.scss */
  .atl.atl--twocol-4-8.l-arc--2.l-ac--1-2 .atl__lc.lc-1, .atl.atl--twocol-4-8.l-arc--2.l-ac--1-2 .atl__lc.lc-2 {
    width: 100% !important;
  }

  /* line 5025, ../sass/screen.scss */
  body.path-article .node__content > .atl.atl--twocol-8-4 .block__content > .atl--twocol-6-6 > .atl__lr.atl__cw .atl__lc.lc-1, body.path-article .node__content > .atl.atl--twocol-8-4 .block__content > .atl--twocol-6-6 > .atl__lr.atl__cw .atl__lc.lc-2 {
    width: 100% !important;
  }

  /* line 5028, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-2, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-2, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-2, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-2, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-2 {
    width: 100%;
  }

  /* line 5031, ../sass/screen.scss */
  .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-1, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-news .atl__lc.lc-3, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-1, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-sports .atl__lc.lc-3, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-1, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-work .atl__lc.lc-3, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-1, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-life .atl__lc.lc-3, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-1, .l-bl.block.block-config-provider--mini-layouts.block-plugin-id--mini-layout-top-section-for-culture .atl__lc.lc-3 {
    width: 100%;
  }
}
/*--- penbay color -css --*/
/* line 5041, ../sass/screen.scss */
body.pbp div#leaderboard ul.menu li a {
  color: #093f59;
}

/* line 5044, ../sass/screen.scss */
body.pbp .pr-header nav#block-mainmenu ul.menu,
body.pbp nav.l-bl.block.block-menu[class*='system-menu-block-main'],
body.pbp .l-footer.l-row footer#footer {
  background: #093f59;
}

/* line 5049, ../sass/screen.scss */
body.pbp .block-plugin-id--amgee-membership-login-block {
  background-color: #02a3a7;
  background-image: linear-gradient(to bottom right, #111, #02a3a7);
}

/* line 5053, ../sass/screen.scss */
body.pbp .right-sidebar-block-layout-section-links.view-home-river-main-street-buzz,
body.pbp .right-sidebar-block-layout-section-links.view-main-street-shop,
body.pbp .right-sidebar-block-layout-section-links.view-amgee-classified-recent,
body.pbp .home-main-stree-buzz {
  background-color: #FFF1DD;
}

/* line 5060, ../sass/screen.scss */
body.pbp .block-plugin-id--amgee-membership-login-block .statusNotAuth h2 {
  color: #ffff00;
}

/* line 5063, ../sass/screen.scss */
body.pbp .block-plugin-id--amgee-membership-login-block .buttons a,
body.pbp .block-plugin-id--amgee-membership-login-block .buttons a:hover {
  color: #093f59;
  background-color: yellow;
}

/* line 5070, ../sass/screen.scss */
body.pbp div#block-amgeemarketinginterstitialbbr div#popup .amgeeAdWrap {
  background-image: linear-gradient(to bottom right, #111, #02a3a7);
}

/* line 5073, ../sass/screen.scss */
body.pbp .amgeeMarketingSignUp, body.pbp button#closeButton,
body.pbp div#block-2ndpopupforsite .amgeeAdImageWrap .amgeeMarketingButtonWrap input {
  color: #111 !important;
  background-color: yellow !important;
}

/* line 5081, ../sass/screen.scss */
body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 5086, ../sass/screen.scss */
body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image > .field-type-image figure {
  max-width: 24%;
  margin: 0px;
}

/* line 5091, ../sass/screen.scss */
body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image > figure {
  max-width: 24%;
  margin: 0px;
}

/* line 5095, ../sass/screen.scss */
body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image > figure img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}

/* line 5103, ../sass/screen.scss */
body.path-main-street-advertising .block__content .field-name-body h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 5110, ../sass/screen.scss */
body.path-main-street-advertising em {
  font-style: italic;
}

/* line 5113, ../sass/screen.scss */
.block-plugin-id--amgee-membership-login-block + .block-plugin-id--block-content-268f0f8f-0650-4028-b499-eee73a00490a {
  text-align: center;
}

/* line 5116, ../sass/screen.scss */
.pr-header div#rid-header-first {
  background-color: #fff;
}

/* line 5121, ../sass/screen.scss */
body.page-node-type--blog .page {
  max-width: 1200px;
}

/* line 5125, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='block-blogs-gallery-style'] {
  overflow: auto;
  width: 100%;
}

/* line 5130, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='block-blogs-gallery-style'] img.image-style-gallery-small {
  float: inherit;
}

/* line 5133, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='views-block-recent-posts--block'],
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] {
  margin: 0 0.5em 2em;
  margin-bottom: 10px;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}

/* line 5141, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='views-block-recent-posts--block'] .block__inner,
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .block__inner,
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .block__inner .view-content.view-rows {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 5147, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .page .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lc.lc-2 {
  width: 350px !important;
  max-width: 350px !important;
  min-width: 350px !important;
}

/* line 5152, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .page .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lc.lc-1 {
  width: calc(100% - 350px) !important;
}

/* line 5155, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='views-block-recent-posts--block'] .view-content.view-rows ul a,
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .block__inner .view-content.view-rows .views-row a {
  display: block;
  color: #000;
}

/* line 5160, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='views-block-recent-posts--block'] .view-content.view-rows ul a:hover,
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .block__inner .view-content.view-rows .views-row a:hover {
  color: #ff0000;
}

/* line 5164, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='views-block-recent-posts--block'] .view-content.view-rows ul li,
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .block__inner .view-content.view-rows .views-row {
  margin-bottom: 10px;
}

/* line 5168, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] span.views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}

/* line 5173, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] .views-field.views-field-field-blog-title p {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

/* line 5179, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='blogger-profile-about-this-new-block'] img {
  width: 150px;
}

/* line 5183, ../sass/screen.scss */
body.weathers-page div#rid-content {
  width: calc(100% - 300px);
  padding-right: 30px;
}

/* line 5188, ../sass/screen.scss */
body.weathers-page div#rid-sidebar-first {
  width: 300px;
  max-width: 300px;
  margin: 0px;
  padding: 0px;
}

/* line 5194, ../sass/screen.scss */
body.path-group .page {
  max-width: 1200px;
}

/* line 5197, ../sass/screen.scss */
body.path-group .block-plugin-id--views-block-resources-views-block-1,
body.path-group .block-views-css-class--View-our-Recent-Posts-css {
  margin: 0 auto 2.0em;
  background-color: #efefef;
  padding: 0.5em 0 0;
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
}

/* line 5206, ../sass/screen.scss */
body.path-group .block-plugin-id--views-block-resources-views-block-1 > .block__inner,
body.path-group .block-views-css-class--View-our-Recent-Posts-css > .block__inner {
  margin: 0px 10px;
}

/* line 5211, ../sass/screen.scss */
body.path-group .atl__lc.lc-2 a {
  color: #000;
  margin: 0px;
}

/* line 5215, ../sass/screen.scss */
body.path-group .atl__lc.lc-2 a:hover {
  color: red;
}

/* line 5219, ../sass/screen.scss */
body.path-group .views-field.views-field-field-link a:before, body.path-group,
body.path-group .block-views-css-class--View-our-Recent-Posts-css a:before {
  font-family: 'FontAwesome';
  content: "";
  padding-right: 5px;
}

/* line 5225, ../sass/screen.scss */
body.path-group .views-field-field-hours-of-operation p, body.path-group .block-plugin-id--amgee-affiliate-custom-block p {
  margin: 0px;
}

/* line 5228, ../sass/screen.scss */
body.path-group .views-field.views-field-field-attachments > div > span.file {
  display: inline-block;
}

/* line 5231, ../sass/screen.scss */
body.path-group .block-plugin-id--views-block-resources-views-block-1 h2.block__title,
body.path-group .block-views-css-class--View-our-Recent-Posts-css h2.block__title {
  margin: 0 5px;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}

/* line 5237, ../sass/screen.scss */
body.path-group .view.view-group-lede-image .field-content {
  justify-content: space-around;
}

/* line 5241, ../sass/screen.scss */
body.path-group .field-group--field-gallery-video .field__items,
body.path-group .field.field-group--field-video-gallery .field__items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* line 5249, ../sass/screen.scss */
body.path-group .field-group--field-gallery-video .field__items > .field__item,
body.path-group .field.field-group--field-video-gallery .field__items > .field__item {
  width: 49%;
  margin-bottom: 10px;
}

/* line 5254, ../sass/screen.scss */
body.path-group .field-group--field-gallery-video .field__items > .field__item .video-embed-field-provider-youtube,
body.path-group .field.field-group--field-video-gallery .field__items > .field__item .video-embed-field-provider-youtube,
body.path-group .field-group--field-gallery-video .field__items > .field__item .video-embed-field-provider-youtube iframe,
body.path-group .field.field-group--field-video-gallery .field__items > .field__item .video-embed-field-provider-youtube iframe {
  max-width: 100%;
}

/* line 5260, ../sass/screen.scss */
body.path-group .atl__lc.lc-1 .view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_2 .field-content {
  justify-content: space-around;
}

/* line 5263, ../sass/screen.scss */
body.path-group .atl__lc.lc-1 .view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_2 .field-content > a {
  width: 49%;
}

/* line 5266, ../sass/screen.scss */
body.path-group .Post-Manager-css.view.view-amgee-affiliate-post-manager {
  overflow: auto;
}

/* line 5270, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .view.view-blogs-gallery-style .field-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* line 5276, ../sass/screen.scss */
body.page-node-type--blog[class*='path-blog-entry'] .view.view-blogs-gallery-style .field-content > a {
  max-width: 24%;
}

/* line 5280, ../sass/screen.scss */
body[class*='path-business'] .dialog-off-canvas-main-canvas .page,
body[class*='path-classified'] .dialog-off-canvas-main-canvas .page,
body[class*='path-display-classified'] .dialog-off-canvas-main-canvas .page,
body[class*='path-depth'] .dialog-off-canvas-main-canvas .page,
body[class*='path-photo-gallery'] .dialog-off-canvas-main-canvas .page,
body.path-node[class*='path-promotion'] .dialog-off-canvas-main-canvas .page,
body.path-node[class*='path-video'] .dialog-off-canvas-main-canvas .page,
body.path-node[class*='path-webcam'] .dialog-off-canvas-main-canvas .page {
  max-width: 1200px;
}

/* line 5291, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .atl__lc.atl__top {
  text-align: center;
  margin-bottom: 20px;
}

/* line 5295, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .atl__lc.atl__top {
  text-align: center;
  margin-bottom: 20px;
}

/* line 5299, ../sass/screen.scss */
.block-plugin-id--field-block-nodepromotionbody {
  text-align: center;
}

/* line 5303, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-view-grid .views-row .views-col {
  width: 48% !important;
  margin: 0;
  margin-right: 2%;
  flex-basis: 48%;
  max-width: 48%;
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

/* line 5314, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-view-grid .views-row .views-field.views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}

/* line 5319, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-view-grid .views-row a {
  color: #000;
}

/* line 5322, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-field.views-field-title {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 5326, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-view-grid .views-row a:hover {
  color: red;
}

/* line 5329, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .views-view-grid .views-row p {
  margin-bottom: 0px;
}

/* line 5334, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .field-name-field-sidebar-panel-lower p:first-child {
  font-size: 18pt;
  text-align: left;
}

/* line 5339, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .field-name-field-sidebar-panel-lower p {
  text-align: center;
  font-size: 10pt;
}

/* line 5344, ../sass/screen.scss */
body.path-node[class*='path-promotion'] .field-name-field-sidebar-panel-lower p a {
  color: red;
  text-decoration: underline;
}

/* line 5348, ../sass/screen.scss */
.view-business-listings .view-content .views-row .group-left p.standard-address-hide {
  display: flex;
  padding-right: 5px;
}

/* line 5352, ../sass/screen.scss */
body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-1 > .block-plugin-id--views-block-gallery-image-style-block-2 {
  float: right;
  width: 300px;
  max-width: 300px;
}

/* line 5357, ../sass/screen.scss */
body.path-article .block-plugin-id--amgee-order-online-sponsors .amgee-order-online-obit-sponsors {
  position: relative;
  z-index: 1;
}

/* line 5362, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-sidebar-first {
  width: 300px;
  max-width: 300px;
  margin: 0px;
  padding: 0px;
}

/* line 5369, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content {
  width: calc(100% - 320px);
}

/* line 5372, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content > .main-content > .block-1 {
  width: 100% !important;
}

/* line 5375, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content .view.view-bloggers-profile-page .views-field-field-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}

/* line 5380, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content .view.view-bloggers-profile-page .views-field-field-blog-title {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  margin: 0.83em 0;
}

/* line 5387, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content .view.view-bloggers-profile-page .views-row {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

/* line 5393, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content .view.view-bloggers-profile-page .views-field-field-blog-title p {
  margin: 0px;
}

/* line 5396, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .view-blog-listing-for-bloggers .item-list li.item-list__item .group-left {
  float: left;
  width: 50%;
}

/* line 5400, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .view-blog-listing-for-bloggers .item-list li.item-list__item .group-right {
  float: right;
  width: 50%;
}

/* line 5404, ../sass/screen.scss */
body.path-blog:not(.page-node-type--blog) .view-blog-listing-for-bloggers .item-list li.item-list__item .group-left > a:first-child {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  margin: 0.83em 0;
}

/*--- responsive css --*/
@media screen and (min-width: 737px) {
  /* line 5414, ../sass/screen.scss */
  .rm-toggle {
    display: none;
  }

  /* line 5417, ../sass/screen.scss */
  body.ms-slidedown .rm-block__content {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1049px) {
  /* line 5425, ../sass/screen.scss */
  .view-sidebar-promotion-2.view-id-sidebar_promotion_2 {
    text-align: center;
    width: 300px;
    margin: 0px auto;
  }

  /* line 5430, ../sass/screen.scss */
  body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-content {
    width: 100%;
  }

  /* line 5433, ../sass/screen.scss */
  body.path-blog:not(.page-node-type--blog) .container.pr-main__rw > div#rid-sidebar-first {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
  }

  /* line 5439, ../sass/screen.scss */
  body.weathers-page div#rid-content {
    width: 100%;
    padding: 0 0.625em;
  }

  /* line 5444, ../sass/screen.scss */
  body.weathers-page table {
    max-width: 100%;
  }

  /* line 5448, ../sass/screen.scss */
  body.weathers-page div#rid-sidebar-first {
    margin: 0px auto;
  }

  /* line 5452, ../sass/screen.scss */
  div#block-realestateshowcaseblock-2 .field__item {
    text-align: center;
  }

  /* line 5455, ../sass/screen.scss */
  body.weathers-page div#rid-sidebar-first {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 736px) {
  /* line 5461, ../sass/screen.scss */
  body.path-article .node__content > .atl.atl--twocol-8-4 > .atl__lr.atl__cw > .atl__lc.lc-1 > .block-plugin-id--views-block-gallery-image-style-block-2 {
    float: inherit;
    margin: 0px auto;
  }

  /* line 5465, ../sass/screen.scss */
  body.path-article .block-plugin-id--amgee-order-online-sponsors .amgee-order-online-obit-sponsors {
    float: inherit;
    text-align: center;
    margin: 0px auto;
  }

  /* line 5470, ../sass/screen.scss */
  body.path-node[class*='path-promotion'] .views-view-grid .views-row .views-col {
    width: 100% !important;
    margin-right: 0%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 5477, ../sass/screen.scss */
  body.weathers-page .amgee_tides-format-horizontal table.horizontal td {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }

  /* line 5482, ../sass/screen.scss */
  body.path-group .field-group--field-gallery-video .field__items > .field__item,
  body.path-group .field.field-group--field-video-gallery .field__items > .field__item {
    width: 100%;
  }

  /* line 5486, ../sass/screen.scss */
  body.weathers-page .amgee_tides-format-horizontal td.day-cell.table__cell.table__body__cell {
    display: block;
    width: 100%;
  }

  /* line 5490, ../sass/screen.scss */
  body.weathers-page .amgee_tides-format-horizontal table.day td.time, body.weathers-page .amgee_tides-format-horizontal table.day td.height {
    text-align: right;
  }

  /* line 5493, ../sass/screen.scss */
  body.weathers-page .amgee_tides-format-horizontal table.day td.hl {
    padding-left: 5px;
  }

  /* line 5496, ../sass/screen.scss */
  body.page-node-type--blog[class*='path-blog-entry'] .page .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lc.lc-2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  /* line 5501, ../sass/screen.scss */
  body.page-node-type--blog[class*='path-blog-entry'] .page .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lc.lc-1 {
    width: 100% !important;
    order: -1;
  }

  /* line 5505, ../sass/screen.scss */
  body.page-node-type--blog[class*='path-blog-entry'] .atl__lc.lc-2 div[class*='block-blogs-gallery-style'] img {
    display: block;
    margin: 0px auto;
  }

  /* line 5509, ../sass/screen.scss */
  body.path-contact-us-who-we-are table {
    width: 100% !important;
    overflow: auto;
    height: inherit !important;
  }

  /* line 5515, ../sass/screen.scss */
  body.path-contact-us-who-we-are table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100% !important;
    display: block;
    height: inherit !important;
    margin-bottom: 10px;
  }

  /* line 5525, ../sass/screen.scss */
  body.path-contact-us-who-we-are table tr td {
    width: 100% !important;
    display: block;
    height: inherit !important;
  }
}
@media screen and (min-width: 625px) and (max-width: 736px) {
  /* line 5532, ../sass/screen.scss */
  body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image > figure {
    max-width: 49%;
  }
}
@media screen and (max-width: 624px) {
  /* line 5538, ../sass/screen.scss */
  body[class*='path-photo-gallery'] .photoswipe-gallery .field.field-node--field-image > figure {
    max-width: 100%;
  }

  /* line 5542, ../sass/screen.scss */
  body.page-node-type--blog[class*='path-blog-entry'] .view.view-blogs-gallery-style .field-content > a {
    max-width: 100%;
  }
}
/* line 5548, ../sass/screen.scss */
body.page-node-type--affiliate-post .page.js-layout .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lr.atl__cw > .atl__lc.lc-1,
body.path-group .atl.atl--twocol-8-4.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-1 {
  width: calc(100% - 320px) !important;
  max-width: 100%;
}

/* line 5554, ../sass/screen.scss */
body.page-node-type--affiliate-post .page.js-layout .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lr.atl__cw > .atl__lc.lc-2,
body.path-group .atl.atl--twocol-8-4.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 {
  width: 300px !important;
  padding: 0px;
  max-width: 100%;
}

/* line 5560, ../sass/screen.scss */
body.path-group .atl.atl--twocol-8-4.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 .block-views-css-class--View-our-Recent-Posts-css {
  width: 100% !important;
  max-width: 300px;
}

/* line 5564, ../sass/screen.scss */
body.path-group .view.view-group-lede-image.view-id-group_lede_image.view-display-id-block_3 .field-content {
  justify-content: space-around;
}

@media (max-width: 1025px) {
  /* line 5568, ../sass/screen.scss */
  body.page-node-type--affiliate-post .page.js-layout .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lr.atl__cw > .atl__lc.lc-1,
  body.path-group .atl.atl--twocol-8-4.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-1 {
    width: 100% !important;
    padding: 0px 10px;
  }

  /* line 5574, ../sass/screen.scss */
  body.page-node-type--affiliate-post .page.js-layout .atl.atl--twocol-7-5.l-arc--2.l-ac--1-2 .atl__lr.atl__cw > .atl__lc.lc-2,
  body.path-group .atl.atl--twocol-8-4.l-arc--2.l-ac--1-2 > .atl__lr.atl__cw > .atl__lc.lc-2 {
    width: 100% !important;
    padding: 0px 10px;
  }

  /* line 5580, ../sass/screen.scss */
  body.path-group .block-plugin-id--views-block-resources-views-block-1, body.path-group .block-views-css-class--View-our-Recent-Posts-css {
    max-width: 300px;
  }

  /* line 5583, ../sass/screen.scss */
  body.path-group .l-arc--2.l-ac--1-2 .block-config-provider--views.block-plugin-id--views-block-affiliate-business-locations-block-1.has-title,
  body.path-group .l-arc--2.l-ac--1-2 .l-bl.block.block-config-provider--amgee-affiliate.block-plugin-id--amgee-affiliate-custom-block.has-title {
    max-width: 300px;
    margin: 0px auto;
  }

  /* line 5588, ../sass/screen.scss */
  body.path-group .paragraph.paragraph--type--affiliate-ad.paragraph--view-mode--amgee-affiliate-ad {
    text-align: center;
  }
}
