@charset "UTF-8";
.body-wrapper {
    background-color: #fff;
    margin: 0 auto;
    position: relative
}

.skip-content-link {
    position: absolute;
    background-color: #47d5cd;
    color: #4a3b31;
    padding: 10px 20px;
    left: 0;
    letter-spacing: 1.6px;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px
}

.skip-content-link .active, .skip-content-link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    width: auto;
    top: 1px;
    left: 1px;
    z-index: 9999;
    text-decoration: underline;
    outline: #707070 solid 1px !important;
    outline-offset: 0
}

@media (max-width: 991px) {
    .skip-content-link {
        display: none
    }
}

.h1-outline:focus-visible {
    outline: 2px solid #707070 !important;
    padding: 10px 20px;
    display: inline-block
}

a:focus-visible {
    outline: 2px solid #707070 !important;
    display: inline-block;
    outline-offset: 2px
}

html {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body, html {
    background-color: #fff;
    color: #4a3c31;
    font-size: 16px;
    height: 100%
}

body.modal-open {
    overflow: visible
}

body.modal-open.multiple-modals .modal {
    background: rgba(0, 0, 0, .75) !important
}

body, p {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 1.5
}

a {
    color: #4a3c31;
    text-decoration: none
}

a:active {
    color: #4a3c31;
    outline: 0
}

a:hover {
    color: #4a3c31;
    text-decoration: none
}

a.disabled {
    color: #605f5e
}

img {
    max-width: 100%;
    height: auto
}

em {
    font-style: italic
}

strong {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-weight: 400
}

@font-face {
    font-family: MrsEaves;
    src: url("/assets/fonts/MrsEavesOT-Roman.eot");
    src: url("/assets/fonts/MrsEavesOT-Roman.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/MrsEavesOT-Roman.woff") format("woff"), url("/assets/fonts/MrsEavesOT-Roman.ttf") format("truetype"), url("/assets/fonts/MrsEavesOT-Roman.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: MrsEaves-Italic;
    src: url("/assets/fonts/MrsEaves-Italic.eot");
    src: url("/assets/fonts/MrsEaves-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/MrsEaves-Italic.woff") format("woff"), url("/assets/fonts/MrsEaves-Italic.ttf") format("truetype"), url("/assets/fonts/MrsEaves-Italic.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url("/assets/fonts/Lato-Regular.eot");
    src: url("/assets/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Lato-Regular.woff") format("woff"), url("/assets/fonts/Lato-Regular.ttf") format("truetype"), url("/assets/fonts/Lato-Regular.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Lato-Black;
    src: url("/assets/fonts/Lato-Black.eot");
    src: url("/assets/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Lato-Black.woff") format("woff"), url("/assets/fonts/Lato-Black.ttf") format("truetype"), url("/assets/fonts/Lato-Black.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Lato-Bold;
    src:  url("/assets/fonts/Lato-Bold.woff") format("woff"), url("/assets/fonts/Lato-Bold.ttf") format("truetype"), url("/assets/fonts/Lato-Bold.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Lato-Italic;
    src: url("/assets/fonts/Lato-Italic.woff") format("woff"), url("/assets/fonts/Lato-Italic.ttf") format("truetype"), url("/assets/fonts/Lato-Italic.svg#karbonLight") format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

.errorpage {
    text-align: center;
    min-height: 55.7vh
}

.errorpage h1 {
    font-size: 4em;
    margin: 1.2em 0
}

.errorpage ul {
    display: inline-block;
    text-align: left
}

.errorpage .icon-flourish {
    margin-top: 5em
}

.icon-flourish {
    margin: 3em 0
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.download-link {
    display: inline-block;
    margin-top: 20px
}

.download-link i, .download-link span {
    vertical-align: middle
}

.download-link i {
    margin-right: 10px
}

.download-link span {
    padding-bottom: 0;
    text-transform: none
}

.download-link span:after {
    margin-top: 0
}

@media (min-width: 1200px) {
    .hero-top, .screen-title-image-top {
        background-position: center 20% !important
    }

    .hero-middle, .screen-title-image-middle {
        background-position: center !important
    }

    .hero-bottom, .screen-title-image-bottom {
        background-position: center 70% !important
    }
}

.mt0 {
    margin-top: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.greystripe {
    background: #eeebe6;
    padding-top: 20px
}

.hero.promo .hero-content, .hero.with-gutters .hero-content, .row-band {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.hero.promo .hero-content [class*=col-], .hero.with-gutters .hero-content [class*=col-], .row-band [class*=col-] {
    padding: 0
}

.hero.promo .hero-content .component, .hero.with-gutters .hero-content .component, .row-band .component {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .hero.promo .hero-content, .hero.with-gutters .hero-content, .row-band {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .hero.promo .hero-content, .hero.with-gutters .hero-content, .row-band {
        padding-left: 100px;
        padding-right: 100px
    }
}

.centered-col {
    float: none;
    margin: 0 auto
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.bg-darkgray {
    background: #605f5e
}

.bg-turquoise {
    background: #b0e9e5
}

.bg-lightgray {
    background: #f4f3f0
}

.bg-lightblue {
    background: #e6f2f2
}

.bg-lightbrown {
    background: #f0eee9
}

.bg-brown {
    background: #eeebe6
}

.bg-mediumgray {
    background: #edebe5
}

.bg-lightgreen {
    background: #f3f7ef
}

.custom-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero.promo .two-col-with-bg .hero-content, .hero.with-gutters .two-col-with-bg .hero-content, .two-col-with-bg .hero.promo .hero-content, .two-col-with-bg .hero.with-gutters .hero-content, .two-col-with-bg .row-band {
    padding: 0;
    max-width: none
}

@media (min-width: 768px) {
    .two-col-with-bg .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }
}

.two-col-with-bg .cols-with-padding [class^=col-] {
    padding: 0
}

@media (min-width: 992px) {
    .two-col-with-bg .cols-with-padding [class^=col-]:first-child > * {
        margin-left: auto
    }

    .two-col-with-bg .cols-with-padding [class^=col-]:last-child > * {
        margin-right: auto
    }
}

.two-col-with-bg .cols-with-padding [class^=col-] .col-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%
}

@media (min-width: 480px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg:empty {
        padding: 65px 30px 80px
    }
}

@media (min-width: 768px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg:empty {
        padding: 120px 40px
    }
}

@media (min-width: 992px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg:empty {
        padding: 130px 60px
    }
}

@media (min-width: 1200px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg:empty {
        padding: 130px 0
    }
}

.two-col-with-bg .cols-with-padding [class^=col-] .col-bg-overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, .55) 100%) 0 0 no-repeat padding-box;
    position: absolute;
    height: 100%;
    width: 100%
}

.two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content {
    padding: 50px 30px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 480px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content {
        padding: 65px 30px 80px
    }
}

@media (min-width: 768px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content {
        padding: 120px 40px
    }
}

@media (min-width: 992px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content {
        padding: 130px 60px;
        max-width: 520px
    }
}

@media (min-width: 1200px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content {
        padding: 130px 0
    }
}

.two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content h2 {
    color: #fff;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-top: 0
}

@media (min-width: 992px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 15px
    }
}

.two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px
}

@media (min-width: 992px) {
    .two-col-with-bg .cols-with-padding [class^=col-] .col-bg-content p {
        font-size: 20px;
        line-height: 30px
    }
}

.one-col .panel-group:not(.read-more-accordion) > *, .one-col button, .one-col h1, .one-col h2, .one-col h3, .one-col h4, .one-col h5, .one-col h6, .one-col ol, .one-col p, .one-col ul {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .one-col .panel-group:not(.read-more-accordion) > *, .one-col button, .one-col h1, .one-col h2, .one-col h3, .one-col h4, .one-col h5, .one-col h6, .one-col ol, .one-col p, .one-col ul {
        max-width: 75%
    }
}

@media (min-width: 1200px) {
    .one-col .panel-group:not(.read-more-accordion) > *, .one-col button, .one-col h1, .one-col h2, .one-col h3, .one-col h4, .one-col h5, .one-col h6, .one-col ol, .one-col p, .one-col ul {
        width: 60%
    }
}

@media (min-width: 992px) {
    .one-col .panel-group .panel-body * {
        max-width: none
    }
}

@media (min-width: 1200px) {
    .one-col .panel-group .panel-body * {
        width: auto
    }
}

@media (min-width: 992px) {
    .one-col .callout-paragraph, .one-col .callout-paragraph-tag {
        max-width: 85%
    }
}

@media (min-width: 1200px) {
    .one-col .callout-paragraph, .one-col .callout-paragraph-tag {
        width: 80%
    }
}

.callout-paragraph, .callout-paragraph-tag {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    text-align: center;
    line-height: 1.2em;
    font-size: 30px;
    margin: 40px auto 90px
}

.location-container .callout-paragraph, .location-container .callout-paragraph-tag {
    text-align: center;
    max-width: 85%
}

@media (min-width: 1200px) {
    .location-container .callout-paragraph, .location-container .callout-paragraph-tag {
        width: 80%
    }
}

.callout-paragraph-tag:after, .callout-paragraph:after {
    content: '';
    display: block;
    margin-top: 40px;
    left: 50%;
    position: absolute;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.callout-paragraph:after {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -398px;
    width: 313px;
    height: 5px
}

.callout-paragraph-tag:not(.no-flourish):after {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -100px -207px;
    width: 110px;
    height: 11px
}

.cols-with-padding [class^=col-] {
    padding: 20px 0
}

@media (min-width: 992px) {
    .cols-with-padding [class^=col-] {
        padding: 20px
    }

    .cols-with-padding [class^=col-]:first-child > * {
        margin-left: -20px
    }

    .cols-with-padding [class^=col-]:last-child > * {
        margin-right: -20px
    }

    .cols-with-padding [class^=col-].col-md-3:first-child > * {
        margin-right: -5.32px
    }

    .cols-with-padding [class^=col-].col-md-3:nth-child(2) > * {
        margin-left: calc(-25.333px * .6);
        margin-right: calc(-25.333px * .4)
    }

    .cols-with-padding [class^=col-].col-md-3:nth-child(3) > * {
        margin-left: calc(-25.333px * .4);
        margin-right: calc(-25.333px * .6)
    }

    .cols-with-padding [class^=col-].col-md-3:nth-child(4) > * {
        margin-left: -5.32px
    }
}

@media (min-width: 992px) {
    .cols-with-padding.no-grid-margin [class^=col-]:first-child > * {
        margin-left: inherit;
        margin-right: inherit
    }

    .cols-with-padding.no-grid-margin [class^=col-]:last-child > * {
        margin-left: inherit;
        margin-right: inherit
    }

    .cols-with-padding .col-md-4:nth-child(2) > * {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width: 992px) {
    .cols-flex .cols-with-padding, .cta-flex-center .cols-with-padding {
        display: flex
    }

    .cols-flex .cols-with-padding [class^=col-], .cols-flex .cols-with-padding [class^=col-] > div:not([class]), .cta-flex-center .cols-with-padding [class^=col-], .cta-flex-center .cols-with-padding [class^=col-] > div:not([class]) {
        display: flex
    }

    .cols-flex .cols-with-padding [class^=col-] > div:not([class]), .cta-flex-center .cols-with-padding [class^=col-] > div:not([class]) {
        flex: 1
    }
}

.full-width-mobile {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px
}

@media (min-width: 480px) {
    .full-width-mobile {
        margin-left: initial;
        margin-right: initial;
        margin-bottom: initial
    }
}

.obit-search-promo-header {
    border-top: 1px solid #eeebe6;
    margin-top: 40px
}

.obit-search-promo-header h2 {
    font-size: 48px;
    padding-top: 60px;
    text-align: center
}

.obit-search-promo-header .callout-paragraph {
    margin: 10px auto 90px;
    font-size: 27px
}

@media (min-width: 992px) {
    .obit-search-promo-header .callout-paragraph {
        max-width: 100%;
        width: 100%
    }
}

hr {
    border: 0;
    height: 1px;
    border-top: 1px solid
}

hr.grey {
    border-color: #eeebe6
}

.form-thank-you-container {
    margin: 30px 20px
}

.form-thank-you-container h1 {
    margin-top: 0;
    text-align: center
}

.form-thank-you-container .callout-paragraph {
    margin-top: 20px
}

@media (min-width: 768px) {
    .form-thank-you-container {
        margin: 60px 30px 60px
    }

    .form-thank-you-container .callout-paragraph {
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    .form-thank-you-container {
        margin: 115px 30px 125px
    }
}

.popover.bottom, .popover.top {
    text-align: center;
    height: 130px;
    min-width: 340px;
    background: #fff;
    width: 100%;
    display: flex;
    left: 50%;
    align-items: center;
    justify-content: space-between;
    top: 40px;
    border: 3px solid #47d5cd;
    z-index: 1063
}

.popover.bottom .popover-content, .popover.top .popover-content {
    padding: 20px 0
}

.popover.bottom .popover-content [class*=col-], .popover.top .popover-content [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.popover.bottom .popover-content [class*=col-]:after, .popover.top .popover-content [class*=col-]:after {
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -585px -65px;
    width: 2px;
    height: 55px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -2px
}

.popover.bottom .popover-content [class*=col-]:last-child:after, .popover.top .popover-content [class*=col-]:last-child:after {
    display: none
}

.popover.bottom .popover-close, .popover.top .popover-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #47d5cd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.popover.bottom .popover-close span, .popover.top .popover-close span {
    font-size: 24px;
    letter-spacing: 0
}

.popover.top .arrow {
    border-top-color: #47d5cd;
    border-bottom-width: 25px;
    bottom: -50px;
    margin-left: -25px;
    border-width: 25px
}

.popover.top .arrow::after {
    bottom: -15px;
    margin-left: -20px;
    border-bottom-width: 20px;
    border-top-color: #fff;
    border-width: 20px
}

.popover.bottom .arrow {
    border-bottom-color: #47d5cd;
    border-top-width: 25px;
    top: -50px;
    margin-left: -25px;
    border-width: 25px
}

.popover.bottom .arrow::after {
    top: -15px;
    margin-left: -20px;
    border-top-width: 20px;
    border-bottom-color: #fff;
    border-width: 20px
}

.share-popover, .share-popover:focus {
    outline: 0
}

.staff-page .list {
    margin-top: 40px
}

.staff-page .surfaced-item-horizontal {
    text-align: center;
    padding-bottom: 0
}

.staff-page .surfaced-item-horizontal .surfaced-item-image {
    max-width: 343px
}

.staff-page .surfaced-item-horizontal .surfaced-item-copy {
    text-align: left;
    padding: 0
}

@media (min-width: 480px) {
    .staff-page .surfaced-item-horizontal h3 {
        margin-top: -5px
    }

    .staff-page .surfaced-item-horizontal .surfaced-item-copy {
        padding-left: 40px
    }
}

.display-table {
    display: table
}

.display-table-caption {
    display: table-caption
}

.display-table-head {
    display: table-header-group
}

.display-table-body {
    display: table-row-group
}

.display-table-foot {
    display: table-footer-group
}

.display-table-cell {
    display: table-cell
}

.no-js .panel-group .panel > .panel-heading .icon i {
    display: none
}

.no-js .panel-collapse {
    display: block
}

.panel-group .panel, .panel-group .panel .panel-heading, .panel-no-radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.panel-group .panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.panel-group .panel .panel-heading {
    border: 1px solid #bbad8f;
    background-color: #fff;
    padding: 0 46px 0 20px;
    position: relative;
    margin: 20px 0
}

.panel-group .panel .panel-heading a {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    color: #4a3c31;
    font-size: 30px;
    outline: 0
}

.panel-group .panel .panel-heading a:focus {
    text-decoration: none
}

.panel-group .panel .panel-heading .icon {
    position: static
}

.panel-group .panel .panel-heading .icon i {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -312px -250px;
    width: 26px;
    height: 18px;
    -webkit-transition: all .12s .35s ease;
    -moz-transition: all .12s .35s ease;
    -ms-transition: all .12s .35s ease;
    -o-transition: all .12s .35s ease;
    transition: all .12s .35s ease
}

.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none
}

.panel-group .panel .panel-body {
    padding: 0
}

.panel-group .panel.active .panel-heading a > i {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-group.read-more-accordion .panel {
    border: 1px solid #4a3c31;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 46px 15px 20px
}

@media (min-width: 992px) {
    .panel-group.read-more-accordion .panel {
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    .panel-group.read-more-accordion .panel {
        width: 65%
    }
}

.panel-group.read-more-accordion .panel .panel-heading {
    border: none;
    padding: 0;
    margin: 0 0 20px
}

.panel-group.read-more-accordion .panel .panel-heading a {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 992px) {
    .panel-group.read-more-accordion .panel .panel-heading a {
        font-size: 20px
    }
}

.panel-group.read-more-accordion .panel .panel-heading .icon i {
    top: 5px;
    right: -30px
}

.panel-group.read-more-accordion .panel p {
    margin-bottom: 10px
}

.panel-group.read-more-accordion .accordion-see-more {
    text-align: center;
    margin-top: 35px
}

.panel-group.read-more-accordion .accordion-see-more .more {
    display: inline
}

.panel-group.read-more-accordion .accordion-see-more .less {
    display: none
}

.panel-group.read-more-accordion .accordion-see-more[aria-expanded=true] .more {
    display: none
}

.panel-group.read-more-accordion .accordion-see-more[aria-expanded=true] .less {
    display: inline
}

.associates-card.surfaced-item {
    background: #f2f0ec
}

.associates-card.surfaced-item .header-subtitle, .associates-card.surfaced-item .hide-extra-paragraphs h2, .associates-card.surfaced-item .hide-extra-paragraphs h3, .associates-card.surfaced-item .hide-extra-paragraphs h4, .associates-card.surfaced-item .hide-extra-paragraphs h5, .associates-card.surfaced-item .hide-extra-paragraphs h6, .hide-extra-paragraphs .associates-card.surfaced-item h2, .hide-extra-paragraphs .associates-card.surfaced-item h3, .hide-extra-paragraphs .associates-card.surfaced-item h4, .hide-extra-paragraphs .associates-card.surfaced-item h5, .hide-extra-paragraphs .associates-card.surfaced-item h6 {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    height: 2.5em
}

.associates-card.surfaced-item p {
    text-align: center;
    font-size: .7em;
    margin: 5px 0 0;
    min-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2.4px
}

.associates-card.surfaced-item img {
    width: 100%
}

.associates-card.surfaced-item h3 {
    min-height: 2em
}

@media (min-width: 480px) {
    .associates-card.surfaced-item h3 {
        font-size: 40px
    }

    .associates-card.surfaced-item div {
        font-size: .7em
    }

    .associates-card.surfaced-item p {
        font-size: .8em
    }
}

#associates {
    overflow: hidden;
    margin-bottom: 30px
}

#associates p {
    text-align: center
}

#associates .col-md-4 h2 {
    font-size: 50px
}

#associates .col-md-4 .header-subtitle, #associates .col-md-4 .hide-extra-paragraphs h2, #associates .col-md-4 .hide-extra-paragraphs h3, #associates .col-md-4 .hide-extra-paragraphs h4, #associates .col-md-4 .hide-extra-paragraphs h5, #associates .col-md-4 .hide-extra-paragraphs h6, .hide-extra-paragraphs #associates .col-md-4 h2, .hide-extra-paragraphs #associates .col-md-4 h3, .hide-extra-paragraphs #associates .col-md-4 h4, .hide-extra-paragraphs #associates .col-md-4 h5, .hide-extra-paragraphs #associates .col-md-4 h6 {
    font-size: 27px
}

#associates .col-md-4 p a {
    margin-top: 20px
}

#associates .col-md-8 {
    max-width: 490px;
    margin: 0 auto
}

#associates .fewer-associates.count-1 {
    text-align: left
}

#associates .fewer-associates.count-2 {
    margin: 0 -13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#associates .fewer-associates.count-2 .associates-card {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 5px
}

#associates .fewer-associates.count-2 .associates-card h3 {
    font-size: 32px;
    height: auto
}

@media (min-width: 480px) {
    #associates .fewer-associates.count-2 .associates-card h3 {
        font-size: 40px;
        margin: 0 10px
    }
}

#associates .fewer-associates.count-2 .associates-card img {
    min-height: 150px
}

#associates .fewer-associates .associates-card {
    margin: 0 10px;
    display: inline-block;
    max-width: 300px
}

#associates .fewer-associates .associates-card h3 {
    height: auto
}

#associates .fewer-associates .associates-card img {
    min-height: 200px
}

@media (min-width: 768px) {
    #associates .fewer-associates .associates-card {
        width: 45%
    }
}

#associates .associate-link {
    margin-top: 20px
}

#associates .associate-link a {
    display: inline-block
}

#associates .carousel .associates-card:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#associates .carousel .slick-list .slick-slide {
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width: 768px) {
    #associates .col-md-4 {
        padding-right: 0
    }
}

@media (min-width: 992px) {
    #associates .associates-card h3 {
        font-size: 2em
    }
}

@media (min-width: 1200px) {
    #associates h2 {
        font-size: 60px
    }
}

.component.alert, .component.alert-danger, .component.alert-warning {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #73ddd7;
    border: none;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 25;
    position: relative
}

.component.alert a, .component.alert a:active, .component.alert a:hover, .component.alert a:link, .component.alert a:visited, .component.alert-danger a, .component.alert-danger a:active, .component.alert-danger a:hover, .component.alert-danger a:link, .component.alert-danger a:visited, .component.alert-warning a, .component.alert-warning a:active, .component.alert-warning a:hover, .component.alert-warning a:link, .component.alert-warning a:visited {
    color: #4a3c31;
    border-bottom: 2px solid #4a3c31
}

.component.alert-danger > p, .component.alert-warning > p, .component.alert > p {
    max-width: 1400px;
    margin: 0 auto;
    line-height: 1.2
}

.component.alert-warning {
    background-color: #e56849
}

.component.alert-danger {
    color: #fff;
    background-color: #d21e1e
}

.component.alert-danger a, .component.alert-danger a:active, .component.alert-danger a:hover, .component.alert-danger a:link, .component.alert-danger a:visited {
    color: #fff;
    border-bottom-color: #fff
}

.btn.focused, .btn:active, .btn:focus {
    background-color: transparent;
    border-color: #47d5cd;
    outline: 0
}

@media (hover: hover) {
    .btn:hover {
        background-color: transparent;
        border-color: #47d5cd;
        outline: 0
    }

    .btn:hover:before {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .btn.focused:before, .btn:active:before, .btn:focus:before {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .btn-secondary:hover {
        background-color: #2cc3bc;
        border-color: #2cc3bc
    }
}

.btn, .btn:visited {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    font-size: .875rem;
    padding: 11.4285714286px 34.2857142857px;
    padding: .7142857143rem 2.1428571429rem;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: relative;
    max-width: 100%;
    background-color: transparent;
    border: 2px solid #47d5cd;
    color: #4a3c31
}

.btn:before, .btn:visited:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #47d5cd;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.btn span, .btn:visited span {
    position: relative;
    z-index: 1
}

.btn.loading, .btn:visited.loading {
    outline: 0
}

.btn.loading span, .btn:visited.loading span {
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.btn.loading:after, .btn:visited.loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #47d5cd;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite
}

.btn.loading.btn-secondary:after, .btn:visited.loading.btn-secondary:after {
    border-top-color: #fff
}

.btn.loading[disabled], .btn:visited.loading[disabled] {
    opacity: 1
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn)
    }
    to {
        transform: rotate(1turn)
    }
}

.btn-primary {
    white-space: normal
}

.btn-primary:active, .btn-primary:before, .btn-primary:focus {
    background-color: #47d5cd;
    border-color: #47d5cd
}

.btn-primary:not(:hover):before {
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: transparent
}

.btn-sm {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 50px;
    padding: .3125rem 3.125rem
}

.btn-secondary {
    background: #47d5cd;
    white-space: normal
}

.btn-secondary:active, .btn-secondary:before, .btn-secondary:focus {
    background-color: #2cc3bc;
    border-color: #2cc3bc
}

.btn-cancel {
    background: 0 0;
    border-color: transparent;
    padding-left: 0
}

.btn-cancel:before {
    background: 0 0
}

.btn-cancel:active, .btn-cancel:focus, .btn-cancel:hover, .btn-cancel:visited {
    background: 0 0;
    border-color: transparent
}

.btn-cancel:active, .btn-cancel:focus, .btn-cancel:hover {
    color: #4a3c31
}

.btn-white {
    color: #fff;
    border-color: #fff
}

.col-1 > .btn {
    width: 100%
}

.eyebrow-tag-small {
    min-height: 35px;
    padding: 9px 15px;
    font-size: 14px;
    background: #47d5cd;
    cursor: text;
    border: 2px solid #47d5cd;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #4a3c31
}

.tag-small {
    min-height: 35px;
    padding: 9px 15px;
    font-size: 14px
}

.btn-full {
    width: 100%
}

.btn-light-blue {
    background-color: #e6f2f2
}

.btn-pill {
    color: #4a3c31;
    border: 2px solid #bbb;
    position: relative;
    max-width: 100%;
    background: 0 0;
    padding: 10px 15px;
    letter-spacing: 1.26px;
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.btn-pill.active {
    background-color: #e9f2f2
}

@media (min-width: 768px) {
    .btn-pill {
        padding: 10px 25px
    }
}

.breadcrumb-list {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    list-style: none;
    margin: 0 auto
}

.breadcrumb-list > li {
    display: none
}

.breadcrumb-list > li.breadcrumb-pricing-item {
    display: inline-block
}

.breadcrumb-list > li.breadcrumb-pricing-item:before {
    content: '<';
    padding-left: 5px
}

.breadcrumb-list > li > a {
    color: #4a3c31
}

.breadcrumb-list > li > a:hover {
    text-decoration: underline
}

.breadcrumb-list > li:nth-last-child(2) {
    display: inline-block
}

.breadcrumb-list > li:nth-last-child(2):before {
    content: "\2039 \0020"
}

.breadcrumb-list > li:last-child:after {
    content: none
}

.breadcrumb-list.breadcrumb-back > li {
    display: block
}

.component.breadcrumb-panel {
    background: #fff;
    color: #4a3c31;
    padding: 12px 0;
    width: 100%;
    margin: 0
}

.component.return-location.location-squish {
    border-top: 1px solid #e0e0e0
}

.event-return + .breadcrumb-panel, .return-location + .breadcrumb-panel {
    border-top: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .breadcrumb-list > li {
        display: inline-block
    }

    .breadcrumb-list > li:last-child {
        font-weight: 900
    }

    .breadcrumb-list > li:after {
        content: '>';
        padding-left: 5px
    }

    .breadcrumb-list > li:nth-last-child(2):before {
        content: none
    }
}

.no-js .slide {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    margin: 5px 0;
    display: none
}

.no-js .slide:first-child {
    display: block
}

.carousel, .carousel.component {
    padding: 0
}

.carousel .featured-item, .carousel.component .featured-item {
    padding: 0
}

.slick-dots {
    display: none
}

.slick-list {
    margin-bottom: 0;
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1
}

.slick-loading .slick-list {
    background: 0 0
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    color: transparent;
    padding: 0;
    border: none;
    outline: 0;
    bottom: 0;
    background: #605f5e;
    opacity: .7;
    z-index: 2;
    top: 20%;
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    transition-duration: .8s;
    height: 100px;
    width: 50px
}

.location-carousel .slick-next, .location-carousel .slick-prev {
    top: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    color: transparent
}

.slick-next:before, .slick-prev:before {
    content: '';
    display: block;
    margin-top: 25px
}

.slick-prev {
    left: 0
}

.slick-prev:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -217px;
    width: 50px;
    height: 54px
}

.slick-prev.slick-disabled {
    display: none !important
}

.slick-next {
    right: 0
}

.slick-next:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -163px;
    width: 50px;
    height: 54px
}

.slick-next.slick-disabled {
    display: none !important
}

.slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.location-360-carousel {
    margin-top: 10px;
    width: 100%
}

.location-360-carousel .location-360-thumb {
    margin: 0 10px;
    text-align: center;
    cursor: pointer
}

.location-360-carousel .location-360-thumb.current-slide img {
    border: .1rem solid #47d5cd;
    box-sizing: border-box
}

.location-360-carousel .location-360-thumb:focus {
    outline: 0
}

.location-360-carousel .slick-dots li button:before {
    font-size: 28px
}

.location-carousel .slick-dots {
    bottom: -50px
}

.location-carousel .slick-dots li button:before {
    font-size: 35px
}

.carousel-expanding .slick-track {
    margin-bottom: 20px
}

.carousel-expanding .slick-track .slick-slide {
    width: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: transparent
}

.carousel-expanding .slick-track .slick-slide.slick-active {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #4a3c31
}

.carousel-expanding .slick-track .slick-slide.slick-active img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.carousel-expanding .slick-track .slick-slide img {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    height: 300px;
    object-fit: contain;
    object-position: center
}

.carousel-expanding .slick-track .slick-slide h3 {
    font-size: 35px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    word-break: break-word;
    position: relative
}

.carousel-expanding .slick-track .slick-slide p {
    margin-top: 10px
}

.carousel-expanding .slick-track .slick-slide span {
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    position: relative
}

.carousel-expanding .slick-track .slick-slide span:before {
    content: '$';
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -19px
}

.carousel-expanding .slick-track.animation {
    -webkit-transition: all 5s cubic-bezier(0, .5, .52, .45);
    -moz-transition: all 5s cubic-bezier(0, .5, .52, .45);
    -ms-transition: all 5s cubic-bezier(0, .5, .52, .45);
    -o-transition: all 5s cubic-bezier(0, .5, .52, .45);
    transition: all 5s cubic-bezier(0, .5, .52, .45)
}

.carousel-pricing-generic .slick-next, .carousel-pricing-generic .slick-prev {
    height: 70px;
    width: 40px;
    top: 11%
}

@media (max-width: 991px) {
    .carousel-pricing-generic .slick-next, .carousel-pricing-generic .slick-prev {
        top: 10%
    }
}

@media (max-width: 767px) {
    .carousel-pricing-generic .slick-next, .carousel-pricing-generic .slick-prev {
        top: 18%
    }
}

.carousel-pricing-generic .slick-next:before, .carousel-pricing-generic .slick-prev:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -222px -407px;
    width: 22px;
    height: 39px;
    margin-top: 17px;
    margin-left: 9px
}

.carousel-pricing-generic .slick-next:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -200px -407px;
    width: 22px;
    height: 39px
}

.carousel-pricing-generic .slick-track {
    display: table;
    border-collapse: separate
}

.carousel-pricing-generic .slick-track .slick-slide {
    display: table-cell;
    vertical-align: top;
    float: none;
    padding: 0;
    position: relative
}

.carousel-pricing-generic .slick-track .slick-slide:focus {
    outline: 0
}

.carousel-pricing-generic .slick-dots {
    bottom: -15px
}

.carousel-pricing-generic .slick-dots > li {
    display: inline-block
}

.carousel-pricing-generic .slick-dots > li button:before {
    font-size: 30px
}

.carousel-pricing-generic .slick-dots > li:only-child {
    display: none
}

.android .carousel-expanding .slick-track .slick-slide span:before, .ios .carousel-expanding .slick-track .slick-slide span:before, .mac .carousel-expanding .slick-track .slick-slide span:before {
    top: 2px
}

.carousel-pricing-premium .slick-track {
    border-spacing: 18px
}

.carousel-pricing-premium .slick-track .slick-slide {
    width: 285px;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    background-size: cover;
    background-position: center;
    padding: 30px;
    vertical-align: middle !important
}

.carousel-pricing-premium .slick-track .slick-slide:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card, .carousel-pricing-premium .slick-track .slick-slide.regular-card {
    text-align: center
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card:after, .carousel-pricing-premium .slick-track .slick-slide.regular-card:after {
    display: block;
    content: '';
    background-color: #000;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: .6
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start, .carousel-pricing-premium .slick-track .slick-slide.nearby-card a, .carousel-pricing-premium .slick-track .slick-slide.nearby-card h3, .carousel-pricing-premium .slick-track .slick-slide.nearby-card img, .carousel-pricing-premium .slick-track .slick-slide.nearby-card p, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start, .carousel-pricing-premium .slick-track .slick-slide.regular-card a, .carousel-pricing-premium .slick-track .slick-slide.regular-card h3, .carousel-pricing-premium .slick-track .slick-slide.regular-card img, .carousel-pricing-premium .slick-track .slick-slide.regular-card p {
    position: relative;
    z-index: 10;
    color: #fff
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card img, .carousel-pricing-premium .slick-track .slick-slide.regular-card img {
    display: inline-block
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card h3, .carousel-pricing-premium .slick-track .slick-slide.regular-card h3 {
    font-size: 32px;
    word-break: break-word;
    margin: 10px 0
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card p, .carousel-pricing-premium .slick-track .slick-slide.regular-card p {
    margin-top: 10px;
    text-align: center
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card a, .carousel-pricing-premium .slick-track .slick-slide.regular-card a {
    color: #4a3c31
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card a:focus, .carousel-pricing-premium .slick-track .slick-slide.regular-card a:focus {
    outline: 0
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start {
    margin: 20px 0 45px
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start:after, .carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start:before, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start:after, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start:before {
    content: none
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start span, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start span {
    color: #fff
}

.carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start .starting-at, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start .starting-at {
    top: 10px
}

.pricing-end-card, .pricing-start-card {
    background-color: #def0f0 !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 0 30px
}

.pricing-end-card img, .pricing-start-card img {
    display: inline-block !important
}

.pricing-end-card h2, .pricing-start-card h2 {
    font-family: MrsEaves, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 40px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.pricing-end-card p, .pricing-start-card p {
    margin-bottom: 30px !important;
    text-align: center !important;
    font-size: 16px !important
}

.pricing-end-card.alone, .pricing-start-card.alone {
    height: 450px
}

@media (min-width: 480px) {
    .location-carousel .slick-next, .location-carousel .slick-prev {
        top: 10%
    }
}

@media (min-width: 768px) {
    .location-carousel .slick-next, .location-carousel .slick-prev {
        top: 0
    }

    .carousel-pricing-generic {
        margin: 0 auto;
        max-width: 768px !important
    }

    .carousel-pricing-generic .slick-next, .carousel-pricing-generic .slick-prev {
        height: 100px;
        width: 50px
    }

    .carousel-pricing-generic .slick-next:before, .carousel-pricing-generic .slick-prev:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -217px;
        width: 50px;
        height: 54px;
        margin-top: 25px;
        margin-left: 0
    }

    .carousel-pricing-generic .slick-next:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -163px;
        width: 50px;
        height: 54px
    }

    .carousel-expanding .slick-track .slick-slide {
        width: 400px
    }

    .carousel-expanding .slick-track .slick-slide img {
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .carousel-pricing-premium .slick-track .slick-slide {
        width: 520px
    }

    .carousel-pricing-premium .slick-track .slick-slide.nearby-card h3, .carousel-pricing-premium .slick-track .slick-slide.regular-card h3 {
        font-size: 35px;
        margin: 20px 0
    }

    .carousel-pricing-premium .slick-track .slick-slide.nearby-card .pricing-value-start .starting-at, .carousel-pricing-premium .slick-track .slick-slide.regular-card .pricing-value-start .starting-at {
        top: 13px
    }

    .pricing-end-card.alone, .pricing-start-card.alone {
        height: 500px
    }
}

@media (min-width: 992px) {
    .col-3 .slick-list, .col-4 .slick-list {
        margin-bottom: 0
    }

    .col-4 .slide-title {
        max-width: 30%
    }

    .slick-next, .slick-prev {
        top: 30%
    }

    .location-carousel .slick-next, .location-carousel .slick-prev {
        top: 30%
    }

    .location-carousel .slick-prev {
        left: -60px
    }

    .location-carousel .slick-next {
        right: -60px
    }

    .carousel:hover .slick-next, .carousel:hover .slick-prev {
        opacity: .7
    }

    .carousel-pricing-generic {
        max-width: 996px !important
    }

    .carousel-pricing-generic .slick-dots {
        bottom: -20px
    }

    .carousel-pricing-generic .slick-dots li button:before {
        font-size: 40px
    }

    .carousel-expanding .slick-track .slick-slide {
        width: 500px
    }

    .carousel-pricing-premium .slick-track {
        border-spacing: 25px
    }

    .carousel-pricing-premium .slick-track .slick-slide {
        width: 768px;
        padding: 70px
    }

    .carousel-pricing-premium .slick-track .slick-slide.nearby-card h3, .carousel-pricing-premium .slick-track .slick-slide.regular-card h3 {
        font-size: 45px
    }

    .pricing-end-card.alone, .pricing-start-card.alone {
        height: 725px
    }
}

#verbatims {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f2f0ec;
    padding-top: 100px;
    padding-bottom: 100px
}

.verbatims-card.surfaced-item .review-text {
    font-size: 22px;
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    margin: 20px
}

.verbatims-card.surfaced-item .review-customer {
    font-family: lato-bold;
    margin-bottom: 0
}

.verbatims-card.surfaced-item .review-customer span:before {
    content: "";
    background: url(/content/img/jd-power-verified-mark.png) no-repeat;
    width: 17px;
    background-size: contain;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 4px
}

.verbatims-card.surfaced-item .review-date {
    font-size: 12px
}

.verbatims-card.surfaced-item .divider-line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    width: 120px
}

.verbatims-card.surfaced-item {
    background: #fff
}

.verbatims-card.surfaced-item p {
    text-align: center
}

.verbatims-logo {
    width: 150px
}

.verbatims-verified-mark {
    width: 15px;
    position: relative;
    top: 21px;
    left: 42px
}

#verbatims .more-reviews-button {
    margin-top: 30px
}

#verbatims p {
    text-align: center
}

#verbatims .col-md-4 h2 {
    font-size: 50px
}

#verbatims .col-md-4 .header-subtitle, #verbatims .col-md-4 .hide-extra-paragraphs h2, #verbatims .col-md-4 .hide-extra-paragraphs h3, #verbatims .col-md-4 .hide-extra-paragraphs h4, #verbatims .col-md-4 .hide-extra-paragraphs h5, #verbatims .col-md-4 .hide-extra-paragraphs h6, .hide-extra-paragraphs #verbatims .col-md-4 h2, .hide-extra-paragraphs #verbatims .col-md-4 h3, .hide-extra-paragraphs #verbatims .col-md-4 h4, .hide-extra-paragraphs #verbatims .col-md-4 h5, .hide-extra-paragraphs #verbatims .col-md-4 h6 {
    font-size: 27px
}

#verbatims .col-md-4 p a {
    margin-top: 20px
}

#verbatims .col-md-8 {
    max-width: 490px;
    margin: 0 auto
}

#verbatims .fewer-verbatims.count-1 {
    text-align: left
}

#verbatims .fewer-verbatims.count-1 .verbatims-card {
    padding-top: 25px
}

