@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,h2,h3{font-family:Playfair Display,serif}body{font-family:Poppins,sans-serif}.nowrap{white-space:nowrap}.btn,.button,.button.secondary,.button.tertiary{border:2px solid #0b6e4f;border-radius:100px;color:#0b6e4f;display:inline-block;font-size:18px;font-weight:600;margin-right:30px;padding:16px 55px 17px 54px;text-decoration:none}.btn:hover,.button.secondary:hover,.button.tertiary:hover,.button:hover{background-color:#bdd8cf}.btn.primary,.button.primary{background:#0b6e4f;color:#fff}.btn.primary:hover,.button.primary:hover{background-color:#3b896e;border-color:#3b896e}.link{color:#0b6e4f;text-decoration:underline}.link:hover{text-decoration:none}.hamburger{cursor:pointer}.hamburger span{align-items:center;background:#2d3033;display:flex;height:3px;justify-content:center;margin:6px 0;width:28px}.hamburger.open span{display:none}.hamburger.open:before{content:"X";display:block;font-size:40px}.card{background:#fff;border-radius:5px;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.161);font-family:Poppins,sans-serif;height:297px;margin-bottom:20px;margin-right:32px;margin-top:20px;opacity:1;overflow:hidden;text-align:center;width:224px}.card img{border-radius:20px 20px 0 0;display:block;height:204px;margin:0}.card h4{margin-left:16px;text-align:left}.card p{margin-left:-60px}.cards-4{display:grid;grid-template-columns:repeat(5,1fr);height:694px;left:327px;padding-top:56px;position:relative;width:1270px}.card1{height:270px;margin-right:22px;width:203px}.card-3{background:#fff;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);overflow:hidden}.card-3,.card-3 img{height:103px;width:103px}.container{margin:0 auto}.container.col-2{display:flex}.container.col-2>*{width:50%}.container.col-2 .content h3{font:normal normal 700 40px/53px Playfair Display,serif;letter-spacing:.12px;margin-top:145px}.container.col-2 .content h3,.container.col-2 .content p{color:#2d3033;margin-left:100px;opacity:1;text-align:left}.container.col-2 .content p{font:normal normal normal 18px/31px Poppins,sans-serif;letter-spacing:.05px}.container.col-2 .content a{margin-left:100px}.centered{margin:0 auto}.centered,.split-header{display:flex;justify-content:space-between}.split-header h1,.split-header h2,.split-header h3{margin-right:auto}.container1{margin:0 auto;padding:0 336px 136px}.button.icon:before,.date-ico-bg:before,.ico-bg:before,.submenu-title:before,[class*=" bss-icon-"],[class^=bss-icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:none!important;font-family:icomoonbss!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;text-transform:none}[class*=" bss-icon-"],[class^=bss-icon-]{top:1px}.ico-bg,.ico-bg *{-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.bss-icon-menu:before{content:""}.bss-icon-close:before,.menu-showing .bss-icon-menu:before,.search-showing .bss-icon-menu:before{content:""}.bss-icon-ads:before{content:""}.bss-icon-bookmark:before{content:""}.bss-icon-profile:before{content:""}.bss-icon-user-fill:before{content:""}.bss-icon-help-circle:before{content:""}.bss-icon-chevron-thin-down:before{content:""}.bss-icon-arrow-right:before{content:"";display:inline-block;transform:rotate(-90deg)}.bss-icon-arrow-left:before{content:"";display:inline-block;transform:rotate(90deg)}.bss-icon-chevron-down:before{content:""}.bss-icon-arrow-up:before{content:""}.bss-icon-arrow:before{content:""}.bss-icon-eye-glass:before{content:""}.bss-icon-save-search:before,.bss-icon-saved-search:before{content:""}.bss-icon-calendar:before{content:""}.bss-icon-tag:before{content:""}.bss-icon-search:before{content:""}.bss-icon-star:before{content:""}.bss-icon-star-fill:before{content:""}.bss-icon-heart:before{content:""}.bss-icon-refine:before{content:""}.bss-icon-sort:before{content:""}.bss-icon-bed:before{content:""}.bss-icon-bath:before{content:""}.bss-icon-briefcase:before{content:""}.bss-icon-cash:before{content:""}.bss-icon-cogs:before{content:""}.bss-icon-meter:before{content:""}.bss-icon-buy-sell:before{content:""}.bss-icon-box:before{content:""}.bss-icon-car:before{content:""}.bss-icon-clothes:before{content:""}.bss-icon-health:before{content:""}.bss-icon-home:before,.bss-icon-house:before{content:""}.bss-icon-jobs:before{content:""}.bss-icon-notices:before,.button.notice:before{content:""}.bss-icon-adult-services:before,.bss-icon-personals:before{content:""}.bss-icon-pets:before{content:""}.bss-icon-trade:before{content:""}.bss-icon-travel:before{content:""}.bss-icon-twitter:before{content:""}.bss-icon-facebook:before{content:""}.bss-icon-facebook-footer:before{content:""}.bss-icon-instagram:before{content:""}.bss-icon-mail-share:before{content:""}.bss-icon-user:before{content:""}.bss-icon-email:before,.bss-icon-mail:before,.button.mail:before{content:"";position:relative;top:2px}.bss-icon-flag:before{content:""}.bss-icon-phone:before,.button.call:before{content:"";position:relative;top:1px}.bss-icon-earth:before{content:""}.bss-icon-cart:before{content:""}.bss-icon-fb:before{content:""}.bss-icon-edit:before{content:""}.bss-icon-location:before,.bss-icon-map-black:before{content:""}.bss-icon-show-map:before{content:""}.bss-icon-map-pin:before{content:""}.bss-icon-map:before{content:""}.ico-bg:before{pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.form-control.ico-bg:before{transform:translateY(-77%)}@media screen and (max-width:453px){.form-control.ico-bg:before{transform:translateY(-43%)}}.bss-icon-arrow-right.ico-bg:before{transform:rotate(-90deg) translateX(25%)}.alertWrapper{height:50px;left:0;margin-top:10px;position:inherit;top:0;width:100%}.alertWrapper .alert{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;padding-left:30px;padding-right:50px}.alertWrapper .alert a{color:#94cc4e}.alertWrapper .close{align-items:center;color:#9b9b9b;display:flex;justify-content:center;position:absolute;right:0;text-align:center;top:0;transition:all .2s;width:5px}.alert-success{background-color:#d4edda;margin-bottom:18px}.alert-error{align-content:center;background-color:#f2dede;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.2);color:#b94a48;display:flex;flex-direction:column;margin-bottom:18px}.alert-error .close{color:#b94a48;font-size:20px;font-weight:700;position:absolute;right:6px;top:6px}.alert-error .alert-heading{color:#b94a48;font-size:20px;margin-top:20px;text-align:left;width:100%}.alert-error ul{list-style:disc;margin-left:10px;padding-left:20px}.alert-error ul li{color:#414042;margin:3px}.alert-block{padding:12px;width:860px}@media only screen and (min-width:768px)and (max-width:1279.98px){.alert-block{width:380px}.alert-error .alert-heading{font-size:18px}.alertWrapper .close{margin:0}}@media only screen and (min-width:428px)and (max-width:767.98px){.alert-block{width:380px}.alert-error .alert-heading{font-size:16px}.alert-error ul .link,.alert-error ul li{font-size:14px}}@media only screen and (max-width:427.98px){.alert-block{width:380px}.alert-error .alert-heading{font-size:16px}.alert-error ul .link,.alert-error ul li{font-size:14px}}*{margin:0;padding:0;text-decoration:none}#grid-columns-dynamic{display:grid;grid-auto-flow:row;grid-template-columns:auto auto}#grid-columns .item:hover,#grid-columns-dynamic .item:hover,.itemsbgchange{background-color:#0c6e4f;border-radius:10px;color:#fffcf8;opacity:1}#grid-columns .item:hover a h3,#grid-columns .item:hover a p,#grid-columns-dynamic .item:hover a h3,#grid-columns-dynamic .item:hover a p,.itemsbgchange a h3,.itemsbgchange a p{color:#fff}#grid-columns .item:hover hr,#grid-columns-dynamic .item:hover hr,.itemsbgchange hr{border:1px solid #fff}#grid-columns-dynamic .item:hover{color:#fff}.menu-item{background-color:#fff;border:2px solid #0c6e4f;display:none;left:0;opacity:1;position:absolute;top:36px;width:1270px;z-index:102}.menu-item .row{display:flex;flex-wrap:wrap;padding:15px}.menu-item .row .column{flex:50%}.menu-item .row .column.column-bg-color{background-color:#fffcf8}.menu-item .row .column .item{color:#fff;left:26px;opacity:1;padding:20px;position:relative;text-decoration:none;width:561px}.menu-item .row .column .item a{text-decoration:none}.menu-item .row .column .item a:hover{background:none}.menu-item .row .column .item a h3{color:#2d3033;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:-.21px;opacity:1;text-align:left}.menu-item .row .column .item a p{color:#2d3033;font:normal normal normal 16px/21px Poppins,sans-serif;letter-spacing:.05px;margin-bottom:0;opacity:1;position:relative;text-align:left;width:528px}.menu-item .row .column .item a hr{border:1px solid #7e4239;height:0;margin:5px 0;opacity:.48;width:100%}.menu-item .row .column .item .itemImg img{border-radius:9px;height:273px;width:548px}.menu-item .row .column .item .itemImg img:hover{transform:scale(1.01);transition:all .3s ease-in-out}.menu-item .row .column .item .itemImg a{color:#2d3033;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:.08px;opacity:1;padding:0;position:relative;text-align:left;width:221px}.menu-item .row .column .item .itemImg p{color:#2d3033;font:normal normal normal 16px/21px Poppins,sans-serif;letter-spacing:.05px;margin-top:15px;opacity:1;position:relative;text-align:left;width:549px}.menu-item .row .column .item .article_link a{border-bottom:2px solid #0b6e4f;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;left:400px;letter-spacing:0;line-height:60px;opacity:1;padding-bottom:5px;position:relative;text-align:center;text-decoration:none;width:120px}.menu-item .row .column .item .article_link a:hover{border-bottom:2px solid #3b896e;color:#3b896e}@media only screen and (min-width:1280px)and (max-width:1919.98px){.menu-item{background-color:#fff;border:2px solid #0c6e4f;display:none;left:0;opacity:1;position:absolute;top:36px;width:1248px}.menu-item .row{display:flex;flex-wrap:wrap}.menu-item .row .column{flex:50%}.menu-item .row .column .item{color:#fff;left:26px;opacity:1;padding-left:20px;position:relative;text-decoration:none;top:5px;width:541px}.menu-item .row .column .item a{text-decoration:none}.menu-item .row .column .item a:hover{background:none;color:#000}.menu-item .row .column .item a h3{color:#2d3033;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:-.21px;opacity:1;text-align:left}.menu-item .row .column .item a p{color:#2d3033;font:normal normal normal 18px/21px Poppins,sans-serif;letter-spacing:.05px;opacity:1;position:relative;text-align:left;width:512px}.menu-item .row .column .item a hr{border:1px solid #7e4239;height:0;opacity:.48}.menu-item .row .column .item .itemImg img{height:240px;width:480px}.menu-item .row .column .item .itemImg a{color:#2d3033;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:.08px;opacity:1;position:relative;text-align:left;top:10px;width:221px}.menu-item .row .column .item .itemImg p{color:#2d3033;font:normal normal normal 16px/21px Poppins,sans-serif;letter-spacing:.05px;opacity:1;position:relative;text-align:left;width:480px}.menu-item .row .column .item .article_link a{color:#0b6e4f;font:normal normal 600 16px/25px Poppins,sans-serif;left:360px;width:120px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.menu-item{border:2px solid #0c6e4f;display:none;left:0;opacity:1;position:absolute;top:36px;width:714px}.menu-item .row{display:flex;padding:0}.menu-item .row .column{flex:50%;padding:10px}.menu-item .row .column.column-bg-color:not(.partner-services){background-color:#eee5d9}.menu-item .row .column .item{align-items:baseline;display:flex;left:10px;padding:10px;position:inherit;width:330px}.menu-item .row .column .item a{text-decoration:none}.menu-item .row .column .item a:hover{background:none;color:#000}.menu-item .row .column .item a p{font:normal normal normal 14px/21px Poppins,sans-serif;position:relative;width:100%}.menu-item .row .column .item a h3{font:normal normal 700 20px/35px Playfair Display,serif}.menu-item .row .column .item a hr{width:310px}.menu-item .row .column .item .itemImg img{height:169px;max-width:310px}.menu-item .row .column .item .itemImg a{font:normal normal 700 20px/35px Playfair Display,serif;max-width:170px;top:5px}.menu-item .row .column .item .itemImg p{font:normal normal normal 14px/21px Playfair Display,serif;margin-bottom:0;margin-top:10px;max-width:320px}.menu-item .row .column .item .article_link a{color:#0b6e4f;font:normal normal 600 16px/27px Poppins,sans-serif;left:185px}}.navLinks,.navbar .nav-item ul li>a{color:#2d3033;font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;letter-spacing:0;opacity:1;padding:16px 16px 11px;text-decoration:none}.navLinks:hover,.navbar .nav-item ul li>a:hover{background-color:#0c6e4f;color:#fff}.bg-blur{display:block;filter:blur(20px);height:100%;position:absolute;top:0;transform:scale(2);width:100%}.navbackground,.navbar{background:#eee5d9 0 0 no-repeat padding-box;border:1px solid #b9978d}header{background:#fffcf8 0 0 no-repeat padding-box;height:140px;opacity:1;width:1920px}header .container{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 138px}header a.logo{height:50px;width:202px}header a.logo img{height:100%;width:100%}header .btnGroup{align-items:center;display:flex;gap:20px;justify-content:flex-end}header .btnGroup .hamburger{display:none}header .btnGroup .btn-login-signup{background:#dceee8;border:2px solid #0b6e4f;border-radius:100px;height:45px;width:160px}header .btnGroup .btn-login-signup.inactive{display:none}header .btnGroup .btn-login-signup:hover{background:#0b6e4f}header .btnGroup .btn-login-signup a{align-items:center;color:#0b6e4f;display:flex;font:600 16px/1 Poppins,sans-serif;height:100%;justify-content:center;width:100%}header .btnGroup .btn-login-signup a:hover{color:#fffcf8}header .btnGroup .profile-greeting{align-items:center;background:#0b6e4f;border-radius:50%;display:flex;height:45px;justify-content:center;position:relative;transition:all .25s ease;width:45px}header .btnGroup .profile-greeting.inactive{display:none}header .btnGroup .profile-greeting:hover{border-radius:5px 5px 0 0;justify-content:space-between;padding:0 16px;width:160px}header .btnGroup .profile-greeting:hover .authenticated-profile-greeting-text{color:#fff;display:block;font:600 16px/1 Poppins,sans-serif;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:125px}header .btnGroup .profile-greeting:hover .user-actions{background:#fffcf8;border:1px solid #0b6e4f;border-radius:0 0 4px 4px;display:flex;flex-direction:column;position:absolute;right:0;top:45px;transition:opacity .25s ease;width:160px;z-index:1}header .btnGroup .profile-greeting:hover .user-actions .btn-user-action{align-items:center;color:#414042;display:flex;font:400 16px/1 Poppins,sans-serif;height:35px;justify-content:center}header .btnGroup .profile-greeting:hover .user-actions .btn-user-action:hover{background:#0b6e4f;color:#fff}header .btnGroup .profile-greeting .authenticated-user-avatar{background:#0b6e4f url(/static/332.11.0/tributesv2/images/person-filled.svg) no-repeat 50%;border:2px solid #0b6e4f;border-radius:50%;height:24px;width:24px}header .btnGroup .profile-greeting .authenticated-profile-greeting-text,header .btnGroup .profile-greeting .user-actions{display:none}header .btnGroup .btn-view-notices{align-items:center;background:#fffcf8;border:2px solid #0b6e4f;border-radius:100px;color:#0b6e4f;display:flex;font:600 16px/1 Poppins,sans-serif;height:45px;justify-content:center;width:160px}header .btnGroup .btn-view-notices:hover{background:#bdd8cf}header .btnGroup .btn-place-a-notice{align-items:center;background:#0b6e4f;border:2px solid #0b6e4f;border-radius:100px;color:#fff;display:flex;font:600 16px/1 Poppins,sans-serif;height:45px;justify-content:center;width:160px}header .btnGroup .btn-place-a-notice:hover{background:#3b896e}.desktop-navbar{height:53px;overflow:hidden}.navbar{height:53px;position:absolute;width:100%}.navbar .nav-item{display:none;height:25px;left:336px;opacity:1;position:relative;top:15px;width:1280px}.navbar .nav-item ul{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}.navbar .nav-item ul li{list-style:none}.navbar .nav-item ul li>a.active{background-color:#0c6e4f;color:#fff}.navbar ul li:hover .menu-item,.show{display:block}.overlay{background-color:#eee5d9;display:none;height:auto;left:0;overflow-x:hidden;position:fixed;top:0;transition:0s;width:0;z-index:1}.overlay .overlay-content{height:180vh;margin-top:30px;position:relative;text-align:center;top:25%;width:100%}.mb-search,.refine-search-filter-mobile .refine-search-filter{display:none}section.hero{height:461px}@media only screen and (min-width:1920px){.navbar,header{width:100%}.navbar{height:53px;position:absolute}.navbar .nav-item{height:25px;left:0;margin:0 auto;opacity:1;position:relative;top:15px;width:1280px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){body #wrapper{margin:0 auto;max-width:100%}.overlay{display:none}header{height:140px;width:100%}header .container{padding:0 18px}.navbar{position:absolute;width:100%}.navbar .nav-item{height:25px;left:0;margin:0 auto;opacity:1;position:relative;top:15px;width:1280px}.navbar .nav-item ul{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}}@media only screen and (min-width:768px)and (max-width:1279.98px){body #wrapper{margin:0 auto;max-width:100%}.overlay{display:none}header{height:135px;margin:0 auto;width:768px}header .container{padding:0 27px}header .container .btnGroup{gap:10px}header .container .btnGroup .profile-greeting:hover{width:149px}header .container .btnGroup .profile-greeting:hover .authenticated-profile-greeting-text{width:115px}header .container .btnGroup .profile-greeting:hover .user-actions{width:149px}header .container .btnGroup .btn-login-signup,header .container .btnGroup .btn-place-a-notice,header .container .btnGroup .btn-view-notices{height:40px;width:149px}.desktop-navbar{height:53px;overflow:inherit}.navbar{display:inline-block;height:53px;position:inherit;top:135px;width:100%}.navbar,.navbar .nav-item{left:0;margin:0 auto;opacity:1}.navbar .nav-item{height:20px;position:relative;top:15px;width:714px}.navbar .nav-item ul{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}.navbar .nav-item ul li>a{bottom:6px;font:normal normal normal 12px/36px Poppins,sans-serif;padding:17px 12px 15px;position:relative}}@media only screen and (max-width:767.98px){body #wrapper{margin:0 auto;max-width:428px}#header{height:109px}.desktop-navbar{display:none}header{border-bottom:1px solid #b9978d;height:65px;position:fixed;width:428px;z-index:99}header .container{align-items:center;padding:0 20px}header .container a.logo{height:33.62px;width:138px}header .container a.logo img{height:100%;width:100%}header .container .btnGroup{align-items:flex-start}header .container .btnGroup .hamburger{display:block;font-size:24px;padding-bottom:5px}header .container .btnGroup .btn-login-signup{background:url(/static/332.11.0/tributesv2/images/person.svg) no-repeat 50%;height:24px;position:relative;width:24px}header .container .btnGroup .btn-login-signup:hover a{display:flex}header .container .btnGroup .btn-login-signup a{align-items:center;background:#fffcf8;border:1px solid #b9978d;border-radius:4px;color:#414042;display:none;height:35px;justify-content:center;position:absolute;right:0;top:35px;width:160px}header .container .btnGroup .btn-login-signup a:hover{background:#0b6e4f;color:#fffcf8}header .container .btnGroup .profile-greeting{height:24px;width:24px}header .container .btnGroup .profile-greeting:hover{border-radius:50%;height:24px;padding:0;width:24px}header .container .btnGroup .profile-greeting:hover .authenticated-profile-greeting-text{display:none}header .container .btnGroup .profile-greeting:hover .user-actions{border:1px solid #b9978d;border-radius:4px;top:35px}header .container .btnGroup .profile-greeting .authenticated-user-avatar{background-size:cover}header .container .btnGroup .btn-place-a-notice,header .container .btnGroup .btn-view-notices{display:none}.mb-search{align-items:center;background:#fff;box-shadow:0 4px 3px 0 rgba(0,0,0,.15);display:flex;gap:10px;height:43px;padding:0 20px;position:fixed;top:65px;width:428px;z-index:1}.mb-search span{color:#414042;font:normal 400 16px/normal Poppins,sans-serif}.mb-search span.active{color:#2d3033}.overlay{width:100%;z-index:9999999}.overlay .overlay-content{margin-top:0;padding:16px 20px}.overlay .overlay-content .overlay-header{align-items:center;display:flex;justify-content:space-between}.overlay .overlay-content .overlay-header a{height:33.62px;width:138px}.overlay .overlay-content .overlay-header a img{height:100%;width:100%}.overlay .overlay-content .overlay-header .closeIcon{cursor:pointer;font-size:18px;padding:0 3px}.overlay .overlay-content .mobile-navbar{margin-top:35px}.overlay .overlay-content .mobile-navbar .overlay-btns{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-view-notices{align-items:center;border:1px solid #0b6e4f;border-radius:21.5px;display:flex;height:43px;justify-content:center;width:48%}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-view-notices:after{color:#0b6e4f;content:"View notices";cursor:pointer;font:600 16px/normal Poppins,sans-serif;text-align:center}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-view-notices:hover{background-color:#fffcf8}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-place-a-notice{align-items:center;background:#0b6e4f;border:1px solid #0b6e4f;border-radius:21.5px;display:flex;height:43px;justify-content:center;width:48%}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-place-a-notice:after{color:#fff;content:"Place a notice";cursor:pointer;font:600 16px/normal Poppins,sans-serif;text-align:center}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-place-a-notice:hover{background-color:#3b896e}.overlay .overlay-content .mobile-navbar .mobile-menu{display:flex;flex-direction:column;gap:20px;height:calc(100vh - 195px);margin-top:40px;overflow:auto}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder{border-bottom:1px solid #b9978d}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder:has(>a.menu-item-nav){order:5}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-header-block{align-items:center;display:flex;justify-content:space-between;padding-bottom:7px}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-header-block h5{color:#414042;cursor:pointer;font:700 24px/normal Playfair Display,serif;text-align:left}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-header-block .arrow-down{border-right:2px solid #b9978d;border-top:2px solid #b9978d;height:12px;margin-right:10px;margin-top:7px;-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:transform .5s;transition:transform .5s;width:12px}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder.active .menu-header-block h5{border-bottom:none}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder.active .menu-header-block .arrow-down{margin-top:14px;transform:rotate(-45deg)}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder.active .menu-item-links{max-height:10000px}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-item-links{list-style:none;max-height:0;overflow:hidden;text-align:left;transition:max-height .5s}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-item-links li a{color:#2d3033;font:normal 16px/36px Poppins,sans-serif;height:23px;left:0;letter-spacing:.05px;opacity:1;position:relative;top:0;width:340px}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-item-nav{color:#2d3033}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-item-nav:after{transform:rotate(45deg)}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .submenu-item-angle:after{transform:rotate(45deg)!important}}@media only screen and (max-width:427.98px){.mb-search,header{width:100%}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-place-a-notice,.overlay .overlay-content .mobile-navbar .overlay-btns .btn-view-notices{width:49%}.overlay .overlay-content .mobile-navbar .overlay-btns .btn-place-a-notice:after,.overlay .overlay-content .mobile-navbar .overlay-btns .btn-view-notices:after{font-size:14px}.overlay .overlay-content .mobile-navbar .mobile-menu .menu-item-holder .menu-header-block h5{font-size:20px}}select::-ms-expand{display:none}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}section .hero{height:461px}.hero-banner{display:block;position:relative}.banner,.hero-banner{height:461px;left:0;top:0;width:1920px}.banner{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/332.11.0/tributesv2/images/banner_hero.jpg);background-repeat:no-repeat;background-size:cover;opacity:1;position:absolute}.banner:after{background:#414141 0 0 no-repeat padding-box;mix-blend-mode:multiply;opacity:.83}.banner .search{z-index:9}.banner .search h1{color:#fff;font:normal normal 700 33px/51px Playfair Display,serif;height:56px;left:452px;letter-spacing:0;margin:0;opacity:1;position:absolute;text-align:left;text-shadow:0 3px 6px rgba(0,0,0,.161);top:95px;width:955px}.banner .search .form .searchBox{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:38px 0 0 38px;height:75px;left:412px;opacity:1;outline:none;padding-left:80px;position:absolute;top:200px;width:546px}.banner .search .form .searchBox::-moz-placeholder{color:#101010;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:0;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:74px}.banner .search .form .searchBox::placeholder{color:#101010;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:0;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:74px}.banner .search .form .home-location{display:block;left:961px;position:absolute;top:200px}.banner .search .form .home-location .tt-menu{background:#fff;display:none;height:250px;left:0;position:absolute;top:100%;z-index:101}.banner .search .form .home-location .tt-dataset-location{height:250px;overflow-y:auto}.banner .search .form .home-location .tt-dataset.tt-dataset-fd{background:#fff;border-left:5px solid transparent;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);position:relative;top:-17px;top:4px}.banner .search .form .home-location .tt-suggestion.Typeahead-selectable{border:none;font:normal normal 600 18px/27px Poppins,sans-serif;padding:10px 20px}.banner .search .form .home-location .tt-suggestion.Typeahead-selectable:hover{background-color:#0b6e4f;color:#fff}.banner .search .form .home-location .searchdropdown{background:#fff 0 0 no-repeat padding-box;border:none;font-family:Poppins,sans-serif;height:75px;opacity:1;outline:none;padding:3px 30px 0 55px;text-overflow:ellipsis;width:287px}.banner .search .form .home-location .searchdropdown::-moz-placeholder{color:#101010;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:.96px;text-align:left}.banner .search .form .home-location .searchdropdown::placeholder{color:#101010;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:.96px;text-align:left}.banner .search .form .clearable-input [data-clear-input]{background:#cacabd;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1em;font-weight:100;line-height:1em;padding:0 .2em;position:absolute;right:0;top:40%;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:999}.banner .search .form .radius-options{background:#fff 0 0 no-repeat padding-box;border:none;font-family:Poppins,sans-serif;height:75px;left:1251px;opacity:1;outline:none;padding-left:20px;padding-top:3px;position:absolute;top:200px;width:130px}.banner .search .form .goButton{background:#0b6e4f 0 0 no-repeat padding-box;border:none;border-radius:0 38px 38px 0;color:#fff;cursor:pointer;font:normal normal normal 16px/25px Poppins,sans-serif;height:75px;left:1384px;letter-spacing:0;opacity:1;position:absolute;text-align:center;top:200px;width:124px}.banner .search .form .searchImg{height:18px;left:451px;width:19px}.banner .search .form .locationImg,.banner .search .form .searchImg{border-color:rgba(126,66,57,.4);opacity:1;position:absolute;top:227px}.banner .search .form .locationImg{height:22px;left:981px;width:18px}.banner .search .form .dropdownImg{height:9px;left:1351px;opacity:1;position:absolute;top:235px;width:19px}@media only screen and (min-width:1920px){body #wrapper{margin:0;max-width:100%}.hero-banner{display:block;position:relative}.banner,.hero-banner{height:461px;left:0;top:0;width:100%}.banner{opacity:1;position:absolute}.banner .search{height:461px;margin:0 auto;position:relative;width:1920px;z-index:9}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.hero{height:461px}.hero-banner{display:block;position:relative}.banner,.hero-banner{height:461px;left:0;top:0;width:100%}.banner{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/332.11.0/tributesv2/images/banner-bg.jpg);background-position:50% 20%;background-repeat:no-repeat;background-size:cover;opacity:1;position:absolute}.banner:after{background:#414141 0 0 no-repeat padding-box;mix-blend-mode:multiply;opacity:.83}.banner .search{display:block;height:461px;margin:0 auto;position:relative;width:1280px}.banner .search h1{height:56px;left:125px;opacity:1;position:absolute;top:90px;width:950px}.banner .search .form .searchBox{height:75px;left:92px;opacity:1;position:absolute;top:180px;width:546px}.banner .search .form .searchBox::-moz-placeholder{height:23px;left:0;opacity:1;position:relative;top:0;width:74px}.banner .search .form .searchBox::placeholder{height:23px;left:0;opacity:1;position:relative;top:0;width:74px}.banner .search .form .home-location{display:block;left:641px;position:absolute;top:180px}.banner .search .form .home-location .searchdropdown{height:75px;width:287px}.banner .search .form .radius-options{height:75px;left:931px;opacity:1;position:absolute;top:180px;width:130px}.banner .search .form .goButton{background:#0b6e4f 0 0 no-repeat padding-box;border:none;border-radius:0 38px 38px 0;color:#fff;cursor:pointer;font:normal normal normal 16px/25px Poppins,sans-serif;height:75px;left:1064px;letter-spacing:0;opacity:1;position:absolute;text-align:center;top:180px;width:124px}.banner .search .form .searchImg{height:16px;left:131px;width:17px}.banner .search .form .locationImg,.banner .search .form .searchImg{border-color:rgba(126,66,57,.4);opacity:1;position:absolute;top:210px}.banner .search .form .locationImg{height:17px;left:665px;width:16px}.banner .search .form .dropdownImg{height:17px;left:1032px;opacity:1;position:absolute;top:210px;width:16px}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.hero{height:400px}.hero-banner{display:block;height:461px;position:relative}.banner,.hero-banner{left:0;top:0;width:100%}.banner{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/332.11.0/tributesv2/images/banner-bg.jpg);background-repeat:no-repeat;background-size:cover;height:400px;opacity:1;position:absolute}.banner:after{background:#414141 0 0 no-repeat padding-box;mix-blend-mode:multiply;opacity:.83}.banner .search{display:block;height:400px;margin:0 auto;position:relative;width:768px}.banner .search h1{font:normal normal 700 26px/51px Playfair Display,serif;height:40px;left:42px;opacity:1;position:absolute;top:74px;width:720px}.banner .search .form .searchBox{background:#fff 0 0 no-repeat padding-box;border-radius:38px 0 0 38px;height:55px;left:27px;opacity:1;padding-left:70px;position:absolute;top:151px;width:322px}.banner .search .form .searchBox::-moz-placeholder{height:23px;left:5px;opacity:1;position:relative;top:0;width:74px}.banner .search .form .searchBox::placeholder{height:23px;left:5px;opacity:1;position:relative;top:0;width:74px}.banner .search .form .home-location{display:block;left:351px;position:absolute;top:151px}.banner .search .form .home-location .searchdropdown{color:#000;font:normal normal normal 16px/25px Poppins,sans-serif;height:55px;padding-left:50px;width:203px}.banner .search .form .radius-options{background:#fff 0 0 no-repeat padding-box;border:none;font:normal normal normal 16px/25px Poppins,sans-serif;height:55px;left:556px;opacity:1;overflow:hidden;padding-left:12px;padding-right:30px;padding-top:3px;position:absolute;text-overflow:ellipsis;top:151px;width:100px}.banner .search .form .goButton{height:55px;left:658px;opacity:1;position:absolute;top:151px;width:83px}.banner .search .form .searchImg{height:18px;left:51px;width:19px}.banner .search .form .locationImg,.banner .search .form .searchImg{border-color:rgba(126,66,57,.4);opacity:1;position:absolute;top:170px}.banner .search .form .locationImg{height:22px;left:371px;width:18px}.banner .search .form .dropdownImg{height:17px;left:631px;opacity:1;position:absolute;top:171px;width:16px}}@media only screen and (min-width:428px)and (max-width:767.98px){section.hero{height:301px;overflow:hidden}.hero-banner{display:block;height:303px;left:0;position:relative;top:0;width:428px}.banner{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/332.11.0/tributesv2/images/banner_hero.png) 50%/cover no-repeat;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%}.banner:after{background:#414141 0 0 no-repeat padding-box;mix-blend-mode:multiply;opacity:.83}.banner .search h1{color:#fff;font:700 33px/normal Playfair Display,serif;height:145px;left:5px;opacity:1;padding:0 20px;position:absolute;text-align:center;top:90px;width:98%}.banner .search .form{display:none}}@media only screen and (max-width:427.98px){section.hero{height:301px;overflow:hidden;width:100%}.hero-banner{display:block;height:303px;position:relative}.banner,.hero-banner{left:0;top:0;width:100%}.banner{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/332.11.0/tributesv2/images/banner_hero.png) 50%/cover no-repeat;height:100%;opacity:1;position:absolute}.banner:after{background:#414141 0 0 no-repeat padding-box;mix-blend-mode:multiply;opacity:.83}.banner .search{align-items:center;display:flex;height:301px;width:100%}.banner .search h1{color:#fff;font:700 33px/normal Playfair Display,serif;height:145px;padding:8px;position:unset;text-align:center;width:100%}.banner .search .form{display:none}}.hideArrow,select#selectDropdown1,select#selectDropdown2,select#selectMbDropdown1,select#selectMbDropdown2{-webkit-appearance:none;border:0;outline:0;text-indent:0}select option{background:#fffefe;color:#000;margin:40px}.recent-notices-no-data{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;text-align:center}.recent-notices-no-data h3{font:700 normal 32px/normal Playfair Display,serif}.recent-notices-no-data p{font:400 normal 18px/normal Poppins,sans-serif}.recent-notices-no-data .view-notice-btn{background:#0b6e4f 0 0 no-repeat padding-box;border:2px;border-radius:100px;height:50px;opacity:opacity;padding:10px 35px;width:192px}.recent-notices-no-data .view-notice-btn:after{color:#fff;content:"View notices";cursor:pointer;font:600 18px/normal Poppins,sans-serif;text-align:center}.recent-notices-no-data .view-notice-btn:hover{background-color:#3b896e}.mb-recent-notices{display:none}.mb-recent-notices .recent-notices-no-data{margin:40px 25px auto}.mb-recent-notices .recent-notices-no-data h3{font-size:29px}.mb-recent-notices .recent-notices-no-data p{font-size:18px}.recent-notices-head{height:78px;margin:-78px auto 0;position:absolute;width:1920px;z-index:9}.recent-notices{display:block;margin-bottom:135px;width:1920px}.recent-notices .container .headerSection{align-items:center;background:#0c6e4f 0 0 no-repeat padding-box;border-radius:10px 10px 0 0;display:flex;gap:60px;height:78px;justify-content:space-between;left:412px;padding:0 40px;position:absolute;width:1096px}.recent-notices .container .headerSection h2{color:#fff;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:.13px;margin-right:auto}.recent-notices .container .headerSection .selectDropdown1,.recent-notices .container .headerSection .selectDropdown2{background:url(/static/332.11.0/tributesv2/images/icon-ionic-ios-arrow-down.svg) no-repeat;background-position:100%;color:#fff;font:normal normal normal 17px/26px Poppins,sans-serif;letter-spacing:1.02px;padding-right:30px}.recent-notices .container .recent-notice-grid{background:#eee5d9 0 0 no-repeat padding-box;border:1px solid #b9978d;border-radius:10px;height:650px;margin:0 auto;width:1248px}.recent-notices .container .recent-notice-grid .nav{display:flex;margin:0 auto;width:1096px}.recent-notices .container .recent-notice-grid .nav a{border-bottom:2px solid #b9978d;color:#b9978d;flex:1;font:normal normal 600 18px/normal Poppins,sans-serif;letter-spacing:1.08px;padding:20px 0;text-align:center}.recent-notices .container .recent-notice-grid .nav a:hover{color:#0c6e4f}.recent-notices .container .recent-notice-grid .nav a.active{background:#fffcf8;border-bottom:3px solid #0c6e4f;color:#0c6e4f}.recent-notices .container .recent-notice-grid .grid{height:auto;margin:0 40px}.recent-notices .container .recent-notice-grid .grid .recent-notice-items{display:block;height:470px;overflow:hidden}.recent-notices .container .recent-notice-grid .grid .notices_item{border-bottom:1px solid #eee5d9;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(4,1fr);justify-content:space-between;max-height:440px;overflow-x:hidden;overflow-y:auto}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card{background:#fff 0 0 no-repeat padding-box;border-radius:10px;color:#101010;height:95px;margin:10px 18px 10px 0;opacity:1;overflow:hidden;padding:22px 20px;text-overflow:ellipsis;white-space:nowrap;width:272px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card:hover{transform:scale(.96);transition:all .3s ease-in-out}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .name{color:#101010;font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;letter-spacing:1.08px;opacity:1;text-align:left;width:160px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date{color:#a5a5a5;display:flex;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;justify-content:space-between;letter-spacing:.96px;opacity:1;text-align:left}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date .location{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:125px}.recent-notices .container .recent-notice-grid .grid .notices_item .recent-notices-no-data{background:#fffcf8;border:1px solid #b9978d;border-radius:10px;grid-column:1/-1;margin:50px auto auto;padding:30px 40px;width:640px}.recent-notices .container .recent-notice-grid .grid hr{border:0;border-bottom:1px solid #b9978d;height:0;left:0;margin-top:15px;opacity:1;position:relative;width:1162px}.recent-notices .container .recent-notice-grid .grid .viewAll a{border-bottom:3px solid #0b6e4f;color:#0b6e4f;float:right;font:normal normal 600 16px/25px Poppins,sans-serif;padding-bottom:3px;padding-right:0;padding-top:12px}.recent-notices .container .recent-notice-grid .grid .viewAll a img{filter:invert(78%) sepia(50%) saturate(2737%) hue-rotate(114deg) brightness(95%) contrast(91%);height:6px;margin-left:10px;padding-top:0;transform:rotate(270deg);vertical-align:middle}.recent-notices .container .recent-notice-grid .grid .viewAll:hover a{border-bottom:3px solid #3b896e;color:#3b896e}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar{height:380px;width:8px}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 5px #a5a5a5}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:8px}@media only screen and (min-width:1920px){.recent-notices{margin:0 auto 136px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.recent-notices-head{width:1280px}.recent-notices{margin:0 auto 75px;width:1280px}.recent-notices .container .headerSection{height:78px;margin:0 auto;opacity:1;position:static;width:1096px}.recent-notices .container .recent-notice-grid{background:#eee5d9 0 0 no-repeat padding-box;border-radius:10px;height:650px;margin:0 auto;width:1248px}.recent-notices .container .recent-notice-grid .grid{height:446px;opacity:1;width:1168px}.recent-notices .container .recent-notice-grid .grid .notices_item{border-bottom:1px solid #eee5d9;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(4,1fr);justify-content:space-between;max-height:440px;overflow-x:hidden;overflow-y:auto}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card{background:#fff 0 0 no-repeat padding-box;border-radius:10px;height:95px;margin:10px 10px 10px 0;opacity:1;overflow:hidden;padding:20px;text-overflow:ellipsis;white-space:nowrap;width:272px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .name{color:#101010;font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;letter-spacing:1.08px;opacity:1;text-align:left;width:160px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date{color:#a5a5a5;display:flex;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;justify-content:space-between;letter-spacing:.96px;opacity:1;text-align:left}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date .location{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:125px}.recent-notices .container .recent-notice-grid .grid hr{border:0;border-bottom:1px solid #b9978d;height:0;left:0;margin-top:15px;opacity:1;position:relative;width:1162px}.recent-notices .container .recent-notice-grid .grid .viewAll a{border-bottom:3px solid #0b6e4f;color:#0b6e4f;float:right;font:normal normal 600 16px/25px Poppins,sans-serif;padding-bottom:8px;padding-right:0;padding-top:20px}.recent-notices .container .recent-notice-grid .grid .viewAll a img{height:6px;margin-left:10px;padding:0;transform:rotate(270deg);vertical-align:middle}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar{height:380px;width:8px}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 5px #a5a5a5}.recent-notices .container .recent-notice-grid ::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:8px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.recent-notices-head{margin:-67px auto 0;width:768px}.recent-notices{margin:0 auto 60px;width:768px}.recent-notices .container .headerSection{gap:30px;height:67px;margin:0 auto;opacity:1;position:static;width:714px}.recent-notices .container .headerSection h2{font-size:30px;letter-spacing:.09px;line-height:40px}.recent-notices .container .headerSection .selectDropdown1,.recent-notices .container .headerSection .selectDropdown2{font-size:cacl(16px);letter-spacing:.96px;line-height:25px}.recent-notices .container .recent-notice-grid{border-radius:0 0 10px 10px;height:650px;margin:0 auto;width:714px}.recent-notices .container .recent-notice-grid .nav{width:100%}.recent-notices .container .recent-notice-grid .grid{height:445px;margin:0 28px;opacity:1;width:660px}.recent-notices .container .recent-notice-grid .grid .notices_item{border-bottom:1px solid #eee5d9;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(3,1fr);justify-content:space-between;max-height:440px;overflow-x:hidden;overflow-y:auto}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card{background:#fff 0 0 no-repeat padding-box;border-radius:10px;height:64px;margin:10px 10px 10px 0;opacity:1;padding:10px;width:201px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .name{color:#101010;font:normal normal normal 16px/27px Poppins,sans-serif;height:23px;letter-spacing:.96px;opacity:1;text-align:left;width:112px}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date{color:#a5a5a5;display:flex;font:normal normal normal 14px/25px Poppins,sans-serif;height:23px;justify-content:space-between;letter-spacing:.84px;opacity:1;text-align:left}.recent-notices .container .recent-notice-grid .grid .notices_item .notice-card .location_date .location{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:125px}.recent-notices .container .recent-notice-grid .grid .notices_item .recent-notices-no-data{width:580px}.recent-notices .container .recent-notice-grid .grid hr{border:0;border-bottom:1px solid #b9978d;margin-left:0;margin-top:15px;opacity:1;width:654px}.recent-notices .container .recent-notice-grid .grid .viewAll a{border-bottom:3px solid #0b6e4f;color:#0b6e4f;float:right;font:normal normal 600 16px/25px Poppins,sans-serif;padding-bottom:3px;padding-right:0;padding-top:20px}.recent-notices .container .recent-notice-grid .grid .viewAll a img{height:6px;margin-left:10px;padding:0;transform:rotate(270deg);vertical-align:middle}}@media only screen and (min-width:428px)and (max-width:767.98px){.recent-notices{display:none}.mb-recent-notices-no-data{color:red;font:normal normal normal 16px/26px Poppins,sans-serif;text-align:center}.mb-recent-notices{background:#eee5d9 0 0 no-repeat padding-box;display:block;height:auto;overflow:hidden;padding-bottom:59px;width:428px}.mb-recent-notices .container{margin:0 23px}.mb-recent-notices .container h2{color:#414042;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:26px 0 10px;padding:0;text-align:left;width:100%}.mb-recent-notices .container .mb-header{align-items:center;background:#0c6e4f 0 0 no-repeat padding-box;border-radius:10px 10px 0 0;box-shadow:0 3px 6px rgba(0,0,0,.161);display:flex;gap:30px;height:67px;justify-content:space-between;padding:0 20px;width:382px;z-index:1}.mb-recent-notices .container .mb-header .selectMbDropdown1,.mb-recent-notices .container .mb-header .selectMbDropdown2{background:url(/static/332.11.0/tributesv2/images/icon-ionic-ios-arrow-down.svg) no-repeat;background-position:100%;color:#fff;flex:1;font:normal normal normal 16px/26px Poppins,sans-serif;letter-spacing:1.02px;text-align:left}.mb-recent-notices .container .mb-header:not(:has(.selectMbDropdown2)) .selectMbDropdown1{flex:.45}.mb-recent-notices .container .mb-grid{background:#fff 0 0 no-repeat padding-box;border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.161);height:auto;width:382px}.mb-recent-notices .container .mb-grid .mb-nav{display:flex;width:100%}.mb-recent-notices .container .mb-grid .mb-nav a{border-bottom:1px solid #b9978d;color:#b9978d;flex:1;font:normal normal 600 16px/normal Poppins,sans-serif;padding:10px 0;text-align:center}.mb-recent-notices .container .mb-grid .mb-nav a:hover{border-bottom:3px solid #0c6e4f;color:#0c6e4f}.mb-recent-notices .container .mb-grid .mb-nav a.active{background:#dceee8;border-bottom:3px solid #0c6e4f;color:#0c6e4f}.mb-recent-notices .container .mb-grid .grid{height:500px;left:0;opacity:1;overflow:hidden;padding:10px 0;top:0;width:380px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px;position:relative;top:10px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span{color:#6a6a6a;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:.96px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span.name{height:23px;left:10px;opacity:1;overflow:hidden;position:relative;text-overflow:ellipsis;top:23px;white-space:nowrap;width:180px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span.location{height:23px;left:-10px;opacity:1;overflow:hidden;position:relative;text-align:right;text-overflow:ellipsis;top:23px;white-space:nowrap;width:120px}.mb-recent-notices .container .grid-bottom-border{border:1px solid #ededed;height:0;left:0;margin:0 23px;opacity:1;top:0;width:340px}.mb-recent-notices .container .pagi-dots a{border:2px solid #0b6e4f;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;height:15px;margin:10px 4px 0;width:15px}.mb-recent-notices .container .pagi-dots a.active{background-color:#0b6e4f;color:#0b6e4f}.mb-recent-notices .container .pagi-left i img,.mb-recent-notices .container .pagi-right i img{color:#3b896e;filter:invert(30%) sepia(3%) saturate(2737%) hue-rotate(114deg) brightness(95%) contrast(91%);font-size:30px;height:40px;opacity:1;position:relative;width:30px}.mb-recent-notices .container .pagi-left i img{transform:rotate(90deg)}.mb-recent-notices .container .pagi-right i img{transform:rotate(270deg)}.mb-recent-notices .container .pagi-left.active i img,.mb-recent-notices .container .pagi-right.active i img{filter:invert(64%) sepia(9%) saturate(5878%) hue-rotate(120deg) brightness(92%) contrast(91%)}.mb-recent-notices .container #recent-pagi{align-items:flex-start;display:flex;height:auto;justify-content:space-around;padding:30px 0}.mb-recent-notices .container .mb-footer{background:#0c6e4f 0 0 no-repeat padding-box;border-radius:0 0 10px 10px;height:66px;padding:21px 119px;text-align:center;width:382px}.mb-recent-notices .container .mb-footer a{color:#fff;font:normal normal 600 17px/26px Poppins,sans-serif;height:24px;letter-spacing:0;width:134px}}@media only screen and (max-width:427.98px){.recent-notices{display:none}.mb-recent-notices-no-data{color:red;font:normal normal normal 16px/26px Poppins,sans-serif;text-align:center}.mb-recent-notices{background:#eee5d9 0 0 no-repeat padding-box;display:block;height:auto;overflow:hidden;padding-bottom:59px;width:100%}.mb-recent-notices .container{margin:0 23px}.mb-recent-notices .container h2{color:#414042;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:26px 0 10px;padding:0;text-align:left;width:100%}.mb-recent-notices .container .mb-header{align-items:center;background:#0c6e4f 0 0 no-repeat padding-box;border-radius:10px 10px 0 0;box-shadow:0 3px 6px rgba(0,0,0,.161);display:flex;gap:20px;height:67px;justify-content:space-between;padding:0 20px;width:100%;z-index:1}.mb-recent-notices .container .mb-header .selectMbDropdown1,.mb-recent-notices .container .mb-header .selectMbDropdown2{background:url(/static/332.11.0/tributesv2/images/icon-ionic-ios-arrow-down.svg) no-repeat;background-position:100%;color:#fff;flex:1;font:normal normal normal 16px/26px Poppins,sans-serif;letter-spacing:1.02px;text-align:left}.mb-recent-notices .container .mb-header:not(:has(.selectMbDropdown2)) .selectMbDropdown1{flex:.45}.mb-recent-notices .container .mb-grid{background:#fff 0 0 no-repeat padding-box;border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.161);height:auto;width:100%}.mb-recent-notices .container .mb-grid .mb-nav{display:flex;width:100%}.mb-recent-notices .container .mb-grid .mb-nav a{border-bottom:1px solid #b9978d;color:#b9978d;flex:1;font:normal normal 600 16px/normal Poppins,sans-serif;padding:10px 0;text-align:center}.mb-recent-notices .container .mb-grid .mb-nav a:hover{border-bottom:3px solid #0c6e4f;color:#0c6e4f}.mb-recent-notices .container .mb-grid .mb-nav a.active{background:#dceee8;border-bottom:3px solid #0c6e4f;color:#0c6e4f}.mb-recent-notices .container .mb-grid .grid{height:500px;left:0;opacity:1;overflow:hidden;padding:10px 0;top:0;width:100%}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card{display:flex;justify-content:space-between;padding:10px 10px 10px 20px;position:relative;top:10px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span{color:#6a6a6a;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:.96px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span.name{height:23px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.mb-recent-notices .container .mb-grid .grid .notices_item_mb .notice-card span.location{height:23px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:120px}.mb-recent-notices .container .grid-bottom-border{border:1px solid #ededed;height:0;left:0;margin:0 23px;top:0;width:85%}.mb-recent-notices .container .pagi-dots a{border:2px solid #0b6e4f;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;height:15px;margin:10px 4px 0;width:15px}.mb-recent-notices .container .pagi-dots a.active{background-color:#0b6e4f;color:#0b6e4f}.mb-recent-notices .container .pagi-left i img,.mb-recent-notices .container .pagi-right i img{color:#3b896e;filter:invert(30%) sepia(3%) saturate(2737%) hue-rotate(114deg) brightness(95%) contrast(91%);font-size:30px;height:40px;opacity:1;position:relative;width:30px}.mb-recent-notices .container .pagi-left i img{transform:rotate(90deg)}.mb-recent-notices .container .pagi-right i img{transform:rotate(270deg)}.mb-recent-notices .container .pagi-left.active i img,.mb-recent-notices .container .pagi-right.active i img{filter:invert(64%) sepia(9%) saturate(5878%) hue-rotate(120deg) brightness(92%) contrast(91%)}.mb-recent-notices .container #recent-pagi{align-items:flex-start;display:flex;height:auto;justify-content:space-around;padding:30px 0}.mb-recent-notices .container .mb-footer{background:#0c6e4f 0 0 no-repeat padding-box;border-radius:0 0 10px 10px;height:66px;padding:21px 19px;text-align:center;width:100%}.mb-recent-notices .container .mb-footer a{color:#fff;font:normal normal 600 17px/26px Poppins,sans-serif;height:24px;letter-spacing:0;width:134px}}section.newsletter{background-image:url(/static/332.11.0/tributesv2/images/subscribe-background.jpg);background-position:50% 50%;background-size:cover;height:228px;width:1920px}section.newsletter .container{align-items:center;display:flex;height:228px;position:relative}section.newsletter .container h2{color:#fff;font:normal normal normal 40px/51px Playfair Display,serif;height:104px;letter-spacing:0;margin-left:337px;margin-right:46px;opacity:1;text-align:left;width:520px}section.newsletter .container .form-control{background:#fff;border-radius:42px;display:flex;height:75px;padding:6px 6px 6px 46px;width:660px}section.newsletter .container .form-control input{border:none}section.newsletter .container .form-control div.thankyou{color:#2d3033;display:none;font:normal normal normal 18px/64px Poppins,sans-serif;letter-spacing:.05px;text-align:center}section.newsletter .container .form-control input#Email{background:#fff!important;border-radius:34px!important;color:#101010;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:.6px;line-height:44px;outline:none;overflow:visible;text-align:left;top:26px;white-space:nowrap;width:350px!important}section.newsletter .container .form-control button[type=submit]{background:#0b6e4f!important;border-radius:34px;box-shadow:none;color:#fff!important;font-family:Poppins,sans-serif;height:62px;left:188px;overflow:visible;position:relative;top:-128px;width:247px}section.newsletter .container .form-control button[type=submit]:hover{background-color:#3b896e!important}section.newsletter .mktoForm{padding-left:0}section.newsletter .mktoForm div.mktoOffset{display:none}section.newsletter .mktoForm div.mktoError{bottom:-38px!important;right:0!important}section.newsletter .mktoForm div.mktoHtmlText span,section.newsletter .mktoForm div.mktoHtmlText span a{color:#fff}@media only screen and (min-width:1920px){section.newsletter{width:100%}section.newsletter .container{width:1920px}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.newsletter{height:230px;width:100%}section.newsletter .container{display:block;height:225px;left:0;opacity:1;position:relative;top:0;width:768px}section.newsletter .container h2{color:#fff;font:normal normal normal 30px/37px Playfair Display,serif;height:104px;left:0;margin:0 80px;opacity:1;padding:10px;position:relative;top:0;width:392px}section.newsletter .container .form-control{background:#fff;border-radius:38px;display:block;height:65px;left:0;margin:0 auto;opacity:1;padding:6px 6px 6px 46px;position:relative;top:0;width:590px}section.newsletter .container .form-control input{border:none;border-radius:34px}section.newsletter .container .form-control input#Email{font:normal normal normal 16px/25px Poppins,sans-serif;height:50px;left:0;letter-spacing:.96px;opacity:1;position:relative;top:0;width:249px!important}section.newsletter .container .form-control button[type=submit]{border:none;border-radius:34px;height:50px;left:175px;opacity:1;overflow:visible;position:relative;top:-110px;width:203px}section.newsletter .mktoForm .mktoHtmlText{margin-left:-45px!important;margin-top:-5px;width:235%!important}section.newsletter .mktoForm *{padding:0}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.newsletter{height:245px;width:100%}section.newsletter .container{align-items:center;display:flex;height:228px;margin:0 auto;position:relative;width:1280px}section.newsletter .container h2{color:#fff;font:normal normal normal 40px/51px Playfair Display,serif;height:104px;margin-left:55px;margin-right:90px;opacity:1;text-align:left;width:430px}}@media only screen and (min-width:428px)and (max-width:767.98px){section.newsletter{background-image:url(/static/332.11.0/tributesv2/images/subscribe-background-square.jpg);background-size:cover;height:419px;width:428px}section.newsletter .container{background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);display:block;height:365px;left:23px;margin:0;opacity:1;position:relative;top:27px;width:382px}section.newsletter .container h2{color:#414042;font:normal normal 700 30px/40px Playfair Display,serif;height:145px;left:45px;margin:0;opacity:1;position:relative;text-align:center;top:10px;width:293px}section.newsletter .container input:focus{outline:none}section.newsletter .container .form-control{display:block;margin:0;padding:0;position:relative;top:15px;width:100%}section.newsletter .container .form-control input#Email{border:none;border-bottom:1px solid #0c6e4f!important;border-radius:0!important;height:23px;left:47px;opacity:1;padding:20px!important;position:relative;top:-30px;width:287px!important}section.newsletter .container .form-control input#Email::-moz-placeholder{color:#0c6e4f;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:20px;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:221px}section.newsletter .container .form-control input#Email::placeholder{color:#0c6e4f;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:20px;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:221px}section.newsletter .container .form-control button[type=submit]{height:60px;left:10px;opacity:1;position:relative;text-align:center;top:-100px;width:247px}section.newsletter .mktoForm div.mktoHtmlText{left:35px;letter-spacing:0;margin:0;padding:0!important;position:relative;text-align:center!important;top:53px;width:87%!important}section.newsletter .mktoForm div.mktoHtmlText span{color:#414042;font-family:Poppins,sans-serif}section.newsletter .mktoForm div.mktoHtmlText span a{color:#414042}section.newsletter .mktoForm *{padding:0;text-align:center!important}}@media only screen and (max-width:427.98px){section.newsletter{background-image:url(/static/332.11.0/tributesv2/images/subscribe-background-square.jpg);background-size:cover;height:419px;width:100%}section.newsletter .container{background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);display:block;height:365px;left:23px;margin:0;opacity:1;position:relative;top:27px;width:90%}section.newsletter .container h2{color:#414042;font:normal normal 700 30px/40px Playfair Display,serif;height:145px;left:0;margin:0;opacity:1;position:relative;text-align:center;top:10px;width:100%}section.newsletter .container input:focus{outline:none}section.newsletter .container .form-control{display:block;margin:0;padding:0;position:relative;top:15px;width:100%}section.newsletter .container .form-control input#Email{border:none;border-bottom:1px solid #0c6e4f!important;border-radius:0!important;height:23px;left:6%;opacity:1;padding:20px 0!important;position:relative;top:-30px;width:95%!important}section.newsletter .container .form-control input#Email::-moz-placeholder{color:#0c6e4f;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:20px;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:221px}section.newsletter .container .form-control input#Email::placeholder{color:#0c6e4f;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;left:20px;letter-spacing:.96px;opacity:1;position:relative;text-align:left;top:0;width:221px}section.newsletter .container .form-control button[type=submit]{height:60px;left:10px;opacity:1;position:relative;text-align:center;top:-100px;width:247px}section.newsletter .mktoForm div.mktoHtmlText{left:35px;letter-spacing:0;margin:0;padding:0!important;position:relative;text-align:center!important;top:53px;width:87%!important}section.newsletter .mktoForm div.mktoHtmlText span{color:#414042;font-family:Poppins,sans-serif}section.newsletter .mktoForm div.mktoHtmlText span a{color:#414042}section.newsletter .mktoForm *{padding:0;text-align:center!important}}@media only screen and (max-width:390px){section.newsletter .container .form-control button[type=submit]{top:-114px}}@media only screen and (max-width:320px){section.newsletter .container{height:375px;left:0;margin:20px auto;position:unset;top:0}section.newsletter .container .form-control button[type=submit]{top:-132px}}section.featured-notices{background:#eee5d9;height:1004px;max-width:1920px;overflow:hidden;width:1920px}section.featured-notices .showInMobileview{display:none}section.featured-notices .hideInMobileview{display:block}section.featured-notices .card-block{overflow:hidden}section.featured-notices .card-block .featured-banner-img-card{border-radius:3px 3px 0 0;display:table-cell;height:204px;overflow:hidden;position:relative;text-align:center;vertical-align:center;width:224px}section.featured-notices .card-block .featured-banner-img-card img{margin:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));max-width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;z-index:1}section.featured-notices .card-block .featured-banner-img-card:hover>img{transform:scale(1.15);transition:all .3s ease-in-out}section.featured-notices .date{height:93px;justify-content:space-evenly;padding:9px 11px}section.featured-notices .date h4{color:#414042;font:normal normal 600 18px/27px Poppins,sans-serif;margin:0;overflow:hidden;padding-bottom:7px;text-overflow:ellipsis;white-space:nowrap}section.featured-notices .date .mb-calender img{border-radius:0;float:left;height:19px;margin-right:11px;margin-top:2px;width:19px}section.featured-notices .date .mb-calender p{color:#a5a5a5;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:0;margin:0;text-align:left}section.featured-notices .bottom_link{border-bottom:3px solid #0b6e4f;height:30px;margin:0 auto;position:relative;text-align:center;top:50px;width:105px}section.featured-notices .bottom_link a{color:"Poppins",sans-serif;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;text-decoration:none}section.featured-notices .bottom_link:hover{border-bottom:3px solid #3b896e}section.featured-notices .bottom_link:hover a{color:#3b896e}.containers{height:1004px;left:0;position:relative;width:1920px}.containers .split-header{align-items:center;display:flex;justify-content:space-between;margin-left:337px;margin-top:105px}.containers .split-header h1,.containers .split-header h2,.containers .split-header h3{margin-right:auto}.containers .split-header h2{font:normal normal 700 40px/53px Playfair Display,serif;height:53px;letter-spacing:.12px;text-align:left;width:325px}.containers .split-header .split-header-right{padding-bottom:20px;padding-right:332px}.containers .split-header .split-header-right .btn{font-family:Poppins,sans-serif}.containers .split-header .split-header-right a.hideInMobileView{margin-right:25px}.containers .cards-4{grid-auto-rows:minmax(min-content,max-content);overflow-x:hidden;overflow-y:auto;padding-top:0;width:1280px}@media only screen and (min-width:1920px){section.featured-notices{max-width:100%;width:100%}section.featured-notices .containers{margin:0 auto}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.featured-notices{background:#eee5d9;height:960px;width:100%}section.featured-notices .containers{height:850px;left:0;margin:0 auto;opacity:1;padding:15px;position:relative;top:50px;width:1280px}section.featured-notices .containers .split-header{display:flex;justify-content:space-between;margin-left:30px;margin-top:0;padding-bottom:20px}section.featured-notices .containers .split-header a.btn{margin-right:10px;padding:16px 32px 17px 37px}section.featured-notices .containers .split-header h1,section.featured-notices .containers .split-header h2,section.featured-notices .containers .split-header h3{margin-right:auto}section.featured-notices .containers .split-header h2{float:left;font:normal normal 700 30px/40px Playfair Display,serif;height:53px;left:0;letter-spacing:.12px;opacity:1;position:relative;text-align:left;top:5px;width:254px}section.featured-notices .containers .split-header .split-header-right{padding-right:88px}section.featured-notices .containers .split-header .split-header-right a.hideInMobileView{margin-right:25px}section.featured-notices .containers .bottom_link{top:35px}section.featured-notices .containers .cards-4{display:grid;grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(5,1fr);height:685px;left:40px;opacity:1;padding-top:15px;position:relative;top:0;width:97%}section.featured-notices .containers .cards-4 .card{display:block;float:left;height:297px;left:0;margin-right:24px;opacity:1;position:relative;top:0;width:200px}section.featured-notices .containers .cards-4 .card .card-block{overflow:hidden}section.featured-notices .containers .cards-4 .card .card-block .featured-banner-img-card{height:204px}section.featured-notices .containers .cards-4 .card .date{display:flex;flex-direction:column;height:93px;justify-content:space-evenly;left:0;opacity:1;position:relative;top:0;width:auto}section.featured-notices .containers .cards-4 .card .date .mb-calender img{margin-bottom:10px;margin-top:0}section.featured-notices .containers .cards-4 .card .date .mb-calender p{color:#a5a5a5;font:normal normal normal 16px/21px Poppins,sans-serif;height:20px;left:0;margin-left:25px;opacity:1;top:0;width:auto}section.featured-notices .containers ::-webkit-scrollbar{height:865px;width:8px}section.featured-notices .containers ::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 5px #a5a5a5}section.featured-notices .containers ::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:8px}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.featured-notices{height:1040px;width:100%}section.featured-notices .containers{height:1000px;left:0;margin:0 auto;opacity:1;padding:30px;position:relative;top:0;width:768px}section.featured-notices .containers .split-header{display:flex;justify-content:space-between;margin:0}section.featured-notices .containers .split-header a.btn{margin-right:10px;padding:16px 25px}section.featured-notices .containers .split-header h1,section.featured-notices .containers .split-header h2,section.featured-notices .containers .split-header h3{margin-right:auto}section.featured-notices .containers .split-header h2{float:left;font:normal normal 700 30px/40px Playfair Display,serif;height:53px;left:0;letter-spacing:.12px;opacity:1;position:relative;text-align:left;top:5px;width:262px}section.featured-notices .containers .split-header .split-header-right{padding-right:0}section.featured-notices .containers .split-header .split-header-right .hideInMobileView{margin-right:20px}section.featured-notices .containers .cards-4{display:grid;grid-auto-rows:minmax(min-content,max-content);grid-template-columns:repeat(4,1fr);height:865px;left:0;margin-bottom:20px;opacity:1;padding-top:15px;position:relative;top:0;width:718px}section.featured-notices .containers .cards-4 .card{display:block;float:left;height:241px;left:0;margin-right:24px;opacity:1;position:relative;top:0;width:154px}section.featured-notices .containers .cards-4 .card .card-block{overflow:hidden}section.featured-notices .containers .cards-4 .card .card-block .featured-banner-img-card{height:172px}section.featured-notices .containers .cards-4 .card .date{display:flex;flex-direction:column;height:69px;justify-content:space-evenly;left:0;opacity:1;position:relative;top:0;width:auto}section.featured-notices .containers .cards-4 .card .date h4{font:normal normal normal 16px/21px Poppins,sans-serif}section.featured-notices .containers .cards-4 .card .date .mb-calender img{font-size:16px;margin-bottom:5px;margin-right:7px;margin-top:0}section.featured-notices .containers .cards-4 .card .date .mb-calender p{font:normal normal normal 14px/21px Poppins,sans-serif;margin-left:22px}section.featured-notices .containers .bottom_link{top:-5px}section.featured-notices .containers ::-webkit-scrollbar{height:865px;width:8px}section.featured-notices .containers ::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 5px #a5a5a5}section.featured-notices .containers ::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:8px}}@media only screen and (min-width:428px)and (max-width:767.98px){section.featured-notices{height:647px;width:428px;z-index:-1}section.featured-notices .showInMobileView{display:block}section.featured-notices .hideInMobileView{display:none}section.featured-notices .containers{height:647px;width:428px}section.featured-notices .containers .bottom_link{display:none}section.featured-notices .containers .split-header{display:block;margin:0}section.featured-notices .containers .split-header h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;left:23px;letter-spacing:.1px;margin:0;opacity:1;position:absolute;text-align:left;top:65px;width:100%}section.featured-notices .containers .split-header .split-header-right{display:flex;flex-direction:column-reverse;left:23px;padding:0;position:absolute;top:420px;width:90%}section.featured-notices .containers .split-header .split-header-right .hideInMobileView{display:none}section.featured-notices .containers .split-header .split-header-right a{align-items:center;display:inline-flex;height:65px;justify-content:center;margin:10px 0;padding:0;text-align:center;width:100%}section.featured-notices .containers .split-header .split-header-right a:after{color:#fff;font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;letter-spacing:0;opacity:1;text-align:center;width:128px}section.featured-notices .containers .cards-4{display:block;height:auto;left:0;opacity:1;padding:0;position:relative;top:118px;width:100%}section.featured-notices .containers .cards-4 .card-list .card-slide{width:172px}section.featured-notices .containers .cards-4 .card-prev{left:19px;top:44%;z-index:9}section.featured-notices .containers .cards-4 .card-next{right:19px;top:35%;z-index:9}section.featured-notices .containers .cards-4 .card-slide{display:block}section.featured-notices .containers .cards-4 .card-slide .card{background:#fff 0 0 no-repeat padding-box;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:272px;left:14px;margin-bottom:20px;margin-right:26px;margin-top:0;opacity:1;position:relative;top:6px;width:178px}section.featured-notices .containers .cards-4 .card-slide .card .card-block{overflow:hidden}section.featured-notices .containers .cards-4 .card-slide .card .card-block .featured-banner-img-card{height:191px}section.featured-notices .containers .cards-4 .card-slide .card .date{height:81px;left:0;opacity:1;position:relative;top:4px;width:auto}section.featured-notices .containers .cards-4 .card-slide .card .date h4{color:#101010;font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;left:35px;letter-spacing:0;opacity:1;overflow:hidden;position:none;text-align:left;text-overflow:ellipsis;top:0;width:156px}section.featured-notices .containers .cards-4 .card-slide .card .date .mb-calender img{height:19px;margin-left:0;margin-top:3px;overflow:visible;width:19px}section.featured-notices .containers .cards-4 .card-slide .card .date .mb-calender p{font:normal normal normal 18px/27px Poppins,sans-serif;margin-left:30px;margin-top:6px}}@media only screen and (max-width:427.98px){section.featured-notices{height:647px;width:100%;z-index:-1}section.featured-notices .showInMobileView{display:block}section.featured-notices .hideInMobileView{display:none}section.featured-notices .containers{height:647px;width:100%}section.featured-notices .containers .bottom_link{display:none}section.featured-notices .containers .split-header{display:block;margin:0}section.featured-notices .containers .split-header h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;left:23px;letter-spacing:.1px;margin:0;opacity:1;position:absolute;text-align:left;top:60px;width:100%}section.featured-notices .containers .split-header .split-header-right{display:flex;flex-direction:column-reverse;left:23px;padding:0;position:absolute;top:420px;width:90%}section.featured-notices .containers .split-header .split-header-right .hideInMobileView{display:none}section.featured-notices .containers .split-header .split-header-right a{align-items:center;display:inline-flex;height:65px;justify-content:center;margin:10px 0;padding:0;text-align:center;width:100%}section.featured-notices .containers .split-header .split-header-right a:after{color:#fff;font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;letter-spacing:0;opacity:1;text-align:center;width:128px}section.featured-notices .containers .cards-4{display:block;height:auto;left:0;opacity:1;position:relative;top:118px;width:100%}section.featured-notices .containers .cards-4 .card-list .card-slide{width:172px}section.featured-notices .containers .cards-4 .card-prev{left:19px;top:44%;z-index:9}section.featured-notices .containers .cards-4 .card-next{right:19px;top:35%;z-index:9}section.featured-notices .containers .cards-4 .card-slide{display:block}section.featured-notices .containers .cards-4 .card-slide .card{background:#fff 0 0 no-repeat padding-box;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:272px;left:9px;margin-bottom:20px;margin-right:26px;margin-top:0;opacity:1;position:relative;top:6px;width:178px}section.featured-notices .containers .cards-4 .card-slide .card .card-block{overflow:hidden}section.featured-notices .containers .cards-4 .card-slide .card .card-block .featured-banner-img-card{height:191px}section.featured-notices .containers .cards-4 .card-slide .card .date{height:81px;left:0;opacity:1;position:relative;top:4px;width:auto}section.featured-notices .containers .cards-4 .card-slide .card .date h4{color:#101010;font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;left:35px;letter-spacing:0;opacity:1;overflow:hidden;position:none;text-align:left;text-overflow:ellipsis;top:0;width:156px}section.featured-notices .containers .cards-4 .card-slide .card .date .mb-calender img{height:19px;margin-left:0;margin-top:3px;overflow:visible;width:19px}section.featured-notices .containers .cards-4 .card-slide .card .date .mb-calender p{font:normal normal normal 18px/27px Poppins,sans-serif;margin-left:30px;margin-top:6px}}@media only screen and (max-width:414px){section.featured-notices .containers .split-header h2{top:55px}section.featured-notices .containers .cards-4{height:auto;overflow:unset;width:100%}section.featured-notices .containers .cards-4 .card{margin-right:21px}}@media only screen and (max-width:412px){section.featured-notices .containers .cards-4{display:block;height:auto;margin:0 auto;overflow:unset;padding:0;width:100%}section.featured-notices .containers .cards-4 .card .date h4{width:170px}}section.featured-obituaries{background:#fffcf8 0 0 no-repeat padding-box;margin:0 auto;overflow:hidden}section.featured-obituaries .container{height:880px;margin:0;width:1920px}section.featured-obituaries .split-header{align-items:center;display:flex;justify-content:space-between;margin-left:337px;margin-top:120px}section.featured-obituaries .split-header h2{color:#2d3033;font:normal normal 700 40px/53px Playfair Display,serif;height:53px;letter-spacing:.12px;text-align:left;width:311px}section.featured-obituaries .split-header .split-header-right{padding-right:0}section.featured-obituaries .split-header .split-header-right .btn{font-family:Poppins,sans-serif;margin-right:25px}section.featured-obituaries .card-slide{grid-gap:22px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-right:22px;width:517px}section.featured-obituaries .obituaries-list{display:flex;margin-bottom:80px}section.featured-obituaries .obituaries-list .card{background:#eee5d9 0 0 no-repeat padding-box;height:483px;margin-top:0;width:517px}section.featured-obituaries .obituaries-list .card h4{-webkit-line-clamp:3;margin:84px 23px 38px}section.featured-obituaries .obituaries-list .card h4,section.featured-obituaries .obituaries-list .card p{word-wrap:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}section.featured-obituaries .obituaries-list .card p{-webkit-line-clamp:6;margin:0;padding:0 23px;width:252px}section.featured-obituaries .obituaries-list .card .card-items{float:left;height:483px;overflow:hidden;width:258px}section.featured-obituaries .obituaries-list .card .card-img{display:table-cell;height:483px;position:relative;text-align:center;vertical-align:middle;width:258px}section.featured-obituaries .obituaries-list .card .card-img img{border-radius:0;height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}section.featured-obituaries .obituaries-list .card .card-details{display:block;float:left;height:483px;width:242px}section.featured-obituaries .obituaries-list .card .card-details .card-title{color:#2d3033;font:normal normal 700 28px/37px Playfair Display,serif;letter-spacing:.08px;max-height:111px;opacity:1;text-align:center}section.featured-obituaries .obituaries-list .card .card-details .card-description{color:#2d3033;font:normal normal normal 18px/37px Poppins,sans-serif;height:225px;letter-spacing:.05px;opacity:1;text-align:center}section.featured-obituaries .obituaries-list .card:hover .card-items .card-img>img{transform:scale(1.15);transition:all .3s ease-in-out}section.featured-obituaries .space-line{border-bottom:2px solid #b9978d;margin:0 auto;width:50%}section.featured-obituaries .split-header-mobile{display:none}.slider{margin:53px auto}.card-initialized .card-slide{grid-gap:10px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr)}.card-slide{margin:0 10px}.card-next,.card-prev{background-image:url(/static/332.11.0/tributesv2/images/ArrowButton.svg);height:52px;width:52px}.card-next{margin-bottom:25px;transform:rotate(178deg)!important}.card-next,.card-prev{background-color:transparent}.card-next:hover,.card-prev:hover{filter:opacity(.7)}.card-next:before,.card-prev:before{color:#000}.card-slide{transition:all .3s ease-in-out}.card-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.card-list,.card-slider{display:block;position:relative}.card-list{margin:0;overflow:hidden;padding:0}.card-list:focus{outline:none}.card-list.dragging{cursor:pointer;cursor:hand}.card-slider .card-list,.card-slider .card-track{transform:translateZ(0)}.card-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.card-track:after,.card-track:before{content:"";display:table}.card-track:after{clear:both}.card-loading .card-track{visibility:hidden}.card-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .card-slide{float:right}.card-slide img{display:block}.card-slide.card-loading img{display:none}.card-slide.dragging img{pointer-events:none}.card-initialized .card-slide{display:block}.card-loading .card-slide{visibility:hidden}.card-vertical .card-slide{border:1px solid transparent;display:block;height:auto}.card-arrow.card-hidden{display:none}@media only screen and (min-width:1920px){section.featured-obituaries,section.featured-obituaries .container{width:100%}section.featured-obituaries .container .split-header{margin:120px auto 0;width:1248px}}@media only screen and (min-width:428px)and (max-width:767.98px){section.featured-obituaries{background:#fffcf8 0 0 no-repeat padding-box;height:657px;margin:0;width:428px}section.featured-obituaries .container{width:100%}section.featured-obituaries .container .split-header{display:flex;justify-content:space-between;margin-left:0;margin-top:50px}section.featured-obituaries .container .split-header h2{color:#414042;font:normal normal 700 30px/40px Playfair Display,serif;padding:0 0 14px 23px}section.featured-obituaries .container .split-header .split-header-links{display:none}section.featured-obituaries .split-header-mobile .btn{border:2px solid #0b6e4f;border-radius:34px;display:inline-block;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;height:65px;left:0;margin:2px;opacity:1;padding:20px!important;position:relative;text-align:center;top:20px;width:187px}section.featured-obituaries .split-header-mobile .btn:after{color:#fff;font:normal normal 600 16px/27px Poppins,sans-serif;height:25px;letter-spacing:0;text-align:center;width:160px}section.featured-obituaries .slider{margin:0 auto}section.featured-obituaries .card-slide{margin:0 8px;width:259px}section.featured-obituaries .space-line{display:none}section.featured-obituaries .card-prev{bottom:135px;left:5%;opacity:1;z-index:1}section.featured-obituaries .card-next{bottom:135px;opacity:1;right:5%;z-index:1}section.featured-obituaries .split-header-mobile{display:flex;left:23px;position:relative}section.featured-obituaries .card-list{padding:0}section.featured-obituaries .card-slide{grid-gap:22px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-right:22px;width:244px}section.featured-obituaries .obituaries-list{display:flex}section.featured-obituaries .obituaries-list .card{background:#eee5d9 0 0 no-repeat padding-box;height:347px;margin-right:0;max-width:244px;position:relative;width:100%}section.featured-obituaries .obituaries-list .card .card-details{background:#000 0 0 no-repeat padding-box;border-radius:0 0 20px 20px;height:46px;opacity:.8;padding:10px;position:absolute;top:302px;width:100%;z-index:1}section.featured-obituaries .obituaries-list .card .card-details .card-title{-webkit-line-clamp:1;color:#fff;font:normal normal 700 16px/25px Poppins,sans-serif;letter-spacing:0;margin:0}section.featured-obituaries .obituaries-list .card .card-details .card-description{display:none}section.featured-obituaries .obituaries-list .card .card-items{float:left;height:347px;overflow:hidden;width:244px}section.featured-obituaries .obituaries-list .card .card-img{display:table-cell;height:347px;position:relative;text-align:center;vertical-align:middle;width:244px}section.featured-obituaries .obituaries-list .card .card-img img{border-radius:0;height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.featured-obituaries{height:700px;margin:0}section.featured-obituaries .container{width:100%}section.featured-obituaries .split-header{display:flex;justify-content:space-between;margin:0 auto;padding-left:25px;padding-top:60px;width:768px}section.featured-obituaries .split-header a.btn{padding:16px 25px}section.featured-obituaries .split-header h1,section.featured-obituaries .split-header h2,section.featured-obituaries .split-header h3{margin-right:auto}section.featured-obituaries .split-header h2{color:#2d3033;float:left;font:normal normal 700 30px/40px Playfair Display,serif;height:53px;left:0;letter-spacing:.12px;opacity:1;position:relative;text-align:left;top:5px;width:254px}section.featured-obituaries .split-header .split-header-right{padding-right:0}section.featured-obituaries .split-header .split-header-right .btn{margin-right:20px}section.featured-obituaries .slider{margin:28px auto}section.featured-obituaries .card-prev{bottom:-90px;left:10%}section.featured-obituaries .card-next{bottom:-90px;right:10%}section.featured-obituaries .card-slide{grid-gap:22px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-right:22px;width:441px}section.featured-obituaries .obituaries-list{margin-bottom:80px}section.featured-obituaries .obituaries-list .card{background:#eee5d9 0 0 no-repeat padding-box;height:351px;margin:0;width:441px}section.featured-obituaries .obituaries-list .card h4{-webkit-line-clamp:3;margin:20px 23px 18px}section.featured-obituaries .obituaries-list .card h4,section.featured-obituaries .obituaries-list .card p{word-wrap:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}section.featured-obituaries .obituaries-list .card p{-webkit-line-clamp:7;height:200px;margin:0;padding:0 25px;width:221px}section.featured-obituaries .obituaries-list .card .card-items{float:left;height:351px;overflow:hidden;width:221px}section.featured-obituaries .obituaries-list .card .card-img{display:table-cell;height:351px;position:relative;text-align:center;vertical-align:middle;width:221px}section.featured-obituaries .obituaries-list .card .card-img img{border-radius:0;height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}section.featured-obituaries .obituaries-list .card .card-details{height:351px;margin:0 auto;width:220px}section.featured-obituaries .obituaries-list .card .card-details .card-title{color:#2d3033;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.08px}section.featured-obituaries .obituaries-list .card .card-details .card-description{color:#2d3033;font:normal normal normal 16px/29px Poppins,sans-serif;height:200px;letter-spacing:.05px;text-align:center}section.featured-obituaries .space-line{width:90%}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.featured-obituaries{height:890px;margin:0}section.featured-obituaries .container{height:auto;width:100%}section.featured-obituaries .split-header{display:flex;justify-content:space-between;margin:105px auto 0;width:1280px}section.featured-obituaries .split-header h1,section.featured-obituaries .split-header h2,section.featured-obituaries .split-header h3{margin-right:auto}section.featured-obituaries .split-header h2{color:#2d3033;font:normal normal 700 40px/53px Playfair Display,serif;height:53px;letter-spacing:.12px;margin-left:55px;text-align:left;width:311px}section.featured-obituaries .split-header .split-header-links{padding-right:25px}section.featured-obituaries .slider{margin:50px auto}section.featured-obituaries .card-slide{grid-gap:22px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-right:22px;width:441px}section.featured-obituaries .card-prev{bottom:-90px;left:25%}section.featured-obituaries .card-next{bottom:-90px;right:25%}section.featured-obituaries .obituaries-list{display:flex;margin-bottom:80px}section.featured-obituaries .obituaries-list .card{background:#eee5d9 0 0 no-repeat padding-box;height:484px;margin:0;width:441px}section.featured-obituaries .obituaries-list .card h4{-webkit-line-clamp:3;margin:54px 21px 34px}section.featured-obituaries .obituaries-list .card h4,section.featured-obituaries .obituaries-list .card p{word-wrap:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}section.featured-obituaries .obituaries-list .card p{-webkit-line-clamp:7;margin:0;padding:0 19px;width:221px}section.featured-obituaries .obituaries-list .card .card-items{float:left;height:484px;overflow:hidden;width:221px}section.featured-obituaries .obituaries-list .card .card-img{display:table-cell;height:484px;position:relative;text-align:center;vertical-align:middle;width:25221px8px}section.featured-obituaries .obituaries-list .card .card-img img{border-radius:0;height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}section.featured-obituaries .obituaries-list .card .card-details{height:484px;margin:0 auto;width:220px}section.featured-obituaries .obituaries-list .card .card-details .card-title{color:#2d3033;font:normal normal 700 28px/37px Playfair Display,serif;letter-spacing:.08px}section.featured-obituaries .obituaries-list .card .card-details .card-description{color:#2d3033;font:normal normal normal 18px/37px Poppins,sans-serif;height:260px;letter-spacing:.05px;text-align:center}section.featured-obituaries .space-line{width:95%}}@media only screen and (max-width:427.98px){section.featured-obituaries{background:#fffcf8 0 0 no-repeat padding-box;height:657px;margin:0;width:100%}section.featured-obituaries .container{width:100%}section.featured-obituaries .container .split-header{display:flex;justify-content:space-between;margin-left:0;margin-top:50px}section.featured-obituaries .container .split-header h2{color:#414042;font:normal normal 700 30px/40px Playfair Display,serif;padding:0 0 14px 23px}section.featured-obituaries .container .split-header .split-header-links{display:none}section.featured-obituaries .split-header-mobile .btn{border:2px solid #0b6e4f;border-radius:34px;display:inline-block;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;height:65px;margin:20px;opacity:1;padding:20px!important;text-align:center;width:90%}section.featured-obituaries .split-header-mobile .btn:after{color:#fff;font:normal normal 600 16px/27px Poppins,sans-serif;height:25px;letter-spacing:0;text-align:center;width:160px}section.featured-obituaries .slider{margin:0 auto}section.featured-obituaries .card-slide{margin:0 8px;width:259px}section.featured-obituaries .space-line{display:none}section.featured-obituaries .card-prev{bottom:135px;left:5%;opacity:1;z-index:1}section.featured-obituaries .card-next{bottom:135px;opacity:1;right:5%;z-index:1}section.featured-obituaries .split-header-mobile{display:flex;flex-direction:column}section.featured-obituaries .card-list{padding:0}section.featured-obituaries .card-slide{grid-gap:22px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);margin-right:22px;width:244px}section.featured-obituaries .obituaries-list{display:flex}section.featured-obituaries .obituaries-list .card{background:#eee5d9 0 0 no-repeat padding-box;height:347px;margin-right:0;max-width:244px;position:relative;width:100%}section.featured-obituaries .obituaries-list .card .card-details{background:#000 0 0 no-repeat padding-box;border-radius:0 0 20px 20px;height:46px;opacity:.8;padding:10px;position:absolute;top:302px;width:100%;z-index:1}section.featured-obituaries .obituaries-list .card .card-details .card-title{-webkit-line-clamp:1;color:#fff;font:normal normal 700 16px/25px Poppins,sans-serif;letter-spacing:0;margin:0;opacity:1}section.featured-obituaries .obituaries-list .card .card-details .card-description{display:none}section.featured-obituaries .obituaries-list .card .card-items{float:left;height:347px;overflow:hidden;width:244px}section.featured-obituaries .obituaries-list .card .card-img{display:table-cell;height:347px;position:relative;text-align:center;vertical-align:middle;width:244px}section.featured-obituaries .obituaries-list .card .card-img img{border-radius:0;height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}}.featured-articles{background:#eee5d9;height:917px}.featured-articles .container{display:flex;left:336px;position:relative}.featured-articles article{background:#fff;border-radius:25px;margin-right:48px;margin-top:119px;min-height:678px;width:600px}.featured-articles article img{border-radius:25px 25px 0 0;display:block;height:358px;opacity:1;width:600px}.featured-articles article h2{color:#2d3033;font:normal normal 700 35px/47px Playfair Display,serif;letter-spacing:.1px;margin-left:30px;margin-top:45px}.featured-articles article p{font:normal normal normal 18px/31px Poppins,sans-serif;height:98px;letter-spacing:.05px;margin:0 30px;overflow:hidden;padding-top:14px}.featured-articles article a{float:right;margin:35px 30px 30px 0;min-width:260px;padding:20px 24px;text-align:center}.featured-articles article .btn{font-family:Poppins,sans-serif}@media only screen and (min-width:1920px){section.featured-articles .container{height:auto;left:0;width:1248px}}@media only screen and (min-width:428px)and (max-width:767.98px){section.featured-articles{background:#eee5d9;height:1571px;width:428px}.featured-articles .container{display:block;left:0;margin:0;padding:23px;width:100%}.featured-articles article{background:#fff;border-radius:25px;height:auto;margin-top:60px;min-height:635px;width:384px}.featured-articles article img{border-radius:20px 20px 0 0;height:271px;width:384px}.featured-articles article h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;letter-spacing:-.03px;margin:23px 20px}.featured-articles article p{color:#2d3033;font:normal normal 300 16px/30px Poppins,sans-serif;height:148px;letter-spacing:.05px;margin:0 23px;opacity:1;padding:0}.featured-articles article a{float:none;font:normal normal 600 18px/27px Poppins,sans-serif;margin:24px 23px 49px;width:338px}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.featured-articles{height:666px;width:100%}section.featured-articles .container{display:flex;left:16px;position:relative;width:760px}section.featured-articles .container article{background:#fff;border-radius:20px;margin-right:30px;margin-top:87px;min-height:495px;position:relative;width:349px}section.featured-articles .container article img{border-radius:20px 20px 0 0;height:auto;width:100%}section.featured-articles .container article h2{font:normal normal 700 22px/30px Playfair Display,serif;margin:26px 15px 21px}section.featured-articles .container article p{font:normal normal normal 16px/27px Poppins,sans-serif;letter-spacing:.05px;margin:0 15px;min-height:209px;overflow:hidden;padding:0;width:310px}section.featured-articles .container article a{bottom:0;font:normal normal 600 16px/25px Poppins,sans-serif;margin:18px 15px 15px;min-width:220px;padding:18px 32px;position:absolute;right:0}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.featured-articles{background:#eee5d9;height:916px;width:100%}.featured-articles .container{display:flex;height:auto;left:0;margin:0 auto;position:relative;width:1170px}.featured-articles .container article{background:#fff;border-radius:25px;height:678px;margin-right:30px;margin-top:115px;position:relative;width:570px}.featured-articles .container article img{border-radius:25px 25px 0 0;height:339px;width:570px}.featured-articles .container article h2{font:normal normal 700 35px/47px Playfair Display,serif;margin-left:31px;margin-top:29px}.featured-articles .container article p{font:normal normal normal 18px/31px Poppins,sans-serif;height:114px;letter-spacing:.05px;margin-left:30px;overflow:hidden;width:510px}.featured-articles .container article a{bottom:0;font:normal normal 600 18px/27px Poppins,sans-serif;left:275px;margin:35px 30px 30px 0;position:absolute}}@media only screen and (max-width:427.98px){section.featured-articles{background:#eee5d9;height:auto;width:100%}.featured-articles .container{display:block;left:0;margin:0;padding:23px;width:100%}.featured-articles article{background:#fff;border-radius:25px;height:auto;margin-top:60px;min-height:635px;padding-bottom:7px;width:100%}.featured-articles article img{border-radius:20px 20px 0 0;height:271px;width:100%}.featured-articles article h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;letter-spacing:-.03px;margin:23px 20px}.featured-articles article p{color:#2d3033;font:normal normal 300 16px/30px Poppins,sans-serif;height:148px;letter-spacing:.05px;margin:0 23px;opacity:1;padding:0}.featured-articles article a{display:block;float:none;font:normal normal 600 18px/27px Poppins,sans-serif;margin:0 auto;width:88%}}section.featured-partners{height:637px;width:1920px}section.featured-partners .mb_partners{display:none}.col-2 .partners-banner{background-image:url(/static/332.11.0/tributesv2/images/our-partners.jpg);height:637px;left:0;opacity:1;position:relative;top:0;width:960px}.col-2 .content .partners h2,.col-2 .content .partners p{margin-left:0;margin-top:0}.col-2 .content h2{font:normal normal 700 40px/53px Playfair Display,serif;height:53px;letter-spacing:.12px;top:145px;width:250px}.col-2 .content h2,.col-2 .content p{color:#2d3033;left:60px;opacity:1;position:relative;text-align:left}.col-2 .content p{font:normal normal normal 18px/31px Poppins,sans-serif;height:99px;letter-spacing:.05px;top:160px;width:562px}.partners .partner1{height:103px;left:100px;opacity:1;position:relative;top:175px;width:478px}.partners .partner1 .card-next,.partners .partner1 .card-prev{background-size:39px;bottom:12px;height:39px;width:39px}.partners .partner1 .card-prev{bottom:16px;left:-10%}.partners .partner1 .card-next{right:-10%}.partners .partner1 .card-list{padding:3px 4px}.partners .partner1 .card-3{background:#fff;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:103px;overflow:hidden;width:103px}.partners .partner1 .card-3 a{margin:0}.partners .partner1 .card-3 img{height:103px;width:103px}.partners .partner1 .card-slide:hover{transform:scale(.94);transition:all .3s ease-in-out}@media only screen and (min-width:1920px){section.featured-partners{height:637px;width:100%}section.featured-partners .col2 .partners-banner,section.featured-partners .container .partners-banner{background-position-x:100%;background-size:cover;width:100%}}@media only screen and (min-width:428px)and (max-width:767.98px){.mb_partners_show{display:grid}section.featured-partners{height:auto;width:428px}section.featured-partners .col2,section.featured-partners .container{display:flex;flex-direction:column-reverse}section.featured-partners .col2 .partners-banner,section.featured-partners .container .partners-banner{background:transparent url(/static/332.11.0/tributesv2/images/our-partners-mb.jpg) 0 0 no-repeat padding-box;background-position:50%;background-repeat:no-repeat;background-size:cover;height:364px;width:428px}section.featured-partners .col2 .content,section.featured-partners .container .content{width:428px}section.featured-partners .col2 .content .partners h2,section.featured-partners .container .content .partners h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:87px 0 15px 23px;position:static;text-align:left;width:195px}section.featured-partners .col2 .content .partners p,section.featured-partners .container .content .partners p{word-wrap:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal 300 16px/30px Poppins,sans-serif;height:141px;height:147px;letter-spacing:.05px;margin:0 0 0 23px;overflow:hidden;position:static;text-align:left;text-overflow:ellipsis;width:367px}section.featured-partners .col2 .content .partners .partner1,section.featured-partners .container .content .partners .partner1{display:none}section.featured-partners .col2 .content .mb_partners,section.featured-partners .container .content .mb_partners{grid-gap:42px;display:grid;grid-template-columns:repeat(2,1fr);margin:23px auto 105px;width:382px}section.featured-partners .col2 .content .mb_partners a,section.featured-partners .container .content .mb_partners a{margin-left:0}section.featured-partners .col2 .content .mb_partners img,section.featured-partners .container .content .mb_partners img{background:#fff 0 0 no-repeat padding-box;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:100%;height:169px;width:100%;width:169px}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.featured-partners{height:484px;width:100%}section.featured-partners .container.col-2>*{width:50%}section.featured-partners .col-2 .partners-banner{background-image:url(/static/332.11.0/tributesv2/images/our-partners.jpg);background-position:87% 50%;background-size:cover;height:484px;left:0;opacity:1;position:relative;top:0;width:100%}section.featured-partners .col-2 .content h2{color:#2d3033;font:normal normal 700 30px/40px Playfair Display,serif;height:40px;left:20px;letter-spacing:.09px;opacity:1;position:relative;text-align:left;top:72px;width:190px}section.featured-partners .col-2 .content p{color:#2d3033;font:normal normal normal 16px/27px Poppins,sans-serif;height:163px;left:20px;letter-spacing:.05px;opacity:1;position:relative;text-align:left;top:85px;width:341px}section.featured-partners .col-2 .slider .card-list{padding:3px 10px;width:275px}section.featured-partners .col-2 .partners{margin-left:10px}section.featured-partners .col-2 .partners .partner1{height:103px;left:50px;top:70px;width:220px}section.featured-partners .col-2 .partners .card-next,section.featured-partners .col-2 .partners .card-prev{background-size:31px;bottom:12px;height:31px;width:31px}section.featured-partners .col-2 .partners .card-prev{bottom:12px;left:-33px;z-index:9999}section.featured-partners .col-2 .partners .card-next{bottom:2px;right:-95px;z-index:9999}section.featured-partners .col-2 .partners .card-slide{display:block;margin:0 8px}section.featured-partners .col-2 .partners .card-3{background:#fff;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:77px;overflow:hidden;width:77px}section.featured-partners .col-2 .partners .card-3 img{height:77px;width:77px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.featured-partners{height:583px;width:100%}section.featured-partners .container.col-2>*{width:50%}section.featured-partners .col-2 .partners-banner{background-image:url(/static/332.11.0/tributesv2/images/our-partners.jpg) no-repeat;background-position-x:100%;background-size:cover;height:583px;left:0;position:relative;top:0;width:100%}section.featured-partners .col-2 .slider .card-list{padding:3px 10px}section.featured-partners .col-2 .partners{margin-left:55px}section.featured-partners .col-2 .partners h2{color:#2d3033;font:normal normal 700 40px/53px Playfair Display,serif;height:53px;left:0;letter-spacing:.12px;opacity:1;position:relative;text-align:left;top:145px;width:100%}section.featured-partners .col-2 .partners p{color:#2d3033;font:normal normal normal 18px/31px Poppins,sans-serif;height:99px;left:0;letter-spacing:.05px;opacity:1;position:relative;text-align:left;top:160px;width:562px}section.featured-partners .col-2 .partners .partner1{height:103px;left:48px;opacity:1;position:relative;top:175px;width:478px}section.featured-partners .col-2 .partners .partner1 .card-prev{bottom:16px;left:-10%}section.featured-partners .col-2 .partners .partner1 .card-next{right:-10%}section.featured-partners .col-2 .partners .partner1 .card-list{padding:0 4px}section.featured-partners .col-2 .partners .partner1 .card-3{background:#fff;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:103px;overflow:hidden;width:103px}section.featured-partners .col-2 .partners .partner1 .card-3 a{margin:0}section.featured-partners .col-2 .partners .partner1 .card-3 img{height:103px;width:103px}}@media only screen and (max-width:427.98px){.mb_partners_show{display:grid}section.featured-partners{height:auto;width:100%}section.featured-partners .container.col-2>*{width:100%}section.featured-partners .col2,section.featured-partners .container{display:flex;flex-direction:column-reverse}section.featured-partners .col2 .partners-banner,section.featured-partners .container .partners-banner{background:transparent url(/static/332.11.0/tributesv2/images/our-partners-mb.jpg) 0 0 no-repeat padding-box;background-position:50%;background-repeat:no-repeat;background-size:cover;height:364px;width:100%}section.featured-partners .col2 .content,section.featured-partners .container .content{width:100%}section.featured-partners .col2 .content .partners,section.featured-partners .container .content .partners{overflow:hidden}section.featured-partners .col2 .content .partners h2,section.featured-partners .container .content .partners h2{color:#2d3033;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:87px 0 15px 23px;position:static;text-align:left;width:85%}section.featured-partners .col2 .content .partners p,section.featured-partners .container .content .partners p{color:#2d3033;font:normal normal 300 16px/30px Poppins,sans-serif;height:auto;letter-spacing:.05px;margin:0 23px;position:static;text-align:left;width:87%}section.featured-partners .col2 .content .partners .partner1,section.featured-partners .container .content .partners .partner1{display:none}section.featured-partners .col2 .content .mb_partners,section.featured-partners .container .content .mb_partners{grid-gap:42px;display:grid;grid-template-columns:repeat(2,1fr);margin:23px auto 105px;width:100%}section.featured-partners .col2 .content .mb_partners a,section.featured-partners .container .content .mb_partners a{margin-left:0}section.featured-partners .col2 .content .mb_partners .card-2,section.featured-partners .container .content .mb_partners .card-2{text-align:center}section.featured-partners .col2 .content .mb_partners img,section.featured-partners .container .content .mb_partners img{background:#fff 0 0 no-repeat padding-box;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:90%;width:85%}}.featured-directors{background:#eee5d9;height:auto;max-height:990px;min-height:330px;width:1920px}.featured-directors .containerfd .split-header{display:grid;grid-auto-columns:auto auto;grid-auto-flow:column;justify-content:space-between;margin:0 auto;width:1280px}.featured-directors .containerfd .split-header .mb-content{display:none}.featured-directors .containerfd .split-header h2{font:normal normal 700 40px/53px Playfair Display,serif;letter-spacing:.12px;margin-top:114px;text-align:right;width:675px}.featured-directors .containerfd .split-header .split-header-right{grid-gap:3px;display:grid;grid-auto-flow:column;justify-content:end;margin-top:114px;padding-left:50px;position:relative}.featured-directors .containerfd .split-header .split-header-right a.btn{font-family:Poppins,sans-serif;height:62px;margin-right:25px;padding:19px 27px;text-align:center;width:239px}.featured-directors .containerfd .split-header .split-header-right a.primary{font-family:Poppins,sans-serif}.featured-directors .containerfd .split-header .state-dropdown{grid-gap:3px;display:grid;grid-auto-flow:column;justify-content:end;margin-top:114px;padding-left:60px;position:relative}.featured-directors .containerfd .split-header .state-dropdown:after{border-right:3px solid #b9978d;border-top:3px solid #b9978d;content:"";display:inline-block;height:15px;margin-right:10px;margin-top:7px;opacity:1;position:absolute;right:34%;top:13px;transform:rotate(135deg);transition:transform .5s;vertical-align:middle;width:15px}.featured-directors .containerfd .split-header .state-dropdown .fd-state-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:none;border-radius:32px 0 0 32px;font:normal normal normal 16px/25px Poppins,sans-serif;height:64px;outline:none;padding:20px 20px 20px 30px;width:279px}.featured-directors .containerfd .split-header .state-dropdown .fd-state-dropdown:active{border-radius:32px 0 0 0}.featured-directors .containerfd .split-header .state-dropdown .fd-view-all{border-radius:0 32px 32px 0;color:#fff;font:normal normal 600 16px/25px Poppins,sans-serif;height:64px;letter-spacing:0;margin-right:35px;padding:19px 10px;text-align:center;width:128px}.featured-directors .containerfd .split-header.active .state-dropdown:after{margin-top:14px;transform:rotate(-45deg)}.featured-directors .containerfd .directors{display:grid;grid-template-columns:321px 900px;padding-bottom:124px;padding-left:345px}.featured-directors .containerfd .directors .directors-nav{float:left;margin-right:29px}.featured-directors .containerfd .directors .features{margin-left:29px;margin-top:27px;max-height:630px;overflow-x:hidden;overflow-y:hidden;width:901px}.featured-directors .containerfd .directors .features .mb-split-header-right{display:none}.featured-directors .containerfd .directors .features .column{display:grid;grid-template-columns:repeat(4,1fr);height:630px;margin-top:10px;overflow-y:auto}.featured-directors .containerfd .directors .features .column .fd-card{background:transparent;box-shadow:none;height:265px;margin-bottom:20px;margin-top:20px;opacity:1;overflow:hidden;text-align:center;width:auto}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner{border-radius:20px;display:block;height:205px;overflow:hidden;position:relative;width:203px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner .fd-banner-item{display:table-cell;height:205px;text-align:center;vertical-align:middle;width:203px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner .fd-banner-view{display:inline-block}.featured-directors .containerfd .directors .features .column .fd-card img{height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}.featured-directors .containerfd .directors .features .column .fd-card img:hover{transform:scale(1.09)}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details{margin-right:20px;padding-top:8px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details h4{color:#414042;font:normal normal 600 18px/16px Poppins,sans-serif;letter-spacing:0;overflow:hidden;padding-bottom:8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details img.fd-locationImg{background:transparent;box-shadow:none;height:15px;position:relative;top:4px;vertical-align:baseline;width:15px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details .fd-location-name{color:#a5a5a5;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:0;text-align:left}.featured-directors .containerfd .directors .vewAll{grid-column:2;text-align:center}.featured-directors .containerfd .directors .vewAll a{border-bottom:2px solid #0b6e4f;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;opacity:1;padding-bottom:1px;text-align:center;text-decoration:none}.featured-directors .containerfd .directors .vewAll:hover a{border-bottom:2px solid #3b896e;color:#3b896e}@media only screen and (min-width:1920px){.featured-directors{width:100%}.featured-directors .containerfd .split-header h2{margin-bottom:43px;margin-left:20px}.featured-directors .containerfd .directors{margin:0 auto;padding-left:0;width:1248px}.featured-directors .containerfd .directors .features{margin-left:29px;margin-top:0}.featured-directors .containerfd .directors .features .column{margin-top:0}}@media only screen and (min-width:428px)and (max-width:767.98px){.featured-directors{height:auto;overflow:hidden;width:428px;z-index:1}.featured-directors .containerfd{height:auto;margin:23px 0 65px;overflow:hidden}.featured-directors .containerfd .split-header{display:block;width:100%}.featured-directors .containerfd .split-header h2{display:none}.featured-directors .containerfd .split-header .mb-content{color:#2d3033;display:block;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:51px 24px 24px;text-align:left;width:376px}.featured-directors .containerfd .split-header .split-header-right{display:none;margin-top:30px;padding-right:0;right:23px}.featured-directors .containerfd .split-header .split-header-right a.btn{height:65px;margin-left:15px;padding:22px 27px;text-align:center;width:186px;z-index:1}.featured-directors .containerfd .split-header .state-dropdown{justify-content:start;left:0;margin:30px 21px 38px;padding:0;top:0;width:90%;z-index:1}.featured-directors .containerfd .split-header .state-dropdown:after{right:30%}.featured-directors .containerfd .split-header .state-dropdown .fd-state-dropdown{width:285px}.featured-directors .containerfd .split-header .state-dropdown .fd-view-all{left:0;top:0;width:96px}.featured-directors .containerfd .directors{display:block;height:auto;padding:0;width:428px}.featured-directors .containerfd .directors .directors-nav{float:none;margin:0 auto}.featured-directors .containerfd .directors .features{height:auto;margin:0 0 50px;position:static;width:100%}.featured-directors .containerfd .directors .features .column{display:block;height:auto;margin-top:0}.featured-directors .containerfd .directors .features .column .card-prev{left:5%;opacity:1;top:100px;z-index:1}.featured-directors .containerfd .directors .features .column .card-next{margin:0;opacity:1;right:5%;top:74px;z-index:1}.featured-directors .containerfd .directors .features .column .card-list .card-track .card-slide{display:block;width:156px}.featured-directors .containerfd .directors .features .column .fd-card{border-radius:20px;margin:0}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details{margin:0}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details h4{color:#414042;font:normal normal 600 16px/19px Poppins,sans-serif;letter-spacing:0;max-height:40px;overflow:hidden;padding-bottom:8px;text-align:center;text-overflow:clip;white-space:normal}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details img.fd-locationImg{background:transparent;box-shadow:none;display:inline-block;height:16px;position:relative;top:2px;vertical-align:baseline;width:16px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details .fd-location-name{color:#a5a5a5;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;letter-spacing:0;opacity:1;text-align:left;width:118px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner{border-radius:20px;height:156px;margin:0;opacity:1;width:156px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner img{background:none;border:none;box-shadow:none;position:relative;top:-20px}.featured-directors .containerfd .directors .features .mb-split-header-right{display:flex;flex-direction:row-reverse;justify-content:space-evenly}.featured-directors .containerfd .directors .features .mb-split-header-right a{border-radius:34px;font-family:Poppins,sans-serif;font-size:16px;height:65px;margin-right:0;padding:20px 0 0;text-align:center;width:187px}.featured-directors .containerfd .directors .features .mb-split-header-right .btn{font-family:Poppins,sans-serif}.featured-directors .containerfd .directors .vewAll{display:none}}@media only screen and (min-width:768px)and (max-width:1279.98px){.featured-directors{max-height:838px;min-height:330px;width:100%}.featured-directors .containerfd{left:0;margin:0 auto;max-height:830px;min-height:330px;opacity:1;padding:15px;position:relative;top:0;width:768px}.featured-directors .containerfd .split-header{display:block;height:100px;justify-content:space-between;opacity:1;position:absolute;width:738px}.featured-directors .containerfd .split-header .split-header-right{margin-top:0;padding-right:0;position:absolute;right:-10px;top:98px}.featured-directors .containerfd .split-header .split-header-right a.btn{font:normal normal 600 15px/23px Poppins,sans-serif;height:55px;margin-right:20px;padding:16px 25px;text-align:center;width:184px}.featured-directors .containerfd .split-header .state-dropdown{margin-top:0;padding-right:0;position:absolute;right:-3px;top:98px}.featured-directors .containerfd .split-header .state-dropdown:after{right:33%}.featured-directors .containerfd .split-header .state-dropdown a.btn{margin-right:24px;width:115px}.featured-directors .containerfd .split-header .state-dropdown .fd-state-dropdown{width:260px}.featured-directors .containerfd .split-header h2{font:normal normal 700 30px/50px Playfair Display,serif;height:40px;letter-spacing:.09px;margin:45px 0 13px 320px;opacity:1;position:absolute;width:272px}.featured-directors .containerfd .directors{grid-gap:37px;display:grid;grid-template-columns:300px auto;margin-top:85px;padding:0}.featured-directors .containerfd .directors .directors-nav{margin:13px 37px 0 0}.featured-directors .containerfd .directors .features{margin-left:0;margin-top:85px;max-height:525px;overflow-x:hidden;width:401px}.featured-directors .containerfd .directors .features .column{display:grid;grid-template-columns:repeat(2,1fr);height:524px;margin-top:0;width:400px}.featured-directors .containerfd .directors .features .column .fd-card{background:transparent;box-shadow:none;height:230px;margin-bottom:20px;margin-right:20px;margin-top:10px;opacity:1;overflow:hidden;padding:2px;text-align:center;width:178px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner,.featured-directors .containerfd .directors .features .column .fd-card .fd-banner .fd-banner-item{height:174px;width:174px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner .fd-banner-view{display:flex;height:174px;width:174px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner img{height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details{padding-top:15px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details h4{color:#414042;font:normal normal 600 16px/16px Poppins,sans-serif;letter-spacing:0;padding-bottom:3px;text-align:center}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details img.fd-locationImg{background:transparent;box-shadow:none;height:18px;top:4px;vertical-align:baseline;width:13px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details .fd-location-name{color:#a5a5a5;font:normal normal normal 14px/21px Poppins,sans-serif;letter-spacing:0;text-align:left}.featured-directors .containerfd .directors .vewAll a{color:#0b6e4f;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0;opacity:1;text-align:center}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.featured-directors{max-height:990px;min-height:330px;width:100%}.featured-directors .containerfd{left:0;margin:0 auto;max-height:990px;min-height:330px;opacity:1;padding:15px;position:relative;top:0;width:1280px}.featured-directors .containerfd .split-header{height:103px;justify-content:end;margin-bottom:37px;margin-top:62px;width:100%}.featured-directors .containerfd .split-header a.btn{margin-right:10px}.featured-directors .containerfd .split-header h2{font:normal normal 700 40px/50px Playfair Display,serif;height:103px;letter-spacing:.09px;margin:0 0 0 408px;opacity:1;position:absolute;text-align:left;width:176px}.featured-directors .containerfd .split-header .split-header-right{margin-top:0;padding:22px 0;position:absolute;right:4px}.featured-directors .containerfd .split-header .split-header-right a.btn{height:62px;padding:19px 27px;text-align:center;width:247px}.featured-directors .containerfd .split-header .split-header-right a.primary{margin-right:0}.featured-directors .containerfd .split-header .state-dropdown{margin-top:0;padding:22px 0 22px 60px}.featured-directors .containerfd .split-header .state-dropdown .fd-view-all{margin-right:12px}.featured-directors .containerfd .split-header .state-dropdown:after{right:32%;top:35px}.featured-directors .containerfd .directors{display:block;display:grid;grid-template-columns:repeat(2,1fr);margin-top:0;overflow:hidden;padding-left:0;padding-right:10px}.featured-directors .containerfd .directors .directors-nav{margin-left:45px;margin-right:47px}.featured-directors .containerfd .directors .features{margin-left:0;margin-top:0}.featured-directors .containerfd .directors .features .column{display:grid;grid-template-columns:repeat(3,1fr);margin-top:0}.featured-directors .containerfd .directors .features .column .fd-card{background:transparent;box-shadow:none;height:295px;margin-bottom:20px;margin-right:20px;margin-top:0;opacity:1;overflow:hidden;text-align:center;width:235px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner{height:232px;width:235px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner-item{display:table-cell;height:232px;text-align:center;vertical-align:middle;width:235px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner-view{width:235px}.featured-directors .containerfd .directors .features .column .fd-card img{height:auto;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details{padding-top:11px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details h4{color:#414042;font:normal normal 600 18px/16px Poppins,sans-serif;letter-spacing:0;padding-bottom:7px;text-align:center}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details img.fd-locationImg{background:transparent;box-shadow:none;height:18px;vertical-align:text-top;width:13px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details .fd-location-name{color:#a5a5a5;font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:0;text-align:left}.featured-directors .containerfd .directors .vewAll a{color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;opacity:1;text-align:center}}@media only screen and (max-width:427.98px){.featured-directors{height:auto;overflow:hidden;width:100%;z-index:1}.featured-directors .containerfd{height:auto;margin:23px 0 65px;overflow:hidden}.featured-directors .containerfd .split-header{display:block;width:100%}.featured-directors .containerfd .split-header h2{display:none}.featured-directors .containerfd .split-header .mb-content{color:#2d3033;display:block;font:normal normal 700 32px/43px Playfair Display,serif;height:43px;letter-spacing:.1px;margin:51px 24px 24px;text-align:left;width:100%}.featured-directors .containerfd .split-header .split-header-right{display:none;margin-top:30px;padding-right:0;right:23px}.featured-directors .containerfd .split-header .split-header-right a.btn{height:65px;margin-left:15px;padding:22px 27px;text-align:center;width:186px;z-index:1}.featured-directors .containerfd .split-header .state-dropdown{grid-template-columns:72% 27%;justify-content:start;left:0;margin:30px 21px 38px;padding:0;top:0;z-index:1}.featured-directors .containerfd .split-header .state-dropdown:after{right:30%}.featured-directors .containerfd .split-header .state-dropdown .fd-state-dropdown{width:100%}.featured-directors .containerfd .split-header .state-dropdown .fd-view-all{left:0;top:0;width:96px}.featured-directors .containerfd .directors{display:block;height:auto;padding:0;width:100%}.featured-directors .containerfd .directors .directors-nav{float:none;margin:0 auto}.featured-directors .containerfd .directors .features{height:auto;margin:0 0 50px;position:static;width:100%}.featured-directors .containerfd .directors .features .column{display:block;height:auto;margin-top:0}.featured-directors .containerfd .directors .features .column .card-prev{left:5%;opacity:1;top:100px;z-index:1}.featured-directors .containerfd .directors .features .column .card-next{margin:0;opacity:1;right:5%;top:74px;z-index:1}.featured-directors .containerfd .directors .features .column .card-list .card-track .card-slide{display:block;width:156px}.featured-directors .containerfd .directors .features .column .fd-card{border-radius:20px;margin:0}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details h4{color:#414042;font:normal normal 600 16px/19px Poppins,sans-serif;letter-spacing:0;max-height:40px;overflow:hidden;padding-bottom:8px;text-align:center;text-overflow:clip;white-space:normal;width:100%}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details img.fd-locationImg{background:transparent;box-shadow:none;display:inline-block;height:16px;position:relative;top:2px;vertical-align:baseline;width:16px}.featured-directors .containerfd .directors .features .column .fd-card .fd-card-details .fd-location-name{color:#a5a5a5;font:normal normal normal 16px/25px Poppins,sans-serif;height:23px;letter-spacing:0;opacity:1;text-align:left;width:118px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner{border-radius:20px;height:156px;margin:0;opacity:1;width:156px}.featured-directors .containerfd .directors .features .column .fd-card .fd-banner img{background:none;border:none;box-shadow:none;position:relative;top:-20px}.featured-directors .containerfd .directors .features .mb-split-header-right{display:flex;flex-direction:row-reverse;justify-content:space-evenly}.featured-directors .containerfd .directors .features .mb-split-header-right a{border-radius:34px;font-family:Poppins,sans-serif;font-size:16px;height:65px;margin-right:0;padding:21px 0 0;text-align:center;width:187px}.featured-directors .containerfd .directors .vewAll{display:none}}.about-us{height:auto;width:1920px}.about-us .container-flex-box{display:flex;flex-direction:row}.about-us .container-flex-box .about-us-content{height:552px;margin-left:auto;width:960px}.about-us .container-flex-box .about-us-content .about-us-wrap{margin:inherit;max-width:504px;padding-left:4%;padding-right:4%;padding-top:4%}.about-us .container-flex-box .about-us-content .about-us-wrap h2{color:#2d3033;font:normal normal 700 40px/53px Playfair Display,serif;letter-spacing:.12px;margin-top:63px;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap p{word-wrap:break-word;-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal 300 18px/33px Poppins,sans-serif;letter-spacing:.05px;margin:15px auto 25px;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap a{border-radius:34px;font-family:Poppins,sans-serif;margin-right:0;text-align:center;width:247px}.about-us .container-flex-box .about-us-content .about-us-wrap a:hover{background-color:#3b896e}.about-us .container-flex-box .about-us-banner{background-image:url(/static/332.11.0/tributesv2/images/about-us.jpg);background-position:36%;background-repeat:no-repeat;background-size:cover;height:552px;width:960px}@media only screen and (min-width:1920px){.about-us{width:100%}.about-us .container-flex-box .about-us-banner,.about-us .container-flex-box .about-us-content{width:50%}.about-us .container-flex-box .about-us-content .about-us-wrap{margin-right:117px}.about-us .container-flex-box .about-us-content .about-us-wrap p{margin-right:117px;width:504px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.about-us{height:auto;width:100%}.about-us .container-flex-box{display:flex;flex-direction:row}.about-us .container-flex-box .about-us-content{float:left;height:438px;opacity:1;width:50%}.about-us .container-flex-box .about-us-content .about-us-wrap{margin:0 26px 0 auto}.about-us .container-flex-box .about-us-content .about-us-wrap h2{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:.09px;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap p{font:normal normal 300 16px/27px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap a{border-radius:34px;margin-top:0;text-align:center}.about-us .container-flex-box .about-us-banner{background-image:url(/static/332.11.0/tributesv2/images/about-us.jpg);background-position:40%;background-repeat:no-repeat;background-size:cover;height:438px;width:50%}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.about-us{height:552px;width:100%}.about-us .container-flex-box{display:flex;flex-direction:row}.about-us .container-flex-box>*{width:50%}.about-us .container-flex-box .about-us-content{float:left;height:552px;width:50%}.about-us .container-flex-box .about-us-content .about-us-wrap{margin:0 115px 0 auto}.about-us .container-flex-box .about-us-content .about-us-wrap h2{font:normal normal 700 40px/53px Playfair Display,serif;letter-spacing:.12px;margin-top:63px;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap p{font:normal normal 300 18px/33px Poppins,sans-serif;letter-spacing:.05px;text-align:left}.about-us .container-flex-box .about-us-content .about-us-wrap a{border-radius:34px;margin-top:0;text-align:center}.about-us .container-flex-box .about-us-banner{background-image:url(/static/332.11.0/tributesv2/images/about-us.jpg);background-position:36%;background-repeat:no-repeat;background-size:cover;height:552px;opacity:1;width:50%}}@media only screen and (min-width:428px)and (max-width:767.98px){.about-us{height:auto;width:100%}.about-us .container-flex-box{display:inline-flex;flex-direction:column;flex-flow:column-reverse;margin-bottom:95px}.about-us .container-flex-box .about-us-content{height:380px;left:0;opacity:1;position:relative;top:0;width:428px}.about-us .container-flex-box .about-us-content .about-us-wrap h2{color:#2d3033;font:normal normal 700 32px/53px Playfair Display,serif;letter-spacing:.1px;margin:0}.about-us .container-flex-box .about-us-content .about-us-wrap p{color:#2d3033;font:normal normal 300 16px/30px Poppins,sans-serif;letter-spacing:.05px}.about-us .container-flex-box .about-us-content .about-us-wrap a{text-align:center;width:382px}.about-us .container-flex-box .about-us-banner{background-image:url(/static/332.11.0/tributesv2/images/about-us-mb.jpg);background-position:35%;background-repeat:no-repeat;background-size:cover;height:364px;width:428px}}@media only screen and (max-width:427.98px){.about-us{height:auto;width:100%}.about-us .container-flex-box{display:inline-flex;flex-direction:column;flex-flow:column-reverse;margin-bottom:95px}.about-us .container-flex-box .about-us-content{height:auto;width:100%}.about-us .container-flex-box .about-us-content .about-us-wrap{margin-left:0}.about-us .container-flex-box .about-us-content .about-us-wrap h2{color:#2d3033;font:normal normal 700 32px/53px Playfair Display,serif;letter-spacing:.1px;margin:0}.about-us .container-flex-box .about-us-content .about-us-wrap p{color:#2d3033;display:block;font:normal normal 300 16px/30px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.about-us .container-flex-box .about-us-content .about-us-wrap a{text-align:center;width:100%}.about-us .container-flex-box .about-us-banner{background-image:url(/static/332.11.0/tributesv2/images/about-us-mb.jpg);background-position:35%;background-repeat:no-repeat;background-size:cover;height:364px;width:100%}}section{height:auto}section.place-a-notice{background:#0b6e4f;color:#fff;height:527px;padding:40px 0;text-align:center;width:100%}section.place-a-notice h2{color:#fff;font:normal normal 700 40px/51px Playfair Display,serif;height:100px;letter-spacing:0;margin-top:160px;opacity:1;position:relative;text-align:center}section.place-a-notice a{background:#bdd8cf 0 0 no-repeat padding-box;border-radius:38px;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin:0 auto;opacity:1;text-align:center;width:254px}section.place-a-notice a:hover{background-color:#3b896e;color:#fff}@media only screen and (min-width:428px)and (max-width:767.98px){section.place-a-notice{background:#0b6e4f;color:#fff;height:412px;text-align:center;width:428px}section.place-a-notice h2{color:#fff;font:normal normal 700 32px/51px Playfair Display,serif;height:43px;letter-spacing:0;margin-top:103px;text-align:center;width:428px}section.place-a-notice a{border-radius:38px;color:#0b6e4f;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;letter-spacing:0;margin-top:21px;text-align:center;width:360px}section.place-a-notice a:hover{background-color:#3b896e;color:#fff}}@media only screen and (min-width:768px)and (max-width:1279.98px){section.place-a-notice h2{height:80px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.place-a-notice h2{height:80px}}@media only screen and (max-width:427.98px){section.place-a-notice{background:#0b6e4f;color:#fff;height:412px;text-align:center;width:100%}section.place-a-notice h2{color:#fff;font:normal normal 700 32px/51px Playfair Display,serif;height:43px;letter-spacing:0;margin-top:103px;text-align:center;width:100%}section.place-a-notice a{border-radius:38px;color:#0b6e4f;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;letter-spacing:0;margin:21px auto;text-align:center;width:90%}section.place-a-notice a:hover{background-color:#3b896e;color:#fff}}.ankle{height:auto;margin:0 auto 45px;overflow:hidden;width:1920px}.ankle .spacewrapper{padding:40px 0}.ankle .space-line{border:2px solid #b9978d;margin:0 auto 45px;width:50%}.ankle h3{color:#747373;font:normal normal 600 26px/34px Poppins,sans-serif;letter-spacing:0;margin-bottom:45px;opacity:1;text-align:center}.ankle .ankle-wrapper{margin:0 auto;mask-image:linear-gradient(transparent,#000 20%,#000 70%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 70%,transparent);max-width:100%;width:80%}.ankle .ankle-wrapper .logo-slider{align-items:center;animation:marquee 50s linear infinite;-webkit-animation:marquee 50s linear infinite;display:inline-flex}.ankle .ankle-wrapper .logo-slider img{padding:0 15px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media only screen and (min-width:428px)and (max-width:767.98px){.ankle{height:178px;margin:0 auto 10px;width:428px}.ankle .spacewrapper{padding:0}.ankle .space-line{border:2px solid #7e4239;height:0;left:23px;margin:10px auto;opacity:.48;width:382px}.ankle .showonMobileView{display:block}.ankle h3{font-size:20px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.ankle{height:auto;width:768px}.ankle .spacewrapper{padding:20px 0}.ankle .space-line{margin-bottom:20px;width:80%}.ankle .showonMobileView{display:block}.ankle h3{font-size:20px;margin-bottom:20px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.ankle{height:auto;width:1280px}.ankle .spacewrapper{height:198px}.ankle .space-line{border:2px solid #b9978d;margin:0 auto 55px;width:90%}.ankle .showonMobileView{display:block}}@media only screen and (max-width:427.98px){.ankle{height:178px;margin:0 auto 10px;width:100%}.ankle .spacewrapper{padding:0}.ankle .space-line{border:2px solid #7e4239;height:0;left:23px;margin:10px auto;opacity:.48;width:100%}.ankle .showonMobileView{display:block}.ankle h3{font-size:20px}}footer.mt-footer{background:#eee5d9 0 0 no-repeat padding-box;border-top:2px solid #b9978d;font-family:Playfair Display,serif;margin:0;opacity:1;padding-bottom:20px;text-align:left;width:1920px}footer.mt-footer .show-mbBtn-footer{display:none}footer.mt-footer h4,footer.mt-footer h5{border-bottom:2px solid #b9978d;color:#2d3033;font-size:24px;letter-spacing:.07px;margin:0;opacity:1;padding:25px 0 10px;text-align:left}footer.mt-footer .centered{display:flex;justify-content:space-between;margin:0 auto}footer.mt-footer .centered .footer-navigation .partners-footer{width:230px}footer.mt-footer .centered .footer-navigation .partners-footer li{margin-bottom:30px;margin-top:20px}footer.mt-footer .centered .footer-navigation .showOnTabView,footer.mt-footer .centered .footer-navigation .showonMobileView{display:none}footer.mt-footer .centered .footer-navigation .hideonMobileView{margin-bottom:5px}footer.mt-footer .centered .footer-navigation input.email{background:#fff;border-radius:42px;height:75px;padding:6px 6px 6px 46px;width:660px}footer.mt-footer .centered .footer-navigation .showLegalMobileView{display:none}footer.mt-footer .centered .footer-navigation input.btn.primary{margin:0;padding:20px 55px;position:absolute;right:8px;text-align:center;top:7px}footer.mt-footer .centered .footer-navigation img.slogo{margin-top:15px}footer.mt-footer .centered .footer-navigation .contact{width:355px}footer.mt-footer .centered .footer-navigation .contact .place-a-notice{padding-left:0;padding-top:26px;width:100%}footer.mt-footer .centered .footer-navigation .contact .place-a-notice .btn.primary{cursor:pointer;padding:0 24px;text-align:center;width:100%}footer.mt-footer .centered .footer-navigation .contact .place-a-notice .btn.primary:hover{color:#fff}footer.mt-footer .centered .footer-navigation .contact .newscorp-logo{margin-bottom:-15px;position:relative;right:11px}footer.mt-footer .centered .footer-navigation .contact .newscorp-logo img:hover{color:#3b896e}footer.mt-footer .centered .footer-navigation .contact .p_msg{border-bottom:1px solid #7e4239;border-top:1px solid #7e4239;font:normal normal normal 10px/17px Poppins,sans-serif;letter-spacing:.25px;margin-bottom:10px;padding:6px 0}footer.mt-footer .centered .footer-navigation .contact .showOnDtpView{margin-bottom:5px}footer.mt-footer .centered .footer-navigation .contact .showOnDtpView img:hover{color:#3b896e}footer.mt-footer .centered .footer-navigation .contact .copyrights{color:#2d3033;font:normal normal normal 10px/17px Poppins,sans-serif;letter-spacing:.25px;opacity:1;width:290px}footer.mt-footer .centered .footer-navigation .contact .faq{color:#2d3033;letter-spacing:.03px;margin-bottom:0;opacity:1}footer.mt-footer .centered .footer-navigation .contact .faq a{font:normal normal normal 16px/54px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .contact .cont-phone{margin-bottom:5px}footer.mt-footer .centered .footer-navigation .contact .cont-phone a{font:normal normal 600 26px/54px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .footer-links-holder{float:left;margin:0;min-width:220px;padding:20px;position:relative}footer.mt-footer .centered .footer-navigation .footer-links-holder img.faq-icon{height:19px;margin-right:8px;vertical-align:-5px;width:19px}footer.mt-footer .centered .footer-navigation .footer-links-holder img.ph-icon{height:17px;margin-right:8px;vertical-align:0;width:17px}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links{list-style:none;margin:0;padding:0;transition:max-height .5s}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links .no-lspace{line-height:22px}@media only screen and (min-width:1920px){footer.mt-footer{width:100%}}@media only screen and (min-width:428px)and (max-width:767.98px){footer.mt-footer{height:auto;padding:10px 0 77px;width:428px}footer.mt-footer .show-mbBtn-footer{display:block}footer.mt-footer .show-mbBtn-footer a{align-items:center;color:#fff;display:flex;height:65px;justify-content:center;margin:23px auto;padding:0;text-align:center;width:382px}footer.mt-footer .show-mbBtn-footer a:hover{color:#fff}footer.mt-footer .centered{width:100%}footer.mt-footer .centered .footer-navigation .showLegalMobileView{display:block}footer.mt-footer .centered .footer-navigation .partners-footer{width:100%}footer.mt-footer .centered .footer-navigation .partners-footer li{margin-bottom:20px;margin-top:15px}footer.mt-footer .centered .footer-navigation .contact{width:270px}footer.mt-footer .centered .footer-navigation .contact .showonMobileView{display:block}footer.mt-footer .centered .footer-navigation .contact .showonMobileView .clearfix .place-a-notice{padding:20px}footer.mt-footer .centered .footer-navigation .contact .showonMobileView .clearfix .place-a-notice .btn.primary{display:inline-block;margin:30px;text-align:center;width:80%}footer.mt-footer .centered .footer-navigation .contact .place-a-notice{display:none}footer.mt-footer .centered .footer-navigation .contact .p_msg{border-bottom:2px solid #b9978d;border-top:2px solid #b9978d;font-size:10px;letter-spacing:.25px;margin:0;opacity:.8;padding:17px 0 5px}footer.mt-footer .centered .footer-navigation .contact .copyrights{color:#2d3033;font-size:10px;letter-spacing:-.22px;opacity:.8;opacity:1;width:100%}footer.mt-footer .centered .footer-navigation .contact .faq{color:#2d3033;font:normal normal 600 20px/54px Poppins,sans-serif;letter-spacing:.04px;margin-bottom:0;text-align:left}footer.mt-footer .centered .footer-navigation .contact .faq a{font:normal normal 600 20px/54px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .contact img.faq-icon{height:30px;margin-right:6px;vertical-align:-7px;width:30px}footer.mt-footer .centered .footer-navigation .contact .cont-phone a{color:#2d3033;font:normal normal 700 20px/54px Poppins,sans-serif;letter-spacing:.06px;text-align:left}footer.mt-footer .centered .footer-navigation .contact img.ph-icon{height:25px;margin-right:10px;vertical-align:-5px;width:25px}footer.mt-footer .centered .footer-navigation img.slogo{height:34px;margin-right:14px;width:34px}footer.mt-footer .centered .footer-navigation .footer-links-holder{margin-top:7px;padding:0 25px;position:relative;top:10px;width:100%}footer.mt-footer .centered .footer-navigation .footer-links-holder img.m-slogo{display:block;height:34px;width:34px}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .5s}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links .no-lspace{line-height:18px}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links a{font:normal normal 300 16px/36px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .footer-links-holder h4,footer.mt-footer .centered .footer-navigation .footer-links-holder h5{border-bottom:2px solid #b9978d;color:#2d3033;cursor:pointer;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:.08px;margin:0;padding:25px 0 10px;text-align:left}footer.mt-footer .centered .footer-navigation .footer-links-holder h4:after,footer.mt-footer .centered .footer-navigation .footer-links-holder h5:after{border-right:3px solid #b9978d;border-top:3px solid #b9978d;content:"";display:inline-block;float:right;height:13px;margin-right:10px;margin-top:7px;opacity:1;transform:rotate(135deg);transition:transform .5s;vertical-align:middle;width:14px}footer.mt-footer .centered .footer-navigation .footer-links-holder .hideonMobileView{clear:both;display:none;position:absolute}footer.mt-footer .centered .footer-navigation .footer-links-holder.active h4:after,footer.mt-footer .centered .footer-navigation .footer-links-holder.active h5:after{transform:rotate(-45deg)}footer.mt-footer .centered .footer-navigation .footer-links-holder.active li.partner_flink{width:190px}footer.mt-footer .centered .footer-navigation .footer-links-holder.active .footer-links{max-height:10000px}}footer.mt-footer p{color:#2d3033;font:normal normal normal 12px/17px Poppins,sans-serif;letter-spacing:-.22px;opacity:1;text-align:left}footer.mt-footer li,footer.mt-footer p{letter-spacing:.05px}footer.mt-footer a{color:#2d3033;font:normal normal normal 18px/54px Poppins,sans-serif;letter-spacing:0;text-decoration:none}footer.mt-footer a:hover{color:#3b896e;cursor:pointer;text-decoration:none}footer.mt-footer .partners-footer li a{line-height:22px!important}@media only screen and (min-width:1280px)and (max-width:1919.98px){footer.mt-footer{width:100%}footer.mt-footer .centered{flex-wrap:wrap}footer.mt-footer .centered .footer-navigation .partners-footer{width:210px}footer.mt-footer .centered .footer-navigation .partners-footer li{margin-bottom:30px;margin-top:20px}footer.mt-footer .centered .footer-navigation .contact{width:292px}footer.mt-footer .centered .footer-navigation .contact .copyrights,footer.mt-footer .centered .footer-navigation .contact .p_msg{font:normal normal normal 10px/17px Poppins,sans-serif;letter-spacing:-.22px;width:272px}footer.mt-footer .centered .footer-navigation .contact .faq a{font:normal normal normal 16px/54px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .contact img.slogo{height:25px;width:25px}footer.mt-footer .centered .footer-navigation .contact img.faq-icon{height:17px;margin-right:4px;vertical-align:-2px;width:17px}footer.mt-footer .centered .footer-navigation .contact img.ph-icon{height:17px;margin-right:2px;vertical-align:0;width:17px}footer.mt-footer .centered .footer-navigation .contact img.newscorp-logo{margin-left:0;width:261px}footer.mt-footer .centered .footer-navigation .contact .showOnTabView,footer.mt-footer .centered .footer-navigation .contact .showonMobileView{display:none}footer.mt-footer .centered .footer-navigation .footer-links-holder{padding:0 5px}footer.mt-footer .centered .footer-navigation .footer-links-holder h4,footer.mt-footer .centered .footer-navigation .footer-links-holder h5{font:normal normal 700 25px/33px Playfair Display,serif}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links a{cursor:pointer;font:normal normal 300 18px/54px Poppins,sans-serif}}@media only screen and (min-width:768px)and (max-width:1279.98px){footer.mt-footer{width:100%}footer.mt-footer .centered{flex-wrap:wrap}footer.mt-footer .centered .footer-navigation .partners-footer{width:140px}footer.mt-footer .centered .footer-navigation .partners-footer li{margin-bottom:15px;margin-top:10px}footer.mt-footer .centered .footer-navigation .contact{width:165px}footer.mt-footer .centered .footer-navigation .contact .copyrights,footer.mt-footer .centered .footer-navigation .contact .p_msg{font:normal normal normal 10px/17px Poppins,sans-serif;letter-spacing:-.22px;margin:0;padding:6px 0 15px;width:160px}footer.mt-footer .centered .footer-navigation .contact .p_msg{border-bottom:2px solid #b9978d;border-top:2px solid #b9978d}footer.mt-footer .centered .footer-navigation .contact img.newscorp-logo{margin-left:0;right:5px;width:159px}footer.mt-footer .centered .footer-navigation .contact .place-a-notice{padding-top:10px}footer.mt-footer .centered .footer-navigation .contact .place-a-notice .btn.primary{font:normal normal 600 14px/21px Poppins,sans-serif;padding:10px}footer.mt-footer .centered .footer-navigation .contact .showOnTabView{display:block;margin-top:18px}footer.mt-footer .centered .footer-navigation .contact .showOnTabView .btn{font:normal normal 600 14px/21px Poppins,sans-serif;padding:10px 55px;text-align:center;width:100%}footer.mt-footer .centered .footer-navigation .contact .cont-phone{margin-top:21px}footer.mt-footer .centered .footer-navigation .contact .cont-phone a{font:normal normal 700 15px/31px Poppins,sans-serif;letter-spacing:.04px}footer.mt-footer .centered .footer-navigation .contact .cont-phone a img{height:18px;vertical-align:-3px;width:18px}footer.mt-footer .centered .footer-navigation .contact .showOnDtpView,footer.mt-footer .centered .footer-navigation .contact .showonMobileView{display:none}footer.mt-footer .centered .footer-navigation .footer-links-holder{min-width:0;padding:0 5px}footer.mt-footer .centered .footer-navigation .footer-links-holder h4,footer.mt-footer .centered .footer-navigation .footer-links-holder h5{font:normal normal 700 16px/21px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links a{font:normal normal 600 12px/34px Poppins,sans-serif}}@media only screen and (max-width:427.98px){footer.mt-footer{height:auto;padding:10px 0 100px;width:100%}footer.mt-footer .show-mbBtn-footer{display:block}footer.mt-footer .show-mbBtn-footer a{align-items:center;color:#fff;display:flex;height:65px;justify-content:center;margin:23px auto;padding:0;text-align:center;width:88%}footer.mt-footer .show-mbBtn-footer a:hover{color:#fff}footer.mt-footer .centered{width:100%}footer.mt-footer .centered .footer-navigation .showLegalMobileView{display:block}footer.mt-footer .centered .footer-navigation .partners-footer{width:100%}footer.mt-footer .centered .footer-navigation .partners-footer li{margin-bottom:20px;margin-top:15px}footer.mt-footer .centered .footer-navigation .contact{width:270px}footer.mt-footer .centered .footer-navigation .contact .showonMobileView{display:block}footer.mt-footer .centered .footer-navigation .contact .showonMobileView .clearfix .place-a-notice{padding:20px}footer.mt-footer .centered .footer-navigation .contact .showonMobileView .clearfix .place-a-notice .btn.primary{display:inline-block;margin:30px;text-align:center;width:80%}footer.mt-footer .centered .footer-navigation .contact .place-a-notice{display:none}footer.mt-footer .centered .footer-navigation .contact .p_msg{border-bottom:2px solid #b9978d;border-top:2px solid #b9978d;font-size:10px;letter-spacing:.25px;margin:0;opacity:.8;padding:17px 0 5px}footer.mt-footer .centered .footer-navigation .contact .copyrights{color:#2d3033;font-size:10px;letter-spacing:-.22px;opacity:.8;opacity:1;width:100%}footer.mt-footer .centered .footer-navigation .contact .faq{color:#2d3033;font:normal normal 600 20px/54px Poppins,sans-serif;letter-spacing:.04px;margin-bottom:0;text-align:left}footer.mt-footer .centered .footer-navigation .contact .faq a{font:normal normal 600 20px/54px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .contact img.faq-icon{height:30px;margin-right:6px;vertical-align:-7px;width:30px}footer.mt-footer .centered .footer-navigation .contact .cont-phone a{color:#2d3033;font:normal normal 700 20px/54px Poppins,sans-serif;letter-spacing:.06px;text-align:left}footer.mt-footer .centered .footer-navigation .contact img.ph-icon{height:25px;margin-right:10px;vertical-align:-5px;width:25px}footer.mt-footer .centered .footer-navigation img.slogo{height:34px;margin-right:14px;width:34px}footer.mt-footer .centered .footer-navigation .footer-links-holder{margin-top:7px;padding:0 25px;position:relative;top:10px;width:100%}footer.mt-footer .centered .footer-navigation .footer-links-holder img.m-slogo{display:block;height:34px;width:34px}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .5s}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links .no-lspace{line-height:18px}footer.mt-footer .centered .footer-navigation .footer-links-holder .footer-links a{font:normal normal 300 16px/36px Poppins,sans-serif}footer.mt-footer .centered .footer-navigation .footer-links-holder h4,footer.mt-footer .centered .footer-navigation .footer-links-holder h5{border-bottom:2px solid #b9978d;color:#2d3033;cursor:pointer;font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:.08px;margin:0;padding:25px 0 10px;text-align:left}footer.mt-footer .centered .footer-navigation .footer-links-holder h4:after,footer.mt-footer .centered .footer-navigation .footer-links-holder h5:after{border-right:3px solid #b9978d;border-top:3px solid #b9978d;content:"";display:inline-block;float:right;height:13px;margin-right:10px;margin-top:7px;opacity:1;transform:rotate(135deg);transition:transform .5s;vertical-align:middle;width:14px}footer.mt-footer .centered .footer-navigation .footer-links-holder .hideonMobileView{clear:both;display:none;position:absolute}footer.mt-footer .centered .footer-navigation .footer-links-holder.active h4:after,footer.mt-footer .centered .footer-navigation .footer-links-holder.active h5:after{transform:rotate(-45deg)}footer.mt-footer .centered .footer-navigation .footer-links-holder.active li.partner_flink{width:190px}footer.mt-footer .centered .footer-navigation .footer-links-holder.active .footer-links{max-height:10000px}}.articles-wrapper-content{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);height:905px;opacity:1;position:relative;top:460px;width:100%}.articles-wrapper-content .container{height:500px;padding:30px;width:1800px}.articles-wrapper-content .container .centered.clearfix .showOnMobileView{display:none}.articles-wrapper-content .container .centered.clearfix .article-left{float:left;height:515px;padding:20px;width:430px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .inner-content-header{height:100px;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .inner-content-header h3{color:#2d3033;float:left;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content{border-bottom:2px solid #b9978d;height:642px;width:590px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-img{float:left;margin-right:10px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-img img{height:180px;width:178px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-text-holder h4{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-text-holder .a-text{color:#101010;font:normal normal 300 18px/24px Poppins;letter-spacing:.05px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-right{float:left;height:500px;padding:20px;width:600px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content{width:100%}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .inner-content-link{height:100px;text-align:right}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .inner-content-link .btn{padding:16px 55px 17px 54px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content{border-bottom:2px solid #b9978d;height:200px;margin-bottom:20px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-img{float:left;margin-right:10px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-img img{height:180px;width:178px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-text-holder h4{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-text-holder .a-text{color:#101010;font:normal normal 300 18px/24px Poppins;letter-spacing:.05px;opacity:1;text-align:left}@media only screen and (max-width:428px){.articles-wrapper-content{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);height:905px;opacity:1;position:relative;width:100%}.articles-wrapper-content .container{height:500px;padding:30px;width:1800px}.articles-wrapper-content .container .centered.clearfix .showOnMobileView{display:block}.articles-wrapper-content .container .centered.clearfix .article-left{float:left;height:515px;padding:20px;width:430px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .inner-content-header{height:100px;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .inner-content-header h3{color:#2d3033;float:left;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content{border-bottom:2px solid #b9978d;height:642px;width:590px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-img{float:left;margin-right:10px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-img img{height:180px;width:178px}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-text-holder h4{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-left .article-left-content .left-inner-content .a-text-holder .a-text{color:#414042;font:normal normal normal 18px/25px Poppins;letter-spacing:.05px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-right{float:left;height:500px;padding:20px;width:600px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content{width:100%}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .inner-content-link{height:100px;text-align:right}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .inner-content-link .btn{padding:16px 55px 17px 54px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content{border-bottom:2px solid #b9978d;height:200px;margin-bottom:20px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-img{float:left;margin-right:10px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-img img{height:180px;width:178px}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-text-holder h4{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px;opacity:1;text-align:left}.articles-wrapper-content .container .centered.clearfix .article-right .article-right-content .right-inner-content .a-text-holder .a-text{color:#414042;font:normal normal normal 18px/25px Poppins;letter-spacing:.05px;opacity:1;text-align:left}}.clearfix:after,.clearfix:before{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix .btn{padding:0 12px}*{box-sizing:border-box}.standalone-partner{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;padding:10px;width:317px}.standalone-partner h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-bottom:15px;padding:10px}.standalone-partner h3 .h-line{border:0;border-bottom:2px solid #7e4239;margin-top:5px;opacity:.48}.standalone-partner .mb_partner{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;padding:10px;width:295px}.standalone-partner .mb_partner a{margin-left:0}.standalone-partner .mb_partner a img{background:#fff 0 0 no-repeat padding-box;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.161);max-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standalone-partner .mb_partner a img:hover{transform:scale(.97);transition:all .3s ease-in-out}@media only screen and (min-width:428px)and (max-width:767.98px){.standalone-partner{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;padding:10px;width:380px}.standalone-partner h3{padding:15px}.standalone-partner .mb_partner{grid-gap:25px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;padding:15px;width:360px}.standalone-partner .mb_partner a{margin-left:0}}@media only screen and (max-width:427.98px){.standalone-partner{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;padding:10px;width:100%}.standalone-partner h3{padding:15px}.standalone-partner .mb_partner{grid-gap:25px;display:grid;grid-template-columns:repeat(2,1fr);height:auto;padding:15px;width:100%}.standalone-partner .mb_partner a{margin-left:0}}.enquire-abt-funeral{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;overflow:hidden;padding:10px;width:897px}.enquire-abt-funeral .h-line{border:0;border-bottom:2px solid #7e4239;margin-top:5px;opacity:.48}.enquire-abt-funeral .enquire-location{float:left;padding:12px 19px 12px 11px;width:50%}.enquire-abt-funeral .enquire-location .map-wrapper{border:1px solid #707070;border-radius:10px;overflow:hidden}.enquire-abt-funeral .enquire-location .map-wrapper #classifiedDetailMapAside{filter:drop-shadow(0 0 1px rgba(155,155,155,.6));height:510px}.enquire-abt-funeral .enquire-funeral-location .map-wrapper{height:306px}.enquire-abt-funeral .enquire-funeral-form{float:left;padding:0 10px;width:50%}.enquire-abt-funeral .enquire-funeral-form .alert-block{width:100%}.enquire-abt-funeral .enquire-funeral-form h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-left:0;width:100%}.enquire-abt-funeral .enquire-funeral-form h3 .h-line{border-bottom:2px solid #b9978d;opacity:.48}.enquire-abt-funeral .enquire-funeral-form .eqform{padding:10px 0}.enquire-abt-funeral .enquire-funeral-form .eqform p{color:#0b6e4f}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;font:normal normal normal 18px/54px Poppins,sans-serif;height:45px;margin-bottom:10px;padding:0 25px;width:390px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input-submit{background:#0c6e4f 0 0 no-repeat padding-box;border:none;border-radius:23px;color:#fff;cursor:pointer;font:normal normal normal 18px/27px Poppins,sans-serif;height:45px;margin-bottom:10px;padding:0 25px;width:390px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-cmsg-lbl{color:#414042;font:normal normal normal 18px/54px Poppins,sans-serif;height:25px;letter-spacing:.05px;text-align:left;width:269px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-comments{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;margin-bottom:10px;max-width:390px;padding:0 25px}.enquire-abt-funeral .enquire-funeral-form p{font:normal normal normal 18px/24px Poppins,sans-serif;margin:20px 0 0}.enquire-abt-funeral .enquire-funeral-form .funeral-submit-btn{background:#0c6e4f 0 0 no-repeat padding-box;border:none;border-radius:34px;color:#fff;margin:31px 0 0;opacity:1;padding:0 25px}.enquire-abt-funeral .enquire-funeral-form .funeral-submit-btn,.enquire-abt-funeral .enquire-funeral-form .funeral-submit-invert{align-items:center;cursor:pointer;display:flex;font:normal normal 600 18px/27px Poppins,sans-serif;height:59px;justify-content:center;width:100%}.enquire-abt-funeral .enquire-funeral-form .funeral-submit-invert{background:#eee5d9 0 0 no-repeat padding-box;border:2px solid #0c6e4f;border-radius:34px;color:#0b6e4f;margin-top:30px}.enquire-abt-funeral .enquiry-fd h3{padding-top:12px}@media only screen and (min-width:1280px)and (max-width:1919.98px){.enquire-abt-funeral{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.enquire-abt-funeral{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;margin-top:30px;padding:13px;width:380px}.enquire-abt-funeral .enquire-location{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-location h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-bottom:20px;margin-left:0;width:100%}.enquire-abt-funeral .enquire-location h3 .h-line{border-bottom:2px solid #b9978d;opacity:.48}.enquire-abt-funeral .enquire-location .map-wrapper{border-radius:10px}.enquire-abt-funeral .enquire-location .map-wrapper #classifiedDetailMapAside{filter:drop-shadow(0 0 1px rgba(155,155,155,.6));height:250px}.enquire-abt-funeral .enquire-funeral-location .map-wrapper #classifiedDetailMapAside{height:306px}.enquire-abt-funeral .enquire-funeral-form{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-funeral-form h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-left:0;margin-top:10px;width:100%}.enquire-abt-funeral .enquire-funeral-form h3 span{font:normal normal 700 20px/27px Playfair Display,serif}.enquire-abt-funeral .enquire-funeral-form .eqform{padding:10px 0}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;font:normal normal normal 16px/54px Poppins,sans-serif;height:45px;margin-bottom:10px;padding:0 25px;width:354px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input-submit{background:#0c6e4f 0 0 no-repeat padding-box;border:none;border-radius:23px;color:#fff;cursor:pointer;font:normal normal normal 16px/25px Poppins,sans-serif;height:45px;margin-bottom:10px;padding:0 25px;width:354px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-cmsg-lbl{color:#414042;font:normal normal normal 18px/54px Poppins,sans-serif;height:25px;letter-spacing:.05px;text-align:left;width:269px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-comments{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;margin-bottom:10px;max-width:354px;padding:0 25px}}@media only screen and (min-width:428px)and (max-width:767.98px){.enquire-abt-funeral{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;margin-top:30px;padding:13px;width:390px}.enquire-abt-funeral .enquire-location{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-location h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-bottom:20px;margin-left:0}.enquire-abt-funeral .enquire-location h3 .h-line{border-bottom:2px solid #b9978d;opacity:.48}.enquire-abt-funeral .enquire-location .map-wrapper{border-radius:10px}.enquire-abt-funeral .enquire-location .map-wrapper #classifiedDetailMapAside{filter:drop-shadow(0 0 1px rgba(155,155,155,.6));height:250px}.enquire-abt-funeral .enquire-funeral-location .map-wrapper #classifiedDetailMapAside{height:306px}.enquire-abt-funeral .enquire-funeral-form{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-funeral-form h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-left:0;margin-top:10px;width:100%}.enquire-abt-funeral .enquire-funeral-form h3 span{font:normal normal 700 20px/27px Playfair Display,serif}.enquire-abt-funeral .enquire-funeral-form .eqform{padding:10px 0}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;height:45px;margin-bottom:10px;padding:0 25px;width:354px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input-submit{background:#0c6e4f 0 0 no-repeat padding-box;border:none;border-radius:23px;color:#fff;cursor:pointer;height:45px;margin-bottom:10px;padding:0 25px;width:354px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-cmsg-lbl{color:#414042;font:normal normal normal 18px/54px Poppins,sans-serif;height:25px;letter-spacing:.05px;text-align:left;width:269px}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-comments{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;margin-bottom:10px;max-width:354px;padding:10px 25px}}@media only screen and (max-width:427.98px){.enquire-abt-funeral{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;height:auto;margin-bottom:50px;margin-top:30px;padding:13px;width:100%}.enquire-abt-funeral .enquire-location{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-location h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin-bottom:20px;margin-left:0}.enquire-abt-funeral .enquire-location h3 .h-line{border-bottom:2px solid #b9978d;opacity:.48}.enquire-abt-funeral .enquire-location .map-wrapper{border-radius:10px}.enquire-abt-funeral .enquire-location .map-wrapper #classifiedDetailMapAside{filter:drop-shadow(0 0 1px rgba(155,155,155,.6));height:250px}.enquire-abt-funeral .enquire-funeral-location .map-wrapper #classifiedDetailMapAside{height:306px}.enquire-abt-funeral .enquire-funeral-form{float:none;padding:0;width:100%}.enquire-abt-funeral .enquire-funeral-form h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:auto;letter-spacing:.07px;margin-left:0;margin-top:10px;width:100%}.enquire-abt-funeral .enquire-funeral-form h3 span{font:normal normal 700 20px/27px Playfair Display,serif}.enquire-abt-funeral .enquire-funeral-form .eqform{padding:10px 0}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;height:45px;margin-bottom:10px;padding:0 25px;width:100%}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-input-submit{background:#0c6e4f 0 0 no-repeat padding-box;border:none;border-radius:23px;color:#fff;cursor:pointer;height:45px;margin-bottom:10px;padding:0 25px;width:100%}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-cmsg-lbl{color:#414042;font:normal normal normal 18px/54px Poppins,sans-serif;height:25px;letter-spacing:.05px;text-align:left;width:100%}.enquire-abt-funeral .enquire-funeral-form .eqform .fd-comments{background:#fff 0 0 no-repeat padding-box;border:none;border-radius:23px;margin-bottom:10px;padding:10px 25px;width:100%}}.funeral-director-info-premium{background:#eee5d9 0 0 no-repeat padding-box;border-radius:8px;margin-bottom:30px;padding:20px;width:860px}.funeral-director-info-premium .h-line{border:0;border-bottom:2px solid #7e4239;margin-top:5px;opacity:.48}.funeral-director-info-premium .ph-icon-premium{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-size:39px}.funeral-director-info-premium .email-icon-premium,.funeral-director-info-premium .ph-icon-premium{filter:invert(100%) sepia(94%) saturate(22%) hue-rotate(340deg) brightness(250%) contrast(106%);margin-left:55px;padding:30px}.funeral-director-info-premium .email-icon-premium{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-size:45px}.funeral-director-info-premium .home-icon-premium{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-size:39px;filter:invert(100%) sepia(94%) saturate(22%) hue-rotate(340deg) brightness(250%) contrast(106%);margin-left:55px;padding:30px}.funeral-director-info-premium h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium .premium-info{padding:15px 0}.funeral-director-info-premium .premium-info .info-section-wrapper{display:grid;grid-template-columns:repeat(4,1fr)}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section{background:#0c6e4f 0 0 no-repeat padding-box;border-radius:8px;padding:15px;text-align:center;width:90%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-headTxt{color:#fff;font:normal normal 600 18px/26px Poppins,sans-serif;letter-spacing:0;text-align:center}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText1{color:#fff;font:normal normal normal 18px/26px Poppins,sans-serif;letter-spacing:0;text-align:center;word-break:break-word}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText{color:#fff;text-align:center;word-break:break-word}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText span{color:#fff;cursor:pointer;font:normal normal normal 18px/26px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content{text-align:right}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content .fd-website-logo{cursor:pointer;text-decoration:none}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content img{border-radius:unset;filter:none;height:150px;-o-object-fit:contain;object-fit:contain;width:100%}.funeral-director-info-premium .premium-info .about-fd{padding:10px 0}.funeral-director-info-premium .premium-info .about-fd h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium .premium-info .about-fd .about-fd-desc{word-wrap:break-word;color:#414042;font:normal normal normal 18px/24px Poppins,sans-serif;letter-spacing:0;margin-bottom:15px;margin-top:30px;text-align:left}@media only screen and (min-width:768px)and (max-width:1279.98px){.funeral-director-info-premium{padding:10px;width:380px}.funeral-director-info-premium .ph-icon-premium{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-size:36px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .email-icon-premium{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-size:40px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .home-icon-premium{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-size:36px;float:left;margin-bottom:5px;margin-left:0;margin-right:15px;padding:20px}.funeral-director-info-premium h3{color:#2d3033;font:normal normal 700 24px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium .premium-info .info-section-wrapper{grid-template-columns:repeat(1,1fr);height:auto;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section{border:2px solid #0c6e4f;border-radius:40px;margin-bottom:15px;padding:10px 20px 5px;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-headTxt{font:normal normal 600 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText1{font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText{text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText span{cursor:pointer;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content{float:none;text-align:center}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content .fd-website-logo{cursor:pointer;text-decoration:none}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content img{height:auto;margin-bottom:5%;margin-left:35%;margin-top:5%;width:60%}.funeral-director-info-premium .premium-info .about-fd{padding:5px}.funeral-director-info-premium .premium-info .about-fd .about-fd-desc{margin-top:25px}}@media only screen and (min-width:428px)and (max-width:767.98px){.funeral-director-info-premium{padding:10px;width:380px}.funeral-director-info-premium .ph-icon-premium{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-size:36px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .email-icon-premium{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-size:40px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .home-icon-premium{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-size:36px;float:left;margin-bottom:5px;margin-left:0;margin-right:15px;padding:20px}.funeral-director-info-premium h3{color:#2d3033;font:normal normal 700 24px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium .premium-info .info-section-wrapper{grid-template-columns:repeat(1,1fr);height:auto;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section{border:2px solid #0c6e4f;border-radius:40px;margin-bottom:15px;padding:10px 20px 5px;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-headTxt{font:normal normal 600 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText1{font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%;word-break:break-word}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText{text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText span{cursor:pointer;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;word-break:break-word}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content{float:none;text-align:center}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content .fd-website-logo{cursor:pointer;text-decoration:none}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content img{height:auto;margin-bottom:10%;margin-left:0;margin-top:5%;width:60%}.funeral-director-info-premium .premium-info .about-fd{padding:5px}.funeral-director-info-premium .premium-info .about-fd .about-fd-desc{margin-top:25px}}@media only screen and (max-width:427.98px){.funeral-director-info-premium{padding:10px;width:100%}.funeral-director-info-premium .ph-icon-premium{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-size:36px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .email-icon-premium{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-size:40px;float:left;margin:5px 15px 5px 0;padding:20px}.funeral-director-info-premium .home-icon-premium{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-size:36px;float:left;margin-bottom:5px;margin-left:0;margin-right:15px;padding:20px}.funeral-director-info-premium h3{color:#2d3033;font:normal normal 700 24px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium .premium-info .info-section-wrapper{grid-template-columns:repeat(1,1fr);height:auto;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section{border:2px solid #0c6e4f;border-radius:40px;margin-bottom:15px;padding:10px 20px 5px;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-headTxt{font:normal normal 600 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText1{font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0;text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText{text-align:left;width:100%}.funeral-director-info-premium .premium-info .info-section-wrapper .info-section .info-subText span{cursor:pointer;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content{float:none;text-align:center}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content .fd-website-logo{cursor:pointer;text-decoration:none}.funeral-director-info-premium .premium-info .info-section-wrapper .info-pic-content img{height:auto;margin-bottom:10%;margin-left:0;margin-top:5%;width:60%}.funeral-director-info-premium .premium-info .about-fd{padding:5px}.funeral-director-info-premium .premium-info .about-fd .about-fd-desc{margin-top:25px}}.view-notice-fd-info-std{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:30px;padding:15px;width:897px}.view-notice-fd-info-std .h-line{border:0;border-bottom:2px solid #7e4239;margin-top:5px;opacity:.48}.view-notice-fd-info-std .ph-icon{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-position:0 60%;background-size:20px}.view-notice-fd-info-std .ph-icon,.view-notice-fd-info-std .web-icon{filter:invert(0) sepia(0) saturate(217%) hue-rotate(169deg) brightness(20%) contrast(90%);padding-bottom:5px;padding-left:30px;padding-top:5px;vertical-align:middle}.view-notice-fd-info-std .web-icon{background:url(/static/332.11.0/tributesv2/images/globe.svg) no-repeat;background-position:0 60%;background-size:20px}.view-notice-fd-info-std .email-icon{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-position:0 60%;background-size:20px}.view-notice-fd-info-std .email-icon,.view-notice-fd-info-std .home-icon{filter:invert(0) sepia(0) saturate(217%) hue-rotate(169deg) brightness(20%) contrast(90%);padding-bottom:5px;padding-left:30px;padding-top:5px;vertical-align:middle}.view-notice-fd-info-std .home-icon{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-position:0 60%;background-size:20px}.view-notice-fd-info-std h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.view-notice-fd-info-std .std-info{display:grid;grid-template-columns:repeat(2,1fr)}.view-notice-fd-info-std .std-info .info-details-fname{width:800px}.view-notice-fd-info-std .std-info .info-details-fname .info-item{height:auto}.view-notice-fd-info-std .std-info .info-details-fname .info-item .hideOnTabletView{display:block}.view-notice-fd-info-std .std-info .info-details-fname .headTxt{color:#414042;font:normal normal 600 20px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details-fname .subText1{color:#414042;font:normal normal normal 20px/42px Poppins,sans-serif;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:middle;width:100%}.view-notice-fd-info-std .std-info .info-details{width:635px}.view-notice-fd-info-std .std-info .info-details .info-item{height:auto}.view-notice-fd-info-std .std-info .info-details .info-item .hideOnTabletView{display:block}.view-notice-fd-info-std .std-info .info-details .headTxt{color:#414042;font:normal normal 600 20px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details .subText1{width:100%}.view-notice-fd-info-std .std-info .info-details .subText,.view-notice-fd-info-std .std-info .info-details .subText1{color:#414042;font:normal normal normal 20px/42px Poppins,sans-serif;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details .subText span{color:#414042;cursor:pointer;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details .subText a{color:#3b896e}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper{overflow:hidden}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card{align-items:baseline;display:flex;height:auto;margin:0;overflow:hidden;padding-top:30%}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card img{height:auto;margin-left:20%;margin-top:-25%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out;width:80%}.view-notice-fd-info-std .std-info .info-advt-content .hideOnMobileView{display:block}@media only screen and (min-width:768px)and (max-width:1279.98px){.view-notice-fd-info-std{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:35px;padding:10px;width:380px}.view-notice-fd-info-std .hideOnTabletView{display:block}.view-notice-fd-info-std .email-icon,.view-notice-fd-info-std .home-icon,.view-notice-fd-info-std .ph-icon{background-position:0 50%;background-size:18px;vertical-align:middle}.view-notice-fd-info-std h3{color:#2d3033;display:inline-block;font:normal normal 700 24px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-left:0}.view-notice-fd-info-std .std-info{grid-template-columns:repeat(1,1fr);line-height:0px;margin-left:0}.view-notice-fd-info-std .std-info .info-details-fname{width:100%}.view-notice-fd-info-std .std-info .info-details-fname .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details-fname .info-item .headTxt{color:#414042;font:normal normal 600 16px/36px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details-fname .info-item .subText1{font:normal normal normal 16px/36px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:middle;width:100%}.view-notice-fd-info-std .std-info .info-details{width:100%}.view-notice-fd-info-std .std-info .info-details .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details .info-item .headTxt{color:#414042;font:normal normal 600 16px/36px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details .info-item .subText1{font:normal normal normal 16px/36px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:middle;width:100%}.view-notice-fd-info-std .std-info .info-details .info-item .subText{color:#414042;font:normal normal normal 16px/36px Poppins,sans-serif;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:middle}.view-notice-fd-info-std .std-info .info-details .info-item .subText span{color:#414042;cursor:pointer;vertical-align:middle}.view-notice-fd-info-std .std-info .info-advt-content{margin-left:40%;width:60%}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper{overflow:hidden}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card{align-items:baseline;display:flex;height:auto;margin:0;overflow:hidden;padding-top:30%}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card img{height:auto;margin-left:0;margin-top:-25%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out;width:100%}}@media only screen and (min-width:428px)and (max-width:767.98px){.view-notice-fd-info-std{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:35px;padding:10px;width:100%}.view-notice-fd-info-std .email-icon,.view-notice-fd-info-std .home-icon,.view-notice-fd-info-std .ph-icon{display:none}.view-notice-fd-info-std .hideOnTabletView{display:block}.view-notice-fd-info-std h3{color:#2d3033;font:normal normal 700 24px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-left:0}.view-notice-fd-info-std .std-info{grid-template-columns:repeat(1,1fr);line-height:0px;margin-left:0}.view-notice-fd-info-std .std-info .info-details-fname{width:100%}.view-notice-fd-info-std .std-info .info-details-fname .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details-fname .info-item .headTxt{color:#414042;font:normal normal 600 18px/42px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:text-top}.view-notice-fd-info-std .std-info .info-details-fname .info-item .subText1{font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:text-top;width:100%}.view-notice-fd-info-std .std-info .info-details{width:100%}.view-notice-fd-info-std .std-info .info-details .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details .info-item .headTxt{color:#414042;font:normal normal 600 18px/42px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:text-top}.view-notice-fd-info-std .std-info .info-details .info-item .subText1{font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:text-top;width:100%}.view-notice-fd-info-std .std-info .info-details .info-item .subText{color:#414042;font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:bottom}.view-notice-fd-info-std .std-info .info-details .info-item .subText span{color:#414042;cursor:pointer;vertical-align:text-top}.view-notice-fd-info-std .std-info .info-advt-content{height:auto;margin:0 auto;width:80%}.view-notice-fd-info-std .std-info .info-advt-content .hideOnMobileView{display:none}.view-notice-fd-info-std .std-info .info-advt-content .showOnMobileView,.view-notice-fd-info-std .std-info .info-advt-content .showOnTabletView{display:block}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card{padding-top:30%}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card img{height:auto;margin-left:0;margin-top:-25%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out;width:100%}}@media only screen and (max-width:427.98px){.view-notice-fd-info-std{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:35px;padding:10px;width:100%}.view-notice-fd-info-std .email-icon,.view-notice-fd-info-std .home-icon,.view-notice-fd-info-std .ph-icon{display:none}.view-notice-fd-info-std .hideOnTabletView{display:block}.view-notice-fd-info-std h3{color:#2d3033;font:normal normal 700 22px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-left:0}.view-notice-fd-info-std .std-info{grid-template-columns:repeat(1,1fr);line-height:0px;margin-left:0}.view-notice-fd-info-std .std-info .info-details-fname{width:100%}.view-notice-fd-info-std .std-info .info-details-fname .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details-fname .info-item .headTxt{color:#414042;font:normal normal 600 18px/42px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:text-top}.view-notice-fd-info-std .std-info .info-details-fname .info-item .subText1{font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:text-top;width:100%;word-break:break-word}.view-notice-fd-info-std .std-info .info-details{width:100%}.view-notice-fd-info-std .std-info .info-details .info-item{height:auto;margin-bottom:0}.view-notice-fd-info-std .std-info .info-details .info-item .headTxt{color:#414042;font:normal normal 600 18px/42px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:text-top}.view-notice-fd-info-std .std-info .info-details .info-item .subText1{font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;text-align:left;vertical-align:text-top;width:100%;word-break:break-word}.view-notice-fd-info-std .std-info .info-details .info-item .subText{color:#414042;font:normal normal normal 18px/42px Poppins,sans-serif;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:bottom}.view-notice-fd-info-std .std-info .info-details .info-item .subText span{color:#414042;cursor:pointer;vertical-align:text-top;word-break:break-word}.view-notice-fd-info-std .std-info .info-advt-content{height:auto;margin:0 auto;width:80%}.view-notice-fd-info-std .std-info .info-advt-content .hideOnMobileView{display:none}.view-notice-fd-info-std .std-info .info-advt-content .showOnMobileView,.view-notice-fd-info-std .std-info .info-advt-content .showOnTabletView{display:block}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card{padding-top:30%}.view-notice-fd-info-std .std-info .info-advt-content .sinfo-img-wrapper .sinfo-img-card img{height:auto;margin-left:0;margin-top:-25%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out;width:100%}}@media only screen and (max-width:375px){.view-notice-fd-info-std h3{height:auto}.view-notice-fd-info-std h3 hr{margin:0 0 18px}}.related-articles{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);display:block;height:auto;overflow:hidden;width:100%}.related-articles .container{margin:0 auto;width:1280px}.related-articles .container .md-read-articles{display:none}.related-articles .container .header{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:46px;margin-top:92px}.related-articles .container .header h2{color:#2d3033;font:normal normal 700 42px/56px Playfair Display,serif;height:56px;letter-spacing:.13px;text-align:left;width:auto}.related-articles .container .header a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;float:right;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin-top:2px;padding:16px 20px;text-align:center;width:260px}.related-articles .container .header a:hover{background-color:#bdd8cf}.related-articles .container .header a:after{content:"Read more articles"}.related-articles .container .related-articles-grid{grid-column-gap:31px;display:grid;grid-template-columns:auto auto;margin-bottom:57px}.related-articles .container .related-articles-grid .related-articles-item{border-bottom:2px solid #b9978d;overflow:hidden;padding:13px 0;width:625px}.related-articles .container .related-articles-grid .related-articles-item #showInMobileView{display:none}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content{border-bottom:2px solid #b9978d}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a{grid-gap:19px;display:grid;grid-template-columns:repeat(2,1fr)}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img{height:180px;left:0;opacity:1;overflow:hidden;top:0;width:178px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text{width:430px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:18px 0}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 18px/25px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content:last-child{border:none}.related-articles .container .related-articles-grid .related-articles-item:first-child{grid-row:1/span 3;padding:13px 0;width:625px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a{grid-gap:0;display:grid;grid-template-columns:auto}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img{height:448px;left:0;opacity:1;overflow:hidden;top:0;width:625px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text{width:625px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:16px 0 20px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}@media only screen and (min-width:1280px)and (max-width:1919.98px){.related-articles{height:auto}.related-articles .container{padding:0 30px}.related-articles .container .header{display:grid}.related-articles .container .header h2{font:normal normal 700 42px/40px Playfair Display,serif;letter-spacing:.12px}.related-articles .container .header a{background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;text-align:center}.related-articles .container .related-articles-grid{grid-column-gap:20px}.related-articles .container .related-articles-grid .related-articles-item{width:600px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content{border-bottom:2px solid #b9978d}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a{grid-gap:19px;display:grid}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img{height:180px;left:0;opacity:1;top:0;width:178px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text{width:400px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:18px 0}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 18px/25px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item:first-child{width:600px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a{grid-gap:0}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img{width:600px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text{width:600px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2{color:#101010;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}}@media only screen and (min-width:768px)and (max-width:1279.98px){.related-articles{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161)}.related-articles .container{padding:0 27px 50px;width:768px}.related-articles .container .header{align-items:center;display:grid;margin-top:46px}.related-articles .container .header h2{color:#2d3033;font:normal normal 700 30px/40px Playfair Display,serif;height:40px;letter-spacing:.09px;width:auto}.related-articles .container .header a{background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;height:55px;padding:14px 20px;text-align:center;width:241px}.related-articles .container .related-articles-grid{grid-gap:0;display:grid;grid-template-columns:auto;margin:0}.related-articles .container .related-articles-grid .related-articles-item{border:none;padding:0;width:714px}.related-articles .container .related-articles-grid .related-articles-item #showInMobileView{display:flex}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content{border-bottom:2px solid #b9978d}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a{grid-column-gap:19px;display:grid;padding:13px 0}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img{height:180px;width:178px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text{width:522px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2{color:#101010;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content:last-child{border-bottom:2px solid #b9978d}.related-articles .container .related-articles-grid .related-articles-item:first-child{grid-gap:0;border:none;grid-row:auto;padding:0;width:714px}.related-articles .container .related-articles-grid .related-articles-item:first-child #showInMobileView{display:flex}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content{border-bottom:2px solid #b9978d}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a{grid-column-gap:19px;border-bottom:none;display:grid;grid-template-columns:repeat(2,1fr);padding:13px 0}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img{height:180px;width:178px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text{width:522px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2{color:#101010;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}}@media only screen and (min-width:428px)and (max-width:767.98px){.related-articles{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161)}.related-articles .container{padding:0 22px 40px;width:428px}.related-articles .container .md-read-articles{display:block}.related-articles .container .md-read-articles a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin:33px 0 1px;padding:16px 20px;text-align:center;width:382px}.related-articles .container .md-read-articles a:hover{background-color:#bdd8cf}.related-articles .container .md-read-articles a:after{content:"Read more articles"}.related-articles .container .header{border-bottom:2px solid rgba(126,66,57,.4);grid-template-columns:auto;height:40px;margin:40px 0 0;width:382px}.related-articles .container .header .read-articles{display:none}.related-articles .container .header h2{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:33px;letter-spacing:.07px;margin-bottom:5px;width:auto}.related-articles .container .header a{border:2px solid #0b6e4f;border-radius:34px;height:72px;width:382px}.related-articles .container .header a:after{color:#0b6e4f;content:"Read more articles";font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;text-align:center}.related-articles .container .related-articles-grid{grid-gap:0;display:grid;grid-template-columns:repeat(1,1fr);margin:0}.related-articles .container .related-articles-grid .related-articles-item{border:none;padding:0;width:382px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a{grid-gap:0;display:block;height:auto;padding:20px 0 40px;width:382px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img{height:220px;width:382px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text{width:382px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}.related-articles .container .related-articles-grid .related-articles-item:first-child{grid-gap:0;border:none;padding:0;width:382px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a{display:block;height:auto;padding:20px 0 40px;width:382px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img{height:220px;width:382px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text{width:382px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}}@media only screen and (max-width:427.98px){.related-articles{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);overflow:hidden;width:100%}.related-articles .container{padding:0 22px 40px;width:100%}.related-articles .container .md-read-articles{display:block}.related-articles .container .md-read-articles a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin:33px 0 1px;padding:16px 20px;text-align:center;width:100%}.related-articles .container .md-read-articles a:hover{background-color:#bdd8cf}.related-articles .container .md-read-articles a:after{content:"Read more articles"}.related-articles .container .header{border-bottom:2px solid rgba(126,66,57,.4);grid-template-columns:auto;height:40px;margin:40px 0 0;width:100%}.related-articles .container .header .read-articles{display:none}.related-articles .container .header h2{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:33px;letter-spacing:.07px;margin-bottom:5px;width:auto}.related-articles .container .header a{border:2px solid #0b6e4f;border-radius:34px;height:72px;width:100%}.related-articles .container .header a:after{color:#0b6e4f;content:"Read more articles";font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;text-align:center}.related-articles .container .related-articles-grid{display:block;margin:0}.related-articles .container .related-articles-grid .related-articles-item{border:none;padding:0;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a{display:block;height:auto;padding:20px 0 40px;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img{height:220px;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text{width:100%}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item .related-articles-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}.related-articles .container .related-articles-grid .related-articles-item:first-child{border:none;padding:0;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a{display:block;height:auto;padding:20px 0 40px;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img{height:220px;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text{width:100%}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}}body:not(.adcore) .adblock{display:none}body.adcore .ad-block.ad-halfpage[data-google-query-id],body.adcore .ad-block.ad-m-mrec[data-google-query-id],body.adcore .ad-block.ad-mrec[data-google-query-id]{background-color:#d6d6d6;box-sizing:content-box;display:block;margin:0 auto 16px;max-width:300px;padding:6px 6px 4px;width:300px}body.adcore .ad-block.ad-halfpage[data-google-query-id]:after,body.adcore .ad-block.ad-m-mrec[data-google-query-id]:after,body.adcore .ad-block.ad-mrec[data-google-query-id]:after{color:#929292;content:"Advertisement";display:block;font-size:14px;padding-top:4px;text-align:right;text-transform:uppercase}body.adcore .ad-adhesive{align-items:center;background:#d6d6d6;bottom:0;display:none;height:auto;justify-content:center;left:0;min-height:70px;position:fixed;right:0;transform:translateY(100%);z-index:999999}body.adcore .ad-adhesive.ad-adhesive-show{transform:translateY(0);transition:transform .5s ease-out}body.adcore.tributes .top-picks__content-wrapper .ad-block{margin-right:16px}body.adcore .ad-block.ad-m-mrec{display:none}@media (max-width:736px){body.adcore .ad-block.ad-m-mrec{display:block}body.adcore .ad-adhesive{display:flex}body.adcore .desktop-ad{display:none!important}}.adSpace{margin:0 auto}.adSpace img.spinner{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:31.2px}.fixed-column .adSpace{min-height:250px;min-width:312px;padding:0!important;text-align:center}.width728{margin:20px auto;width:729px}.width320{width:320px}.width300{width:300px}.fixed-bottom{background:#cacabd;bottom:0;left:0;position:fixed;right:0;z-index:2}#adSpace1,#mobileAd3{margin-bottom:20px}.bz-page-wrapper>*{z-index:5}.bz-page-wrapper{margin:0 auto;max-width:1000px}.ad-billboard,.ad-block{margin:10px auto;max-width:1000px}.ad-billboard,.ad-block,.ad-m-banner{align-items:center;display:flex;justify-content:center}.ad-m-banner{margin:0;max-width:100%}.mobile.ad-block.ad-m-mrec{align-items:center;display:flex;justify-content:center}@media(max-height:563px){.ad-m-banner{z-index:-1}}.dialog-overlay{background-color:rgba(0,0,0,.4);height:100vh;left:0;opacity:0;padding:0 10px;position:fixed;top:0;transition:all .4s ease-out;width:100vw;z-index:99999999998}.dialog-overlay[aria-hidden=true]{opacity:0;pointer-events:none}[role=dialog]{background:#fff;border-radius:20px;display:flex;left:50%;max-width:780px;overflow:hidden;position:relative;top:50%;transform:translate(-50%,-50%);transition:all .6s ease-out;z-index:99999999999}[role=dialog][aria-hidden=true]{opacity:0;pointer-events:none}[role=dialog] .modal-hero,[role=dialog] .redesign-modal-hero{flex-basis:min-content;min-width:352px}[role=dialog] .modal-content,[role=dialog] .redesign-modal-content{padding:20px;position:relative;text-align:center}[role=dialog] .modal-content h1,[role=dialog] .modal-content p,[role=dialog] .redesign-modal-content h1,[role=dialog] .redesign-modal-content p{margin-bottom:15px}[role=dialog] .modal-content h1,[role=dialog] .redesign-modal-content h1{font-size:24px;font-weight:800}[role=dialog] .modal-content a.button,[role=dialog] .redesign-modal-content a.button{font-weight:700}@media only screen and (min-width:767px){[role=dialog] .modal-content,[role=dialog] .redesign-modal-content{padding:40px;text-align:left}[role=dialog] .modal-content h1,[role=dialog] .modal-content p,[role=dialog] .redesign-modal-content h1,[role=dialog] .redesign-modal-content p{line-height:1.3em;margin-bottom:20px}}[role=dialog] .modal-close,[role=dialog] .redesign-modal-close{color:#9f9f9f;font-family:Mulish Light,Mulish;font-size:40px;line-height:48px;position:absolute;right:20px;top:0}[role=dialog] .modal-logo,[role=dialog] .redesign-modal-logo{margin:10px 0;max-width:200px}[role=dialog] .modal-hero,[role=dialog] .redesign-modal-hero{display:none}@media only screen and (min-width:767px){[role=dialog] .modal-hero,[role=dialog] .redesign-modal-hero{display:block}}.sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);opacity:0;position:absolute}#redesign-modal:not([aria-hidden=true]),.dialog-overlay:not([aria-hidden=true]),.generic-modal:not([aria-hidden=true]){opacity:1;pointer-events:all}.videoInline{margin-bottom:10px}.videoInline.right{float:right;margin:5px 0 5px 10px}.videoInline.small{width:300px}.videoInline.medium{clear:left;width:460px}.videoInline.large{clear:both;width:620px}.videoInline.fullWidth{clear:both;width:100%}.videoInline .inlineVideoWrapper{background:#000!important;width:100%!important}.videoInline figcaption{margin:0!important;padding:5px 10px 8px}.videoInline.large figcaption h5,.videoInline.medium figcaption h5{display:none}.videoInline iframe{width:100%}.myaccount-inputfield{display:flex;flex-direction:column;gap:10px;position:relative;width:75%}.myaccount-inputfield label{color:#414042;font:600 18px/normal Poppins,sans-serif}.myaccount-inputfield input{background:transparent;border:none;border-bottom:1px solid #b9978d;color:#414042;font:400 18px/normal Poppins,sans-serif;height:50px;outline:none;padding-right:35px}.myaccount-inputfield .edit-button{background:url(/static/332.11.0/tributesv2/images/edit-button.svg) no-repeat;border:none;bottom:15px;cursor:pointer;height:24px;position:absolute;right:0;width:24px}.myaccount-inputfield .errorlist{display:none}.myaccount-button{background:transparent;border:1px solid #0b6e4f;border-radius:100px;color:#0b6e4f;cursor:pointer;display:flex;height:50px;justify-content:center;width:172px}.general-error-message,.myaccount-button{align-items:center;font:600 18px/normal Poppins,sans-serif}.general-error-message{background:rgba(245,111,120,.286);border:1px solid #f01926;border-radius:5px;color:#f01926;display:none;gap:5px;height:auto;margin-bottom:-20px;padding:8px 15px;width:75%}.mb-myaccount-menu{display:none}.myaccount-container{display:flex;gap:30px;margin:50px auto;padding:0 20px;width:1280px}.myaccount-container .myaccount-left-container{width:317px}.myaccount-container .myaccount-left-container .myaccount-image-container{background:#eee5d9;border:1px solid #b9978d;border-radius:5px;margin-bottom:30px;padding:20px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image{height:255px;margin:0 auto;position:relative;width:257px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image .change-image-button{background:url(/static/332.11.0/tributesv2/images/camera-icon.svg) no-repeat 50%;border:none;cursor:pointer;height:40px;position:absolute;right:20px;top:20px;width:40px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image .change-image-button:hover{filter:brightness(.9)}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image img{border:1px solid #b9978d;border-radius:157.5px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu{display:flex;flex-direction:column;gap:15px;margin:30px 0}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu a{align-items:center;background:transparent;border:none;border-radius:100px;color:#414042;cursor:pointer;display:flex;font:400 18px/normal Poppins,sans-serif;gap:20px;height:45px;justify-content:flex-start;padding:0 20px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu a:hover{background:#fffcf8}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu a.active{background:#0b6e4f;border:1px solid #0b6e4f;color:#fff}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu a.active svg g path{fill:#fff}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-menu a svg g path{fill:#414042}.myaccount-container .myaccount-left-container .myaccount-advertisement{overflow:hidden}.myaccount-container .myaccount-right-container{flex:1}.myaccount-container .myaccount-right-container h1{color:#414042;font:600 40px/1 Playfair Display,serif;margin-top:-5px}.myaccount-container .myaccount-right-container .mb-myaccount-image{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details{border:1px solid #b9978d;border-radius:5px;margin-bottom:50px;padding:40px}.myaccount-container .myaccount-right-container .myaccount-login-details h2{color:#414042;font:600 22px/1 Poppins,sans-serif}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form{display:flex;flex-direction:column;gap:45px;margin-top:30px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield{gap:30px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield input{border:1px solid #b9978d;border-radius:100px;padding:0 25px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield .edit-button{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield:has(.errorlist) input{border-color:#f01926}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield .errorlist{display:block;margin-top:-20px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-inputfield .errorlist li{color:#f01926;font:400 14px/normal Poppins,sans-serif;list-style:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .confirmpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .newpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .oldpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .password-inputfield{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .general-error-message.error-from-email{display:flex}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .general-error-message.error-from-password{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-login-details-buttons .cancel-button,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.email-form-active .myaccount-login-details-buttons .save-button{display:flex}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield){gap:30px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield) input{border:1px solid #b9978d;border-radius:100px;padding:0 25px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield) .edit-button{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield):has(.errorlist) input{border-color:#f01926}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield) .errorlist{display:block;margin-top:-20px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-inputfield:not(.email-inputfield) .errorlist li{color:#f01926;font:400 14px/normal Poppins,sans-serif;list-style:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .password-inputfield{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .confirmpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .newpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .oldpassword-inputfield{display:flex}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .general-error-message.error-from-email{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .general-error-message.error-from-password,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-login-details-buttons .cancel-button,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form.password-form-active .myaccount-login-details-buttons .save-button{display:flex}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .confirmpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .newpassword-inputfield,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .oldpassword-inputfield{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .myaccount-login-details-buttons{align-items:center;display:flex;gap:30px}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .myaccount-login-details-buttons .cancel-button,.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .myaccount-login-details-buttons .save-button{display:none}.myaccount-container .myaccount-right-container .myaccount-login-details .myaccount-login-details-form .myaccount-login-details-buttons .save-button{background:#0b6e4f;color:#fff}.myaccount-container .myaccount-right-container .myaccount-personal-details{border:1px solid #b9978d;border-radius:5px;padding:40px}.myaccount-container .myaccount-right-container .myaccount-personal-details h2{color:#414042;font:600 22px/1 Poppins,sans-serif}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form{display:flex;flex-direction:column;gap:45px;margin-top:30px}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield{gap:30px}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield input{border:1px solid #b9978d;border-radius:100px;padding:0 25px}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield .edit-button{display:none}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield:has(.errorlist) input{border-color:#f01926}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield .errorlist{display:block;margin-top:-20px}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-inputfield .errorlist li{color:#f01926;font:400 14px/normal Poppins,sans-serif;list-style:none}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .general-error-message,.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-personal-details-buttons .cancel-button,.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form.active .myaccount-personal-details-buttons .save-button{display:flex}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form .myaccount-personal-details-buttons{align-items:center;display:flex;gap:30px}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form .myaccount-personal-details-buttons .cancel-button,.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form .myaccount-personal-details-buttons .save-button{display:none}.myaccount-container .myaccount-right-container .myaccount-personal-details .myaccount-personal-details-form .myaccount-personal-details-buttons .save-button{background:#0b6e4f;color:#fff}.mb-myaccount-advertisement{display:none}@media only screen and (min-width:768px)and (max-width:1279.98px){.myaccount-inputfield{width:100%}.myaccount-container{width:768px}.myaccount-container .myaccount-left-container{width:275px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image{height:225px;width:225px}.myaccount-container .myaccount-left-container .myaccount-image-container .myaccount-image .change-image-button{right:10px;top:20px}.myaccount-container .myaccount-left-container .myaccount-advertisement .ad-block.ad-halfpage{padding:0;width:100%}.myaccount-container .myaccount-right-container .myaccount-login-details,.myaccount-container .myaccount-right-container .myaccount-personal-details{padding:40px 20px}.myaccount-container .myaccount-right-container .general-error-message{width:100%}}@media only screen and (max-width:767.98px){.myaccount-inputfield{width:100%}.myaccount-button{width:120px}.mb-myaccount-menu{display:flex;height:58px}.mb-myaccount-menu a{align-items:center;border-bottom:1px solid #b9978d;color:#000;display:flex;flex:1;font:300 16px/normal Poppins,sans-serif;height:100%;justify-content:center}.mb-myaccount-menu a.active{background:#dceee8;border-bottom:2px solid #0b6e4f;color:#0b6e4f;font-weight:600}.myaccount-container{flex-direction:column;margin:0 auto;width:428px}.myaccount-container .myaccount-left-container{display:none}.myaccount-container .myaccount-right-container h1{margin-top:40px}.myaccount-container .myaccount-right-container .myaccount-login-details{margin:126px 0 40px;padding:126px 30px 40px;position:relative}.myaccount-container .myaccount-right-container .myaccount-login-details .mb-myaccount-image{display:block;height:172px;left:50%;position:absolute;top:-86px;transform:translateX(-50%);width:172px}.myaccount-container .myaccount-right-container .myaccount-login-details .mb-myaccount-image .change-image-button{background:url(/static/332.11.0/tributesv2/images/camera-icon.svg) no-repeat 50%;border:none;cursor:pointer;height:52px;position:absolute;right:5px;top:5px;width:52px;z-index:1}.myaccount-container .myaccount-right-container .myaccount-login-details .mb-myaccount-image .change-image-button:hover{filter:brightness(.9)}.myaccount-container .myaccount-right-container .myaccount-login-details .mb-myaccount-image img{border:1px solid #b9978d;border-radius:157.5px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.myaccount-container .myaccount-right-container .myaccount-personal-details{margin-bottom:40px;padding:40px 30px}.mb-myaccount-advertisement{display:block;margin-bottom:20px}}@media only screen and (max-width:427.98px){.myaccount-container{width:100%}}.details-banner{height:246px;overflow:hidden}.details-banner img{width:100%}.mb-banner-only-md{display:none}.h-line{border-bottom:2px solid #7e4239;margin-top:5px}.publication-icon{background:url(/static/332.11.0/tributesv2/images/listing-publication.svg) no-repeat;background-position:0 60%}.date-icon,.publication-icon{filter:invert(0) sepia(0) saturate(217%) hue-rotate(169deg) brightness(20%) contrast(90%);padding-bottom:5px;padding-left:30px;padding-top:5px}.date-icon{background:url(/static/332.11.0/tributesv2/images/calendar.svg) no-repeat;background-position:0 60%}.location-icon{background:url(/static/332.11.0/tributesv2/images/map-pin.svg) no-repeat;background-position:0 60%;filter:invert(0) sepia(0) saturate(217%) hue-rotate(169deg) brightness(20%) contrast(90%);padding-bottom:5px;padding-left:30px;padding-top:5px}.details-wrapper-content{margin:0 auto;overflow:hidden;width:1280px}.details-wrapper-content .image-wrapper{border-radius:10px;height:100%;overflow:hidden;width:100%}.details-wrapper-content .image-wrapper .profile-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:0;overflow:hidden;padding-top:100%;position:relative}.details-wrapper-content .image-wrapper .profile-img-card img{border-radius:10px;height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.details-wrapper-content .hideOnMobileView,.details-wrapper-content .hideOnTabletView{display:block}.details-wrapper-content .showOnMobileView,.details-wrapper-content .showOnTabletView{display:none}.details-wrapper-content .container{display:flex;flex-direction:row-reverse;gap:5px;justify-content:space-between;padding:20px}.details-wrapper-content .container .details-left{margin-bottom:30px}.details-wrapper-content .container .details-left .details-left-content .details-profile{display:block;margin-bottom:180px}.details-wrapper-content .container .details-left .details-left-content .details-profile .profile-pic{background:#fffcf8 0 0 no-repeat padding-box;border-radius:10px;display:block;height:320px;margin-top:-390px;position:absolute;width:320px}.details-wrapper-content .container .details-left .details-left-content .details-profile .profile-pic img{height:317px;padding:10px;width:317px}.details-wrapper-content .container .details-left .details-left-content .details-profile-p1{display:block;margin-bottom:400px}.details-wrapper-content .container .details-left .details-left-content .details-profile-p1 .profile-pic-p1{background:#fffcf8 0 0 no-repeat padding-box;border-radius:1px;display:block;height:320px;margin-top:-390px;position:absolute;width:320px}.details-wrapper-content .container .details-left .details-left-content .details-profile-p1 .profile-pic-p1 img{height:317px;padding:10px;width:317px}.details-wrapper-content .container .details-left .details-left-content .advt_content{height:auto;margin-top:40px}.details-wrapper-content .container .details-right .details-right-content{width:100%}.details-wrapper-content .container .details-right .details-right-content .profile-pic,.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1{display:none}.details-wrapper-content .container .details-right .details-right-content .send-flowers{background:url(/static/332.11.0/tributesv2/images/flower-button.svg) no-repeat;background-position:50% 0;display:inline-block;padding-top:50px;text-align:center;width:80px}.details-wrapper-content .container .details-right .details-right-content .send-flowers .sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif;height:45px;letter-spacing:0;opacity:1;text-align:center;width:66px}.details-wrapper-content .container .details-right .details-right-content .send-flowers:hover{background:url(/static/332.11.0/tributesv2/images/Flower-Button-Hover.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .send-charity-services{background:url(/static/332.11.0/tributesv2/images/charity-services-inactive.svg) no-repeat;background-position:50% 0;display:inline-block;padding-top:50px;text-align:center}.details-wrapper-content .container .details-right .details-right-content .send-charity-services .sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif;height:48px;letter-spacing:0;opacity:1;text-align:center;width:76px}.details-wrapper-content .container .details-right .details-right-content .send-charity-services:hover{background:url(/static/332.11.0/tributesv2/images/charity-services-hover.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .send-support-services{background:url(/static/332.11.0/tributesv2/images/support-services-inactive.svg) no-repeat;background-position:50% 0;display:inline-block;padding-top:50px;text-align:center}.details-wrapper-content .container .details-right .details-right-content .send-support-services .sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif;height:48px;letter-spacing:0;opacity:1;text-align:center;width:88px}.details-wrapper-content .container .details-right .details-right-content .send-support-services:hover{background:url(/static/332.11.0/tributesv2/images/support-services-hover.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .send-memorial-services{background:url(/static/332.11.0/tributesv2/images/memorial-services-inactive.svg) no-repeat;background-position:50% 0;display:inline-block;margin:40px 25px 20px 0;padding-top:50px;text-align:center}.details-wrapper-content .container .details-right .details-right-content .send-memorial-services .sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif;height:48px;letter-spacing:0;opacity:1;text-align:center;width:78px}.details-wrapper-content .container .details-right .details-right-content .send-memorial-services:hover{background:url(/static/332.11.0/tributesv2/images/memorial-services-hover.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .candle{cursor:pointer;display:inline-block;padding-top:50px;position:relative;text-align:center;width:80px}.details-wrapper-content .container .details-right .details-right-content .candle .light-a-btn{left:0;position:absolute;top:0;visibility:hidden}.details-wrapper-content .container .details-right .details-right-content .light-candle{background:url(/static/332.11.0/tributesv2/images/candle-inactive.svg) no-repeat;background-position:50% 0}.details-wrapper-content .container .details-right .details-right-content .light-candle .candle-count{background:#0b6e4f;border-radius:5px;color:#fff;font:600 18px/24px Poppins,sans-serif;height:23px;letter-spacing:.05px;position:absolute;right:0;top:-4px;width:32px}.details-wrapper-content .container .details-right .details-right-content .light-candle .candle-sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .light-candle:hover{background:url(/static/332.11.0/tributesv2/images/candle-hover.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .light-candle-lit{background:url(/static/332.11.0/tributesv2/images/candle-active.svg) no-repeat;background-position:50% 0}.details-wrapper-content .container .details-right .details-right-content .light-candle-lit .candle-count{background:#bdd8cf;border:1px solid #0b6e4f;color:#0b6e4f}.details-wrapper-content .container .details-right .details-right-content .light-candle-lit:hover{background:url(/static/332.11.0/tributesv2/images/candle-active.svg) no-repeat;background-position:top}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-button{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;text-align:center;width:85px}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-button:hover{cursor:pointer}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-button:hover svg{background-color:#bdd8cf}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-button svg{border-radius:50%;height:45px;width:45px}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-button span{color:#414042;font:600 18px/22px Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container.active{display:flex}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content{background:#fffcf8;border:1px solid #b9978d;border-radius:5px;height:265px;padding:40px;position:relative;text-align:center;width:390px}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-text{font:600 34px/normal Playfair Display,serif;padding-bottom:35px}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-text span{font:italic 400 34px/normal Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-container{align-items:center;display:flex;justify-content:space-between}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-container svg{transition:all .3s ease-in-out}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-container svg:hover{cursor:pointer;scale:1.1}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-choice-container .office-icon{display:none}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-close-icon{align-items:center;background:#fff;border-radius:50%;cursor:pointer;display:flex;height:34px;justify-content:center;opacity:.5;position:absolute;right:0;top:-46px;width:34px}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-close-icon:hover{background:#414042}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-close-icon:hover .cross-icon{filter:invert(0)}.details-wrapper-content .container .details-right .details-right-content .add-to-calendar-container .add-to-calendar-overlay-container .add-to-calendar-overlay-content .calendar-close-icon .cross-icon{background:url(/static/332.11.0/tributesv2/images/cross-icon.svg) no-repeat;filter:invert(1);height:24px;width:24px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:5px 0 20px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block{display:flex;justify-content:space-between}@keyframes horizontal-shake-animation{0%{transform:translateX(0)}25%{transform:translateX(-10px)}50%{transform:translateX(10px)}75%{transform:translateX(-10px)}to{transform:translateX(0)}}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header{flex:1}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h2{color:#414042;font:italic normal 24px/24px Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h1{color:#414042;font:600 40px/40px Playfair Display,serif;margin:15px 0 20px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block{align-items:center;border:1px solid #b9978d;border-radius:32px;cursor:pointer;display:flex;gap:5px;height:45px;justify-content:center;width:120px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block.share-block-shake-animation{animation:horizontal-shake-animation .25s ease-in-out 30s 8}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block:hover{background:#eee5d9}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block:hover .share-icon{filter:grayscale(100%) brightness(35%) contrast(100%)}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block:hover .share-text{color:#414042}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block .share-text{color:#b9978d;font:600 18px/normal Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-date-range{color:#414042;display:none;font:700 18px/25px Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .heading-separator{border:0;border-bottom:1px solid #b9978d;margin:5px 0 22px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-photo-list{display:none;height:80px;margin:10px 0 -30px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-photo-list .g-txt{padding-left:5px;vertical-align:middle}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details{align-items:center;display:flex;gap:25px;margin-bottom:20px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details .publication-date-text,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details .publication-location-text,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details .publication-name-text{color:#414042;font:700 17px/26px Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc{color:#414042;font:18px/24px Poppins,sans-serif;text-align:left;width:823px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc .hiddenPhone{cursor:pointer}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .date-range{color:#414042;display:block;font:700 23px/25px Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .partner-services{display:flex;flex-wrap:wrap;gap:25px;margin:50px 0}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block{align-items:center;border:1px solid #b9978d;border-radius:32px;display:none;gap:5px;height:45px;justify-content:center;margin-bottom:10px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block.share-block-shake-animation{animation:horizontal-shake-animation .25s ease-in-out 30s 8}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block:hover{background:#eee5d9}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block:hover .share-icon{filter:grayscale(100%) brightness(35%) contrast(100%)}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block:hover .share-text{color:#414042}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block .share-text{color:#b9978d;font:600 18px/normal Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container.active{display:flex}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content{align-items:center;background:#fffcf8;border:1px solid #b9978d;border-radius:5px;display:flex;flex-direction:column;gap:30px;height:354px;padding-top:50px;position:relative;text-align:center;width:483px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image){height:574px;padding:10px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image) .opengraph-image{border:1px solid #b9978d;border-radius:5px;height:247px;width:463px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-question{color:#414042;font:600 34px/normal Playfair Display,serif;padding:0 20px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-question span{font-style:italic;font-weight:400}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons{align-items:center;display:flex;gap:25px;justify-content:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools{background:transparent;border:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button{align-items:center;background:#dceee8;border:1px solid #0b6e4f;border-radius:50%;cursor:pointer;display:flex;height:45px;justify-content:center;width:45px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button:hover,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button:hover,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button:hover{background:#0b6e4f}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button:hover svg,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button:hover svg,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button:hover svg{fill:#fff}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button svg,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button svg,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button svg{fill:#0b6e4f}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions{align-items:center;display:flex;gap:2px;justify-content:space-between}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link{align-items:center;border:1px solid #d9d9d9;border-radius:100px 5px 5px 100px;color:#747373;display:flex;flex:1;font:400 18px/normal Poppins,sans-serif;height:45px;padding-left:18px;width:313px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:286px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link-copy-button{align-items:center;background:#0b6e4f;border:1px solid #0b6e4f;border-radius:5px 32px 32px 5px;color:#fff;cursor:pointer;display:flex;font:600 18px/normal Poppins,sans-serif;gap:5px;height:45px;justify-content:center;width:108px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .link-copied-toast{align-items:center;background:#0b6e4f;border-radius:5px 5px 0 0;bottom:-1px;color:#fff;display:flex;font:600 18px/normal Poppins,sans-serif;height:38px;justify-content:center;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .5s ease-in-out;width:161px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .link-copied-toast.active{opacity:1}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .close-icon{align-items:center;background:#fff;border-radius:50%;cursor:pointer;display:flex;height:34px;justify-content:center;opacity:.5;position:absolute;right:0;top:-46px;width:34px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .close-icon:hover{background:#414042}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .close-icon:hover .cross-icon{filter:invert(0)}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .close-icon .cross-icon{background:url(/static/332.11.0/tributesv2/images/cross-icon.svg) no-repeat;filter:invert(1);height:24px;width:24px}.details-wrapper-content .container .details-right .details-right-content .right-standalone-partner{display:none}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices{background:#eee5d9;border:1px solid #b9978d;border-radius:5px;margin-bottom:50px;padding:20px;width:897px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices h3{color:#2d3033;font:700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-left:0}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .slider{margin:0 auto}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-prev{border:1px solid #0b6e4f;border-radius:50%;bottom:150px;left:-1%;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-next{border:1px solid #0b6e4f;border-radius:50%;bottom:150px;right:0;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide{display:block;width:244px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide img{display:block;height:347px;width:244px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices{padding:20px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card{border:1px solid #b9978d;border-radius:5px;box-shadow:none;height:352px;margin:0;width:244px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block{overflow:hidden}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block .funeral-banner-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:0;overflow:hidden;padding-top:calc(100% + 25px);position:relative}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block .funeral-banner-img-card img{height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details{padding:10px;text-align:left}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details h4{color:#414042;font:600 18px/normal Poppins,sans-serif;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:215px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details span{color:#b9978d;font:400 18px/normal Poppins,sans-serif}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a{position:relative}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-block{height:100%}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-block .funeral-banner-img-card{height:100%;padding-top:0}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-block .funeral-banner-img-card img{height:100%;margin-top:0;-o-object-fit:cover;object-fit:cover}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details{background:linear-gradient(90deg,rgba(90,90,91,.95) 50%,rgba(90,90,91,0) 88%);bottom:0;mix-blend-mode:hard-light;padding-bottom:20px;position:absolute;width:244px;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details h4{color:#fff}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details span{color:#fff;font:italic 400 18px/normal Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots{bottom:-10px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots li button{background:#dceee8;border:1px solid #0b6e4f;border-radius:50%;font-size:0;height:10px;width:10px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots li button:before{display:none}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots .card-active button{background:#0b6e4f}.noticeImageGallery{height:100%;position:absolute;width:100%;z-index:10001}.modal{background-color:rgba(0,0,0,.7);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%}.modal .modal-content{background:#fff;border-radius:5px;height:auto;margin:0 auto;position:relative;top:15%;width:820px}.modal .modal-content .close{background-color:rgba(0,0,0,.7);border-radius:50%;color:#000;color:#fff;display:block;float:right;font:50px/30px Poppins,sans-serif;height:45px;margin:9px;padding:9px 7px 0;position:absolute;right:0;width:45px;z-index:999}.imgGalleryLinkContainer{margin-left:165px;margin-top:-305px;z-index:1}.btn-gallery-icon{background:url(/static/332.11.0/tributesv2/images/gallery-icon.svg) no-repeat;background-position:0 50%;background-size:20px;padding-left:20px;vertical-align:middle}.btn-gallery{background-color:#0b6e4f;border:0;border-radius:25px;color:#fff;cursor:pointer;display:block;height:40px;outline:none;padding:10px;position:relative;text-align:left;text-decoration:none;transition:width .5s;vertical-align:text-top}.btn-gallery .btn-gallery-text{color:#fff;display:inline-block;font:700 14px/22px Poppins,sans-serif;max-width:0;overflow:hidden;padding-left:5px;transition:color .25s 1.5s,max-width 2s;vertical-align:middle;white-space:nowrap}.btn-gallery:hover .btn-gallery-text{color:#fff;max-width:300px}.close:focus,.close:hover{color:#000;cursor:pointer;text-decoration:none}@media only screen and (min-width:1920px){.details-wrapper-content{margin:0 auto;width:1280px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.details-banner{height:190px}.details-wrapper-content{width:768px}.details-wrapper-content .hideOnMobileView{display:block}.details-wrapper-content .hideOnTabletView,.details-wrapper-content .showOnMobileView{display:none}.details-wrapper-content .showOnTabletView{display:block}.details-wrapper-content .container{padding:20px;width:100%}.details-wrapper-content .container .details-left{width:43%}.details-wrapper-content .container .details-left .details-left-content .details-profile .profile-pic{margin-top:-360px}.details-wrapper-content .container .details-left .details-left-content .advt_content{height:auto}.details-wrapper-content .container .details-right{width:55%}.details-wrapper-content .container .details-right .details-right-content{width:100%}.details-wrapper-content .container .details-right .details-right-content .profile-pic,.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1{display:none}.details-wrapper-content .container .details-right .details-right-content .send-flowers{display:inline-block;padding-top:50px}.details-wrapper-content .container .details-right .details-right-content .send-flowers .sf-txt{color:#414042;font:600 18px/23px Poppins,sans-serif;height:45px;letter-spacing:0;opacity:1;text-align:center;width:66px}.details-wrapper-content .container .details-right .details-right-content .candle{width:80px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h2{font:italic normal 22px/22px Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h1{font:600 28px/42px Playfair Display,serif}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details{align-items:flex-start;flex-direction:column;gap:10px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc{margin:10px 0;width:365px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc .hiddenPhone{cursor:pointer}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .date-range{font-size:20px}.details-wrapper-content .container .details-right .details-right-content .right-standalone-partner{display:none}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:50px;padding:20px;width:380px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .slider{margin:0 auto}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-prev{bottom:120px;left:0;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-next{bottom:115px;right:0;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide{display:block;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide img{display:block;height:188px;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices{padding:20px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card{height:252px;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block .funeral-banner-img-card{padding-top:calc(100% + 6px)}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details h4{width:150px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details{padding-bottom:6px;width:178px}}@media only screen and (min-width:428px)and (max-width:767.98px){.details-banner{height:180px;width:428px}.mb-banner-above-xl{display:none}.mb-banner-only-md{display:block}span#viewGallery{font:600 18px/27px Poppins,sans-serif;margin:0 auto;padding:16px 55px 17px 54px}.email-icon,.home-icon,.ph-icon{background:none}.gallery-icon{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-position:50%;background-size:20px;padding:5px 15px;vertical-align:text-top}.details-wrapper-content{margin:0 auto;width:428px}.details-wrapper-content .hideOnMobileView,.details-wrapper-content .showOnTabletView{display:none}.details-wrapper-content .showOnMobileView{display:block}.details-wrapper-content .container{padding:20px;width:100%}.details-wrapper-content .container .details-left{display:block;float:none;margin-bottom:15px}.details-wrapper-content .container .details-left .advt_content,.details-wrapper-content .container .details-left .details-left-content,.details-wrapper-content .container .details-left .details-profile,.details-wrapper-content .container .details-left .details-profile-p1,.details-wrapper-content .container .details-left .standalone-partner{display:none}.details-wrapper-content .container .details-right{display:block;float:none;margin-bottom:15px;padding:0}.details-wrapper-content .container .details-right .details-right-content{margin-top:-140px;width:100%}.details-wrapper-content .container .details-right .details-right-content .profile-pic{background:#fffcf8 0 0 no-repeat padding-box;border-radius:0;display:block;height:200px;left:50%;position:relative;top:0;transform:translate(-50%);width:200px}.details-wrapper-content .container .details-right .details-right-content .profile-pic .image-wrapper{border:5px solid #fffcf8;border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic .image-wrapper .profile-img-card{border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic img{border-radius:0;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1{background:#fffcf8 0 0 no-repeat padding-box;border-radius:0;display:block;height:200px;left:50%;margin-top:140px;position:relative;top:0;transform:translate(-50%);width:200px}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 .image-wrapper{border:5px solid #fffcf8;border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 .image-wrapper .profile-img-card{border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 img{border-radius:0;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.details-wrapper-content .container .details-right .details-right-content .inner-content{margin-top:190px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header{margin-top:-170px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block{grid-row:1;margin-bottom:50px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block{justify-content:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h2{text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h1{font:600 32px/48px Playfair Display,serif;text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-date-range{display:grid;text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .heading-separator{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-photo-list{align-items:center;display:flex}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details{flex-direction:column;gap:16px;grid-row:2}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc{font:300 16px/25px Poppins,sans-serif;grid-row:4;margin:20px 0;min-width:388px;width:100%}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .date-range{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .partner-services{grid-row:3;justify-content:space-evenly;margin:30px 0}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block{display:flex}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content{height:300px;width:340px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image){height:450px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image) .opengraph-image{height:169px;width:330px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-question{font-size:23px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button{height:38px;width:38px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link{font-size:14px;height:39px;width:204px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link span{width:182px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link-copy-button{font-size:16px;height:39px;width:94px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .link-copied-toast{font-size:16px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:50px;padding:20px;width:380px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .slider{margin:0 auto}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-prev{bottom:120px;left:0;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-next{bottom:115px;right:0;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide{display:block;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide img{display:block;height:188px;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices{padding:20px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card{height:252px;width:178px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block .funeral-banner-img-card{padding-top:calc(100% + 8px)}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details h4{width:150px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details{padding-bottom:6px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots{right:5px}}@media only screen and (max-width:427.98px){.details-banner{height:180px;width:100%}.mb-banner-above-xl{display:none}.mb-banner-only-md{display:block}span#viewGallery{font:600 18px/27px Poppins,sans-serif;margin:0 auto;padding:16px 55px 17px 54px}.email-icon,.home-icon,.ph-icon{background:none}.gallery-icon{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-position:50%;background-size:20px;padding:5px 15px;vertical-align:text-top}.details-wrapper-content{margin:0 auto;width:100%}.details-wrapper-content .image-wrapper .profile-img-card{height:100%;padding-top:0}.details-wrapper-content .hideOnMobileView,.details-wrapper-content .showOnTabletView{display:none}.details-wrapper-content .showOnMobileView{display:block}.details-wrapper-content .container{padding:20px;width:100%}.details-wrapper-content .container .details-left{display:block;float:none;margin-bottom:15px}.details-wrapper-content .container .details-left .advt_content,.details-wrapper-content .container .details-left .details-left-content,.details-wrapper-content .container .details-left .details-profile,.details-wrapper-content .container .details-left .details-profile-p1,.details-wrapper-content .container .details-left .standalone-partner{display:none}.details-wrapper-content .container .details-right{display:block;float:none;margin-bottom:15px;padding:0;width:100%}.details-wrapper-content .container .details-right .details-right-content{margin-top:-140px;width:100%}.details-wrapper-content .container .details-right .details-right-content .profile-pic{background:#fffcf8 0 0 no-repeat padding-box;border-radius:0;display:block;height:200px;left:50%;position:relative;top:0;transform:translate(-50%);width:200px}.details-wrapper-content .container .details-right .details-right-content .profile-pic .image-wrapper{border:5px solid #fffcf8;border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic .image-wrapper .profile-img-card{border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic img{border-radius:0;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1{background:#fffcf8 0 0 no-repeat padding-box;border-radius:0;display:block;height:200px;left:50%;margin-top:140px;position:relative;top:0;transform:translate(-50%);width:200px}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 .image-wrapper{border:5px solid #fffcf8;border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 .image-wrapper .profile-img-card{border-radius:0}.details-wrapper-content .container .details-right .details-right-content .profile-pic-p1 img{border-radius:0;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.details-wrapper-content .container .details-right .details-right-content .inner-content{margin-top:190px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header{margin-top:-170px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block{grid-row:1;margin-bottom:50px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block{justify-content:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h2{text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .main-header h1{font:600 32px/48px Playfair Display,serif;text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .header-share-block .share-block{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-date-range{display:grid;text-align:center}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .heading-separator{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .header-block .mb-photo-list{align-items:center;display:flex}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .publication-details{flex-direction:column;gap:16px;grid-row:2}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .inner-content-desc{font:300 16px/25px Poppins,sans-serif;grid-row:4;margin:20px 0;min-width:280px;width:100%}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .date-range{display:none}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .partner-services{grid-row:3;justify-content:space-evenly;margin:30px 0}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .mb-share-block{display:flex}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content{height:300px;width:320px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image){height:450px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image) .opengraph-image{height:169px;width:300px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content:has(.opengraph-image) .social-share-question{padding:0 10px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-question{font-size:23px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .facebook-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .mail-share-button,.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .social-share-buttons .share-tools .x-share-button{height:38px;width:38px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link{font-size:14px;height:39px;width:204px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link span{width:182px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .share-link-actions .share-link-copy-button{font-size:16px;height:39px;width:94px}.details-wrapper-content .container .details-right .details-right-content .inner-content .inner-content-header .social-share-overlay-container .social-share-overlay-content .link-copied-toast{font-size:16px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:50px;margin-top:0;padding:10px;width:100%}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices h3{color:#2d3033;font:700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px;margin-left:0}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .slider{margin:0 auto}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-next,.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-prev{bottom:135px;z-index:1}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-prev{left:0}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-next{right:0}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide{display:block;width:184px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .card-initialized .card-slide img{display:block;height:188px;width:184px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices{padding:20px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card{height:261px;width:184px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-block .funeral-banner-img-card{padding-top:calc(100% + 8px)}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card a .card-details h4{width:150px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card.obituary-card a .card-details{padding-bottom:8px;width:184px}.details-wrapper-content .container .details-right .details-right-content .funeral-related-notices .listing-related-notices .card-dots{bottom:-8px;right:5px}}.fd-slide-up{animation:slideUp .25s ease-out forwards}.fd-slide-down{animation:slideDown .25s ease-out forwards}@keyframes mapSlideInFromRight{0%{transform:translateX(80%) translateY(-20%)}to{transform:translateX(0) translateY(0)}}@keyframes mapSlideOutFromRight{0%{opacity:1;transform:translateX(0) translateY(0)}to{opacity:0;transform:translateX(80%) translateY(-20%)}}@keyframes mapSlideUp{0%{height:610px;opacity:1}to{height:0;opacity:0}}@keyframes mapSlideDown{0%{height:0;opacity:0}to{height:610px;opacity:1}}@keyframes slideUp{0%{transform:translateY(305px)}to{transform:translateX(0)}}@keyframes slideDown{0%{transform:translateY(-60px)}to{transform:translateX(0)}}.fd-listing-header-wrapper #pagination{align-items:center;display:flex;justify-content:center;margin-left:300px}.fd-listing-wrapper{display:flex;gap:30px;justify-content:space-between;margin:0 auto;overflow:unset;padding:30px 12px;width:1280px}.fd-listing-wrapper .hideElements{visibility:hidden}.fd-listing-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container p,.fd-listing-wrapper .no-results-found p,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .fd-listing-wrapper .funeral-container p{line-height:1.3em;margin-top:.2em}.fd-listing-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container a,.fd-listing-wrapper .no-results-found a,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .fd-listing-wrapper .funeral-container a{color:"Playfair Display",serif;display:inline;font-family:bold;font-weight:500;text-decoration:none}.fd-listing-wrapper .fd-left-column{width:315px}.fd-listing-wrapper .fd-left-column #fd-desktop-ad .container svg{background:#c7c7c7 0 0 no-repeat padding-box;height:600px;padding:10px;width:315px}.fd-listing-wrapper .fd-left-column #fd-desktop-ad .container svg rect{fill:#e568c8;height:600px;width:310px}.fd-listing-wrapper .fd-left-column .refine-search-filter{margin-bottom:20px}.fd-listing-wrapper .fd-right-column{flex:1}.fd-listing-wrapper .fd-right-column .fd-right-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.fd-listing-wrapper .fd-right-column .fd-right-header h1{color:#414042;font:700 40px/1 Playfair Display,serif;margin:0}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups{align-items:center;display:flex;gap:20px;justify-content:flex-end}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .location-sort-icon{background:url(/static/332.11.0/tributesv2/images/location-sort.svg) no-repeat 50%}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-atoz-sort-icon{background:url(/static/332.11.0/tributesv2/images/a-z.svg) no-repeat 50%}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-ztoa-sort-icon{background:url(/static/332.11.0/tributesv2/images/z-a.svg) no-repeat 50%}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-atoz-sort-icon,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-ztoa-sort-icon,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .location-sort-icon{border:1px solid #0b6e4f;border-radius:50%;height:50px;width:50px}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-atoz-sort-icon.active,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-ztoa-sort-icon.active,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .location-sort-icon.active{background-color:#dceee8}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button{align-items:center;background:inherit;border:1px solid #0b6e4f;border-radius:100px;color:#0b6e4f;cursor:pointer;display:inline-flex;font:600 18px/normal Poppins,sans-serif;gap:15px;height:50px;justify-content:center;width:204px}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button.active{background:#dceee8}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button .map-icon{background:url(/static/332.11.0/tributesv2/images/map-show-icon.svg) no-repeat 50%/contain;height:18px;width:18px}.fd-listing-wrapper .fd-right-column .map-container{height:305px;margin-bottom:30px;position:relative}.fd-listing-wrapper .fd-right-column .map-container.open-map-animation{animation:mapSlideInFromRight .25s ease-out forwards}.fd-listing-wrapper .fd-right-column .map-container.close-map-animation{animation:mapSlideOutFromRight .25s ease-out forwards}.fd-listing-wrapper .fd-right-column .map-container.hide{display:none}.fd-listing-wrapper .fd-right-column .map-container .map{border:1px solid #5a5b5d;border-radius:5px;height:100%}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director{align-items:center;background:#fffcf8;border:1px solid #b9978d;border-radius:5px;bottom:18px;display:flex;gap:7px;height:89px;left:50%;overflow:hidden;padding:5px;position:absolute;transform:translateX(-50%);width:364px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-fd-logo{border:1px solid #b9978d;border-radius:5px;height:79px;width:79px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:5px;justify-content:space-between}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info h6{color:#414042;font:600 18px/normal Playfair Display,serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:265px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-location{align-items:center;color:#b9978d;display:flex;font:400 14px/normal Poppins,sans-serif;gap:3px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-location .active-fd-location-icon{background:url(/static/332.11.0/tributesv2/images/map-pin.svg) no-repeat 50%/contain;display:inline-block;height:15px;width:12.352px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-location .active-fd-location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:245px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-view-profile{align-items:center;color:#0b6e4f;cursor:pointer;display:flex;font:400 14px/normal Poppins,sans-serif;gap:5px;text-decoration:underline}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-view-profile .right-arrow-icon{background:url(/static/332.11.0/tributesv2/images/right-arrow.svg) no-repeat 50%/cover;display:inline-block;height:8px;width:12px}.fd-listing-wrapper .fd-right-column .fd-header{display:grid;grid-template-columns:350px 165px 380px;margin-bottom:30px;z-index:0}.fd-listing-wrapper .fd-right-column .fd-header .tributes-sort{display:block;margin-top:4px}.fd-listing-wrapper .fd-right-column .fd-header h2{color:#2d3033;font:normal normal 700 40px/53px Playfair Display,serif;letter-spacing:.12px;text-align:left}.fd-listing-wrapper .fd-right-column .fd-header span{background:#eee5d9 0 0 no-repeat padding-box;border-radius:16px;color:#414042;font:normal normal 300 18px/54px Poppins,sans-serif;height:28px;left:0;line-height:unset;margin:18px 10px 0 0;opacity:1;padding-top:6px;text-align:center;top:0;width:134px}.fd-listing-wrapper .fd-right-column .fd-feature-content{background:#eee5d9;border:1px solid #b9978d;border-radius:5px;margin-bottom:20px;padding:20px}.fd-listing-wrapper .fd-right-column .fd-feature-content h3{border-bottom:2px solid rgba(126,66,57,.4);color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list{display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;padding:20px 0;row-gap:40px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item{display:flex;flex-direction:column;gap:20px;position:relative;width:270px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item:has(.afda-member-badge) .fd-item-banner{border:1px solid #0b6e4f}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner{background:#fff;border:1px solid #b9978d;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.161);height:270px;overflow:hidden;width:100%}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner a .image-wrapper{border-radius:5px;overflow:hidden}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner a .image-wrapper .featured-banner-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:-6px;overflow:hidden;padding-top:calc(100% + 12px);position:relative}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner a .image-wrapper .featured-banner-img-card img{border-radius:5px;height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner a .image-wrapper .featured-banner-img-card img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .afda-member-badge{background:#dceee8;border-radius:100px;color:#0b6e4f;font:600 12px/22px Poppins,sans-serif;height:22px;position:absolute;right:5px;text-align:center;top:5px;width:103px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details{align-items:center;display:flex;flex:1;flex-direction:column;gap:15px;justify-content:space-between;text-align:center}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details h5{color:#414042;font:600 18px/1 Poppins,sans-serif}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details .fd-location{background:url(/static/332.11.0/tributesv2/images/map-pin.svg) no-repeat 0/15px auto;color:#747373;filter:brightness(0) saturate(100%) invert(56%) sepia(20%) saturate(256%) hue-rotate(184deg) brightness(93%) contrast(87%);font:400 18px/1 Poppins,sans-serif;padding-left:25px}.fd-listing-wrapper .fd-right-column .fd-std-content{border-radius:5px;margin-bottom:30px}.fd-listing-wrapper .fd-right-column .fd-std-content h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list{display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;row-gap:40px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item{display:flex;flex-direction:column;gap:20px;position:relative;width:270px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item:has(.afda-member-badge) .std-item-banner{border:1px solid #0b6e4f}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-banner{aspect-ratio:1/1;background:#fff;border:1px solid #b9978d;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.161);overflow:hidden;width:100%}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-banner a .image-wrapper{border-radius:5px;overflow:hidden}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-banner a .image-wrapper .std-banner-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:-6px;overflow:hidden;padding-top:calc(100% + 12px);position:relative}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-banner a .image-wrapper .std-banner-img-card img{border-radius:5px;height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-banner a .image-wrapper .std-banner-img-card img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .afda-member-badge{background:#dceee8;border-radius:100px;color:#0b6e4f;font:600 12px/22px Poppins,sans-serif;height:22px;position:absolute;right:5px;text-align:center;top:5px;width:103px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details{align-items:center;display:flex;flex:1;flex-direction:column;gap:15px;justify-content:space-between;text-align:center}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details h5{color:#414042;font:600 18px/1 Poppins,sans-serif}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details .std-location{background:url(/static/332.11.0/tributesv2/images/map-pin.svg) no-repeat 0/15px auto;color:#747373;filter:brightness(0) saturate(100%) invert(56%) sepia(20%) saturate(256%) hue-rotate(184deg) brightness(93%) contrast(87%);font:400 18px/1 Poppins,sans-serif;padding-left:25px}@media only screen and (min-width:1920px){.fd-listing-wrapper .fd-right-column .fd-header{grid-template-columns:356px 195px 388px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list:has(>div:nth-child(2):last-child):after,.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list:has(>div:nth-child(2):last-child):after{content:"";width:270px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.fd-listing-wrapper{padding:30px 18px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list:has(>div:nth-child(2):last-child):after,.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list:has(>div:nth-child(2):last-child):after{content:"";width:270px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.fd-listing-header-wrapper #pagination{margin-left:0}.fd-listing-wrapper{gap:18px;padding:30px 0;width:714px}.fd-listing-wrapper .fd-left-column #fd-desktop-ad .container svg{width:310px}.fd-listing-wrapper .fd-left-column #fd-desktop-ad .container svg rect{width:305px}.fd-listing-wrapper .fd-right-column .fd-right-header{flex-direction:column;gap:24px;margin-bottom:16px}.fd-listing-wrapper .fd-right-column .fd-right-header div:has(h1){align-self:flex-start}.fd-listing-wrapper .fd-right-column .fd-right-header h1{font:700 32px/1 Playfair Display,serif}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups{width:100%}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button{align-self:flex-end;width:153px}.fd-listing-wrapper .fd-right-column .map-container{height:305px}.fd-listing-wrapper .fd-right-column .fd-header{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:15px}.fd-listing-wrapper .fd-right-column .fd-header .tributes-sort{display:block;margin-top:4px}.fd-listing-wrapper .fd-right-column .fd-header h2{font:normal normal 700 30px/53px Playfair Display,serif;grid-column:1/span 3;height:40px;left:0;letter-spacing:.09px;opacity:1;top:0;width:291px}.fd-listing-wrapper .fd-right-column .fd-header span{border-radius:13px;font:normal normal 300 16px/54px Poppins,sans-serif;height:28px;left:0;line-height:unset;margin:15px 0 0;opacity:1;padding-top:6px;top:0;width:134px}.fd-listing-wrapper .fd-right-column .fd-feature-content{background:#eee5d9;border-radius:5px;padding:10px}.fd-listing-wrapper .fd-right-column .fd-feature-content h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list{grid-template-columns:repeat(2,0fr)}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item{gap:18px;width:175px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner{height:175px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list{grid-template-columns:repeat(2,auto)}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item{gap:18px;width:185px}}@media only screen and (max-width:767.98px){.fd-listing-header-wrapper #navbar-search-filter{display:block}.fd-listing-header-wrapper #pagination{margin-left:0}.fd-listing-header-wrapper #pagination .pagination ul{left:0;position:relative}.fd-listing-header-wrapper .fd-listing-wrapper .fd-right-column .mb-header-mt,.fd-listing-header-wrapper .fd-listing-wrapper .mb-header-mt{margin-top:0}.fd-listing-wrapper{display:block;overflow:hidden;padding:0;width:428px}.fd-listing-wrapper #navbar-search-filter .navbar-search-filter .container{display:none}.fd-listing-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container,.fd-listing-wrapper .no-results-found,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .fd-listing-wrapper .funeral-container{padding:10px}.fd-listing-wrapper .fd-left-column{display:block;margin:0;width:100%}.fd-listing-wrapper .fd-left-column #fd-desktop-ad{display:none}.fd-listing-wrapper .fd-right-column{margin-top:25px;order:1;padding:0 20px;width:100%}.fd-listing-wrapper .fd-right-column .fd-right-header{flex-direction:column;gap:20px;margin-bottom:30px}.fd-listing-wrapper .fd-right-column .fd-right-header h1{text-align:center}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups{border:1px solid #0b6e4f;border-radius:32px;gap:0;height:43px;justify-content:space-between;overflow:hidden;width:100%}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-atoz-sort-icon,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .calender-ztoa-sort-icon,.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .location-sort-icon{border:none;border-radius:0;border-right:1px solid #0b6e4f;flex:1}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button{border:none;border-radius:0;flex:1}.fd-listing-wrapper .fd-right-column .fd-right-header .fd-sort-icon-groups .map-show-button span{display:none}.fd-listing-wrapper .fd-right-column .map-container{height:530px}.fd-listing-wrapper .fd-right-column .map-container.open-map-animation{animation:mapSlideDown .25s ease-out forwards}.fd-listing-wrapper .fd-right-column .map-container.close-map-animation{animation:mapSlideUp .25s ease-out forwards}.fd-listing-wrapper .fd-right-column .map-container .map{height:100%}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director{bottom:90px;width:372px}.fd-listing-wrapper .fd-right-column .fd-header{display:grid;grid-template-columns:auto auto;height:43px;left:0;margin-top:70px;opacity:1;padding:10px;top:0;width:382px}.fd-listing-wrapper .fd-right-column .fd-header h2{font:normal normal 700 32px/53px Playfair Display,serif;height:43px;left:20px;opacity:1;top:0;width:257px}.fd-listing-wrapper .fd-right-column .fd-header span{border-radius:13px;font:normal 16px/24px Poppins,sans-serif;height:24px;left:0;margin:17px 15px 0;opacity:1;padding-top:2px;top:0;width:125px}.fd-listing-wrapper .fd-right-column .fd-feature-content{background:#eee5d9;padding:10px}.fd-listing-wrapper .fd-right-column .fd-feature-content h3{color:#2d3033;font:700 25px/33px Playfair Display,serif;height:45px;letter-spacing:.07px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list{grid-template-columns:repeat(2,0fr)}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item{gap:18px;width:175px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner{height:175px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list{grid-template-columns:repeat(2,auto)}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item{gap:18px;width:185px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .mobile-ad{grid-column:1/-1;width:100%}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .mobile-ad div iframe{width:100%}}@media only screen and (max-width:427.98px){.fd-listing-wrapper{width:100%}.fd-listing-wrapper .fd-right-column .fd-right-header h1{font-size:32px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director{width:95%}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info{gap:1px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info h6{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:160px}.fd-listing-wrapper .fd-right-column .map-container .active-funeral-director .active-funeral-director-info .active-fd-location .active-fd-location{width:150px}.fd-listing-wrapper .fd-right-column .fd-header{width:100%}.fd-listing-wrapper .fd-right-column .fd-feature-content{padding:5px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list{row-gap:25px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item{gap:10px;width:131px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-banner{height:131px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details{gap:10px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details h5{font-size:14px}.fd-listing-wrapper .fd-right-column .fd-feature-content .featured-list .fd-list-item .fd-item-details .fd-location{background-size:12px auto;font-size:14px;padding-left:18px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list{gap:25px 20px;grid-template-columns:repeat(2,1fr)}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item{gap:10px;width:auto}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details{gap:10px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details h5{font-size:14px}.fd-listing-wrapper .fd-right-column .fd-std-content .standard-list .std-list-item .std-item-details .std-location{background-size:12px auto;font-size:14px;padding-left:18px}}.fd-details-wrapper-content{max-width:1920px}.fd-details-wrapper-content .container{padding:20px}.fd-details-wrapper-content .container .showOnMobileView{display:none}.fd-details-wrapper-content .container .hideOnMobileView{display:block}.fd-details-wrapper-content .container .fd-details-section{display:grid;grid-template-columns:repeat(2,0fr)}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .standalone-partner{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile{background:#eee5d9 0 0 no-repeat padding-box;border:2px solid #eee5d9;border-radius:0 0 9px 9px;display:block;height:auto;margin-bottom:30px;width:330px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic{display:block;padding:5px;width:325px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic .image-wrapper{overflow:hidden}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic .image-wrapper .std-banner-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:-6px;overflow:hidden;padding-top:calc(100% + 12px);position:relative}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic .image-wrapper .std-banner-img-card img{border-radius:10px;height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details{display:grid;grid-template-columns:repeat(2,3fr);padding:5px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .headerTxt{color:#414042;font:normal normal 600 16px/21px Poppins,sans-serif;letter-spacing:-.26px;width:180px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img{background:#fff 0 0 no-repeat padding-box;height:62px;padding:3px;width:133px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .advt_content{height:auto;margin-top:30px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right{padding:10px 20px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content{width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .profile-pic{display:none}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-lg{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-md{display:none;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header{padding-bottom:20px;width:860px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .header-block h1{color:#414042;font:700 35px/53px Poppins,sans-serif;margin-bottom:30px;text-align:left;width:81%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc{color:#414042;font:normal 18px/24px Poppins,sans-serif;padding-bottom:20px;text-align:left;width:897px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc p{color:#414042;font:normal 18px/24px Poppins,sans-serif;margin-bottom:5px;width:840px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc ol,.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc ul{margin-left:32px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .right-standalone-partner{display:none}@media only screen and (min-width:1920px){.fd-details-wrapper-content{margin:0 auto;width:1280px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.fd-details-wrapper-content{margin:0 auto;width:768px}.fd-details-wrapper-content .container{padding:20px}.fd-details-wrapper-content .container .showOnMobileView{display:none}.fd-details-wrapper-content .container .hideOnMobileView{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content{width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header{width:375px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .header-block h1{font:700 28px/42px Poppins,sans-serif;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc,.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc p{font:normal 16px/24px Poppins,sans-serif;width:375px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .right-standalone-partner{display:none}}@media only screen and (min-width:428px)and (max-width:767.98px){.fd-details-wrapper-content{width:428px}.fd-details-wrapper-content .container{padding:20px}.fd-details-wrapper-content .container .hideOnMobileView{display:none}.fd-details-wrapper-content .container .showOnMobileView{display:block}.fd-details-wrapper-content .container .fd-details-section{grid-template-columns:repeat(1,1fr)}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .ad-block.ad-m-mrec[data-google-query-id],.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .standalone-partner{display:none}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile{background:#eee5d9 0 0 no-repeat padding-box;border:2px solid #eee5d9;border-radius:0 0 9px 9px;display:block;height:auto;margin-bottom:30px;width:375px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic{display:block;padding:5px;width:370px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic img{background:#fff 0 0 no-repeat padding-box;height:233px;width:370px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details{gap:3.5em;grid-template-columns:repeat(2,1fr);padding:5px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .headerTxt{color:#414042;font:normal normal 700 16px/21px Poppins,sans-serif;letter-spacing:-.26px;width:180px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img{background:#fff 0 0 no-repeat padding-box;height:62px;width:120px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img img{background:#fff 0 0 no-repeat padding-box}.fd-details-wrapper-content .container .fd-details-section .fd-details-right{padding:10px 0}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content{width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-lg{display:none}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-md{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header{width:375px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .header-block h1{font:700 28px/42px Poppins,sans-serif;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc,.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc p{font:normal 16px/24px Poppins,sans-serif;width:375px}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .right-standalone-partner{display:block}}@media only screen and (max-width:427.98px){.fd-details-wrapper-content{width:100%}.fd-details-wrapper-content .container{padding:20px}.fd-details-wrapper-content .container .centered{display:block}.fd-details-wrapper-content .container .hideOnMobileView{display:none}.fd-details-wrapper-content .container .fd-details-section,.fd-details-wrapper-content .container .showOnMobileView{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .ad-block.ad-m-mrec[data-google-query-id],.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .standalone-partner{display:none}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile{background:#eee5d9 0 0 no-repeat padding-box;border:2px solid #eee5d9;border-radius:0 0 9px 9px;display:block;height:auto;margin-bottom:30px;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic{display:block;padding:5px;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .profile-pic img{background:#fff 0 0 no-repeat padding-box;height:233px;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details{gap:.8em;grid-template-columns:auto;padding:5px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .headerTxt{color:#414042;font:normal normal 700 16px/21px Poppins,sans-serif;letter-spacing:-.26px;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img{background:#fff 0 0 no-repeat padding-box;height:62px;width:120px}.fd-details-wrapper-content .container .fd-details-section .fd-details-left .fd-details-left-content .fd-details-profile .afda-details .afda-img img{background:#fff 0 0 no-repeat padding-box}.fd-details-wrapper-content .container .fd-details-section .fd-details-right{padding:10px 0}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content{width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-lg{display:none}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .fd-show-error-md{display:block}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header{width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .header-block h1{font:700 28px/42px Poppins,sans-serif;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc,.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .inner-content .inner-content-header .inner-content-desc p{font:normal 16px/24px Poppins,sans-serif;width:100%}.fd-details-wrapper-content .container .fd-details-section .fd-details-right .fd-details-right-content .right-standalone-partner{display:block}}.fd-recent-notices{background:#eee5d9;border:1px solid #b9978d;border-radius:5px;margin-bottom:30px;padding:10px;position:relative;width:897px}.fd-recent-notices ::-webkit-scrollbar{height:400px;width:8px}.fd-recent-notices ::-webkit-scrollbar-track{border-radius:8px;box-shadow:inset 0 0 5px #a5a5a5}.fd-recent-notices ::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:8px}.fd-recent-notices h3{color:#414042;font:700 26px/34px Playfair Display,serif}.fd-recent-notices .h-line{border:1px solid #b9978d}.fd-recent-notices .notices-carousel{align-items:flex-start;display:flex;flex-wrap:wrap;gap:25px;height:450px;justify-content:flex-start;margin-bottom:30px;overflow:auto;padding:0 10px 10px}.fd-recent-notices .notices-carousel .notice-card{background:#fff;border-radius:5px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.25);height:268px;overflow:hidden;width:22.5%}.fd-recent-notices .notices-carousel .notice-card .image-wrapper{background:#fff;height:188px;overflow:hidden}.fd-recent-notices .notices-carousel .notice-card .image-wrapper .bg-blur{display:none}.fd-recent-notices .notices-carousel .notice-card .image-wrapper img{height:100%;-o-object-fit:inherit;object-fit:inherit;width:100%}.fd-recent-notices .notices-carousel .notice-card .image-wrapper img:hover{transform:scale(1.25);transition:transform .25s ease-in-out}.fd-recent-notices .notices-carousel .notice-card h4{color:#414042;font:600 18px/27px Poppins,sans-serif;margin-top:5px;overflow:hidden;padding-left:15px;text-overflow:ellipsis;white-space:nowrap;width:150px}.fd-recent-notices .notices-carousel .notice-card p{color:#b9978d;font:400 18px/27px Poppins,sans-serif;margin-top:5px;padding-left:15px}.fd-recent-notices .gradient-overlay{background:linear-gradient(0deg,#eee5d9 0,hsla(34,38%,89%,0));bottom:40px;height:25px;left:16px;position:absolute;width:95%}@media only screen and (max-width:1279.98px){.fd-recent-notices{padding-bottom:0;width:377px}.fd-recent-notices .notices-carousel{display:block;height:auto;margin:30px 20px;overflow:visible;padding:0}.fd-recent-notices .notices-carousel .notice-card{height:272px;max-width:183px;min-width:183px}.fd-recent-notices .notices-carousel .card-prev{border:1px solid #0b6e4f;border-radius:50%;left:-18px;top:100px;transform:none;z-index:2}.fd-recent-notices .notices-carousel .card-next{border:1px solid #0b6e4f;border-radius:50%;right:-18px;top:100px;transform:none;z-index:2}.fd-recent-notices .gradient-overlay{bottom:37%;left:52%;transform:rotate(-90deg);width:75%}}@media only screen and (max-width:767.98px){.fd-recent-notices{width:390px}}@media only screen and (max-width:427.98px){.fd-recent-notices{width:100%}}@media only screen and (max-width:319.98px){.fd-recent-notices{width:100%}.fd-recent-notices .gradient-overlay{display:none}}.funeral-director-info-premium-plus{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;margin-bottom:30px;padding:20px;width:897px}.funeral-director-info-premium-plus .h-line{border:0;border-bottom:2px solid #7e4239;margin-top:5px;opacity:.48}.funeral-director-info-premium-plus .showOnMobileView{display:none}.funeral-director-info-premium-plus .ph-icon-premium-plus{background:url(/static/332.11.0/tributesv2/images/phone.svg) no-repeat;background-position:0 60%;background-size:20px}.funeral-director-info-premium-plus .ph-icon-premium-plus,.funeral-director-info-premium-plus .web-icon-premium-plus{filter:invert(40%) sepia(5%) saturate(278%) hue-rotate(228deg) brightness(88%) contrast(78%);padding-bottom:5px;padding-left:30px;padding-top:5px;vertical-align:middle}.funeral-director-info-premium-plus .web-icon-premium-plus{background:url(/static/332.11.0/tributesv2/images/globe.svg) no-repeat;background-position:0 60%;background-size:20px}.funeral-director-info-premium-plus .email-icon-premium-plus{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-position:0 60%;background-size:20px}.funeral-director-info-premium-plus .email-icon-premium-plus,.funeral-director-info-premium-plus .home-icon-premium-plus{filter:invert(40%) sepia(5%) saturate(278%) hue-rotate(228deg) brightness(88%) contrast(78%);padding-bottom:5px;padding-left:30px;padding-top:5px;vertical-align:middle}.funeral-director-info-premium-plus .home-icon-premium-plus{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-position:0 60%;background-size:20px}.funeral-director-info-premium-plus h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium-plus .premium-plusinfo{padding:0 0 15px}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-headTxt{color:#414042;font:normal normal 700 20px/30px Poppins,sans-serif;height:28px;letter-spacing:0;text-align:left;vertical-align:middle;width:200px}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText{color:#414042;font:normal normal normal 20px/30px Poppins,sans-serif;height:28px;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:middle;word-break:break-all}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText a{color:#3b896e}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText a:hover{text-decoration:underline}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText a:visited{color:#096044;text-decoration:underline}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText span{color:#414042;cursor:pointer;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1{color:#414042;font:normal normal normal 20px/30px Poppins,sans-serif;height:28px;letter-spacing:0;padding-right:22px;text-align:left;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1 span{color:#414042;cursor:pointer;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers{margin-top:10px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper{display:grid;gap:1.5em;grid-template-columns:repeat(4,0fr);margin-top:20px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section{align-items:center;background:#0c6e4f 0 0 no-repeat padding-box;border-radius:5px;display:block;justify-content:space-between;position:relative;width:188px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .fd-offers-img-section{padding:10px;text-align:center}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .fd-offers-img-section img{background-position:50%;height:52px;padding:5px;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-offerLink{bottom:0;height:65px;position:absolute}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-headTxt{color:#fff;font:normal normal 700 20px/54px Playfair Display,serif;height:auto;letter-spacing:-.2px;line-height:1.15em;margin:0 auto 60px;padding:10px;text-align:center;width:188px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText{color:#fff;display:inline-block;font:normal normal normal 18px/26px Poppins,sans-serif;letter-spacing:0;padding:15px;text-align:center;width:188px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText a{background:#bdd8cf 0 0 no-repeat padding-box;border:none;border-radius:38px;box-shadow:0 3px 6px rgba(0,0,0,.161);color:#0b6e4f;cursor:pointer;font:normal normal normal 18px/27px Poppins,sans-serif;padding:8px 55px;text-align:center}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .info-pic-content{float:right;text-align:right}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}@media only screen and (min-width:768px)and (max-width:1279.98px){.funeral-director-info-premium-plus{padding:10px;width:375px}.funeral-director-info-premium-plus .showOnMobileView{display:none}.funeral-director-info-premium-plus h3{color:#2d3033;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-headTxt{font:normal normal 600 16px/45px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText{font:normal normal normal 16px/45px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText span{color:#414042;cursor:pointer;font:normal normal normal 16px/45px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1{font:normal normal normal 16px/45px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1 span{color:#414042;cursor:pointer;font:normal normal normal 16px/45px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper{display:grid;gap:1em;grid-template-columns:repeat(2,1fr);margin-top:20px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section{border-radius:9px;width:168px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .fd-offers-img-section img{height:63px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-offerLink{height:60px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-headTxt{color:#fff;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:-.2px;margin-bottom:55px;text-align:center;width:168px;word-break:normal}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText{color:#fff;display:inline-block;font:normal normal 600 15px/23px Poppins,sans-serif;letter-spacing:0;text-align:center;width:168px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText a{font:normal normal 600 15px/23px Poppins,sans-serif;padding:8px 52px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}}@media only screen and (min-width:428px)and (max-width:767.98px){.funeral-director-info-premium-plus{padding:20px;width:390px}.funeral-director-info-premium-plus .showOnMobileView{display:block}.funeral-director-info-premium-plus h3{color:#2d3033;font:normal normal 700 22px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-headTxt{font:normal normal 600 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText{font:normal normal normal 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText span{color:#414042;cursor:pointer;font:normal normal normal 16px/42px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1{font:normal normal normal 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1 span{color:#414042;cursor:pointer;font:normal normal normal 16px/42px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper{display:grid;gap:1em;grid-template-columns:repeat(2,1fr);margin-top:20px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section{border-radius:9px;width:167px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-offerLink{height:60px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-headTxt{color:#fff;font:normal normal 700 25px/27px Playfair Display,serif;letter-spacing:-.25px;margin-bottom:55px;text-align:center;width:167px;word-break:normal}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText{color:#fff;display:inline-block;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0;text-align:center;width:167px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText a{font:normal normal 600 16px/25px Poppins,sans-serif;padding:8px 45px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}}@media only screen and (max-width:427.98px){.funeral-director-info-premium-plus{padding:20px;width:100%}.funeral-director-info-premium-plus .showOnMobileView{display:block}.funeral-director-info-premium-plus h3{color:#2d3033;font:normal normal 700 21px/33px Playfair Display,serif;letter-spacing:.07px}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-headTxt{font:normal normal 600 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText{font:normal normal normal 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText span{color:#414042;cursor:pointer;font:normal normal normal 16px/42px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1{font:normal normal normal 16px/42px Poppins,sans-serif;letter-spacing:0}.funeral-director-info-premium-plus .premium-plusinfo .plusinfo-wrapper .pinfo-item .pinfo-subText1 span{color:#414042;cursor:pointer;font:normal normal normal 16px/42px Poppins,sans-serif;vertical-align:middle}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper{display:grid;gap:1em;grid-template-columns:auto;margin-top:20px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section{border-radius:9px;margin:0 auto;width:167px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-offerLink{height:60px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-headTxt{color:#fff;font:normal normal 700 25px/27px Playfair Display,serif;letter-spacing:-.25px;margin-bottom:55px;text-align:center;width:167px;word-break:normal}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText{color:#fff;display:inline-block;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0;text-align:center;width:167px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers .pinfo-section-wrapper .pinfo-section .pinfo-subText a{font:normal normal 600 16px/25px Poppins,sans-serif;padding:8px 45px}.funeral-director-info-premium-plus .premium-plusinfo .fd-offers h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}}.article-text-overflow-elipsis,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut,.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .article-details-title,.articles-text-elipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut,.articles-textFormat{color:#101010;font:normal normal normal 18px/25px Poppins,sans-serif;letter-spacing:1.08px}.articles-listing{height:auto;margin:0 auto;overflow:hidden;width:1280px}.articles-listing .articles-search-block{background:#eee5d9 0 0 no-repeat padding-box;border-radius:9px;margin:35px 10px 0;overflow:hidden;padding:20px 30px 30px;width:1260px}.articles-listing .articles-search-block .articles-search-head h2{color:#414042;font:normal normal 700 42px/95px Playfair Display,serif;height:56px;letter-spacing:.13px;line-height:52px;margin:0 0 14px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list{grid-gap:4px;display:grid;grid-template-columns:351px auto}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-category,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-type{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block{position:relative}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .searchImg{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters{grid-gap:4px;display:grid;grid-template-columns:323px 323px 182px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut{background:#fff url(/static/332.11.0/tributesv2/images/search.svg) no-repeat;background-position:30px 25px,0 0;border:none;border-radius:38px 0 0 38px;height:68px;outline:none;padding-left:68px;padding-right:15px;width:351px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut::-moz-placeholder{height:25px;left:0;position:relative;top:1px;width:auto}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut::placeholder{height:25px;left:0;position:relative;top:1px;width:auto}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:url(/static/332.11.0/tributesv2/images/icon-clear.png);background-position:50%;background-repeat:no-repeat;cursor:pointer;height:20px;width:20px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown{background:url(/static/332.11.0/tributesv2/images/Type.svg) no-repeat,url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:25px 28px,290px 28px;border:none;height:68px;outline:none;padding-left:60px;padding-right:40px;width:323px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown::-moz-placeholder{padding-top:2px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown::placeholder{padding-top:2px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown{background:url(/static/332.11.0/tributesv2/images/Category.svg) no-repeat,url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:25px 26px,290px 28px;border:none;height:68px;outline:none;padding-left:60px;padding-right:40px;width:323px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .articles-goButton{background:#0b6e4f 0 0 no-repeat padding-box;border:none;border-radius:0 38px 38px 0;color:#0b6e4f;color:#fff;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:68px;letter-spacing:0;text-align:center;width:182px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .goButton{background:#0b6e4f;border:none;border-radius:25px;bottom:4px;cursor:pointer;height:46px;opacity:0;position:absolute;right:4px;text-align:center;top:24px;transform:translate3d(100px,0,0);transition:all .3s ease-in-out;visibility:hidden;width:46px;z-index:1}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .goButton .goImg{filter:invert(0) sepia(100%) saturate(0) hue-rotate(199deg) brightness(108%) contrast(100%);margin-top:5px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-go{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-articles-filters{display:none;text-align:center}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-articles-filters span{border-bottom:2px solid #b9978d;color:#b9978d;cursor:pointer;font:normal normal 600 18px/54px Poppins,sans-serif;letter-spacing:.05px;width:125px}.articles-listing .articles-wrapper{overflow:hidden;padding:0 10px}.articles-listing .articles-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container h1,.articles-listing .articles-wrapper .no-results-found h1,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .articles-listing .articles-wrapper .funeral-container h1{color:#2d3033;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:52px;margin:50px 0 44px}.articles-listing .articles-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container p,.articles-listing .articles-wrapper .no-results-found p,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .articles-listing .articles-wrapper .funeral-container p{color:#2d3033;font:normal normal normal 18px/31px Poppins,sans-serif;letter-spacing:.05px}.articles-listing .articles-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .results-sub-head,.articles-listing .articles-wrapper .no-results-found .results-sub-head,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .articles-listing .articles-wrapper .funeral-container .results-sub-head{color:#2d3033;font:normal normal 600 24px/35px Poppins,sans-serif;letter-spacing:0;text-align:left}.articles-listing .articles-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .btn-home-primary,.articles-listing .articles-wrapper .no-results-found .btn-home-primary,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .articles-listing .articles-wrapper .funeral-container .btn-home-primary{background:#0b6e4f 0 0 no-repeat padding-box;border-radius:34px;color:#fff;cursor:pointer;display:block;font:normal normal 600 18px/27px Poppins,sans-serif;height:59px;margin-top:34px;padding:16px 20px;text-align:center;width:226px}.articles-listing .articles-wrapper .articles-header-wrap{display:flex;justify-content:space-between;margin:41px 0 44px;overflow:hidden}.articles-listing .articles-wrapper .articles-header-wrap h1{color:#2d3033;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:52px;margin:0}.articles-listing .articles-wrapper .articles-grid-tiles{grid-gap:16px;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(3,1fr)}.articles-listing .articles-wrapper .articles-grid-tiles .article-advt-container{background:#fff 0 0 no-repeat padding-box;padding:50px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item{background:#0b6e4f 0 0 no-repeat padding-box;border-radius:9px;box-shadow:0 2px 8px rgba(0,0,0,.4);height:434px;transition:all .3s ease-in-out;transition:all .1s ease-out;width:406px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper{border-radius:9px 9px 0 0;height:249px;overflow:hidden;width:406px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper .article-banner-img-card{max-height:249px;overflow:hidden}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper .article-banner-img-card img{display:block;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper .article-banner-img-card img:hover{transform:scale(1.15);transition:all .3s ease-in-out}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details{color:#fff;height:185px;padding:18px 22px 23px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .article-details-title{font:normal normal 700 24px/32px Playfair Display,serif;margin-bottom:15px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .ad-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font:normal normal normal 18px/22px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.4)}.articles-listing .articles-wrapper .articles-grid-tiles .article-promotion-activity{box-sizing:content-box}.articles-listing .articles-wrapper .articles-grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:3;grid-row:1;margin:auto;width:314px}@media only screen and (min-width:1920px){.articles-listing{width:1280px}.articles-listing .articles-wrapper .articles-grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:3;grid-row:1}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.articles-listing .articles-search-block{padding:20px 26px 30px;width:1260px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters{grid-template-columns:323px 323px 192px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .articles-goButton{height:68px;width:197px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.articles-listing{width:768px}.articles-listing .articles-search-block{border-radius:0;margin:35px 0 0;padding:20px 27px 30px;width:768px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list{grid-gap:4px;display:grid;grid-template-columns:auto auto}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters{grid-gap:4px;display:grid;grid-template-columns:180px 180px 170px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .searchInut{height:68px;width:170px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown{background-position:25px 28px,145px 30px;height:68px;width:180px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown{background-position:25px 26px,145px 30px;height:68px;width:180px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .articles-goButton{height:68px;width:170px}.articles-listing .articles-wrapper{padding:0 27px}.articles-listing .articles-wrapper .articles-header-wrap{margin:25px 0 15px}.articles-listing .articles-wrapper .articles-header-wrap h1{font:normal normal 700 30px/95px Playfair Display,serif;line-height:45px}.articles-listing .articles-wrapper .articles-grid-tiles{grid-gap:25px;grid-template-columns:repeat(2,1fr)}.articles-listing .articles-wrapper .articles-grid-tiles .article-advt-container{padding:30px 0}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item{height:385px;width:345px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper{height:222px;overflow:hidden;width:345px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details{height:163px;padding:20px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .article-details-title{font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:0;margin-bottom:15px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .ad-desc{font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:.05px}.articles-listing .articles-wrapper .articles-grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:2;grid-row:2}}@media only screen and (min-width:428px)and (max-width:767.98px){.articles-listing{width:428px}.articles-listing .articles-search-block{border-radius:0;margin:0;padding:0 23px;width:100%}.articles-listing .articles-search-block .articles-search-head h2{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list{display:block}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-category,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-type{color:#414042;display:block;font:normal normal normal 18px/54px Poppins,sans-serif;letter-spacing:.05px;line-height:22px;margin:18px 0 5px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .searchImg{display:block;left:25px;position:relative;top:37px;z-index:1}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .searchInut{background:#fff;background-position:20px 18px,0 0;border-radius:38px;height:53px;padding-left:56px;padding-right:15px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .goButton-visible{opacity:1;transform:translateZ(0);visibility:visible}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .mb-go{display:block}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown{background-position:25px 20px,332px 24px;border-radius:38px;height:53px;margin-bottom:31px;padding-left:56px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown{background-position:25px 18px,332px 24px;border-radius:38px;height:53px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .articles-goButton{border-radius:38px;height:56px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-articles-filters{display:block;padding:10px 0 12px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters.is-visible{display:block;opacity:1;transition:all .2s ease-in;visibility:visible}.articles-listing .articles-wrapper{padding:0 20px}.articles-listing .articles-wrapper .articles-header-wrap{margin:30px 0 15px}.articles-listing .articles-wrapper .articles-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;width:280px}.articles-listing .articles-wrapper .articles-grid-tiles{grid-gap:20px;grid-template-columns:repeat(1,1fr)}.articles-listing .articles-wrapper .articles-grid-tiles .article-advt-container{display:none}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item{height:432px;width:382px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper{height:249px;width:382px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details{height:183px;padding:21px;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .article-details-title{font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:0;margin-bottom:15px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .ad-desc{font:normal normal normal 18px/22px Poppins,sans-serif;letter-spacing:.05px}.articles-listing .articles-wrapper .articles-grid-tiles .ad-block.ad-mrec[data-google-query-id]{display:block;grid-column:1;grid-row:5}.promotion-wrapper{display:block}}@media only screen and (max-width:427.98px){.articles-listing{width:100%}.articles-listing .articles-search-block{border-radius:0;margin:0;padding:0 23px;width:100%}.articles-listing .articles-search-block .articles-search-head h2{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list{display:block}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-category,.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-type{color:#414042;display:block;font:normal normal normal 18px/54px Poppins,sans-serif;letter-spacing:.05px;line-height:22px;margin:18px 0 5px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .searchImg{display:block;left:25px;position:relative;top:37px;z-index:1}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .searchInut{background:#fff;background-position:20px 18px,0 0;border-radius:38px;height:53px;padding-left:56px;padding-right:15px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .goButton-visible{opacity:1;transform:translateZ(0);visibility:visible}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .search-extended-block .mb-go{display:block}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .locationDropDown{background-position:25px 20px,95% 24px;border-radius:38px;height:53px;margin-bottom:31px;padding-left:56px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .categoryDropDown{background-position:25px 18px,95% 24px;border-radius:38px;height:53px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .articles-goButton{border-radius:38px;height:56px;width:100%}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .mb-articles-filters{display:block;padding:10px 0 12px}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters{display:none}.articles-listing .articles-search-block .articles-search-extended .articles-search-form .articles-search-list .lg-articles-filters.is-visible{display:block;opacity:1;transition:all .2s ease-in;visibility:visible}.articles-listing .articles-wrapper{padding:0 20px}.articles-listing .articles-wrapper .articles-header-wrap{margin:30px 0 15px}.articles-listing .articles-wrapper .articles-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles{display:block}.articles-listing .articles-wrapper .articles-grid-tiles .article-advt-container{display:none}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item{display:block;height:auto;margin-bottom:20px;overflow:hidden;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-image-wrapper{height:auto;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details{height:183px;padding:21px;width:100%}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .article-details-title{font:normal normal 700 26px/35px Playfair Display,serif;letter-spacing:0;margin-bottom:15px}.articles-listing .articles-wrapper .articles-grid-tiles .articles-grid-item .article-details .ad-desc{font:normal normal normal 18px/22px Poppins,sans-serif;letter-spacing:.05px}.articles-listing .articles-wrapper .articles-grid-tiles .ad-block.ad-mrec[data-google-query-id]{display:block;grid-column:1;grid-row:5}.promotion-wrapper{display:block}}.article-details .article-details-wrapper{margin:0 auto;width:1280px}.article-details .article-details-wrapper .articleImage{margin-bottom:18px}.article-details .article-details-wrapper .article-details-container{grid-gap:36px;display:grid;grid-template-columns:auto auto;margin:40px 0;padding:6px}.article-details .article-details-wrapper .article-details-container .article-details-left{width:898px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header h1{color:#2d3033;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:.13px;margin:0;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header{align-items:baseline;border-bottom:2px solid #b9978d;display:flex;flex-direction:row;justify-content:center;padding-bottom:6px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-date-icon{background:url(/static/332.11.0/tributesv2/images/calendar.svg) no-repeat;background-position:0 50%;display:inline-flex;padding-left:30px;padding-top:21px;vertical-align:-3px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header a span.icon-mail{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details{float:left;width:65%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-headTxt{color:#a7a7a7;font:normal normal 600 20px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-subText{color:#a7a7a7;font:normal normal normal 20px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns{grid-column-gap:20px;display:grid;float:right;grid-template-columns:repeat(2,0fr);margin-left:auto}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools{background:transparent;border:none;float:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .email-share{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .facebook-share .icon-facebook{background-size:98%;display:block;filter:none;height:45px;width:45px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share{background-position:50% 50%;border:2px solid #a7a7a7;border-radius:45px;display:block;filter:none;height:45px;padding:8.4px;vertical-align:-16px;width:45px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share .icon-twitter{vertical-align:-4px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc{margin-bottom:10px;margin-top:22px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body aside,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body div,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body p,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table{margin-bottom:20px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body aside br,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body div br,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body p br,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table br{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body img{border-radius:20px;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body P{color:#2d3033;font:normal normal normal 18px/34px Poppins,sans-serif;letter-spacing:.05px;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h1{font:normal normal 700 30px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h2{font:normal normal 400 29px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h3{font:normal normal 400 27px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h4{font:normal normal 400 25px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h2,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h3,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body h4{color:#2d3033;letter-spacing:.09px;margin-bottom:10px;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption{border-bottom:2px solid #b9978d!important}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details span{color:#2d3033;display:block;font:normal normal 600 18px/29px Poppins,sans-serif;letter-spacing:.05px;padding:18px 0 0;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details>*{color:#2d3033;font:normal normal 600 18px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body div.articleImage{margin-bottom:20px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tbody,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body td,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body thead,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tr{border:none;color:#2d3033;font:normal normal normal 18px/29px Poppins,sans-serif;letter-spacing:.05px;padding:4px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table{width:100%!important}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul{list-style-type:disc}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul{margin:20px 0;padding-left:50px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li>a,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li>a{color:#2d3033;font:normal normal normal 18px/34px Poppins,sans-serif;letter-spacing:.05px;margin-bottom:5px;word-break:break-word}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body p a{color:#0b6e4f}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body sub{top:.3em}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body sup{top:-.3em}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body blockquote{border-bottom:4px solid #a7a7a7;border-top:4px solid #a7a7a7;color:#cacabd;font-family:Poppins,sans-serif;font-size:18px;font-style:italic;margin:5.5em 10px;padding:.5em 10px;position:relative;quotes:"“" "”" "‘" "’"}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body blockquote *{font-family:Poppins,sans-serif;font-size:24px;line-height:1.76em}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body blockquote:before{color:#cacabd;content:open-quote;font-size:6em;font-style:normal;left:0;line-height:.1em;position:absolute;top:-4px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body blockquote:after{bottom:-.8em;color:#cacabd;content:close-quote;font-size:6em;font-style:normal;line-height:.1em;position:absolute;right:0;text-align:right}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body blockquote p{display:inline}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .article-lead-image .articleImage figure img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .article-lead-image .article-lead-video .caption-details{padding-top:5px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption{margin-bottom:10px;padding-bottom:5px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figure{overflow:hidden}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figure img{margin-bottom:10px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .video-js{height:0;padding-bottom:56.25%;padding-top:25px;width:100%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .video-js .vjs-modal-dialog,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .vjs-button>.vjs-icon-placeholder:before,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .vjs-modal-dialog .vjs-modal-dialog-content{position:relative}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body #mobileAd3{margin-top:20px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .galleria-theme-classic .galleria-stage .galleria-fullScrBtn{z-index:10}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .mainVideo iframe,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .recurring-inline-full iframe,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body .videoInline iframe{width:100%}.article-details .article-details-wrapper .article-details-container .article-details-right{width:314px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .hideOnMobileView{margin-bottom:48px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles h2{border-bottom:2px solid rgba(126,66,57,.4);color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;padding-bottom:7px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content{border-bottom:2px solid rgba(126,66,57,.4)}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);padding:12px 0}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content{height:auto;left:0;opacity:1;top:0;width:178px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0;overflow:hidden}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-right-img{height:142px;left:0;opacity:1;overflow:hidden;top:0;width:126px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-right-img img{border-radius:unset;filter:none;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-right-img img:hover{transform:scale(1.05);transition:all .3s ease-in-out}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content:nth-last-child(2){border:none}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .view-more-article{margin:21px auto;text-align:center}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .view-more-article a.btn.primary.invert{align-items:center;border-radius:34px;display:inline-flex;font:normal normal 600 18px/27px Poppins,sans-serif;height:60px;justify-content:center;margin:0;padding:0;width:314px}@media only screen and (min-width:1280px)and (max-width:1919.98px){.article-details .article-details-wrapper{margin:0 auto;width:1280px}.article-details .article-details-wrapper .article-details-container{grid-gap:32px;display:grid;grid-template-columns:auto auto;margin:40px 0;padding:6px 18px 15px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.article-details .article-details-wrapper{margin:0 auto;width:768px}.article-details .article-details-wrapper .article-details-container{grid-gap:16px;display:grid;grid-template-columns:auto auto;margin:20px 22px;padding:5px}.article-details .article-details-wrapper .article-details-container .article-details-left{width:383px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header h1{color:#414042;font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:.09px;margin-bottom:13px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header{align-items:center;border-bottom:2px solid #b9978d;padding-bottom:8px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details{float:left;width:65%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-headTxt{color:#a7a7a7;font:normal normal 600 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-subText{color:#a7a7a7;font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns{grid-column-gap:17px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .facebook-share .icon-facebook{height:37px;width:37px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share{height:37px;padding:5px;vertical-align:-12px;width:37px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share .icon-twitter{background-position:50%;background-size:85%;display:flex;padding:12px;vertical-align:-6px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .email-share{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc{margin-bottom:10px;margin-top:15px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body P{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tbody,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body td,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body thead,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tr{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details span{font:normal normal 600 16px/29px Poppins,sans-serif;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details>*{font:normal normal 600 16px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li>a,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li>a{font:normal normal normal 16px/34px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-right{width:314px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .hideOnMobileView{margin-bottom:53px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles h2{border-bottom:2px solid rgba(126,66,57,.4);color:#2d3033;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px;padding-bottom:7px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content{border-bottom:2px solid rgba(126,66,57,.4)}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);padding:11px 0}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content{height:auto;left:0;opacity:1;top:0;width:178px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0;overflow:hidden}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-right-img{height:142px;left:0;opacity:1;top:0;width:126px}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content a .latest-article-right-img img{border-radius:unset;filter:none;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .latest-article-content:nth-last-child(2){border:none}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .view-more-article{margin:25px auto;text-align:center}.article-details .article-details-wrapper .article-details-container .article-details-right .article-details-right-content .article-latest-articles .view-more-article a.btn.primary.invert{border-radius:34px;font:normal normal 600 16px/25px Poppins,sans-serif;height:55px;margin:0;padding:0;width:314px}}@media only screen and (min-width:428px)and (max-width:767.98px){.article-details .article-details-wrapper{margin:0 auto;width:428px}.article-details .article-details-wrapper .article-details-container{display:block;margin:30px 20px;padding:3px}.article-details .article-details-wrapper .article-details-container .article-details-left{width:382px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header h1{color:#2d3033;font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin-bottom:13px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header{align-items:self-end;border-bottom:2px solid #b9978d;margin-bottom:0;padding-bottom:6px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details{float:left;width:65%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-headTxt{color:#a7a7a7;font:normal normal 600 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-subText{color:#a7a7a7;font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns{grid-column-gap:17px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools{float:left;padding:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .facebook-share .icon-facebook{background-size:100%;height:37px;padding:0;width:38px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share{height:38px;padding:5px;vertical-align:-12px;width:38px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share .icon-twitter{background-position:50%;background-size:100%;display:flex;filter:none;padding:12px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .email-share{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc{margin:12px 0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body P{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tbody,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body td,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body thead,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tr{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details span{font:normal normal 600 16px/29px Poppins,sans-serif;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details>*{font:normal normal 600 16px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li>a,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li>a{font:normal normal normal 16px/34px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-right{display:none}}@media only screen and (max-width:427.98px){.article-details{overflow:unset;width:100%}.article-details .article-details-wrapper{margin:0 auto;width:100%}.article-details .article-details-wrapper .article-details-container{display:block;margin:30px 20px;padding:3px}.article-details .article-details-wrapper .article-details-container .article-details-left{width:100%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header h1{color:#2d3033;font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin-bottom:13px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header{align-items:self-end;border-bottom:2px solid #b9978d;margin-bottom:0;padding-bottom:6px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details{float:left;width:65%}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-headTxt{color:#a7a7a7;font:normal normal 600 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-publication-details .article-subText{color:#a7a7a7;font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns{grid-column-gap:17px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools{float:left;padding:0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .facebook-share .icon-facebook{background-size:100%;height:37px;padding:0;width:38px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share{height:38px;padding:5px;vertical-align:-12px;width:38px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .x-share .icon-twitter{background-position:50%;background-size:100%;display:flex;filter:none;padding:12px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-header .article-detail-sub-header .article-share-btns .share-tools .email-share{display:none}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc{margin:12px 0}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body P{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body table,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tbody,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body td,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body thead,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body tr{color:#2d3033;font:normal normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details span{font:normal normal 600 16px/29px Poppins,sans-serif;text-align:left}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body figcaption .caption-details>*{font:normal normal 600 16px/29px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ol li>a,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li,.article-details .article-details-wrapper .article-details-container .article-details-left .article-details-left-content .article-detail-desc .story-body ul li>a{font:normal normal normal 16px/34px Poppins,sans-serif}.article-details .article-details-wrapper .article-details-container .article-details-right{display:none}}.obituaries-listing{height:auto;margin:0 auto;overflow:hidden;width:1280px}.obituaries-listing .obituaries-extend-search{background:#eee5d9;border-radius:10px;margin:35px 10px 0;overflow:hidden;padding:20px 30px 30px}.obituaries-listing .obituaries-extend-search .obituaries-search-head{overflow:hidden}.obituaries-listing .obituaries-extend-search .obituaries-search-head h2{color:#414042;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:52px;margin:0 0 14px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search{overflow:hidden}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form{grid-gap:4px;display:grid;grid-template-columns:90.8% auto;position:relative}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .search-extended-block{display:block;overflow:hidden;position:relative}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .search-extended-block .searchImg{left:25px;position:relative;top:25px;z-index:1}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .search-extended-block .extendsearch{background:#fff 0 0 no-repeat padding-box;border:1px solid #fff;border-radius:38px 0 0 38px;color:#101010;font:normal normal normal 18px/27px Poppins,sans-serif;height:68px;left:0;letter-spacing:1.08px;padding-left:61px;position:absolute;width:100%}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .search-extended-block .extendsearch:focus-visible{outline:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .search-extended-block input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:url(/static/332.11.0/tributesv2/images/icon-clear.png);background-position:50%;background-repeat:no-repeat;cursor:pointer;height:20px;width:20px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .lg-go{display:block}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .mb-go{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .goButton{background:#0b6e4f 0 0 no-repeat padding-box;border:none;border-radius:0 38px 38px 0;color:#fff;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:68px;width:105px}.obituaries-listing .obituaries-wrapper{overflow:hidden;padding:0 10px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container h1,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container h1,.obituaries-listing .obituaries-wrapper .no-results-found h1{color:#2d3033;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:52px;margin:50px 0 44px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container p,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container p,.obituaries-listing .obituaries-wrapper .no-results-found p{color:#2d3033;font:normal normal normal 18px/31px Poppins,sans-serif;letter-spacing:.05px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .no-results-found .results-sub-head{color:#2d3033;font:normal normal 600 24px/35px Poppins,sans-serif;letter-spacing:0;text-align:left}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container .btn-home-primary,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .btn-home-primary,.obituaries-listing .obituaries-wrapper .no-results-found .btn-home-primary{background:#0b6e4f 0 0 no-repeat padding-box;border-radius:34px;color:#fff;cursor:pointer;display:block;font:normal normal 600 18px/27px Poppins,sans-serif;height:59px;margin-top:34px;padding:16px 20px;text-align:center;width:226px}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap{display:flex;justify-content:space-between;margin:41px 0 44px;overflow:hidden}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap h1{color:#2d3033;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:52px;margin:0}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles{grid-gap:16px;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(4,1fr)}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-advt-container{padding:15px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item{height:480px;width:295px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper{border-radius:19px;height:284px;margin-bottom:10px;overflow:hidden;width:295px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper .obit-banner-img-card{align-items:center;border-radius:3px 3px 0 0;display:flex;height:0;margin:-6px;overflow:hidden;padding-top:calc(100% + 12px);position:relative}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper .obit-banner-img-card img{display:block;height:auto;margin-top:-100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform all .25s ease-in-out .3s;width:100%}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper .obit-banner-img-card img:hover{transform:scale(1.15);transition:all .3s ease-in-out}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details{color:#2d3033;width:290px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-title{border-bottom:2px solid rgba(126,66,57,.4);font:normal normal 700 24px/32px Playfair Display,serif;margin-bottom:8px;overflow:hidden;padding-bottom:8px;text-overflow:ellipsis;white-space:nowrap}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font:normal normal normal 18px/31px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles>.obit-promotion-activity{grid-column:1;grid-row:3;height:-moz-fit-content;height:fit-content;margin:auto}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-promotion-activity{box-sizing:content-box;grid-column:4;grid-row:1;max-width:300px;width:300px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-promotion-activity h2{font:normal normal 700 42px/95px Playfair Display,serif;text-align:center}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item:hover{box-shadow:0 0 0 rgba(0,0,0,.3)}.promotion-wrapper{margin:50px 0 44px}@media only screen and (min-width:1920px){.obituaries-listing{width:1280px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles>.obit-promotion-activity{grid-column:4;grid-row:1}}@media only screen and (min-width:768px)and (max-width:1279.98px){.obituaries-listing{width:768px}.obituaries-listing .obituaries-extend-search{border-radius:none;margin:35px 27px 0;padding:20px 25px}.obituaries-listing .obituaries-extend-search .obituaries-search-head{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form{grid-gap:4px;grid-template-columns:83% auto}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block .searchImg{left:25px}.obituaries-listing .obituaries-wrapper{padding:0 27px}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap{margin:25px 0 15px}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap h1{font:normal normal 700 30px/95px Playfair Display,serif;height:56px;line-height:52px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles{grid-template-columns:repeat(2,1fr)}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-advt-container{padding:30px 0}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item{height:381px;margin-bottom:24px;width:346px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper{height:236px;overflow:hidden;width:345px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details{width:350px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-title{font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:0}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-desc{font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:.05px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles>.obit-promotion-activity{grid-column:2;grid-row:2}}@media only screen and (min-width:428px)and (max-width:767.98px){.obituaries-listing{width:428px}.obituaries-listing .obituaries-extend-search{border-radius:0;margin:0;padding:25px 23px;width:428px;z-index:9}.obituaries-listing .obituaries-extend-search .obituaries-search-head{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form{grid-gap:0;grid-template-columns:auto;height:53px;width:383px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block{height:53px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block .searchImg{left:25px;top:17px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block .extendsearch{border-radius:34px;height:53px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .lg-go{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .mb-go{display:block}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton{border-radius:25px;bottom:4px;cursor:pointer;height:46px;opacity:0;position:absolute;right:5px;text-align:center;top:4px;transform:translate3d(100px,0,0);transition:all .3s ease-in-out;visibility:hidden;width:46px;z-index:9}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton .goImg{filter:invert(0) sepia(100%) saturate(0) hue-rotate(199deg) brightness(108%) contrast(100%);margin-top:7px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton-visible{opacity:1;transform:translateZ(0);visibility:visible}.obituaries-listing .obituaries-wrapper{padding:0 20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container,.obituaries-listing .obituaries-wrapper .no-results-found{margin-top:40px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container h1,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container h1,.obituaries-listing .obituaries-wrapper .no-results-found h1{margin:0 0 22px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .no-results-found .results-sub-head{margin-bottom:15px}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin-bottom:22px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles{grid-gap:28px;grid-template-columns:repeat(1,1fr)}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-advt-container{display:none}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item{height:522px;width:383px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper{height:354px;width:382px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details{padding:15px;width:388px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-title{font:normal normal 700 26px/35px Playfair Display,serif}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-desc{font:normal normal normal 18px/22px Poppins,sans-serif;letter-spacing:.05px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles>.obit-promotion-activity{display:block;grid-column:1;grid-row:5}.promotion-wrapper{display:block}}@media only screen and (max-width:427.98px){.obituaries-listing{width:100%}.obituaries-listing .obituaries-extend-search{border-radius:0;margin:0;padding:25px 23px;width:100%;z-index:9}.obituaries-listing .obituaries-extend-search .obituaries-search-head{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form{grid-gap:0;grid-template-columns:auto;height:53px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block{height:53px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block .searchImg{left:25px;position:absolute;top:17px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .search-extended-block .extendsearch{border-radius:34px;height:53px;position:relative}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .lg-go{display:none}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .mb-go{display:block}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton{border-radius:25px;bottom:4px;cursor:pointer;height:46px;opacity:0;position:absolute;right:5px;text-align:center;top:4px;transform:translate3d(100px,0,0);transition:all .3s ease-in-out;visibility:hidden;width:46px;z-index:9}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton .goImg{filter:invert(0) sepia(100%) saturate(0) hue-rotate(199deg) brightness(108%) contrast(100%);margin-top:7px}.obituaries-listing .obituaries-extend-search .obituaries-extended-search .obituaries-extend-form .goButton-visible{opacity:1;transform:translateZ(0);visibility:visible}.obituaries-listing .obituaries-wrapper{padding:0 20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container,.obituaries-listing .obituaries-wrapper .no-results-found{margin-top:40px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container h1,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container h1,.obituaries-listing .obituaries-wrapper .no-results-found h1{margin:0 0 22px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .obituaries-listing .obituaries-wrapper .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .results-sub-head,.obituaries-listing .obituaries-wrapper .no-results-found .results-sub-head{margin-bottom:15px}.obituaries-listing .obituaries-wrapper .obituaries-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin-bottom:22px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles{display:block}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obit-advt-container{display:none}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item{display:block;height:auto;margin-bottom:28px;width:100%}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-image-wrapper{height:auto;width:100%}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details{padding:15px;width:100%}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-title{font:normal normal 700 26px/35px Playfair Display,serif}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles .obituaries-grid-item .obit-details .obit-desc{font:normal normal normal 18px/22px Poppins,sans-serif;letter-spacing:.05px}.obituaries-listing .obituaries-wrapper .obituaries-grid-tiles>.obit-promotion-activity{display:block;grid-column:1;grid-row:5}.promotion-wrapper{display:block}}.h-line{border:0;border-bottom:2px solid #b9978d;clear:both;margin:5px 0 22px;opacity:.48}.ob-date-icon{background:url(/static/332.11.0/tributesv2/images/calendar.svg) no-repeat;background-position:0 60%;display:inline-flex;padding-left:30px;padding-top:21px;vertical-align:-3px}a span.icon-facebook{background:url(/static/332.11.0/tributesv2/images/share-facebook.svg) no-repeat;background-position:0 60%}a span.icon-facebook,a span.icon-twitter{cursor:pointer;padding-bottom:5px;padding-left:25px;padding-top:5px}a span.icon-twitter{background:url(/static/332.11.0/tributesv2/images/share-twitter.svg) no-repeat;background-position:0 60%}a span.icon-mail{background:url(/static/332.11.0/tributesv2/images/share-envelope.svg) no-repeat;background-position:0 60%;cursor:pointer;padding-bottom:5px;padding-left:25px;padding-top:5px}.obituaries-detail-wrapper .container{height:auto;overflow:hidden;padding:40px 19px 119px;width:1280px}.obituaries-detail-wrapper .container .obituaries-details-section{grid-gap:30px;display:grid;grid-template-columns:auto auto;overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left{width:899px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content{overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h2{color:#414042;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:.13px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h1{color:#414042;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:.13px;margin:0}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details{float:left;margin-top:25px;width:85%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details .ob-headTxt{color:#a7a7a7;font:normal normal 600 20px/30px Poppins,sans-serif;letter-spacing:0}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details .ob-subText{color:#a7a7a7;font:normal normal normal 20px/30px Poppins,sans-serif;letter-spacing:0}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns{display:grid;grid-template-columns:repeat(3,0fr);width:15%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools{background:transparent;border:none;float:left;padding:10px 10px 10px 11px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .facebook-share .icon-facebook{background-size:98%;display:block;height:45px;width:45px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .email-share,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share{border:2px solid #a7a7a7;border-radius:45px;display:flex;height:45px;padding:8px;vertical-align:-15px;width:45px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .email-share{display:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc{overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mainVideo iframe,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .videoInline iframe{width:100%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption{border-bottom:2px solid #b9978d;font:normal normal 600 18px/29px Poppins,sans-serif;margin-bottom:35px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details{padding-bottom:8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details span{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details>*{font:normal normal 600 18px/29px Poppins,sans-serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries{background:#eee5d9 0 0 no-repeat padding-box;border-radius:5px;display:none;margin-bottom:30px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries .mb-show-obituaries-img{height:225px;width:383px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries .mb-show-obituaries-img img{border-radius:5px 5px 0 0;margin:0}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries .mb-show-obituaries-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries h3{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px;margin:13px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#101010;color:#2d3033;display:-webkit-box;font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:.05px;margin:0 13px;overflow:hidden;padding-bottom:20px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .in-between{display:block;height:640px;margin:50px auto 25px;width:463px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc img{border-radius:20px;filter:none;height:100%;margin-bottom:25px;-o-object-fit:contain;object-fit:contain;width:100%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc P{word-wrap:break-word;color:#414042;font:normal normal normal 18px/34px Poppins,sans-serif;letter-spacing:.05px;margin-bottom:50px;text-align:left}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc h3{border-bottom:2px solid #b9978d;color:#414042;font:normal normal 600 18px/29px Poppins,sans-serif;letter-spacing:.05px;margin-bottom:22px;text-align:left}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right{width:314px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles h2{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;letter-spacing:.07px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content{border-bottom:2px solid #b9978d;margin-bottom:12px;margin-top:10px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a{grid-gap:0;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:10px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-text-content{height:auto;left:0;margin-right:6px;opacity:1;top:0;width:183px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-text-content h3{color:#2d3033;font:normal normal 600 16px/25px Poppins,sans-serif;letter-spacing:0}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#2d3033;display:-webkit-box;font:normal normal normal 16px/22px Poppins,sans-serif;letter-spacing:.05px;margin-top:9px;overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-right-img{height:142px;left:0;opacity:1;overflow:hidden;top:0;width:126px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-right-img img{border-radius:unset;filter:none;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content a .latest-article-right-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .obituaries-latest-articles .latest-article-content:last-child{border:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .view-more-article{margin:23px auto 10px;overflow:hidden;text-align:center;width:314px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .view-more-article a{display:block;height:60px;margin:0 auto;padding:19px;text-align:center;width:298px}.find-out-more{background:#eee5d9 0 0 no-repeat padding-box;border:2px solid #b9978d;border-radius:8px;margin:20px 0;padding:20px;text-align:center}.find-out-more hr{display:none}.find-out-more em,.find-out-more strong{font-style:normal;font-weight:600}.find-out-more p{color:#2d3033;font:normal normal 600 18px/29px Poppins,sans-serif;letter-spacing:.05px;margin-bottom:5px;padding:0 10%;text-align:center}.find-out-more a{color:#0b6e4f;height:60px;margin:0 auto;text-align:center;width:314px}.obituaries-promotions{margin:0}#obituaries-image-gallery{margin:40px auto 0}#obituaries-image-gallery .galleryDisplay{height:710px!important}#obituaries-image-gallery .galleria-theme-classic{background:transparent;overflow:hidden;position:relative}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container{background:transparent;margin-bottom:unset}#obituaries-image-gallery .galleria-theme-classic.galleria-container{border-radius:0;height:710px!important}#obituaries-image-gallery .galleria-theme-classic .galleria-info{display:none!important}#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right{display:none}#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{margin-left:73px;margin-right:75px}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list{margin-bottom:unset}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails{margin:0 auto}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image img{border-radius:unset;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.show-on-md{display:none}@media only screen and (min-width:1280px)and (max-width:1919.98px){.obituaries-detail-wrapper .container{width:1280px}.obituaries-detail-wrapper .hide-on-md{display:block}.obituaries-detail-wrapper .show-on-md{display:none}.obituaries-detail-wrapper .obituaries-details-section .obituaries-details-right .obituaries-details-right-content .view-more-article a{margin:0 auto;width:298px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.obituaries-detail-wrapper .container{padding:20px 27px;width:768px}.obituaries-detail-wrapper .container .obituaries-details-section{grid-gap:17px;grid-template-columns:repeat(2,1fr)}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left{width:383px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content{width:100%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h1,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h2{font:normal normal 700 30px/40px Playfair Display,serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details{margin-top:18px;width:74%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools{float:left;padding:10px 8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .facebook-share .icon-facebook{height:36px;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share{display:flex;height:36px;padding:3px;vertical-align:-10px;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .email-share{display:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc{overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption{border-bottom:2px solid #b9978d;font:normal normal 600 16px/29px Poppins,sans-serif;margin-bottom:18px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details{padding-bottom:8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details span{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details>*{font:normal normal 600 16px/29px Poppins,sans-serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .in-between{display:block;height:auto;margin:50px auto 25px;width:100%}.hide-on-md{display:none}.show-on-md{display:block}#obituaries-image-gallery{height:auto;margin:40px auto 0;width:383px}#obituaries-image-gallery .galleryDisplay{height:345px!important}#obituaries-image-gallery .galleria-theme-classic.galleria-container{height:345px!important;width:383px}#obituaries-image-gallery .galleria-theme-classic .galleria-stage{height:245px;width:383px}#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{margin-left:72px;margin-right:72px}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails .galleria-image{height:40px!important;width:40px!important}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container{height:100px}}@media only screen and (min-width:768px){.articleImage.small{width:25%}.articleImage.small.left{float:left;margin-right:10px}.articleImage.small.right{float:right}.articleImage.medium{width:50%}.articleImage.large{width:75%}.article-lead-image .articleImage,.articleImage.full-width{width:100%}}@media only screen and (min-width:428px)and (max-width:767.98px){.obituaries-detail-wrapper .container{padding:20px;width:428px}.obituaries-detail-wrapper .container .obituaries-details-section{grid-gap:17px;grid-template-columns:1fr}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content{width:383px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h1,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h2{font:normal normal 700 30px/40px Playfair Display,serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details{margin-top:18px;width:74%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools{float:left;padding:10px 8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .facebook-share .icon-facebook{background-size:100%;filter:none;height:36px;padding:0;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share{display:flex;height:36px;padding:4px;vertical-align:-10px;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share .icon-twitter{filter:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .email-share{display:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc{overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption{border-bottom:2px solid #b9978d;font:normal normal 600 16px/30px Poppins,sans-serif;margin-bottom:24px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details{padding-bottom:8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details span{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details>*{font:normal normal 600 16px/30px Poppins,sans-serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .in-between{display:block;height:auto;margin:50px auto 25px;width:100%}.hide-on-md,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right{display:none}.show-on-md{display:block}#obituaries-image-gallery{height:auto;margin:26px auto 55px;width:383px}#obituaries-image-gallery .galleryDisplay{height:350px!important}#obituaries-image-gallery .galleria-theme-classic.galleria-container{height:350px!important;width:383px}#obituaries-image-gallery .galleria-theme-classic .galleria-stage{height:245px;width:383px}#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{margin:0}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails .galleria-image{height:88px!important;width:88px!important}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container{height:105px;padding:8px 0}}@media only screen and (max-width:427.98px){.obituaries-detail-wrapper{width:100%}.obituaries-detail-wrapper .container{padding:20px;width:100%}.obituaries-detail-wrapper .container .obituaries-details-section{grid-gap:17px;grid-template-columns:1fr}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content{width:100%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h1,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header h2{font:normal normal 700 30px/40px Playfair Display,serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details{margin-top:18px;width:65%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details .ob-headTxt,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details .ob-subText{font:normal normal 600 16px/30px Poppins,sans-serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-publication-details .ob-date-icon{vertical-align:-4px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns{float:right;width:29%}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools{float:left;padding:10px 8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .facebook-share .icon-facebook{background-size:100%;filter:none;height:36px;padding:0;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share{display:flex;height:36px;padding:4px;vertical-align:-10px;width:36px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .x-share .icon-twitter{filter:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns .share-tools .email-share{display:none}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc{overflow:hidden}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption{border-bottom:2px solid #b9978d;font:normal normal 600 16px/30px Poppins,sans-serif;margin-bottom:24px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details{padding-bottom:8px}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details span{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc figure figcaption .caption-details>*{font:normal normal 600 16px/30px Poppins,sans-serif}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .mb-show-obituaries{display:block}.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-desc .in-between{display:block;height:auto;margin:50px auto 25px;width:100%}.hide-on-md,.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-right{display:none}.show-on-md{display:block}#obituaries-image-gallery{height:auto;margin:26px auto 55px;width:100%}#obituaries-image-gallery .galleryDisplay{height:350px!important}#obituaries-image-gallery .galleria-theme-classic.galleria-container{height:350px!important;width:100%}#obituaries-image-gallery .galleria-theme-classic .galleria-stage{height:245px;width:100%}#obituaries-image-gallery .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list{margin:0}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails .galleria-image{height:88px!important;width:88px!important}#obituaries-image-gallery .galleria-theme-classic .galleria-thumbnails-container{height:105px;padding:8px 0}.find-out-more a{padding:18px 10px;width:100%}}@media only screen and (max-width:390px){.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns{float:right;width:29%}}@media only screen and (max-width:360px){.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns{float:right;width:30%}}@media only screen and (max-width:320px){.obituaries-detail-wrapper .container .obituaries-details-section .obituaries-details-left .obituaries-details-left-content .obituaries-detail-header .obituaries-detail-sub-header .obituaries-share-btns{float:right;width:35%}}#galleria{height:714px;width:820px}#galleria-loader{height:1px!important}.galleria-theme-classic{background:#fff;overflow:hidden;position:absolute}.galleria-theme-classic img{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none}.galleria-thumbnails-container{background:#0c6e4f 0 0 no-repeat padding-box;border-radius:0 0 8px 8px;padding:20px}.galleria-theme-classic.galleria-container{border-radius:5px;height:710px;width:100%}.galleria-theme-classic .galleria-stage{bottom:0;height:548px;left:0;overflow:hidden;position:unset;right:0;top:0;width:100%}.galleria-theme-classic .galleria-thumbnails-container{background:#eee5d9;bottom:0;height:166px;left:0;padding:20px 75px;position:unset;right:10px;width:100%;z-index:2}.galleria-thumbnails-container .galleria-thumbnails-list img{border-radius:5px}.galleria-theme-classic .galleria-thumbnails .galleria-image{background:transparent;border:1px solid #707070;border-radius:5px;cursor:pointer;float:left;height:116px;margin:0 10px 0 0}.galleria-theme-classic .galleria-counter{bottom:10px;color:#fff;display:none;left:10px;position:absolute;text-align:right;z-index:1}.galleria-theme-classic .galleria-loader{background:#000;background:url(data:image/gif;base64,R0lGODlhEAAQAPQAAAAAAP///w4ODnR0dB4eHri4uISEhP///6amptra2lJSUkBAQOrq6mJiYvr6+sjIyJaWlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAAKAAEALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQACgACACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQACgADACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkEAAoABAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkEAAoABQAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkEAAoABgAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAAKAAcALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkEAAoACAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAAKAAkALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQACgAKACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQACgALACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==) no-repeat 2px 2px;display:none;height:20px;position:absolute;right:10px;top:10px;width:20px;z-index:2}.galleria-theme-classic .galleria-info{left:15px;position:absolute;top:15px;width:50%;z-index:2}.galleria-theme-classic .galleria-info-text{zoom:1;background-color:#000;display:none;padding:12px}.galleria-theme-classic .galleria-info-title{color:#fff;margin:0 0 7px}.galleria-theme-classic .galleria-info-description{color:#ededed;margin:0}.galleria-theme-classic .galleria-info-close{background-position:-753px -11px;cursor:pointer;display:none;filter:alpha(opacity=50);height:9px;opacity:.5;position:absolute;right:5px;top:5px;width:9px}.galleria-theme-classic .notouch .galleria-info-close:hover,.galleria-theme-classic .touch .galleria-info-close:active{filter:alpha(opacity=100);opacity:1}.galleria-theme-classic .galleria-info-link{background-color:#000;background-position:-669px -5px;cursor:pointer;filter:alpha(opacity=70);height:20px;opacity:.7;position:absolute;width:20px}.galleria-theme-classic.notouch .galleria-info-link:hover,.galleria-theme-classic.touch .galleria-info-link:active{filter:alpha(opacity=100);opacity:1}.galleria-theme-classic .galleria-image-nav{bottom:7%;height:62px;left:0;margin-top:50px;position:absolute;width:100%}.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right{cursor:pointer;filter:alpha(opacity=30);height:55px;left:10px;position:absolute;width:62px;z-index:2}.galleria-theme-classic .galleria-image-nav-left{background-image:url(/static/332.11.0/tributesv2/images/left-slider-arrow-button.svg);background-repeat:no-repeat}.galleria-theme-classic .galleria-image-nav-right{background-image:url(/static/332.11.0/tributesv2/images/right-slider-arrow-button.svg);background-repeat:no-repeat;left:auto;right:10px;z-index:2}.galleria-theme-classic.notouch .galleria-image-nav-left:hover,.galleria-theme-classic.notouch .galleria-image-nav-right:hover,.galleria-theme-classic.touch .galleria-image-nav-left:active,.galleria-theme-classic.touch .galleria-image-nav-right:active{filter:alpha(opacity=100);opacity:1}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{background-position:-495px 5px;cursor:pointer;display:none;filter:alpha(opacity=80);height:40px;left:0;opacity:.8;position:absolute;top:0;width:23px;z-index:3}.galleria-theme-classic .galleria-thumb-nav-right{background-position:-578px 5px;border-right:none;left:auto;right:0}.galleria-theme-classic .galleria-thumbnails-container .disabled{cursor:default;filter:alpha(opacity=20);opacity:.2}.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover,.galleria-theme-classic.touch .galleria-thumb-nav-left:active,.galleria-theme-classic.touch .galleria-thumb-nav-right:active{background-color:transparent;filter:alpha(opacity=100);opacity:1}.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover{background-color:transparent;filter:alpha(opacity=20);opacity:.2}.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right{display:none}.galleria-theme-classic .galleria-image-nav-left,.galleria-theme-classic .galleria-image-nav-right,.galleria-theme-classic .galleria-info-close,.galleria-theme-classic .galleria-info-link,.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{background-repeat:no-repeat}.galleria-theme-classic.galleria-container.videoplay .galleria-counter,.galleria-theme-classic.galleria-container.videoplay .galleria-info{display:none!important}.galleria-theme-classic .galleria-thumb-nav-right{background-image:url(/static/332.11.0/tributesv2/images/right-slider-arrow-button.svg);right:3%}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{background-position:0 100%;background-repeat:no-repeat;height:52px;margin-top:6%;width:52px;z-index:999999}.galleria-theme-classic .galleria-thumb-nav-left{background-image:url(/static/332.11.0/tributesv2/images/left-slider-arrow-button.svg);left:3%}@media only screen and (min-width:1280px)and (max-width:1919.98px){.modal .modal-content{top:7%;width:620px}#galleria{height:642px;width:620px}.galleria-theme-classic.galleria-container{border-radius:8px;height:642px;width:100%}.galleria-theme-classic .galleria-stage{height:476px}.galleria-theme-classic .galleria-thumb-nav-left,.galleria-theme-classic .galleria-thumb-nav-right{margin-top:8%}}@media only screen and (min-width:768px)and (max-width:1279.98px){#galleria{height:693px;width:714px}.modal .modal-content{top:3%;width:714px}.galleria-theme-classic .galleria-stage{height:545px;width:714px}.galleria-theme-classic.galleria-container{height:693px;width:714px}.galleria-theme-classic .galleria-thumbnails-container{height:149px}.galleria-theme-classic .galleria-thumbnails .galleria-image{height:91px}}@media only screen and (min-width:428px)and (max-width:767.98px){#galleria{height:362px;width:410px}.modal{z-index:99}.modal .modal-content{background:transparent;top:19%;width:410px}.modal .modal-content .close{right:0;top:-38%}.galleria-theme-classic{background:transparent;overflow:hidden;position:relative}.galleria-theme-classic .galleria-stage{height:281px;width:410px}.galleria-theme-classic.galleria-container{border-radius:0;height:362px;width:410px}.galleria-theme-classic .galleria-thumbnails-container{background:transparent;height:90px}.galleria-theme-classic .galleria-thumbnails .galleria-image{height:69px}.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right,.galleria-theme-classic .galleria-image-nav{display:none}}@media only screen and (max-width:427.98px){#galleria{height:362px;width:100%}.modal{z-index:99}.modal .modal-content{background:transparent;top:19%;width:100%}.modal .modal-content .close{right:0;top:-35%}.galleria-theme-classic{background:transparent;overflow:hidden;position:relative}.galleria-theme-classic .galleria-stage{height:281px;width:100%}.galleria-theme-classic.galleria-container{border-radius:0;height:362px;width:100%}.galleria-theme-classic .galleria-thumbnails-container{background:transparent;height:90px}.galleria-theme-classic .galleria-thumbnails .galleria-image{height:69px}.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right,.galleria-theme-classic .galleria-image-nav{display:none}}.flatpage .sectionTop,.flatpage h1{background:none}.flatpage h1{display:block;margin:.67em 0}.flatpage h2{display:block;margin:.83em 0}.flatpage h3{display:block;margin:1em 0}.flatpage h4{display:block;margin:1.33em 0}.flatpage h5{display:block;margin:1.67em 0}.flatpage h6{display:block;margin:2.33em 0}.flatpage p,.flatpage ul{display:block;margin:1em 0}.flatpage ul{list-style-type:disc;padding-left:40px}.flatpage ol{display:block;list-style-type:decimal;margin:1em 0;padding-left:40px}.flatpage li{display:list-item}.flatpage li li{list-style-type:circle}.flatpage li li li{list-style-type:square}.flatpage table{border:none;border-collapse:collapse;margin:10px auto}.flatpage td{border:none;padding:5px}.flatpage a{color:#0b6e4f}.flatpage .Statedropbtn{width:100%}.flatpage #purpose{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:gray;border:none;color:#000;font-family:inherit;outline:none}.flatpage img{max-width:100%}section.flatpage{height:auto;overflow:hidden}section.flatpage .content-wrapper .container,section.flatpage .content-wrapper .protector,section.flatpage .content-wrapper .w-page{margin-bottom:24px;padding:0 24px}section.flatpage .content-wrapper .message{clear:both}section.flatpage .content-wrapper .buttonpadintro{display:flex;justify-content:center;padding:unset}section.flatpage .content-wrapper .buttonpadintro .open-modal{margin:unset}section.flatpage .content-wrapper .descriptiongrey .columnblack2 .protector3,section.flatpage .content-wrapper .desk .protector2{max-width:100%}@media only screen and (min-width:1920px){section.flatpage .content-wrapper{margin:0 auto;max-width:1280px}section.flatpage .content-wrapper .protector .row .boxy a{padding:20px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){section.flatpage .content-wrapper{margin:0 auto;max-width:1280px}section.flatpage .content-wrapper .protector .row .boxy a{padding:20px}}@media only screen and (max-width:1279.98px){section.flatpage .content-wrapper{margin:0 auto;max-width:768px}section.flatpage .content-wrapper .open-modal{padding:20px 10px}section.flatpage .content-wrapper .buttonpadintro .call-to-action .button{padding:20px 10px;text-align:center}}@media only screen and (min-width:428px)and (max-width:767.98px){section.flatpage .content-wrapper{max-width:428px}section.flatpage .content-wrapper .call-to-action{text-align:center}section.flatpage .content-wrapper .call-to-action a{margin:unset}}@media only screen and (max-width:427.98px){section.flatpage .content-wrapper{max-width:428px}section.flatpage .content-wrapper .call-to-action{text-align:center}section.flatpage .content-wrapper .call-to-action a{margin:unset}section.flatpage .content-wrapper .boxy .buttonWrapper{margin:16px auto 0;padding:unset}section.flatpage .content-wrapper .boxy .buttonWrapper .nowrap{white-space:unset}}section{position:unset}#header{display:block}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container p,.no-results-found p{font:normal normal normal 16px/27px Poppins,sans-serif;margin-top:.2em}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container p a,.no-results-found p a{color:#0b6e4f;display:inline;font-weight:500;text-decoration:none;transition:all .1s ease-out}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .list,.no-results-found .list{display:block;margin:6px 0;padding-left:36px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .list li,.no-results-found .list li{color:#414042;font:normal normal normal 16px/27px Poppins,sans-serif;list-style-type:disc;margin-bottom:3px}.funeral_listing_wrapper{width:100%}.funeral_listing_wrapper .funeral-listing-flex{grid-gap:20px;display:grid;grid-template-columns:auto auto}.funeral_listing_wrapper .funeral-listing-flex .left-column{margin:34px 0}.funeral_listing_wrapper .funeral-listing-flex .left-column #funeral-desktop-ad{margin-top:20px;min-height:auto}.funeral_listing_wrapper .funeral-listing-flex .left-column #funeral-desktop-ad .container{height:auto;left:0;margin:0;opacity:1;top:0;width:317px}.funeral_listing_wrapper .funeral-listing-flex .left-column #funeral-desktop-ad .container .ad-block.ad-mrec[data-google-query-id]{margin-bottom:30px}.funeral_listing_wrapper .funeral-listing-flex .right-column{margin:34px 0 0 34px;width:901px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;width:901px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;row-gap:15px;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header h1{color:#414042;font:700 40px/normal Playfair Display,serif;grid-column:1/-1;margin:-8px 0 0}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .search-result-daterange{color:#414042;font:italic 400 16px/normal Poppins,sans-serif;grid-column:1/-1;margin-top:-10px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .heading-separator{border:none;border-bottom:1px solid #b9978d;grid-column:1/-1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .badge-pill{align-items:center;align-self:center;border:1px solid #b9978d;border-radius:100px;color:#b9978d;display:flex;font:400 18px/normal Poppins,sans-serif;grid-column:span 1;height:33px;justify-content:center;width:175px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container{align-items:center;display:flex;gap:15px;grid-column:span 1;justify-content:flex-end}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups{align-items:center;display:flex;gap:15px;justify-content:flex-end}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-sort-icon{background:url(/static/332.11.0/tributesv2/images/calendar-filter.svg) no-repeat 50%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-atoz-sort-icon{background:url(/static/332.11.0/tributesv2/images/a-z.svg) no-repeat 50%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-ztoa-sort-icon{background:url(/static/332.11.0/tributesv2/images/z-a.svg) no-repeat 50%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-atoz-sort-icon,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-sort-icon,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-ztoa-sort-icon{border:1px solid #0b6e4f;border-radius:50%;height:45px;width:45px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-atoz-sort-icon.active,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-sort-icon.active,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-ztoa-sort-icon.active{background-color:#dceee8}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .daterange-dropdown{background:#eee5d9 url(/static/332.11.0/tributesv2/images/search-down.svg) no-repeat calc(100% - 15px);border:1px solid #b9978d;border-radius:100px;color:#414042;font:normal 18px/normal Poppins,sans-serif;height:45px;outline:none;padding-left:15px;width:150px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .daterange-dropdown:after{color:#414042;font:400 18px/normal Poppins,sans-serif;position:relative;top:10px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary{align-items:center;grid-column:span 2;height:448px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card{border:1px solid #b9978d;border-radius:5px;display:block;overflow:hidden}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-featured-img img{height:448px;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details{border-radius:0 0 5px 5px;color:#fffcf8;display:flex;flex-shrink:0;height:72px;margin-top:-76px;padding:0 25px;position:relative}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details.obituary-card-details-bg{background-image:linear-gradient(90deg,rgba(90,90,91,.76) 50%,rgba(90,90,91,0) 63.63%);mix-blend-mode:multiply}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details h2{font:normal normal 700 37px/72px Playfair Display,serif}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details h3{font:italic normal 400 26px/72px Playfair Display,serif;padding-left:30px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary:hover{transform:scale(.97);transition:all .3s ease-in-out}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus{align-items:center;border-radius:5px;display:inline-flex;grid-column:span 2;height:360px;left:0;opacity:1;position:relative;top:0;width:899px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card{border-radius:5px 0 0 5px;display:block;height:360px;overflow:hidden;width:395px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-featured-img{display:table-cell;height:360px;position:relative;text-align:center;vertical-align:middle;width:395px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-featured-img img{height:100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details{background:#0b6e4f 0 0 no-repeat padding-box;border-radius:0 5px 5px 0;height:360px;left:-1px;margin:0;opacity:1;padding:52px 20px 20px 32px;position:relative;top:0;width:501px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container{color:#fff;margin:0;opacity:1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h2{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font:normal normal 600 36px/46px Poppins,sans-serif;left:0;line-height:48px;opacity:1;overflow:hidden;padding-top:6px;text-overflow:ellipsis;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h3{font:normal normal 400 29px/27px Poppins,sans-serif;height:40px;left:0;opacity:1;padding-top:10px;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span{align-items:center;display:flex;height:25px;left:0;margin:25px 0 20px;opacity:1;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span img{border-radius:unset;filter:invert(0) sepia(227%) saturate(1%) hue-rotate(-29deg) brightness(183%) contrast(105%);height:22px;margin:0 10px 0 0;width:22px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span p{font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;left:0;opacity:1;overflow:hidden;text-overflow:ellipsis;top:0;white-space:nowrap;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .premium-plus-date-listed img{height:22px;margin:0 12px 0 2px;width:20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster{bottom:20px;display:inline-block;height:45px;position:absolute;right:20px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster img{border-radius:unset;filter:none;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus:hover{transform:scale(.97);transition:all .3s ease-in-out}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium{display:inline-flex;grid-column:span 2;height:292px;left:0;opacity:1;position:relative;top:0;width:899px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card-img{border:1px solid #b9978d;border-radius:5px 0 0 5px;border-right-width:0;display:block;height:292px;overflow:hidden}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .featured-banner-img-card{display:table-cell;height:292px;position:relative;text-align:center;vertical-align:middle;width:336px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .featured-banner-img-card img{height:100%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));mask-image:linear-gradient(180deg,rgba(0,0,0,.1),#000 5%,#000 50%,#000 95%,rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain;transition:transform .25s ease-in-out;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card{background:#eee5d9 0 0 no-repeat padding-box;border:1px solid #b9978d;border-left-width:0;border-radius:0 5px 5px 0;height:292px;left:0;margin:0;opacity:1;padding:43px 20px 20px 32px;position:relative;top:0;width:560px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container{color:#414042;margin:0;opacity:1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h2{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font:normal normal 600 32px/42px Poppins,sans-serif;left:0;opacity:1;overflow:hidden;padding-top:6px;text-overflow:ellipsis;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h3{font:normal normal 500 29px/27px Poppins,sans-serif;height:40px;left:0;margin-top:5px;opacity:1;overflow:hidden;padding-top:5px;text-overflow:ellipsis;top:0;white-space:nowrap;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span{align-items:center;display:flex;height:25px;left:0;margin:25px 0 20px;opacity:1;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span img{border-radius:unset;filter:invert(26%) sepia(2%) saturate(438%) hue-rotate(227deg) brightness(-86%) contrast(71%);height:20px;margin:0 10px 0 0;width:21px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span p{font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;left:0;opacity:1;overflow:hidden;text-overflow:ellipsis;top:0;white-space:nowrap;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .premium-date-listed img{height:18px;margin:0 11px 0 3px;width:17px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster{display:inline-block;height:45px;left:435px;opacity:1;position:absolute;top:225px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster img{border-radius:unset;filter:none;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium:hover{transform:scale(.97);transition:all .3s ease-in-out}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard{grid-column:span 1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard{background:#fffcf8 0 0 no-repeat padding-box;border:1px solid #b9978d;border-radius:5px;height:257px;left:0;opacity:1;position:relative;top:0;width:434px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container{color:#414042;margin:0;padding:29px 20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h2{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font:normal normal 600 26px/43px Poppins,sans-serif;margin-bottom:10px;opacity:.73;overflow:hidden;padding-top:6px;text-overflow:ellipsis;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h3{font:normal normal 400 22px/27px Poppins,sans-serif;height:40px;margin-top:10px;opacity:.73;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span{align-items:center;display:flex;height:25px;margin:0 0 20px;opacity:.73;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span img{border-radius:unset;filter:invert(26%) sepia(2%) saturate(438%) hue-rotate(227deg) brightness(-86%) contrast(71%);height:21px;margin:4px 6px 0 0;width:22px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span p{font:normal normal normal 18px/27px Poppins,sans-serif;height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed{margin-bottom:0}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed img{height:18px;margin:2px 7px 0 2px;width:18px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .advertise-poster img{border-radius:unset;filter:none;height:45px;left:311px;-o-object-fit:contain;object-fit:contain;opacity:1;position:absolute;top:192px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard:hover{transform:scale(.97);transition:all .3s ease-in-out}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic{align-items:center;box-sizing:border-box;float:right;height:257px;left:0;opacity:1;top:0;width:434px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore{background:#eff6f4 0 0 no-repeat padding-box;border:4px solid #0b6e4f;border-radius:5px;height:257px;left:0;opacity:1;position:relative;top:0;width:434px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container{color:#414042;opacity:1;padding:8% 0;text-align:center}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .card-learnMore-image{display:block;overflow:hidden;text-align:center}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .card-learnMore-image .tile-img{height:82px;margin:10px auto;width:296px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .card-learnMore-image .tile-img img{height:100%;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 600 18px/27px Poppins,sans-serif;height:58px;margin:0;overflow:hidden;padding:0 48px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-btn{align-items:center;background:#0b6e4f 0 0 no-repeat padding-box;border-radius:34px;color:#fff;display:inline-flex;font:normal normal 600 18px/27px Poppins,sans-serif;height:53px;justify-content:center;margin:22px auto;width:296px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-btn:hover{background-color:#3b896e}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic:hover{transform:scale(.97);transition:all .3s ease-in-out}.funeral_listing_wrapper #pagination{align-items:center;display:flex;justify-content:center;margin-left:342px;min-height:150px}.funeral_listing_wrapper .funeral-listing-ad{margin:0 596px 37px}.funeral_listing_wrapper .funeral-listing-ad .funeral-ifram-container{background-color:#e568c8;height:90px;width:728px}.funeral_listing_wrapper #footer footer{position:relative;top:0}@media only screen and (min-width:1920px){#funeral-listing-notices{margin:0 auto;width:1280px}#funeral-listing-notices .funeral-listing-flex{grid-gap:34px;position:none}#funeral-listing-notices .funeral-listing-flex .right-column{margin:34px 0 0}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.funeral_listing_wrapper #funeral-listing-notices{margin:0 auto;width:1280px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex{gap:20px;margin:34px 16px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .left-column,.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column{margin:0}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-btn{margin:18px auto}}@media only screen and (max-width:1279.98px){.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container{grid-template-columns:1fr}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary{grid-column:span 1;height:406px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-featured-img img{height:406px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details{flex-direction:column;height:89px;margin-top:-94px;padding-left:20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details h2{align-items:center;display:flex;font-size:32px;height:100%;line-height:32px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-card .obituary-card-details h3{font-size:26px;height:50%;line-height:0;padding-left:0}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus{grid-column:span 1}}@media only screen and (min-width:768px)and (max-width:1279.98px){.funeral_listing_wrapper .funeral-listing-ad{margin:0 20px 37px}.funeral_listing_wrapper #pagination{margin-left:0;margin-top:20px}.funeral_listing_wrapper #funeral-listing-notices{margin:0 auto;width:768px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex{grid-gap:26px;margin:25px 27px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .left-column{margin:0}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .left-column #funeral-desktop-ad .container{height:auto;left:0;opacity:1;position:nul;top:0;width:317px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column{margin:0;width:397px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container{width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header:not(:has(.search-result-daterange)) .badge-pill{grid-column:1/-1;width:100%}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header h1{font-size:30px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .search-result-daterange{grid-column:span 1}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .heading-separator{grid-row:3}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .badge-pill{border:none;grid-column:span 1;height:18px;justify-content:flex-end;margin-top:-10px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container{gap:20px;grid-column:1/-1;justify-content:space-between;width:100%}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus{display:flex;flex-direction:column;height:auto;left:0;opacity:1;position:relative;top:0;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card{border:solid #0b6e4f;border-radius:5px 5px 0 0;border-width:1px 1px 0;height:237px;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-featured-img{height:237px;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details{border:1px solid #0b6e4f;border-radius:0 0 5px 5px;border-top:0 solid #0b6e4f;height:auto;left:0;opacity:1;padding:20px 10px 10px;position:relative;top:-1px;width:375px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h2{font:normal normal 600 28px/27px Poppins,sans-serif;left:10px;opacity:1;padding-top:6px;top:20px;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h3{font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;left:10px;margin-top:8px;opacity:1;overflow:none;padding-top:2px;top:10px;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span{height:25px;left:0;margin:15px 0 20px;opacity:1;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span img{border-radius:unset;filter:invert(0) sepia(227%) saturate(1%) hue-rotate(-29deg) brightness(183%) contrast(105%);height:22px;margin:0 12px 0 0;width:23px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span p{font:normal normal normal 16px/27px Poppins,sans-serif;height:23px;left:0;opacity:1;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .premium-plus-date-listed img{height:20px;margin:0 15px 0 3px;width:18px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster{display:inline-block;height:45px;left:250px;opacity:1;position:absolute;top:142px;width:103px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster img{border-radius:unset;filter:none;-o-object-fit:contain;object-fit:contain}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium{display:flex;flex-direction:column;height:auto;left:0;opacity:1;position:relative;top:0;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card-img{border:solid #b9978d;border-radius:5px 5px 0 0;border-width:1px 1px 0;height:202px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .featured-banner-img-card{border-radius:5px 5px 0 0;height:202px;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card{border:1px solid #b9978d;border-radius:0 0 5px 5px;border-top:0 solid #b9978d;height:auto;left:0;opacity:1;padding:20px 10px 10px;position:relative;top:-1px;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h2{font:normal normal 600 28px/27px Poppins,sans-serif;left:0;opacity:1;padding-top:0;top:0;width:305}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h3{font:normal normal 600 18px/27px Poppins,sans-serif;height:25px;left:0;margin-top:0;opacity:1;overflow:none;padding-top:0;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span{height:25px;left:0;margin:15px 0 20px;opacity:1;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span img{border-radius:unset;filter:invert(26%) sepia(2%) saturate(438%) hue-rotate(227deg) brightness(-86%) contrast(71%);height:22px;margin:0 12px 0 0;width:23px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span p{font:normal normal normal 16px/27px Poppins,sans-serif;height:23px;left:0;opacity:1;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .premium-date-listed img{height:20px;margin:0 15px 0 3px;width:18px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster{display:inline-block;height:45px;left:250px;opacity:1;position:absolute;top:135px;width:103px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster img{border-radius:unset;filter:none;-o-object-fit:contain;object-fit:contain}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard{grid-gap:30px;display:grid;grid-template-columns:auto;height:auto;left:0;opacity:1;overflow:hidden;top:0;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard{border-radius:5px;height:198px;left:0;opacity:1;top:0;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container{height:198px;left:0;opacity:1;padding:15px 10px;top:0;width:370px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h2{font:normal normal 600 22px/32px Poppins,sans-serif;left:0;opacity:.73;top:0;width:100%}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h3{font:normal normal 400 18px/27px Poppins,sans-serif;height:auto;left:0;margin:5px 0;opacity:.73;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span{align-items:center;display:flex;height:23px;left:0;margin:0 0 15px;opacity:.73;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span img{border-radius:unset;filter:invert(26%) sepia(2%) saturate(438%) hue-rotate(227deg) brightness(-86%) contrast(71%);height:22px;margin:4px 13px 0 0;width:23px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span p{font:normal normal normal 16px/27px Poppins,sans-serif;height:23px;left:10px;top:0;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed{margin-bottom:0}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed img{height:20px;margin:2px 13px 0 4px;width:18px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed p{font:normal normal normal 16px/27px Poppins,sans-serif}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .advertise-poster{display:inline-block}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .advertise-poster img{border-radius:unset;filter:none;height:45px;left:250px;-o-object-fit:contain;object-fit:contain;opacity:1;position:absolute;top:140px;width:103px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic{float:unset;height:239px;opacity:1;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore{background:#eff6f4 0 0 no-repeat padding-box;border:4px solid #0b6e4f;border-radius:5px;height:239px;left:0;opacity:1;position:relative;top:0;width:371px}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container{color:#414042;opacity:1}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .card-learnMore-image .tile-img img{height:100%;margin:0 auto;width:100%}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-txt{color:#414042;font:normal normal 600 18px/27px Poppins,sans-serif;height:58px;padding:0 31px 0 48px;width:auto}.funeral_listing_wrapper #funeral-listing-notices .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-btn{align-items:center;background:#0b6e4f 0 0 no-repeat padding-box;border-radius:34px;color:#fff;display:inline-flex;font:normal normal 600 18px/27px Poppins,sans-serif;height:51px;justify-content:center;margin:10px auto;width:237px}}@media only screen and (max-width:767.98px){.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container,.funeral_listing_wrapper .no-results-found{margin-bottom:40px}.funeral_listing_wrapper .funeral-listing-ad,.funeral_listing_wrapper .funeral-listing-flex{display:block}.funeral_listing_wrapper .funeral-listing-flex .left-column{display:none;margin:0}.funeral_listing_wrapper .funeral-listing-flex .right-column{float:none;margin:23px 0 0 23px;width:428px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container{flex-direction:column;margin-top:25px;position:relative;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header{row-gap:20px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header:not(:has(.search-result-daterange)) .badge-pill{grid-column:1/-1;justify-content:center}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header h1{text-align:center}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .search-result-daterange{grid-column:span 1;margin-top:0}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .heading-separator{display:none}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .badge-pill{border:none;grid-column:span 1;height:18px;justify-content:flex-end;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container{grid-column:1/-1;justify-content:center;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups{border:1px solid #0b6e4f;border-radius:32px;gap:0;height:43px;justify-content:space-between;overflow:hidden;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-atoz-sort-icon,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-sort-icon,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-ztoa-sort-icon{border:none;border-radius:0;border-right:1px solid #0b6e4f;flex:1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .fn-sort-icon-groups .calender-ztoa-sort-icon{border:none}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .fn-sort-options-container .daterange-dropdown{display:none}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus{flex-direction:column;height:auto;left:0;opacity:1;position:relative;top:0;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card{border:solid #0b6e4f;border-radius:5px 5px 0 0;border-width:1px 1px 0;height:237px;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-featured-img{height:237px;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details{border:1px solid #0b6e4f;border-radius:0 0 5px 5px;border-top:0 solid #0b6e4f;height:auto;left:0;opacity:1;padding:20px 10px 10px;position:relative;top:-1px;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h2{font:600 22px/32px Poppins,sans-serif;left:0;opacity:1;padding-top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container h3{font:400 18px/27px Poppins,sans-serif;height:auto;left:0;opacity:1;padding-top:10px;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span{height:25px;left:0;margin:10px 0 20px;opacity:1;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span img{height:22px;margin:0 14px 0 0;width:23px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container span p{font:normal 16px/25px Poppins,sans-serif;height:25px;left:0;opacity:1;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .premium-plus-date-listed img{height:20px;margin:-3px 15px 0 3px;width:18px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster{bottom:16px;display:inline-block;height:45px;opacity:1;position:absolute;right:16px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details .premium-plus-container .advertise-poster img{filter:none;-o-object-fit:contain;object-fit:contain}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium{flex-direction:column;height:auto;left:0;opacity:1;position:relative;top:-1px;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card-img{border:solid #b9978d;border-radius:5px 5px 0 0;border-width:1px 1px 0;height:202px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .featured-banner-img-card{height:202px;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card{background:#eee5d9 0 0 no-repeat padding-box;border:1px solid #b9978d;border-radius:0 0 5px 5px;border-top:0 solid #b9978d;height:auto;left:0;opacity:1;padding:15px 10px 10px;position:relative;top:0;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h2{font:600 22px/32px Poppins,sans-serif;left:0;opacity:1;padding-top:0;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container h3{font:400 18px/27px Poppins,sans-serif;height:auto;left:0;opacity:1;padding-top:10px;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span{height:25px;left:0;margin:10px 0 20px;opacity:1;position:nulll;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span img{height:22px;margin:0 14px 0 0;width:23px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container span p{font:normal 16px/25px Poppins,sans-serif;height:25px;left:0;opacity:1;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .premium-date-listed img{height:20px;margin:-3px 15px 0 3px;width:18px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster{bottom:16px;display:inline-block;height:45px;opacity:1;position:absolute;right:16px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card .premium-card-container .advertise-poster img{filter:none;-o-object-fit:contain;object-fit:contain}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard{display:grid;grid-template-columns:auto;height:auto;left:0;opacity:1;top:0;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard{border-radius:5px;height:198px;left:0;opacity:1;overflow:hidden;top:0;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container{height:198px;left:0;opacity:1;padding:15px 10px;top:0;width:370px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h2{font:600 22px/32px Poppins,sans-serif;left:0;min-height:39px;opacity:.73;top:0;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container h3{font:400 18px/27px Poppins,sans-serif;height:auto;left:0;margin:5px 0;opacity:.73;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span{align-items:center;display:flex;height:23px;left:0;margin:0 0 15px;opacity:.73;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span img{border-radius:unset;filter:invert(26%) sepia(2%) saturate(438%) hue-rotate(227deg) brightness(-86%) contrast(71%);height:22px;margin:4px 12px 0 6px;width:23px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container span p{font:normal 16px/27px Poppins,sans-serif;height:23px;left:10px;top:0;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed{margin-bottom:0}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .date-listed img{height:20px;margin:0 12px 0 10px;width:18px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .advertise-poster{display:inline-block}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container .advertise-poster img{border-radius:unset;bottom:16px;filter:none;height:45px;-o-object-fit:contain;object-fit:contain;opacity:1;position:absolute;right:16px;width:103px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic{align-items:center;float:unset;height:239px;opacity:1;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore{height:239px;left:0;opacity:1;position:relative;top:0;width:382px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container{color:#414042;opacity:1}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .card-learnMore-image .tile-img img{height:100%;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-txt{color:#414042;font:600 18px/27px Poppins,sans-serif;height:58px;padding:0 48px;width:auto}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container .learn-more-btn{align-items:center;background:#0b6e4f;border-radius:34px;color:#fff;display:inline-flex;font:600 18px/27px Poppins,sans-serif;height:51px;justify-content:center;margin:10px auto;width:248px}.funeral_listing_wrapper #pagination{margin-left:0}.funeral_listing_wrapper #pagination .pagination ul{left:0;position:relative}.funeral_listing_wrapper #navbar-search-filter .navbar-search-filter .container{display:none}}@media only screen and (max-width:427.98px){.funeral_listing_wrapper,.funeral_listing_wrapper .funeral-listing-flex{width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column{margin:0;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container{margin:25px auto 0;width:95%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .fn-header .search-result-daterange{font-size:14px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .obituary .obituary-featured-img img,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card{width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-featured-img{width:393px}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium-plus .premium-plus-card-details{width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .featured-banner-img-card{display:block;width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .premium .premium-card,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .standard .card-standard .card-container{width:100%}.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container .card-dynamic .card-learnMore .card-learnMore-container{padding:8% 0}}.navbar-search-filter{background:#0b6e4f;height:auto;width:100%}.navbar-search-filter select::-ms-expand{display:none}.navbar-search-filter .navbar-search-filter .container{width:1280px}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.navbar-search-filter .container form .filter-list .funeral_director,.navbar-search-filter .container form .filter-list .funeral_publication,.navbar-search-filter .container form .search-list .categoryDropDown,.navbar-search-filter .container form .search-list .filterButton,.navbar-search-filter .container form .search-list .locationDropDown,.navbar-search-filter .container form .search-list .navbar-radius-options,.navbar-search-filter .container form .search-list .searchInut,.navbar-search-filter .refine-search-filter .refine-search-filter-form .category,.navbar-search-filter .refine-search-filter .refine-search-filter-form .date-calendar .from_calendar,.navbar-search-filter .refine-search-filter .refine-search-filter-form .date-calendar .to_calendar,.navbar-search-filter .refine-search-filter .refine-search-filter-form .director .funeral_directors_rf,.navbar-search-filter .refine-search-filter .refine-search-filter-form .locality-radius,.navbar-search-filter .refine-search-filter .refine-search-filter-form .location .locationDropDown,.navbar-search-filter .refine-search-filter .refine-search-filter-form .publication,.navbar-search-filter .refine-search-filter .refine-search-filter-form .search .searchInput,.navbar-search-filter .textFormat,.refine-search-filter .refine-search-filter-form .date-calendar .navbar-search-filter .from_calendar,.refine-search-filter .refine-search-filter-form .date-calendar .navbar-search-filter .to_calendar,.refine-search-filter .refine-search-filter-form .director .navbar-search-filter .funeral_directors_rf,.refine-search-filter .refine-search-filter-form .location .navbar-search-filter .locationDropDown,.refine-search-filter .refine-search-filter-form .navbar-search-filter .category,.refine-search-filter .refine-search-filter-form .navbar-search-filter .locality-radius,.refine-search-filter .refine-search-filter-form .navbar-search-filter .publication,.refine-search-filter .refine-search-filter-form .search .navbar-search-filter .searchInput{color:#101010;font:normal normal normal 18px/25px Poppins,sans-serif;letter-spacing:1.08px}.navbar-search-filter input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:url(/static/332.11.0/tributesv2/images/icon-clear.png);background-position:50%;background-repeat:no-repeat;cursor:pointer;height:20px;width:20px}.navbar-search-filter button:focus,.navbar-search-filter input:focus,.navbar-search-filter select:focus,.navbar-search-filter textarea:focus{outline:none}.navbar-search-filter .tt-menu{background:#fff;display:none;height:250px;left:0;position:absolute;top:100%;z-index:99}.navbar-search-filter .tt-dataset-location{height:250px;overflow-y:auto}.navbar-search-filter .tt-dataset.tt-dataset-fd{background:#fff;border-left:5px solid transparent;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);position:relative;top:-17px;top:4px}.navbar-search-filter .tt-suggestion.Typeahead-selectable{border:none;font:normal normal 600 18px/27px Poppins,sans-serif;padding:10px 20px}.navbar-search-filter .tt-suggestion.Typeahead-selectable:hover{background-color:#0b6e4f;color:#fff}.navbar-search-filter #showFilterList{display:none}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.navbar-search-filter .container form .filter-list .funeral_director,.navbar-search-filter .container form .filter-list .funeral_publication,.navbar-search-filter .container form .search-list .categoryDropDown,.navbar-search-filter .container form .search-list .filterButton,.navbar-search-filter .container form .search-list .locationDropDown,.navbar-search-filter .container form .search-list .navbar-radius-options,.navbar-search-filter .container form .search-list .searchInut,.navbar-search-filter .refine-search-filter .refine-search-filter-form .date-calendar .from_calendar,.navbar-search-filter .refine-search-filter .refine-search-filter-form .date-calendar .to_calendar,.navbar-search-filter .related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2,.navbar-search-filter .standard-article .container .article-grid .article-left .content h3,.navbar-search-filter .standard-article .container .article-grid .article-right .article-content a .text-content h3,.navbar-search-filter .text-overflow-elipsis,.refine-search-filter .refine-search-filter-form .date-calendar .navbar-search-filter .from_calendar,.refine-search-filter .refine-search-filter-form .date-calendar .navbar-search-filter .to_calendar,.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text .navbar-search-filter h2,.standard-article .container .article-grid .article-left .content .navbar-search-filter h3,.standard-article .container .article-grid .article-right .article-content a .text-content .navbar-search-filter h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-search-filter .container{width:1280px}.navbar-search-filter .container form .clearable-input{position:relative}.navbar-search-filter .container form .clearable-input [data-clear-input]{background:#cacabd;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1em;font-weight:100;line-height:1em;padding:0 .2em;position:absolute;right:0;top:40%;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9}.navbar-search-filter .container form .search-list{display:flex;gap:3px;height:116px;padding:29px 12px 19px}.navbar-search-filter .container form .search-list .searchInut{background:#fff url(/static/332.11.0/tributesv2/images/search.svg) no-repeat;background-position:30px 24px,0 0;border:none;border-radius:38px 0 0 38px;height:68px;padding-left:68px;padding-right:15px;width:336px}.navbar-search-filter .container form .search-list .searchInut::-moz-placeholder{height:25px;left:0;opacity:1;position:relative;top:2px;width:auto}.navbar-search-filter .container form .search-list .searchInut::placeholder{height:25px;left:0;opacity:1;position:relative;top:2px;width:auto}.navbar-search-filter .container form .search-list .locationDropDown{background:url(/static/332.11.0/tributesv2/images/map-pin.svg) no-repeat;background-color:#fff;background-position:20px,calc(100% - 20px);border:none;height:68px;outline:none;padding-left:60px;padding-right:40px;width:290px}.navbar-search-filter .container form .search-list .locationDropDown::-moz-placeholder{color:#101010;letter-spacing:.96px;padding-top:2px;text-align:left}.navbar-search-filter .container form .search-list .locationDropDown::placeholder{color:#101010;letter-spacing:.96px;padding-top:2px;text-align:left}.navbar-search-filter .container form .search-list .categoryDropDown{background:url(/static/332.11.0/tributesv2/images/search-category.svg) no-repeat,url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:20px,calc(100% - 20px);height:68px;padding-left:60px;padding-right:40px;width:270px}.navbar-search-filter .container form .search-list .filterButton{background:#fff url(/static/332.11.0/tributesv2/images/search-filters.svg) no-repeat;background-position:calc(100% - 4.8rem);border:none;cursor:pointer;height:68px;padding-left:30px;width:118px}.navbar-search-filter .container form .search-list .navbar-radius-options{background:#fff url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-position:calc(100% - 20px);border:none;height:68px;outline:none;padding-left:10px;padding-right:30px;width:135px}.navbar-search-filter .container form .search-list .goButton{background:#dceee8 0 0 no-repeat padding-box;border:none;border-radius:0 38px 38px 0;color:#0b6d4d;cursor:pointer;font:normal normal 600 18px/27px Poppins,sans-serif;height:68px;text-align:center;width:91px}.navbar-search-filter .container form .filter-list{display:flex;gap:14px;height:86px;padding:0 12px}.navbar-search-filter .container form .filter-list .funeral_director{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-color:#fff;background-position:30px 22px,260px 28px;border:none;border-radius:38px;height:68px;left:0;opacity:1;padding-left:68px;padding-right:25px;top:0;width:308px}.navbar-search-filter .container form .filter-list .funeral_publication{background:url(/static/332.11.0/tributesv2/images/listing-publication.svg) no-repeat,url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:30px 22px,250px 28px;border-radius:38px;height:68px;left:0;padding-left:68px;padding-right:50px;padding-top:2px;top:116px;width:297px}.navbar-search-filter .container form .filter-list .daterange-dropdown{display:none}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar{background:#fff url(/static/332.11.0/tributesv2/images/filter-date.svg) no-repeat;background-position:calc(100% - .55rem);border:none;border-radius:34px 0 0 34px;height:68px;opacity:1;padding-left:10px;padding-right:30px;top:116px;width:142px}.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar{background:#fff url(/static/332.11.0/tributesv2/images/filter-date.svg) no-repeat;background-position:calc(100% - .55rem);border:none;border-radius:0 34px 34px 0;height:68px;padding-left:10px;padding-right:30px;top:116px;width:142px}.navbar-search-filter .container form .filter-list .funeral_clear_filter{font:normal normal 600 18px/25px Poppins,sans-serif;letter-spacing:.96;margin:20px 0 0 auto}.navbar-search-filter .container form .filter-list .funeral_clear_filter .clearFilter{border-bottom:3px solid #fff;color:#fff}.navbar-search-filter .container form .filter-list .funeral_director_clear_filter{font:600 20px/25px Poppins,sans-serif;letter-spacing:1.08px;margin:20px 0 0 auto}.navbar-search-filter .container form .filter-list .funeral_director_clear_filter .clearFilter{border-bottom:3px solid #fff;color:#fff}@media only screen and (min-width:1280px)and (max-width:1919.98px){.navbar-search-filter .container form .search-list{padding:29px 18px 19px}.navbar-search-filter .container form .filter-list{gap:12px;padding:0 18px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.navbar-search-filter .container form .filter-list .funeral_director,.navbar-search-filter .container form .filter-list .funeral_publication,.navbar-search-filter .container form .search-list .categoryDropDown,.navbar-search-filter .container form .search-list .filterButton,.navbar-search-filter .container form .search-list .goButton,.navbar-search-filter .container form .search-list .locationDropDown,.navbar-search-filter .container form .search-list .searchInut,.textFormatPlaceHolder{font:normal normal normal 16px/25px Poppins,sans-serif;letter-spacing:0;text-align:left}.navbar-search-filter{margin-top:-1px}.navbar-search-filter .container{width:768px}.navbar-search-filter .container form .search-list{height:98px;padding:22px 27px 21px}.navbar-search-filter .container form .search-list .searchInut{background-position:15px,18px,0,0;background-size:19px 18px;border-radius:38px 0 0 38px;height:55px;padding-left:45px;padding-right:6px;width:175px}.navbar-search-filter .container form .search-list .locationDropDown{background-position:11px 16px,125px 17px;background-size:18px 22px;border:none;height:55px;outline:none;padding-left:40px;padding-right:28px;width:154px}.navbar-search-filter .container form .search-list .categoryDropDown{background-position:11px 16px,140px 17px;background-size:19px 19px;height:55px;padding-left:40px;padding-right:27px;width:167px}.navbar-search-filter .container form .search-list .filterButton{background-position:calc(100% - 4rem);background-size:18px 22px;height:55px;padding-left:34px;width:112px}.navbar-search-filter .container form .search-list .navbar-radius-options{background-size:19px 19px;height:55px;width:108px}.navbar-search-filter .container form .search-list .goButton{background-position:calc(100% - 4.99rem);font:normal normal 600 16px/25px Poppins,sans-serif;height:55px;text-align:center;width:91px}.navbar-search-filter .container form .filter-list{display:flex;flex-wrap:wrap;gap:7px;height:auto;padding:0 27px 21px}.navbar-search-filter .container form .filter-list .funeral_director{background:url(/static/332.11.0/tributesv2/images/home.svg) no-repeat;background-color:#fff;background-position:15px 16px,210px 22px;border:none;border-radius:38px;height:55px;padding-left:45px;padding-right:15px;top:0;width:249px}.navbar-search-filter .container form .filter-list .funeral_publication{background:url(/static/332.11.0/tributesv2/images/listing-publication.svg) no-repeat,url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:21px 16px,180px 22px;border-radius:38px;height:55px;padding-left:60px;width:217px}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar{background:#fff url(/static/332.11.0/tributesv2/images/filter-date.svg) no-repeat;background-position:calc(100% - .44rem);border-radius:34px 0 0 34px;font:normal normal normal 13px/25px Poppins,sans-serif;height:55px;padding-left:6px;width:114px}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar::-moz-placeholder{font:normal normal normal 16px/25px Poppins,sans-serif}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar::placeholder{font:normal normal normal 16px/25px Poppins,sans-serif}.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar{background:#fff url(/static/332.11.0/tributesv2/images/filter-date.svg) no-repeat;background-position:calc(100% - .66rem);border-radius:0 34px 34px 0;font:normal normal normal 13px/25px Poppins,sans-serif;height:55px;padding-left:2px;width:114px}.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar::-moz-placeholder{font:normal normal normal 16px/25px Poppins,sans-serif}.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar::placeholder{font:normal normal normal 16px/25px Poppins,sans-serif}.navbar-search-filter .container form .filter-list .funeral_clear_filter{font:600 16px/25px Poppins,sans-serif;letter-spacing:.96}.navbar-search-filter .container form .filter-list .funeral_clear_filter .clearFilter{border-bottom:2px solid #fff}.navbar-search-filter .container form .filter-list .funeral_director_clear_filter{font:600 16px/25px Poppins,sans-serif;letter-spacing:.96}.navbar-search-filter .container form .filter-list .funeral_director_clear_filter .clearFilter{border-bottom:2px solid #fff}}@media only screen and (min-width:428px)and (max-width:767.98px){.textFormatMobile{font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0}.navbar-search-filter{background:transparent;position:absolute}.navbar-search-filter .container{display:none}}@media only screen and (max-width:427.98px){.textFormatMobile{font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0}.navbar-search-filter{background:transparent;position:absolute}.navbar-search-filter .container{display:none}}.refine-search-filter{background:#eee5d9;border:1px solid #b9978d;border-radius:5px;padding:10px;width:315px}.refine-search-filter select::-ms-expand{display:none}.refine-search-filter select{-webkit-appearance:none;-moz-appearance:none;border:none;outline:none;text-indent:1px;text-overflow:""}.navbar-search-filter .container form .filter-list .date-calendar-input .refine-search-filter .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .refine-search-filter .to_calendar,.navbar-search-filter .container form .filter-list .refine-search-filter .funeral_director,.navbar-search-filter .container form .filter-list .refine-search-filter .funeral_publication,.navbar-search-filter .container form .search-list .refine-search-filter .categoryDropDown,.navbar-search-filter .container form .search-list .refine-search-filter .filterButton,.navbar-search-filter .container form .search-list .refine-search-filter .locationDropDown,.navbar-search-filter .container form .search-list .refine-search-filter .navbar-radius-options,.navbar-search-filter .container form .search-list .refine-search-filter .searchInut,.refine-search-filter .navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.refine-search-filter .navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.refine-search-filter .navbar-search-filter .container form .filter-list .funeral_director,.refine-search-filter .navbar-search-filter .container form .filter-list .funeral_publication,.refine-search-filter .navbar-search-filter .container form .search-list .categoryDropDown,.refine-search-filter .navbar-search-filter .container form .search-list .filterButton,.refine-search-filter .navbar-search-filter .container form .search-list .locationDropDown,.refine-search-filter .navbar-search-filter .container form .search-list .navbar-radius-options,.refine-search-filter .navbar-search-filter .container form .search-list .searchInut,.refine-search-filter .refine-search-filter-form .category,.refine-search-filter .refine-search-filter-form .date-calendar .from_calendar,.refine-search-filter .refine-search-filter-form .date-calendar .to_calendar,.refine-search-filter .refine-search-filter-form .director .funeral_directors_rf,.refine-search-filter .refine-search-filter-form .locality-radius,.refine-search-filter .refine-search-filter-form .location .locationDropDown,.refine-search-filter .refine-search-filter-form .publication,.refine-search-filter .refine-search-filter-form .search .searchInput,.refine-search-filter .textFormat{color:#414042;font:normal 18px/normal Poppins,sans-serif;outline:none}.refine-search-filter input:focus{border:none;outline:none}.refine-search-filter input[type=search]::-webkit-search-cancel-button:hover{cursor:pointer}.refine-search-filter .refine-search-filter-header{align-items:center;border-bottom:1px solid #b9978d;display:flex;justify-content:space-between;padding-bottom:5px}.refine-search-filter .refine-search-filter-header h3{color:#414042;font:700 26px/normal Playfair Display,serif}.refine-search-filter .refine-search-filter-header #refine-close{display:none}.refine-search-filter .refine-search-filter-form{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:15px 0 20px}.refine-search-filter .refine-search-filter-form .search{position:relative}.refine-search-filter .refine-search-filter-form .search .searchInput{background-color:#fff;border:1px solid #b9978d;border-radius:100px;height:50px;padding:0 20px 0 48px;width:100%}.refine-search-filter .refine-search-filter-form .search .searchImg{height:24px;left:20px;opacity:1;position:absolute;top:14px;width:24px}.refine-search-filter .refine-search-filter-form .category{background:url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:calc(100% - 20px);border:1px solid #b9978d;border-radius:100px;height:50px;padding:0 42px 0 17px;width:100%}.refine-search-filter .refine-search-filter-form .clearable-input [data-clear-sidebar-input]{background:#cacabd;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1em;font-weight:100;line-height:1em;padding:0 .2em;position:absolute;right:10px;top:35%;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9}.refine-search-filter .refine-search-filter-form .location{position:relative}.refine-search-filter .refine-search-filter-form .location span.twitter-typeahead{width:100%}.refine-search-filter .refine-search-filter-form .location .tt-menu{background:#fff;display:none;height:250px;left:0;position:absolute;top:100%;z-index:99}.refine-search-filter .refine-search-filter-form .location .tt-dataset-location{height:250px;overflow-y:auto}.refine-search-filter .refine-search-filter-form .location .tt-dataset.tt-dataset-fd{background:#fff;border-left:5px solid transparent;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);position:relative;top:4px}.refine-search-filter .refine-search-filter-form .location .tt-suggestion.Typeahead-selectable{border:none;font:normal 600 18px/27px Poppins,sans-serif;padding:10px 20px}.refine-search-filter .refine-search-filter-form .location .tt-suggestion.Typeahead-selectable:hover{background-color:#0b6e4f;color:#fff}.refine-search-filter .refine-search-filter-form .location .locationDropDown{background-color:#fff;border:1px solid #b9978d;border-radius:100px;height:50px;padding:0 42px 0 17px;width:100%}.refine-search-filter .refine-search-filter-form .location .locationDropDown::-moz-placeholder{color:#101010;text-align:left}.refine-search-filter .refine-search-filter-form .location .locationDropDown::placeholder{color:#101010;text-align:left}.refine-search-filter .refine-search-filter-form .locality-radius,.refine-search-filter .refine-search-filter-form .publication{background:url(/static/332.11.0/tributesv2/images/search-down.svg) 50% no-repeat;background-color:#fff;background-position:calc(100% - 20px);border:1px solid #b9978d;border-radius:100px;height:50px;padding:0 42px 0 17px;width:100%}.refine-search-filter .refine-search-filter-form .daterange-dropdown{background:#fff url(/static/332.11.0/tributesv2/images/search-down.svg) no-repeat calc(100% - 15px);border:1px solid #b9978d;border-radius:21.5px;color:#414042;display:none;font:400 16px/normal Poppins,sans-serif;height:43px;outline:none;padding-left:15px;width:100%}.refine-search-filter .refine-search-filter-form .daterange-dropdown:after{color:#414042;font:400 18px/normal Poppins,sans-serif;position:relative;top:10px}.refine-search-filter .refine-search-filter-form .date-calendar{display:flex;justify-content:space-between;position:relative;width:100%}.refine-search-filter .refine-search-filter-form .date-calendar .from_calendar{background:url(/static/332.11.0/tributesv2/images/filter-date.svg) 50% no-repeat;background-color:#fff;background-position:calc(100% - 13px);border:1px solid #b9978d;border-radius:100px 0 0 100px;height:50px;padding-left:15px;padding-right:30px;width:49%}.refine-search-filter .refine-search-filter-form .date-calendar .to_calendar{background:url(/static/332.11.0/tributesv2/images/filter-date.svg) 50% no-repeat;background-color:#fff;background-position:calc(100% - 13px);border:1px solid #b9978d;border-radius:0 100px 100px 0;height:50px;padding-left:10px;padding-right:40px;width:49%}.refine-search-filter .refine-search-filter-form .date-calendar #calendarModalToLeft{left:0;position:absolute}.refine-search-filter .refine-search-filter-form .date-calendar #calendarModalToLeft .pika-single{left:0}.refine-search-filter .refine-search-filter-form .date-calendar #calendarModalToRight{position:absolute;right:0}.refine-search-filter .refine-search-filter-form .date-calendar #calendarModalToRight .pika-single{right:0}.refine-search-filter .refine-search-filter-form .director span.twitter-typeahead{width:100%}.refine-search-filter .refine-search-filter-form .director .tt-menu{background:#fff;display:none;height:100%;left:0;position:absolute;top:100%;z-index:99}.refine-search-filter .refine-search-filter-form .director .tt-suggestion.Typeahead-selectable{border:none;font:normal 600 18px/27px Poppins,sans-serif;padding:10px 20px}.refine-search-filter .refine-search-filter-form .director .tt-suggestion.Typeahead-selectable:hover{background-color:#0b6e4f;color:#fff}.refine-search-filter .refine-search-filter-form .director .tt-dataset.tt-dataset-fd{background:#fff;border-left:5px solid transparent;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);height:200px;left:0;overflow-y:scroll;position:relative;top:4px}.refine-search-filter .refine-search-filter-form .director .funeral_directors_rf{background-position:calc(100% - .99rem);border:1px solid #b9978d;border-radius:100px;height:50px;padding:0 20px 0 17px;width:100%}.refine-search-filter .refine-search-filter-form .refine-search{background:#0b6e4f;border:1px solid transparent;border-radius:34px;color:#fff;cursor:pointer;font:600 18px/normal Poppins,sans-serif;height:50px}.refine-search-filter .refine-search-filter-form .refine-search:hover{background:#3b896e}.refine-search-filter .refine-search-filter-form .clear-search{background:#eee5d9;border:1px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;font:600 18px/normal Poppins,sans-serif;height:50px}.refine-search-filter .refine-search-filter-form .clear-search:hover{background:#bdd8cf}@media only screen and (max-width:767.98px){.funeral_listing_wrapper .funeral-listing-flex .left-column{display:block}.refine-search-filter{border:none;display:none;height:100vh;padding:20px;position:absolute;top:0;width:100%;z-index:9999999}.navbar-search-filter .container form .filter-list .date-calendar-input .refine-search-filter .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .refine-search-filter .to_calendar,.navbar-search-filter .container form .filter-list .refine-search-filter .funeral_director,.navbar-search-filter .container form .filter-list .refine-search-filter .funeral_publication,.navbar-search-filter .container form .search-list .refine-search-filter .categoryDropDown,.navbar-search-filter .container form .search-list .refine-search-filter .filterButton,.navbar-search-filter .container form .search-list .refine-search-filter .locationDropDown,.navbar-search-filter .container form .search-list .refine-search-filter .navbar-radius-options,.navbar-search-filter .container form .search-list .refine-search-filter .searchInut,.refine-search-filter .navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.refine-search-filter .navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.refine-search-filter .navbar-search-filter .container form .filter-list .funeral_director,.refine-search-filter .navbar-search-filter .container form .filter-list .funeral_publication,.refine-search-filter .navbar-search-filter .container form .search-list .categoryDropDown,.refine-search-filter .navbar-search-filter .container form .search-list .filterButton,.refine-search-filter .navbar-search-filter .container form .search-list .locationDropDown,.refine-search-filter .navbar-search-filter .container form .search-list .navbar-radius-options,.refine-search-filter .navbar-search-filter .container form .search-list .searchInut,.refine-search-filter .refine-search-filter-form .category,.refine-search-filter .refine-search-filter-form .date-calendar .from_calendar,.refine-search-filter .refine-search-filter-form .date-calendar .to_calendar,.refine-search-filter .refine-search-filter-form .director .funeral_directors_rf,.refine-search-filter .refine-search-filter-form .locality-radius,.refine-search-filter .refine-search-filter-form .location .locationDropDown,.refine-search-filter .refine-search-filter-form .publication,.refine-search-filter .refine-search-filter-form .search .searchInput,.refine-search-filter .textFormat{font-size:16px}.refine-search-filter .refine-search-filter-header #refine-close{cursor:pointer;display:block;font-size:18px}.refine-search-filter .refine-search-filter-form{gap:20px;padding-top:20px}.refine-search-filter .refine-search-filter-form .search .searchImg{top:10px}.refine-search-filter .refine-search-filter-form .category,.refine-search-filter .refine-search-filter-form .director .funeral_directors_rf,.refine-search-filter .refine-search-filter-form .locality-radius,.refine-search-filter .refine-search-filter-form .location .locationDropDown,.refine-search-filter .refine-search-filter-form .publication,.refine-search-filter .refine-search-filter-form .search .searchInput{border-radius:21.5px;height:43px}.refine-search-filter .refine-search-filter-form .daterange-dropdown{display:block}.refine-search-filter .refine-search-filter-form .date-calendar .from_calendar{border-radius:21.5px 0 0 21.5px;height:43px}.refine-search-filter .refine-search-filter-form .date-calendar .to_calendar{border-radius:0 21.5px 21.5px 0;height:43px}.refine-search-filter .refine-search-filter-form .clear-search,.refine-search-filter .refine-search-filter-form .refine-search{border-width:1px;font-size:16px;height:43px}}.standard-article .container .articles-header h2,.text-article{color:#2d3033;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:.13px;text-align:left}.navbar-search-filter .container form .filter-list .date-calendar-input .from_calendar,.navbar-search-filter .container form .filter-list .date-calendar-input .to_calendar,.navbar-search-filter .container form .filter-list .funeral_director,.navbar-search-filter .container form .filter-list .funeral_publication,.navbar-search-filter .container form .search-list .categoryDropDown,.navbar-search-filter .container form .search-list .filterButton,.navbar-search-filter .container form .search-list .locationDropDown,.navbar-search-filter .container form .search-list .navbar-radius-options,.navbar-search-filter .container form .search-list .searchInut,.refine-search-filter .refine-search-filter-form .date-calendar .from_calendar,.refine-search-filter .refine-search-filter-form .date-calendar .to_calendar,.related-articles .container .related-articles-grid .related-articles-item .related-articles-content a .related-articles-text h2,.related-articles .container .related-articles-grid .related-articles-item:first-child .related-articles-content a .related-articles-text h2,.standard-article .container .article-grid .article-left .content h3,.standard-article .container .article-grid .article-right .article-content a .text-content h3,.text-overflow-elipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.standard-article{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);display:block;height:auto;overflow:hidden;width:100%}.standard-article .container{margin:0 auto;width:1280px}.standard-article .container .md-read-articles{display:none}.standard-article .container .articles-header{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:46px;margin-top:92px}.standard-article .container .articles-header h2{height:56px;width:auto}.standard-article .container .articles-header a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;float:right;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin-top:2px;padding:16px 20px;text-align:center;width:260px}.standard-article .container .articles-header a:hover{background-color:#bdd8cf}.standard-article .container .articles-header a:after{content:"Read articles"}.standard-article .container .article-grid{grid-gap:31px;display:grid;grid-template-columns:auto auto;margin-bottom:57px}.standard-article .container .article-grid .article-left{border-bottom:2px solid #b9978d;width:592px}.standard-article .container .article-grid .article-left .article-left-img{height:448px;left:0;opacity:1;overflow:hidden;top:0;width:592px}.standard-article .container .article-grid .article-left .article-left-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-left .article-left-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.standard-article .container .article-grid .article-left .content{height:165px;width:592px}.standard-article .container .article-grid .article-left .content h3{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:16px 0 20px}.standard-article .container .article-grid .article-left .content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right{border-bottom:2px solid #b9978d;overflow:hidden;width:657px}.standard-article .container .article-grid .article-right #showInMobileView{display:none}.standard-article .container .article-grid .article-right .article-content{border-bottom:2px solid #b9978d;margin-bottom:12px}.standard-article .container .article-grid .article-right .article-content a{grid-gap:19px;display:grid;grid-template-columns:repeat(2,1fr);height:196px;margin-bottom:12px}.standard-article .container .article-grid .article-right .article-content a .article-right-img{height:180px;left:0;opacity:1;overflow:hidden;top:0;width:178px}.standard-article .container .article-grid .article-right .article-content a .article-right-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-right .article-content a .article-right-img img:hover{transform:scale(1.04);transition:all .3s ease-in-out}.standard-article .container .article-grid .article-right .article-content a .text-content{width:460px}.standard-article .container .article-grid .article-right .article-content a .text-content h3{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:18px 0}.standard-article .container .article-grid .article-right .article-content a .text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 18px/25px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right .article-content:last-child{border:none}@media only screen and (min-width:1280px)and (max-width:1919.98px){.standard-article{height:auto}.standard-article .container{padding:0 30px}.standard-article .container .articles-header{display:grid}.standard-article .container .articles-header h2{font:normal normal 700 42px/40px Playfair Display,serif;letter-spacing:.12px}.standard-article .container .articles-header a{background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;text-align:center}.standard-article .container .article-grid .article-left a .article-left-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-left a .content h3{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.standard-article .container .article-grid .article-left a .content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right{width:610px}.standard-article .container .article-grid .article-right .article-content{border-bottom:2px solid #b9978d}.standard-article .container .article-grid .article-right .article-content a{display:grid;margin-bottom:12px}.standard-article .container .article-grid .article-right .article-content a .article-right-img{height:180px;left:0;opacity:1;top:0;width:178px}.standard-article .container .article-grid .article-right .article-content a .article-right-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-right .article-content a .text-content{width:400px}.standard-article .container .article-grid .article-right .article-content a .text-content h3{color:#101010;font:normal normal 700 29px/38px Playfair Display,serif;letter-spacing:.09px;margin:18px 0}.standard-article .container .article-grid .article-right .article-content a .text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 18px/25px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}}@media only screen and (min-width:768px)and (max-width:1279.98px){.standard-article{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161)}.standard-article .container{padding:0 27px 50px;width:768px}.standard-article .container .articles-header{align-items:center;display:grid;margin-top:46px}.standard-article .container .articles-header h2{color:#2d3033;font:normal normal 700 30px/40px Playfair Display,serif;height:40px;letter-spacing:.09px;width:auto}.standard-article .container .articles-header a{background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;font:normal normal 600 18px/27px Poppins,sans-serif;height:55px;padding:14px 20px;text-align:center;width:201px}.standard-article .container .article-grid{display:grid;grid-template-columns:auto;margin:0}.standard-article .container .article-grid .article-left{border-bottom:2px solid #b9978d;width:714px}.standard-article .container .article-grid .article-left a{grid-gap:19px;display:grid;grid-template-columns:repeat(2,1fr);height:196px;margin-bottom:12px}.standard-article .container .article-grid .article-left a .article-left-img{height:180px;width:178px}.standard-article .container .article-grid .article-left a .article-left-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-left a .content{border-bottom:none;width:522px}.standard-article .container .article-grid .article-left a .content h3{color:#101010;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px}.standard-article .container .article-grid .article-left a .content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right{border:none;width:714px}.standard-article .container .article-grid .article-right #showInMobileView{display:flex}.standard-article .container .article-grid .article-right .article-content{border-bottom:2px solid #b9978d}.standard-article .container .article-grid .article-right .article-content a{display:grid;height:196px;margin-bottom:12px}.standard-article .container .article-grid .article-right .article-content a .article-right-img{height:180px;width:178px}.standard-article .container .article-grid .article-right .article-content a .article-right-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-right .article-content a .text-content{width:522px}.standard-article .container .article-grid .article-right .article-content a .text-content h3{color:#101010;font:normal normal 700 20px/27px Playfair Display,serif;letter-spacing:.06px}.standard-article .container .article-grid .article-right .article-content a .text-content p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#101010;display:-webkit-box;font:normal normal 16px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right .article-content:last-child{border-bottom:2px solid #b9978d}}@media only screen and (min-width:428px)and (max-width:767.98px){.standard-article{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161)}.standard-article .container{padding:0 22px 50px;width:428px}.standard-article .container .md-read-articles{display:block}.standard-article .container .md-read-articles a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;float:right;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin:33px 0 46px;padding:16px 20px;text-align:center;width:382px}.standard-article .container .md-read-articles a:hover{background-color:#bdd8cf}.standard-article .container .md-read-articles a:after{content:"Read articles"}.standard-article .container .articles-header{border-bottom:2px solid rgba(126,66,57,.4);height:40px;margin:40px 0 10px;width:382px}.standard-article .container .articles-header .read-articles{display:none}.standard-article .container .articles-header h2{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:33px;letter-spacing:.07px;margin-bottom:5px;width:auto}.standard-article .container .articles-header a{border:2px solid #0b6e4f;border-radius:34px;height:72px;width:382px}.standard-article .container .articles-header a:after{color:#0b6e4f;content:"Read more articles";font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;text-align:center}.standard-article .container .article-grid{grid-gap:0;display:grid;grid-template-columns:repeat(1,1fr);margin:0}.standard-article .container .article-grid .article-left{border:none;width:382px}.standard-article .container .article-grid .article-left a .article-left-img{height:220px;width:382px}.standard-article .container .article-grid .article-left a .article-left-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-left a .content{border-bottom:2px solid rgba(126,66,57,.4);height:168px;margin-bottom:10px;width:382px}.standard-article .container .article-grid .article-left a .content h3{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;height:28px;letter-spacing:.07px;width:382px}.standard-article .container .article-grid .article-left a .content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;height:auto;letter-spacing:.05px;overflow:hidden;width:382px}.standard-article .container .article-grid .article-right{border:none;width:382px}.standard-article .container .article-grid .article-right .article-content a{display:block;height:381px;margin-bottom:20px;width:382px}.standard-article .container .article-grid .article-right .article-content a .article-right-img{height:220px;width:382px}.standard-article .container .article-grid .article-right .article-content a .article-right-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-right .article-content a .text-content{width:382px}.standard-article .container .article-grid .article-right .article-content a .text-content h3{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.standard-article .container .article-grid .article-right .article-content a .text-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right .article-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}}@media only screen and (max-width:427.98px){.standard-article{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 6px rgba(0,0,0,.161);width:100%}.standard-article .container{padding:0 22px 50px;width:100%}.standard-article .container .md-read-articles{display:block}.standard-article .container .md-read-articles a{align-items:center;background:hsla(0,0%,100%,0) 0 0 no-repeat padding-box;border:2px solid #0b6e4f;border-radius:34px;color:#0b6e4f;cursor:pointer;display:block;float:right;font:normal normal 600 18px/27px Poppins,sans-serif;height:65px;margin:33px 0 46px;padding:16px 20px;text-align:center;width:100%}.standard-article .container .md-read-articles a:hover{background-color:#bdd8cf}.standard-article .container .md-read-articles a:after{content:"Read articles"}.standard-article .container .articles-header{border-bottom:2px solid rgba(126,66,57,.4);height:40px;margin:40px 0 10px;width:100%}.standard-article .container .articles-header .read-articles{display:none}.standard-article .container .articles-header h2{color:#2d3033;font:normal normal 700 25px/33px Playfair Display,serif;height:33px;letter-spacing:.07px;margin-bottom:5px;width:90px}.standard-article .container .articles-header a{border:2px solid #0b6e4f;border-radius:34px;height:72px;width:100%}.standard-article .container .articles-header a:after{color:#0b6e4f;content:"Read more articles";font:normal normal 600 18px/27px Poppins,sans-serif;letter-spacing:0;text-align:center}.standard-article .container .article-grid{grid-gap:0;display:block;grid-template-columns:repeat(1,1fr);margin:0}.standard-article .container .article-grid .article-left{border:none;width:100%}.standard-article .container .article-grid .article-left a .article-left-img{height:220px;width:100%}.standard-article .container .article-grid .article-left a .article-left-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-left a .content{border-bottom:2px solid rgba(126,66,57,.4);height:168px;margin-bottom:10px;width:100%}.standard-article .container .article-grid .article-left a .content h3{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;height:28px;letter-spacing:.07px;width:100%}.standard-article .container .article-grid .article-left a .content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;height:auto;letter-spacing:.05px;overflow:hidden;width:100%}.standard-article .container .article-grid .article-right{border:none;width:100%}.standard-article .container .article-grid .article-right .article-content a{display:block;height:381px;margin-bottom:20px;width:100%}.standard-article .container .article-grid .article-right .article-content a .article-right-img{height:220px;width:100%}.standard-article .container .article-grid .article-right .article-content a .article-right-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.standard-article .container .article-grid .article-right .article-content a .text-content{width:100%}.standard-article .container .article-grid .article-right .article-content a .text-content h3{color:#414042;font:normal normal 700 25px/29px Playfair Display,serif;letter-spacing:.07px}.standard-article .container .article-grid .article-right .article-content a .text-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;font:normal normal 300 18px/24px Poppins,sans-serif;letter-spacing:.05px;overflow:hidden}.standard-article .container .article-grid .article-right .article-content:last-child{border-bottom:2px solid rgba(126,66,57,.4)}}.pagination{align-items:center;display:flex;flex:1;justify-content:space-around}.pagination ul{display:inline-block}.pagination ul .pagination-gap{border:none;font-size:30px;padding-top:26px;width:22px}.pagination ul .pagination-gap:hover{background-color:#fff;color:#0b6e4f}.pagination ul li{border:3px solid #0b6e4f;color:#0b6e4f;display:block;float:left;height:52px;list-style:none;margin:0 5px;text-align:center;text-decoration:none;transition:.3s}.pagination ul li.active{background:#0b6e4f;color:#fff}.pagination ul li:hover{background-color:#0b6e4f;color:#fff}.pagination ul li a{color:inherit;display:block;font-family:Poppins,sans-serif;font-size:25px;font-weight:700;letter-spacing:0;min-width:46px;padding:10px 8px;text-decoration:none}.pagination ul li a span:first-child{font-size:52px;font-weight:100;line-height:.9}.pagination ul li a span:last-child{font-size:60px;font-weight:100;line-height:.7}.pagination ul li:first-child{border-radius:62px 0 0 62px;height:52px;padding-top:0}.pagination ul li:first-child a{padding:0 10px}.pagination ul li:last-child{border-radius:0 62px 62px 0;font-size:28px;font-weight:400;height:52px}.pagination ul li:last-child a{padding:0 10px}.pagination .result-controls{align-items:center;display:flex;gap:10px;justify-content:space-between}.pagination .result-controls .resultDropDown{background:#eee5d9 url(/static/332.11.0/tributesv2/images/search-down.svg) no-repeat calc(100% - 15px);border:1px solid #b9978d;border-radius:100px;color:#414042;font:400 18px/normal Poppins,sans-serif;height:50px;outline:none;padding-left:15px;width:179px}.pagination .result-controls .resultDropDown:after{color:#414042;font:400 18px/normal Poppins,sans-serif;position:relative;top:10px}.pagination .result-controls .backto-Top{cursor:pointer;transform:rotate(-90deg)}.pagination .result-controls .backto-Top:hover{filter:opacity(.7)}#article-listing-pagination .container{align-items:center;display:flex;justify-content:center;margin-bottom:69px;margin-top:36px;padding:0 10px}#article-listing-pagination .container a.newer{align-items:center;background-color:#fffcf8;border:3px solid #0b6e4f;border-radius:62px 0 0 62px;color:#0b6e4f;display:inline-flex;font:normal normal 600 25px/38px Poppins,sans-serif;height:52px;justify-content:space-evenly;margin-right:auto;order:1;padding-top:2px;width:148px}#article-listing-pagination .container a.newer .newer-lt{font-size:50px;font-weight:100;padding-left:5px}#article-listing-pagination .container a.newer:hover{background-color:#bdd8cf}#article-listing-pagination .container h2{color:#0b6e4f;display:inline;flex:1;font:normal normal 600 25px/38px Poppins,sans-serif;order:2;text-align:center}#article-listing-pagination .container a.older{align-items:center;background-color:#fffcf8;border:3px solid #0b6e4f;border-radius:0 62px 62px 0;color:#0b6e4f;display:inline-flex;font:normal normal 600 25px/38px Poppins,sans-serif;height:52px;justify-content:space-evenly;margin-left:auto;order:3;padding-top:2px;width:148px}#article-listing-pagination .container a.older .older-gt{font-size:50px;font-weight:100;padding-right:5px}#article-listing-pagination .container a.older:hover{background-color:#bdd8cf}@media only screen and (min-width:768px)and (max-width:1279.98px){#article-listing-pagination .container{padding:0 27px}}@media only screen and (min-width:428px)and (max-width:767.98px){.pagination .page-navigation{left:0}.pagination .page-navigation .pagination-gap{width:18px}.pagination .page-navigation li{margin:0 4px}.pagination .page-navigation li:first-child,.pagination .page-navigation li:last-child{min-width:61px}.pagination .result-controls{display:none}#article-listing-pagination .container{align-items:center;display:flex;justify-content:space-between;margin-bottom:69px;margin-top:36px;padding:0 20px}#article-listing-pagination .container a.newer{color:#0b6e4f;font:normal normal 600 18px/38px Poppins,sans-serif;height:42px;padding-top:2px;width:100px}#article-listing-pagination .container a.newer .newer-lt{font-size:40px;font-weight:100;padding-left:0}#article-listing-pagination .container h2{color:#0b6e4f;display:inline;font:normal normal 600 18px/38px Poppins,sans-serif;text-align:center}#article-listing-pagination .container a.older{color:#0b6e4f;font:normal normal 600 18px/38px Poppins,sans-serif;height:42px;padding-top:2px;width:100px}#article-listing-pagination .container a.older .older-gt{font-size:40px;font-weight:100;padding-right:0}}@media only screen and (max-width:427.98px){.pagination ul li{margin:0 4px}.pagination .result-controls{display:none}}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single{background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;z-index:9999}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-lendar{float:left;margin:8px;width:240px}.pika-title{position:relative;text-align:center}.pika-title select{cursor:pointer;left:0;margin:0;opacity:0;position:absolute;top:5px;z-index:9998}.pika-label{background-color:#fff;color:#333;display:inline-block;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;padding:5px 3px;position:relative;z-index:9999}.pika-next,.pika-prev{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;border:0;cursor:pointer;display:block;height:30px;opacity:.5;outline:none;overflow:hidden;padding:0;position:relative;text-indent:20px;white-space:nowrap;width:20px}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.is-rtl .pika-next,.pika-prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);float:left}.is-rtl .pika-prev,.pika-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);float:right}.pika-select{display:inline-block}.pika-table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.pika-table td,.pika-table th{padding:0;width:14.2857142857%}.pika-table th{color:#999;font-size:12px;font-weight:700;line-height:25px;text-align:center}.pika-table abbr{border-bottom:none;cursor:help}.pika-button{background:#f5f5f5;border:0;box-sizing:border-box;color:#666;cursor:pointer;display:block;font-size:12px;height:auto;line-height:15px;margin:0;outline:none;padding:5px;text-align:right;width:100%}.has-event .pika-button{background:#3af;color:#fff}.is-today .pika-button{color:#3af}.is-selected .pika-button{background:#3af;border-radius:3px;box-shadow:inset 0 1px 3px #178fe5;color:#fff;font-weight:700}.is-disabled .pika-button,.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-disabled .pika-button{cursor:default;pointer-events:none}.pika-button:hover{background:#ff8000;border-radius:3px;box-shadow:none}.pika-button .is-selection-disabled{cursor:default;pointer-events:none}.pika-week{color:#999;font-size:11px}.is-inrange .pika-button{background:#d5e9f7;color:#666}.is-startrange .pika-button{background:#6cb31d;border-radius:3px;box-shadow:none;color:#fff}.is-endrange .pika-button{background:#3af;border-radius:3px;box-shadow:none;color:#fff}.pika-table tr th{color:#0b6e4f}.pika-button{background-color:#eff6f4;color:#2d3033}.pika-button:hover{background-color:#0b6e4f;color:#fff}.pika-prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);float:left;left:0}.pika-next,.pika-prev{background-size:25px;filter:invert(74%) sepia(4%) saturate(2121%) hue-rotate(327deg) brightness(86%) contrast(81%)}.pika-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);float:right;right:0}.pika-single.is-bound{box-shadow:0 5px 15px -5px rgba(0,0,0,.5);position:absolute!important;z-index:99999999}.pika-next:hover,.pika-prev:hover{color:#eee5d9;opacity:1;transform:scale(1.2)}.is-today .pika-button{background-color:#bdd8cf;color:#0b6e4f;font-weight:700}.has-event .pika-button,.is-selected .pika-button{background:#0b6e4f;box-shadow:inset 0 1px 3px #0b6e4f;color:#fff}.is-disabled .pika-button{background-color:transparent;color:#2d3033}.displayHidden{display:none}#refinement-filters #date-selector-from,#refinement-filters #date-selector-to,.calendarWrapper{position:relative}#refinement-filters #date-selector-from .calendar-icon,#refinement-filters #date-selector-to .calendar-icon{cursor:pointer;position:absolute;right:0;top:13px}#refinement-filters #date-selector-from input,#refinement-filters #date-selector-to input{display:none;font-size:13px;width:100%}.refinement-filter .date-ico-bg:before{transform:translateY(-75%)}@media only screen and (max-width:428px){.refinement-filter .date-ico-bg:before{transform:translateY(-90%)}.refinement-filter .calendar-icon{display:none}#refinement-filters #date-selector-from input,#refinement-filters #date-selector-to input{padding-left:5px}#refinement-filters #date-selector-from input[type=date],#refinement-filters #date-selector-to input[type=date]{display:inline-flex}}@media only screen and (min-width:1280px){#refinement-filters #date-selector-from input[type=text],#refinement-filters #date-selector-to input[type=text]{display:inline-flex}}/*!
 * froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 *//*!
 * froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */.fr-clearfix:after{clear:both;content:"";display:block;height:0}.fr-hide-by-clipping{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fr-view .fr-img-caption.fr-rounded img,.fr-view img.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.fr-view .fr-img-caption.fr-shadow img,.fr-view img.fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.fr-view .fr-img-caption.fr-bordered img,.fr-view img.fr-bordered{border:5px solid #ccc}.fr-view img.fr-bordered{box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{box-sizing:border-box}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{-moz-column-break-after:always;break-after:always;clear:both;page-break-after:always;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{content:"📎";font-weight:400;position:relative}.fr-view pre{word-wrap:break-word;overflow:visible;white-space:pre-wrap}.fr-view[dir=rtl] blockquote{border-left:none;border-right:2px solid #5e35b1;margin-right:0;padding-left:0;padding-right:5px}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:2px solid #5e35b1;color:#5e35b1;margin-left:0;padding-left:5px}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{display:inline;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-weight:400;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;display:inline-block;font-size:inherit;height:1em;line-height:1;margin:-.1em .1em .1em;min-height:20px;min-width:20px;vertical-align:middle;width:1em}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-bottom:1px solid #222;border-top:1px solid #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;font-family:Courier New,Courier,monospace;padding:10px}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{max-width:100%;position:relative}.fr-view img.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);vertical-align:bottom}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{max-width:100%;position:relative}.fr-view span.fr-img-caption.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);vertical-align:bottom}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{position:relative;text-align:center}.fr-view .fr-video.fr-rv{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px}.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv>iframe{height:100%;left:0;position:absolute!important;top:0;width:100%}.fr-view .fr-video>*{border:none;box-sizing:content-box;max-width:100%}.fr-view .fr-video.fr-dvb{clear:both;display:block}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{margin:auto;padding:0;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{box-sizing:border-box;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";font-size:14px;font-weight:400;margin:auto;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;padding:5px 5px 10px;text-align:center;width:100%}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}.fr-view ol,.fr-view ul{list-style-position:inside}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{max-width:100%;position:relative}img.fr-view.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);vertical-align:bottom}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{max-width:100%;position:relative}span.fr-img-caption.fr-view.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);vertical-align:bottom}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view table td.fr-bold,.fr-view table th.fr-bold{font-weight:600}.fr-view table td.fr-italic,.fr-view table th.fr-italic{font-style:italic}.fr-view table td.fr-underline,.fr-view table th.fr-underline{text-decoration:underline}.fr-view table td.fr-center-align,.fr-view table th.fr-center-align{text-align:center}.fr-view table.fr-black-text-borders td,.fr-view table.fr-black-text-borders th{border-color:#000;color:#000;padding-left:3px}.fr-view table.fr-transparent-borders td,.fr-view table.fr-transparent-borders th{border-color:transparent}.fr-view table.fr-medium-borders td,.fr-view table.fr-medium-borders th{border-width:medium}.fr-view table.fr-thick-borders td,.fr-view table.fr-thick-borders th{border-width:thick}.fr-view{word-wrap:break-word}.fr-view p{padding:10px 0}.fr-view s{text-decoration:line-through!important}.fr-view u{text-decoration:underline!important}.fr-view ol li{list-style-type:decimal!important}.fr-view ul li{list-style-type:disc!important}.fr-view ol::marker,.fr-view ul::marker{text-align:left!important}.fr-view ol,.fr-view ul{list-style-position:inside!important;padding-left:35px;text-align:left}@media only screen and (min-width:428px)and (max-width:767.98px){.details-wrapper-content .container .details-right .details-right-content .inner-content .mb-view-header p{text-align:left}.details-wrapper-content .container .details-right .details-right-content .inner-content .mb-view-header .inner-content-desc .fr-view p{text-align:left!important}}.card-next,.card-prev{border:none;bottom:-80px;cursor:pointer;display:block;font-size:0;height:52px;line-height:0px;padding:0;position:absolute;transform:translateY(-50%);width:52px}.card-next,.card-next:focus,.card-next:hover,.card-prev,.card-prev:focus,.card-prev:hover{color:#000;outline:none}.card-next:focus:before,.card-next:hover:before,.card-prev:focus:before,.card-prev:hover:before{opacity:1}.card-next.card-disabled:before,.card-prev.card-disabled:before{opacity:.25}.card-next:before,.card-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:red;font-family:slick;font-size:20px;line-height:1;opacity:.75}.card-prev{left:30%}[dir=rtl] .card-prev{left:auto;right:30%}.card-next{right:30%}[dir=rtl] .card-next{left:30%;right:auto}.card-dotted.card-slider{margin-bottom:30px}.card-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.card-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.card-dots li,.card-dots li button{cursor:pointer;height:20px;width:20px}.card-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.card-dots li button:focus,.card-dots li button:hover{outline:none}.card-dots li button:focus:before,.card-dots li button:hover:before{opacity:1}.card-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:red;content:"•";font-family:slick;font-size:50px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.card-dots li.card-active button:before{color:red;opacity:.75}.page-section{height:auto;width:100%}.page-section .main-page{background-image:url(/static/332.11.0/tributesv2/images/404.svg);background-position:52%;background-repeat:no-repeat;background-size:34%;height:526px;margin:0 auto;overflow:hidden;width:1920px}.page-section .page-content{margin:0 auto;overflow:hidden;text-align:center;width:1920px}.page-section .page-content h1{color:#2d3033;font:normal normal 700 42px/56px Playfair Display,serif;letter-spacing:0;margin:204px 0 24px}.page-section .page-content p{color:#2d3033;font:normal normal normal 18px/29px Poppins,sans-serif;letter-spacing:-.04px;margin:24px 0 35px}.page-section .page-content .page-btn{height:59px;margin:0;padding:16px 20px;width:226px}@media only screen and (min-width:1920px){.page-section .main-page{width:1920px}.page-section .main-page .page-content{margin:0 auto;width:1920px}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.page-section .main-page,.page-section .main-page .page-content{margin:0 auto;width:1280px}}@media only screen and (min-width:768px)and (max-width:1279.98px){.page-section .main-page{background-position:50%;background-repeat:no-repeat;background-size:80%}.page-section .main-page,.page-section .main-page .page-content{margin:0 auto;width:768px}}@media only screen and (min-width:428px)and (max-width:767.98px){#details-page-wrapper .place-a-notice .btn{padding:5px 20px}#details-page-wrapper .page-content .btn{background:#0b6e4f;height:70px;margin:0 45px;padding:23px 106px;width:338px}.page-section{height:auto;width:100%}.page-section .main-page{background-position-x:60%;background-position-y:-100%;background-size:85% 85%;height:566px;margin:0 auto;width:100%}.page-section .main-page .page-content{margin:0 auto;text-align:center;width:100%}.page-section .main-page .page-content h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin:114px 37px 27px}.page-section .main-page .page-content p{font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:.05px;padding:0 45px}}@media only screen and (max-width:427.98px){#details-page-wrapper .place-a-notice .btn{padding:5px 20px}#details-page-wrapper .page-content .btn{background:#0b6e4f;height:70px;margin:0 45px;padding:23px 106px;width:338px}.page-section{height:auto;width:100%}.page-section .main-page{background-position-x:60%;background-position-y:-100%;background-size:85% 85%;height:566px;margin:0 auto;width:100%}.page-section .main-page .page-content{margin:0 auto;text-align:center;width:100%}.page-section .main-page .page-content h1{font:normal normal 700 30px/40px Playfair Display,serif;letter-spacing:-.03px;margin:114px 37px 27px}.page-section .main-page .page-content p{font:normal normal normal 16px/30px Poppins,sans-serif;letter-spacing:.05px;padding:0 45px}}.flowers-listing{height:auto;margin:0 auto;overflow:hidden;width:1280px}.flowers-listing .flowers-wrapper{overflow:hidden;padding:0 10px}.flowers-listing .flowers-wrapper .funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .funeral-container,.flowers-listing .flowers-wrapper .no-results-found,.funeral_listing_wrapper .funeral-listing-flex .right-column .funeral-notices-list .flowers-listing .flowers-wrapper .funeral-container{margin-bottom:20px}.flowers-listing .flowers-wrapper .flowers-header-wrap{display:flex;justify-content:space-between;margin:41px 0 44px;overflow:hidden}.flowers-listing .flowers-wrapper .flowers-header-wrap h1{color:#2d3033;font:normal normal 700 42px/95px Playfair Display,serif;letter-spacing:.13px;line-height:45px;margin:0}.flowers-listing .flowers-wrapper .grid-tiles{grid-gap:16px;display:grid;grid-auto-rows:.8fr;grid-template-columns:repeat(4,1fr)}.flowers-listing .flowers-wrapper .grid-tiles .my-promotion-activity{box-sizing:content-box}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:4;grid-row:1;max-width:300px;width:300px}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec.fl-mobiles-ad[data-google-query-id]{display:none;grid-column:1;grid-row:5;max-width:300px;width:300px}.flowers-listing .flowers-wrapper .grid-tiles .grid-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.4);display:block;height:333px;margin-bottom:14px;overflow:hidden;padding-top:100%;position:relative;transition:all .3s ease-in-out;width:300px}.flowers-listing .flowers-wrapper .grid-tiles .grid-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.4)}.flowers-listing .flowers-wrapper .grid-tiles .info-bar{background:hsla(0,0%,8%,.6);bottom:0;display:flex;justify-content:space-between;padding:10px 16px;position:absolute;width:100%}.flowers-listing .flowers-wrapper .grid-tiles .info-bar *{color:#fff;font-size:1.1em}.flowers-listing .flowers-wrapper .grid-tiles .info-bar .info-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-weight:700;font:normal normal normal 18px/29px Poppins,sans-serif;letter-spacing:.05px;line-height:1.3em;overflow:hidden;transition:all 1s ease-in-out}.flowers-listing .flowers-wrapper .grid-tiles .grid-item:hover .info-bar .info-title{-webkit-line-clamp:3}.flowers-listing .flowers-wrapper .grid-tiles .info-bar .info-price{font:normal normal normal 18px/29px Poppins,sans-serif;overflow:inherit}.flowers-listing .flowers-wrapper .grid-tiles .as-seen-up{background:#000;border-radius:0 0 10px 10px;height:51px;overflow:hidden;position:absolute;right:25px;top:0;width:71px}.flowers-listing .flowers-wrapper .grid-tiles .as-seen-up img{position:relative;top:-10px;width:100%}.flowers-listing .flowers-wrapper .grid-tiles .as-seen{border-radius:14px;display:none;overflow:hidden;position:absolute;right:.5em;top:.5em}.flowers-listing .flowers-wrapper .grid-tiles .as-seen:before{background:#0b6e4f;color:#fff;content:"As seen on";display:block;float:left;font-size:.8em;height:30px;line-height:30px;margin-right:2px;padding:0 8px}.flowers-listing .flowers-wrapper .grid-tiles .as-seen img{display:block;height:30px;max-width:150px;-o-object-fit:cover;object-fit:cover}.flowers-listing .flowers-wrapper .grid-tiles .grid-item>img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:7px;transform:scale(1.05);transition:all .3s ease-in-out;width:100%}.flowers-listing .flowers-wrapper .grid-tiles .grid-item:hover>img{transform:scale(1.15)}.pagination-wrapper{margin:97px 0 53px}.pagination-wrapper,.promotion-wrapper{display:block;overflow:hidden}.promotion-wrapper .ad-block.ad-leader[data-google-query-id]{margin:50px auto 44px}@media only screen and (min-width:1920px){.flowers-listing{width:1280px}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:4;grid-row:1}}@media only screen and (min-width:768px)and (max-width:1279.98px){.flowers-listing{width:768px}.flowers-listing .flowers-wrapper{padding:0 27px}.flowers-listing .flowers-wrapper .flowers-header-wrap{margin:25px 0 15px}.flowers-listing .flowers-wrapper .flowers-header-wrap h1{font:normal normal 700 30px/95px Playfair Display,serif;height:56px;line-height:45px}.flowers-listing .flowers-wrapper .grid-tiles{grid-template-columns:repeat(2,1fr)}.flowers-listing .flowers-wrapper .grid-tiles .grid-item{height:345px;margin-bottom:28px;width:346px}.flowers-listing .flowers-wrapper .grid-tiles .as-seen{display:block}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec[data-google-query-id]{grid-column:2;grid-row:2}}@media only screen and (min-width:428px)and (max-width:767.98px){.flowers-listing{width:428px}.flowers-listing .flowers-wrapper{padding:0 20px}.flowers-listing .flowers-wrapper .flowers-header-wrap{margin:30px 0 15px}.flowers-listing .flowers-wrapper .flowers-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;height:56px}.flowers-listing .flowers-wrapper .grid-tiles{grid-gap:28px;grid-template-columns:repeat(1,1fr)}.flowers-listing .flowers-wrapper .grid-tiles .grid-item{height:381px;width:382px}.flowers-listing .flowers-wrapper .grid-tiles .as-seen{display:block}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec[data-google-query-id]{display:none}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec.fl-mobiles-ad[data-google-query-id],.promotion-wrapper{display:block}}@media only screen and (max-width:427.98px){.flowers-listing{width:100%}.flowers-listing .flowers-wrapper{padding:0 20px}.flowers-listing .flowers-wrapper .flowers-header-wrap{margin:30px 0 15px}.flowers-listing .flowers-wrapper .flowers-header-wrap h1{font:normal normal 700 30px/40px Playfair Display,serif;height:56px}.flowers-listing .flowers-wrapper .grid-tiles{grid-gap:28px;grid-template-columns:repeat(1,1fr)}.flowers-listing .flowers-wrapper .grid-tiles .grid-item{height:auto;width:100%}.flowers-listing .flowers-wrapper .grid-tiles .as-seen{display:block}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec[data-google-query-id]{display:none}.flowers-listing .flowers-wrapper .grid-tiles .ad-block.ad-mrec.fl-mobiles-ad[data-google-query-id],.promotion-wrapper{display:block}}.flowers-details{height:auto;overflow:hidden;width:100%}.flowers-details .flowers-details-wrapper{grid-gap:35px;display:grid;grid-template-columns:auto auto;margin:38px auto 64px;overflow:hidden;width:1280px}.flowers-details .flowers-details-wrapper .promotional-content{overflow:hidden}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec[data-google-query-id]{margin-top:40px;padding:10px}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec.fld-mobiles-ad[data-google-query-id]{display:none;margin-bottom:40px;padding:10px}.flowers-details .flowers-details-wrapper .promotional-content .promotional-wrap{background:#db88c8 0 0 no-repeat padding-box;margin-bottom:6px}.flowers-details .flowers-details-wrapper .flowers-fixed-column{height:auto;overflow:hidden;width:317px}.flowers-details .flowers-details-wrapper .flex-column{overflow:hidden;width:896px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper{background:#eee5d9;border-radius:5px;overflow:hidden;padding:20px 25px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content{display:none}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing{grid-gap:33px;display:grid;grid-template-columns:repeat(2,1fr)}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details{border:1px solid #b9978d;border-radius:5px;height:510px;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:486px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details>img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:10px;transform:scale(1.05);transition:all .3s ease-in-out;width:100%}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details:hover>img{transform:scale(1.15)}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content{display:block}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-title{color:#2d3033;font:700 34px/normal Playfair Display,serif;margin:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-price-list{color:#414042;font:normal normal 700 29px/43px Poppins,sans-serif;letter-spacing:0;margin:12px 0 13px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-contents{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#414042;display:-webkit-box;letter-spacing:.6px;line-height:20px;overflow:hidden}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart{margin-top:30px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-cart{padding-right:10px;vertical-align:-6px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-btn{background:#0b6e4f;border:2px;border-radius:34px;color:#fff;display:block;font:normal normal 600 18px/27px Poppins,sans-serif;height:59px;padding:16px 20px;text-align:center;width:226px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-btn:hover{background-color:#3b896e}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .tab-flowers-price-list{display:none}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .as-seen-up{background:#000;border-radius:0 0 10px 10px;height:65px;overflow:hidden;position:absolute;right:25px;top:0;width:105px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .as-seen-up img{position:relative;top:-18px;width:100%}@media only screen and (min-width:1280px)and (max-width:1919.98px){.flowers-details .flowers-details-wrapper{width:1250px}.flowers-details .flowers-details-wrapper .flowers-fixed-column{margin-left:0}.flowers-details .flowers-details-wrapper .flex-column{margin-right:0}}@media only screen and (min-width:768px)and (max-width:1279.98px){.flowers-details .flowers-details-wrapper{grid-gap:26px;margin:25px auto 19px;width:719px}.flowers-details .flowers-details-wrapper .promotional-content{margin:30px 0;overflow:unset}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec[data-google-query-id]{margin-bottom:0}.flowers-details .flowers-details-wrapper .flowers-fixed-column{margin-left:0}.flowers-details .flowers-details-wrapper .flex-column{margin-right:0;width:375px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper{padding:13px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing{grid-gap:0;grid-template-columns:repeat(1,1fr)}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details>img{top:7px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .as-seen-up{height:52px;width:104px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .as-seen-up img{top:-25px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details{height:334px;width:346px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content{display:grid;grid-template-columns:auto auto;margin-top:13px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-title{font:700 20px/95px Playfair Display,serif;letter-spacing:.09px;line-height:25px;margin-bottom:10px;width:275px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-price-list{display:none}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-contents{font:normal normal normal 16px/24px Poppins,sans-serif;grid-column:1/span 2;margin:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-btn{font:normal normal 600 16px/25px Poppins,sans-serif}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .tab-flowers-price-list{color:#414042;display:inline-block;font:700 20px/30px Poppins,sans-serif;margin:42px 0 0 auto}.promotion-wrapper{display:block;margin:19px 0 44px;overflow:hidden}}@media only screen and (min-width:428px)and (max-width:767.98px){.flowers-details .flowers-details-wrapper{grid-gap:0;grid-template-columns:1fr;margin-bottom:30px;width:428px}.flowers-details .flowers-details-wrapper .promotional-content{grid-row:2;margin-top:20px}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec[data-google-query-id]{display:none}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec.fld-mobiles-ad[data-google-query-id]{display:block;width:382px}.flowers-details .flowers-details-wrapper .flowers-fixed-column{display:grid;margin:0 auto;width:382px}.flowers-details .flowers-details-wrapper .flex-column{grid-row:1;margin:0 auto;width:382px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper{background:#fffcf8 0 0 no-repeat padding-box;padding:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content{display:block}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content .mb-flowers-title{color:#2d3033;font:700 20px/28px Playfair Display,serif;letter-spacing:-.03px;margin:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content .mb-flowers-price-list{color:#414042;font:normal 20px/30px Poppins,sans-serif;margin:7px 0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing{grid-gap:0;grid-template-columns:repeat(1,1fr)}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details{height:386px;width:382px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details>img{top:8px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content{display:grid;grid-column:1/span 2;margin-top:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-price-list,.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-title{display:none}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-contents{margin-top:10px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-btn{font:normal normal 600 16px/25px Poppins,sans-serif;margin-bottom:30px;width:382px}.searchImgEnable{display:block}standalone-partner{margin-bottom:50px}}@media only screen and (max-width:427.98px){.flowers-details{padding:0 20px;width:100%}.flowers-details .flowers-details-wrapper{grid-gap:0;grid-template-columns:1fr;margin-bottom:30px;width:100%}.flowers-details .flowers-details-wrapper .promotional-content{grid-row:2;margin-top:20px}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec[data-google-query-id]{display:none}.flowers-details .flowers-details-wrapper .promotional-content .ad-block.ad-mrec.fld-mobiles-ad[data-google-query-id]{display:block;width:100%}.flowers-details .flowers-details-wrapper .flowers-fixed-column{display:grid;margin:0 auto;width:100%}.flowers-details .flowers-details-wrapper .flex-column{grid-row:1;margin:0 auto;width:100%}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper{background:#fffcf8 0 0 no-repeat padding-box;padding:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content{display:block}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content .mb-flowers-title{color:#2d3033;font:700 20px/28px Playfair Display,serif;letter-spacing:-.03px;margin:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .mb-flowers-content .mb-flowers-price-list{color:#414042;font:normal 20px/30px Poppins,sans-serif;margin:7px 0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing{grid-gap:0;grid-template-columns:repeat(1,1fr)}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details{height:unset;max-height:400px;min-height:280px;width:100%}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flower-details>img{-o-object-fit:contain;object-fit:contain;top:8px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content{display:grid;grid-column:1/span 2;margin-top:0}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-price-list,.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-title{display:none}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-contents{margin-top:10px}.flowers-details .flowers-details-wrapper .flex-column .listing-wrapper .flex-flowers-listing .flowers-content .flowers-to-cart .flowers-btn{font:normal normal 600 16px/25px Poppins,sans-serif;margin-bottom:30px;width:100%}.searchImgEnable{display:block}standalone-partner{margin-bottom:50px}}.fade-in-section{opacity:0;transform:translateY(20vh);transition:opacity 1.2s ease-out,transform .6s ease-out,visibility 1.2s ease-out;visibility:hidden;will-change:opacity,transform,visibility}.fade-in-section.is-visible{opacity:1;transform:none;visibility:visible}.slide-left{opacity:0;transform:translate3d(-100%,0,0);transition:all .8s linear}.slide-left.is-visible{opacity:1;transform:translateZ(0)}.slide-down{transform:translateY(-12vh);transition:opacity 1.2s ease-out,transform .6s ease-out,visibility 1.2s ease-out;visibility:visible}.slide-down.is-visible{opacity:1;transform:none}.modal-launch{background-color:hsla(0,0%,100%,.5);height:100%;left:0;opacity:0;position:fixed;top:0;transform:scale(1.1);transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s;visibility:hidden;width:100%}.modal-launch .modal-content{background:#0c6e4f;border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.161);height:572px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1023px}.modal-launch .modal-content .close-button{background:#0c6e4f;border-radius:20px;color:#fff;cursor:pointer;display:block;font:normal normal normal 24px/38px Poppins,sans-serif;height:37px;position:absolute;right:40px;text-align:center;top:30px;width:37px}.modal-launch .modal-content .close-button:hover{background-color:#cacabd}.modal-launch .modal-content .modal-content-body{display:grid;grid-template-columns:auto auto}.modal-launch .modal-content .modal-content-body .body-content-left{display:block;overflow:hidden;padding:55px 92px 55px 72px;width:537px}.modal-launch .modal-content .modal-content-body .body-content-left .logo-white{margin-bottom:20px}.modal-launch .modal-content .modal-content-body .body-content-left .logo-white img{height:43px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading h2{color:#eee5d9;font:normal normal 700 42px/54px Playfair Display,serif;letter-spacing:0;width:244px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading h2 .modal-sub-heading{margin-top:14px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading h2 .modal-sub-heading span{background:#eee5d9;display:block;height:5px;width:62px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading p{color:#eee5d9;font:normal normal normal 16px/32px Poppins,sans-serif;letter-spacing:0;margin:24px 0 38px;text-align:left;width:390px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading p a{color:#eee5d9}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading .modal-learn-more{align-items:center;background:#eee5d9;border-radius:8px;color:#0c6e4f;display:grid;font:normal normal normal 19px/29px Poppins,sans-serif;height:48px;justify-content:center;letter-spacing:0;text-decoration:none;width:218px}.modal-launch .modal-content .modal-content-body .body-content-right{height:572px;width:486px}.modal-launch .modal-content .modal-content-body .body-content-right img{border-radius:0 8px 8px 0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.show-modal{opacity:1;transform:scale(1);transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;visibility:visible;z-index:99999}@media only screen and (max-width:1279.98px){.modal-launch .modal-content{border-radius:0;max-width:334px;min-width:320px;top:47%;width:auto}.modal-launch .modal-content .close-button{background:none;right:29px;top:23px}.modal-launch .modal-content .modal-content-body{display:block;height:570px;width:100%}.modal-launch .modal-content .modal-content-body .body-content-left{padding:63px 45px 29px;text-align:center;width:100%}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading h2{font:normal normal 700 32px/42px Playfair Display,serif;margin:0 auto;text-align:center;width:204px}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading h2 .modal-sub-heading{display:grid;justify-content:center;margin:14px auto 0;text-align:center}.modal-launch .modal-content .modal-content-body .body-content-left .modal-heading p{font:normal normal normal 12px/32px Poppins,sans-serif;margin:24px 0 17px;text-align:center;width:100%}.modal-launch .modal-content .modal-content-body .body-content-left .modal-learn-more{margin:0 auto}.modal-launch .modal-content .modal-content-body .body-content-right{display:none}}/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.ball-pulse-animation{align-items:center;background:rgba(0,0,0,.5);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1}.ball-pulse-animation .la-ball-pulse{box-sizing:border-box;color:#fff;display:block;font-size:0;height:18px;position:relative;width:54px}.ball-pulse-animation .la-ball-pulse.la-dark{color:#333}.ball-pulse-animation .la-ball-pulse.la-sm{height:8px;width:26px}.ball-pulse-animation .la-ball-pulse.la-sm>div{height:4px;margin:2px;width:4px}.ball-pulse-animation .la-ball-pulse.la-2x{height:36px;width:108px}.ball-pulse-animation .la-ball-pulse.la-2x>div{height:20px;margin:8px;width:20px}.ball-pulse-animation .la-ball-pulse.la-3x{height:54px;width:162px}.ball-pulse-animation .la-ball-pulse.la-3x>div{height:30px;margin:12px;width:30px}.ball-pulse-animation .la-ball-pulse>div{animation:ball-pulse 1s ease infinite;background-color:currentColor;border:0 solid;border-radius:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:inline-block;float:none;height:10px;margin:4px;position:relative;width:10px}.ball-pulse-animation .la-ball-pulse>div:first-child{animation-delay:-.2s}.ball-pulse-animation .la-ball-pulse>div:nth-child(2){animation-delay:-.1s}.ball-pulse-animation .la-ball-pulse>div:nth-child(3){animation-delay:0ms}@keyframes ball-pulse{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.1;transform:scale(.01)}}@supports(-webkit-touch-callout:none){html{overflow-x:hidden}@media only screen and (min-width:1920px){.navbar-search-filter .container form .search-list .locationDropDown{border:0;border-radius:0}.navbar-search-filter .container form .filter-list .funeral_publication{border:0}}@media only screen and (min-width:768px)and (max-width:1279.98px){.banner .search h1{font:normal normal 700 24px/51px Playfair Display,serif}.recent-notices .container .recent-notice-grid .nav a{font:normal normal 599 16px/25px Poppins,sans-serif}.featured-notices .containers .split-header a.btn{padding:16px 18px 17px 37px}.featured-obituaries .split-header a.btn{padding:6px 18px 20px 44px}section.featured-partners .col-2 .content h3{width:100%}.featured-directors .containerfd .split-header h2{height:auto;position:unset;text-align:left;width:100%}.recent-notices .container .recent-notice-grid .nav{width:92%}.recent-notices .container .headerSection h1{width:100%}}@media only screen and (min-width:1280px)and (max-width:1919.98px){.recent-notices .container .headerSection h1{width:100%}.featured-partners .col-2 .partners h3{width:249px}.featured-notices .containers .bottom_link{top:100px}.featured-notices .bottom_link{width:105px}}@media only screen and (min-width:428px)and (max-width:767.98px){.featured-directors .containerfd .split-header .mb-content{font:normal normal 700 31px/43px Playfair Display,serif;width:390px}.mb-recent-notices .container h1{width:100%}.mb-recent-notices .container .mb-grid .mb-nav{width:92%}.featured-partners .col2 .content .partners h3,section.featured-partners .container .content .partners h3{width:100%}}@media only screen and (max-width:427.98px){.featured-directors .containerfd .split-header .mb-content{font:normal normal 700 31px/43px Playfair Display,serif;width:390px}.mb-recent-notices .container h1{width:100%}.mb-recent-notices .container .mb-grid .mb-nav{width:92%}.featured-partners .col2 .content .partners h3,section.featured-partners .container .content .partners h3{width:100%}}}body{background:#fffcf8;margin:0;overflow-x:hidden;padding:0}#wrapper{margin:0 auto;max-width:1920px}
#admin-ui{background-color:#fefefe;border-bottom:2px solid #111;border-right:2px solid #111;bottom:40px;box-shadow:0 0 5px #111;left:-180px;min-height:30px;min-width:140px;position:fixed;transition:.5s ease-in-out;width:180px;z-index:2147483647}#admin-ui.open{left:0}#admin-ui li,#admin-ui p,#admin-ui ul{font-size:13px;line-height:1;list-style:none;margin:0 0 6px;padding:0}#admin-ui a{color:#36c;text-decoration:none}#admin-ui a:hover{border:0;text-decoration:underline}#admin-ui a.external{float:right;font-size:16px}#admin-ui-toggle{align-items:center;background-color:#333;border:1px solid #111;border-left:0;border-radius:0 10px 10px 0;bottom:8px;box-shadow:0 0 5px #111;color:#efefef;display:flex;font-size:36px;font-weight:700;height:30px;justify-content:center;padding:0;position:absolute;right:-37px;width:36px}#admin-ui-toggle:focus,#admin-ui-toggle:hover{box-shadow:none;outline:none}#admin-ui-toggle:after{content:"»";display:block;margin-top:-4px}#admin-ui.open #admin-ui-toggle:after{content:"«"}.admin-ui-widget{border-top:2px solid #111}.admin-ui-widget .admin-header{background-color:#111;color:#fefefe;font-size:13px;font-weight:700;line-height:1.5;padding:2px 8px 5px 10px}.admin-ui-widget .admin-header label{color:#fefefe;font-size:13px;font-weight:700;line-height:1.5;margin-bottom:0}.admin-ui-widget .admin-body{margin:10px 10px 12px}.admin-ui-widget.user-widget a{display:block}.admin-ui-widget.overlay-widget .admin-body label{display:block;font-size:13px;font-weight:400;line-height:18px}.admin-ui-widget.overlay-widget input[type=checkbox]{display:inline;margin:0 10px 0 0;vertical-align:middle}#admin-ui-wrapper{left:0;position:absolute;top:0}#admin-overlays div[data-overlay]{background:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.7);display:none;min-height:18px;position:absolute;z-index:20000}#admin-overlays div[data-overlay].visible{display:block;transition:.2s ease}#admin-overlays div[data-overlay] a{background:rgba(0,0,0,.7);color:#fff;display:block;font-size:13px;line-height:20px;padding:0 4px 2px;transition:.3s ease}#admin-overlays div[data-overlay] a:hover{background:rgba(0,0,0,.9)}#admin-overlays div[data-overlay] a span{color:#ccc;float:right;font-size:11px;line-height:22px}

/*# sourceMappingURL=standalone.min.css.map*/