#verbatims .fewer-verbatims.count-2 {
    margin: 0 -13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#verbatims .fewer-verbatims.count-2 .verbatims-card {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px
}

#verbatims .fewer-verbatims.count-2 .verbatims-card h3 {
    font-size: 32px;
    height: auto
}

@media (min-width: 480px) {
    #verbatims .fewer-verbatims.count-2 .verbatims-card h3 {
        font-size: 40px;
        margin: 0 10px
    }
}

#verbatims .fewer-verbatims.count-2 .verbatims-card img {
    min-height: 150px
}

#verbatims .fewer-verbatims .verbatims-card {
    margin: 0 10px;
    display: inline-block;
    max-width: 300px
}

#verbatims .fewer-verbatims .verbatims-card img {
    min-height: 200px
}

@media (min-width: 768px) {
    #verbatims .fewer-verbatims .verbatims-card {
        width: 45%
    }
}

#verbatims .verbatims-link {
    margin-top: 20px
}

#verbatims .verbatims-link a {
    display: inline-block
}

#verbatims .carousel .verbatims-card:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#verbatims .carousel .slick-list .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    #verbatims .col-md-4 {
        padding-right: 0
    }
}

#customer-quotes {
    padding-top: 40px;
    padding-bottom: 40px
}

#customer-quotes .hero.promo .hero-content, #customer-quotes .hero.with-gutters .hero-content, #customer-quotes .row-band, .hero.promo #customer-quotes .hero-content, .hero.with-gutters #customer-quotes .hero-content {
    padding: 0;
    padding: 0
}

#customer-quotes .hero.promo .hero-content .col-md-3, #customer-quotes .hero.with-gutters .hero-content .col-md-3, #customer-quotes .row-band .col-md-3, .hero.promo #customer-quotes .hero-content .col-md-3, .hero.with-gutters #customer-quotes .hero-content .col-md-3 {
    text-align: center
}

@media (min-width: 768px) {
    #customer-quotes .hero.promo .hero-content, #customer-quotes .hero.with-gutters .hero-content, #customer-quotes .row-band, .hero.promo #customer-quotes .hero-content, .hero.with-gutters #customer-quotes .hero-content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    #customer-quotes .hero.promo .hero-content, #customer-quotes .hero.with-gutters .hero-content, #customer-quotes .row-band, .hero.promo #customer-quotes .hero-content, .hero.with-gutters #customer-quotes .hero-content {
        padding-left: 100px;
        padding-right: 100px
    }
}

#customer-quotes .verbatims-logo {
    width: auto;
    max-width: 250px
}

@media (min-width: 992px) {
    #customer-quotes .verbatims-logo {
        max-width: 150px;
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    #customer-quotes {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (min-width: 768px) {
    #customer-quotes .carousel-fade:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 90%);
        width: 100px;
        height: 100%
    }

    #customer-quotes .carousel-fade:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        pointer-events: none;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 90%);
        width: 100px;
        height: 100%
    }
}

#customer-quotes h2 {
    font-size: 24px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    text-align: center;
    margin-bottom: 20px
}

#customer-quotes .verbatims-card {
    margin: 0 40px 30px;
    padding: 30px 20px 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2)
}

#customer-quotes .verbatims-card:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .2)
}

@media (min-width: 768px) {
    #customer-quotes .verbatims-card:hover {
        -moz-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        transform-origin: 0 0
    }
}

#customer-quotes .verbatims-card .glyph-link {
    margin-bottom: 5px
}

#customer-quotes .verbatims-card .review-link {
    padding-bottom: 10px
}

#customer-quotes .verbatims-card .rating > span:last-child {
    margin-right: 0
}

@media (min-width: 768px) {
    #customer-quotes .verbatims-card {
        margin: 0 10px 30px
    }
}

#customer-quotes .slick-dots li button:before {
    font-size: 28px
}

#customer-quotes .slick-next, #customer-quotes .slick-prev {
    height: 70px;
    width: 40px;
    top: 30%
}

#customer-quotes .slick-next:before, #customer-quotes .slick-prev:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -222px -407px;
    width: 22px;
    height: 39px;
    margin-top: 17px;
    margin-left: 9px
}

#customer-quotes .slick-next:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -200px -407px;
    width: 22px;
    height: 39px
}

@media (min-width: 768px) {
    #customer-quotes .slick-next, #customer-quotes .slick-prev {
        height: 100px;
        width: 50px;
        top: 25%
    }

    #customer-quotes .slick-next:before, #customer-quotes .slick-prev:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -217px;
        width: 50px;
        height: 54px;
        margin-top: 25px;
        margin-left: 0
    }

    #customer-quotes .slick-next:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -163px;
        width: 50px;
        height: 54px
    }
}

.contact-us {
    text-align: center;
    padding: 40px 0 50px
}

.contact-us .phone {
    color: #47d5cd
}

@media (min-width: 480px) {
    .contact-us .phone {
        font-size: 90px
    }
}

.component.cta-box {
    padding: 5px 30px 60px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    width: 90%;
    max-width: 940px
}

.component.cta-box:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 10px;
    background: #47d5cd;
    opacity: .75;
    position: absolute;
    top: -10px;
    left: 0
}

.component.cta-box h2 {
    font-size: 35px;
    padding: 10px 0
}

.component.cta-box .button-bar .btn {
    display: block;
    margin: 0 auto
}

.component.cta-box .button-bar .btn + .btn {
    margin-top: 20px
}

@media (max-width: 767px) {
    .component.cta-box .button-bar .btn {
        border-top: none;
        border-right: none;
        border-left: none;
        padding: 2px 0
    }

    .component.cta-box .button-bar .btn:hover:before {
        display: none
    }
}

@media (min-width: 480px) {
    .component.cta-box .button-bar .btn {
        display: inline-block
    }

    .component.cta-box .button-bar .btn + .btn {
        margin-top: 0;
        margin-left: 10%
    }
}

@media (min-width: 768px) {
    .component.cta-box .button-bar .btn {
        min-width: 225px
    }
}

@media (min-width: 768px) {
    .component.cta-box h2 {
        font-size: 72px
    }
}

.component.cta-box.cta-box-vertical {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 4
}

.component.cta-box.cta-box-vertical:before {
    display: none
}

.component.cta-box.cta-box-vertical h3 {
    display: none
}

.component.cta-box.cta-box-vertical .button-bar {
    padding: 20px 0 5px
}

.component.cta-box.cta-box-vertical .button-bar .btn {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    padding: .7142857143rem 2.1428571429rem;
    font-size: 16px;
    text-transform: none
}

.component.cta-box.cta-box-vertical .button-bar .btn-primary {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    letter-spacing: .8px;
    font-size: 16px;
    border: 2px solid #47d5cd;
    margin-left: 0
}

@media (min-width: 767px) and (max-width: 1199px) {
    .component.cta-box.cta-box-vertical {
        padding: 0;
        position: relative;
        z-index: 4;
        text-align: center;
        margin-left: 1px;
        margin-right: -10px;
        max-width: 100%
    }

    .component.cta-box.cta-box-vertical h3 {
        display: none
    }

    .component.cta-box.cta-box-vertical .button-bar {
        text-align: center;
        padding-top: 20px
    }

    .component.cta-box.cta-box-vertical .button-bar button {
        width: 48%;
        display: inline-block
    }

    .component.cta-box.cta-box-vertical .button-bar .btn-secondary {
        margin-right: 14px;
        width: 49%;
        display: inline-block
    }

    .component.cta-box.cta-box-vertical .button-bar .btn-primary {
        float: right;
        width: 49%;
        display: inline-block
    }

    .component.cta-box.cta-box-vertical .button-bar .btn-primary:first-child {
        margin-left: 10px
    }
}

@media (min-width: 1200px) {
    .component.cta-box.cta-box-vertical {
        margin: 0;
        padding: 10px 25px 0;
        width: 375px;
        background: #fff 0 0 no-repeat padding-box;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .101);
        position: relative;
        margin-left: -20px
    }

    .component.cta-box.cta-box-vertical:before {
        display: none
    }

    .component.cta-box.cta-box-vertical h3 {
        font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
        font-size: 30px;
        letter-spacing: -.7px;
        display: block
    }

    .component.cta-box.cta-box-vertical .button-bar {
        padding: 15px 0 25px
    }
}

.CoveoResult a.CoveoResultLink, a.CoveoResultLink {
    color: #4a3c31 !important;
    border-bottom: none
}

.CoveoResult a.CoveoResultLink .global-search-title, a.CoveoResultLink .global-search-title {
    border-bottom: 2px solid #47d5cd
}

.CoveoResult a.CoveoResultLink:hover, a.CoveoResultLink:hover {
    text-decoration: none !important
}

.CoveoSearchInterface #filterResults + .coveo-summary-section {
    padding-left: 0 !important
}

.CoveoSearchInterface .custom-no-results-message-global ul {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.CoveoSearchInterface .CoveoDidYouMean {
    padding: 20px 0 0
}

.CoveoSearchInterface .CoveoDidYouMean a {
    color: #4a3c31
}

.CoveoSearchInterface .CoveoResultList .coveo-fade-out {
    opacity: 1
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult {
    border-bottom: none;
    margin: 0
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult .screen-title-title:after {
    display: none
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult .CoveoResult a:visited, .CoveoSearchInterface .coveo-list-layout.CoveoResult a, .CoveoSearchInterface .coveo-list-layout.CoveoResult a:hover {
    color: #4a3c31;
    text-decoration: none !important
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult .coveo-article-container {
    margin-top: 15px;
    margin-bottom: 15px
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult .coveo-article-container p {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, sans-serif
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult .coveo-article-container p.article-date {
    font-style: italic;
    font-size: 16px
}

.search-results-count .CoveoQuerySummary {
    color: #4a3c31
}

@media (max-width: 800px) {
    #global-search-results.CoveoResultList {
        margin: 0
    }
}

.filter-panel .coveo-facet-header-eraser.coveo-facet-header-eraser-visible, .filter-panel .coveo-facet-header-settings {
    display: none
}

.filter-panel .CoveoFacet, .filter-panel .CoveoFacetRange, .filter-panel .CoveoFacetSlider, .filter-panel .CoveoHierarchicalFacet {
    margin: 0;
    border: none
}

.filter-panel .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span, .filter-panel .coveo-facet-value:hover .coveo-facet-value-checkbox > span, .filter-panel .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span {
    background-position: 0 0
}

.filter-panel .coveo-facet-footer, .filter-panel .coveo-facet-less, .filter-panel .coveo-facet-less:focus, .filter-panel .coveo-facet-less:hover, .filter-panel .coveo-facet-more, .filter-panel .coveo-facet-more:focus, .filter-panel .coveo-facet-more:hover, .filter-panel .coveo-facet-value.coveo-focused, .filter-panel .coveo-facet-value:hover {
    background-color: transparent
}

.filter-panel .coveo-facet-header {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0
}

.filter-panel .coveo-facet-header .coveo-facet-header-title {
    font-size: 16px;
    color: #605f5e
}

.filter-panel .coveo-facet-values {
    list-style: none;
    padding: 0
}

.filter-panel .coveo-facet-values .coveo-facet-value {
    padding: 0
}

.filter-panel .coveo-facet-values .coveo-facet-value-label {
    margin-bottom: 15px
}

.filter-panel .coveo-facet-values .coveo-facet-value-label .coveo-facet-value-label-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.filter-panel .coveo-facet-values .coveo-facet-value-label .coveo-facet-value-checkbox {
    background-color: #fff;
    border: 1px solid #aeaca9;
    cursor: pointer;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    width: 20px;
    -moz-box-flex: 0 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.filter-panel .coveo-facet-values .coveo-facet-value-label input[type=checkbox]:checked + .coveo-facet-value-checkbox {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -186px -275px;
    width: 20px;
    height: 20px;
    border: 1px solid #47d5cd;
    background-color: #d3f4f2
}

.filter-panel .coveo-facet-values .coveo-facet-value-label .coveo-facet-value-caption {
    text-transform: none;
    padding: 0;
    color: #605f5e;
    font-size: 14px;
    letter-spacing: 2.4px;
    font-weight: 400;
    -moz-box-flex: 0 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.filter-panel .coveo-facet-values .coveo-facet-value-count {
    font-weight: 400;
    color: #605f5e;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    -moz-box-flex: 1 0;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3
}

.filter-panel .coveo-facet-values .coveo-facet-value-count:before {
    content: '('
}

.filter-panel .coveo-facet-values .coveo-facet-value-count:after {
    content: ')'
}

.search-box, .search-box-nav {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.search-box .CoveoSearchbox, .search-box-nav .CoveoSearchbox {
    background: #fff
}

.search-box .CoveoSearchbox .CoveoSearchButton .coveo-icon, .search-box .CoveoSearchbox .magic-box .magic-box-clear, .search-box-nav .CoveoSearchbox .CoveoSearchButton .coveo-icon, .search-box-nav .CoveoSearchbox .magic-box .magic-box-clear {
    color: #4a3c31;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 9.6px;
    font-family: Lato;
    font-weight: 700
}

.search-box .CoveoSearchbox .CoveoSearchButton, .search-box-nav .CoveoSearchbox .CoveoSearchButton {
    width: 68px
}

.search-box .CoveoSearchbox .CoveoSearchButton, .search-box .CoveoSearchbox .CoveoSearchButton:hover, .search-box-nav .CoveoSearchbox .CoveoSearchButton, .search-box-nav .CoveoSearchbox .CoveoSearchButton:hover {
    border: none;
    height: 48px;
    margin-right: 10px
}

@media (min-width: 480px) {
    .search-box .CoveoSearchbox .CoveoSearchButton, .search-box .CoveoSearchbox .CoveoSearchButton:hover, .search-box-nav .CoveoSearchbox .CoveoSearchButton, .search-box-nav .CoveoSearchbox .CoveoSearchButton:hover {
        height: 48px
    }
}

.search-box .CoveoSearchbox .CoveoSearchButton:before, .search-box .CoveoSearchbox .CoveoSearchButton:hover:before, .search-box-nav .CoveoSearchbox .CoveoSearchButton:before, .search-box-nav .CoveoSearchbox .CoveoSearchButton:hover:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -430px -356px;
    width: 26px;
    height: 24px;
    margin-top: 9px
}

@media (min-width: 480px) {
    .search-box .CoveoSearchbox .CoveoSearchButton:before, .search-box .CoveoSearchbox .CoveoSearchButton:hover:before, .search-box-nav .CoveoSearchbox .CoveoSearchButton:before, .search-box-nav .CoveoSearchbox .CoveoSearchButton:hover:before {
        margin-top: 13px
    }
}

.search-box .CoveoSearchbox .CoveoSearchButton .coveo-icon, .search-box .CoveoSearchbox .CoveoSearchButton:hover .coveo-icon, .search-box-nav .CoveoSearchbox .CoveoSearchButton .coveo-icon, .search-box-nav .CoveoSearchbox .CoveoSearchButton:hover .coveo-icon {
    background: 0 0;
    text-indent: 0;
    width: auto;
    animation-name: none
}

.search-box .CoveoSearchbox .magic-box, .search-box-nav .CoveoSearchbox .magic-box {
    border: 1px solid #aeaca9;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 48px
}

.search-box .CoveoSearchbox .magic-box .magic-box-input, .search-box-nav .CoveoSearchbox .magic-box .magic-box-input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.search-box .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box-nav .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
    height: 48px
}

.search-box .CoveoSearchbox .magic-box .magic-box-input > input, .search-box-nav .CoveoSearchbox .magic-box .magic-box-input > input {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding-left: 8px;
    position: relative;
    font-family: Lato;
    background-color: #fff;
    color: #605f5e;
    line-height: 1em;
    height: 48px
}

.search-box .CoveoSearchbox .magic-box .magic-box-clear, .search-box-nav .CoveoSearchbox .magic-box .magic-box-clear {
    height: 42px;
    margin-top: 8px;
    line-height: 1em
}

@media (min-width: 480px) {
    .search-box .CoveoSearchbox .magic-box .magic-box-clear, .search-box-nav .CoveoSearchbox .magic-box .magic-box-clear {
        margin-top: 12px
    }
}

.search-box .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before, .search-box-nav .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -266px -407px;
    width: 23px;
    height: 28px;
    background-size: auto;
    display: block;
    margin: 0 auto 3px
}

.search-box .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:after, .search-box-nav .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #afafae;
    position: absolute;
    right: 0;
    top: 4px
}

.search-box .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear, .search-box-nav .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
    width: 65px
}

@media (min-width: 480px) {
    .search-box .CoveoSearchbox .magic-box, .search-box-nav .CoveoSearchbox .magic-box {
        height: 48px
    }

    .search-box .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box .CoveoSearchbox .magic-box .magic-box-input > input, .search-box-nav .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box-nav .CoveoSearchbox .magic-box .magic-box-input > input {
        height: 48px
    }
}

.CoveoErrorReport {
    padding: 20px 0 !important;
    text-align: left !important
}

.CoveoErrorReport .coveo-error-report-title h3 {
    font-size: 3em;
    margin-bottom: 10px
}

.CoveoErrorReport .coveo-error-report-title h4 {
    margin-top: 0
}

.CoveoErrorReport .coveo-error-report-message {
    margin-left: 0
}

.CoveoErrorReport .coveo-error-report-clear, .CoveoErrorReport .coveo-error-report-more-info, .CoveoErrorReport .coveo-error-report-previous, .CoveoErrorReport .coveo-error-report-retry {
    color: #4a3c31;
    display: inline-block;
    padding: 0;
    margin: 0 10px
}

.CoveoErrorReport .coveo-error-report-clear:hover, .CoveoErrorReport .coveo-error-report-more-info:hover, .CoveoErrorReport .coveo-error-report-previous:hover, .CoveoErrorReport .coveo-error-report-retry:hover {
    color: #4a3c31;
    text-decoration: none
}

.CoveoErrorReport .coveo-error-report-clear:first-child, .CoveoErrorReport .coveo-error-report-more-info:first-child, .CoveoErrorReport .coveo-error-report-previous:first-child, .CoveoErrorReport .coveo-error-report-retry:first-child {
    margin-left: 0
}

.coveo-logo {
    background-image: none !important
}

.location-search .filter-panel #apply-filters-section {
    width: 100%
}

.location-search .filter-panel #apply-filters {
    float: right;
    margin: 20px
}

@media (min-width: 768px) {
    .location-search .filter-panel {
        margin-top: 20px
    }

    .location-search .filter-panel > div {
        vertical-align: top;
        width: 48%;
        display: inline-block;
        margin-top: 20px
    }

    .location-search .filter-panel > div:nth-child(odd) {
        margin-right: 20px
    }

    .location-search .filter-panel .coveo-facet-values .coveo-facet-value-exclude {
        right: 20px
    }
}

@media (min-width: 992px) {
    .location-search .filter-panel {
        width: 100%
    }

    .location-search .filter-panel > div {
        width: 31%;
        margin-right: 20px
    }

    .location-search .filter-panel > div:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width: 1300px) {
    .location-search .filter-panel > div {
        width: 23%
    }

    .location-search .filter-panel > div:nth-child(3n) {
        margin-right: 20px
    }

    .location-search .filter-panel > div:nth-child(4n) {
        margin-right: 0
    }
}

.location-search .CoveoSearchInterface .coveo-list-layout.CoveoResult {
    background: #f2f0ec;
    padding: 20px
}

@media (min-width: 480px) {
    .CoveoSearchInterface .checkboxes .filter-panel > div {
        vertical-align: top;
        width: 48%;
        display: inline-block
    }

    .CoveoSearchInterface .checkboxes .filter-panel > div:nth-child(odd) {
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .CoveoSearchInterface .checkboxes .filter-panel > div {
        width: auto;
        display: block
    }

    .CoveoSearchInterface .checkboxes .filter-panel > div:nth-child(odd) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    #filterResults:not([style*="display: none"]) + div {
        padding-left: 40px
    }
}

html[lang=fr] .search-box .CoveoSearchbox .CoveoSearchButton, html[lang=fr] .search-box-nav .CoveoSearchbox .CoveoSearchButton {
    width: 80px
}

.article-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.article-container p {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, sans-serif
}

.article-container p .author-name {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, sans-serif
}

.article-container p.article-date {
    font-style: italic;
    font-size: 16px
}

.search-box-with-clear.search-box-nav .CoveoSearchbox .CoveoSearchButton, .search-box-with-clear.search-box-nav .CoveoSearchbox .CoveoSearchButton:hover, .search-box.search-box-with-clear .CoveoSearchbox .CoveoSearchButton, .search-box.search-box-with-clear .CoveoSearchbox .CoveoSearchButton:hover {
    height: 68px
}

@media (min-width: 480px) {
    .search-box-with-clear.search-box-nav .CoveoSearchbox .CoveoSearchButton, .search-box-with-clear.search-box-nav .CoveoSearchbox .CoveoSearchButton:hover, .search-box.search-box-with-clear .CoveoSearchbox .CoveoSearchButton, .search-box.search-box-with-clear .CoveoSearchbox .CoveoSearchButton:hover {
        height: 68px
    }
}

.search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box, .search-box.search-box-with-clear .CoveoSearchbox .magic-box {
    height: 68px
}

.search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box.search-box-with-clear .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
    height: 68px
}

.search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box .magic-box-input > input, .search-box.search-box-with-clear .CoveoSearchbox .magic-box .magic-box-input > input {
    height: 68px
}

@media (min-width: 480px) {
    .search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box, .search-box.search-box-with-clear .CoveoSearchbox .magic-box {
        height: 68px
    }

    .search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box-with-clear.search-box-nav .CoveoSearchbox .magic-box .magic-box-input > input, .search-box.search-box-with-clear .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay, .search-box.search-box-with-clear .CoveoSearchbox .magic-box .magic-box-input > input {
        height: 68px
    }
}

.component {
    padding: 0 20px 20px
}

.component:after {
    content: "";
    display: block;
    clear: both
}

.component-margin-sm {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.component-margin-xs {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.component-margin-none {
    margin-bottom: 0
}

.component-no-child-margin .component {
    margin-bottom: 0
}

.component-padded {
    padding: 16px;
    padding: 1rem
}

@media (min-width: 768px) {
    .component {
        padding: 0 30px 30px
    }

    .component-height-sm {
        height: 200px
    }

    .component-height-md {
        height: 400px
    }

    .component-height-lg {
        height: 600px
    }

    .component-scroll, .component-scroll-horizontal, .component-scroll-vertical {
        overflow: auto
    }

    .component-scroll-vertical {
        overflow-x: hidden
    }

    .component-scroll-horizontal {
        overflow-y: hidden
    }
}

.featured-email {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width: 768px) {
    .featured-email .featured-email-text {
        padding-right: 30%
    }
}

@media (min-width: 992px) {
    .featured-email .featured-email-text {
        max-width: 50%;
        padding-right: 0
    }
}

.featured-email .featured-email-content {
    color: #fff;
    padding: 20px 0
}

@media (min-width: 480px) {
    .featured-email .featured-email-content {
        padding: 50px 0
    }
}

.featured-email .featured-email-content input {
    border: none
}

.featured-email .featured-email-content .form-group {
    margin-bottom: 10px
}

@media (min-width: 550px) and (max-width: 767px) {
    .featured-email .featured-email-content .col-sm-4 {
        width: 70%
    }

    .featured-email .featured-email-content .col-sm-8 {
        width: 30%
    }
}

.featured-email .featured-email-content .btn {
    height: 50px
}

@media (max-width: 767px) {
    .featured-email .featured-email-content .btn {
        padding: .71429rem 1rem
    }
}

@media (max-width: 549px) {
    .featured-email .featured-email-content .btn {
        width: 100%
    }
}

.notification-subscribe {
    padding-top: 50px;
    padding-bottom: 50px
}

.notification-subscribe h1 i.icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

.notification-subscribe .form-group#email {
    margin-bottom: 10px
}

.notification-subscribe .form-group.submit-container {
    margin-bottom: 30px
}

.notification-subscribe .form-group.consent-container {
    margin-bottom: 40px
}

.notification-subscribe .form-group.error input[type=checkbox] + label:before {
    border: 1px solid #e12c2c;
    background-color: #fffaba
}

.notification-subscribe .form-group.error label a {
    color: #e12c2c;
    border-bottom-color: #e12c2c
}

.notification-subscribe .form-group label a {
    display: inline-block;
    border-bottom: 2px solid #47d5cd
}

.notification-subscribe .form-group label a:hover {
    color: #47d5cd
}

.notification-subscribe .form-group button[type=submit] {
    width: 100%
}

.notification-subscribe .text-notification-container {
    text-align: center;
    margin-bottom: 50px
}

.notification-subscribe #add-email-btn {
    display: inline-block;
    margin-bottom: 40px
}

#events .events-body p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

#events .card.breakpoints {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transform: scale(1);
    transition: all .15s ease;
    margin-bottom: 30px
}

#events .card.breakpoints:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

#events .card.breakpoints .event-container {
    padding: 0 0 20px;
    background: #f2f0ec
}

#events .card.breakpoints .event-container .event-list tbody tr .event-list-first {
    width: 20%;
    background: #f2f0ec
}

#events .card.breakpoints .event-container .event-list tbody tr .event-list-first > table {
    width: 100%
}

#events .card.breakpoints .event-container .event-list tbody tr .event-list-first > table .flourish-events {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -585px -65px;
    width: 2px;
    height: 55px
}

#events .card.breakpoints .event-container .event-list tbody tr .event-list-first .first-item-day {
    padding: 20px
}

#events .card.breakpoints .event-container .event-list tbody tr .event-list-first .first-item-day .event-list-day {
    padding: 0
}

#events .card.breakpoints .event-container .event-list .event-list-description {
    background: #f2f0ec;
    width: 80%;
    word-break: break-word
}

#events .card.breakpoints .event-container .event-list .event-list-description h3.title {
    margin-left: 0;
    max-width: 100%
}

#events .card.breakpoints .event-container .event-list .event-list-description .event-list-name {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 100%
}

@media (min-width: 480px) {
    #events .card.breakpoints .event-list .title {
        font-size: 25px
    }

    #events .card.breakpoints .event-list .header-subtitle, #events .card.breakpoints .event-list .hide-extra-paragraphs h2, #events .card.breakpoints .event-list .hide-extra-paragraphs h3, #events .card.breakpoints .event-list .hide-extra-paragraphs h4, #events .card.breakpoints .event-list .hide-extra-paragraphs h5, #events .card.breakpoints .event-list .hide-extra-paragraphs h6, .hide-extra-paragraphs #events .card.breakpoints .event-list h2, .hide-extra-paragraphs #events .card.breakpoints .event-list h3, .hide-extra-paragraphs #events .card.breakpoints .event-list h4, .hide-extra-paragraphs #events .card.breakpoints .event-list h5, .hide-extra-paragraphs #events .card.breakpoints .event-list h6 {
        font-size: 13px
    }

    #events .card.breakpoints .event-list .event-list-day {
        font-size: 70px
    }
}

.event-list {
    background-color: #eeebe6;
    width: 100%
}

.event-list h2 {
    font-size: 40px;
    color: #4a3c31
}

.event-list-day {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    margin: -20px 0;
    font-size: 100px
}

.event-list-description {
    padding: 10px 20px;
    text-align: left;
    word-break: break-word
}

@media (min-width: 480px) {
    .event-list-description {
        padding: 10px 30px
    }
}

.event-list-description p {
    letter-spacing: 2px;
    margin-bottom: 20px
}

.event-list-first-item {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 480px) {
    .event-list-first-item {
        padding-left: 0;
        padding-right: 0
    }
}

.event-list-first-item:after {
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -585px -65px;
    width: 2px;
    height: 55px;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, 0)
}

.component-event-single.event-return {
    border-top: none !important;
    padding: 0 !important
}

.component-event-single.event-return .iconlist-pricing a {
    font: 14px Lato-Bold !important;
    letter-spacing: 1.7px !important
}

.component-event-single.event-return .loc-title {
    display: inline-block;
    margin-top: 25px
}

.component-event-single.event-return .loc-title h2 {
    font-size: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif
}

.component-event-single.event-return .loc-title h2 span {
    border-bottom: 2px solid #47d5cd !important
}

.event-return {
    background-color: #fff;
    width: 100%;
    padding: 0 0 30px
}

.event-return .event-list-first-item {
    padding-right: 10px
}

.event-return .event-return-description {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.event-return .event-return-description h2 {
    font-size: 2em;
    margin-bottom: 8px;
    display: inline-block;
    position: relative
}

.event-return .event-return-description h2:after {
    display: block;
    width: 100%;
    -webkit-transition: width .35s ease;
    -moz-transition: width .35s ease;
    -ms-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
    height: .07em;
    background: #47d5cd;
    margin-top: 3px;
    position: absolute
}

.event-return .event-return-description h2:hover:after {
    content: ''
}

.event-return .event-return-description span {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em
}

.event-return .col-sm-5.iconlist {
    display: flex;
    justify-content: center
}

.event-return .col-sm-5.iconlist > .col-xs-4 {
    float: none
}

.event-return .col-sm-5.iconlist > .col-xs-4 a {
    text-align: center;
    margin: 0 15px
}

.event-return .col-sm-5.iconlist > .col-xs-4 a img {
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {
    .event-return .col-sm-5.iconlist {
        justify-content: flex-end;
        margin-top: 20px
    }

    .event-return .col-sm-5.iconlist .col-xs-4 a {
        margin: 15px
    }
}

.event-return .popover.top .popover-content {
    padding: 20px 0
}

@media (min-width: 768px) {
    .event-return {
        padding-bottom: 0
    }

    .event-return .event-list-first-item {
        padding-right: 20px
    }

    .event-return .popover.top .popover-content {
        padding: 10px 0
    }
}

.share-success-squish {
    margin-bottom: 30px
}

.expanding-box .component {
    margin-top: 32px;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .col-3 .expanding-box-static, .col-4 .expanding-box-static {
        display: table;
        width: 100%
    }

    .col-3 .expanding-box-text, .col-3 .expanding-box-trigger, .col-4 .expanding-box-text, .col-4 .expanding-box-trigger {
        display: table-cell;
        vertical-align: top
    }

    .col-3 .expanding-box-text, .col-4 .expanding-box-text {
        padding-right: 32px;
        padding-right: 2rem
    }

    .col-3 .expanding-box-trigger, .col-4 .expanding-box-trigger {
        text-align: right
    }
}

.no-js .featured-title-split-left, .no-js .featured-title-split-right {
    margin-bottom: 2em
}

.featured-item {
    position: relative
}

.featured-item .featured-item-title {
    font-size: 40px;
    margin-top: 0
}

.featured-item.floral-promo {
    width: 100%;
    height: 350px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative
}

.featured-item.floral-promo .floral-promo-text-box {
    background-color: #fff;
    width: 100%;
    padding: 0 20px 45px;
    position: absolute;
    text-align: center;
    bottom: 0
}

.featured-item.floral-promo .floral-promo-text-box i {
    margin-top: -45px
}

.featured-item.floral-promo .floral-promo-text-box h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .featured-item.floral-promo .floral-promo-text-box {
        width: 450px;
        padding: 0 45px 45px;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width: 768px) {
    .featured-item.floral-promo {
        height: 450px
    }
}

.featured-item.find-cementery-promo {
    width: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 65px 25px;
    margin-top: 40px;
    margin-bottom: 40px
}

.featured-item.find-cementery-promo h1 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0
}

.featured-item.find-cementery-promo p {
    color: #fff;
    text-align: center
}

.featured-item.find-cementery-promo a, .featured-item.find-cementery-promo button {
    margin-top: 30px;
    width: auto
}

@media (min-width: 992px) {
    .featured-item.find-cementery-promo h1 {
        max-width: 1200px;
        margin: 0 auto 20px;
        font-size: 40px
    }

    .featured-item.find-cementery-promo p {
        max-width: 1200px;
        margin: 0 auto 10px
    }
}

.featured-item-image {
    display: block;
    margin-bottom: 1em
}

.featured-item-subtitle {
    font-size: 16px;
    font-size: 1rem;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin-top: 0
}

.featured-item-slide-image {
    margin-bottom: 1em;
    width: 100%
}

.featured-item-slide-topic {
    text-align: center
}

.featured-item-slide-topic .featured-item-cta, .featured-item-slide-topic .featured-item-subtitle {
    font-size: 20px;
    font-size: 1.25rem
}

.featured-item-slide-topic .featured-item-slide-title-copy {
    padding: 10px 30px 20px;
    background: #f2f0ec
}

.featured-item-slide-topic .featured-item-slide-title-copy p {
    text-align: center
}

.featured-item-slide-topic .featured-item-slide-title-copy.floral-overlay {
    background: #fff
}

@media (min-width: 768px) {
    .featured-item-slide-topic .featured-item-slide-title-copy {
        opacity: .85;
        background-color: #605f5e;
        display: block;
        padding: 10px 20px 20px;
        color: #fff;
        position: absolute;
        text-align: center;
        right: 15%;
        bottom: 0;
        min-width: 25%;
        max-width: 40%
    }

    .featured-item-slide-topic .featured-item-slide-title-copy h2 {
        font-size: 50px
    }

    .featured-item-slide-topic .featured-item-slide-title-copy .glyph-link, .featured-item-slide-topic .featured-item-slide-title-copy a {
        color: #fff
    }

    .featured-item-slide-topic .featured-item-slide-title-copy.floral-overlay {
        background-color: rgba(255, 255, 255, .85);
        opacity: 1;
        color: #4a3c31;
        top: auto
    }

    .featured-item-slide-topic .featured-item-slide-title-copy.floral-overlay .glyph-link {
        color: #4a3c31;
        margin-top: 10px
    }
}

@media (min-width: 1200px) {
    .featured-item-slide-topic .featured-item-slide-title-copy {
        max-width: 25%;
        top: 20%
    }
}

.slick-slider .featured-item-slide-topic p {
    text-align: center;
    margin-top: 10px
}

.featured-title-split-left .featured-item-title, .featured-title-split-right .featured-item-title {
    margin-top: 16px;
    margin-top: 1rem
}

img.featured-item-slide-image {
    margin: 0 auto
}

.wide-image-container {
    text-align: center;
    padding-top: 0;
    height: 100%
}

.wide-image-container .padding0 {
    align-self: stretch
}

.wide-image-container h2 {
    margin-bottom: 30px
}

[class^=col-] .wide-image-container .featured-icon {
    height: 75px
}

[class^=col-] .wide-image-container .featured-icon img {
    max-height: 75px
}

.wide-image-container.pre-plan-cta {
    background-image: linear-gradient(#e1f3f2, #fff)
}

.wide-image-container.pre-plan-cta .featured-email-content {
    padding: 45px 25px 65px
}

.wide-image-container.pre-plan-cta .featured-email-content .btn {
    margin-top: 30px;
    width: 100%
}

.wide-image-container.pre-plan-cta .featured-icon {
    position: relative;
    max-width: 100%;
    height: 31px;
    margin: 0 auto
}

.wide-image-container.pre-plan-cta h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.wide-image-container.pre-plan-cta p {
    margin: 0 auto
}

@media (min-width: 768px) {
    .wide-image-container.pre-plan-cta h2 {
        font-size: 45px
    }

    .wide-image-container.pre-plan-cta p {
        max-width: 700px
    }

    .wide-image-container.pre-plan-cta .featured-email-content {
        padding: 45px 0 65px
    }

    .wide-image-container.pre-plan-cta .featured-email-content .btn {
        width: auto
    }
}

.featured-email-icon .featured-email .featured-email-content {
    padding: 80px 0
}

.featured-email-icon .featured-email .featured-email-content .btn {
    width: auto
}

.padding0 {
    padding: 0
}

@media (min-width: 1200px) {
    .one-col .featured-item-slide-topic .featured-item-slide-title-copy {
        max-width: 40%
    }
}

.no-js .filter-form-wrapper {
    display: none
}

.form-filter .btn {
    padding: 5px 50px
}

.form-filter .btn > a {
    color: #fff
}

.form-filter input.check-filter[type=checkbox] + label:before {
    display: none
}

input.check-filter[type=checkbox] {
    display: none
}

input.check-filter[type=checkbox] + label {
    background-color: transparent;
    border: none;
    font-weight: 100;
    height: auto;
    margin-bottom: 15px;
    width: auto;
    cursor: pointer
}

input.check-filter[type=checkbox] + label span {
    display: inline-block;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer
}

input.check-filter[type=checkbox]:checked + label {
    border: none;
    box-shadow: none
}

input.check-filter[type=checkbox]:checked + label span {
    background: url(../img/icons/icon-success.png) 0 0 no-repeat
}

.filter-form-wrapper .panel-group {
    margin-bottom: 0
}

.filter-form-wrapper .panel, .filter-form-wrapper .panel-group, .filter-form-wrapper .panel-group .panel > .panel-heading, .filter-form-wrapper .panel.active {
    border: none
}

.filter-form-wrapper .panel-heading {
    padding: 0
}

.filter-form-wrapper .panel-body {
    padding: 0
}

fieldset legend {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 16px;
    color: #605f5e;
    margin-bottom: 10px
}

fieldset .form-group {
    display: inline-block;
    width: 48%;
    vertical-align: middle
}

fieldset.state-col .form-group {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    fieldset.state-col .form-group {
        width: 48%
    }
}

@media (min-width: 992px) {
    fieldset.state-col .form-group {
        width: 100%
    }
}

fieldset + fieldset {
    margin-top: 20px
}

.error-message, .error-msg {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    color: #e12c2c;
    display: none
}

.error-message {
    display: block
}

.filter-panel {
    border: 1px solid #aeaca9;
    padding: 20px;
    background: #fff;
    position: absolute;
    z-index: 15;
    width: 100%;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.checkboxes, .radio-buttons {
    margin-top: 40px;
    position: relative
}

.checkboxes p, .radio-buttons p {
    color: #605f5e
}

.checkboxes h4.see-more, .radio-buttons h4.see-more {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    top: -40px;
    right: 0
}

.checkboxes .form-group, .radio-buttons .form-group {
    margin-bottom: 10px
}

.form-control {
    font-size: 16px;
    font-size: 1rem
}

.form-control:focus {
    background-color: #fff;
    border: 1px solid #47d5cd
}

.form-group {
    margin-bottom: 20px
}

.form-group #btnSubmit {
    margin-top: 40px !important
}

.form-group .btn-cancel {
    padding: .7142857143rem 2.1428571429rem
}

.form-group.error .form-control {
    background-color: #fffaba !important;
    border: solid 1px #e12c2c
}

.form-group.error .file-name, .form-group.error label {
    color: #e12c2c
}

.form-group input[type=checkbox] {
    display: none
}

.form-group input[type=checkbox] + input[type=hidden] + label, .form-group input[type=checkbox] + label {
    padding-left: 27px;
    text-transform: none
}

.form-group input[type=checkbox] + input[type=hidden] + label:before, .form-group input[type=checkbox] + label:before {
    background-color: #fff;
    border: 1px solid #aeaca9;
    cursor: pointer;
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    margin-left: -27px;
    vertical-align: sub;
    width: 20px
}

.form-group input[type=checkbox] + input[type=hidden] + label .icon, .form-group input[type=checkbox] + label .icon {
    display: none
}

.form-group input[type=checkbox] + label {
    width: auto
}

.form-group input[type=checkbox]:checked + input[type=hidden] + label, .form-group input[type=checkbox]:checked + label {
    border: none;
    background: 0 0
}

.form-group input[type=checkbox]:checked + input[type=hidden] + label:before, .form-group input[type=checkbox]:checked + label:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -186px -275px;
    width: 20px;
    height: 20px;
    border: 1px solid #47d5cd;
    background-color: #d3f4f2
}

.form-group input[type=checkbox]:checked + input[type=hidden] + label .icon, .form-group input[type=checkbox]:checked + label .icon {
    left: -1px;
    margin: 0;
    position: relative;
    top: 4px
}

.form-group input[type=checkbox]:disabled + input[type=hidden] + label, .form-group input[type=checkbox]:disabled + label {
    border: none;
    cursor: not-allowed
}

.form-group input[type=radio] {
    display: none
}

.form-group input[type=radio] + label {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    text-transform: none
}

.form-group input[type=radio] + label:before {
    background-color: #fff;
    border: 1px solid #aeaca9;
    cursor: pointer;
    content: "";
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 18px;
    margin-left: -25px;
    position: relative;
    top: 3px;
    width: 18px
}

.form-group input[type=radio]:checked + label:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d3f4f2;
    border: 1px solid #47d5cd;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px
}

.form-group input[type=radio]:checked + label .icon {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px 0 #47d5cd;
    -moz-box-shadow: 0 0 3px 0 #47d5cd;
    box-shadow: 0 0 3px 0 #47d5cd;
    background-color: #47d5cd;
    display: inline-block;
    height: 6px;
    left: 6px;
    position: absolute;
    top: 9px;
    width: 6px
}

.form-group input[type=radio]:disabled + label {
    border: none;
    cursor: not-allowed
}

.form-group input[type=tel] {
    padding-left: 33px !important
}

.form-group input[type=tel] + .number {
    position: absolute;
    margin-top: -34px;
    margin-left: 10px;
    color: #605f5e;
    line-height: 19px
}

.form-group .file-upload-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%
}

.form-group input[type=file] {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0
}

.form-group .form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: Lato;
    background-color: #fff;
    border: 1px solid #aeaca9;
    color: #605f5e;
    height: 50px
}

.form-group label {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #605f5e
}

.form-group .input-optional {
    font-size: 13px;
    font-size: .8125rem;
    float: right;
    color: #605f5e
}

.form-group textarea.form-control {
    resize: none;
    height: 250px;
    position: relative
}

.select {
    background-color: #fff;
    overflow: hidden;
    height: 50px;
    position: relative;
    width: 100%
}

.select .icon-drop-arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    z-index: 2
}

.select > .select-wrapper, .select > .select-wrapper-dropdown-group {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.select > .select-wrapper-dropdown-group > select, .select > .select-wrapper > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent !important;
    padding-right: 45px
}

.ie10 .select-wrapper, .ie8 .select-wrapper, .ie9 .select-wrapper {
    right: -45px;
    z-index: 3
}

@media (min-width: 992px) {
    fieldset .form-group {
        width: 100%
    }

    .checkboxes .filter-panel {
        border-top: none;
        position: static;
        display: block !important;
        height: auto !important
    }

    .checkboxes, .radio-buttons {
        margin-top: 0
    }

    .checkboxes:not(.form-inline), .radio-buttons:not(.form-inline) {
        padding-top: 0
    }

    .checkboxes h4.see-more, .radio-buttons h4.see-more {
        background-color: #eeebe6;
        padding: 10px 20px;
        margin: 0;
        position: static;
        border: 1px solid #aeaca9;
        border-bottom: none;
        font-size: 18px;
        cursor: default
    }

    .checkboxes h4.see-more:after, .radio-buttons h4.see-more:after {
        display: none
    }
}

.salesforce-form {
    padding-bottom: 20px
}

.salesforce-form .btn-send {
    white-space: normal
}

@media (min-width: 768px) {
    .salesforce-form .btn-send {
        width: 100%;
        max-width: none
    }
}

.salesforce-form .legend, .salesforce-form legend {
    font-style: italic;
    padding-bottom: 15px
}

.one-col .salesforce-form {
    max-width: 620px;
    margin: 0 auto
}

.salesforce-form-top p {
    margin-bottom: 20px
}

.sf-disclaimer {
    margin: 0;
    font-size: 14px;
    text-align: left
}

.sf-disclaimer p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.one-col .sf-disclaimer {
    max-width: 620px;
    margin: 0 auto
}

#clearFilters {
    float: right;
    margin-top: 30px
}

@media (min-width: 992px) {
    #clearFilters {
        width: 100%;
        float: none
    }
}

.btn-send {
    width: 100%
}

@media (min-width: 768px) {
    .btn-send {
        width: auto
    }
}

.plus-icon {
    display: inline-block;
    position: relative;
    right: 5px;
    margin-left: 5px
}

.guide-form h2 {
    font-size: 40px
}

.guide-image {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto -20px
}

@media (min-width: 992px) {
    .guide-image {
        margin: auto
    }
}

.disclaimer {
    margin: 20px 0 0;
    font-size: 14px;
    text-align: left
}

.disclaimer.form-info {
    margin: 20px 0
}

.disclaimer p {
    width: 100%;
    max-width: 100%
}

.unsubscribe-form {
    margin-top: 30px;
    margin-bottom: 30px
}

.unsubscribe-form h1 {
    margin-bottom: 20px;
    text-align: center
}

.unsubscribe-form h3 {
    font-size: 35px
}

.unsubscribe-form .form-body {
    margin: 10px auto 30px;
    max-width: 450px
}

.unsubscribe-form fieldset {
    margin-bottom: 30px;
    margin-top: 30px
}

.unsubscribe-form fieldset .form-group {
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.unsubscribe-form fieldset .form-group:last-child {
    margin-bottom: 0
}

.unsubscribe-form [type=submit] {
    width: 100%
}

.unsubscribe-form .unsubscribe-text {
    margin-top: 50px
}

.typeform {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.ppg-content img {
    margin-top: 30px
}

@media (min-width: 992px) {
    .ppg-content img {
        margin-top: 100px
    }
}

.ppg-content h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 40px;
    margin-top: 0
}

@media (min-width: 992px) {
    .ppg-content h2 {
        margin-top: 20px
    }
}

.custom-sf-form .col-sf-form {
    margin-top: 0
}

.custom-sf-form .form-title {
    font-size: 35px;
    margin-top: 10px
}

.custom-sf-form .primary-btn {
    background-color: #47d5cd
}

.custom-sf-form .form-col {
    background-color: #edebe5;
    margin: -100px 0 20px;
    padding: 20px 20px 0;
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .2)
}

.custom-sf-form .content-col {
    padding-top: 0
}

@media (min-width: 768px) {
    .custom-sf-form .form-title {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .custom-sf-form .form-col {
        margin-top: -115px
    }

    .custom-sf-form .content-col {
        padding-left: 65px;
        padding-right: 0
    }

    .custom-sf-form .sf-form-title {
        font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
        letter-spacing: 3px;
        padding-top: 10px;
        font-size: 13px
    }
}

.custom-sf-form.reverse .form-col {
    margin-top: 20px
}

@media (min-width: 992px) {
    .custom-sf-form.reverse .form-col {
        margin-top: -115px
    }

    .custom-sf-form.reverse .content-col {
        padding-right: 65px;
        padding-left: 0
    }
}

.autofill {
    background-color: #edf9f9 !important
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    filter: none;
    border: 1px solid #aeaca9;
    -webkit-text-fill-color: #605F5E;
    -webkit-box-shadow: 0 0 0 1000px #edf9f9 inset;
    transition: background-color 5000s ease-in-out 0s
}

.help-block {
    margin-top: 5px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 12px;
    color: #aeaca9
}

.required-text {
    text-align: left;
    font-size: 14px;
    color: #605f5e;
    line-height: 17px;
    margin-bottom: 30px
}

.guide-downloaded {
    margin: 30px 0 15px
}

.guide-downloaded .glyph-link {
    letter-spacing: 2px
}

.dncform-container .dnc-alert-container {
    border: 1px solid #ddd;
    position: relative;
    padding: 12px 20px 14px 48px;
    margin-bottom: 20px
}

.dncform-container .dnc-alert-container p {
    margin: 0;
    text-align: left
}

.dncform-container .dnc-alert-box:before {
    width: 36px;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #edd148
}

.dncform-container .dnc-alert-box .dnc-alert-icon {
    position: absolute;
    top: 15px;
    left: 9px;
    line-height: 16px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -206px -275px;
    width: 20px;
    height: 18px
}

.dncform-container .dnc-alert-error:before {
    background-color: #e44943
}

.dncform-container .dnc-alert-error .dnc-alert-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -226px -275px;
    width: 18px;
    height: 18px
}

.dncform-container .dnc-alert-update:before {
    background-color: #4cbf9c
}

.dncform-container .dnc-alert-update .dnc-alert-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -244px -275px;
    width: 18px;
    height: 18px
}

.dncform-container p {
    text-align: center
}

.dncform-container p.legend {
    margin-bottom: 40px
}

.dncform-container .dnc-form {
    max-width: 418px;
    margin: 0 auto 40px
}

.dncform-container .dnc-form .btn-send {
    width: 100%
}

@media (max-width: 991px) {
    .dncform-container .dnc-form {
        max-width: 312px
    }
}

#general-price-list {
    margin-top: 15px;
    margin-bottom: 25px
}

#general-price-list h2 {
    text-align: center;
    font-size: 16px;
    font-family: Lato-Black, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2.4px
}

#general-price-list .price-list {
    list-style: none;
    text-align: center;
    padding: 0
}

#general-price-list .price-list .price-list-item {
    margin-bottom: 24px;
    width: 100%
}

#general-price-list .price-list .price-list-item a {
    text-transform: none;
    font-weight: 400;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: normal;
    line-height: 12px
}

@media (min-width: 1200px) {
    #general-price-list {
        margin: 0 auto 0;
        padding: 0;
        width: 100%;
        display: table;
        max-width: 1200px
    }
}

.glyph-arrow-up:after {
    content: " \02C6"
}

.glyph-link {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    border: none;
    background: 0 0;
    padding-bottom: 6px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    position: relative;
    color: #4a3c31
}

@media (pointer: fine) {
    .glyph-link:after {
        content: '';
        display: block;
        width: 0;
        background: #47d5cd;
        -webkit-transition: width .35s ease;
        -moz-transition: width .35s ease;
        -ms-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease;
        height: .1rem;
        margin-top: 6px;
        position: absolute
    }

    .glyph-link:hover:after {
        width: 100%
    }
}

.glyph-share, .play-tribute-video-link {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    border: none;
    background: 0 0;
    padding-bottom: 6px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    position: relative;
    color: #4a3c31
}

.glyph-share:before, .play-tribute-video-link:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -476px;
    width: 31px;
    height: 31px;
    clear: both;
    display: inline-block;
    content: ' ';
    position: relative;
    top: 11px;
    margin-right: 10px
}

.glyph-caret-link {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    border: none;
    background: 0 0;
    padding-bottom: 6px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 14px;
    position: relative;
    color: #4a3c31
}

.glyph-caret-link:after {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -448px -343px;
    width: 17px;
    height: 10px;
    clear: both;
    display: inline-block;
    content: ' ';
    position: relative;
    margin-left: 10px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.glyph-caret-link.up:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glyph-share {
    padding-bottom: 0
}

.glyph-share:before {
    background: url(/content/img/teal/tray-share-obit.svg) no-repeat center;
    position: relative;
    top: 0;
    left: 0;
    height: 21.48px;
    width: 25.112px;
    vertical-align: bottom
}

.notification + .component .glyph-link {
    border-bottom: 2px solid #47d5cd
}

.notification + .component .glyph-link:hover {
    border-bottom-color: #26a9a1
}

h1, h2, h3 {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    line-height: 1em
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 35px
}

.header-subtitle, .hide-extra-paragraphs h2, .hide-extra-paragraphs h3, .hide-extra-paragraphs h4, .hide-extra-paragraphs h5, .hide-extra-paragraphs h6 {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2em
}

.header-subtitle.strong, .hide-extra-paragraphs h2.strong, .hide-extra-paragraphs h3.strong, .hide-extra-paragraphs h4.strong, .hide-extra-paragraphs h5.strong, .hide-extra-paragraphs h6.strong {
    font-family: Lato-Black, Arial, Helvetica, Lucida Grande, Sans-serif
}

.header-subtitle.light, .hide-extra-paragraphs h2.light, .hide-extra-paragraphs h3.light, .hide-extra-paragraphs h4.light, .hide-extra-paragraphs h5.light, .hide-extra-paragraphs h6.light {
    color: #605f5e
}

@media (min-width: 768px) {
    h1 {
        font-size: 60px
    }

    h2 {
        font-size: 50px
    }

    h3 {
        font-size: 30px
    }
}

.icon {
    background-repeat: no-repeat;
    display: inline-block;
    position: relative
}

.icon-drop-arrow {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -507px;
    width: 19px;
    height: 10px
}

.email-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -354px -57px;
    width: 57px;
    height: 57px
}

.icon-facebook {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -354px -114px;
    width: 57px;
    height: 57px
}

.icon-pin {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -299px;
    width: 57px;
    height: 57px
}

.icon-popup-arrow {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -324px -356px;
    width: 30px;
    height: 25px
}

.icon-locate {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -56px;
    width: 50px;
    height: 55px
}

.map-pin {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px 0;
    width: 45px;
    height: 55px
}

.icon-jewish {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -271px;
    width: 50px;
    height: 54px
}

.icon-link {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -228px -299px;
    width: 57px;
    height: 57px
}

.icon-search {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -247px -356px;
    width: 41px;
    height: 38px
}

.icon-search-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -309px -214px;
    width: 41px;
    height: 34px
}

.icon-search-smallest {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -380px;
    width: 34px;
    height: 32px
}

.icon-share-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -171px -299px;
    width: 57px;
    height: 57px
}

.icon-telephone {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px 0;
    width: 35px;
    height: 65px
}

.icon-support {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -427px;
    width: 30px;
    height: 30px
}

.icon-support-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -342px -299px;
    width: 57px;
    height: 57px
}

.icon-flowers-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -354px -171px;
    width: 57px;
    height: 57px
}

.icon-return {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -268px -71px;
    width: 80px;
    height: 71px
}

.icon-chat {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -182px -125px;
    width: 86px;
    height: 71px
}

.chat-sm {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -354px 0;
    width: 57px;
    height: 57px
}

.icon-flourish {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: 0 -225px;
    width: 257px;
    height: 25px
}

.icon-tooltip {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -262px -275px;
    width: 18px;
    height: 18px
}

.icon-btn-close {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -142px -275px;
    width: 22px;
    height: 22px
}

.icon-mobile-close {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -379px -356px;
    width: 25px;
    height: 25px
}

.icon-close-smallest {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -266px -407px;
    width: 23px;
    height: 28px
}

.plus-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -340px -189px;
    width: 13px;
    height: 13px
}

.icon-chat-sticky {
    background: url("/content/img/teal/tray-add-memory.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 23px;
    width: 27px
}

.icon-email-sticky {
    background: url("/content/img/teal/tray-get-updates.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 17px;
    width: 26px
}

.icon-flower-sticky {
    background: url("/content/img/teal/tray-send-flowers.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 28px
}

.icon-gift-sticky {
    background: url("/content/img/teal/tray-send-gift.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 22px;
    width: 24px
}

.icon-shareobit-sticky {
    background: url("/content/img/teal/tray-share-obit.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 22px;
    width: 26px
}

.icon-guide-sticky {
    background: url("/content/img/teal/guide-icon.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 22px
}

.icon-fb-sticky {
    background: url("/content/img/teal/fb-icon.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 22px
}

.icon-link-sticky {
    background: url("/content/img/teal/link-icon.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 25px
}

.icon-text-notifications {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -111px;
    width: 52px;
    height: 52px
}

.icon-success-email {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: 0 -250px;
    width: 76px;
    height: 49px
}

.icon-flower-generic-sticky {
    background: url("/content/img/teal/tray-cemetery-flowers.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 24px;
    width: 24px
}

.icon-adchoices {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -340px -142px;
    width: 14px;
    height: 15px
}

.icon-email-updates {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -356px;
    width: 65px;
    height: 42px
}

.icon-associate-cta-flourish {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -76px -298px;
    width: 232px;
    height: 1px
}

.icon-flourish-small {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -100px -207px;
    width: 110px;
    height: 11px
}

.icon-flourish-small-blue {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -150px -117px;
    width: 75px;
    height: 7px
}

.icon-flourish-large {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -150px -106px;
    width: 116px;
    height: 11px
}

.icon-end-card-flourish-top {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px -325px;
    width: 37px;
    height: 31px
}

.icon-zero {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -78px -457px;
    width: 39px;
    height: 62px
}

.icon-one {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -127px;
    width: 33px;
    height: 62px
}

.icon-two {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: 0 -457px;
    width: 39px;
    height: 62px
}

.icon-three {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -310px;
    width: 39px;
    height: 62px
}

.icon-four {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -62px;
    width: 40px;
    height: 62px
}

.icon-five {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -241px;
    width: 39px;
    height: 62px
}

.icon-six {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -186px;
    width: 39px;
    height: 62px
}

.icon-seven {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -154px -457px;
    width: 37px;
    height: 62px
}

.icon-eight {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -117px;
    width: 39px;
    height: 62px
}

.icon-nine {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -365px;
    width: 39px;
    height: 62px
}

.icon-return-to {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -448px;
    width: 35px;
    height: 28px
}

.icon-pdf {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -313px;
    width: 33px;
    height: 35px
}

.icon-get-directions {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -244px -407px;
    width: 22px;
    height: 37px
}

.icon-floral-promo {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -100px -125px;
    width: 82px;
    height: 82px
}

.pricing-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -288px -356px;
    width: 36px;
    height: 36px
}

.send-flowers-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -122px -356px;
    width: 43px;
    height: 39px
}

.share-location-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -285px -299px;
    width: 57px;
    height: 57px
}

.telephone-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -289px -407px;
    width: 24px;
    height: 24px
}

.ratings-caret {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -377px -285px;
    width: 22px;
    height: 13px
}

.icon-back-to-caret {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -537px -427px;
    width: 12px;
    height: 19px
}

.icon-portal-error {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -226px -275px;
    width: 18px;
    height: 18px
}

.icon-portal-alert {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -206px -275px;
    width: 20px;
    height: 18px
}

.icon-portal-update {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -244px -275px;
    width: 18px;
    height: 18px
}

.icon-portal-email {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -50px -407px;
    width: 50px;
    height: 50px
}

.icon-portal-password {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -150px -407px;
    width: 50px;
    height: 50px
}

.icon-portal-flourish {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -100px -407px;
    width: 50px;
    height: 50px
}

.icon-p-lorem {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -571px -251px;
    width: 13px;
    height: 62px
}

.icon-p-ipsum {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -251px;
    width: 19px;
    height: 62px
}

.icon-p-dolor {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -78px -457px;
    width: 39px;
    height: 62px
}

.icon-p-sit {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -127px;
    width: 33px;
    height: 62px
}

.icon-p-amet {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: 0 -457px;
    width: 39px;
    height: 62px
}

.icon-p-te {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -310px;
    width: 39px;
    height: 62px
}

.icon-p-movet {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -62px;
    width: 40px;
    height: 62px
}

.icon-p-possit {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -241px;
    width: 39px;
    height: 62px
}

.icon-p-at {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -186px;
    width: 39px;
    height: 62px
}

.icon-p-sed {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -154px -457px;
    width: 37px;
    height: 62px
}

.icon-p-eius {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -117px;
    width: 39px;
    height: 62px
}

.icon-p-eripuit {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -365px;
    width: 39px;
    height: 62px
}

.icon-pricing {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -114px -299px;
    width: 57px;
    height: 57px
}

.icon-p-lorem-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -571px -189px;
    width: 13px;
    height: 62px
}

.icon-p-ipsum-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -189px;
    width: 19px;
    height: 62px
}

.icon-p-dolor-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -39px -457px;
    width: 39px;
    height: 62px
}

.icon-p-sit-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -552px -65px;
    width: 33px;
    height: 62px
}

.icon-p-amet-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -372px;
    width: 39px;
    height: 62px
}

.icon-p-te-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -248px;
    width: 39px;
    height: 62px
}

.icon-p-movet-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px 0;
    width: 40px;
    height: 62px
}

.icon-p-possit-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -179px;
    width: 39px;
    height: 62px
}

.icon-p-at-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -467px -124px;
    width: 39px;
    height: 62px
}

.icon-p-sed-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -117px -457px;
    width: 37px;
    height: 62px
}

.icon-p-eius-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -55px;
    width: 39px;
    height: 62px
}

.icon-p-eripuit-black {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -507px -303px;
    width: 39px;
    height: 62px
}

.icon-memory-count {
    background: url("/content/img/teal/memory-count.svg") center no-repeat;
    position: relative;
    top: 6px;
    display: inline-block;
    height: 33px;
    width: 33px
}

.icon-photos {
    background: url("/content/img/teal/photos.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 34px;
    width: 40px
}

.icon-upload {
    background: url("/content/img/teal/upload.svg") center no-repeat;
    position: relative;
    top: 0;
    height: 44px;
    width: 48px
}

.icon-video-play-button {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -268px -142px;
    width: 72px;
    height: 72px
}

.icon-candle-default {
    background: url("/content/img/teal/light-candle-default.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 47px;
    width: 14px
}

.icon-candle-active {
    background: url("/content/img/teal/light-candle-active.svg") center no-repeat;
    position: relative;
    top: 0;
    display: inline-block;
    height: 47px;
    width: 14px
}

.icon-like {
    background: url("/content/img/teal/memory-like.svg") center no-repeat;
    position: relative;
    top: 1px;
    display: inline-block;
    height: 27px;
    width: 27px
}

.icon-camera {
    background: url("/content/img/teal/camera-add-memory-icon.svg") center no-repeat;
    position: relative;
    top: 1px;
    display: inline-block;
    height: 18px;
    width: 23px
}

.all-locations-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    background: url("/content/img/teal/all-locations-icon.svg") center no-repeat;
    height: 30px;
    width: 30px
}

.scroll-right-icon {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/arrow-scroll.svg") center no-repeat;
    height: 49px;
    width: 49px
}

.scroll-left-icon {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/arrow-scroll-left.svg") center no-repeat;
    height: 49px;
    width: 49px
}

.icon-pin-sm {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/icon-pin-sm.svg") center no-repeat;
    height: 37px;
    width: 25px
}

.icon-use-location {
    position: relative;
    display: inline-block
}

.icon-morning-gray {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/morning-icon-gray.svg") center no-repeat;
    height: 20px;
    width: 30px
}

.icon-morning-white {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/morning-icon-white.svg") center no-repeat;
    height: 20px;
    width: 30px
}

.icon-afternoon-gray {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/afternoon-icon-gray.svg") center no-repeat;
    height: 20px;
    width: 30px
}

.icon-afternoon-white {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/afternoon-icon-white.svg") center no-repeat;
    height: 20px;
    width: 30px
}

.icon-evening-gray {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/evening-icon-gray.svg") center no-repeat;
    height: 20px;
    width: 20px
}

.icon-evening-white {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/evening-icon-white.svg") center no-repeat;
    height: 20px;
    width: 20px
}

.icon-location-meeting {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/location-meeting.svg") center no-repeat;
    height: 45px;
    width: 45px
}

.icon-home-meeting {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/home-meeting.svg") center no-repeat;
    height: 45px;
    width: 45px
}

.icon-appointment-time {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/appointment-time.svg") center no-repeat;
    height: 34px;
    width: 34px
}

.icon-appointment-location {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/appointment-location.svg") center no-repeat;
    height: 34px;
    width: 34px
}

.icon-appointment-home {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/appointment-home.svg") center no-repeat;
    height: 34px;
    width: 34px
}

.icon-appointment-video {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/appointment-video.svg") center no-repeat;
    height: 34px;
    width: 40px
}

.icon-date-picker {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/date-picker.svg") center no-repeat;
    height: 23px;
    width: 20px
}

.icon-error-date-picker {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/error.svg") center no-repeat;
    height: 67px;
    width: 77px
}

.icon-checkmark {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/checkmark.svg") center no-repeat;
    height: 20px;
    width: 20px
}

.icon-close {
    position: relative;
    display: inline-block;
    background: url("/content/img/teal/close-button.svg") center no-repeat;
    height: 20px;
    width: 20px
}

.return-location {
    padding: 20px 0
}

.return-location .loc-title {
    display: table;
    margin-bottom: 5px
}

.return-location .loc-title > * {
    display: table-cell;
    vertical-align: middle
}

.return-location .loc-title h2 {
    font-size: 28px
}

@media (min-width: 480px) {
    .return-location .loc-title h2 {
        font-size: 40px
    }
}

.return-location .loc-title h2 span {
    border-bottom: 2px solid #47d5cd
}

.return-location .row .close {
    margin-left: 10px
}

.return-location .row .icon {
    float: left;
    margin: 5px 0 0 0
}

.return-location .row h2 {
    margin-top: 0;
    overflow: visible;
    min-height: 1.05em;
    line-height: 36px
}

@media (min-width: 768px) {
    .return-location .row h2 {
        line-height: 46px
    }
}

.return-location .row p {
    color: #605f5e;
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    clear: both
}

@media (min-width: 480px) {
    .return-location .row .glyph-link {
        float: right
    }

    .return-location .row p {
        padding-left: 50px
    }
}

@media (min-width: 768px) {
    .return-location {
        padding: 20px 0
    }

    .return-location .row p {
        padding-left: 45px
    }

    .return-location .row .icon {
        margin-right: 0
    }
}

#new-location-widget .loc-title {
    padding-right: 50px
}

#new-location-widget .loc-title h2 {
    font-size: 26px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    color: #4a3b31;
    line-height: 26px
}

#new-location-widget .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: -15px
}

#new-location-widget #noResults p a, #new-location-widget .CoveoErrorReport .coveo-error-report-clear, #new-location-widget .CoveoErrorReport .coveo-error-report-more-info, #new-location-widget .CoveoErrorReport .coveo-error-report-previous, #new-location-widget .CoveoErrorReport .coveo-error-report-retry, #new-location-widget .basic-link, #new-location-widget .errorpage a, #new-location-widget .glyph-link, #new-location-widget .hide-extra-paragraphs a:not(.see-more), #new-location-widget .screen-title-full-overlay .screen-title-cta, #noResults p #new-location-widget a, .CoveoErrorReport #new-location-widget .coveo-error-report-clear, .CoveoErrorReport #new-location-widget .coveo-error-report-more-info, .CoveoErrorReport #new-location-widget .coveo-error-report-previous, .CoveoErrorReport #new-location-widget .coveo-error-report-retry, .errorpage #new-location-widget a, .hide-extra-paragraphs #new-location-widget a:not(.see-more), .screen-title-full-overlay #new-location-widget .screen-title-cta {
    color: #4e4036;
    margin-right: 10px
}

#new-location-widget #noResults p a:last-child, #new-location-widget .CoveoErrorReport .coveo-error-report-clear:last-child, #new-location-widget .CoveoErrorReport .coveo-error-report-more-info:last-child, #new-location-widget .CoveoErrorReport .coveo-error-report-previous:last-child, #new-location-widget .CoveoErrorReport .coveo-error-report-retry:last-child, #new-location-widget .basic-link:last-child, #new-location-widget .errorpage a:last-child, #new-location-widget .glyph-link:last-child, #new-location-widget .hide-extra-paragraphs a:last-child:not(.see-more), #new-location-widget .screen-title-full-overlay .screen-title-cta:last-child, #noResults p #new-location-widget a:last-child, .CoveoErrorReport #new-location-widget .coveo-error-report-clear:last-child, .CoveoErrorReport #new-location-widget .coveo-error-report-more-info:last-child, .CoveoErrorReport #new-location-widget .coveo-error-report-previous:last-child, .CoveoErrorReport #new-location-widget .coveo-error-report-retry:last-child, .errorpage #new-location-widget a:last-child, .hide-extra-paragraphs #new-location-widget a:last-child:not(.see-more), .screen-title-full-overlay #new-location-widget .screen-title-cta:last-child {
    margin-right: 0
}

#new-location-widget #noResults p a.call-desktop, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-clear, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-more-info, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-previous, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-retry, #new-location-widget .basic-link.call-desktop, #new-location-widget .call-desktop.glyph-link, #new-location-widget .errorpage a.call-desktop, #new-location-widget .hide-extra-paragraphs a.call-desktop:not(.see-more), #new-location-widget .screen-title-full-overlay .call-desktop.screen-title-cta, #noResults p #new-location-widget a.call-desktop, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-clear, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-more-info, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-previous, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-retry, .errorpage #new-location-widget a.call-desktop, .hide-extra-paragraphs #new-location-widget a.call-desktop:not(.see-more), .screen-title-full-overlay #new-location-widget .call-desktop.screen-title-cta {
    display: none
}

#new-location-widget .vr {
    display: inline-block;
    width: 1px;
    background-color: #ccc;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px
}

@media (min-width: 768px) {
    #new-location-widget .loc-title h2 {
        font-size: 30px
    }

    #new-location-widget #noResults p a, #new-location-widget .CoveoErrorReport .coveo-error-report-clear, #new-location-widget .CoveoErrorReport .coveo-error-report-more-info, #new-location-widget .CoveoErrorReport .coveo-error-report-previous, #new-location-widget .CoveoErrorReport .coveo-error-report-retry, #new-location-widget .basic-link, #new-location-widget .errorpage a, #new-location-widget .glyph-link, #new-location-widget .hide-extra-paragraphs a:not(.see-more), #new-location-widget .screen-title-full-overlay .screen-title-cta, #noResults p #new-location-widget a, .CoveoErrorReport #new-location-widget .coveo-error-report-clear, .CoveoErrorReport #new-location-widget .coveo-error-report-more-info, .CoveoErrorReport #new-location-widget .coveo-error-report-previous, .CoveoErrorReport #new-location-widget .coveo-error-report-retry, .errorpage #new-location-widget a, .hide-extra-paragraphs #new-location-widget a:not(.see-more), .screen-title-full-overlay #new-location-widget .screen-title-cta {
        display: inline-block
    }

    #new-location-widget #noResults p a.call-desktop, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-clear, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-more-info, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-previous, #new-location-widget .CoveoErrorReport .call-desktop.coveo-error-report-retry, #new-location-widget .basic-link.call-desktop, #new-location-widget .call-desktop.glyph-link, #new-location-widget .errorpage a.call-desktop, #new-location-widget .hide-extra-paragraphs a.call-desktop:not(.see-more), #new-location-widget .screen-title-full-overlay .call-desktop.screen-title-cta, #noResults p #new-location-widget a.call-desktop, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-clear, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-more-info, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-previous, .CoveoErrorReport #new-location-widget .call-desktop.coveo-error-report-retry, .errorpage #new-location-widget a.call-desktop, .hide-extra-paragraphs #new-location-widget a.call-desktop:not(.see-more), .screen-title-full-overlay #new-location-widget .call-desktop.screen-title-cta {
        display: inline-block
    }

    #new-location-widget #noResults p a.call-mobile, #new-location-widget .CoveoErrorReport .call-mobile.coveo-error-report-clear, #new-location-widget .CoveoErrorReport .call-mobile.coveo-error-report-more-info, #new-location-widget .CoveoErrorReport .call-mobile.coveo-error-report-previous, #new-location-widget .CoveoErrorReport .call-mobile.coveo-error-report-retry, #new-location-widget .basic-link.call-mobile, #new-location-widget .call-mobile.glyph-link, #new-location-widget .errorpage a.call-mobile, #new-location-widget .hide-extra-paragraphs a.call-mobile:not(.see-more), #new-location-widget .screen-title-full-overlay .call-mobile.screen-title-cta, #noResults p #new-location-widget a.call-mobile, .CoveoErrorReport #new-location-widget .call-mobile.coveo-error-report-clear, .CoveoErrorReport #new-location-widget .call-mobile.coveo-error-report-more-info, .CoveoErrorReport #new-location-widget .call-mobile.coveo-error-report-previous, .CoveoErrorReport #new-location-widget .call-mobile.coveo-error-report-retry, .errorpage #new-location-widget a.call-mobile, .hide-extra-paragraphs #new-location-widget a.call-mobile:not(.see-more), .screen-title-full-overlay #new-location-widget .call-mobile.screen-title-cta {
        display: none
    }
}

#location-squish.new-location-squish {
    text-align: center
}

#location-squish.new-location-squish .header-subtitle, #location-squish.new-location-squish .hide-extra-paragraphs h2, #location-squish.new-location-squish .hide-extra-paragraphs h3, #location-squish.new-location-squish .hide-extra-paragraphs h4, #location-squish.new-location-squish .hide-extra-paragraphs h5, #location-squish.new-location-squish .hide-extra-paragraphs h6, .hide-extra-paragraphs #location-squish.new-location-squish h2, .hide-extra-paragraphs #location-squish.new-location-squish h3, .hide-extra-paragraphs #location-squish.new-location-squish h4, .hide-extra-paragraphs #location-squish.new-location-squish h5, .hide-extra-paragraphs #location-squish.new-location-squish h6 {
    font-size: 13px;
    color: #605f5e;
    display: inline-block;
    padding-left: 0
}

#location-squish.new-location-squish .loc-title {
    margin: 0 auto 5px;
    padding: 0 25px
}

#location-squish.new-location-squish .loc-title h2 {
    font-size: 26px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    line-height: 30px
}

#location-squish.new-location-squish .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: -15px
}

@media (min-width: 768px) {
    #location-squish.new-location-squish .header-subtitle, #location-squish.new-location-squish .hide-extra-paragraphs h2, #location-squish.new-location-squish .hide-extra-paragraphs h3, #location-squish.new-location-squish .hide-extra-paragraphs h4, #location-squish.new-location-squish .hide-extra-paragraphs h5, #location-squish.new-location-squish .hide-extra-paragraphs h6, .hide-extra-paragraphs #location-squish.new-location-squish h2, .hide-extra-paragraphs #location-squish.new-location-squish h3, .hide-extra-paragraphs #location-squish.new-location-squish h4, .hide-extra-paragraphs #location-squish.new-location-squish h5, .hide-extra-paragraphs #location-squish.new-location-squish h6 {
        font-size: 14px
    }

    #location-squish.new-location-squish .loc-title h2 {
        font-size: 30px
    }
}

.featured-item-gallery {
    padding: 0 !important;
    margin-right: -15px;
    margin-left: -15px
}

.featured-item-gallery .featured-item-image-wrap .featured-item-image {
    width: 100%
}

.featured-item-gallery .featured-item-image-wrap .featured-item-title {
    cursor: pointer;
    position: absolute;
    background: #4a3c31;
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-align: center;
    right: 0;
    opacity: .8;
    bottom: 0
}

.featured-item-gallery .featured-item-image-wrap .featured-item-title h2 {
    font-size: 1.4em !important;
    margin: 0;
    margin-bottom: 5px
}

.featured-item-gallery .featured-item-image-wrap .featured-item-title p {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 1.5;
    letter-spacing: 2.4px;
    font-size: .3em !important;
    text-transform: uppercase
}

@media (min-width: 800px) {
    .featured-item-gallery {
        padding: 0 45px !important
    }

    .featured-item-gallery .featured-item-image-wrap .featured-item-title {
        margin-right: 45px
    }
}

a {
    cursor: pointer
}

#noResults p a, .CoveoErrorReport .coveo-error-report-clear, .CoveoErrorReport .coveo-error-report-more-info, .CoveoErrorReport .coveo-error-report-previous, .CoveoErrorReport .coveo-error-report-retry, .basic-link, .errorpage a, .glyph-link, .hide-extra-paragraphs a:not(.see-more), .screen-title-full-overlay .screen-title-cta {
    border-bottom: 2px solid #47d5cd
}

#noResults p a:hover, .CoveoErrorReport .coveo-error-report-clear:hover, .CoveoErrorReport .coveo-error-report-more-info:hover, .CoveoErrorReport .coveo-error-report-previous:hover, .CoveoErrorReport .coveo-error-report-retry:hover, .basic-link:hover, .errorpage a:hover, .glyph-link:hover, .hide-extra-paragraphs a:hover:not(.see-more), .screen-title-full-overlay .screen-title-cta:hover {
    border-bottom-color: #26a9a1
}

.basic-glyph-link {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    color: #4a3c31;
    padding-bottom: 6px;
    border-bottom: 2px solid #47d5cd;
    line-height: 30px
}

.basic-glyph-link:hover {
    border-bottom-color: #26a9a1
}

.back-link {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.back-link:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -537px -427px;
    width: 12px;
    height: 19px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#loader {
    position: absolute;
    z-index: 3;
    -webkit-animation: rotate 1.7s linear infinite;
    animation: rotate 1.7s linear infinite;
    left: 45%
}

#loader.center {
    top: 50%
}

#loader:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: 0 -407px;
    width: 50px;
    height: 50px;
    content: '';
    display: block
}

.loading-overlay {
    opacity: .5
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

#searchSection > #loader {
    top: 45%
}

.load-elipsis:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) .9s infinite;
    animation: ellipsis steps(4, end) .9s infinite;
    content: "\2026";
    width: 0
}

@keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

.bounce-loader {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

.bounce-loader > div {
    width: 18px;
    height: 18px;
    background-color: #47d5cd;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn .3s forwards;
    animation-delay: .2s
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.iconlist {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font: 10px Lato-Bold;
    text-align: center
}

.iconlist a {
    display: inline-block;
    font-size: 10px;
    vertical-align: top
}

.iconlist a .icon {
    display: block;
    margin: 0 auto;
    z-index: 1062
}

.send-flowers-gifts img {
    display: block;
    margin: 0 auto
}

.iframe-frameless {
    border: none;
    overflow: auto;
    width: 100%
}

.img-block {
    display: block;
    width: 100%;
    height: auto
}

.img-block, .img-left, .img-right {
    margin-bottom: 20px;
    width: 100%
}

.img-loading {
    display: none
}

@media (min-width: 768px) {
    .img-left {
        float: left;
        width: auto;
        margin-right: 20px
    }

    .img-right {
        float: right;
        width: auto;
        margin-left: 20px
    }

    .max-250 {
        max-width: 250px
    }

    .max-280 {
        max-width: 280px
    }
}

.img-box-shadow {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .29)
}

.list {
    max-width: 1400px;
    margin: 0 auto;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0
}

.list li {
    margin-bottom: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .bp-md .list.list-2-up > li {
        float: left;
        padding: 0 15px;
        width: 50%
    }
}

@media (min-width: 768px) {
    .bp-md .list.list-3-up > li {
        float: left;
        padding: 0 15px;
        width: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .bp-lg .list.list-2-up > li {
        float: left;
        padding: 0 15px;
        width: 50%
    }
}

@media (min-width: 992px) {
    .bp-lg .list.list-3-up > li {
        float: left;
        padding: 0 15px;
        width: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .bp-lg .list.list-4-up > li {
        float: left;
        padding: 0 15px;
        width: 25%
    }
}

@media (min-width: 1200px) {
    .bp-xl .list.list-2-up > li {
        float: left;
        padding: 0 15px;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .bp-xl .list.list-3-up > li {
        float: left;
        padding: 0 15px;
        width: 33.3333333333%
    }
}

@media (min-width: 1200px) {
    .bp-xl .list.list-4-up > li {
        float: left;
        padding: 0 15px;
        width: 25%
    }
}

.list-items ul {
    padding-bottom: 25px
}

.list-items ul:last-child {
    padding-bottom: 0
}

.list-items ul li {
    padding-bottom: 0;
    font-size: 13px;
    font-size: .8125rem
}

.list-items ul li.title {
    font-size: 16px;
    font-size: 1rem;
    font-family: Lato-Bold
}

.list-items ul li.address {
    font-size: 16px;
    font-size: 1rem;
    font-family: Lato-Bold
}

.list-items p {
    font-family: Lato-Bold;
    font-size: 16px;
    font-size: 1rem
}

.list-bulleted {
    list-style-type: square;
    padding-left: 5%
}

.tags-container {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap
}

.tags-container li {
    margin-right: 10px;
    margin-bottom: 15px
}

.tags-container li a .btn-primary .btn-cta-small {
    padding: 9px 15px
}

.hide-extra-paragraphs .see-more {
    text-align: left;
    display: inline;
    margin-left: 10px;
    white-space: nowrap
}

.hide-extra-paragraphs h2, .hide-extra-paragraphs h3, .hide-extra-paragraphs h4, .hide-extra-paragraphs h5, .hide-extra-paragraphs h6 {
    margin-bottom: 10px;
    font-size: 16px !important
}

.hide-extra-paragraphs p:first-child {
    display: block !important
}

.hide-extra-paragraphs:not(.is-editing) p + p, .hide-extra-paragraphs:not(.is-editing) p + ul {
    display: none
}

.hide-extra-sections .read-more {
    display: none
}

#see-more-container, .read-more-section {
    display: none
}

.read-more-section {
    height: 100px;
    position: relative
}

#read-more-container {
    position: absolute;
    top: -150px;
    height: 250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 54%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 54%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 54%, #fff 100%)
}

#read-more-container .read-more-link {
    position: relative;
    top: 150px
}

.location-card {
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%
}

.location-carousel .location-card {
    background: #fff;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
}

.location-carousel .location-card .CoveoResultLink {
    padding-bottom: 1px;
    border-bottom: 2px solid #47d5cd;
    line-height: 33px
}

.location-card img {
    width: 100%
}

.location-card p {
    letter-spacing: 1.5px
}

.location-card h3 {
    font-size: 30px
}

.location-card .row {
    margin: auto;
    position: relative;
    display: inline-block;
    width: 100%
}

.location-card .row .location-overlay {
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    background: #605f5e;
    opacity: .8;
    color: #fff;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    font-size: .7em
}

.location-card .row .location-overlay span {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    display: inline-block;
    font-size: 1.5em;
    padding-right: 2px
}

.location-card .row .location-overlay .rating-text {
    float: left;
    font-family: lato-bold;
    font-size: 11px;
    margin-top: 7px;
    letter-spacing: 1px
}

.location-card .row .location-overlay .distance-text {
    position: absolute;
    bottom: 50%;
    right: 42px;
    -moz-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 11px
}

.location-card .row .location-overlay .distance-text strong {
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    display: inline-block;
    padding-right: 5px
}

.location-card .row .location-overlay .rating {
    float: left;
    margin-left: 10px
}

.location-card .row .location-overlay .rating span {
    height: 14px;
    width: 15px;
    margin-bottom: -1px
}

.location-card .row .location-overlay .rating > span.half:after {
    width: 15px;
    height: 14px;
    margin: 0 -5px
}

.location-card .row .location-overlay .rating > span.quarter:after {
    width: 15px;
    height: 14px;
    margin: 0 -5px
}

.location-card .row .location-overlay .rating > span.three-quarter:after {
    width: 15px;
    height: 14px;
    margin: 0 -5px
}

.location-card .locator-information p {
    padding-top: 5px;
    font-size: .8em
}

.location-card .locator-information .icon-telephone {
    float: left;
    display: inline-block;
    margin-right: 15px
}

.location-card .locator-information .telephone {
    line-height: 35px
}

#searchResultsSection {
    margin-top: 22px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

#searchResultsSection #filterResults {
    height: 0;
    padding: 0
}

#searchResultsSection #filterResults .checkboxes > h4.see-more {
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px
}

#searchResultsSection #filterResults .checkboxes .filter-panel {
    top: 0
}

@media (min-width: 992px) {
    #searchResultsSection {
        margin-top: 30px
    }

    #searchResultsSection #filterResults {
        height: auto
    }

    #searchResultsSection #filterResults .checkboxes > h4.see-more {
        position: static;
        margin-bottom: 0
    }
}

.search-text {
    letter-spacing: 1.5px;
    color: #4a3c31;
    padding-top: 10px
}

.location-search h1 {
    font-size: 3em
}

.location-search .search-footer {
    margin-top: 30px
}

.location-search .search-text {
    padding-top: 0
}

.location-search .location-search-filter {
    padding-bottom: 5px;
    position: relative
}

.location-search .location-search-filter .CoveoQuerySummary {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    color: #4a3c31
}

.location-search .location-search-filter .see-more {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 16px
}

.location-search .location-search-filter .filter-panel {
    width: 90%;
    max-width: 1400px;
    right: 20px;
    margin-left: 20px;
    padding: 0
}

.location-search .location-search-filter .filter-panel > div {
    padding-left: 20px
}

.location-search .location-search-filter .filter-panel > div:first-child {
    margin-top: 20px
}

.location-search .location-search-map {
    position: relative
}

.location-search .location-search-map .CoveoResultList {
    margin: 0
}

.location-search #location-search-map {
    height: 100%;
    width: 100%
}

.location-search #sticky-map {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    height: 300px;
    overflow: hidden;
    z-index: 2
}

.location-search #sidebar {
    scrollbar-face-color: #605f5e;
    scrollbar-shadow-color: #605f5e;
    scrollbar-highlight-color: #eeebe6;
    scrollbar-3dlight-color: #eeebe6;
    scrollbar-darkshadow-color: #605f5e;
    scrollbar-track-color: #eeebe6;
    scrollbar-arrow-color: #605f5e
}

.location-search #sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f2f0ec
}

.location-search #sidebar::-webkit-scrollbar {
    width: 12px;
    background-color: #eeebe6
}

.location-search #sidebar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #605f5e
}

@media (min-width: 768px) {
    .location-search #sticky-map {
        position: relative;
        z-index: 0;
        overflow: visible;
        height: 700px
    }

    .location-search .location-search-filter {
        display: flex;
        flex-wrap: wrap
    }

    .location-search .location-search-filter .see-more {
        margin-bottom: 0;
        text-align: right
    }

    .location-search .location-search-filter #filterResults {
        order: 3
    }

    .location-search .location-search-filter .filter-panel {
        width: 95%;
        margin-top: 2px
    }

    .location-search #sidebar {
        height: 700px;
        overflow-y: auto;
        background: #f2f0ec
    }

    .location-search .search-text {
        margin-bottom: 20px;
        width: 100%;
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .location-search .location-search-filter .filter-panel {
        right: 30px
    }
}

#SearchKeys {
    text-transform: capitalize
}

.search-results-count {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #605f5e;
    margin-bottom: 30px;
    font-size: 14px
}

.search-results-count #sortMessage {
    display: block;
    margin-top: 10px
}

@media (min-width: 768px) {
    .search-results-count > :first-child {
        margin-right: 20px
    }

    .search-results-count #sortMessage {
        float: right;
        margin-top: 0
    }
}

#map-instructions {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

#noResults {
    padding-top: 20px
}

.locator-panel {
    background-color: #eeebe6;
    padding: 0
}

.locator-panel .locator-row {
    margin: 0 auto;
    max-width: 1200px
}

.locator-panel .locator-row > div:first-child {
    padding: 0
}

.locator-panel .location-copy {
    padding: 20px 0;
    position: relative;
    margin: 0
}

.locator-panel .location-map {
    padding: 0
}

.locator-panel .locator-titles {
    clear: both;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 40px
}

.locator-panel .locator-titles h2 {
    margin: 0 0 10px 0
}

.locator-panel .locator-titles .locator-open {
    color: #47d5cd;
    font-family: Lato-Bold
}

.locator-panel .locator-data {
    text-align: center
}

.locator-panel .locator-options {
    padding: 0 55px 55px
}

.locator-panel .locator-options a {
    max-width: 90px;
    margin: 0
}

@media (min-width: 768px) {
    .locator-panel .locator-options a {
        margin: 0 10px
    }

    .locator-panel .locator-options a:first-child {
        margin-left: 0
    }

    .locator-panel .locator-options a:last-child {
        margin-right: 0
    }
}

.locator-panel .locator-options .popover-content a {
    width: auto
}

.locator-panel .static-map {
    padding: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 407px
}

.locator-panel .locator-information {
    display: inline-block
}

.locator-panel .locator-information:after {
    clear: both;
    margin: 20px auto;
    display: block;
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -398px;
    width: 313px;
    height: 5px
}

@media (min-width: 480px) {
    .locator-panel .locator-information .icon-telephone {
        float: left;
        display: inline-block;
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .locator-panel .locator-information {
        display: block
    }
}

@media (min-width: 992px) {
    .locator-panel {
        padding: 0 20px 70px
    }

    .locator-panel .locator-data {
        text-align: left;
        margin-bottom: 112px;
        padding: 55px
    }

    .locator-panel .locator-titles {
        margin-bottom: 0
    }

    .locator-panel .locator-row {
        position: relative
    }

    .locator-panel .locator-row > div:first-child {
        margin: 0
    }

    .locator-panel .location-copy {
        padding: 55px;
        min-height: 407px;
        background-color: #fff;
        vertical-align: top
    }

    .locator-panel .locator-options {
        position: absolute;
        bottom: 55px;
        right: 0;
        width: 100%;
        padding: 0
    }
}

.locator-information {
    margin: 0 auto;
    letter-spacing: 2px
}

.locator-information .icon-telephone {
    display: block;
    margin: 0 auto
}

.locator-information p {
    margin: 0;
    font-size: 18px
}

.locator-information .telephone {
    margin-bottom: 10px;
    font-family: Lato-Black;
    font-size: 24px;
    letter-spacing: 2.4px
}

@media (max-width: 549px) {
    .locator-information .telephone a {
        padding-top: 35px
    }
}

.map {
    height: 500px;
    position: relative;
    width: 100%
}

.map-popup {
    background-color: #fff;
    border: 1px solid #4a3c31;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(74, 60, 49, .2);
    -moz-box-shadow: 1px 1px 3px 2px rgba(74, 60, 49, .2);
    box-shadow: 1px 1px 3px 2px rgba(74, 60, 49, .2);
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5;
    padding: 16px 48px 16px 16px;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    white-space: nowrap
}

.map-popup > .close {
    line-height: 16px;
    line-height: 1rem;
    position: absolute;
    right: 5px;
    top: 10px
}

.map-popup > .icon-popup-arrow {
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    position: absolute
}

.map-popup-info {
    display: table;
    min-width: 100%
}

.map-popup-address, .map-popup-logo {
    display: table-cell;
    vertical-align: top
}

.map-popup-logo {
    padding-left: 25px;
    text-align: right
}

.map-popup-logo > img {
    max-width: none
}

.map-popup-title {
    font-size: 13px;
    font-size: .8125rem;
    font-family: Lato-Bold;
    margin-top: 0
}

.map-popup-links {
    margin-bottom: 0
}

.map-popup-links > li {
    display: inline-block
}

.map-popup-links > li:after {
    content: "|";
    margin: 0 8px;
    margin: 0 .5rem
}

.map-popup-links > li:last-child:after {
    content: ""
}

.map-baidu .BMap_shadow {
    display: none
}

.map-baidu .BMap_pop {
    font-size: 13px;
    font-size: .8125rem
}

.map-baidu img {
    max-width: none
}

.map-pin {
    display: inline-block
}

.modal-content {
    padding: 0;
    margin: 20px
}

.close {
    font-size: 48px;
    color: #47d5cd;
    margin-top: -16px
}

.modal-dialog {
    width: 100%;
    padding: 0
}

.modal-header {
    border-bottom: none;
    padding: 0
}

.modal-header .tab-list-items {
    display: inline-block
}

.modal-header p {
    font-size: .7em;
    position: absolute;
    padding: 5px;
    font-family: lato-bold;
    text-transform: uppercase;
    letter-spacing: 2.4px
}

.modal-description {
    padding: 30px 0 15px
}

@media (min-width: 768px) {
    .modal-description {
        padding: 40px 30px 15px
    }
}

.modal-description + .salesforce-form {
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

.modal-footer {
    border-top: none;
    padding-left: 0;
    padding-right: 0
}

.modal.modal-lg, .modal.modal-md, .modal.modal-sm {
    background: rgba(0, 0, 0, .4)
}

.modal.modal-lg .modal-dialog, .modal.modal-md .modal-dialog, .modal.modal-sm .modal-dialog {
    background: #fff;
    padding: 20px 20px 10px;
    width: 90%;
    max-width: 400px;
    margin: 100px auto
}

.modal.modal-lg .modal-content, .modal.modal-md .modal-content, .modal.modal-sm .modal-content {
    margin-top: 10px
}

.modal {
    background: #fff;
    z-index: 9999
}

.modal .close {
    margin-right: -5px
}

.modal.modal-sm .btn {
    width: 100%;
    display: block;
    margin-top: 20px
}

.modal.modal-sm .btn + .btn {
    margin-top: 10px
}

.modal.modal-md .modal-dialog {
    max-width: 550px
}

.modal.modal-md > .modal-dialog > .modal-content {
    margin: 10px 0
}

@media (min-width: 768px) {
    .modal.modal-md > .modal-dialog > .modal-content {
        margin: 20px
    }
}

.modal.modal-lg .modal-dialog {
    max-width: 700px
}

.modal.modal-lg > .modal-dialog > .modal-content {
    margin: 10px 0
}

@media (min-width: 768px) {
    .modal.modal-lg > .modal-dialog > .modal-content {
        margin: 20px
    }
}

.modal-with-carousel h2.modal-title {
    margin: 0;
    padding-top: 10px;
    font-size: 40px
}

@media (min-width: 768px) {
    .modal-with-carousel h2.modal-title {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .modal-with-carousel h2.modal-title {
        font-size: 55px;
        padding-top: 0;
        margin-top: -30px
    }
}

@media (min-width: 992px) {
    .modal-with-carousel .close {
        margin-top: 15px
    }
}

.modal-with-carousel .slick-list {
    max-width: 1400px
}

.modal-with-carousel .slick-next, .modal-with-carousel .slick-prev {
    top: 30%
}

.modal-with-carousel img.featured-item-slide-image {
    width: auto
}

.modal-with-360 h2.modal-title {
    margin: 0;
    padding-top: 10px;
    font-size: 40px
}

@media (min-width: 768px) {
    .modal-with-360 h2.modal-title {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .modal-with-360 h2.modal-title {
        font-size: 55px;
        padding-top: 0;
        margin-top: -30px
    }
}

.modal-with-360 iframe {
    width: 100%;
    height: 100%
}

@media (min-width: 992px) {
    .modal-with-360 .close {
        margin-top: 15px
    }
}

.modal-with-360 .modal-header {
    margin: 0 20px
}

.modal-with-360 .modal-content {
    margin: 20px 0
}

.modal-with-360 .instruction-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 65vh;
    width: 100%;
    z-index: 5;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .5)
}

.modal-with-360 .instructions {
    background-color: rgba(0, 0, 0, .5);
    width: 300px;
    margin: 0 auto;
    padding: 20px 40px;
    z-index: 6
}

.modal-with-360 .instruction {
    margin: 10px 0 40px
}

.modal-with-360 .instruction p {
    text-align: center
}

.modal-with-360 .instruction .touch-drag-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -191px -457px;
    width: 38px;
    height: 56px;
    margin: 0 auto
}

.modal-with-360 .instruction .pinch-zoom-icon {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -411px 0;
    width: 56px;
    height: 56px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .modal-with-360 .modal-header {
        margin: 0
    }

    .modal-with-360 .modal-content {
        margin: 30px
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .modal-with-360 .instructions {
        width: 80%
    }

    .modal-with-360 .instructions .instruction:first-child, .modal-with-360 .instructions .instruction:nth-child(2) {
        width: 50%;
        float: left;
        margin: 10px 0
    }

    .modal-with-360 .instructions .instruction:nth-child(3) {
        width: 50%;
        clear: both;
        margin: 0 auto
    }
}

#squish-link .form-group, #squish-link h2 {
    margin-top: 30px
}

.modal.fade.modal-layer-hide {
    display: block !important;
    opacity: 1 !important;
    z-index: -9999
}

.modal.fade.modal-layer-hide.in {
    z-index: 9999
}

.location-container .modal {
    width: 100%;
    max-width: none
}

.pricing-overlay .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 20px !important
}

.pricing-overlay-whats-included .modal-header {
    text-align: center;
    position: relative
}

.pricing-overlay-whats-included .modal-header .tab-list-items {
    padding: 0 0 20px
}

.pricing-overlay-whats-included .modal-header .tab-list-items ul {
    margin-top: 0
}

.pricing-overlay-whats-included .modal-header .tab-list-items ul li > a {
    padding-top: 5px;
    background-color: transparent !important
}

.pricing-overlay-whats-included .modal-header .close {
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0
}

.pricing-overlay-whats-included .modal-content {
    margin: 20px 0 0 !important;
    padding: 0 !important
}

.pricing-overlay-whats-included .modal-content h4.starting-at {
    margin-top: 0
}

.pricing-overlay-whats-included .modal-content .offering-value {
    margin-bottom: 30px
}

.pricing-overlay-whats-included .modal-content button {
    margin-bottom: 20px
}

.hide-extra-paragraphs .pricing-overlay-whats-included .modal-content h3, .pricing-overlay-whats-included .modal-content .hide-extra-paragraphs h3, .pricing-overlay-whats-included .modal-content h3.header-subtitle {
    margin: 40px 0 0
}

.pricing-overlay-whats-included .modal-content p .icon-flourish-small {
    margin: 20px auto 10px
}

.pricing-overlay-whats-included .modal-content .component.paragraph {
    padding: 0 0 30px;
    margin-bottom: 0
}

.pricing-overlay-whats-included .modal-content .paragraph a {
    border-bottom: 1px solid #4a3c31
}

.pricing-overlay-whats-included .modal-content .items-list {
    text-align: left
}

.pricing-overlay-whats-included .modal-content .items-list h3 {
    font-size: 28px;
    padding-top: 0;
    margin-top: 0
}

.pricing-overlay-whats-included .modal-content .items-list p {
    margin-bottom: 40px
}

.hide-extra-paragraphs .pricing-overlay-whats-included .modal-content .other-offerings h3, .pricing-overlay-whats-included .modal-content .other-offerings .hide-extra-paragraphs h3, .pricing-overlay-whats-included .modal-content .other-offerings h3.header-subtitle {
    margin: 0 auto 20px
}

.pricing-overlay-whats-included .modal-content .other-offerings .other-offerings-list {
    margin-bottom: 25px !important
}

.pricing-overlay-whats-included .modal-content .other-offerings .other-offerings-list li {
    margin-bottom: 15px
}

.pricing-overlay-whats-included .modal-content .modal-pricing-disclaimer p {
    font-style: italic;
    font-size: 14px
}

.pricing-overlay-item .modal-dialog {
    padding: 0 !important
}

.pricing-overlay-item .modal-dialog .modal-header {
    padding: 20px 20px 0;
    overflow: hidden
}

.pricing-overlay-item .modal-dialog .modal-content {
    margin: 0 !important
}

.pricing-overlay-item .modal-dialog .modal-content .pricing-value-start, .pricing-overlay-item .modal-dialog .modal-content .tab-grey-strap, .pricing-overlay-item .modal-dialog .modal-content h2 {
    text-align: center
}

.pricing-overlay-item .modal-dialog .modal-content h2 {
    margin-top: 0;
    padding-right: 30px;
    padding-left: 30px
}

.pricing-overlay-item .modal-dialog .modal-content .tab-grey-strap > .nav-tabs {
    margin-bottom: 40px;
    margin-top: 20px
}

.pricing-overlay-item .modal-dialog .modal-content .tab-grey-strap + .tab-content .carousel-simple .featured-item p {
    margin-top: 0
}

.pricing-overlay-item .modal-dialog .modal-content .pricing-value-start .starting-at {
    top: 13px !important
}

.pricing-overlay-item .modal-dialog .modal-content .pricing-value-start + .tab-content .tab-pane:only-child .carousel-simple .featured-item p {
    margin-top: 20px
}

.pricing-overlay-item .modal-dialog .modal-content .pricing-value-start + .tab-content .tab-pane:only-child .modal-with-360 {
    margin-top: 20px
}

.pricing-overlay-item .modal-dialog .modal-content .modal-body {
    padding: 0 20px 40px
}

.pricing-overlay-item .modal-dialog .modal-content .modal-body p {
    text-align: left
}

.pricing-overlay-item .modal-dialog .modal-content .modal-body p + a {
    margin-top: 20px
}

.pricing-overlay-item .modal-dialog .modal-content .carousel-simple {
    margin: 0 20px 35px
}

.pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next, .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-prev {
    height: 70px;
    width: 40px;
    top: 30%
}

.pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next:before, .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-prev:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -222px -407px;
    width: 22px;
    height: 39px;
    margin-top: 17px;
    margin-left: 9px
}

.pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -200px -407px;
    width: 22px;
    height: 39px
}

.pricing-overlay-item .modal-dialog .modal-content .modal-with-360 {
    margin-bottom: 50px;
    position: relative
}

.pricing-overlay-catering .modal-dialog {
    padding: 0 !important
}

.pricing-overlay-catering .modal-dialog .modal-header {
    padding: 20px 20px 0;
    overflow: hidden
}

.pricing-overlay-catering .modal-dialog .modal-content {
    margin: 0 !important;
    overflow: hidden
}

.pricing-overlay-catering .modal-dialog .modal-content h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif
}

.pricing-overlay-catering .modal-dialog .modal-content h2, .pricing-overlay-catering .modal-dialog .modal-content p {
    padding-right: 30px;
    padding-left: 30px
}

.pricing-overlay-catering .modal-dialog .modal-content .pricing-value-start {
    margin-bottom: 50px
}

.pricing-overlay-catering .modal-dialog .modal-content .pricing-value-start .starting-at {
    top: 13px !important
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container {
    border: 1px solid #d1d1d1;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .1);
    margin: 20px
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container:nth-child(odd) h3 {
    background-color: #d5efef
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container h3 {
    margin: 0;
    padding: 30px 10px;
    background-color: #eff8f8;
    font-family: Lato, Arial, Helvetica, Lucida Grande, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container img {
    display: inline-block;
    margin-right: 10px
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container h4 {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container h4 + p {
    padding-top: 20px
}

.pricing-overlay-catering .modal-dialog .modal-content .option-container p {
    padding: 30px;
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, sans-serif;
    font-size: 18px
}

.gallery-overlay {
    padding: 0 !important
}

.gallery-overlay .modal-dialog .modal-header {
    text-align: center;
    position: relative;
    padding: 30px 20px 0
}

.gallery-overlay .modal-dialog .modal-header > h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 40px;
    line-height: 35px;
    margin: 0
}

.gallery-overlay .modal-dialog .modal-header .close {
    position: absolute;
    top: 22px;
    right: 20px;
    margin: 0
}

.gallery-overlay .modal-dialog .modal-content {
    margin: 0
}

.gallery-overlay .modal-dialog .modal-content .tab-list-items {
    padding: 20px 0
}

.gallery-overlay .modal-dialog .modal-content .tab-list-items .nav {
    margin-top: 0;
    text-align: center
}

.gallery-overlay .modal-dialog .modal-content .tab-list-items .nav li a {
    font-size: 14px;
    padding: 10px
}

.gallery-overlay .modal-dialog .modal-content .tab-list-items .nav li.active a:after {
    border-bottom: 2px solid #47d5cd
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple {
    padding-bottom: 30px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next, .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-prev {
    height: 70px;
    width: 40px;
    top: 10%
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next:before, .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-prev:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -222px -407px;
    width: 22px;
    height: 39px;
    margin-top: 17px;
    margin-left: 9px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -200px -407px;
    width: 22px;
    height: 39px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-slide .featured-item {
    text-align: center
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-slide .featured-item img {
    margin-bottom: 25px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-slide .featured-item span {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 18px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-slide .featured-item p {
    font-size: 18px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .featured-item-gallery {
    margin: 0 !important;
    padding: 0 20px 30px !important
}

.gallery-overlay .modal-dialog .modal-content .tab-content .modal-with-360 {
    position: relative;
    padding: 0 20px 30px
}

.gallery-overlay .modal-dialog .modal-content .tab-content .modal-with-360 .instruction-overlay .instructions {
    text-align: center
}

.biography-overlay .modal-header .close:focus {
    outline: 0
}

.biography-overlay h2 {
    font-size: 40px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    margin-bottom: 20px;
    margin-top: 10px
}

.biography-overlay h3 {
    font-size: 40px;
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    margin-bottom: 0
}

.biography-overlay h4 {
    font-size: 16px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 2.4px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

.biography-overlay p {
    font-size: 17px
}

.biography-overlay p.text-center {
    text-align: center
}

.biography-overlay .biography {
    margin: 40px 0
}

.biography-overlay .biography-intro {
    text-align: center
}

.biography-overlay .biography-photo img {
    max-width: 140px;
    width: 100%
}

.biography-overlay > .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important
}

@media (min-width: 768px) {
    .biography-overlay > .modal-dialog {
        max-width: 700px !important;
        width: 90% !important;
        margin: 100px auto !important
    }
}

#NewRatingModalContent {
    text-align: left
}

#NewRatingModalContent .modal-content {
    margin: 0
}

#NewRatingModalContent .modal-content .ratings-title {
    text-align: center;
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    padding: 10px 25px 0;
    justify-content: center
}

#NewRatingModalContent .modal-content .ratings-title .ratings-logo {
    max-width: 25px
}

#NewRatingModalContent .modal-content .ratings-title h2 {
    font-size: 30px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    line-height: 24px;
    padding-top: 0;
    margin: 0;
    margin-top: 0;
    letter-spacing: 0
}

#NewRatingModalContent .modal-content .review-card {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    margin-bottom: 50px
}

#NewRatingModalContent .modal-content .review-card .rating span {
    width: 17px;
    height: 16px
}

#NewRatingModalContent .modal-content .review-card .review-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 1.5
}

#NewRatingModalContent .modal-content .review-card .review-text .panel-collapse.collapse.in {
    display: inline
}

#NewRatingModalContent .modal-content .review-card .review-text .panel-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none
}

#NewRatingModalContent .modal-content .review-card .review-customer {
    font-size: 18px;
    color: #52453a;
    font-family: Lato-Bold;
    margin-bottom: 15px
}

#NewRatingModalContent .modal-content .review-card .review-customer img {
    width: 17px;
    height: 15px
}

#NewRatingModalContent .modal-content .review-card .review-customer span {
    vertical-align: middle;
    margin-left: 10px
}

#NewRatingModalContent .modal-content .review-card .review-date {
    color: #646464;
    letter-spacing: .8px
}

#NewRatingModalContent .modal-content .search-footer button {
    margin-top: 40px
}

#NewRatingModalContent .modal-content .search-footer .modal-footer {
    margin-top: 50px;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 60px;
    letter-spacing: 0;
    font-family: Lato-Italic
}

@media (min-width: 480px) {
    #NewRatingModalContent .ratings-logo {
        margin-right: 20px
    }
}

@media (min-width: 768px) {
    #NewRatingModalContent .modal-content {
        margin: 10px
    }

    #NewRatingModalContent .modal-content .ratings-title {
        text-align: center;
        padding-top: 10px;
        justify-content: center;
        padding: 0;
        align-items: center
    }

    #NewRatingModalContent .modal-content .ratings-title .ratings-logo {
        display: inline-block;
        height: 45px;
        margin-right: 10px;
        max-width: 100%
    }

    #NewRatingModalContent .modal-content .ratings-title h2 {
        margin-top: 0;
        font-size: 45px;
        text-align: left;
        margin-bottom: 0
    }

    #NewRatingModalContent .modal-content .review-card {
        padding-bottom: 40px
    }

    #NewRatingModalContent .modal-content .search-footer button {
        margin-top: 0
    }

    #NewRatingModalContent .modal-content .search-footer .modal-footer {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

.form-modal {
    padding-left: 0 !important
}

.form-modal .modal-dialog.form-modal-dialog {
    max-width: 100%;
    padding: 0 0 65px;
    width: 100%;
    margin: 0
}

.form-modal .modal-dialog.form-modal-dialog .modal-header {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px 0
}

.form-modal .modal-dialog.form-modal-dialog .modal-header[data-bg=""] {
    height: 50px
}

.form-modal .modal-dialog.form-modal-dialog .modal-header[data-bg=""] h2 {
    color: #4a3c31
}

.form-modal .modal-dialog.form-modal-dialog .modal-header h2 {
    font-size: 40px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    color: #fff;
    margin-top: 40px;
    padding-top: 0;
    text-align: center;
    letter-spacing: .2px;
    line-height: 40px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-bottom: 44px;
    border-bottom: 1px solid #ccc
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us {
    text-align: center;
    background-color: #e6f2f2;
    padding: 15px 20px 20px;
    margin-top: -26px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us p {
    text-align: center;
    line-height: 24px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .header-subtitle, .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .hide-extra-paragraphs h2, .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .hide-extra-paragraphs h3, .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .hide-extra-paragraphs h4, .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .hide-extra-paragraphs h5, .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .hide-extra-paragraphs h6, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us h2, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us h3, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us h4, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us h5, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us h6 {
    color: #4a3b31;
    line-height: 24px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .telephone-icon {
    margin-bottom: 0
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .telephone {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.75px;
    margin-left: 5px;
    margin-bottom: 26px;
    font-family: Lato-Black
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .atneedForm .form-group textarea.form-control {
    height: 101px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .atneedForm, .form-modal .modal-dialog.form-modal-dialog .modal-body .salesforce-form {
    padding-top: 30px;
    margin-bottom: 5px;
    text-align: left
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .atneedForm form, .form-modal .modal-dialog.form-modal-dialog .modal-body .salesforce-form form {
    margin-top: 0
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .atneedForm form legend, .form-modal .modal-dialog.form-modal-dialog .modal-body .salesforce-form form legend {
    padding-bottom: 20px
}

.form-modal .modal-dialog.form-modal-dialog .modal-body .sf-disclaimer {
    font-family: Lato-Italic;
    font-size: 14px;
    text-align: center;
    padding-bottom: 46px
}

.form-modal .modal-dialog.form-modal-dialog .offer-box {
    text-align: center;
    background-color: #e6f2f2;
    padding: 15px 20px 20px;
    margin-top: -26px
}

.form-modal .modal-dialog.form-modal-dialog .offer-box .header-subtitle, .form-modal .modal-dialog.form-modal-dialog .offer-box .hide-extra-paragraphs h2, .form-modal .modal-dialog.form-modal-dialog .offer-box .hide-extra-paragraphs h3, .form-modal .modal-dialog.form-modal-dialog .offer-box .hide-extra-paragraphs h4, .form-modal .modal-dialog.form-modal-dialog .offer-box .hide-extra-paragraphs h5, .form-modal .modal-dialog.form-modal-dialog .offer-box .hide-extra-paragraphs h6, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .offer-box h2, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .offer-box h3, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .offer-box h4, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .offer-box h5, .hide-extra-paragraphs .form-modal .modal-dialog.form-modal-dialog .offer-box h6 {
    color: #4a3b31;
    text-align: center;
    line-height: 24px
}

.form-modal .modal-dialog.form-modal-dialog .offer-box .offer-list ul {
    list-style: none;
    padding: 0;
    text-align: left;
    letter-spacing: 0;
    color: #2c190d
}

.form-modal .modal-dialog.form-modal-dialog .offer-box .offer-list ul li {
    line-height: 24px;
    letter-spacing: -.5px
}

.form-modal .modal-dialog.form-modal-dialog .offer-box + p {
    margin-top: 30px;
    margin-bottom: 0
}

.form-modal .modal-dialog.form-modal-dialog:last-child:not(.modal-body) {
    padding-bottom: 0
}

.form-modal .modal-dialog.form-modal-dialog:last-child:not(.modal-body) .modal-body {
    border-bottom: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .form-modal .modal-dialog.form-modal-dialog {
        max-width: 550px;
        width: unset;
        margin: 100px auto
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-header {
        padding: 20px 30px 0
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-header h2 {
        margin-top: 50px;
        padding-top: 15px;
        letter-spacing: .2px
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .telephone-icon {
        margin-bottom: 2px
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-body .contact-us .telephone {
        font-size: 35px;
        line-height: 35px
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-body .salesforce-form {
        padding-left: 30px;
        padding-right: 30px
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-body .atneedForm > p {
        padding: 0 30px
    }

    .form-modal .modal-dialog.form-modal-dialog .modal-body #salesforce-form .sf-disclaimer {
        text-align: left
    }

    .form-modal .modal-dialog.form-modal-dialog .offer-box {
        padding: 25px 30px 20px
    }

    .form-modal .modal-dialog.form-modal-dialog .offer-box + p {
        padding: 0 30px
    }
}

@media (min-width: 480px) {
    .modal-header p {
        font-size: .9em
    }
}

@media (min-width: 768px) {
    .modal-content {
        margin: 30px;
        max-height: 100%
    }

    .pricing-overlay-whats-included .modal-dialog {
        max-width: 550px !important;
        width: 90% !important;
        margin: 100px auto !important
    }

    .pricing-overlay-whats-included .modal-content {
        padding: 0 20px 20px !important
    }

    .pricing-overlay-whats-included .modal-content .component.paragraph {
        padding: 0 0 30px
    }

    .pricing-overlay-whats-included .modal-content button {
        display: inline-block !important
    }

    .pricing-overlay-item .modal-dialog .modal-header {
        padding: 20px 30px 0
    }

    .pricing-overlay-item .modal-dialog .modal-content .modal-body {
        padding: 0 30px 40px
    }

    .pricing-overlay-item .modal-dialog .modal-content .carousel-simple {
        margin: 0 30px 35px
    }

    .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next, .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-prev {
        height: 100px;
        width: 50px
    }

    .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next:before, .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-prev:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -217px;
        width: 50px;
        height: 54px;
        margin-top: 25px;
        margin-left: 0
    }

    .pricing-overlay-item .modal-dialog .modal-content .carousel-simple .slick-next:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -163px;
        width: 50px;
        height: 54px
    }

    .pricing-overlay-item .modal-dialog .modal-content .modal-with-360 {
        margin: 0 30px 50px
    }

    .pricing-overlay-catering .modal-dialog {
        max-width: 550px !important;
        width: 90% !important;
        margin: 100px auto !important
    }

    .pricing-overlay-catering .modal-dialog .modal-content .option-container {
        margin: 35px
    }

    .gallery-overlay .modal-dialog .modal-header {
        padding: 30px 35px 0
    }

    .gallery-overlay .modal-dialog .modal-header .close {
        right: 35px
    }

    .gallery-overlay .modal-dialog .modal-content .tab-list-items {
        padding: 30px 0
    }

    .gallery-overlay .modal-dialog .modal-content .tab-list-items .nav li a {
        padding: 10px 15px
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next, .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-prev {
        height: 100px;
        width: 50px
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next:before, .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-prev:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -217px;
        width: 50px;
        height: 54px;
        margin-top: 25px;
        margin-left: 0
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next:before {
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -411px -163px;
        width: 50px;
        height: 54px
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .featured-item-gallery {
        padding: 0 35px 30px !important
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .modal-with-360 {
        padding: 0 35px 30px
    }
}

@media (min-width: 992px) {
    .pricing-overlay .modal-dialog {
        margin: 100px auto !important
    }

    .pricing-overlay-item .modal-dialog {
        max-width: 768px !important
    }

    .gallery-overlay .modal-dialog {
        padding: 30px 35px
    }

    .gallery-overlay .modal-dialog .modal-header {
        padding: 0
    }

    .gallery-overlay .modal-dialog .modal-header .close {
        top: -8px;
        right: 0
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple {
        padding-bottom: 0
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-next, .gallery-overlay .modal-dialog .modal-content .tab-content .carousel-simple .slick-prev {
        top: 30%
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .featured-item-gallery {
        padding: 0 !important
    }

    .gallery-overlay .modal-dialog .modal-content .tab-content .modal-with-360 {
        padding: 0
    }
}

.generic-modal {
    background: rgba(0, 0, 0, .4);
    padding-left: 0 !important
}

.generic-modal .modal-dialog {
    background: #fff;
    max-width: 100%;
    padding: 20px;
    width: 100%;
    margin: 0;
    min-height: 100%
}

.generic-modal .modal-dialog .modal-header .close {
    font-size: 35px;
    margin-top: -12px
}

.generic-modal.pricing-overlay-whats-included .modal-dialog .modal-header .close {
    margin-top: 7px
}

.generic-modal.pricing-overlay-whats-included .modal-dialog .modal-content .offering-value {
    margin-bottom: 40px
}

.generic-modal.pricing-overlay-whats-included .modal-dialog .modal-content .btn {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0
}

@media (min-width: 768px) {
    .generic-modal.pricing-overlay-whats-included .modal-dialog .modal-header .close {
        margin-right: 0
    }

    .generic-modal.pricing-overlay-whats-included .modal-dialog .modal-content .guides-container {
        margin: 50px -20px 70px
    }
}

.generic-modal.form-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.generic-modal.form-modal .modal-dialog {
    margin: 0
}

.generic-modal.form-modal .modal-dialog .modal-header .close {
    margin-top: -20px
}

.generic-modal.form-modal .offer-box {
    background-color: #c1f0f0
}

.generic-modal.form-modal .offer-box .header-subtitle, .generic-modal.form-modal .offer-box .hide-extra-paragraphs h2, .generic-modal.form-modal .offer-box .hide-extra-paragraphs h3, .generic-modal.form-modal .offer-box .hide-extra-paragraphs h4, .generic-modal.form-modal .offer-box .hide-extra-paragraphs h5, .generic-modal.form-modal .offer-box .hide-extra-paragraphs h6, .hide-extra-paragraphs .generic-modal.form-modal .offer-box h2, .hide-extra-paragraphs .generic-modal.form-modal .offer-box h3, .hide-extra-paragraphs .generic-modal.form-modal .offer-box h4, .hide-extra-paragraphs .generic-modal.form-modal .offer-box h5, .hide-extra-paragraphs .generic-modal.form-modal .offer-box h6 {
    margin-top: 0
}

@media (min-width: 768px) {
    .generic-modal.form-modal .modal-dialog {
        margin: 100px auto
    }
}

.generic-modal .modal-content {
    margin: 0;
    background-color: transparent
}

.generic-modal .modal-content h2 {
    margin-top: -10px;
    line-height: 40px;
    margin-bottom: 30px
}

.generic-modal .modal-content p .icon-flourish-small {
    margin: 20px auto 10px
}

.generic-modal .modal-content .modal-pricing-value {
    margin-bottom: 0;
    padding-bottom: 20px
}

.generic-modal .modal-content .modal-pricing-value .starting-at {
    color: #4a3c31;
    line-height: 28px;
    letter-spacing: 2.4px
}

.generic-modal .modal-content .modal-pricing-value:after {
    display: none
}

.generic-modal .modal-content .btn {
    margin-top: 15px;
    margin-bottom: 10px
}

.generic-modal .modal-content .btn:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 35px
}

.generic-modal .modal-content .price-services {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 0
}

.generic-modal .modal-content .price-services > p {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.generic-modal .modal-content .price-services ul {
    padding-left: 20px
}

.generic-modal .modal-content .guides-container {
    min-height: 115px;
    margin: 15px -20px 50px
}

.generic-modal .modal-content .guides-container .col-xs-12 {
    padding: 0
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue {
    height: 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .cremation-guide-img {
    position: absolute;
    top: -68px;
    transform: none
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .cremation-guide-img img {
    max-height: 150px
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text {
    text-align: left;
    padding-bottom: 27px
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .header-subtitle, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h2, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h3, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h4, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h5, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h6, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h2, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h3, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h4, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h5, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h6 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 6px
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .glyph-link {
    text-transform: none;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0;
    font-size: 16px;
    letter-spacing: 0
}

.generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .glyph-link:hover:after {
    width: 0
}

.generic-modal .modal-content .other-offerings h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center
}

.generic-modal .modal-content .other-offerings .other-offerings-list {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.generic-modal .modal-content .other-offerings .other-offerings-list li {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 30px
}

.generic-modal .modal-content .other-offerings .other-offerings-list li > p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-left: 17px;
    padding: 0
}

.generic-modal .modal-content .modal-pricing-disclaimer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid #707070
}

.generic-modal .modal-content .modal-pricing-disclaimer p {
    text-align: left;
    font-style: normal
}

@media (min-width: 768px) {
    .generic-modal .modal-dialog {
        max-width: 550px;
        width: unset;
        margin: 100px auto;
        padding: 45px
    }

    .generic-modal .modal-dialog .modal-header .close {
        margin-top: -28px;
        margin-right: -15px
    }

    .generic-modal .modal-content h2 {
        margin-top: -28px
    }

    .generic-modal .modal-content .btn {
        display: block;
        width: 100%
    }

    .generic-modal .modal-content .guides-container {
        margin: 50px -25px 70px
    }

    .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue {
        margin-left: -20px;
        margin-right: -20px
    }

    .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .cremation-guide-img {
        top: -70px
    }

    .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .header-subtitle, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h2, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h3, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h4, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h5, .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text .hide-extra-paragraphs h6, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h2, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h3, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h4, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h5, .hide-extra-paragraphs .generic-modal .modal-content .guides-container .col-xs-12 .bg-lightblue .download-text h6 {
        line-height: 18px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .modal-fixer .modal-open .modal .modal-dialog {
        min-height: 100vh
    }
}

@media (min-width: 768px) {
    .modal-fixer {
        overflow-y: hidden;
        position: fixed;
        width: 100%
    }
}

.catering-menu-modal {
    padding-left: 0 !important
}

.catering-menu-modal .modal-dialog.cateringmenu-modal-dialog {
    max-width: 100%;
    padding: 0 0 65px;
    width: 100%;
    margin: 0
}

.catering-menu-modal .cateringmenu-header {
    background: #f4f3f0;
    padding: 20px 20px 30px;
    text-align: center
}

.catering-menu-modal .cateringmenu-header .close {
    outline: 0
}

.catering-menu-modal .cateringmenu-header h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 36px;
    letter-spacing: 0
}

.catering-menu-modal .cateringmenu-header p {
    text-align: center;
    letter-spacing: 0
}

.catering-menu-modal .cateringmenu-header .glyph-link {
    letter-spacing: 2.1px
}

.catering-menu-modal .catering-menu-filter {
    padding: 0 20px
}

.catering-menu-modal .catering-menu-filter .catering-menu-item {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .pricing-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 24px;
    margin-top: 0;
    display: inline-block
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .pricing-text span {
    font-size: 35px;
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    letter-spacing: 0
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .pricing-text span:before {
    content: '$';
    display: inline-block;
    font-size: 35px;
    vertical-align: top;
    position: relative;
    top: 1px
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-heading {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 18px;
    letter-spacing: 1.8px;
    margin: 20px 0;
    text-transform: uppercase;
    position: relative
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-heading:after {
    content: '';
    margin-left: 8px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -448px -343px;
    width: 17px;
    height: 10px;
    display: inline-block;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .12s .35s ease;
    -moz-transition: all .12s .35s ease;
    -ms-transition: all .12s .35s ease;
    -o-transition: all .12s .35s ease;
    transition: all .12s .35s ease;
    position: absolute;
    right: 8px;
    cursor: pointer
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .5s
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content p {
    margin-bottom: 6px
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content ul li {
    margin-bottom: 35px
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content ul li h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.catering-menu-modal .catering-menu-filter .catering-menu-item .catering-menu-content ul li h5 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 6px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.catering-menu-modal .catering-menu-filter .catering-menu-item.active .catering-menu-content {
    height: auto
}

.catering-menu-modal .catering-menu-filter .catering-menu-item.active .catering-menu-heading:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    .catering-menu-modal .modal-dialog.cateringmenu-modal-dialog {
        max-width: 720px;
        width: unset;
        margin: 100px auto;
        padding: 0;
        height: auto
    }
}

.notification {
    padding-top: 20px
}

.hide-extra-paragraphs .notification h2, .hide-extra-paragraphs .notification h3, .hide-extra-paragraphs .notification h4, .hide-extra-paragraphs .notification h5, .hide-extra-paragraphs .notification h6, .notification .header-subtitle, .notification .hide-extra-paragraphs h2, .notification .hide-extra-paragraphs h3, .notification .hide-extra-paragraphs h4, .notification .hide-extra-paragraphs h5, .notification .hide-extra-paragraphs h6 {
    margin-top: 20px;
    font-size: 14px
}

#always-open-modal {
    display: block;
    overflow-y: auto;
    position: fixed
}

#always-open-modal #loader {
    top: 50%
}

#always-open-modal #removePhoto {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 700;
    text-align: center;
    max-width: 90px;
    display: inline-block;
    float: right
}

#always-open-modal #removePhoto:before {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -266px -407px;
    width: 23px;
    height: 28px;
    content: '';
    display: block;
    margin: 0 auto
}

#always-open-modal #previewMemory .btn {
    width: 100%
}

@media (min-width: 768px) {
    #always-open-modal #previewMemory .btn {
        width: auto
    }
}

#always-open-modal .or {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

#always-open-modal .or .col-xs-5 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 17px;
    border-bottom: 2px dotted #6f6257;
    text-align: center
}

#always-open-modal .disabled {
    pointer-events: none;
    opacity: .4
}

#always-open-modal .memory-date, #always-open-modal .memory-detail, #always-open-modal h5 {
    text-align: left
}

#always-open-modal .modal-body {
    text-align: center;
    margin-top: 20px;
    max-width: 850px;
    margin: auto
}

#always-open-modal .modal-body h1 {
    padding-top: 15px;
    font-size: 2.5em
}

@media (min-width: 480px) {
    #always-open-modal .modal-body h1 {
        font-size: 4em
    }
}

#always-open-modal .modal-body .description-memory {
    text-align: left;
    padding: 3% 0
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .description-memory {
        padding: 3% 20%
    }
}

@media (min-width: 992px) {
    #always-open-modal .modal-body .description-memory {
        padding: 3% 30%
    }
}

#always-open-modal .modal-body button {
    white-space: normal
}

#always-open-modal .modal-body .form-group {
    text-align: left
}

#always-open-modal .modal-body .form-group button.btn-secondary {
    width: 100%
}

#always-open-modal .modal-body .memory-login .fb-login-button {
    margin: 35px 0 10px;
    min-height: 40px;
    display: block
}

#always-open-modal .modal-body .memory-login .fb-login-button + p {
    margin-bottom: 35px;
    color: #605f5e;
    font-size: .85em
}

#always-open-modal .modal-body .memory-login .col-xs-2 {
    text-align: center;
    max-width: 4em;
    padding-bottom: 25px
}

#always-open-modal .modal-body .memory-login .col-xs-2 p {
    font-size: 20px
}

@media (min-width: 480px) {
    #always-open-modal .modal-body .memory-login .memory-login-form {
        padding: 0 12%
    }
}

#always-open-modal .modal-body .form-memory .form-group {
    position: relative
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .form-memory .form-group .share-desc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end
    }
}

#always-open-modal .modal-body .form-memory .form-group .maxLength {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    min-width: 150px;
    text-align: right;
    color: #a9a9a9;
    margin-bottom: 5px;
    font-size: 12px;
    float: right
}

#always-open-modal .modal-body .form-memory .form-group p {
    color: #605f5e;
    font-size: 14px
}

#always-open-modal .modal-body .form-memory .form-group .tips {
    display: flex
}

#always-open-modal .modal-body .form-memory .form-group .tips p {
    padding: 10px 0 0 10px;
    letter-spacing: 2.4px
}

#always-open-modal .modal-body .form-memory #Image {
    display: none
}

#always-open-modal .modal-body .form-memory label[for=Image] {
    margin: 10px 10px 20px 0;
    padding: .6rem 1rem;
    display: inline-block;
    width: auto
}

#always-open-modal .modal-body .form-memory label[for=Image] span:focus {
    outline-style: none;
    outline-color: transparent
}

#always-open-modal .modal-body .form-memory .error label[for=Image] {
    color: #4a3c31
}

#always-open-modal .modal-body .form-memory .error #filename {
    color: #e12c2c
}

#always-open-modal .modal-body .form-memory #filename {
    border: 0;
    min-width: 50%
}

@media (min-width: 560px) {
    #always-open-modal .modal-body .form-memory #filename {
        width: 70%
    }

    #always-open-modal .modal-body .form-memory label[for=Image] {
        max-width: 30%
    }
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .form-memory {
        padding: 0 10%
    }
}

@media (min-width: 992px) {
    #always-open-modal .modal-body .form-memory {
        padding: 0 20%
    }
}

#always-open-modal .modal-body .share-modal {
    padding: 0
}

#always-open-modal .modal-body .share-modal .col-sm-6 {
    margin-bottom: 40px
}

#always-open-modal .modal-body .share-modal .col-sm-6:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .share-modal .col-sm-6:last-child {
        padding-left: 30px
    }
}

#always-open-modal .modal-body .share-modal h1 {
    margin: 30px auto
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .share-modal h1 {
        margin-bottom: 60px;
        font-size: 55px
    }
}

#always-open-modal .modal-body .share-modal h2 {
    margin-top: 10px
}

#always-open-modal .modal-body .share-modal .image-wrapper + h2 {
    font-size: 45px;
    padding-top: 15px
}

#always-open-modal .modal-body .share-modal .image-wrapper + h2 + p {
    text-align: left
}

#always-open-modal .modal-body .share-modal #shareobit .add-more-email {
    float: left;
    margin-bottom: 30px
}

#always-open-modal .modal-body .share-modal #shareobit .form-group textarea.form-control#Message {
    height: 125px
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .share-modal #shareobit .form-group textarea.form-control#Message {
        height: 250px
    }
}

#always-open-modal .modal-body .share-modal .btn {
    width: 100%
}

@media (min-width: 768px) {
    #always-open-modal .modal-body .share-modal .btn {
        width: auto
    }
}

#always-open-modal .modal-body .share-modal .image-wrapper {
    margin: 0 auto 15px;
    width: 120px;
    height: 170px;
    position: relative
}

#always-open-modal .modal-body .share-modal .image-wrapper.landscape {
    width: 170px;
    height: 120px
}

#always-open-modal .modal-body .share-modal .image-wrapper.square {
    width: 170px
}

@media (min-width: 480px) {
    #always-open-modal .modal-body .share-modal .image-wrapper {
        width: 250px;
        height: 355px
    }

    #always-open-modal .modal-body .share-modal .image-wrapper.landscape {
        width: 355px;
        height: 250px
    }

    #always-open-modal .modal-body .share-modal .image-wrapper.square {
        width: 355px
    }
}

#always-open-modal .modal-body .share-modal .image-wrapper > div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#always-open-modal .modal-body .share-modal .image-wrapper > div img {
    object-fit: cover;
    display: block;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    margin: auto
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #always-open-modal .modal-body .share-modal .image-wrapper > div img {
        height: auto;
        min-height: 0
    }
}

#always-open-modal .modal-body .share-modal .summary {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto
}

#always-open-modal .modal-body .share-modal .instruction {
    padding: 0 20px;
    margin: 0 auto 50px;
    max-width: 500px;
    letter-spacing: 1px
}

#always-open-modal .modal-body .share-modal .instruction:after {
    content: '';
    display: block;
    margin-top: 15px;
    left: 50%;
    position: absolute;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -398px;
    width: 313px;
    height: 5px
}

#always-open-modal .modal-body .share-modal + .row > * {
    margin-top: 40px
}

#always-open-modal .modal-body #step2 .email-sent-container {
    text-align: center
}

#always-open-modal .modal-body #step2 .email-sent-container .success-email-message {
    text-align: center;
    text-align: center;
    font-size: 16px;
    color: #4a3c31;
    opacity: 1000
}

#always-open-modal .modal-body #step2 .email-sent-container #resultemails ul {
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #605f5e
}

#always-open-modal .modal-body #step2 .email-sent-container #resultemails ul li {
    list-style-type: none;
    text-align: center
}

.no-js #always-open-modal .modal-body .form-memory #filename, .no-js #always-open-modal .modal-body .form-memory label[for=Image] {
    display: none
}

.no-js #always-open-modal .modal-body .form-memory #Image {
    display: block
}

.share-success-squish {
    position: sticky;
    top: 100%
}

.add-memory-modal {
    display: block;
    overflow-y: auto;
    position: fixed
}

.add-memory-modal .disabled {
    pointer-events: none;
    opacity: .4
}

.add-memory-modal .modal-body {
    margin-top: 20px;
    max-width: 510px;
    margin: auto
}

.add-memory-modal .btn {
    width: 100%;
    white-space: normal
}

.add-memory-modal .btn:focus-visible {
    outline: 0
}

@media (min-width: 768px) {
    .add-memory-modal .btn {
        max-width: 510px
    }
}

.add-memory-modal h1, .add-memory-modal h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .add-memory-modal h1, .add-memory-modal h2 {
        font-size: 55px
    }
}

.add-memory-modal h1 + p {
    color: #605f5e;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .add-memory-modal h1 {
        margin: 25px 0
    }
}

.add-memory-modal .write-condolence-container > span {
    text-transform: uppercase;
    margin: 0 5px 10px;
    display: inline-block;
    vertical-align: sub;
    font-size: 16px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.add-memory-modal .write-condolence-container > span:empty {
    width: 40%;
    background-color: #ccc;
    height: 1px;
    display: inline-block;
    margin: 0;
    vertical-align: baseline
}

@media (min-width: 768px) {
    .add-memory-modal .write-condolence-container > span:empty {
        width: 43%
    }
}

.add-memory-modal .write-condolence-container .btn {
    margin-top: 20px
}

@media (min-width: 768px) {
    .add-memory-modal .write-condolence-container > span {
        margin: 0 10px 10px
    }

    .add-memory-modal .write-condolence-container > span:empty {
        width: 45%
    }

    .add-memory-modal .write-condolence-container .btn {
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .add-memory-modal .write-condolence-container {
        margin-top: 30px
    }
}

.add-memory-modal .write-condolence .form-group textarea {
    border: 1px solid #aeaca9
}

@media (min-width: 768px) {
    .add-memory-modal .write-condolence .form-group {
        padding-top: 15px
    }

    .add-memory-modal .write-condolence textarea {
        height: 250px
    }
}

.add-memory-modal .icon-camera {
    margin-right: 15px;
    vertical-align: top
}

.add-memory-modal .icon-camera + span {
    color: #4a3c31
}

.add-memory-modal .steps {
    display: none
}

.add-memory-modal .step1 {
    display: block
}

@media (min-width: 768px) {
    .add-memory-modal .step3 > div {
        padding: 0
    }

    .add-memory-modal .step3 .form-group {
        text-align: center
    }
}

.add-memory-modal .btn-cancel {
    width: 100%
}

.add-memory-modal .form-group .box-upload {
    height: 165px;
    border: 1px dashed #4a3c31;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    cursor: pointer
}

.add-memory-modal .form-group .box-upload i {
    display: block;
    max-width: 48px;
    margin: 0 auto 10px
}

.add-memory-modal .form-group.error .box-upload .box-upload-text {
    color: #605f5e
}

.add-memory-modal .form-group textarea {
    padding: 15px;
    height: 45px;
    overflow: hidden;
    border: none
}

.add-memory-modal .form-group textarea::placeholder {
    color: #4a3C3180
}

.add-memory-modal .form-group textarea#message {
    height: 313px
}

.add-memory-modal .form-group textarea#caption {
    height: 100px
}

.add-memory-modal .form-group textarea.message {
    height: 162px;
    color: #4a3c31
}

.add-memory-modal .form-group textarea + .help-block {
    background-color: #f4f3f0;
    text-align: left;
    padding: 7px 15px 10px;
    margin: 0
}

@media (min-width: 768px) {
    .add-memory-modal .form-group textarea {
        height: 50px
    }

    .add-memory-modal .form-group .help-block {
        font-size: 14px
    }
}

.add-memory-modal .error-message, .add-memory-modal .error-msg {
    margin: 10px 0 10px;
    letter-spacing: 1.6px;
    font-family: Lato-Regular, Arial, Helvetica, Lucida Grande, Sans-serif
}

@media (min-width: 768px) {
    .add-memory-modal .error-message, .add-memory-modal .error-msg {
        font-size: 16px
    }
}

.add-memory-modal .sub-error-msg {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    color: #e12c2c;
    display: none;
    font-size: 14px
}

.add-memory-modal .sub-error-msg li {
    padding: 10px 0 0 10px;
    position: relative
}

.add-memory-modal .sub-error-msg li::before {
    content: '-';
    position: absolute;
    left: 0
}

.add-memory-modal .help-block {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #605f5e;
    letter-spacing: .07px;
    line-height: 22px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.add-memory-modal .help-block a {
    color: #605f5e;
    border-bottom: 2px solid #47d5cd
}

#memory-upload {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.preview-upload-container .preview-upload .preview-media-container {
    background-color: #000;
    height: 215px;
    min-height: 215px;
    max-height: 375px
}

@media (min-width: 768px) {
    .preview-upload-container .preview-upload .preview-media-container {
        height: 375px
    }
}

.preview-container {
    display: none;
    margin-bottom: 10px
}

.preview-container .preview-upload {
    padding-top: 45px
}

@media (min-width: 768px) {
    .preview-container {
        margin: 36px 0 20px
    }
}

.preview-upload {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    border: 1px solid #ccc
}

.preview-upload.only-text {
    padding: 20px
}

.preview-upload.only-text .preview-name {
    margin-top: 0
}

@media (min-width: 768px) {
    .preview-upload.only-text {
        padding: 30px
    }
}

.preview-upload.video-add .preview-media-container::after {
    content: '';
    background: url("/content/img/teal/video-play-button.svg") center no-repeat;
    height: 56px;
    width: 56px;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    border-radius: 90px
}

.preview-upload .preview-media-container {
    width: 100%;
    height: auto;
    position: relative
}

.preview-upload .preview-media-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    cursor: auto
}

.preview-upload video.video {
    width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover
}

.preview-upload .form-group {
    margin-bottom: 0
}

.preview-upload textarea {
    border-left: none;
    border-right: none
}

.preview-upload .remove-upload {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #47d5cd;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.preview-upload .preview-text {
    padding: 20px;
    border-top: 1px solid #d6d6d6;
    position: relative
}

@media (min-width: 768px) {
    .preview-upload .preview-text {
        padding: 30px
    }
}

.add-memory-thank-you {
    display: none;
    margin: 0 -20px 60px;
    text-align: center
}

.add-memory-thank-you p {
    text-align: left
}

.add-memory-thank-you .surfaced-item-copy .header-subtitle, .add-memory-thank-you .surfaced-item-copy .hide-extra-paragraphs h2, .add-memory-thank-you .surfaced-item-copy .hide-extra-paragraphs h3, .add-memory-thank-you .surfaced-item-copy .hide-extra-paragraphs h4, .add-memory-thank-you .surfaced-item-copy .hide-extra-paragraphs h5, .add-memory-thank-you .surfaced-item-copy .hide-extra-paragraphs h6, .hide-extra-paragraphs .add-memory-thank-you .surfaced-item-copy h2, .hide-extra-paragraphs .add-memory-thank-you .surfaced-item-copy h3, .hide-extra-paragraphs .add-memory-thank-you .surfaced-item-copy h4, .hide-extra-paragraphs .add-memory-thank-you .surfaced-item-copy h5, .hide-extra-paragraphs .add-memory-thank-you .surfaced-item-copy h6 {
    color: #605f5d
}

@media (min-width: 768px) {
    .add-memory-thank-you {
        margin: 0 -30px 60px
    }

    .add-memory-thank-you p {
        text-align: center
    }

    .add-memory-thank-you .surfaced-item img {
        max-width: 580px
    }

    .add-memory-thank-you .btn-primary {
        max-width: 226px;
        white-space: nowrap
    }
}

@media (min-width: 992px) {
    .add-memory-thank-you .btn {
        width: auto
    }
}

.add-memory-thank-you .component-event-single.event-return {
    margin-bottom: 40px
}

.preview-upload-container {
    margin-top: 30px;
    margin-bottom: 30px
}

.preview-upload-container .preview-upload {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    text-align: left
}

.preview-caption {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-top: -5px;
    margin-bottom: 25px;
    word-break: break-word
}

.preview-caption:empty + .preview-name {
    margin-top: 0
}

@media (min-width: 768px) {
    .preview-caption {
        max-width: 65%
    }
}

.preview-name {
    font-size: 24px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    line-height: 24px;
    margin-bottom: 6px
}

@media (min-width: 768px) {
    .preview-name {
        max-width: 65%;
        display: inline-block
    }
}

.preview-relationship {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    color: #888;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .preview-relationship {
        margin-bottom: 6px
    }
}

.preview-date {
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 768px) {
    .preview-date {
        position: absolute;
        right: 30px;
        top: 25px;
        margin-bottom: 0
    }
}

.preview-message {
    margin-top: 20px;
    word-break: break-word
}

.memory-progress {
    width: 100%;
    height: 80vh;
    display: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.memory-progress > span {
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 20px;
    font-family: Lato-Regular, Arial, Helvetica, Lucida Grande, Sans-serif
}

.memory-progress .memory-progress-bar {
    width: 150px;
    height: 150px;
    text-align: center
}

.memory-progress .memory-progress-bar > div {
    position: relative
}

.memory-progress .memory-progress-bar > div svg {
    width: 150px;
    height: 150px;
    transform: scaleX(-1) rotate(-90deg);
    overflow: initial
}

.memory-progress .memory-progress-bar span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #4a3c31;
    font-size: 24px
}

circle {
    stroke-width: 12px;
    fill: none;
    stroke-dashoffset: 0%;
    stroke-dasharray: 150.5;
    stroke: #47d5cd
}

circle.stroke {
    stroke: #fff;
    stroke-width: 14px
}

p.paragraph.large {
    font-size: 20px;
    font-size: 1.25rem
}

p.paragraph.small {
    font-size: 13px;
    font-size: .8125rem
}

#planning-guides {
    margin: 50px 0;
    padding: 0;
    text-align: left
}

#planning-guides .sb-container {
    width: 120px !important;
    height: 154px !important;
    margin: 20px 0 30px 37% !important
}

#planning-guides .sb-container > div {
    width: 120px !important;
    height: 154px !important;
    transform-origin: 15% 200% !important;
    cursor: auto !important;
    background-color: #fff !important
}

#planning-guides .sb-container > div:last-child {
    box-shadow: none !important
}

#planning-guides .sb-container > div:last-child:after {
    background: 0 0 !important;
    box-shadow: none !important
}

#planning-guides .sb-container > div img {
    width: 100%;
    height: auto
}

#planning-guides h3 {
    font-size: 40px
}

#planning-guides .btn {
    width: 100%
}

#planning-guides .modal .modal-body h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px
}

#planning-guides .modal .modal-body h2 .icon {
    display: block;
    margin: 0 auto 20px
}

#planning-guides .modal .modal-body p {
    text-align: center
}

@media (min-width: 480px) {
    #planning-guides .sb-container {
        width: 219px !important;
        height: 281px !important;
        margin: 40px 0 55px 37% !important
    }

    #planning-guides .sb-container > div {
        width: 219px !important;
        height: 281px !important
    }
}

@media (min-width: 992px) {
    #planning-guides {
        margin: 50px 0
    }

    #planning-guides .sb-container {
        margin: 40px 0 80px 37% !important
    }

    #planning-guides .btn {
        width: auto
    }
}

.screen-title-overlay .screen-title-image-wrap.pricing-cta-hero {
    background-size: cover;
    overflow: hidden;
    height: 365px
}

@media (min-width: 992px) {
    .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero {
        max-height: 450px;
        min-height: 400px;
        height: auto
    }
}

.screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title {
    position: relative;
    padding-top: 80px;
    padding-bottom: 140px;
    top: auto;
    left: auto;
    transform: none
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h2.with-eyebrow:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h3.with-eyebrow:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h4.with-eyebrow:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h5.with-eyebrow:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h6.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .header-subtitle.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h2.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h3.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h4.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h5.with-eyebrow:after, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h6.with-eyebrow:after {
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -150px -106px;
    width: 116px;
    height: 11px;
    margin-top: 25px;
    margin-bottom: 15px
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h2.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h3.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h4.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h5.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h6.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .header-subtitle.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h2.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h3.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h4.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h5.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h6.with-eyebrow + h1 {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif
}

@media (min-width: 480px) {
    .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h2.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h3.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h4.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h5.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h6.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .header-subtitle.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h2.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h3.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h4.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h5.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h6.with-eyebrow + h1 {
        font-size: 45px
    }
}

@media (min-width: 992px) {
    .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h2.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h3.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h4.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h5.with-eyebrow + h1, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title h6.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .header-subtitle.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h2.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h3.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h4.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h5.with-eyebrow + h1, .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title .hide-extra-paragraphs h6.with-eyebrow + h1 {
        font-size: 65px;
        line-height: 65px
    }
}

@media (min-width: 768px) {
    .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title {
        padding-bottom: 125px
    }
}

@media (min-width: 1200px) {
    .screen-title-overlay .screen-title-image-wrap.pricing-cta-hero > .screen-title-title {
        padding-bottom: 140px
    }
}

.consultation-cta-section .col-sm-12 {
    padding: 20px 0 0
}

.consultation-cta-section .associate-cta {
    border: 1px solid #a5a5a5;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin: 0;
    margin-top: 30px;
    position: relative;
    padding: 0 20px 40px;
    text-align: center
}

.consultation-cta-section .associate-cta img {
    margin-top: 35px;
    width: 98px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1)
}

.consultation-cta-section .associate-cta h3:first-of-type {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 7px
}

.consultation-cta-section .associate-cta .hide-extra-paragraphs h3, .consultation-cta-section .associate-cta h3.header-subtitle, .hide-extra-paragraphs .consultation-cta-section .associate-cta h3 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px
}

.consultation-cta-section .associate-cta .callout-paragraph {
    margin: 30px auto;
    font-size: 20px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 33px
}

.consultation-cta-section .associate-cta .callout-paragraph::after {
    display: none
}

.consultation-cta-section .associate-cta .locator-information .telephone-icon {
    display: inline-block;
    height: 24px;
    vertical-align: sub
}

.consultation-cta-section .associate-cta .locator-information .telephone {
    display: inline-block
}

.consultation-cta-section .pricing-cta-section {
    border-top: 5px solid #47d5cd;
    padding: 0 20px 40px;
    background-color: #def0f0;
    height: 100%;
    text-align: center
}

.consultation-cta-section .pricing-cta-section h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    margin: 40px 0 20px;
    white-space: break-spaces
}

.consultation-cta-section .pricing-cta-section .paragraph {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    line-height: 27px
}

.consultation-cta-section .pricing-cta-section .starting-at {
    font-size: 14px;
    color: #6f6f6f;
    text-transform: uppercase;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 2.8px;
    line-height: 28px;
    font-weight: 700
}

.consultation-cta-section .pricing-cta-section .offering-value {
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    margin-bottom: 0;
    padding-top: 0
}

.consultation-cta-section .pricing-cta-section .glyph-link {
    letter-spacing: 2.1px;
    line-height: 17px;
    margin-bottom: 10px
}

.consultation-cta-section .cta-btn {
    display: block;
    margin: 30px auto 0;
    width: 290px
}

.other-offerings {
    text-align: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 20px
}

.other-offerings h3 {
    margin-bottom: 15px
}

.other-offerings p {
    padding-bottom: 22px;
    width: 80%;
    margin: auto
}

.other-offerings .other-offerings-list:last-child {
    list-style: none;
    padding-left: 0;
    margin: auto;
    width: 100%
}

.other-offerings .other-offerings-list:last-child li {
    width: 50%;
    float: left;
    padding-right: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 34px
}

.other-offerings .other-offerings-list:last-child li:before {
    content: "";
    display: inline-block;
    margin-left: -1em;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -164px -275px;
    width: 22px;
    height: 21px;
    vertical-align: bottom;
    margin-right: 10px
}

.other-offerings.overlay {
    text-align: left;
    padding: 0
}

.other-offerings.overlay .other-offerings-list:last-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px
}

.other-offerings.overlay .other-offerings-list:last-child li {
    width: 100%;
    padding-left: 15px
}

.collection-container {
    padding-top: 40px
}

.collection-container h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    margin: 0;
    display: block
}

.collection-container a {
    display: inline-block;
    margin-top: 20px
}

.collection-container a i, .collection-container a span {
    vertical-align: middle
}

.collection-container a i {
    margin-right: 10px
}

.collection-container a span {
    padding-bottom: 0
}

.collection-container a span:after {
    margin-top: 0
}

.pricing-guests {
    text-align: center;
    margin: 15px 0
}

.pricing-guests img, .pricing-guests span {
    display: inline-block
}

.pricing-guests img {
    margin-right: 5px
}

.pricing-guests span {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, sans-serif;
    font-size: 14px
}

.premium-pricing {
    margin: 80px auto 50px !important;
    background-color: #fff !important
}

.premium-pricing .pricing-service-header {
    padding: 0 15px
}

.premium-pricing .pricing-service-header h1 {
    font-size: 40px
}

.premium-pricing .pricing-service-header p {
    font-size: 18px
}

.premium-pricing .btn-primary, .premium-pricing .btn-secondary {
    width: auto !important
}

.premium-pricing-container {
    width: 100%;
    height: 100%;
    max-width: 1230px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: 30px
}

.premium-pricing-container.wrap-cards {
    max-width: 915px
}

.premium-pricing-container .premium-pricing-card {
    width: 335px;
    padding: 20px 0 30px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.premium-pricing-container .premium-pricing-card h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 30px;
    padding: 0 20px
}

.premium-pricing-container .premium-pricing-card .image {
    margin: 5px 0 20px;
    width: 100%;
    height: 165px;
    object-fit: cover
}

.premium-pricing-container .premium-pricing-card .pricing-container {
    padding: 0 20px;
    text-align: center
}

.premium-pricing-container .premium-pricing-card .pricing-container .starting-at {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    color: #6f6f6f;
    position: relative;
    vertical-align: top;
    top: 15px;
    margin-right: 0;
    margin-bottom: 5px;
    display: block
}

.premium-pricing-container .premium-pricing-card .pricing-container .price {
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    font-size: 35px;
    position: relative;
    display: inline-block
}

.premium-pricing-container .premium-pricing-card .pricing-container .price:before {
    content: '$';
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -19px
}

.premium-pricing-container .premium-pricing-card .btn-primary {
    margin-top: 20px
}

.android .premium-pricing-container .premium-pricing-card .pricing-container .starting-at, .ios .premium-pricing-container .premium-pricing-card .pricing-container .starting-at, .mac .premium-pricing-container .premium-pricing-card .pricing-container .starting-at {
    top: 13px
}

.android .premium-pricing-container .premium-pricing-card .pricing-container .price:before, .ios .premium-pricing-container .premium-pricing-card .pricing-container .price:before, .mac .premium-pricing-container .premium-pricing-card .pricing-container .price:before {
    top: 5px
}

@media (max-width: 480px) and (orientation: portrait) {
    .premium-pricing-container .premium-pricing-card {
        width: calc(100% - 30px)
    }
}

@media (min-width: 320px) and (max-width: 1199px) {
    .premium-pricing-container {
        max-width: 600px
    }
}

@media (min-width: 768px) {
    .consultation-cta-section .associate-cta {
        max-width: 100%;
        margin: 0 auto 10px
    }

    .consultation-cta-section .pricing-cta-section {
        padding: 30px 50px 55px
    }

    .consultation-cta-section .pricing-cta-section h2 {
        margin: 10px 0 15px;
        font-size: 45px
    }

    .consultation-cta-section .pricing-cta-section .paragraph {
        padding-bottom: 15px
    }

    .consultation-cta-section .cta-btn {
        max-width: 199px
    }

    .other-offerings {
        padding-top: 10px;
        padding-bottom: 35px
    }

    .other-offerings p {
        padding-bottom: 45px
    }

    .other-offerings .other-offerings-list:last-child {
        width: 70%;
        padding-left: 110px
    }

    .other-offerings .other-offerings-list:last-child li {
        padding-right: 30px;
        padding-left: 0
    }

    .premium-pricing .pricing-service-header h1 {
        font-size: 45px
    }

    .premium-pricing-container .premium-pricing-card {
        width: 285px
    }
}

@media (min-width: 992px) {
    .consultation-cta-section .cols-with-padding [class^=col-]:first-child > *, .consultation-cta-section .cols-with-padding [class^=col-]:last-child > * {
        margin-left: auto;
        margin-right: auto
    }

    .other-offerings {
        padding-bottom: 55px
    }

    .other-offerings p {
        width: 100%;
        padding-bottom: 10px
    }

    .other-offerings .other-offerings-list:last-child {
        width: 100%;
        margin: 0;
        padding-left: 90px
    }

    .collection-container h3 {
        display: inline-block;
        margin: 0 30px 0 0
    }

    .collection-container div {
        max-width: 996px;
        margin: 0 auto
    }

    .pricing-guests span {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .consultation-cta-section .hero.promo .hero-content, .consultation-cta-section .hero.with-gutters .hero-content, .consultation-cta-section .row-band, .hero.promo .consultation-cta-section .hero-content, .hero.with-gutters .consultation-cta-section .hero-content {
        padding-left: 0;
        padding-right: 0;
        display: flex
    }

    .consultation-cta-section .col-sm-12 {
        padding: 100px 15px 20px;
        min-height: 490px
    }

    .consultation-cta-section .col-sm-12 .pricing-panel {
        height: 100%
    }

    .consultation-cta-section .associate-cta {
        margin: 0;
        padding: 0 48px 60px;
        height: 100%;
        min-height: 491px
    }

    .consultation-cta-section .associate-cta img {
        width: 110px
    }

    .consultation-cta-section .associate-cta h3 {
        margin-top: 10px
    }

    .consultation-cta-section .associate-cta .callout-paragraph {
        margin: 20px auto 30px
    }

    .consultation-cta-section .pricing-cta-section {
        padding: 30px 50px 70px
    }

    .consultation-cta-section .pricing-cta-section h2 {
        font-size: 50px
    }

    .consultation-cta-section .cta-btn {
        margin: 40px auto 0
    }
}

.material-scrolltop {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 25px;
    left: 25px;
    padding: 0;
    overflow: hidden;
    outline: 0;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    border-radius: 15%;
    background-color: #47d5cd;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -ms-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -moz-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    -o-transition: all .3s cubic-bezier(.25, .25, 0, 1);
    transition: all .3s cubic-bezier(.25, .25, 0, 1)
}

@media (min-width: 992px) {
    .material-scrolltop {
        display: block
    }
}

.material-scrolltop:hover {
    background-color: #47d5cd
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
    border-radius: 100%;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -354px -285px;
    width: 23px;
    height: 14px
}

.material-scrolltop.reveal {
    width: 45px;
    height: 45px;
    z-index: 5
}

.component-pricing.event-return {
    border-top: 1px solid #c3c3c3;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 17px
}

.component-pricing.event-return .iconlist-pricing a {
    font: 10px Lato-Bold;
    letter-spacing: 2.4px;
    text-transform: uppercase
}

.component-pricing.event-return .iconlist-pricing a .icon.icon-return-to {
    display: block;
    margin: 0 auto 10px
}

.component-pricing.event-return .iconlist-pricing a .return-to-location {
    text-align: center;
    font-family: Lato-Black, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 2.4px;
    color: #008da0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900
}

.component-pricing.event-return .loc-title h2 {
    font-size: 30px;
    margin: 15px auto 10px;
    width: 275px
}

.component-pricing.event-return .loc-title h2 span {
    border-bottom: 2px solid #47d5cd
}

.component-pricing.event-return .event-return-description {
    text-align: center
}

@media (min-width: 768px) {
    .component-pricing.event-return .loc-title h2 {
        width: auto
    }
}

@media (min-width: 992px) {
    .component-pricing.event-return {
        padding-top: 50px;
        padding-bottom: 35px
    }

    .component-pricing.event-return .loc-title h2 {
        margin: 0 0 10px;
        font-size: 40px
    }
}

.product-application-table > tbody > tr > td {
    margin: 0;
    font-family: Lato-Bold
}

.product-application > h2 {
    padding-left: 10px
}

@media (min-width: 992px) {
    .product-application > h2 {
        padding-left: 0
    }
}

.product-comparison > .table > thead > tr > th {
    height: 48px;
    height: 3rem;
    text-align: center;
    vertical-align: middle
}

.product-comparison > .table > tbody > tr > td {
    height: 48px;
    height: 3rem;
    text-align: center;
    vertical-align: middle
}

.product-comparison > .table > tbody > tr > td:first-child {
    font-family: Lato-Bold;
    text-align: left
}

.product-comparison > .table > tbody > tr.product-names > td {
    font-family: Lato-Bold
}

.product-comparison > .product-legend {
    margin-top: 16px;
    margin-top: 1rem;
    text-align: right
}

.product-comparison > .product-legend > span {
    font-family: Lato-Bold;
    font-size: 13px;
    font-size: .8125rem;
    margin-left: 32px;
    margin-left: 2rem;
    white-space: nowrap
}

.product-comparison > .product-legend > span > .icon:first-child {
    margin-left: 8px;
    margin-left: .5rem
}

.product-comparison .icon {
    display: inline-block;
    position: relative;
    top: 2px
}

.product-list > thead > tr > th {
    padding: 10px 18px;
    padding: .625rem 1.125rem;
    vertical-align: middle
}

.product-list > tbody > tr > td {
    padding: 10px 18px;
    padding: .625rem 1.125rem;
    text-align: center;
    vertical-align: middle
}

.product-list > tbody > tr > td.product-list-icon {
    border-right: none;
    padding: 10px;
    padding: .625rem;
    vertical-align: top;
    width: 60px
}

.product-list > tbody > tr > td.product-list-icon > img {
    display: inline-block;
    min-height: 60px;
    min-width: 60px
}

.product-list > tbody > tr > td.product-list-description {
    border-left: none;
    padding-left: 5px;
    padding-left: .3125rem;
    text-align: left;
    vertical-align: top
}

.product-list > tbody > tr > td.product-list-description > p {
    line-height: 16px;
    line-height: 1rem
}

.product-list > tbody > tr > td.product-list-description > p:last-child {
    margin-bottom: 0
}

.product-list-title {
    display: block;
    font-family: Lato-Bold;
    margin-bottom: 4px;
    margin-bottom: .25rem
}

.resource .resource-image, .resource .resource-text, .resource .resource-title {
    display: block
}

.resource .resource-image {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.bp-sm > .resource {
    display: table;
    table-layout: fixed;
    width: 100%
}

.bp-sm > .resource > .resource-image, .bp-sm > .resource > .resource-text {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top
}

.bp-sm > .resource > .resource-image {
    min-width: 90px;
    padding-right: 16px;
    padding-right: 1rem;
    width: 25%
}

.bp-sm > .resource > .resource-text {
    width: 75%
}

.bp-max-lg > .resource > .resource-image {
    width: 33.3333333333%
}

.bp-max-lg > .resource > .resource-text {
    width: 66.6666666667%
}

.no-js .rate-review {
    opacity: 1;
    top: 0
}

.rating {
    letter-spacing: 1px;
    font-size: 18px
}

.rating .overall-rating {
    font-family: Lato-Bold;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom
}

.rating > span {
    background: url(/content/img/star-e.svg);
    display: inline-block;
    width: 25px;
    height: 24px;
    padding: 0 5px;
    margin-bottom: -4px
}

.rating > span:last-child {
    margin-right: 10px
}

.rating > span.half:after {
    content: '';
    background: url(/content/img/star-50.svg);
    display: block;
    width: 25px;
    height: 24px;
    margin: 0 -5px
}

.rating > span.quarter:after {
    content: '';
    background: url(/content/img/star-25.svg);
    display: block;
    width: 25px;
    height: 24px;
    margin: 0 -5px
}

.rating > span.three-quarter:after {
    content: '';
    background: url(/content/img/star-75.svg);
    display: block;
    width: 25px;
    height: 24px;
    margin: 0 -5px
}

.rating .no-rating {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    color: #828282;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase
}

.rating.rate1 > span:nth-child(-n+2), .rating.rate2 > span:nth-child(-n+3), .rating.rate3 > span:nth-child(-n+4), .rating.rate4 > span:nth-child(-n+5), .rating.rate5 > span {
    background: url(/content/img/star.svg)
}

.rate-review {
    opacity: 0;
    -webkit-transition: all 2s .35s ease;
    -moz-transition: all 2s .35s ease;
    -ms-transition: all 2s .35s ease;
    -o-transition: all 2s .35s ease;
    transition: all 2s .35s ease;
    position: relative;
    top: -30px;
    font-size: 16px
}

@media (min-width: 992px) {
    .rate-review {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center
    }
}

.rate-review.shown {
    opacity: 1;
    top: 0
}

.rate-review > * {
    display: inline-block;
    margin: 0 20px
}

.rate-review > :first-child {
    margin-right: 0
}

.rate-review .glyph-link, .rate-review .glyph-link:hover {
    color: #fff;
    line-height: 1em
}

#reviewModal .modal-dialog {
    max-width: 700px
}

@media (max-width: 767px) {
    #reviewModal .modal-dialog {
        max-width: none;
        width: 100%;
        margin: 0
    }
}

#reviewModal .top-rating {
    width: 175px;
    width: 195px;
    margin: 20px auto 15px
}

@media (min-width: 768px) {
    #reviewModal .top-rating {
        margin-top: 30px
    }
}

#reviewModal .top-rating > span:last-child {
    margin-right: 0
}

#reviewModal .jdp-logo {
    margin-top: 40px
}

#reviewModal .hide-extra-paragraphs .jdp-logo + h3, #reviewModal .jdp-logo + h3.header-subtitle, .hide-extra-paragraphs #reviewModal .jdp-logo + h3 {
    margin: 0
}

#reviewModal .modal-header.has-image {
    background-size: cover
}

@media (min-width: 768px) {
    #reviewModal .modal-header.has-image {
        background-image: none !important
    }
}

@media (max-width: 767px) {
    #reviewModal .modal-header.has-image {
        margin: -30px -40px 0;
        padding: 30px;
        position: relative;
        min-height: 200px
    }

    #reviewModal .modal-header.has-image:after {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block
    }

    #reviewModal .modal-header.has-image .modal-title {
        top: 50%;
        color: #fff;
        position: absolute;
        z-index: 2;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0
    }
}

#reviewModal .hide-extra-paragraphs h3, #reviewModal h3.header-subtitle, .hide-extra-paragraphs #reviewModal h3 {
    font-size: 20px;
    padding-top: 30px
}

#reviewModal .hide-extra-paragraphs h4, #reviewModal h4.header-subtitle, .hide-extra-paragraphs #reviewModal h4 {
    font-size: 14px
}

#reviewModal .modal-title {
    line-height: 1em;
    text-align: center
}

#reviewModal .rating-row {
    text-align: left;
    border-bottom: 1px solid #f2f0ec;
    padding: 5px 0;
    letter-spacing: 1px
}

#reviewModal .rating-row .score {
    float: right;
    font-family: Lato-Bold
}

#reviewModal .hide-extra-paragraphs .rating-row + h2, #reviewModal .hide-extra-paragraphs .rating-row + h3, #reviewModal .hide-extra-paragraphs .rating-row + h4, #reviewModal .hide-extra-paragraphs .rating-row + h5, #reviewModal .hide-extra-paragraphs .rating-row + h6, #reviewModal .rating-row + .header-subtitle, .hide-extra-paragraphs #reviewModal .rating-row + h2, .hide-extra-paragraphs #reviewModal .rating-row + h3, .hide-extra-paragraphs #reviewModal .rating-row + h4, .hide-extra-paragraphs #reviewModal .rating-row + h5, .hide-extra-paragraphs #reviewModal .rating-row + h6 {
    margin-top: 40px
}

#reviewModal .rating-bars {
    text-align: left;
    margin-bottom: 40px
}

#reviewModal .rating-bars .memory-content:after {
    max-width: 100%
}

#reviewModal .rating-bars > div {
    height: 30px;
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#reviewModal .rating-bars > div > span {
    text-align: right;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#reviewModal .rating-bars .meter, #reviewModal .rating-bars .rating {
    display: inline-block
}

#reviewModal .rating-bars .rating {
    text-align: right;
    width: 135px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#reviewModal .rating-bars .meter {
    background: #e6e6e6;
    height: 13px;
    width: 100%;
    position: relative;
    margin-right: 10px
}

#reviewModal .rating-bars .meter span {
    background: #ffb52f;
    height: 13px;
    position: absolute
}

#reviewModal .memory-content h5 {
    font-variant-ligatures: none
}

#reviewModal .padding-below {
    padding-bottom: 40px
}

@media (min-width: 768px) {
    #reviewModal .search-footer .btn {
        display: inline-block;
        width: auto
    }
}

#reviewModal .with-border {
    border-top: 1px solid #f2f0ec
}

#reviewModal .modal-footer {
    padding: 20px 50px 0;
    margin-left: -50px;
    margin-right: -50px;
    font-size: 12px
}

@media (max-width: 549px) {
    #reviewModal .rating-row {
        font-size: 12px;
        display: flex;
        justify-content: space-between
    }

    #reviewModal .rating-row .overall-rating {
        margin-right: 0
    }

    #reviewModal .rating-row .rating > span:last-child {
        margin-right: 0
    }

    #reviewModal .rating-row .rating > span {
        width: 12px;
        height: 12px;
        margin-bottom: -1px
    }

    #reviewModal .rating-row .rating > span.half:after {
        width: 12px;
        height: 12px
    }

    #reviewModal .rating-row .rating > span.quarter:after {
        width: 12px;
        height: 12px
    }

    #reviewModal .rating-row .rating > span.three-quarter:after {
        width: 12px;
        height: 12px
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.recaptcha-text p {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px
}

.resource-list > tbody > tr > td {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    vertical-align: middle
}

.resource-list > tbody > tr > td.resource-list-icon {
    padding: 10px;
    padding: .625rem
}

.resource-list-action, .resource-list-icon, .resource-list-nowrap {
    white-space: nowrap;
    width: 1%
}

.resource-list-action > a {
    color: #4a3c31;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    position: relative;
    top: -6px;
    top: -.375rem
}

.resource-list-icon > img {
    display: inline-block;
    max-width: none;
    min-height: 60px;
    min-width: 60px
}

.resource-list-title {
    display: block;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.screen-title {
    position: relative
}

.screen-title-title {
    margin-top: 0;
    line-height: .9em;
    font-size: 36.9230769231px;
    font-size: 2.3076923077rem
}

.screen-title-title .subtext {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    text-transform: uppercase;
    font-size: .6em;
    font-style: normal
}

.screen-title-subtitle {
    font-family: Lato
}

.screen-title-full {
    background-color: #fff
}

.screen-title-full .screen-title-title {
    font-size: 48px
}

.screen-title-full > div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0
}

.screen-title-overlay {
    background: #eeebe6;
    padding: 0
}

.screen-title-overlay .screen-title-image-wrap:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block
}

.screen-title-overlay.static-screen-title {
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat
}

.screen-title-overlay.static-screen-title .screen-title-image-wrap {
    min-height: 320px;
    width: 100%;
    overflow: hidden
}

.screen-title-overlay.static-screen-title .screen-title-image-wrap > .screen-title-title {
    top: 50%
}

.screen-title-overlay.brand-hero, .screen-title-overlay.with-cta {
    overflow: hidden;
    padding-bottom: 60px
}

.screen-title-overlay.brand-hero .screen-title-image-wrap, .screen-title-overlay.with-cta .screen-title-image-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px
}

.screen-title-overlay.brand-hero .screen-title-image, .screen-title-overlay.with-cta .screen-title-image {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .screen-title-overlay.with-cta .screen-title-image-wrap {
        min-height: 630px
    }
}

.screen-title-overlay.brand-hero {
    padding-bottom: 0;
    max-height: 400px
}

@media (min-width: 480px) {
    .screen-title-overlay.brand-hero {
        max-height: 500px
    }
}

.screen-title-overlay.location-gallery-all .screen-title-image-wrap:after {
    content: none
}

.screen-title-overlay .screen-title-image-wrap {
    min-height: 300px;
    max-height: 500px
}

.screen-title-overlay .screen-title-image-wrap .screen-title-image {
    width: 100%;
    max-height: 500px
}

.screen-title-overlay .screen-title-image-wrap > .screen-title-title {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    color: #fff;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    width: 100%
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h2, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h3, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h4, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h5, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h6, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .header-subtitle, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h2, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h3, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h4, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h5, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h6 {
    font-size: 16px;
    letter-spacing: 4px
}

@media (min-width: 480px) {
    .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h2, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h3, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h4, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h5, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h6, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .header-subtitle, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h2, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h3, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h4, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h5, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h6 {
        font-size: 18px
    }
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h2:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h3:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h4:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h5:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h6:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .header-subtitle:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h2:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h3:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h4:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h5:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h6:after {
    clear: both;
    margin: 20px auto;
    display: block;
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -142px -268px;
    width: 188px;
    height: 7px
}

@media (min-width: 768px) {
    .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h2:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h3:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h4:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h5:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h6:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .header-subtitle:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h2:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h3:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h4:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h5:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h6:after {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h2:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h3:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h4:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h5:after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h6:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .header-subtitle:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h2:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h3:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h4:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h5:after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title .hide-extra-paragraphs h6:after {
        margin-bottom: 80px
    }
}

.screen-title-overlay .screen-title-image-wrap > .screen-title-title h1 {
    line-height: .9em;
    padding-bottom: 5px;
    font-size: 56px
}

@media (min-width: 768px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1 {
        font-size: 70px
    }
}

@media (min-width: 1200px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1 {
        font-size: 100px
    }
}

.screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long {
    font-size: 40px
}

@media (min-width: 992px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long {
        font-size: 70px
    }
}

@media (min-width: 1200px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long {
        font-size: 80px
    }
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h2, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h3, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h4, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h5, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h6, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .header-subtitle, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h2, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h3, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h4, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h5, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h6 {
    vertical-align: middle
}

.hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h2::after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h3::after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h4::after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h5::after, .hide-extra-paragraphs .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long h6::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .header-subtitle::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h2::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h3::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h4::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h5::after, .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.long .hide-extra-paragraphs h6::after {
    margin-bottom: 0;
    margin-top: 20px
}

.screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.h1-eyebrow {
    line-height: .5em
}

.screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.extra-long {
    font-size: 32px
}

@media (min-width: 992px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.extra-long {
        font-size: 70px
    }
}

@media (min-width: 1200px) {
    .screen-title-overlay .screen-title-image-wrap > .screen-title-title h1.extra-long {
        font-size: 80px
    }
}

.screen-title-overlay .cta-box {
    margin-top: -140px;
    position: relative;
    z-index: 2
}

.brand-hero .brand-logo {
    margin-bottom: 40px
}

.brand-hero .brand-logo img {
    max-width: 150px;
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.brand-hero .brand-logo img.eyebrow-img {
    max-width: none;
    width: auto;
    max-height: 50px
}

@media (min-width: 768px) {
    .brand-hero .brand-logo img.eyebrow-img {
        max-height: 70px
    }
}

@media (min-width: 992px) {
    .brand-hero .brand-logo img {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.brand-hero .brand-logo.eyebrow-logo {
    margin-bottom: 0;
    padding-top: 0
}

@media (min-width: 480px) {
    .brand-hero .brand-logo.eyebrow-logo {
        padding-top: 40px
    }
}

.brand-hero .brand-logo + .h1-eyebrow {
    margin-top: 0
}

.brand-hero .screen-title-image-wrap > .screen-title-title {
    top: 40%
}

.cta-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 200px;
    height: 400px;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .3)
}

.cta-hero p {
    font-size: 16px;
    text-align: center
}

.cta-hero p.cta-title {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block;
    font-size: 40px;
    line-height: 45px
}

.cta-hero .btn {
    margin-top: 20px
}

@media (min-width: 480px) {
    .cta-hero .btn {
        width: auto
    }
}

.cta-hero .brand-logo {
    margin-bottom: 40px
}

.cta-hero .brand-logo img {
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width: 992px) {
    .cta-hero .brand-logo img {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cta-hero .screen-title-image-wrap > .screen-title-title {
    top: 65%
}

.cta-hero .screen-title-image-wrap:after {
    content: none
}

.screen-title-full-overlay .screen-title-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: Lato
}

.screen-title-full-overlay .screen-title-cta {
    font-family: Lato-Bold;
    text-transform: uppercase;
    padding-bottom: 6px;
    cursor: pointer
}

.screen-title-below .screen-title-title {
    margin-top: 8px;
    margin-top: .5rem
}

.screen-title-date {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.screen-title-split-left, .screen-title-split-right {
    background: #fff
}

.screen-title-split-left {
    padding: 0 10px 10px !important;
    display: block;
    margin-bottom: 40px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.screen-title-split-left:hover {
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

.screen-title-split-left a {
    display: block
}

.screen-title-split-left a:focus {
    outline: 0
}

.screen-title-split-left .grave-details {
    color: #605f5e;
    margin: 10px 0;
    display: inline-block
}

.screen-title-split-left .grave-details:after {
    content: '';
    margin-left: 10px;
    margin-top: 2px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -399px -285px;
    width: 8px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px
}

.screen-title-split-left .grave-details:hover {
    color: #47d5cd
}

@media (min-width: 992px) {
    .screen-title-split-left .grave-details {
        margin: 5px 0 10px
    }
}

.screen-title-split-left .screen-title-title {
    position: relative;
    display: inline-block
}

.screen-title-split-left .screen-title-title:after {
    display: block;
    width: 100%;
    -webkit-transition: width .35s ease;
    -moz-transition: width .35s ease;
    -ms-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
    height: .07em;
    background: #47d5cd;
    margin-top: 3px;
    position: absolute
}

.screen-title-split-left .screen-title-title:hover:after {
    content: ''
}

.screen-title-split-left .screen-title-image {
    max-height: 300px;
    max-width: 600px;
    overflow: hidden;
    width: auto;
    margin: 0 auto 20px;
    text-align: center
}

.screen-title-split-left .screen-title-image .preview-obit-image {
    min-width: 200px
}

.screen-title-split-left .screen-title-copy {
    padding-right: 0
}

.screen-title-split-left .screen-title-copy p {
    word-break: break-word
}

@media (min-width: 480px) {
    .screen-title-split-left {
        margin-bottom: 20px;
        padding: 0 10px 0 0 !important
    }

    .screen-title-split-left .screen-title-copy, .screen-title-split-left .screen-title-image {
        float: left;
        position: relative;
        width: 50%
    }

    .screen-title-split-left .screen-title-image {
        margin: 0 20px 0 0;
        max-width: 150px;
        max-height: 200px
    }

    .screen-title-split-left .screen-title-image .preview-obit-image {
        min-width: 0;
        width: 100%
    }

    .screen-title-split-left .screen-title-title {
        margin-top: 10px
    }
}

.screen-title-split-right {
    padding: 0 0 0 15px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.screen-title-split-right:hover {
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

.screen-title-split-right .screen-title-copy-wrap:hover {
    color: #4a3c31
}

.screen-title-split-right .screen-title-title {
    font-size: 2rem;
    margin-bottom: 20px
}

.hide-extra-paragraphs .screen-title-split-right h2, .hide-extra-paragraphs .screen-title-split-right h3, .hide-extra-paragraphs .screen-title-split-right h4, .hide-extra-paragraphs .screen-title-split-right h5, .hide-extra-paragraphs .screen-title-split-right h6, .screen-title-split-right .header-subtitle, .screen-title-split-right .hide-extra-paragraphs h2, .screen-title-split-right .hide-extra-paragraphs h3, .screen-title-split-right .hide-extra-paragraphs h4, .screen-title-split-right .hide-extra-paragraphs h5, .screen-title-split-right .hide-extra-paragraphs h6 {
    font-size: 13px;
    margin: 0 0 5px
}

.screen-title-split-right .screen-title-image {
    float: right;
    overflow: hidden;
    min-height: 50px;
    height: 100%;
    width: 40%;
    margin-left: -20px
}

.screen-title-split-right .screen-title-image img {
    float: right;
    width: 100%
}

.screen-title-split-right .screen-title-copy {
    width: 60%;
    float: left;
    position: relative;
    text-align: left;
    padding: 20px 15px 5px 5px
}

.screen-title-split-right .screen-title-copy p:not(.header-subtitle) {
    letter-spacing: 2px;
    font-size: 14px
}

@media (min-width: 480px) {
    .screen-title-split-right .screen-title-copy {
        padding: 20px 15px 15px
    }

    .screen-title-split-right .screen-title-title {
        font-size: 36.92px;
        margin-bottom: 10px
    }

    .screen-title-split-right p:not(.header-subtitle) {
        font-size: 16px
    }

    .hide-extra-paragraphs .screen-title-split-right h2, .hide-extra-paragraphs .screen-title-split-right h3, .hide-extra-paragraphs .screen-title-split-right h4, .hide-extra-paragraphs .screen-title-split-right h5, .hide-extra-paragraphs .screen-title-split-right h6, .screen-title-split-right .header-subtitle, .screen-title-split-right .hide-extra-paragraphs h2, .screen-title-split-right .hide-extra-paragraphs h3, .screen-title-split-right .hide-extra-paragraphs h4, .screen-title-split-right .hide-extra-paragraphs h5, .screen-title-split-right .hide-extra-paragraphs h6 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .screen-title-split-right .screen-title-image {
        width: 35%
    }
}

.screen-title-image-wrap {
    position: relative
}

@media (min-width: 768px) {
    .screen-title-split-left .screen-title-title {
        margin-right: 20px
    }

    .screen-title-date {
        display: inline-block
    }

    .screen-title-split-left .screen-title-copy {
        min-width: 70%
    }

    .screen-title-overlay .screen-title-image-wrap > .screen-title-title {
        padding-left: 30px;
        padding-right: 30px
    }

    .col-3 .screen-title-full-overlay > .screen-title-copy {
        left: 0;
        max-width: none;
        top: 0;
        position: static;
        padding: 10px 0 0 0
    }
}

@media (min-width: 992px) {
    .screen-title-overlay .screen-title-title {
        width: auto
    }

    .screen-title-overlay .screen-title-image-wrap .screen-title-image {
        width: 100%;
        max-height: 610px
    }

    .col-3 .screen-title-image, .col-4 .screen-title-image {
        margin-bottom: 0
    }

    .col-3 .col-4 .screen-title-no-image > .screen-title-copy-wrap, .col-3 .col-4 .screen-title-overlay > .screen-title-copy-wrap, .col-3 .screen-title-no-image > .screen-title-copy-wrap, .col-3 .screen-title-overlay > .screen-title-copy-wrap, .col-3 .screen-title-table, .col-4 .col-3 .screen-title-no-image > .screen-title-copy-wrap, .col-4 .col-3 .screen-title-overlay > .screen-title-copy-wrap, .col-4 .screen-title-no-image > .screen-title-copy-wrap, .col-4 .screen-title-overlay > .screen-title-copy-wrap, .col-4 .screen-title-table {
        display: table;
        width: 100%
    }

    .col-3 .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-3 .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-3 .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta, .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta, .col-3 .screen-title-table-cell, .col-4 .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-4 .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta, .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta, .col-4 .screen-title-table-cell {
        display: table-cell;
        vertical-align: top
    }

    .col-3 .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-padded-copy, .col-4 .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-padded-copy {
        padding-right: 4em
    }

    .col-3 .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-lifted-copy, .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-lifted-copy, .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-copy, .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-copy {
        position: relative;
        top: -.3rem
    }

    .col-3 .col-4 .screen-title-full-overlay > .screen-title-copy, .col-3 .screen-title-full-overlay > .screen-title-copy, .col-3 .screen-title-overlay .screen-title-image-wrap > .screen-title-title, .col-3 .screen-title-overlay-block, .col-4 .col-3 .screen-title-full-overlay > .screen-title-copy, .col-4 .screen-title-full-overlay > .screen-title-copy, .col-4 .screen-title-overlay .screen-title-image-wrap > .screen-title-title, .col-4 .screen-title-overlay-block, .screen-title-overlay .col-3 .screen-title-image-wrap > .screen-title-title, .screen-title-overlay .col-4 .screen-title-image-wrap > .screen-title-title {
        display: block;
        padding: 15px 20px;
        position: absolute
    }

    .col-3 .screen-title-no-image > .screen-title-image-wrap, .col-3 .screen-title-overlay > .screen-title-image-wrap, .col-4 .screen-title-no-image > .screen-title-image-wrap, .col-4 .screen-title-overlay > .screen-title-image-wrap {
        margin-bottom: 1.2em
    }

    .col-3 .screen-title-no-image > .screen-title-copy-wrap > h3, .col-3 .screen-title-overlay > .screen-title-copy-wrap > h3, .col-4 .screen-title-no-image > .screen-title-copy-wrap > h3, .col-4 .screen-title-overlay > .screen-title-copy-wrap > h3 {
        display: table-caption;
        margin-top: 0
    }

    .col-3 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-3 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta, .col-4 .screen-title-no-image > .screen-title-copy-wrap > .screen-title-cta, .col-4 .screen-title-overlay > .screen-title-copy-wrap > .screen-title-cta {
        text-align: right
    }

    .col-3 .screen-title-full-left .screen-title-image, .col-4 .screen-title-full-left .screen-title-image {
        float: left;
        margin: 0 2em 0 0;
        max-width: 50%
    }

    .col-3 .screen-title-full-right .screen-title-image, .col-4 .screen-title-full-right .screen-title-image {
        float: right;
        margin: 0 0 0 2em;
        max-width: 50%
    }

    .col-3 .screen-title-full-overlay > .screen-title-copy, .col-4 .screen-title-full-overlay > .screen-title-copy {
        left: 10px;
        max-width: 33%;
        top: 10px
    }
}

@media (min-width: 480px) {
    .col-1 .special-screen-title > .special-screen-title-text, .col-2 .special-screen-title > .special-screen-title-text, .col-3 .special-screen-title > .special-screen-title-text {
        padding-right: 25px;
        padding-right: 1.5625rem
    }
}

.screen-title.big-hero {
    background-repeat: no-repeat;
    background-position: 35% 0;
    background-size: cover;
    padding: 0 20px;
    min-height: 450px;
    max-height: 500px
}

.screen-title.big-hero .screen-title-title {
    padding: 40px 0;
    color: #fff;
    max-width: 100%;
    width: 100%;
    text-align: center
}

.screen-title.big-hero .screen-title-title .subtext, .screen-title.big-hero .screen-title-title h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    letter-spacing: 0
}

.screen-title.big-hero .screen-title-title .subtext {
    display: block;
    text-transform: none;
    margin-top: 25px
}

.screen-title.big-hero .searchbx {
    padding-bottom: 80px
}

.screen-title.big-hero .screen-title.big-hero {
    padding: 0
}

@media (min-width: 768px) {
    .screen-title.big-hero {
        height: 510px;
        min-height: initial;
        max-height: initial;
        padding: 0 40px
    }

    .screen-title.big-hero .screen-title-title .subtext, .screen-title.big-hero .screen-title-title h1 {
        font-size: 55px;
        line-height: 55px
    }

    .screen-title.big-hero .searchbx {
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    .screen-title.big-hero {
        height: 500px
    }

    .screen-title.big-hero .screen-title-title {
        padding: 60px 0
    }

    .screen-title.big-hero .screen-title-title .subtext, .screen-title.big-hero .screen-title-title h1 {
        font-size: 60px;
        line-height: 60px
    }
}

.secondary-title .secondary-title-title > h3 {
    margin: 0
}

@media (min-width: 768px) {
    .col-2 .secondary-title > div, .col-3 .secondary-title > div, .col-4 .secondary-title > div {
        display: inline-block
    }

    .col-2 .secondary-title-link, .col-3 .secondary-title-link, .col-4 .secondary-title-link {
        float: right
    }
}

input[type=search] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.search-box .placeholder.form-control, .search-box-nav .placeholder.form-control, .search-box-placeholder.placeholder {
    color: #656565;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box .form-control:-moz-placeholder, .search-box-nav .form-control:-moz-placeholder, .search-box-placeholder:-moz-placeholder {
    color: #656565;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box .form-control::-moz-placeholder, .search-box-nav .form-control::-moz-placeholder, .search-box-placeholder::-moz-placeholder {
    color: #656565;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box .form-control::-webkit-input-placeholder, .search-box-nav .form-control::-webkit-input-placeholder, .search-box-placeholder::-webkit-input-placeholder {
    color: #656565;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box .form-group, .search-box-nav .form-group {
    margin-bottom: 0;
    position: relative;
    width: 100%
}

.search-box .form-group.obit-search-checkbox, .search-box-nav .form-group.obit-search-checkbox {
    margin-top: 25px
}

.search-box .form-group.grave-location, .search-box-nav .form-group.grave-location {
    margin-top: 20px
}

.search-box .form-group.grave-location input[type=checkbox] + label, .search-box-nav .form-group.grave-location input[type=checkbox] + label {
    font-size: 16px;
    letter-spacing: .8px
}

.search-box .form-control, .search-box-nav .form-control {
    font-size: 18px;
    letter-spacing: 1.5px;
    padding-right: 56px;
    position: relative;
    height: 58px
}

@media (min-width: 480px) {
    .search-box .form-control, .search-box-nav .form-control {
        height: 68px
    }
}

.search-box .form-group-btn, .search-box-nav .form-group-btn {
    z-index: 8;
    height: 45px;
    vertical-align: top;
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 36px;
    text-align: center
}

.search-box .form-group-btn button, .search-box-nav .form-group-btn button {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -430px -356px;
    width: 26px;
    height: 24px;
    width: 25px;
    color: #4a3c31;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding: 0
}

.search-box .form-group-btn button span, .search-box-nav .form-group-btn button span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.search-box .tt-menu, .search-box-nav .tt-menu {
    background-color: #fff;
    padding: 10px;
    padding: .625rem;
    width: 100%
}

.search-box label, .search-box-nav label {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 400
}

.search-box input::-ms-clear, .search-box-nav input::-ms-clear {
    display: none
}

.search-box-nav {
    color: #605f5e;
    background: #eeebe6;
    padding: 30px 28px;
    width: 90%;
    float: right
}

.search-box-nav label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px
}

.search-box-nav .form-control {
    border: none;
    height: 50px
}

.search-box-nav .form-group-btn {
    display: flex;
    align-items: center;
    height: 50px;
    top: -7px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.search-box-nav .form-group-btn button {
    margin: 0 auto;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -404px -356px;
    width: 26px;
    height: 24px;
    font-weight: 400;
    font-family: lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

.search-box-nav .form-group-btn button span {
    bottom: -4px
}

.search-box-with-clear .form-control {
    padding-right: 129px
}

.search-box-with-clear .form-control.placeholder {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box-with-clear .form-control:-moz-placeholder {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box-with-clear .form-control::-moz-placeholder {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box-with-clear .form-control::-webkit-input-placeholder {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px
}

.search-box-with-clear .form-group-btn.clearer {
    right: 78px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.search-box-with-clear .form-group-btn.clearer button {
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -266px -407px;
    width: 23px;
    height: 28px
}

.search-box-with-clear .form-group-btn.clearer:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #afafae;
    position: absolute;
    right: 0;
    top: 4px
}

.search-box-with-clear.not-empty .clearer {
    width: 65px
}

.search-box-with-clear.no-label {
    padding-top: 20px
}

.search-box-with-clear.no-label label {
    display: none
}

@media (min-width: 768px) {
    .search-box-with-clear.no-label {
        padding-top: 30px
    }
}

.search-box-with-button {
    margin: 0 auto;
    padding: 10px 20px 20px;
    background-color: rgba(255, 255, 255, .66)
}

.search-box-with-button .form-control {
    margin-top: 10px;
    border: none;
    width: 100%;
    height: 55px;
    padding: 6px 20px;
    font-size: 16px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

.search-box-with-button label + .form-control {
    margin-top: 0
}

.search-box-with-button .form-group {
    margin-bottom: 10px
}

.search-box-with-button .form-group label {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    color: #4a3c31;
    font-size: 12px;
    line-height: 33px;
    letter-spacing: 1.8px;
    margin: 0;
    padding: 0
}

.search-box-with-button .btn {
    height: 48px;
    width: 100%;
    vertical-align: bottom;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

@media (min-width: 768px) {
    .search-box-with-button {
        width: 500px
    }

    .search-box-with-button .form-group {
        width: 100%
    }
}

@media (min-width: 992px) {
    .search-box-with-button {
        width: 875px
    }

    .search-box-with-button form {
        display: flex
    }

    .search-box-with-button .form-group {
        display: inline-block;
        width: 100%;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: middle
    }

    .search-box-with-button .btn-container {
        align-self: flex-end;
        margin-left: auto
    }

    .search-box-with-button .btn {
        width: 100%;
        height: 55px;
        position: relative
    }
}

.search-box-obit {
    max-width: 500px;
    margin: 0 auto;
    transition: all 1s
}

.search-box-obit.open {
    width: auto
}

.search-box-obit .form-group {
    margin-bottom: 20px
}

.search-box-obit .form-control {
    border: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box
}

.search-box-obit .form-group input[type=checkbox] + input[type=hidden] + label, .search-box-obit .form-group input[type=checkbox] + label {
    padding-left: 0;
    letter-spacing: 1px
}

.search-box-obit .form-group input[type=checkbox] + input[type=hidden] + label:before, .search-box-obit .form-group input[type=checkbox] + label:before {
    margin-left: 0
}

@media (min-width: 992px) {
    .search-box-obit .form-group input[type=checkbox] + input[type=hidden] + label, .search-box-obit .form-group input[type=checkbox] + label {
        margin-top: 20px
    }
}

.search-box-obit .btn {
    height: 50px
}

@media (min-width: 768px) {
    .search-box-obit .form-group {
        width: 100%
    }

    .search-box-obit .btn {
        width: 100%
    }
}

@media (min-width: 992px) {
    .search-box-obit {
        max-width: 85%
    }

    .search-box-obit .form-group {
        display: inline-block;
        width: 69%;
        margin-bottom: 0;
        vertical-align: middle
    }

    .search-box-obit .btn {
        width: 30%;
        position: relative;
        float: right
    }

    .search-box-obit .form-group + .form-group + .btn {
        top: -50px
    }
}

@media (min-width: 1200px) {
    .search-box-obit {
        max-width: 70%
    }
}

.search-box-with-settings {
    margin: 0 auto;
    padding: 30px 30px 0;
    background-color: rgba(239, 239, 239, .88);
    border-top: 5px solid rgba(71, 213, 205, .75);
    max-width: 850px
}

.search-box-with-settings .form-group .form-control {
    border: none;
    padding: 20px 70px 20px 20px;
    z-index: 5
}

.search-box-settings {
    margin: 0;
    padding: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

.search-box-settings li {
    display: block;
    list-style: none;
    vertical-align: top;
    line-height: 1em;
    font-size: .9em;
    min-width: 17%;
    margin: 10px;
    padding-bottom: 10px
}

.search-box-settings li a {
    display: inline-block
}

.search-box-settings li a span {
    padding-bottom: 5px;
    position: relative
}

.search-box-settings li.selected a span:after {
    content: '';
    display: block;
    width: 100%;
    background: #47d5cd;
    height: 2px;
    margin: 6px auto 0
}

@media (min-width: 650px) {
    .search-box-settings {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .search-box-settings li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        width: 30%;
        margin: 0 10px
    }

    .search-box-settings li:first-child {
        margin-left: 0
    }

    .search-box-settings li:last-child {
        margin-right: 0
    }

    .search-box-settings .selected:before {
        content: '';
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 15px;
        position: absolute;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: -20px
    }
}

.search-footer {
    text-align: center
}

.search-footer > button {
    display: inline-block;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    width: 100%
}

@media (min-width: 768px) {
    .search-footer > button {
        width: auto
    }
}

.see-more {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-family: Lato-bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    display: block;
    font-size: 14px;
    color: #4a3c31;
    cursor: pointer
}

.see-more:after {
    content: '';
    margin-left: 8px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -448px -343px;
    width: 17px;
    height: 10px;
    display: inline-block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .12s .35s ease;
    -moz-transition: all .12s .35s ease;
    -ms-transition: all .12s .35s ease;
    -o-transition: all .12s .35s ease;
    transition: all .12s .35s ease
}

.see-more[aria-expanded=false]:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.see-more .more {
    display: none
}

.see-more[aria-expanded=false] .more {
    display: inline
}

.see-more[aria-expanded=false] .less {
    display: none
}

.static-map {
    display: inline-block;
    position: relative
}

.static-map > .map {
    display: block;
    width: 100%
}

.surfaced-item {
    position: relative;
    background: #fff;
    padding: 0 0 40px
}

.surfaced-item h3 {
    font-size: 35px;
    margin-top: 0;
    padding: 0 5%
}

.surfaced-item .surfaced-item-copy {
    padding: 0 5%
}

.surfaced-item .surfaced-item-copy h3 {
    padding: 0
}

.surfaced-item .surfaced-item-copy.floral p {
    text-align: center
}

.surfaced-item .glyph-link {
    margin-top: 20px
}

.surfaced-item.surfaced-item-vertical {
    text-align: center;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.surfaced-item.surfaced-item-vertical:hover {
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

.surfaced-item.surfaced-item-vertical h3 {
    font-size: 40px
}

.surfaced-item-image {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: 100%
}

.surfaced-item-overlay {
    padding-bottom: 0;
    text-align: center;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.surfaced-item-overlay:hover {
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
}

.surfaced-item-overlay .surfaced-item-content-image {
    display: block;
    position: relative
}

.surfaced-item-overlay .surfaced-item-content-image > img {
    max-width: 100%;
    width: 100%
}

.surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-background-image {
    width: 100%;
    height: 100%;
    background: #605f5e;
    opacity: .4;
    position: absolute;
    top: 0
}

.surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-label-image {
    padding: 10px;
    padding: .625rem;
    bottom: 50%;
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    width: 100%
}

.surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-label-image h3 {
    color: #fff;
    font-size: 60px;
    line-height: .8em;
    margin: 2px;
    margin: .125rem;
    text-align: center
}

.surfaced-item-overlay .surfaced-item-copy {
    display: none
}

@media (min-width: 768px) {
    .surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-background-image {
        display: none
    }

    .surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-label-image {
        position: static;
        background: #fff;
        padding: 30px 5% 10px;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        -webkit-transform: unset;
        transform: unset
    }

    .surfaced-item-overlay .surfaced-item-content-image > .surfaced-item-label-image h3 {
        color: #4a3c31;
        text-transform: none;
        font-size: 48px;
        margin: 0;
        line-height: 1em
    }

    .surfaced-item-overlay .surfaced-item-copy {
        display: block;
        padding: 20px;
        padding-bottom: 40px
    }
}

.bp-md > .surfaced-item.surfaced-item-horizontal {
    display: table;
    width: 100%
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-intro-text {
    display: table-caption
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row {
    display: table-row
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
    display: table-cell;
    vertical-align: top
}

.bp-md > .surfaced-item.surfaced-item-horizontal .surfaced-item-copy {
    display: table-cell;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    vertical-align: top;
    width: 75%
}

.bp-md > .surfaced-item.surfaced-item-horizontal h3 {
    font-size: 48px
}

.other-resources h2 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    text-align: center
}

.no-js .table-faux .tables h3, .no-js .table-faux .tables p {
    min-height: 72px
}

.no-js .table-faux .tables h3 {
    padding: 0
}

.no-js .table-faux .tables h3 > span {
    position: absolute;
    top: 20%;
    padding: 4%
}

.table {
    border: 1px solid #aeaca9;
    border-collapse: collapse;
    margin-bottom: 0
}

.table td, .table th {
    padding: 15px 30px
}

.table th {
    background-color: #eeebe6;
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400
}

.table td {
    text-transform: uppercase;
    background: #fff
}

.table.table-minimized {
    width: auto
}

.table-faux {
    border-top: 1px solid #aeaca9
}

.table-faux .tables {
    border-bottom: 1px solid #aeaca9;
    float: left;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%
}

.table-faux .tables h3 {
    display: block;
    padding: 15px;
    margin: 0;
    background-color: #eeebe6;
    margin-left: -1px
}

.table-faux .tables h3 > span {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-faux .tables p {
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: -1px
}

.table-faux .tables:last-child h3, .table-faux .tables:last-child p {
    border-right: 1px solid #aeaca9
}

.table-faux .tables:first-child h3, .table-faux .tables:first-child p {
    border-left: 1px solid #aeaca9
}

.col-2 .tables {
    width: 50%
}

.col-3 .tables {
    width: 33.3333333333%
}

.col-4 .tables {
    width: 25%
}

@media (min-width: 768px) {
    .col-1 .tables {
        width: 50%
    }

    .col-1 .table-responsive > .table > tbody > tr > td p.table-image {
        width: 350px
    }

    .col-2 .tables {
        width: 33.3333333333%
    }

    .col-3 .tables {
        width: 25%
    }

    .col-4 .tables {
        width: 16.6666666667%
    }
}

@media (min-width: 992px) {
    .col-1 .tables {
        width: 50%
    }

    .col-2 .tables {
        width: 25%
    }

    .col-3 .tables {
        width: 14.2857142857%
    }

    .col-4 .tables {
        width: 14.2857142857%
    }
}

.tableResponsive {
    margin-top: 15px
}

@media (max-width: 767px) {
    .tableResponsive {
        margin-top: 15px
    }

    .tableResponsive > table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .tableResponsive > table tr {
        display: block
    }

    .tableResponsive > table tr > td {
        white-space: break-spaces !important;
        height: auto !important;
        text-align: left !important
    }

    .tableResponsive > table tr > td:last-child {
        padding-bottom: 25px !important
    }

    .tableResponsive > table tr td {
        display: block;
        text-align: left;
        font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif !important;
        text-transform: none;
        padding: 15px 20px !important
    }

    .tableResponsive > table tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 10px;
        font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
        width: 100%
    }

    .tableResponsive > table tr td:first-child {
        padding: 25px 20px 0 !important
    }
}

.tableResponsive > table thead th {
    text-align: left !important;
    vertical-align: top !important;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-style: normal;
    font-size: 16px;
    background-color: #fff
}

.tableResponsive > table tr:nth-child(2n) > td {
    background-color: #f4f3f0
}

.tableResponsive > table tr td {
    text-transform: none;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif !important;
    text-align: left !important;
    white-space: break-spaces;
    line-height: 24px;
    padding: 30px 15px 30px 22px
}

.tableResponsive > table tr td:first-child {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif !important;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 22px;
    white-space: nowrap
}

.mac .table-responsive::-webkit-scrollbar {
    width: 3px
}

.mac .table-responsive::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .1)
}

.mac .table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.no-js .tab-list-items .tab-content > .active, .no-js .tab-list-items .tab-content > .tab-pane {
    display: block
}

.tab-list-items > .nav-tabs {
    border-bottom: none
}

.tab-list-items > .nav-tabs > li {
    margin-right: 8px;
    display: inline-block
}

.tab-list-items > .nav-tabs > li > a {
    background: 0 0;
    border-radius: 0;
    color: #605f5e;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 18px;
    border: none;
    font-family: Lato-Bold;
    display: inline-block
}

.tab-list-items > .nav-tabs > li > a:hover {
    font-family: Lato-Black;
    background: 0 0;
    color: #4a3c31
}

.tab-list-items > .nav-tabs > li > a::selection {
    outline: 0
}

.tab-list-items > .nav-tabs > li.active > a {
    font-family: Lato-Black;
    border: none;
    outline: 0;
    background: 0 0;
    color: #4a3c31
}

.tab-list-items > .nav-tabs > li.active > a:after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, #b7b1ad 50%, transparent 0) repeat-x bottom;
    background-size: 7px 2px;
    display: block
}

@media (min-width: 992px) {
    .tab-list-items > .nav-tabs {
        margin-top: 20px
    }
}

.tab-list-items .content-list-items {
    border: none;
    padding: 15px
}

.tab-grey-strap {
    background-color: #f2f0ec;
    padding: 0;
    margin: 0;
    width: 100%
}

.tab-grey-strap .nav-tabs li {
    padding-top: 5px
}

.tab-grey-strap .nav-tabs li.active a {
    cursor: pointer
}

.tab-grey-strap .nav-tabs li.active a::after {
    background: #47d5cd;
    margin-top: 5px
}

.tab-grey-strap .nav-tabs li a {
    font-size: 16px;
    padding: 0;
    margin: 0 15px
}

.tab-pills {
    margin-bottom: 50px;
    padding-bottom: 0
}

.tab-pills.tab-list-items .nav-tabs li {
    position: relative;
    border-radius: 100px
}

.tab-pills.tab-list-items .nav-tabs li:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5;
    background-color: #cecece;
    -webkit-border-radius: 100px;
    opacity: .5
}

.tab-pills.tab-list-items .nav-tabs li.active:after {
    background-color: #47d5cd
}

.tab-pills.tab-list-items .nav-tabs li.active > a {
    font-family: Lato-Black, Arial, Helvetica, Lucida Grande, Sans-serif;
    color: #4a3c31
}

.tab-pills.tab-list-items .nav-tabs li.active > a:after {
    content: none
}

.tab-pills.tab-list-items .nav-tabs li a {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    padding: 2px 15px;
    color: #747474;
    z-index: 2
}

.tab-pills.tab-list-items .nav-tabs li a:after {
    content: none
}

.text-red-orange {
    color: #d42e12;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom, from(#d42e12), to(#ed8b00));
    background: linear-gradient(left top right bottom, #d42e12, #ed8b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-blue-cyan {
    color: #0047ba;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom, from(#0047ba), to(#00a3e0));
    background: linear-gradient(left top right bottom, #0047ba, #00a3e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-green-lime {
    color: #00a14d;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom, from(#00a14d), to(#b4d405));
    background: linear-gradient(left top right bottom, #00a14d, #b4d405);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-plum-ruby {
    color: #890c58;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom, from(#890c58), to(#d73872));
    background: linear-gradient(left top right bottom, #890c58, #d73872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-seablue-turquoise {
    color: #007096;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right bottom, from(#007096), to(#00aca8));
    background: linear-gradient(left top right bottom, #007096, #00aca8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.memory-content {
    margin: 20px auto 0
}

.memory-content h5 {
    font-family: Lato-Bold;
    font-size: .98em;
    margin-bottom: 2px;
    letter-spacing: 2.4px
}

.memory-content:after {
    margin: 40px auto;
    display: block;
    content: ' ';
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -57px -398px;
    width: 313px;
    height: 5px;
    width: auto !important;
    max-width: 313px
}

.memory-date {
    font-size: .8em;
    color: #646464;
    letter-spacing: 1px
}

.memory-detail {
    font-size: 24px;
    word-break: break-word
}

.memory-detail.extended {
    line-height: 1.8em
}

.memory-detail:not(.extended) {
    font-family: MrsEaves-Italic, Georgia, Times New Roman, serif;
    display: block
}

@media (min-width: 768px) {
    .memory-detail:not(.extended) {
        font-size: 29px
    }
}

#location-benefits {
    text-align: center;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    #location-benefits {
        text-align: left
    }
}

@media (min-width: 992px) {
    #location-benefits {
        margin-bottom: 90px
    }
}

#location-benefits h3 {
    font-size: 40px;
    text-align: center
}

#location-benefits p {
    margin-bottom: 30px;
    text-align: center
}

#location-benefits .benefits-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto
}

@media (min-width: 992px) {
    #location-benefits .benefits-list {
        max-width: 1240px
    }
}

#location-benefits .benefits-list li {
    display: inline-block;
    width: 50%;
    text-align: center
}

@media (min-width: 768px) {
    #location-benefits .benefits-list li {
        display: inline-block;
        width: 50%;
        text-align: left
    }
}

@media (min-width: 992px) {
    #location-benefits .benefits-list li {
        width: 33.3%;
        text-align: left
    }
}

#location-benefits .benefits-list li .img-benefit-cont {
    display: block;
    text-align: center;
    margin-right: 0
}

@media (min-width: 768px) {
    #location-benefits .benefits-list li .img-benefit-cont {
        display: inline-block;
        margin-right: 20px
    }
}

#location-benefits .benefits-list li p {
    display: inline-block
}

#location-benefits .benefits-list li:last-child:nth-child(odd) {
    width: 100%
}

@media (min-width: 992px) {
    #location-benefits .benefits-list li:last-child:nth-child(odd) {
        width: 33.3%
    }
}

#footer-bottom, #footer-top {
    text-transform: uppercase;
    text-align: center
}

#footer-top {
    background-color: #eeebe6;
    padding: 50px 20px 20px
}

#footer-bottom {
    background-color: #605f5e;
    padding: 10px 20px;
    color: #fff;
    text-align: center
}

#footer-bottom.footer-sticky-space {
    padding-bottom: 160px
}

.footer-links-wrapper {
    overflow: hidden
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 15px;
    row-gap: 5px
}

.footer-links li {
    display: inline-block;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 13.5384615385px;
    font-size: .8461538462rem;
    vertical-align: middle
}

.footer-links li a {
    color: #4a3c31;
    outline: 0;
    position: relative;
    vertical-align: middle
}

.footer-links li a:hover {
    outline: 0;
    text-decoration: underline
}

.footer-links li a .icon-adchoices {
    vertical-align: text-bottom
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .footer-links li {
        margin: 0 15px 5px
    }

    .footer-links li:first {
        margin-left: 0
    }

    .footer-links li:last {
        margin-right: 0
    }
}

#footer-nav-items {
    margin-bottom: 10px;
    letter-spacing: 1.5px
}

#footer-logos {
    margin-bottom: 50px
}

#footer-nav-terms .footer-links {
    margin-bottom: 0
}

#footer-nav-terms .footer-links li {
    margin: 0 10px 0 0
}

#footer-nav-terms .footer-links li a {
    font-size: 12px;
    font-size: .75rem
}

#footer-nav-terms .footer-links li a:before {
    left: -16px
}

#footer-copyright {
    font-size: 13.0909090909px;
    font-size: .8181818182rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 2.4px
}

.footer-paragraph {
    text-transform: none;
    padding-top: 20px
}

.footer-paragraph a {
    color: #fff
}

@media (min-width: 606px) {
    #footer-top-wrapper {
        width: 100%
    }

    #footer-nav {
        padding: 0
    }

    #footer-nav-items {
        margin-bottom: 0
    }

    #footer-copyright {
        max-width: none
    }

    .footer-links {
        justify-content: center;
        align-items: center;
        column-gap: 30px;
        row-gap: 15px
    }

    .footer-links li {
        margin-bottom: 0
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .footer-links li {
            margin: 0 30px 15px
        }

        .footer-links li:first {
            margin-left: 0
        }

        .footer-links li:last {
            margin-right: 0
        }
    }
}

@media (min-width: 1001px) {
    #footer-bottom, #footer-top {
        padding-left: 30px;
        padding-right: 30px
    }

    #footer-nav-terms .footer-links {
        margin-right: 0
    }
}

.nav-header {
    background-color: #eeebe6;
    margin: 0 auto;
    position: relative;
    z-index: 1115;
    letter-spacing: 1.5px
}

.nav-header > .nav-wrapper {
    position: relative;
    z-index: 1
}

.nav-header ul {
    list-style: none
}

.nav-header ul > li {
    margin: 0;
    position: relative
}

.nav-header a:active, .nav-header a:focus, .nav-header a:hover {
    text-decoration: none
}

.nav-header a.dropdown-toggle:after {
    content: '';
    margin-left: 8px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -448px -343px;
    width: 17px;
    height: 10px;
    display: inline-block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .12s .35s ease;
    -moz-transition: all .12s .35s ease;
    -ms-transition: all .12s .35s ease;
    -o-transition: all .12s .35s ease;
    transition: all .12s .35s ease
}

.nav-header a.dropdown-toggle[aria-expanded=false]:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.nav-main-bar {
    clear: both;
    height: 65px;
    position: relative;
    z-index: 1
}

.nav-main-bar .logo {
    max-width: 70%;
    display: inline-block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-main-bar .logo > img {
    width: 100%
}

.nav-main-bar a {
    outline: 0
}

.nav-main-item {
    height: 100%;
    min-width: 57px;
    padding: 0 15px;
    text-align: center
}

.nav-main-item > a {
    display: block;
    color: #605f5e;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 1.2em;
    max-width: 190px
}

.nav-main-item > a.dropdown-toggle {
    position: relative;
    padding-right: 30px;
    max-width: 210px
}

.nav-main-item > a.dropdown-toggle:after {
    position: absolute;
    right: 0
}

.nav-main-item.nav-dropdown.open:before {
    content: '';
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 20px 20px;
    position: absolute;
    bottom: -5px;
    margin-left: -25px;
    left: 50%
}

.nav-main-item:last-child {
    padding-right: 0
}

.nav-main-item-text {
    font-size: .65em;
    font-weight: 400;
    color: #4a3c31;
    text-transform: uppercase;
    letter-spacing: 1px
}

.nav-main-item-text .close-text {
    display: none
}

@media (min-width: 992px) {
    .nav-main-bar {
        height: 70px
    }

    .nav-main-bar .logo {
        top: 33%;
        margin-top: -10px;
        vertical-align: top
    }
}

@media (min-width: 1200px) {
    .nav-main-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .nav-main-item:last-child {
        padding-right: 0
    }
}

#nav-main-mobile {
    min-width: 100%;
    z-index: 999999;
    position: absolute;
    background-color: #eeebe6;
    -webkit-font-smoothing: antialiased;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    -moz-transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    -ms-transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    -o-transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

#nav-main-mobile > * {
    display: none
}

html.nav-main-mobile-open {
    overflow: hidden
}

html.nav-main-mobile-open #nav-main-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: -135px;
    overflow-y: auto;
    height: calc(100% - -135px);
    z-index: 1110;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 0
}

html.nav-main-mobile-open #nav-main-mobile > * {
    display: block
}

html.nav-main-mobile-open #nav-main-mobile > ul:first-child {
    padding-top: 200px
}

html.nav-main-mobile-transition #nav-main-mobile > * {
    display: block
}

#main-container.nav-main-mobile-open .open-text, html.nav-main-mobile-open .nav-main-item-text .open-text {
    display: none
}

#main-container.nav-main-mobile-open .close-text, html.nav-main-mobile-open .nav-main-item-text .close-text {
    display: inline
}

@media (min-width: 992px) {
    html.nav-main-mobile-open {
        overflow: visible
    }

    #nav-main-mobile {
        display: none !important
    }
}

.nav-main-list, .nav-main-list-trigger {
    float: right
}

.nav-main-list-trigger {
    padding-top: 15px;
    padding-right: 0
}

.nav-main-list-trigger .icon-hamburger {
    position: relative;
    width: 35px;
    display: block;
    margin: 8px auto 20px
}

.nav-main-list-trigger .icon-hamburger .hamburger-inner, .nav-main-list-trigger .icon-hamburger .hamburger-inner:after, .nav-main-list-trigger .icon-hamburger .hamburger-inner:before {
    background-color: #47d5cd;
    height: 3px;
    position: absolute;
    width: 35px;
    display: block
}

.nav-main-list-trigger .icon-hamburger .hamburger-inner {
    top: auto;
    -webkit-transition: transform 75ms cubic-bezier(.55, .055, .675, .19);
    -moz-transition: transform 75ms cubic-bezier(.55, .055, .675, .19);
    -ms-transition: transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.nav-main-list-trigger .icon-hamburger .hamburger-inner:after, .nav-main-list-trigger .icon-hamburger .hamburger-inner:before {
    content: " "
}

.nav-main-list-trigger .icon-hamburger .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    bottom: -8px
}

.nav-main-list-trigger .icon-hamburger .hamburger-inner:before {
    top: -8px;
    -webkit-transition: transform .15s ease;
    -moz-transition: transform .15s ease;
    -ms-transition: transform .15s ease;
    -o-transition: transform .15s ease;
    transition: transform .15s ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}

.nav-main-bar .icon-callphone {
    background-image: url(/content/img/phone.png);
    width: 40px;
    height: 44px;
    margin-top: 9px;
    background-size: 24px;
    margin-right: -45px
}

.nav-main-mobile-open .nav-main-list-trigger .icon-hamburger .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-main-mobile-open .nav-main-list-trigger .icon-hamburger .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.nav-main-mobile-open .nav-main-list-trigger .icon-hamburger .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav-main-list {
    display: none
}

@media (min-width: 992px) {
    .nav-main-list-trigger {
        display: none
    }

    .nav-main-list {
        display: table;
        height: 100%;
        margin-bottom: 0;
        padding-left: 0;
        text-transform: uppercase;
        max-width: 1240px
    }

    .nav-main-list > li {
        display: table-cell;
        padding-bottom: 0;
        padding-top: 5px
    }

    .nav-main-list > li > a {
        display: table-cell
    }

    .nav-main-list > li:after {
        content: ' ';
        background-image: url(/assets/img/dm3-icons.png?Ar);
        background-position: -585px -65px;
        width: 2px;
        height: 55px;
        overflow: hidden;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 30%;
        right: 0
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none),(min-width: 992px) and (-ms-high-contrast: active) {
    .nav-main-list > li:after {
        margin-top: 10px
    }
}

@media (min-width: 992px) {
    .nav-main-list > li:last-child:after {
        display: none
    }

    .nav-main-list [data-segments]:not([data-segments=""]) {
        display: none
    }
}

.nav-main-list .dropdown-menu.plan-dropdown {
    text-transform: none;
    text-align: center;
    width: 600px;
    padding: 25px 0;
    border: none;
    margin-top: 0;
    margin-left: -200px;
    top: 70px
}

@media (min-width: 992px) and (max-width: 1250px) {
    .nav-main-list .dropdown-menu.plan-dropdown {
        width: 100vw;
        margin: 0
    }
}

@media (min-width: 1251px) {
    .nav-main-list .dropdown-menu.plan-dropdown {
        margin-left: -300px;
        width: 830px
    }
}

.nav-main-mobile-panel {
    display: none;
    list-style-type: none;
    margin: 0;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding: 0;
    width: 90%;
    float: right
}

.nav-main-mobile-panel::-webkit-scrollbar {
    width: 0 !important
}

.nav-main-mobile-panel li {
    font-size: 16px;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    padding: 0;
    margin: 0 28px
}

.nav-main-mobile-panel li a {
    display: block;
    position: relative;
    padding: 22px 0
}

.nav-main-mobile-panel li a:active, .nav-main-mobile-panel li a:focus, .nav-main-mobile-panel li a:hover {
    text-decoration: none
}

.nav-main-mobile-panel li a[data-toggle] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
    padding-bottom: 0;
    padding-right: 20px
}

.nav-main-mobile-panel li a[data-toggle]:after {
    content: '';
    margin-left: 8px;
    background-image: url(/assets/img/dm3-icons.png?Ar);
    background-position: -448px -343px;
    width: 17px;
    height: 10px;
    display: inline-block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .12s .35s ease;
    -moz-transition: all .12s .35s ease;
    -ms-transition: all .12s .35s ease;
    -o-transition: all .12s .35s ease;
    transition: all .12s .35s ease
}

.nav-main-mobile-panel li a[data-toggle][aria-expanded=false]:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.nav-main-mobile-panel li a[data-toggle][aria-expanded=true] {
    font-family: Lato-Black, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin-bottom: 15px
}

.nav-main-mobile-panel li a[data-toggle] + * {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0 0 20px 15px
}

.nav-main-mobile-panel li a[data-toggle]:after {
    position: absolute;
    right: 0;
    top: 28px
}

.nav-main-mobile-panel li a[data-toggle].long:after {
    top: 40px
}

.nav-main-mobile-panel.light {
    background-color: #eeebe6
}

.nav-main-mobile-panel.light li {
    font-size: 17px;
    border-top: 1px solid #c1c1c1;
    letter-spacing: .42px;
    line-height: 21px
}

.nav-main-mobile-panel.light li:first-child {
    border-top: none
}

.nav-main-mobile-panel.dark {
    margin-bottom: 80px;
    background-color: #605f5e
}

.nav-main-mobile-panel.dark li {
    border: none;
    letter-spacing: .8px;
    line-height: 19px
}

.nav-main-mobile-panel.dark li a {
    color: #fff;
    padding: 18px 0
}

.nav-main-mobile-panel.dark li a[data-toggle] {
    margin-bottom: 18px;
    padding-bottom: 0;
    padding-right: 20px
}

.nav-main-mobile-panel.dark li a[data-toggle]:after {
    top: 25px
}

.nav-main-mobile-panel.dark li:first-child {
    padding-top: 15px
}

.nav-main-mobile-panel.dark li:last-child {
    padding-bottom: 15px
}

.nav-main-mobile-panel #languageMobile {
    padding-bottom: 40px
}

#nav-main-mobile {
    background: rgba(0, 0, 0, 0);
    outline: 0
}

#nav-main-mobile .mobile-dropdown h3 {
    letter-spacing: 0;
    margin-left: -15px
}

#nav-main-mobile .mobile-dropdown a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif
}

#nav-main-mobile .mobile-dropdown a:first-child {
    padding-top: 15px
}

#nav-main-mobile [data-segments]:not([data-segments=""]) {
    display: none
}

#nav-main-mobile .obit-loc {
    padding: 0 0 22px;
    border-top: none
}

#nav-main-mobile .obit-loc .header-subtitle, #nav-main-mobile .obit-loc .hide-extra-paragraphs h2, #nav-main-mobile .obit-loc .hide-extra-paragraphs h3, #nav-main-mobile .obit-loc .hide-extra-paragraphs h4, #nav-main-mobile .obit-loc .hide-extra-paragraphs h5, #nav-main-mobile .obit-loc .hide-extra-paragraphs h6, .hide-extra-paragraphs #nav-main-mobile .obit-loc h2, .hide-extra-paragraphs #nav-main-mobile .obit-loc h3, .hide-extra-paragraphs #nav-main-mobile .obit-loc h4, .hide-extra-paragraphs #nav-main-mobile .obit-loc h5, .hide-extra-paragraphs #nav-main-mobile .obit-loc h6 {
    font-size: 12px;
    line-height: 26px;
    color: #605f5e
}

#nav-main-mobile .obit-loc a {
    padding: 0;
    line-height: 26px
}

#nav-main-mobile .obit-loc a span {
    border-bottom: 2px solid #47d5cd
}

.nav-main-search {
    margin: 0 auto;
    display: none;
    height: 80px;
    width: 100%;
    max-width: 800px
}

.nav-main-search label {
    display: none
}

@media (min-width: 768px) {
    .nav-search-open .nav-main-search {
        display: block
    }
}

@media (min-width: 992px) {
    .nav-main-search.search-box, .nav-main-search.search-box-nav {
        height: 100px
    }
}

.plan-dropdown {
    justify-content: space-evenly
}

.nav-dropdown.open .plan-dropdown {
    display: flex
}

.plan-dropdown p {
    letter-spacing: 1px;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 20px
}

.plan-dropdown p:last-child {
    margin-bottom: 0
}

.plan-dropdown h3 {
    font-size: 26px;
    text-transform: none;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 1px
}

.plan-dropdown .plan-item {
    padding: 15px;
    background: #fff;
    flex: 1;
    box-sizing: border-box
}

.plan-dropdown .plan-item:first-child {
    border-left: 1px solid transparent
}

.plan-dropdown .plan-item + .plan-item {
    border-left: 1px solid #c1c1c1
}

@media (min-width: 1200px) {
    .plan-dropdown p {
        font-size: 18px
    }

    .plan-dropdown h3 {
        font-size: 30px
    }

    .plan-dropdown .plan-item {
        padding: 25px
    }
}

.plan-dropdown.mobile-dropdown h3 {
    font-size: 16px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin: 15px 0
}

.mega-dropdown {
    text-transform: none;
    padding: 25px 0;
    border: none;
    margin-top: 0;
    width: 100%;
    position: absolute
}

.mega-dropdown.open {
    display: block
}

.mega-dropdown p {
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px
}

.mega-dropdown h3 {
    font-size: 30px;
    text-transform: none;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0;
    line-height: 30px
}

.hide-extra-paragraphs .mega-dropdown h2, .hide-extra-paragraphs .mega-dropdown h3, .hide-extra-paragraphs .mega-dropdown h4, .hide-extra-paragraphs .mega-dropdown h5, .hide-extra-paragraphs .mega-dropdown h6, .mega-dropdown .header-subtitle, .mega-dropdown .hide-extra-paragraphs h2, .mega-dropdown .hide-extra-paragraphs h3, .mega-dropdown .hide-extra-paragraphs h4, .mega-dropdown .hide-extra-paragraphs h5, .mega-dropdown .hide-extra-paragraphs h6 {
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 15px;
    margin-bottom: 10px
}

.mega-dropdown .mega-container {
    padding: 15px 25px;
    background: #fff
}

.mega-dropdown .mega-container:first-child {
    padding-left: 0
}

.mega-dropdown .mega-container:nth-child(2) {
    padding-right: 0
}

.mega-dropdown .mega-container:last-child:before {
    content: ' ';
    border-left: 1px solid #c1c1c1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mega-dropdown .mega-container ul {
    padding-left: 0
}

.mega-dropdown .mega-container ul li {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 16px
}

.mega-dropdown .mega-container ul li a:hover {
    text-decoration: underline
}

.mega-dropdown .featured-article[data-segments]:not([data-segments=""]) {
    display: none
}

.mega-dropdown .featured-article .featured-img {
    padding-right: 10px;
    text-align: center
}

.mega-dropdown .featured-article .featured-img img {
    max-height: 170px
}

.mega-dropdown .featured-article .featured-content {
    padding-left: 15px
}

.mega-dropdown .view-all-resources {
    margin-top: 20px
}

.mega-dropdown .mega-right-menu {
    padding-left: 10px
}

.mega-dropdown .mega-left-menu {
    padding-right: 10px
}

.nav-overlay {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    height: 100%;
    width: 100%;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 18
}

@media (min-width: 992px) {
    .nav-overlay {
        background-color: rgba(0, 0, 0, .1)
    }

    .nav-overlay.show {
        visibility: visible
    }
}

.nav-main-mobile-open .nav-overlay, .nav-main-open .nav-overlay {
    visibility: visible
}

@media (min-width: 992px) {
    .nav-main-mobile-open .nav-overlay, .nav-main-open .nav-overlay {
        visibility: hidden
    }

    .nav-main-mobile-open .nav-overlay.show, .nav-main-open .nav-overlay.show {
        visibility: visible
    }
}

.nav-secondary, .nav-secondary-center {
    width: 100%;
    background: #fff;
    box-shadow: 1px 8px 6px -6px rgba(80, 80, 80, .2);
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1100;
    height: 45px
}

.nav-secondary-center:after, .nav-secondary:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 45px;
    z-index: 50;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%)
}

.nav-secondary-center.begining:before, .nav-secondary.begining:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 45px;
    z-index: 50;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 1%, #fff 96%, #fff 100%)
}

.nav-secondary-center.end:after, .nav-secondary.end:after {
    content: none
}

.nav-secondary .nav-container, .nav-secondary-center .nav-container {
    overflow: hidden;
    width: 100%
}

.nav-secondary .nav-container .nav, .nav-secondary-center .nav-container .nav {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.nav-secondary .nav-container .nav::-webkit-scrollbar, .nav-secondary-center .nav-container .nav::-webkit-scrollbar {
    display: none
}

.nav-secondary .nav-container .nav li, .nav-secondary-center .nav-container .nav li {
    display: none;
    margin-right: 25px
}

.nav-secondary .nav-container .nav li a, .nav-secondary-center .nav-container .nav li a {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    color: #606060;
    padding: 10px 0
}

.nav-secondary .nav-container .nav li.active a, .nav-secondary-center .nav-container .nav li.active a {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    border-bottom: 3px solid #47d5cd
}

.nav-secondary .nav-container .nav li:first-child, .nav-secondary-center .nav-container .nav li:first-child {
    margin-left: 25px
}

.nav-secondary .nav-container .nav li.visible, .nav-secondary-center .nav-container .nav li.visible {
    display: inline-block
}

.nav-secondary-center.obits-nav-secondary, .nav-secondary.obits-nav-secondary {
    z-index: 7
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav, .nav-secondary.obits-nav-secondary .nav-container .nav {
    text-align: center
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li, .nav-secondary.obits-nav-secondary .nav-container .nav li {
    margin: 0 12.5px;
    display: inline-block
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li .active, .nav-secondary.obits-nav-secondary .nav-container .nav li .active {
    color: #4a3c31;
    font-weight: 700;
    white-space: nowrap;
    visibility: hidden
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li .inactive, .nav-secondary.obits-nav-secondary .nav-container .nav li .inactive {
    position: absolute;
    color: #606060
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li:first-child, .nav-secondary.obits-nav-secondary .nav-container .nav li:first-child {
    margin-left: 25px
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li:first-child .active, .nav-secondary-center.obits-nav-secondary .nav-container .nav li:first-child .cursor, .nav-secondary.obits-nav-secondary .nav-container .nav li:first-child .active, .nav-secondary.obits-nav-secondary .nav-container .nav li:first-child .cursor {
    visibility: visible
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li:first-child .inactive, .nav-secondary.obits-nav-secondary .nav-container .nav li:first-child .inactive {
    visibility: hidden
}

.nav-secondary-center.obits-nav-secondary .nav-container .nav li:last-child, .nav-secondary.obits-nav-secondary .nav-container .nav li:last-child {
    margin-right: 25px
}

.mobile-sticky-bar {
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(80, 80, 80, .2);
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1064;
    padding: 10px 20px 30px;
    text-align: center
}

.mobile-sticky-bar .btn-secondary {
    width: 100%;
    font-size: 14px
}

.mobile-sticky-bar .glyph-link {
    font-size: 16px;
    text-transform: none;
    letter-spacing: .8px;
    padding-top: 15px
}

@media (min-width: 768px) {
    .mobile-sticky-bar {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 20px
    }

    .mobile-sticky-bar .btn-secondary {
        width: auto
    }

    .mobile-sticky-bar .glyph-link {
        padding-top: 0
    }
}

.nav-secondary-center {
    height: auto;
    position: static
}

.nav-secondary-center:after {
    content: none
}

.nav-secondary-center .nav-container .nav {
    overflow: visible
}

.nav-secondary-center .nav-container .nav li {
    margin-right: 25px
}

.nav-secondary-center .nav-container .nav li:first-child {
    margin-left: 15px
}

.nav-secondary-center .nav-container .nav li:last-child {
    margin-right: 0
}

.nav-secondary-center .nav-container .nav li a {
    font-size: 18px;
    padding: 10px 0 7px;
    letter-spacing: .9px
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .nav-secondary .nav-container .nav {
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        height: 50.7167px
    }
}

.nav-secondary .btn-light-blue {
    font-size: 14px;
    line-height: 18px;
    text-transform: initial;
    letter-spacing: .7px;
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width: 1200px) {
    .nav-secondary {
        box-shadow: 1px 1px 6px 0 rgba(80, 80, 80, .2);
        height: 55px
    }
}

@media screen and (min-width: 1200px) and (min-width: 0\0
) and (min-resolution: 72dpi) {
    .nav-secondary {
        position: fixed
    }
}

@media (min-width: 1200px) {
    .nav-secondary:after {
        content: none
    }

    .nav-secondary .nav-container {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 5px
    }

    .nav-secondary .nav-container .nav {
        overflow-x: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: auto
    }

    .nav-secondary .nav-container .nav li {
        margin-right: 35px
    }

    .nav-secondary .nav-container .nav li a {
        font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
        font-size: 18px;
        padding: 8px 0 13px
    }

    .nav-secondary .nav-container .nav li.active a {
        border-bottom: 4px solid #47d5cd
    }

    .nav-secondary .nav-container .nav li:first-child {
        margin-left: 0
    }

    .nav-secondary .nav-container .button-bar {
        text-align: right;
        padding-right: 0
    }

    .nav-secondary .nav-container .button-bar a {
        display: inline-block
    }

    .nav-secondary .nav-container .button-bar a.btn-primary, .nav-secondary .nav-container .button-bar a.btn-secondary {
        font-size: 14px;
        padding: 10px 20px
    }

    .nav-secondary .nav-container .button-bar a.btn-primary {
        text-transform: none;
        letter-spacing: .7px;
        margin-right: 15px
    }

    .nav-secondary .nav-container .button-bar a.btn-secondary {
        letter-spacing: 1.3px
    }
}

@media (min-width: 1400px) {
    .nav-secondary .nav-container {
        width: 1400px
    }
}

@media (min-width: 768px) {
    .nav-secondary-center .nav-container {
        text-align: center
    }

    .nav-secondary-center .nav-container .nav li {
        margin-right: 45px
    }

    .nav-secondary-center .nav-container .nav li:first-child {
        margin-left: 0
    }
}

.change-language .dropdown-backdrop, .utility-dropdown .dropdown-backdrop {
    display: none
}

.change-language ul, .utility-dropdown ul {
    min-width: 0;
    background: #eeebe6
}

.change-language ul > li, .utility-dropdown ul > li {
    width: 100%
}

.change-language ul > li a:focus, .change-language ul > li a:hover, .utility-dropdown ul > li a:focus, .utility-dropdown ul > li a:hover {
    width: 100%;
    background: #605f5e;
    outline: 0
}

@media (min-width: 992px) {
    .change-language ul, .utility-dropdown ul {
        border: 1px solid #bbad8f
    }

    .change-language ul > li:hover, .utility-dropdown ul > li:hover {
        background: #fff
    }

    .change-language ul > li a, .utility-dropdown ul > li a {
        color: #4a3c31
    }

    .change-language ul > li a:focus, .change-language ul > li a:hover, .utility-dropdown ul > li a:focus, .utility-dropdown ul > li a:hover {
        width: 100%;
        background: #fff
    }
}

.change-language {
    outline: 0
}

.change-language ul {
    position: relative;
    background: 0 0
}

.change-language ul > li {
    margin-left: 0
}

.change-language ul.open {
    display: block
}

.change-language ul.open .dropdown-toggle {
    margin-bottom: 0
}

.change-language .dropdown-menu > li:first-child {
    padding-top: 0
}

@media (min-width: 992px) {
    .change-language ul {
        position: absolute;
        background: #eeebe6
    }
}

.nav-top-bar {
    display: none;
    height: 55px;
    position: relative;
    text-transform: uppercase;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 13px;
    font-size: .8125rem
}

.nav-top-bar a, .nav-top-bar a:active, .nav-top-bar a:focus, .nav-top-bar a:hover {
    display: inline-block;
    color: #656565;
    white-space: nowrap
}

.nav-top-bar .change-language ul, .nav-top-bar .utility-dropdown ul {
    min-width: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none
}

.nav-top-bar .change-language ul li, .nav-top-bar .utility-dropdown ul li {
    clear: both
}

.nav-top-bar .change-language ul li a:hover:last-child, .nav-top-bar .utility-dropdown ul li a:hover:last-child {
    border-radius: 0 0 4px 4px
}

.nav-top-bar .change-language ul li:first-child a, .nav-top-bar .utility-dropdown ul li:first-child a {
    padding-left: 20px
}

.nav-top-bar .change-language.open .dropdown-toggle, .nav-top-bar .utility-dropdown.open .dropdown-toggle {
    font-weight: 700
}

.nav-top-bar ul {
    margin: 0;
    padding: 0
}

.nav-top-bar ul > li {
    float: left;
    position: relative
}

.nav-top-bar ul > li:first-child {
    padding-left: 0
}

.nav-top-bar ul > li a {
    padding: 10px 15px
}

.nav-top-bar ul > li.change-language ul a {
    padding: 10px 20px
}

@media (min-width: 992px) {
    .nav-top-bar ul > li a {
        padding: 10px 20px
    }

    .nav-top-bar ul > li:first-child > a {
        padding-left: 30px
    }

    .nav-top-bar ul > li:last-child > a {
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .nav-top-bar {
        display: block
    }
}

.nav-top-bar-left {
    float: left;
    height: 55px
}

.nav-top-bar-right {
    float: right;
    height: 55px
}

@keyframes fadeIn {
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#footerTray {
    z-index: 1100;
    position: -webkit-sticky;
    position: fixed;
    bottom: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) * 2);
    border-top: 1px solid #e0e0e0;
    background: #e9f2f2;
    width: 100%;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, .29)
}

#footerTray ul {
    display: flex;
    width: 100%;
    text-align: center;
    height: 65px;
    max-height: 65px;
    align-items: center;
    justify-content: space-between
}

#footerTray li {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    font: 12px Lato-Bold;
    text-align: center;
    overflow-wrap: break-word;
    text-transform: uppercase;
    position: relative
}

#footerTray li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17.5%;
    width: 1px;
    height: 65%;
    background: #ccc
}

#footerTray li:last-child:after {
    display: none
}

#footerTray li a {
    padding: 10px 0;
    margin: 5px;
    line-height: 1.428571429;
    outline: 0;
    position: relative
}

#footerTray li a > * {
    vertical-align: middle;
    font-weight: 400
}

#footerTray li a i.icon {
    display: none
}

#footerTray li a > i + span {
    border-bottom: 2px solid #47d5cd
}

#footerTray li .share-obit + .popover, #footerTray li .share-popover + .popover {
    top: -155px !important
}

@media (min-width: 992px) {
    #footerTray li .share-obit + .popover, #footerTray li .share-popover + .popover {
        top: -150px !important
    }
}

#footerTray li .share-obit + .popover .popover-content, #footerTray li .share-popover + .popover .popover-content {
    padding-top: 0
}

#footerTray li .share-obit + .popover .popover-content div > a, #footerTray li .share-popover + .popover .popover-content div > a {
    height: 105px
}

.copy-link-text {
    border: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    #footerTray ul {
        justify-content: center
    }

    #footerTray ul li {
        font-size: 14px;
        text-transform: uppercase;
        max-width: 300px
    }
}

@media (min-width: 992px) {
    #footerTray ul {
        margin: 0 auto;
        max-width: 1200px
    }

    #footerTray ul li a {
        margin: 10px 5px
    }

    #footerTray ul li a i.icon {
        display: inline-block;
        margin-right: 10px
    }

    #footerTray ul li a > i + span {
        border-bottom: none
    }
}

#always-open-modal .modal-body .share-modal .col-sm-6 > a .image-wrapper {
    width: unset;
    height: unset
}

@media print {
    * {
        color: #000
    }

    #footer-bottom, #footer-top, .bio, .event-list {
        background: #fff
    }

    .card {
        box-shadow: none
    }

    .list-2-up {
        height: auto !important
    }

    .list-2-up li {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        float: none !important
    }

    .screen-title-split-right .screen-title-image img {
        width: auto !important
    }

    #fade-container, #footer-nav, #obits-search, #read-more-container, .associate-link, .cta-box, .locator-options, .more-reviews-button, .notification, .read-more-section, .see-more, .slick-arrow, .sticky-nav {
        display: none !important
    }

    .nav-header.sticky {
        position: relative !important
    }

    .nav-header .nav-main-item, .nav-header .submitgoal {
        display: none !important
    }

    #promos {
        clear: both
    }

    .hide-extra-paragraphs .read-more, .hide-extra-sections .read-more {
        display: block !important
    }

    .amenity-item.hide {
        display: block !important
    }

    .img-left {
        float: left !important;
        width: auto !important;
        margin-right: 20px !important;
        margin-bottom: 20px !important
    }

    .img-right {
        float: right !important;
        width: auto !important;
        margin-left: 20px !important;
        margin-bottom: 20px !important
    }

    .slick-track {
        width: auto !important;
        transform: none !important
    }

    .associates-card.surfaced-item img {
        width: auto !important;
        margin: 0 auto !important
    }

    .associates-card.surfaced-item h3 {
        min-height: initial
    }
}

.suggested-content {
    text-align: center;
    margin-right: -20px;
    margin-left: -10px
}

.suggested-content h3 {
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 15px
}

.suggested-content .suggested-row {
    display: flex;
    justify-content: center;
    overflow-x: hidden
}

.suggested-content .suggested-row .slick-next, .suggested-content .suggested-row .slick-prev {
    opacity: 0;
    height: 100%;
    top: 0;
    transform: none
}

.suggested-content .suggested-row .slick-list {
    overflow: hidden;
    padding: 0 !important;
    min-width: 280px
}

.suggested-content .suggested-row .slick-list .slick-track {
    display: flex;
    left: -10%
}

.suggested-content .suggested-row .suggested-item {
    width: 280px;
    margin-right: 15px;
    margin-bottom: 65px;
    padding-bottom: 20px
}

.suggested-content .suggested-row .suggested-item.slick-slide {
    width: 280px;
    height: unset
}

.suggested-content .suggested-row .suggested-item img {
    height: 160px
}

.suggested-content .suggested-row .suggested-item h3 {
    font-size: 35px;
    padding: 0 5px;
    padding-bottom: 5px
}

.suggested-content-list .suggested-content-list-container {
    margin: auto;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 20px
}

.suggested-content-list .suggested-content-list-container h3 {
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center
}

.suggested-content-list .suggested-content-list-container ul {
    list-style: none;
    float: left;
    padding: 0
}

.suggested-content-list .suggested-content-list-container ul li {
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .suggested-content .suggested-row .slick-list .slick-track {
        left: -30%
    }
}

@media (min-width: 992px) {
    .suggested-content .suggested-row {
        overflow-x: visible
    }

    .suggested-content .suggested-row .slick-list {
        overflow: hidden
    }

    .suggested-content .suggested-row .slick-list .slick-track {
        width: 85%;
        left: -25%
    }

    .suggested-content .suggested-row .suggested-item {
        margin-right: 20px
    }

    .suggested-content .suggested-row .suggested-item:hover {
        -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1)
    }

    .suggested-content-list .suggested-content-list-container {
        width: 60%
    }

    .suggested-content-list .suggested-content-list-container h3 {
        text-align: left;
        margin-left: 0
    }

    .suggested-content-list .suggested-content-list-container ul {
        width: 60%
    }
}

.suggested-tags {
    margin-top: 25px
}

.direct-mail-form-container {
    margin-top: 10px;
    margin-bottom: 30px
}

.direct-mail-form-container form, .one-col .direct-mail-form-container form {
    background-color: #eeebe6;
    padding: 30px 20px;
    max-width: 450px;
    margin: 0 auto
}

.direct-mail-form-container form p, .one-col .direct-mail-form-container form p {
    max-width: none;
    width: 100%
}

.direct-mail-form-container form option, .one-col .direct-mail-form-container form option {
    text-transform: uppercase
}

.direct-mail-form-container form button, .one-col .direct-mail-form-container form button {
    width: 100%;
    max-width: none
}

.direct-mail-guide-container {
    text-align: center;
    margin-top: 30px
}

.direct-mail-guide-container img {
    max-height: 250px
}

@media (min-width: 992px) {
    .direct-mail-form-container, .direct-mail-guide-container {
        padding: 0 50px;
        margin-bottom: 60px;
        margin-top: 60px
    }

    .direct-mail-form-container img, .direct-mail-guide-container img {
        max-height: none
    }
}

.direct-mail-thank-you {
    margin: 60px auto;
    text-align: center
}

.direct-mail-thank-you img {
    max-height: 250px
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 0
}

.hero h1 span {
    display: block
}

.hero.promo {
    margin-bottom: 0;
    text-align: center
}

.hero.promo .hero-content {
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 20px
}

.hero.promo .hero-content h2 {
    font-size: 45px
}

.hero.pre-need {
    min-height: 320px;
    margin-bottom: 25px;
    text-align: center;
    justify-content: flex-start
}

.hero.pre-need h1 {
    font-size: 55px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px
}

.hero.pre-need p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px
}

.hero.pre-need sup {
    top: -.2em
}

.hero.pre-need .hero-content {
    gap: 30px
}

@media (min-width: 480px) {
    .hero.pre-need {
        gap: 10px;
        justify-content: center;
        margin-bottom: 30px
    }

    .hero.pre-need h1 {
        font-size: 70px;
        line-height: 60px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0
    }

    .hero.pre-need .hero-content {
        gap: 15px
    }
}

@media (min-width: 992px) {
    .hero.pre-need {
        gap: 20px;
        justify-content: flex-start
    }

    .hero.pre-need h1 {
        font-size: 100px;
        line-height: 1em
    }

    .hero.pre-need .hero-content {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 50px
    }
}

.hero.bg-top .hero-bg {
    background-position-y: top
}

.hero.bg-bottom .hero-bg {
    background-position-y: bottom
}

.hero.bg-left .hero-bg {
    background-position-x: left
}

.hero.bg-right .hero-bg {
    background-position-x: right
}

.hero.bg-center .hero-bg {
    background-position-x: center;
    background-position-y: center
}

.hero.bg-center-x .hero-bg {
    background-position-x: center
}

.hero.bg-center-y .hero-bg {
    background-position-y: center
}

.hero-bg {
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: -1
}

.hero-overlay {
    background-color: #000;
    opacity: .25;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    z-index: 1
}

.hero-content h2 {
    font-size: 40px;
    margin: 0
}

.hero-content .flex-center, .hero-content > div:not([class]) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px
}

.hero-overlay + .hero-content {
    color: #fff
}

.hero-sub-title, .hero-title {
    width: 100%;
    display: block
}

.hero-tag {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    border: 2px solid #47d5cd;
    padding: 7px 15px;
    letter-spacing: 2.1px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (min-width: 480px) {
    .hero-content {
        gap: 30px
    }

    .hero-content h2 {
        font-size: 45px
    }

    .hero-content .flex-center, .hero-content > div:not([class]) {
        gap: 30px
    }
}

.seminar-container {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #f4f3f0;
    height: 100%;
    width: 100%
}

@media (max-width: 479px) {
    .seminar-container {
        background-image: none !important
    }
}

.seminar-hero-title {
    margin-bottom: 60px
}

.seminar-event-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 75px 20px 135px;
    position: relative
}

.seminar-event-hero:before {
    background-color: rgba(0, 0, 0, .25);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.seminar-event-hero h1 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 55px;
    margin: 0;
    line-height: 1em
}

.seminar-event-hero h1 span {
    display: block
}

.seminar-code-box {
    background-color: #f4f3f0;
    padding: 30px 20px;
    margin: 0 auto
}

.seminar-code-box h1 {
    font-size: 40px
}

.seminar-code-box form label {
    font-size: 40px;
    font-family: MrsEaves-Italic, Georgia, Times, Times New Roman, serif;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 20px
}

.seminar-code-box form button[type=submit] {
    width: 100%
}

.seminar-code-box .disclaimer {
    text-align: center
}

.seminar-zip-box {
    background-color: #edebe5;
    padding: 20px 20px 30px;
    margin: -95px auto 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .38);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .38);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .38)
}

.seminar-zip-box h2 {
    font-size: 35px;
    margin-top: 0
}

.seminar-zip-box form button[type=submit] {
    width: 100%;
    white-space: normal
}

.seminar-placeholder {
    border: 1px dashed #605f5e;
    padding: 20px;
    margin: 0;
    text-align: center
}

.seminar-placeholder:before {
    background: url("/content/img/teal/map-pin.svg") center no-repeat;
    content: '';
    display: block;
    height: 57px;
    width: 41px;
    margin: 0 auto
}

.seminar-placeholder.loading {
    display: none
}

.seminar-placeholder h3 {
    margin: 25px 0 0;
    font-size: 30px
}

.seminar-placeholder.default {
    display: none
}

.seminar-placeholder.intro {
    border: 0;
    padding: 0;
    text-align: left;
    display: block
}

.seminar-placeholder.intro:before {
    content: none
}

.seminar-placeholder.intro h2 {
    font-size: 45px;
    margin-bottom: 35px
}

.seminar-placeholder.intro .seminar-subhead {
    margin-top: 35px
}

.seminar-placeholder.intro ul {
    padding-left: 20px
}

.seminar-placeholder.intro ul li {
    padding-left: 5px
}

.seminar-event {
    border: 1px solid #d6d6d6;
    padding: 20px;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .29)
}

.seminar-event:last-child {
    margin-bottom: 0
}

.seminar-event:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .305882);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .305882);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .305882)
}

.seminar-event h2 {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 30px
}

.seminar-event .hero-tag {
    padding: 3px 0;
    text-align: center;
    width: 91px
}

.seminar-event.online {
    display: none;
    margin: 30px 0 0
}

.seminar-event.online h2 {
    margin-bottom: 10px;
    margin-top: 20px
}

.seminar-location h3 {
    color: #25b5ad;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px
}

.seminar-location p {
    margin: 0
}

.seminar-date {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding: 30px 0;
    border-bottom: 1px dashed #b9b9b9
}

.seminar-date .btn {
    margin-top: 15px;
    padding: 3px 10px;
    line-height: 20px
}

.seminar-date:last-child {
    border: 0;
    padding-bottom: 0
}

.seminar-scroll-top {
    margin-bottom: 80px
}

.seminar-scroll-top .scroll {
    margin-top: 35px;
    display: none;
    margin-bottom: 20px
}

.seminar-nav {
    background-color: #fff;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.seminar-nav img {
    width: 160px;
    margin: 0 auto
}

.seminar-hero {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px
}

.seminar-hero h1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0;
    margin-bottom: 20px
}

.seminar-hero h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0
}

.seminar-hero p {
    font-size: 18px;
    letter-spacing: .9px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin-bottom: 0
}

.seminar-hero .btn {
    margin-top: 20px
}

.seminar-hero.thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.seminar-hero.thank-you h1 {
    margin-top: 0;
    text-align: center
}

.seminar-hero.thank-you h2 {
    text-align: center
}

.seminar-hero-footer {
    text-align: center;
    max-width: 732px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px
}

.seminar-hero-footer h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px
}

.seminar-hero-footer p {
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px
}

.seminar-form {
    display: none
}

.seminar-form .salesforce-form legend:empty {
    padding-bottom: 0
}

.custom-sf-form .seminar-form.form-col {
    padding: 20px;
    margin-top: -125px;
    margin-bottom: 40px
}

.custom-sf-form .seminar-form.form-col .sf-form-head {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px
}

.custom-sf-form .seminar-form.form-col form {
    margin-bottom: 20px
}

.custom-sf-form .seminar-form.form-col form button[type=submit] {
    width: 100%
}

.custom-sf-form .seminar-form.form-col .sf-disclaimer {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px
}

.custom-sf-form .seminar-form.form-col .legend {
    font-size: 14px
}

.custom-sf-form .seminar-form.form-col.seminar-ty {
    margin-top: 0
}

.seminar-content h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0
}

.seminar-content li, .seminar-content ul {
    margin-left: 0
}

.seminar-content ul {
    padding-left: 20px;
    margin-bottom: 0
}

.seminar-content p {
    margin-bottom: 20px
}

.seminar-subhead {
    font-size: 14px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 2.1px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px
}

.seminar-section {
    margin-bottom: 30px
}

.seminar-learn {
    margin-bottom: 40px
}

.seminar-learn h2 {
    font-size: 38px;
    text-align: center
}

.seminar-teal-border {
    border-left: 3px solid #47d5cd;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 30px;
    line-height: 1.8
}

.seminar-teal-border h2 {
    margin-top: 0
}

.seminar-boxes {
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

.seminar-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    border: 1px solid #ccc;
    padding: 35px;
    margin-bottom: 20px
}

.seminar-box-icon, .seminar-box-text {
    text-align: center
}

.seminar-box-icon {
    margin-bottom: 15px
}

.seminar-video-container {
    margin-bottom: 60px
}

.seminar-search-message {
    background-color: #f4f3f0;
    padding: 25px;
    margin-bottom: 20px
}

.seminar-event-details {
    margin-bottom: 30px
}

.seminar-event-details h4 {
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 32px;
    text-transform: uppercase
}

.seminar-event-details p {
    margin: 0
}

.back-to-search {
    margin-top: 10px
}

.seminar-guest-details {
    display: none
}

.presenter-bio {
    flex-shrink: 6
}

.presenter-bio p {
    margin-bottom: 20px
}

.presenter-name {
    font-size: 20px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 0
}

.presenter-photo {
    margin-bottom: 20px
}

.presenter-photo img {
    width: 100%
}

#seminar-footer #footer-bottom {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 30px
}

.seminar-ty-text {
    max-width: 930px;
    text-align: center;
    margin: 0 auto;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif
}

.meal-disclaimer {
    margin-top: 20px;
    font-style: italic
}

@media (min-width: 480px) {
    .presenter-photo img {
        width: auto
    }

    .presenter-thumbnail {
        width: auto
    }

    .seminar-code-box {
        max-width: 376px
    }
}

@media (min-width: 768px) {
    .seminar-nav img {
        margin: 0
    }

    .seminar-container {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .seminar-event-hero {
        padding-bottom: 165px
    }

    .seminar-event-hero h1 {
        font-size: 75px
    }

    .seminar-event-hero h1 span {
        display: inline
    }

    .seminar-zip-box {
        margin-top: -75px
    }

    .seminar-placeholder {
        text-align: left;
        padding: 40px;
        position: relative
    }

    .seminar-placeholder h3 {
        display: inline-block;
        margin: 0 0 0 61px
    }

    .seminar-placeholder:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .seminar-placeholder.default {
        display: block
    }

    .seminar-placeholder.intro {
        margin-top: 35px
    }

    .seminar-events {
        margin-top: 30px
    }

    .seminar-event {
        padding: 30px
    }

    .seminar-event h2 {
        font-size: 40px
    }

    .seminar-date {
        display: flex
    }

    .seminar-date .datetime {
        flex-grow: 1;
        margin-right: 10px
    }

    .seminar-date .btn {
        margin-top: 0
    }

    .seminar-boxes {
        display: flex;
        margin-top: 20px;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap
    }

    .seminar-box {
        flex: 0 calc(50% - 17.5px);
        width: calc(50% - 17.5px);
        margin-bottom: 20px
    }

    .presenter-container {
        display: flex
    }

    .presenter-photo {
        height: 180px;
        width: 180px
    }

    .presenter-bio {
        padding-left: 20px
    }

    .presenter-thumbnail {
        max-width: 100px;
        max-height: 100px
    }
}

@media (min-width: 992px) {
    .seminar-footer-title .hero-content {
        max-height: 370px
    }

    .seminar-footer-title .hero-overlay {
        opacity: .5
    }

    .seminar-hero-title .hero-content {
        max-height: 500px
    }

    .seminar-hero-title .hero-overlay {
        opacity: .5
    }

    .seminar-hero {
        margin-bottom: 0;
        text-align: left
    }

    .seminar-hero h1 {
        font-size: 75px;
        line-height: 90px;
        letter-spacing: 0;
        margin-bottom: 20px;
        margin-top: 5px;
        margin-right: 30px
    }

    .seminar-hero h2 {
        font-size: 40px;
        line-height: 40px
    }

    .seminar-hero.thank-you h1 {
        margin-right: 0
    }

    .seminar-hero.thank-you h2 {
        max-width: 80%
    }

    .seminar-footer {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .seminar-nav {
        text-align: left
    }

    .custom-sf-form .seminar-form.form-col {
        margin-top: -350px
    }

    .custom-sf-form .seminar-form.form-col > * {
        margin-left: 0;
        margin-right: 0
    }

    .seminar-box {
        flex: 0 calc(25% - 22.5px);
        flex-basis: auto;
        width: calc(25% - 22.5px);
        margin-left: 15px;
        margin-right: 15px
    }

    .seminar-box:first-child {
        margin-left: 0
    }

    .seminar-box:last-child {
        margin-right: 0
    }

    .seminar-teal-border {
        padding-bottom: 10px
    }

    .seminar-section {
        margin-bottom: 50px
    }

    .seminar-learn {
        margin-top: 20px
    }
}

.testimonial-container {
    background: #eeebe6;
    padding: 50px 0;
    text-align: center
}

.testimonial-container h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-family: Lato, Arial, Helvetica, Lucida Grande, Sans-serif;
    letter-spacing: 2.83px;
    line-height: 33px;
    text-align: center
}

.testimonial-container .testimonial-box {
    padding: 40px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29)
}

.testimonial-container .testimonial-box h3 {
    font-size: 27px;
    text-align: center;
    line-height: 34px;
    margin: 0
}

.testimonial-container .testimonial-box .verified {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    letter-spacing: 1.92px;
    margin: 0 auto
}

.testimonial-container .testimonial-box .verified img {
    max-width: 21px
}

.testimonial-container .testimonial-box .separator {
    margin-top: 30px;
    margin-bottom: 20px
}

.testimonial-container .testimonial-box .separator img {
    max-width: 115px
}

.testimonial-container .verified-logo {
    max-width: 196px
}

.testimonial-boxes {
    margin-top: 45px
}

@media (min-width: 992px) {
    .testimonial-boxes {
        display: flex
    }

    .testimonial-container .testimonial-box {
        display: flex;
        flex-wrap: wrap;
        flex: 0 calc(33.33% - 20px);
        width: calc(33.33% - 20px);
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .testimonial-container .testimonial-box:first-child {
        margin-left: 0
    }

    .testimonial-container .testimonial-box:last-child {
        margin-right: 0
    }

    .testimonial-container .testimonial-box .verified {
        align-self: flex-end
    }
}

.veterans-event-search {
    margin: 0 auto
}

.veterans-event-search .seminar-zip-box {
    margin-top: 0;
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.veterans-event-search .event-search-img {
    min-height: 100%
}

.veterans-event-search [class^=col-] {
    padding: 0 20px
}

@media (min-width: 480px) {
    .veterans-event-search {
        margin: 55px auto 100px;
        max-width: 500px
    }

    .veterans-event-search [class^=col-] {
        padding: 0
    }
}

@media (min-width: 992px) {
    .veterans-event-search {
        margin: 60px auto;
        max-width: 880px
    }
}

.cta-flex-center {
    padding: 50px 0;
    text-align: center
}

.cta-flex-center .cols-with-padding [class^=col-] {
    padding-top: 0;
    padding-bottom: 0
}

.cta-flex-center .cta-img img {
    width: 100%;
    object-fit: cover
}

.cta-flex-center .cta-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px
}

.cta-flex-center .cta-text h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .3px;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cta-flex-center .cta-text {
        padding-top: 50px;
        max-width: 550px;
        margin: 0 auto
    }

    .cta-flex-center .cta-text h3 {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .cta-flex-center .cta-text {
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .cta-flex-center {
        padding: 105px 0
    }

    .cta-flex-center .cta-img, .cta-flex-center .cta-text {
        max-width: 550px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .cta-flex-center {
        padding: 50px 0
    }

    .cta-flex-center .cta-img, .cta-flex-center .cta-text {
        max-width: auto
    }
}

.cta-img img {
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) {
    .cta-img img {
        max-width: 550px;
        margin: 0 auto
    }
}

.cta-col-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

.cta-col-flex .cta-col {
    width: 100%;
    flex: 1
}

.cta-col-flex .cta-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px
}

.cta-col-flex .cta-text h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .3px;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cta-col-flex .cta-text {
        padding-top: 50px;
        max-width: 550px;
        margin: 0 auto
    }

    .cta-col-flex .cta-text h3 {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .cta-col-flex .cta-text {
        padding-top: 0
    }
}

.cta-col-flex h4 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 25px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 15px
}

.cta-col-flex .btn {
    width: 100%;
    margin-top: 30px
}

@media (min-width: 768px) {
    .cta-col-flex {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .cta-col-flex h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media (min-width: 992px) {
    .cta-col-flex {
        flex-direction: row;
        text-align: left;
        gap: 60px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .cta-col-flex h4 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 40px
    }

    .cta-col-flex .btn {
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
}

.cta-col.cta-expand {
    flex-grow: 2
}

.cta-offer-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

#two-columns .cta-offer-flex {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 1200px) {
    #two-columns .cta-offer-flex {
        padding-left: 30px;
        padding-right: 30px
    }
}

.cta-offer-flex .cta-img img {
    max-height: 220px
}

.cta-offer-flex .cta-offer-text {
    padding: 35px;
    text-align: center
}

.cta-offer-flex .cta-offer-text h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    font-size: 28px;
    margin-top: 0
}

@media (min-width: 480px) {
    .cta-offer-flex .cta-img {
        height: 100%
    }

    .cta-offer-flex .cta-img img {
        height: 100%
    }
}

@media (min-width: 768px) {
    .cta-offer-flex {
        flex-direction: row;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px
    }

    .cta-offer-flex .cta-img img {
        width: auto;
        max-width: 220px;
        max-height: none
    }

    .cta-offer-flex .cta-offer-text {
        text-align: left
    }
}

@media (min-width: 1200px) {
    .cta-offer-flex {
        max-width: 800px
    }
}

.cta-plan-ahead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px
}

.cta-plan-ahead h3 {
    margin-top: 10px;
    font-size: 45px
}

.cta-plan-ahead .cta-plan-photo {
    width: 100%
}

.cta-plan-ahead .cta-plan-photo img {
    max-width: 100%;
    object-fit: cover
}

.cta-plan-ahead .cta-plan-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.cta-plan-ahead .cta-plan-btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.cta-plan-ahead .cta-plan-btn .btn {
    width: 100%;
    white-space: nowrap
}

@media (min-width: 480px) {
    .cta-plan-ahead {
        flex-direction: row
    }

    .cta-plan-ahead .cta-plan-photo {
        display: none
    }

    .cta-plan-ahead .cta-plan-btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .cta-plan-ahead {
        padding-left: 30px;
        padding-right: 30px;
        gap: 40px
    }

    .cta-plan-ahead .cta-plan-btn, .cta-plan-ahead .cta-plan-text {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .cta-plan-ahead {
        align-items: flex-start;
        max-width: 1200px
    }

    .cta-plan-ahead h3 {
        margin-top: 0
    }

    .cta-plan-ahead .cta-plan-photo {
        display: block;
        width: auto
    }

    .cta-plan-ahead .cta-plan-photo img {
        width: 260px;
        height: 160px;
        max-width: none
    }

    .cta-plan-ahead .cta-plan-text {
        flex-grow: 2
    }

    .cta-plan-ahead .cta-plan-btn {
        margin-top: 25px
    }
}

.schedule-thankyou {
    text-align: center;
    margin: 40px auto
}

.schedule-thankyou h2 {
    font-size: 35px;
    line-height: 40px;
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    text-align: center;
    margin-bottom: 15px
}

.schedule-thankyou h3 {
    font-size: 30px
}

.schedule-thankyou h4 {
    font-size: 14px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    color: #605f5e;
    letter-spacing: 2.1px;
    margin-top: 30px;
    margin-bottom: 20px
}

.schedule-thankyou .appointment-details {
    margin: 30px 0;
    text-align: center
}

.schedule-thankyou .appointment-details h5, .schedule-thankyou .appointment-details h6 {
    font-size: 16px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin: 0
}

.schedule-thankyou .appointment-details h6 {
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif
}

.schedule-thankyou .appointment-details p {
    margin: 0
}

.schedule-thankyou .appointment-details .location-name {
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif
}

.schedule-thankyou .appointment-details .appointment-type {
    display: none
}

.schedule-thankyou .appointment-details.location .appointment-type.location {
    display: block
}

.schedule-thankyou .appointment-details.home .appointment-type.home {
    display: block
}

.schedule-thankyou .appointment-details.virtual .appointment-type.virtual {
    display: block
}

.schedule-thankyou .contact-info a {
    color: #00778a
}

@media (min-width: 768px) {
    .schedule-thankyou h2 {
        font-size: 40px
    }
}

.hero.schedule-ty .hero-content {
    padding: 60px 20px;
    gap: 5px;
    text-align: center
}

.hero.schedule-ty .hero-content h1 {
    margin: 0;
    font-size: 45px;
    line-height: 50px
}

.hero.schedule-ty .hero-content p {
    max-width: 950px;
    font-size: 18px;
    line-height: 26px
}

.hero.schedule-ty .hero-content a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    white-space: nowrap
}

.hero.schedule-ty .hero-content a:active, .hero.schedule-ty .hero-content a:hover, .hero.schedule-ty .hero-content a:visited {
    color: #fff;
    text-decoration: underline
}

@media (min-width: 768px) {
    .hero.schedule-ty .hero-content {
        padding: 80px 20px;
        gap: 20px
    }

    .hero.schedule-ty .hero-content h1 {
        font-size: 60px
    }

    .hero.schedule-ty .hero-content a {
        text-decoration: none;
        font-weight: 400
    }

    .hero.schedule-ty .hero-content a:active, .hero.schedule-ty .hero-content a:hover, .hero.schedule-ty .hero-content a:visited {
        text-decoration: none
    }
}

@media (min-width: 768px) {
    .schedule-thankyou + .whats-next {
        margin-top: 90px
    }
}

.whats-next {
    margin-bottom: 60px;
    margin-top: 40px
}

.whats-next h2 {
    margin-bottom: 20px
}

.whats-next .whats-next-wrapper {
    display: flex
}

.whats-next .cta-col-flex {
    align-items: flex-start;
    gap: 25px;
    text-align: center
}

.whats-next .cta-col-flex h4 {
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.72px;
    text-transform: uppercase;
    margin: 0
}

.whats-next .cta-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 25px;
    align-items: center;
    height: 100%;
    gap: 10px
}

.whats-next .cta-col img {
    height: 120px;
    width: 120px;
    object-fit: contain
}

@media (min-width: 768px) {
    .whats-next {
        margin-top: 50px;
        margin-bottom: 95px
    }

    .whats-next h2 {
        margin-bottom: 35px
    }

    .whats-next .cta-col-flex {
        flex-direction: row;
        gap: 20px
    }
}

#obituariesResults .obit-result-container {
    margin-bottom: 40px
}

#obituariesResults .obit-result {
    display: flex;
    gap: 20px;
    flex-direction: column
}

#obituariesResults .obit-result .obit-result-img {
    flex-shrink: 0;
    margin: 0;
    float: none;
    width: auto
}

#obituariesResults .obit-result .obit-result-text {
    min-width: auto;
    width: auto;
    float: none
}

#obituariesResults .obit-result .obit-result-text p:last-child {
    margin-bottom: 0
}

@media (min-width: 480px) {
    #obituariesResults .obit-result-container {
        margin-bottom: 20px;
        padding: 0 !important;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease
    }

    #obituariesResults .obit-result-container:hover {
        -moz-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 2px 8px 20px 0 rgba(0, 0, 0, .2)
    }

    #obituariesResults .obit-result-container:hover {
        cursor: pointer
    }

    #obituariesResults .obit-result-container:hover .screen-title-title:after {
        content: '';
        display: block;
        width: 100%;
        -webkit-transition: width .35s ease;
        -moz-transition: width .35s ease;
        -ms-transition: width .35s ease;
        -o-transition: width .35s ease;
        transition: width .35s ease;
        height: .07em;
        background: #47d5cd;
        margin-top: 3px;
        position: absolute
    }

    #obituariesResults .obit-result {
        flex-direction: row
    }

    #obituariesResults .obit-result-text {
        padding-right: 10px
    }
}

.row-testimonials {
    background-color: #fff !important;
    padding-top: 60px
}

.review-container {
    display: flex;
    padding: 40px 0 60px;
    text-align: center;
    justify-content: space-between
}

.review-container .review-box {
    max-width: 31%;
    padding: 66px 30px 40px;
    background: #f4f3f0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px
}

.review-container .review-box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.review-container .review-box .review-quote {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto
}

.review-container .review-box .review-type {
    display: flex;
    margin-top: 30px;
    justify-content: center
}

.review-container .review-box .review-type img {
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.review-container .review-box .review-type h4 {
    font-size: 18px;
    letter-spacing: .45px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    margin: 0
}

.review-container .review-box .add-read-more .read-more {
    margin-top: 10px
}

.review-container .review-box .add-read-more .read-more span {
    cursor: pointer;
    border-bottom: 1px solid #47d5cd
}

.review-container .review-box .add-read-more .read-less {
    margin-top: 10px
}

.review-container .review-box .add-read-more .read-less span {
    cursor: pointer;
    border-bottom: 1px solid #47d5cd
}

.review-container .review-box .add-read-more.show-less-content .show-more-section {
    display: none
}

.review-container .review-box .add-read-more.show-less-content .read-less {
    display: none
}

.review-container .review-box .add-read-more.show-more-content .ellipsis-dots {
    display: none
}

.review-container .review-box .add-read-more.show-more-content .read-more {
    display: none
}

.review-container .review-box h5 {
    text-transform: uppercase;
    color: #605f5e;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 30px;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif
}

@media (max-width: 991px) {
    .review-container {
        display: block
    }

    .review-container .review-box {
        max-width: 100%
    }
}

.verified-header {
    text-align: center;
    margin-bottom: 0
}

.verified-header img {
    width: 210px;
    height: 55px
}

.review-title {
    font-size: 45px;
    text-align: center
}

.download-guide {
    padding: 40px 0;
    text-align: center
}

@media (min-width: 768px) {
    .download-guide {
        text-align: left;
        padding: 20px 0 40px
    }
}

@media (min-width: 992px) {
    .download-guide {
        text-align: left
    }
}

.download-guide h3 {
    font-family: MrsEaves, Georgia, Times, Times New Roman, serif;
    margin-top: 0;
    font-size: 25px
}

.download-guide p {
    font-size: 16px
}

.download-guide p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .download-guide p {
        font-size: 18px
    }
}

.download-guide .btn {
    white-space: nowrap
}

.download-guide .download-guide-container {
    background: #e1ebd4
}

.download-guide .download-guide-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (min-width: 768px) {
    .download-guide .download-guide-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 50px
    }
}

@media (min-width: 992px) {
    .download-guide .download-guide-wrapper {
        gap: 0
    }
}

.download-guide .download-guide-image {
    max-width: 335px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .download-guide .download-guide-image {
        max-width: 50%;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width: 992px) {
    .download-guide .download-guide-image {
        max-width: 280px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.download-guide .download-guide-mobile img {
    margin-top: -140px;
    width: 100%
}

@media (min-width: 992px) {
    .download-guide .download-guide-desktop img {
        margin-top: -45px;
        margin-bottom: -45px
    }
}

.download-guide .download-guide-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding-bottom: 60px
}

@media (min-width: 768px) {
    .download-guide .download-guide-content-wrapper {
        gap: 25px;
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    .download-guide .download-guide-content-wrapper {
        gap: 0;
        text-align: left;
        flex-direction: row;
        flex-grow: 1
    }
}

@media (min-width: 992px) {
    .download-guide .download-guide-cta {
        padding-top: 46px;
        padding-bottom: 46px
    }
}

@media (min-width: 992px) {
    .download-guide .download-guide-content {
        padding: 40px 40px 45px;
        flex-grow: 1
    }
}

.popup {
    background: #fff;
    padding-right: 0 !important;
    padding-bottom: calc(env(safe-area-inset-bottom) * 2)
}

@media (min-width: 768px) {
    .popup {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: 0 0;
        padding: 0
    }

    .popup.in {
        display: flex !important
    }
}

.popup .modal-header {
    display: flex;
    justify-content: flex-end
}

.popup .modal-close {
    height: 20px;
    width: 20px;
    background: url(/content/img/teal/close-button.svg) center no-repeat;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px
}

.popup .popup-wrapper {
    position: relative;
    background: #fff
}

@media (min-width: 768px) {
    .popup .popup-wrapper {
        max-width: 960px;
        max-height: 100%;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .29)
    }
}

.popup .popup-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    background-color: #e6f2f2
}

@media (min-width: 768px) {
    .popup .popup-top {
        display: none
    }
}

.popup .popup-top img {
    height: 270px;
    object-fit: cover;
    max-width: none
}

@media (min-width: 768px) {
    .popup .popup-body {
        display: flex
    }
}

.popup .popup-content {
    margin: 30px 20px
}

@media (min-width: 768px) {
    .popup .popup-content {
        background-color: #e6f2f2;
        width: 50%;
        margin: 0;
        padding: 40px 45px;
        flex-shrink: 0
    }
}

.popup .eyebrow {
    font-size: 16px;
    letter-spacing: 2.4px;
    color: #00778a;
    text-align: center;
    font-family: Lato-Bold, Arial, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px
}

.popup strong {
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .popup .mobile-content {
        display: none
    }
}

.popup .mobile-content h2 {
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -1px;
    text-align: center
}

.popup .mobile-content h2 + p {
    margin-top: 30px
}

.popup .mobile-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.32px
}

.popup .mobile-content p:last-child {
    margin-bottom: 0
}

.popup .desktop-content {
    display: none;
    text-align: center
}

@media (min-width: 768px) {
    .popup .desktop-content {
        display: block
    }
}

.popup .desktop-content h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -.9px;
    margin: 0
}

.popup .desktop-content h2 + p {
    margin-top: 20px
}

.popup .desktop-content h2 + img {
    margin-top: 30px
}

.popup .desktop-content p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.36px
}

.popup .desktop-content p:last-child {
    margin-bottom: 0
}

.popup .popup-form {
    margin: 30px 20px
}

.popup .popup-form .salesforce-form {
    padding: 0
}

.popup .popup-form .form-group label {
    line-height: 1
}

.popup .popup-form .form-group .form-control {
    height: 40px
}

.popup .popup-form .form-group input[type=tel] + .number {
    margin-top: -30px
}

@media (min-width: 768px) {
    .popup .popup-form {
        width: 50%;
        margin: 40px 57px
    }
}

.popup .popup-form .disclaimer, .popup .popup-form .legend {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .24px;
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif
}

.popup .popup-form .desktop-content {
    text-align: left;
    margin-bottom: 30px
}

.popup .popup-form .eyebrow {
    text-align: left
}

.popup .popup-form .btn {
    width: 100%
}

.popup .popup-form .pardot-form .btn {
    margin-top: 10px
}

.popup .disclaimer, .popup .legend {
    margin-bottom: 20px;
    padding: 0;
    font-family: Lato-Italic, Arial, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    letter-spacing: .24px;
    line-height: 24px
}