﻿/* Memoriams Private Party Styles */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



body {
    background-color: #00141E;
}

#tblOrderHistory_wrapper {
    min-height: 150px;
}

/*.we-remember-hide {
	display: none;
}*/


ul.celebration-ul {
    margin-left: -20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

    ul.celebration-ul li {
        margin-bottom: 8px;
    }

.text-underline {
    text-decoration: underline;
}

h2 {
    font-size: 16px;
}

.error-code-lg {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.70);
}

.error-code-sm {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    /*margin-top: 40px; */
    margin-bottom: 20px;
    color: #cd3c14;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.70);
}

.spinner {
    margin: 100px auto 0;
    width: 140px;
    text-align: center;
}

    .spinner > div {
        width: 36px;
        height: 36px;
        background-color: #6ba410;
        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;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.fa-spin-size {
    font-size: 1.4rem !important;
}

.grey-bg {
    background-color: #f4f4f4;
}

.g-recaptcha {
    display: inline-block;
}

.sopHeaderRow {
    background-color: #808080;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 27px;
}

.sopLabel {
    display: inline-block;
    font-weight: 600;
}

.sopLabelRequired {
    font-weight: bolder;
    display: inline-block;
    width: 120px !important;
}


#sopPaymentForm {
    /*width: 700px;
	height: 700px;
	overflow: auto;*/
}

.SOPForm {
    width: 680px;
}

#sopCommandRow {
}

.sopRow {
    line-height: 30px;
}

/*.sopOKButton {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    color: #ffffff;
    padding: 10px 13px 0px 15px;
    margin: 5px 5px 5px 5px;
    width: 50px;
    background-color: #594a30;
    border: 1px solid #DEDEDD;
}*/

html {
    max-width: 100%;
}

#page-body {
    background: linear-gradient(180deg, #006699 0%, #001824 100%);
    padding-bottom: 48px;
}

#ErrorInfomation {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #e47c68;
    color: #e47c68;
    font-family: 'Open Sans';
    border-radius: 20px;
    margin-bottom: 15px;
}

.buttonSOP {
    height: 34px;
    float: right;
    line-height: 15px;
}

#sopPaymentForm .form-control {
    margin-bottom: 10px;
}

#divBillingInfoDisplay label {
    margin-bottom: 0px;
    line-height: 1;
}

#divBillingInfoDisplay button {
    margin-top: 15px;
    max-width: 250px;
}

#sopPaymentForm {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #00141E;
}

.required {
    color: #00141E;
}

.city-textbox {
    max-width: 227px;
}

.notice-discard {
    padding-top: 15px;
    padding-left: 5px;
    text-align: left;
    margin: 15px 0px 5px;
}

.review-padding {
    padding: 10px;
}

.text-bottom {
    padding-top: 10px;
    font-weight: 500;
}

.main-card-height {
    min-height: 700px;
}

a {
    color: #006699;
    text-decoration: underline;
}

/* Breadcrumbs */
[type="submit"].crumb {
    -webkit-appearance: none;
}

/*.breadcrumb-item {
    display: inherit;
}*/

.breadcrumb-item {
    width: 165px;
    text-decoration: none;
    text-align: center;
}

.breadcrumb-container {
    display: flex;
    justify-content: center;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.breadcrumb {
    padding: 0px !important;
    margin-bottom: 0px;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    margin: 10px auto 10px 0px;
}

.crumb-active, .crumb-active:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.crumb-visited, .crumb-visited:hover {
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
}

.crumb-not-visited {
    color: #ffffff;
    text-decoration: none;
}

li.breadcrumb-item.crumb:last-child .crumbDivider {
    visibility: hidden;
}
/*.breadcrumb-item {
    width: 200px;
}
*/
.crumblink {
    margin-top: 9px;
    font-size: 20px;
    font-weight: bold;
}

    .crumblink.active {
        margin-top: 24px;
        font-size: 20px;
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}


.stepCircleOld {
    color: white;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #B49561;
    background-clip: content-box;
    padding: 3px;
    border: 2px solid #B4956177;
    margin: auto;
}


.stepCircle {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background-color: #B49561;
    overflow: visible;
    position: relative;
    border-radius: 41px;
    margin: auto;
}

.crumb-active .stepCircle {
    background-color: #1F99D8;
    background-clip: content-box;
    border: 2px solid #1F99D8;
    margin: auto;
}

.crumb-visited .stepCircle {
    background-color: rgba(0, 20, 30, 0.25);
    background-clip: content-box;
    border: 2px solid rgba(0, 20, 30, 0.25);
    margin: auto;
}

.crumb-not-visited .stepCircle {
    box-shadow: unset;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    margin: auto;
}

.crumbName {
    clear: both;
    color: #ffffff;
    display: inline;
}

#btnBreadCrumb_0 .crumbDivider2 {
    display: none;
}
/*#btnBreadCrumb_1 {
    width: 10px;
    padding-right: 125px;
    margin-left:30px;
}
*/
.crumb-not-visited .crumbName {
    color: #ffffff;
}

.crumb-visited .crumbName {
    color: #ffffff;
}
/*#btnBreadCrumb_1 .crumbDivider {
    margin-left: 60px;
}*/

/* Confirmation Page*/

.donationBtn:focus {
    outline: 1px solid #ffffff !important;
}

.donationBtn {
    border: 1px solid rgb(204, 208, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 20, 30, 0.26) 0px 8px 8px -4px;
    height: 80px;
    padding: 16px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.donationBtnSelected {
    border: 2px solid rgb(31, 153, 216);
    background-color: rgb(230, 240, 245);
    box-shadow: #ffffff 0px 8px 8px -4px;
}

.donationRadio {
    background: transparent url('/Content/Images/radio-button-off.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    float: right;
    margin: 3px 8px;
    border: none;
}

.donationRadioSelected {
    background: transparent url('/Content/Images/radio-button-on.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    float: right;
    margin: 3px 8px;
    border: none;
}

.card.confirmation-screen {
    background-color: #fafafa;
}

.confirmation-screen h1 {
    font-family: "PT Serif", "PT Serif Placeholder", serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
}
.confirmation-screen .box-wrap {
    border: 1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.top-box-wrap {
   border-radius: 10px 10px 0px 0px !important;
}

.bottom-box-wrap {
   border-radius: 0px 0px 10px 10px !important;
}
.all-box-wrap {
    border-radius: 10px 10px 10px 10px !important;
}

.box-done .box-done-show {
    display: block !important;
}
.box-done .box-done-show.d-flex {
    display: flex !important;
}

    .confirmation-addition-icon {
        width: 32px;
        padding-right: 5px;
    }
.clickable-row:hover svg path, .clickable-row:hover, .confirmation-addition-title:hover {
    color: #0099ff;
    fill: #0099ff;
}

.box-done {
    background-color: #eef6ee !important;
    color: #44a45f !important;
}
.box-done .clickable-row:hover, .box-done.confirmation-addition-title:hover  {
    background-color: #eef6ee !important;
    color: #44a45f !important;
}
    .box-done .box-done-hide {
        display: none !important;
    }
    .box-done-show {
        display: none !important;
    }

.order-the-obituary, .obituary-published {
    color: rgb(127, 137, 142) !important;
}

.not-yet-published-label {
    padding-left: 45px;
    color: rgb(127, 137, 142);
}

.obituary-not-yet-published {
    color: #00141E;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}

.confirmation-addition-title {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding-left: 15px;
}

.confirmation-screen .form-group {
    margin-bottom: 0px;
}

.confirmation.hidden-textarea label {
    font-weight: 700;
    margin: 10px 0px 2px 3px;
}

.confirmation.hidden-textarea {
    margin-top:15px;
}

.confirmation .form-control {
    background-color: #fff;
}

.school-search input {
    width: 100%;
    padding-left: 40px;
}
.school-search i {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    left: 30px;
    color: gray;
}
.form-control.is-invalid .school-search i {
    top: 57%;
}

.confirmation-screen .display-confirmation-data {
    background-color: white;
    padding: 10px 0px 10px 16px;
    border-radius: 10px;
    border: 1px solid #44a45f;
    color: black;
    font-size: 16px;
}

#sympathyCountry .form-control {
    width: 184px;
}

.confirmation-icon {
    width: 32px;
    float: left;
}

.confirmation-screen .btn {
    font-size: 16px !important;
}

.confirmation .btn.use-add {
    background-color: #46a2d9;
    width: 100%;
    padding: 0px;
    margin-top: 15px;
    height: 48px;
}

.confirmation .btn.use-add:hover {
    background-color: #2b719d;
}

.cancel-add img {
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-right: 0px !important;
}

.confirmation .btn.cancel-add {
    color: #404f57;
    border: 1px solid #404f57;
    width: 100%;
    padding: 0px;
    margin-top: 15px;
    height: 48px;
}
.confirmation-button-div {
    margin: 5px 0px;
}
    .confirmation .btn.cancel-add:hover {
        background-color: #f2f3f4;
    }

.confirmation .cancel-add {
    background-color: #ffffff;
}

.confirmation .cancel-add:hover {
    background-color: #ffffff;
}
.confirmation .delete-add {
    margin: 0px 0px 0px auto;
    outline: none;
    cursor: pointer;
}
.confirmation .delete-add button {
    text-align: right;
    background-color: white;
    border: 0px;
    outline: none;
    cursor: pointer;
}
.confirmation .delete-add img {
    width: 32px;
    height: 32px;
    vertical-align:top;
}
.box-order {
    border-radius: 10px 10px 0px 0px;
    border-color: #ccc #ccc #44a45f #CD2 !important;
    padding-bottom: 10px !important;
}
.flavor-box {
    margin-left: 60px;
    border-left: 3px solid #ccd0d2;
    padding: 20px 60px 20px 0px;
    color: rgb(31, 153, 216);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.45px;
    line-height: 27px;
}
.share-block {
    width: 100%;
    margin: 15px auto 0px;
}

.share-block i {
    padding-right:5px;
}
.btn-facebook-3 {
    background-color: #3B5998 !important;
    color: #ffffff;
}
    .btn-facebook-3:hover {
        background-color: rgb(0, 102, 153) !important;
    }

.btn-email-3 {
    color: white !important;
    background-color: black;
}

.btn-copy-link-3 {
    color: white;
    background-color: rgb(31, 153, 216);
}

.btn-share-3 {
    display:block;
    text-align: center;
    max-width: 100%;
    border-radius: 100px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight:600;
    border-radius: 100px;
    padding:10px;
    margin:auto;
}
    .btn-share-3:hover {
        text-decoration: none !important;
        background-color: rgb(0, 102, 153) !important;
        color: #ffffff !important;
    }

.aftercare-upsell h2 {
    font-size: 20px;
    font-weight: 700;
}

.aftercare-upsell p {
    font-size: 18px !important;
}

.btn-free-upsell {
    background-color: #000;
    color: white;
}
    .btn-free-upsell:hover {
        background-color: rgb(0, 102, 153) !important;
        border-color: rgb(0, 102, 153) !important
    }

.btn-confirmation-3 {
    width: 100% !important;
    padding:10px;
    box-shadow: 0 0 0 !important;
}
    .btn-confirmation-3:hover {
        border: 1px solid black !important;
        background-color: #f2f3f4 !important;
        font-weight: normal !important;
    }

.view-buttons {
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-item-list {
    margin-bottom:5px;
}

.line-item-desc {
    font-weight: 600;
}

.orderline-3 {
    border-top: 1px solid #ccc;
    padding-bottom: 5px;
}

.order-total-3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom:15px;
}

.next-box-wrap {
    background-color: rgb(230, 240, 245) !important;
    border: 1px solid #ffffffff !important;
    font-size: 18px;
    margin-bottom: 20px !important;
}
    .next-box-wrap .row {
        padding: 10px 15px;
    }
    .next-box-wrap strong {
        font-weight: 700;
    }

.next-box-wrap .h1 {
    font-size: 24px;
    font-weight:800;
    text-align:left;
    padding-top:15px;
}

.next-icon {
    width: 20px;
    float: left;
}
    .next-icon i {
        color: rgb(31, 153, 216) !important;
    }

.box-header-graphic {
    text-align:center;
}

.confirmation-screen .share-btn-name {
    display: inline !important;
}

@media (max-width: 1199px) {

    .confirmation-screen .clickable-row   {
        padding-left:15px;
        padding-right: 15px;
    }
    .display-confirmation-data {
        margin-left: 15px;
        margin-right: 15px;
    }
    .confirmation-data {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px !important;
    }
    .aftercare-upsell {
        padding: 15px 15px !important;
    }
    .confirmation.hidden-textarea {
        margin: 15px;
    }
}
@media (min-width: 576px) {
    .btn-share-3, .btn-free-upsell {
        width: 420px !important;
    }
    .confirmation-button-div {
        margin: 15px 0px;
    }
    .school-search input {
        width: 100%;
        padding-left: 50px;
    }
    .school-search i {
        left: 20px;
    }
}
/* Main Primary color */
.color-primary-0 {
    color: #CCCBC3;
}

.color-primary-1 {
    color: #FFFFFE;
}

.color-primary-2 {
    color: #F9F8F4;
}

.color-primary-3 {
    color: #A6A498;
}

.color-primary-4 {
    color: #82806F !important;
}

.color-primary-5 {
    color: #2099D8;
}

/* Main Primary color - Memoriams Blue */

.color-primary-0 {
    color: #0563B2;
}

.color-primary-1 {
    color: #378CD4;
}

.color-primary-2 {
    color: #0D7BD7;
}

.color-primary-3 {
    color: #044D8A;
}

.color-primary-4 {
    color: #033B6B;
}

.color-secondary-1-0 {
    color: #FFC000;
}

/* Main Secondary color - Orange */

.color-secondary-1-1 {
    color: #FFCD34;
}

.color-secondary-1-2 {
    color: #FFC000;
}

.color-secondary-1-3 {
    color: #D6A100;
}

.color-secondary-1-4 {
    color: #A57D00;
}

.color-secondary-2-0 {
    color: #FF4C00;
}

/* Main Secondary color - Red */

.color-secondary-2-1 {
    color: #FF7034;
}

.color-secondary-2-2 {
    color: #FF4C00;
}

.color-secondary-2-3 {
    color: #D64000;
}

.color-secondary-2-4 {
    color: #A53100;
}

.btn-rundate {
    width: 140px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.btn-fix-draft-left {
    display: inline-block;
    width: 80%;
}

.btn-fix-draft-right {
    display: inline-block;
    width: 15%;
    float: right;
}


.btn-fix {
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
}

/*.btn-fix-save {
    vertical-align: 8px;
}*/

.icon-fix {
    display: inline-block;
    width: 24px;
    vertical-align: sub;
}

.mb2 {
    margin-bottom: 20px;
}

.pd3 {
    padding: 3px;
}

.td1 {
    color: #626262;
}

.td2 {
    text-align: right;
    color: #626262;
}

/*.fade-bg {
    background: rgba(0, 0, 0, .0001);
    background: #f5f5f5;
    background: #f6f5f2;
    background: #fffffe;
    opacity: .75;*/
/*transition: ease-in-out .25s;*/
/*}*/

.selected-border {
    /*border: 1px solid #00141E;*/
}

.memoriams-divider-1 {
    display: none;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccbc3;
    margin: 0 0 1em 0;
    padding: 0;
}

.memoriams-divider-2 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccbc3;
    margin: 1em 0 10px 0;
    padding: 0;
}

.btn-nav {
    max-width: 100%;
    box-shadow: revert;
}

/*Obit Preview Animation*/

.animated {
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: .12s;
    animation-duration: .12s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fade-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.obit-preview-spinner {
    padding-top: 100px;
    height: 200px;
    display: none;
    position: absolute;
    left: 15px;
    right: 0;
    z-index: 1029;
    background-color: transparent;
}

/* End Obit Preview Animation */

input[type="radio"], input[type="checkbox"] {
    /*display: none;*/
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6ba410;
    border-color: #4e555b;
}

.fa-check:before {
    font-size: 14px;
}

.fa-question-circle, .fa-window-close {
    color: #00141E;
}

.fa-question-circle {
    vertical-align: 3px;
    /* margin-top: 2px;*/
}

.fa-preview-icons {
    display: inline-block;
    margin: 0 10px 0 10px;
    color: #00141E !important;
    border-radius: 5px;
    padding: 4px;
    /*box-shadow: 1px 1px 3px #7F898E66;
    border: 2px solid #00141E;*/
}

.modal-preview-header, modal-preview-footer {
    height: 34px;
    padding: 15px 15px 0 0;
    text-align: right;
    width: 100%;
}

.center-preview {
    text-align: center;
    overflow-y: auto;
    height: 65%;
    padding-right: 6px;
}

.print-preview {
    border: solid 1px #cccccc;
    margin-bottom: 10px;
    overflow: auto;
}

.navbar-username {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    display: none;
}

.help-button {
    width: 100%;
    text-align: right;
    padding: 0 15px 0 0;
}

/* Error, Success and Warning Messages */

.alert {
    font-family: 'Open Sans';
}

.alert-success {
    color: #fff;
    background-color: #32c832 !important;
    border-color: #32c832 !important;
    background-color: #6ba410 !important;
    border-color: #6ba410 !important;
    text-align: center;
}

.alert-danger {
    color: #fff !important;
    background-color: #cd3c14 !important;
    border-color: #cd3c14 !important;
    text-align: center;
}

.alert-warning {
    color: #4d4d4d;
    background-color: #F4EE7B !important;
    border-color: #F4EE7B !important;
    text-align: center;
}

.confirmation-screen .alert-warning {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.payment-back-alert {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: bold;
    padding: 20px;
    color: #4d4d4d;
    background-color: #F4EE7B !important;
    border-color: #F4EE7B !important;
    text-align: center;
}

.alert-box {
    font-family: 'Open Sans';
    padding: 10px 36px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    text-align: center;
}

.field-validation-error {
    font-family: 'Open Sans';
    color: #FF6B6B;
    color: #cd3c14 !important;
}

input.input-validation-error {
    border-color: #FF6B6B;
    border-color: #cd3c14 !important;
}

select.input-validation-error {
    border-color: #FF6B6B;
    border-color: #cd3c14 !important;
}

.error {
    font-family: 'Open Sans';
    color: #FF6B6B;
    color: #cd3c14 !important;
}

.success-color {
    color: #4CAF50 !important;
    font-family: 'Open Sans';
    background: #4cbe83
}

.text-warning {
    width: 100%;
    font-family: 'Open Sans';
    color: #fff;
    background: #feb742;
}

.text-error {
    width: 100%;
    font-family: 'Open Sans';
    color: #fff;
    background: #e47c68;
}

.text-success {
    width: 100%;
    font-family: 'Open Sans';
    color: #fff;
    background: #4cbe83
}



.preview-header {
    display: none;
}

/*select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px) !important;
	font-size: 12px;
}

input.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px) !important;
	font-size: 12px;
}*/

body {
    color: #00141E;
    font-size: 16px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans';
}


.login-text {
    color: #4d4d4d !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 5px;
}

p {
    font-size: 16px;
    font-family: 'Open Sans';
}

/*.card-darken {
	background-color:
}*/

label {
    /*font-family: 'Open Sans';
	font-weight: 500;*/
}

.form-control {
    font-family: 'Open Sans';
}

.drop
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #f5f5f5 !important;
    font-size: 14px !important;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #F0EADF !important;
    cursor: default;
    color: #00141E;
}

.dropdown-menu ul {
    min-width: 50px !important;
}

.temp-height {
    height: 800px;
    background-color: #f5f5f5;
    padding: 10px;
}

.header-container {
    width: 100%;
    text-align: center;
}

.header-well {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    height: 120px;
    background-color: #f6f5f2;
}

.btn-contact {
    width: 100%;
}

.captcha-container {
    width: 100%;
    text-align: center;
}

.nav-link {
    font-family: 'Open Sans';
    /*color: #626262;*/
    color: #00141E !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.select-wrapper .select-dropdown, .dropdown-item, .pass-link {
    font-family: 'Open Sans';
    /*color: #626262;*/
    color: #00141E !important;
    font-size: 16px;
    text-decoration: none;
}

.nav-link:hover {
    font-weight: 800;
}

.pass-link {
    /*margin-right: 45px;*/
    font-size: 16px;
    text-decoration: underline;
}

select {
    font-family: 'Open Sans' !important;
}

.navbar .dropdown-menu a {
    color: #626262 !important;
}

input, textarea, select, button {
    /*color: #626262 !important;*/
    font-weight: 300;
}

/* checkbox-to-switch  */

.switch-container {
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-disabled {
    background-color: #f5f5f5 !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.success:checked + .slider {
    background-color: #155780;
}

input.unavailable:checked + .slider {
    background-color: #f5f5f5 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 35px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*jQuery Overrides*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #CCCCCC !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    text-align: center;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #c6c7be !important;
        background: #00141E !important;
        font-weight: normal !important;
        color: #ffffff;
    }

.ui-widget-header {
    border: 1px solid #c6c7be !important;
    background-color: #7F898E !important;
    color: #fff !important;
    font-weight: 600 !important;
}



/* Bootstrap Overrides */

.collapsing {
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}


.input-group-text {
    color: #ffffff;
    background-color: #00141E;
    border: 1px solid #c6c7be;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #CCD0D2;
    border-radius: 8px;
    padding: 5px 15px;
    background-color: #F2F3F4;
    width: auto;
    max-width: 100%;
}

.dropdown.bootstrap-select.form-control {
    background: #fff;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #F8F9FA;
    border-color: #d3d9df;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.25);
}

.form-control:focus {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #6ba410;
    outline: 0;
    /*  box-shadow: 0 0 0 0.2rem rgba(107, 164, 16, 0.15);*/
}

.row-prev-next {
    margin-left: 30px;
    margin-right: 30px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

/* Font Awesome overrides */

.fa-pulse {
    color: #cccac3;
}

.fa-36 {
    font-size: 36px;
}

.fa-save-nav {
    font-size: 18px;
}

.fa-prev-nav {
    font-size: 18px;
}

.control-spinner {
    display: none;
}

.fa-site-icons {
    font-size: 24px;
}

.preview-titlebar {
    /*position: relative;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.paymentNote {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.error-border {
}

.display-inline {
    display: inline !important;
}


.footer-text {
    color: #ddd !important;
}

.social, .copyright-footer {
    text-align: center;
}

.page-instruction {
    margin: 5px 15px 25px 15px;
}

h3, h4, h5, h6 {
}

h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #00141E;
}

.modal {
    overflow-y: auto;
    z-index: 10000;
}

h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
}

.footer-links {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Open Sans';
    background-color: #ffffff00;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.control-valid {
    float: left;
    margin: 5px 0 0 10px;
    color: green;
    display: none;
}

.control-invalid {
    float: left;
    margin: 5px 0 0 10px;
    color: red;
    display: none;
}

.popover-header {
    font-size: 16px;
    background-color: #0564B2;
    color: #fff;
}

.modal-header {
    background-color: #ffffff;
    color: #00141E;
    padding: 5px 1rem 5px 1rem;
}

.modal-footer {
    padding: 5px 1rem 5px 1rem;
    justify-content: center;
}

.clear {
    clear: both
}

.red {
    color: #CC261F;
}

.submitLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

submitLink:focus {
    outline: none;
}

.bg-light {
    background-color: #2D5A7F !important;
}

.label-white {
    color: #fff;
}

.nav-left, .nav-right {
    width: 100%;
}

.navbar-left, .navbar-right {
    width: 100%;
    text-align: right;
}

.navbar {
    position: fixed !important;
    padding: 0;
    display: block;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    height: 60px;
}

.navbar-brand {
    margin-left: 20px;
}

.navbar-brand-spacer {
    width: 160px;
}

.navbar-color {
    background-color: #fff;
}

.navbar-gradient {
    background-color: #055FA6;
    background-image: -webkit-linear-gradient(top, #3FBDC6 14%, #055FA6 100%);
    background-image: linear-gradient(to bottom, #3FBDC6 14%, #055FA6 100%);
    background-repeat: repeat-x;
    width: 100%;
}

.btn-spell-check {
    display: none;
}

.notice-text {
    overflow: hidden;
    min-height: 166px !important;
    background-color: #F8F9FA;
    width: 98%;
    margin-right: 8px;
    padding: 15px;
}

.social-login-btn {
    min-width: 150px;
    margin: 0px auto 15px auto !important;
}

.btn-remember {
    margin: 0 auto 0 0 !important;
}

.btn-password {
    text-align: right;
}

.memoriams-blue-color {
    color: #86bdeb;
    color: #3e85c1;
}

.memoriams-blue {
    background-color: #0564B2;
    background-color: #f9f8F4;
}

.google-red {
    background-color: #DB4437;
}

.facebook-blue {
    background-color: #3B5998;
}

.twitter-blue {
    background-color: #1DA1F2;
}

.ancestry-green {
    color: #6ba410;
}

.loading-icon {
    font-size: 150px;
}

.lang-select-box {
    color: #4d4d4d !important;
    font-family: 'Open Sans', san-serif;
}

.profile-container {
    width: 100%;
    display: block;
    text-align: center;
}

.profile-circle-med {
    height: 75px;
    width: 75px;
    background-color: #0564B2;
    border-radius: 50%;
    display: inline-block;
    padding-top: 15px;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.profile-name {
    width: 100%;
    text-align: center;
}

.profile-price {
    width: 100%;
    text-align: center;
}

.nav-left {
    display: inline-block;
    width: 50%;
}

.nav-right {
    text-align: right;
    display: inline-block;
}

.nav-link {
    margin: 0 5px;
}


#mainCard {
    background-color: rgba(255, 255, 255, 0);
}

.card-body {
    font-family: 'Open Sans';
    padding: 1rem;
}

.box-wrap {
    margin: 16px;
    margin-bottom: 24px;
    padding: 15px;
    border: 0px solid black;
    border-radius: 20px;
    background: #ffffff;
}

.box-wrap-success {
    margin-bottom: 24px;
    border: 0px solid black;
    border-radius: 20px;
    background: #ffffff;
}

.card-body-fix {
    padding: 1.5rem !important;
}

.edition {
    padding: 0px;
}

.card-header {
    padding: .5rem .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
}

.card-faq {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 4px;
    background-color: #f9f8f4;
}

.card-faq-header {
    padding: .5rem .5rem;
    margin-bottom: 0;
    background-color: #fff;
}

.faq-link, .faq-link:link, .faq-link:hover {
    font-size: 18px;
    font-weight: 500 !important;
}

/* Panel Collapse Icons */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/* Accordian Icons */

.accordion-toggle:after {
    display: none;
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.contact-image {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 20px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

i.fa {
    cursor: pointer;
    color: #00141E;
    font-size: 20px;
}

button.close {
    opacity: 1;
    border: none;
    text-decoration: none;
    border: none;
}

.collapsed ~ .panel-body {
    padding: 0;
}

.support-hours {
    display: inline-block;
    width: 48%;
    list-style-type: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.support-desc, .support-text {
    width: 100%;
}

.copyright {
    display: block;
    font-size: 16px;
    color: #eaeaea;
}

.PageNotFound {
    text-align: center;
}

.giant-text {
    font-size: 16px;
    font-weight: 700;
}

.footer {
    width: 100%;
    min-height: 120px;
    text-align: center;
    color: #fff;
    margin: 0px auto 10px auto;
}

    .footer a:link, .footer a:visited {
        color: #fff;
    }

#page-body {
    padding-bottom: 10px;
    padding-top: 50px;
}

.sel-cat-package {
    text-align: center;
}

.legacy-example {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans';
    color: #00141E;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    margin-top: 8px !important;
}

    .legacy-example a {
        font-weight: normal;
    }

#divPackages {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.packages-container {
    margin: 0px auto 0px auto;
    max-width: 100%;
}

.package-outer img {
    max-width: 100% !important;
}

.bg-dark {
    background-color: #82807D !important;
    background-color: #343a40 !important;
    background-color: #2d3136 !important;
}

.all-logins {
    display: block;
}

.social-logins {
    display: none;
}

.login-card {
    max-width: 560px;
    padding: 10px;
    margin: auto;
}

.login-input {
    width: 100%;
    margin-bottom: 0px;
}

.width-160 {
    width: 160px !important;
}

.width-180 {
    width: 180px !important;
}

.width-220 {
    width: 220px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    /*pointer-events: none;*/ /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    /*pointer-events: none;*/
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.account-header {
    float: left;
}

.weremember-textbox {
    height: 38px !important;
}

.email-text {
    width: 100%;
}

.text-options-sm {
    font-size: 14px;
}

.text-options-ul, a.text-options-ul {
    text-decoration: underline;
}

.wr-outline {
    border: 1px solid #c6c7be;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.remember-me input, .login-pwd-tools {
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 16px;
    accent-color: #947a50;
}

.remember-me label, .remember-me {
    font-weight: 600 !important;
    font-size: 16px;
    vertical-align: -2px;
}

.social-login-btn, .login-btn {
    font-family: 'Open Sans';
    /*width: 100% !important;*/
    margin: 0.375rem auto !important;
    display: block !important;
}

.socialLoginList, .LoginList {
    text-align: center;
    width: 100% !important;
}

.LoginList {
    font-family: 'Open Sans';
    margin-bottom: 0px;
}

.login-input-password {
    margin-bottom: 0px
}

.divLoginButton {
    margin: auto;
}

.network-header {
    overflow: hidden;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
}

.demo-header {
    overflow: hidden;
    height: 80px;
    /*height: var(--header-height);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2d3136;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    width: 100%;
}

.toolbar-navbar {
    margin-top: 0px;
}

.toolbar-inner {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.demo-logo {
    margin-left: 40px;
    text-align: left;
}

.demo-logo-image {
    margin-top: 16px;
}

.btn-link {
    padding: 0 !important;
}

.btn-preview-text {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    height: 27px;
    vertical-align: middle;
}

.btn-unlock {
    margin: 0 !important;
    padding: 5px 10px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-unlock-text {
    display: inline-block;
    margin-left: 5px;
    height: 27px;
    vertical-align: top;
    padding-top: 4px;
}

.fa-preview-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.fa-search-plus {
    font-size: 20px;
}

.btn-memoriams-outline {
    color: #00141E !important;
    font-family: 'Open Sans';
    border: 1px solid #CCD0D2 !important;
    border-radius: 5px !important;
    font-weight: 500;
    box-shadow: 0 2px 3px -2px rgb(0 20 30 / 40%) !important;
    width: 127px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    text-decoration: none;
}

    .btn-memoriams-outline:hover {
        box-shadow: 0 2px 3px -2px rgb(0 20 30 / 40%) !important;
    }

.btn-preview {
    width: 140px;
    height: 40px;
    margin-top: 3px;
    padding: 3px 6px;
    text-decoration: none;
}

#divDetails .page-instruction {
    margin-top: 0px;
    margin-bottom: 0px;
}

#divText .page-instruction {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 16px;
}

h1.accordion-toggle.details {
    margin-left: 15px;
    padding-top: 25px;
}
/*.btn-memoriams-outline:hover {
		background-color: #6ba410;
	}

	.btn-memoriams-outline:focus, .btn-memoriams-outline.focus {
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	}

	.btn-memoriams-outline:focus, .btn-memoriams-outline:active, .btn-memoriams-outline.active {
		background-color: #0b51c5;
	}

	.btn-memoriams-outline.dropdown-toggle {
		background-color: #86bdeb !important;
	}

		.btn-memoriams-outline.dropdown-toggle:hover, .btn-memoriams-outline.dropdown-toggle:focus {
			background-color: #5a95f5 !important;
		}

	.btn-memoriams-outline:not([disabled]):not(.disabled):active, .btn-memoriams-outline:not([disabled]):not(.disabled).active,
	.show > .btn-memoriams-outline.dropdown-toggle {
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
		background-color: #6ba410 !important;
	}

		.btn-memoriams-outline:not([disabled]):not(.disabled):active:focus, .btn-memoriams-outline:not([disabled]):not(.disabled).active:focus,
		.show > .btn-memoriams-outline.dropdown-toggle:focus {
			-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
		}*/

.btn-memoriams-save-draft {
    background-color: #b1afa4 !important;
    background-color: #82806F !important;
    color: #fff !important;
    font-family: 'Open Sans';
    height: 30px;
    padding: 4px 10px 3px 10px !important;
}

.btn-memoriams {
    background-color: #fff;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}




    .btn-memoriams.dropdown-toggle {
        background-color: #CCD0D2 !important;
    }

        .btn-memoriams.dropdown-toggle:hover, .btn-memoriams.dropdown-toggle:focus {
            background-color: #CCD0D2 !important;
        }

    .btn-memoriams:not([disabled]):not(.disabled):active, .btn-memoriams:not([disabled]):not(.disabled).active,
    .show > .btn-memoriams.dropdown-toggle {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #B49561 !important;
        background-color: #6ba410 !important;
    }

        .btn-memoriams:not([disabled]):not(.disabled):active:focus, .btn-memoriams:not([disabled]):not(.disabled).active:focus,
        .show > .btn-memoriams.dropdown-toggle:focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

.btn-draft {
    /*background-color: #B49561;
    color: #fff !important;
    font-family: 'Open Sans';
    font-size: 11px !important;
    padding: 0.55rem 0.7rem;
    min-width: 136px;
    border-radius: 5px;*/
    display: none;
}

    .btn-draft:hover {
        background-color: #B49561;
    }

    .btn-draft:focus, .btn-draft.focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .btn-draft:focus, .btn-draft:active, .btn-draft.active {
        background-color: #B49561;
    }

    .btn-draft.dropdown-toggle {
        background-color: #B49561 !important;
    }

        .btn-draft.dropdown-toggle:hover, .btn-draft.dropdown-toggle:focus {
            background-color: #B49560 !important;
        }

    .btn-draft:not([disabled]):not(.disabled):active, .btn-draft:not([disabled]):not(.disabled).active,
    .show > .btn-draft.dropdown-toggle {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #B49561 !important;
    }

        .btn-draft:not([disabled]):not(.disabled):active:focus, .btn-draft:not([disabled]):not(.disabled).active:focus,
        .show > .btn-draft.dropdown-toggle:focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

.btn-danger:hover, .btn-danger:focus, btn-danger:active, btn-danger.active {
    background-color: #59543F !important;
    border: #59543F !important;
}

.preview-card {
    width: 100%;
    margin: 0 auto;
}

.fa-mobile-preview {
    margin-bottom: 0;
}

.fa-mobile-cart {
    margin-bottom: 0;
}

.navbar-toggler {
    padding: 0rem .5rem !important;
}

.navbar-align .fas {
    display: inline-block;
    vertical-align: middle;
}

.catList {
    width: 100%;
}

.btn.btn-fluid {
    width: 100%;
}

.disappear {
    display: none;
}

.modal-footer-preview {
    padding: 0px 1rem 5px 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: center;
}

.cart-wrapper {
    margin-top: 8px;
}

/* Header Animation and Swaps */

.header {
    /* animation magic */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.cart-subhead {
    font-family: 'Open Sans';
    height: 28px;
    color: #00141E;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.notice-grid-cart {
    font-size: 14px;
}

.notice-block {
    border: 1px solid #CCD0D2;
    border-radius: 15px;
    margin: 3px;
    padding: 8px;
}

.shrink {
    height: 20px 0;
}

.mb-auto {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 20 30 / 20%);
    padding: 0px;
}

.footer, .temp-footer {
}

li.left, li.right {
    font-size: 16px;
}

.mobile-footer {
    display: block;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    background-color: #343a40 !important;
    width: 100%;
    height: 60px;
}

.modal-footer .btn-second {
    height: 40px;
    padding-top: 4px;
}

.modal-footer .btn-ppn {
    height: 40px;
    padding-top: 6px;
}

.preview-modal, .mobile-cart-hide {
    display: none;
}

.select-wrapper input.select-dropdown {
    margin: 0;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #4d4d4d;
}

.navbar.navbar-light .navbar-toggler {
    color: #4d4d4d;
}

.md-form label {
    left: 5px;
}

.benefits {
    text-align: center;
}

.benefits-bdcopy {
    font-size: 16px;
    color: #757575;
    line-height: 22px;
    padding: 10px 15px 15px;
    text-align: center;
}

.benefit-sub-section {
    border-bottom: 0 none;
    border-right: 1px solid rgba(150,150,150,0.13);
    margin-bottom: 0;
}

.media .media-left img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-align {
    width: 100%;
}

.modal-title {
    color: #00141E !important;
    font-weight: 800 !important;
}

.btn-nav {
    margin: 0 20px 0 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    height: 64px;
    width: 200px;
    padding: 0px 0px !important;
    margin: 0 0px !important;
    line-height: 48px;
}

.btn-wr {
    margin: 0 20px 0 20px;
    display: inline-block;
    font-size: 12px;
    height: 48px;
    width: 100%;
    padding: 0px 0px !important;
    margin: 0 0px !important;
}

.dropdown-toggle {
    padding: 11px 15px;
    border-radius: 5px;
    background-color: #F8F9FA !important;
}

/*.icon-right {
    background-image: url('https://fd.memoriams.com/otfiles/Papers/0/Icons/Arrow Right.svg');
    height: 24px;
    width: 24px;
    filter: invert(100%) sepia(4%) saturate(0%) hue-rotate( 97deg ) brightness(100%) contrast(101%);
    vertical-align:middle;
}*/

.lang-select {
    width: 100%;
    text-align: center;
}

.site-menu-left {
    display: inline;
    margin-top: 0px;
    float: left;
    text-align: left;
}

.site-menu-center {
    /*    display: inline;
    margin-top: 12px;
*/
}

.site-menu-right {
    display: inline;
    float: right;
}

.destroy {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #ffffff;
    text-decoration: none;
}

.destroy-icon {
    text-decoration: none;
}

.row-site-menu {
    width: 100%;
}

.container-menu {
    text-align: right;
    margin: 0 auto;
    padding: 0 0 6px 0;
}

.user-menu {
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.nav-item {
}

.alert-existing-notice {
    display: none;
}


.slider1 {
    border-radius: 4px;
    margin-top: 30px;
    height: 30px;
}

.slim-editor-utils-group {
    padding: 0 50px 0 0 !important;
}

.slider1:before,
.slider1:after {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
}

.slider1:before {
    color: rgba(25, 27, 29, .99);
    font-weight: 500;
    content: "\f0eb";
    font-size: 30px;
    padding: 0 5px 0 5px;
    margin-top: -7px;
}

.slider1:after {
    color: #cccccc;
    font-weight: 500;
    content: "\f0eb";
    font-size: 30px;
    padding: 0 5px 0 5px;
    margin-top: -7px;
}

/* Dashboard Related */

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.calculated-price {
    font-family: 'Open Sans';
    color: #00141E;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.calculated-price-mobile {
    font-family: 'Open Sans';
    color: #00141E;
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
}

.time-left {
    font-family: 'Open Sans';
    color: #00141E;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    display: inline-block;
}

.time-left-help {
    display: none;
}

.time-left-red {
    color: #FF6B6B;
    line-height: 1;
    text-transform: uppercase;
}

.time-left-expired {
    font-family: 'Open Sans';
    color: #FF6B6B;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    display: inline-block;
}

thead {
    width: 100%;
}

.popover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.order-details-popup {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding-bottom: 3px;
    display: block;
}

/* rundate - category */
.rundate-divider-1 {
    border-bottom: 1px solid #cccbc3;
    margin-bottom: 3px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.rundate-switch {
    padding-top: 2px;
}

.rundate-vertical-align {
    vertical-align: middle;
    padding-top: 10px;
}

.rundate-card-space {
    padding: 3px;
    margin-top: 10px;
}

.rundate-date-box {
    padding-top: 10px;
}

.rundate-date-align {
    width: 191px;
    margin: 0 auto;
    padding-top: 10px;
}

.rundate-desc {
    text-align: right;
}

.rundate-textbox .card-body {
    padding: 0px;
}

.rundate-price {
    text-align: left;
}

.rundate-inline {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.edition {
    padding: 0px;
}

.rundate-editions {
    text-align: center;
    width: 100%;
}

.ui-datepicker-trigger {
    border: none;
    background: none;
}

.btn-rundate {
    margin-bottom: 15px !important;
}

.edition-price {
    color: #1fa67a;
    font-size: 16px;
    margin-top: 10px !important;
}

.calendar-instruction {
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 7px 3px;
}

.addl-fees {
    margin-bottom: 10px;
}

.table-rundate th, .table-rundate td, .table.table-striped.table-rundate {
    padding: 2px 2px 2px 6px !important;
    margin-bottom: 0px !important;
}

.td-rundate {
    font-family: 'Open Sans';
    font-size: 13px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

/* wizard - category */

.cat-container {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}

.cat-package {
    width: 100%;
    font-family: 'Open Sans';
}

.package-description {
    width: 100%;
    font-family: 'Open Sans';
    list-style-type: none;
}

.package-outer {
    box-shadow: 0 4px 8px 0 rgb(0 20 30 / 20%);
    width: 320px;
    border-radius: 5px;
    border: none;
    padding: 17px 15px 30px 15px;
    margin: 0 0 20px 0;
}

.starting-at {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.package-price {
    text-align: center;
    width: 100%;
    font-family: 'Open Sans';
    color: #00141E;
    font-size: 28px;
    line-height: 33.6px;
    font-weight: 600;
    margin-bottom: 15px;
}

.packageTitle {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #00141E;
    font-weight: 900 !important;
    margin-bottom: 15px;
}

/* set package title font size to override Package.packagedescr font-size settings (will only work on divs, not when it's just <b> */
/*div.package-outer > div.card > div.card-body > div {
    font-size: 20px !important;
    font-weight: 900 !important;
}*/
.package-outer ul {
    text-align: left;
    font-size: 16px;
    color: #00141E;
    letter-spacing: 0;
    line-height: 22px;
    width: auto;
    padding-left: 25px;
}

.package-sample {
    text-align: center;
    padding-top: 5px;
}

.package-detailed-sample {
    text-align: center;
    padding-top: 5px;
}
/* Setting green checkmarks for bullets */
/* Hides standard list bullets */
/*.package-outer ul {
        list-style-type: none;
        padding-left: 15px;
    }
    .package-outer li {
        position: relative;
        padding-left: 1.5em;
    }*/
/* Sets green checkmarks */
/*.package-outer ul li::before {
        content: '✓';
        position: absolute;
        left: 0;
        width: 1em;
        color: #44a45f;
        font-size: 18px;
        font-weight: bold;
        font-family: 'FontAwesome';
    }*/

.package-outer li {
    margin-bottom: 8px;
}

.detailsPackage .package-outer {
    box-shadow: none;
}
/* wizard - fielded data */
.fielded-input-div {
    padding: 4px 0 4px 0;
    /*    height: 70px;*/
}

.field-validation-message {
    font-size: 13px;
    line-height: 1.1;
    margin-top: 0.25rem;
    max-width: 200px;
}

.usernote {
    font-size: 13px;
}

.LoginList label {
    text-align: right;
    padding-top: 6px;
}

.fielded-textbox {
    background-color: #F2F3F4;
    width: 100%;
}

.fielded-dropdown {
    /*width: 100%;*/
    background-color: #F2F3F4;
}

.fielded-datepicker {
    /*width: 100%;*/
    background-color: #F2F3F4;
    max-width: 170px;
}

.fielded-state {
    max-width: 150px;
    /*width: 100%;*/
}

/* wizard - photoeditor */

.photoeditor-row {
    text-align: center;
}

.photoeditor-col {
    margin: 0 auto;
}

.upsell-photo-switch-container {
    text-align: left;
    padding-top: 8px;
}

.photoeditor-thumbnail {
    border-radius: 5px;
    background-color: #eee;
    box-shadow: 0 8px 16px 0 rgba(0,20,30,0.15);
    border: 1px solid #CCD0D2;
    margin: 10px;
}

.photoeditor-array {
    text-align: center;
}

.photo-price-text {
    margin-left: 15px;
    margin-bottom: 8px;
}

.slim {
    background-color: #ccd0d200;
}
/* wizard - icons */

.icons {
    border: 0.5px solid #CCD0D299;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgb(0 20 30 / 15%);
    margin: 10px;
}


.icons-container {
    text-align: center;
    justify-content: space-evenly;
}

.icons-image {
    min-height: 90px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-ie-fix {
    max-width: 220px !important;
}

.icons-info {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
}

.icons-name {
    font-size: 18px;
    text-align: center;
}

    .icons-name label {
        margin-bottom: 0px;
    }

.card .icons {
    max-width: 184px;
}

.selIconImage {
    height: 90px;
    max-width: 160px;
}

.icons-price, .edition-price {
    font-family: 'Open Sans';
    color: #00141E;
    margin: 0px 0px 0px 3px;
    /*text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.70);*/
    font-size: 24px;
}

.icons-price {
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
}

.order-total {
    font-family: 'Open Sans';
    margin: 0px 0px 0px 3px;
    font-size: 16px;
}

/* Gold Checkbox */
.gold-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .gold-checkbox + label {
        position: relative;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        height: 17px;
    }

        .gold-checkbox + label::before {
            content: " ";
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px;
            margin-left: -3px;
            width: 17px;
            height: 17px;
            background-color: #ebebeb;
            border-width: 0px;
            border-radius: 4px;
        }

    .gold-checkbox:checked + label::after {
        content: " ";
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: center center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        left: 1px;
        top: 0px;
        text-align: center;
        background-color: #b49561;
        border-radius: 4px;
        font-size: 8px;
        height: 17px;
        width: 17px;
    }

/* Up Sells */

.upsell .card, .rundate-textbox .card, .attachment-upsell .card {
    border-radius: 5px;
    margin-bottom: 15px;
}

.upsell .card-body, .rundate-text-box .cardbody, .attachment-upsell .cardbody {
    padding: 15px 0px !important;
}

.upsell-name, .upsell-side-name, .rundate-edition, .attachment-desc {
    color: #00141E;
    font-weight: bold;
    font-family: 'Open Sans';
    padding: 7px 15px;
    font-size: 18px;
    border-bottom: 1px solid #CCD0D2;
}

.upsell-side-name {
    border-bottom: none;
    padding: 0px;
}

.upsell-desc, .upsell-instructions {
    font-family: 'Open Sans';
    padding: 5px 15px;
}

.upsell-switch-container {
    height: 34px;
    padding: 1px 0 1px 0;
    width: 100%;
    text-align: center;
    margin: 15px 0 15px 0;
}

.upsell-price-container {
    text-align: center;
}

.attachment-terms-container {
    margin-left: 15px;
}

.upsell-select {
    width: 100%;
    position: relative;
}

.upsell-price {
    margin-top: 5px;
    font-family: 'Open Sans';
    color: #00141E;
    font-size: 24px;
}


.upsell-quantity, .upsell-quantity-label {
    display: inline-block;
}

.upsell-qty {
    width: 50px;
}

.switch-align {
}

/* We Remember */

.wr-envelope {
    display: block;
    height: 38px !important;
}

.we-remember-card {
    margin-top: 6px;
}

.btn-save {
    width: 203px !important;
}

.btn-weremember-sm {
    margin: 0 !important;
    background-color: #b1afa4 !important;
    color: #fff !important;
    font-family: 'Open Sans';
    padding: 9px 10px !important;
}

.btn-weremember {
    margin: 0 !important;
}

.btn-weremember-text {
    padding: 0.64rem 1.14rem !important;
}

.btn-addsaveemail {
    font-size: 10px !important;
    height: 38px !important;
}

.wr-email-list {
    border-top: 1px solid #cccbc3;
    margin: 0 !important;
}

.wr-email, .wr-save, .wr-edit, .wr-delete, .wr-cancel {
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}

.weremember-add-email {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 500;
}

.weremember-reminder-textbox {
    width: 200px !important;
}

.row-prev-next {
    margin-top: 30px;
}

/* Image Editor */

.slim-editor-btn {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
}



/* Order History */

.table-bordered {
    border: 0px solid #dee2e6;
}


table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 3px;
    font-size: 16px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 7px 3px;
    border-bottom: 1px solid #111;
    font-size: 16px;
}

.table-order-history {
    width: 100%;
}

#dropdownMenuButton .btn-fix {
    vertical-align: 0px;
    font-size: 14px;
}

.table-order-history td {
    padding-top: 9px !important;
}

.btn-text-sm {
    font-size: 10px !important;
    padding: 0.25rem 0.5rem !important;
    width: 75px;
}

.btn-text-med {
    font-size: 10px !important;
    padding: 0.25rem 0.5rem !important;
    width: 85px;
}

.order-history-text-price {
}

.order-history-text-sm {
    font-size: 12px !important;
}

.order-history-text-med {
    font-size: 13px !important;
}

.cart-icon, .preview-icon {
    list-style: none;
    margin-bottom: auto;
    margin-top: auto;
}


.control-label {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}

.obit-sliding-content {
    padding: 15px;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.hide-quantity {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.hide {
    display: none !important;
}

.nav-hamburger {
    margin-left: 5px;
}

.nav-cart {
}

.nav-user {
    margin-top: 6px;
}

.nav-preview {
}

.nav-menu-item {
    vertical-align: 15px;
}

.nav-hamburger {
    padding: 9px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    height: 45px;
    border-radius: 35px !important;
    border: 1px solid #CCD0D2 !important;
}

.nav-hamburger:hover {
    padding: 8px 19px;
    text-align: center;
    padding-top: 8px;
    height: 45px;
    border-radius: 35px !important;
    border: 2px solid #00141E !important;
}

.btn-menu {
    padding: 0px 5px;
    margin-right: 2px;
    margin-left: 5px;
    vertical-align: 10px;
}

.red-circle {
    width: 20px;
    height: 20px;
    border-radius: 35px;
    line-height: 15px;
    font-size: 12px;
    border: 2px solid #FFF;
    background-color: #FF6B6B;
    font-family: 'Open Sans';
    color: #FFF;
    font-weight: 700;
    display: block;
    text-align: center;
    /*text-align: -webkit-center;*/
    z-index: 100;
    position: absolute;
    margin-top: -38px;
    margin-left: 20px;
}

.navbar-toggle, .shop-cart {
    text-decoration: none;
    color: #00141E;
}

#divAdvancedSearch {
    margin-top: 20px;
}


/* Media Query Overrides */

@media (min-width: 10px) {

    .html-table-border {
        padding: 4px;
        border-radius: .25rem;
        border: 1px solid #c6c7be;
    }
}

@media (max-width: 364px) {
    .nav-hamburger {
    }
}




@media (min-width: 300px) {

    .container {
        padding: 0px;
    }

    .row {
        margin-left: 5px;
        margin-right: 5px;
    }

    .container-menu .row {
        width: 100%;
    }

    .card-body h1 {
        font-family: 'Open Sans';
        font-size: 18pt;
        font-weight: 800;
    }

    .box-wrap h1 {
        font-family: 'Open Sans';
        font-size: 18pt;
        font-weight: 800;
    }

    h1 {
        font-family: 'Open Sans';
        font-size: 18pt;
        font-weight: bold;
    }
}

.page-instruction, .photo-price-text {
    font-size: 16px;
}

.package-outer {
    margin: auto;
}

.link-blue {
    color: #005c7d;
    color: #0079a3 !important;
}

    .link-blue a {
        color: #005c7d;
        color: #0079a3;
    }

        .link-blue a:hover {
            color: #0079a3;
        }


.sales-receipt {
    font-size: 28px;
    font-weight: 500;
}

.btn-draft-fix-left {
    width: 60%;
    display: inline-block;
}

.btn-draft-fix-right {
    width: 39%;
    text-align: right;
    float: right;
    display: inline-block;
}

.list-inline {
}

.btn-next {
    min-width: 100px;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px;
}

.text-danger {
    color: #FF6B6B !important;
    font-weight: 400;
}

.assets-data-table .table th, .table td {
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.payment-buttons {
    text-align: center;
}

.panel-body .card {
    border: none;
}

.assets-data-table {
    margin-top: 6px !important;
    font-size: 13px;
}

.subtotal {
    margin-top: -10px;
    padding-left: 0px;
}

.btn-100 {
    min-width: 100px;
}

.align-center {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 2px;
}

.dataTables_info {
    font-size: 12px;
    font-weight: 500;
    padding: 0.755em;
}

.btn-group-order-history {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

.table-bordered {
    border: 0px solid #dee2e6;
}

.table-order-history th {
    padding: 5px 0px 5px 6px;
}

table.dataTable {
    margin: 0 auto;
    clear: both;
    border-spacing: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#tblOrderHistory {
    background: #fff;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 0px 9px 6px;
    font-size: 16px;
    height: 29px;
    font-weight: 500;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 7px 3px;
    border-bottom: 1px solid #111;
    font-size: 16px;
    color: #626262;
}

.marketplace-image {
    padding-left: 10px;
    padding-right: 10px;
}

.product-list {
    list-style: none;
    margin-left: -24px;
}

.tooltip, .popover {
    z-index: 10001;
}

.container-menu {
    height: 60px;
    /*border-bottom: 1px solid #626262;*/
    background-color: #fff;
}

.site-menu-left {
}

.site-menu-center {
}

.site-menu-right {
}

.time-left {
    font-size: 13px;
}

#page-body {
    padding-bottom: 10px;
    padding-top: 68px;
}

body {
    font-size: 16px;
    margin-top: 80px;
}


.demo-header {
    display: block;
}

.navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,20,30,0.2);
    box-shadow: 0 4px 8px 0 rgba(0,20,30,0.2);
    border-radius: 15px;
}

.mobile-ipad {
    display: none;
}

.preview-headline {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #00141E;
    display: inline-block;
}

.preview-buttons-container {
    float: right;
    padding-top: 4px;
}

.preview-buttons-container-review {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    text-align: center;
}

.preview-buttons {
    color: #00141E !important;
    font-size: 20px;
    text-decoration: none;
    padding: 5px !important;
    margin-left: 10px;
    background: #ffffff;
    border: none;
}

    .preview-buttons:hover .preview-buttons:focus .preview-buttons:active {
        text-decoration: none !important;
        border: none !important;
    }

.preview-buttons-review {
    display: inline-block;
    margin: 0 10px 0 10px;
    color: #00141E;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 1px 1px 3px #7F898E66;
    border: 1px solid #CCD0D2;
    max-height: 38px;
}

.review-button-icon {
    margin-left: 10px;
    vertical-align: 1px;
}

.btn-preview-text-review {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.button-preview-review {
    width: 100%;
}

.fa-preview-icon-review {
    display: inline-block;
}

.preview-body {
    font-family: 'Open Sans';
    text-align: left;
    font-size: 16px;
    padding: 12px 2px 6px 2px;
    color: #00141E !important;
}

.preview-image {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.preview-collapse {
    border-top: 1px solid #cccbc3;
    border-left: 1px solid #cccbc3;
    border-right: 1px solid #cccbc3;
}

.preview-link, a.preview-link:link, a.preview-link:hover {
    color: #82806F !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    text-decoration: none;
}

.preview-link-container {
    text-align: center;
    width: 100%;
    padding-bottom: 2px;
}

.approximation-text {
    width: 98%;
    border-bottom: 1px solid #cccbc3;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-right: 6px;
}

.timer-block {
    /*margin-left: 13px;*/
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    margin-top: 5px;
    min-height: 14px;
}

.price-block {
    text-align: center;
    font-size: 13px;
    width: 100%;
    z-index: 6000;
}

.time-left-expired {
    font-size: 11px;
}

.user-menu {
    background-color: #fff;
    /*border-bottom: 1px solid #626262;*/
    border-top: 1px solid #626262;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* SM */
@media (max-width: 576px) {


    .obitWriterRight {
        display: none;
    }

    .obit-writer-dialog {
        max-width: 350px;
        height: 1000px;
    }

    .avg-package-cost-dialog {
        max-width: 350px;
        height: 1000px;
    }

    .cart-subhead {
        font-size: 20px;
    }

    .login-card {
        max-width: 360px;
        padding: 10px;
        margin: auto;
    }

    .ifPaymentForm, #ifPaymentForm {
        width: 100%;
        /*  min-height: 925px;*/
    }

    #spanTimer i {
        font-size: 12px;
        margin-left: 5px;
        vertical-align: baseline;
    }

    .dropdown-item {
        padding-left: 3px;
    }

    .pass-link {
        margin-right: 25px;
    }

    .confirmation-print {
        font-size: 12px;
    }

    .payment-preview {
        margin-top: 500px;
    }

    .assets-data-table {
        margin-left: -15px;
    }

    .nav-hamburger {
        /* margin-left: auto;*/
    }

    .table.dataTable {
        margin-left: 14px;
    }

    .table-order-history th {
        min-width: 80px;
    }

    .card-body {
        padding: 0px;
    }

    h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .container-main {
        padding: 0px;
        margin: 0px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .time-left {
        font-size: 10px;
        display: inline;
        line-height: 1;
    }

    .time-left-red {
        font-size: 10px;
        display: inline;
        line-height: 1;
    }

    #mainCard .main-card-height {
        border-radius: 0px;
        border: 0px solid #fff;
        box-shadow: 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 #fff;
    }

    .timer-block {
        font-size: 8px;
        width: auto;
    }
}

@media (max-width: 380px) {
    .btn-cancel {
        width: 200px;
    }
}

@media (min-width: 576px) {

    /* .fielded-input-div {
            max-width: 468px !important;
        }*/

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    font-face.preview-icon {
        margin-top: 1px;
    }

    .time-left {
        color: #00141E;
    }

    .upsell {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .preview-icon {
        margin-top: -6px;
    }


    .login-card {
        max-width: 440px;
        padding: 10px;
        margin: auto;
    }

    .list-inline {
        margin-top: 0px;
    }

    .table-responsive {
        overflow-x: initial;
        padding: 0 10px 0 10px;
    }

    .marketplace-image {
        padding-left: 0px;
        padding-right: 0px;
    }

    #page-body {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .btn-spell-check {
        display: flex;
        float: right;
    }

    .control-spinner {
        display: none;
        font-size: 24px;
    }

    .demo-header {
        display: block;
    }

    .status-block {
    }

    .btn-preview-text {
        display: none;
    }

    /* Bootstrap Overrides */

    .container {
        padding-right: 5px;
        padding-left: 5px;
        min-width: 1px;
    }

    .time-left-help .fa-question-circle {
        font-size: 10px;
    }

    .timer-block {
        width: 350px;
        margin: auto;
    }

    .price-block {
    }
}

p {
    font-size: 16px;
    font-family: 'Open Sans';
}

select {
    font-family: 'Open Sans';
    font-size: 16px;
}

.wr-height-adj {
    height: 38px !important;
}

.margin-fix {
    margin: 0 0.375rem 0.375rem 0.375rem !important;
}

/* Sliding Preview */

.card-body {
    position: relative
}

.obit-sliding-content {
    /*width: 230px !important;*/
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1025;
    margin-top: 10px;
    padding-left: 20px;
}

body {
    font-size: 16px;
    margin-top: 80px;
    background-color: #00141E;
}

h1, h2 {
    font-family: 'Open Sans';
    color: #00141E;
    font-size: 22px;
}

h3, h4, h5, h6 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #00141E;
}

h1, .card-body h1, .box-wrap h1 {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Open Sans';
}

h2 {
    font-size: 16px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #00141E;
}

h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
}

h2 {
    font-family: 'Open Sans';
    -webkit-font-smoothing: none !important;
    font-weight: 900;
    color: #00141E;
    font-size: 16px;
    margin: auto !important;
    margin-left: 15px;
}

.fa-site-icons {
    font-size: 25px;
}

.container-menu {
    text-align: right;
    margin: 0 auto;
    /*max-width: 576px;*/
    height: 60px;
}

.user-menu {
    margin: 0 auto;
    width: 100%;
}

.row-prev-next {
    margin-top: 35px;
}

.temp-footer {
    display: block;
}

.card-body {
    padding: 16px;
}

.cat-container {
    font-size: 16px;
}

.packages-container {
    font-size: 14px;
}

.footer {
    display: block;
}

.mobile-footer {
}

.customer-header-navbar {
    display: block;
}

.toolbar-navbar {
    margin-top: 320px;
}

select {
    font-family: 'Open Sans';
    color: #4d4d4d;
}

#page-body {
    padding-top: 70px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-left, .nav-right {
    width: 50%;
}

.preview-modal, .mobile-cart-hide {
    display: block;
}

/* We Remember */

.weremember-add-email {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
}

.navbar {
    height: 60px;
}

@media (max-width: 576px) {
    .timer-block {
        margin-top: 3px;
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .btn-fix, .btn-preview-text {
        display: none;
    }

    #divCategoryies {
        padding-top: 15px;
    }

    .cart-icon {
    }

    .fa-save-nav {
        vertical-align: 1px;
    }

    .fa-prev-nav {
        vertical-align: 1px;
    }

    .review-button-icon {
        margin-left: 0px;
        width: 26px;
    }

    .modal-content .btn-memoriams-light {
        width: 50%;
    }

    .nav-hamburger {
        /*width: 40px;
        padding-right: 5px;*/
    }

    .fa-preview-icon {
        margin-left: -3px;
        margin-top: 3px;
    }

    btn-preview {
        width: 45px;
    }

    .btn-order-history {
        width: auto !important;
        margin: 6px 0px 0px 0px;
    }
}


@media (max-width: 600px) {

    .icons-name {
        font-size: 16px;
    }

    .use-this-obit-sm {
        margin: 15px 20px 0 20px;
    }

    .cancel-obit-sm {
        margin: 0 0 0 -10px;
        padding:0;
    }

    .generate-obit-sm {
        margin: 0 22px 0 0;
    }
    /*        #btnBreadCrumb_0 {
            padding-top: 3px;
        }*/

    /*        .form-control {
            display: block;
            width: 95%;
            height: calc(1.75rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: .8rem;
            line-height: 1.5;
            color: #495057;
            background-color: #F2F3F4;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }*/

    .control-label {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    .ifPaymentForm, #ifPaymentForm {
        width: 100%;
        /*            min-height: 989px;
*/
    }

    .fa-question-circle {
        font-size: 14px;
    }

    /*        .HJReview {
            margin: 0 auto;
        }

*/ .photo-margin {
    }

    .breadcrumb {
        font-size: 12px;
    }

    /*mike jacking with styles*/

    .breadcrumb-active {
        padding: 5px;
        font-size: smaller;
        font-weight: bolder;
    }

    .breadcrumb-visited {
        padding: 1px;
        cursor: pointer;
    }

    .breadcrumb-not-visited {
        padding: 5px;
        font-size: smaller;
        font-style: italic;
    }

    .navbar .dropdown-menu form {
        width: 17rem;
    }

    .package-outer {
        max-width: 100%;
    }

    .btn-memoriams-light {
        max-width: 100%
    }

    .btn-save {
        width: 100% !important;
    }

    .card-body h1 {
        color: #00141E;
        font-size: 22px;
        font-weight: 800;
        font-family: 'Open Sans';
    }

    .box-wrap h1 {
        color: #00141E;
        font-size: 22px;
        font-weight: 800;
        font-family: 'Open Sans';
    }

    .btn-fix, .btn-preview-text {
        display: none;
    }

    .fa-save-nav {
        vertical-align: 2px;
    }


    .fa-prev-nav {
        vertical-align: 2px;
    }

    .navbar {
        position: fixed !important;
        padding: 0;
        display: block;
        width: 100%;
        z-index: 1030;
        background-color: #fff;
    }

    .btn-nav {
        max-width: 100%;
    }

    .demo-logo-image {
        margin-top: 10px;
        width: 200px;
    }

    .demo-header {
        /*overflow: hidden;*/
        /*height: 50px;*/
        /* background-image: url(/Content/mem-demo.png); */
        background-size: cover;
        width: 100%;
        /* display: none; */
    }

    .network-header {
        background-size: cover;
        width: 100%;
    }

    #page-body {
        padding-bottom: 10px;
        /*padding-top: 10px;*/
    }

    .site-menu-right {
        float: none;
    }


    .site-menu-left {
    }

    .site-menu-right {
    }

    .btn-preview {
        width: 40px;
        margin: 0 !important;
    }

    .btn-preview-text {
        display: none;
    }

    .btn-memoriams-outline {
        background-color: #fff;
        color: #4d4d4d !important;
        font-family: 'Open Sans';
        border-radius: 5px !important;
        font-weight: 600;
        margin-top: 2px;
    }

    input#mySlider.slider1 {
        width: 80%;
        display: none;
    }

    .slim-editor-utils-group {
        padding: 0 0 0 0 !important;
    }

    .nav-user {
        width: 160px;
        padding-top: 0px;
        display: none;
    }

    .navbar-username {
        font-size: 16px;
    }

    .nav-cart {
        width: 30px;
        margin-right: 15px;
    }

    .fielded-label-div {
        font-family: 'Open Sans', sans-serif;
    }

    .approximation-text {
        width: 94%;
        border-bottom: 1px solid #cccbc3;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 12px;
    }

    .red-circle {
        /*width: 25px;
            height: 25px;
            border-radius: 25px;
            line-height: 22px;*/
        font-size: 10px;
        margin-left: 18px;
    }

    .drop-year {
        width: 96px;
    }

    .state-width {
        width: 67px;
    }

    .tnc {
        text-align: center;
    }

    #sopPaymentForm {
        width: 100%;
    }

    .SOPForm {
        width: 100%;
    }


    .sopLabel {
        display: inline-block;
        width: 100% !important;
        font-family: 'Open Sans', sans-serif;
    }

    .card-body-fix {
        padding: .5rem !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 600px) {

    .container-menu {
        margin: 0 auto;
        /*margin: 0px 6px 0 6px;*/
        height: 60px;
        display: block;
    }

    .site-menu-left {
    }

    .site-menu-center {
    }

    .site-menu-right {
    }

    .mobile-phone {
        display: none;
    }

    .navbar .dropdown-menu form {
        width: 22rem;
    }
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
    color: rgba(0, 0, 0, 0.3);
}

.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("https://fd.memoriams.com/otfiles/Papers/0/Icons/Hamburger Menu.svg");
    cursor: pointer;
    vertical-align: 3px;
}

.navbar-toggler-icon {
    width: 24px;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #00141E;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
    .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(0, 0, 0, 0.1);
    color: #00141E;
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}

    .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
    .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
        color: #00141E;
    }

.navbar.navbar-light form .md-form input {
    border-bottom: 1px solid #00141E;
}

    .navbar.navbar-light form .md-form input:focus:not([readonly]) {
        border-color: #4285f4;
    }

.navbar.navbar-light form .md-form .form-control {
    color: #00141E;
}

    .navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
        color: #00141E;
        font-weight: 300;
    }

    .navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
        color: #00141E;
        font-weight: 300;
    }

    .navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
        color: #00141E;
        font-weight: 300;
    }

    .navbar.navbar-light form .md-form .form-control::placeholder {
        color: #00141E;
        font-weight: 300;
    }

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
    color: rgba(255, 255, 255, 0.25);
}

    .navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
        color: rgba(255, 255, 255, 0.25);
    }

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("https://fd.memoriams.com/otfiles/Papers/0/Icons/Hamburger Menu.svg");
    cursor: pointer;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

    .navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
}

    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
        color: #fff;
    }

.navbar.navbar-dark .navbar-toggler {
    color: #fff;
}

.navbar.navbar-dark form .md-form input {
    border-bottom: 1px solid #fff;
}

    .navbar.navbar-dark form .md-form input:focus:not([readonly]) {
        border-color: #4285f4;
    }

.navbar.navbar-dark form .md-form .form-control {
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.navbar.navbar-dark form .md-form .form-control::placeholder {
    color: #fff;
    font-weight: 300;
}

.ifPaymentForm {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: White;
    margin: 0 auto;
}

#sopPaymentDetails {
    width: 100%;
}

.validation-summary-errors ul {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.hideMe {
    display: none;
}



@media (max-width: 848px) {
    .dropdown-menu.show {
        max-width: 100%;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 100%;
    }
}
/* MD - iPad and Tablets - Portrait */

@media (max-width: 768px) {
    .breadcrumb-container {
        display: none;
    }

    .confirmation-print {
        font-size: 14px;
    }

    .ifPaymentForm, #ifPaymentForm {
        width: 100%;
    }

    .btn-preview {
        width: 40px;
    }

    .fa-preview-icons {
        font-size: 18px !important;
        margin: 0 3px 0 1px !important;
    }

    .obit-siding-content {
        height: auto;
    }

    .preview-buttons-container {
        padding-top: 1px;
    }

    .main-card-height {
        height: auto;
        min-height: auto;
    }

    .fielded-label-div {
        font-size: 16px;
        text-align: left;
        padding-left: 0px;
    }

    .btn-next {
        width: 100%;
    }

    .mb-auto {
        box-shadow: none;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
    }

    .container-fluid {
        padding: 0px;
    }

    .index-card {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #mainCard {
        padding: 0px;
    }

    .row-prev-next {
        margin-top: 0px;
    }

    #divCantFindPaper {
        margin-bottom: 15px;
    }

    .row-prev-next {
        margin-bottom: 15px;
    }

    #divDetails .fielded-textbox {
        height: 40px;
    }

    .fielded-input-div .form-control {
        height: 40px;
    }

    #divCategoryPackage .btn-next {
        width: 100%;
    }

    .stepCircle {
        display: none;
    }

    .crumbDivider1 {
        display: none;
    }

    .crumbDivider2 {
        display: block;
        margin-right: 10px;
    }

    #btnBreadCrumb_1 .crumbDivider {
        margin-left: 10px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: 'fontAwesome';
        content: "\002F" !important;
        padding-right: 0.16rem;
        font-size: 16px;
        font-weight: bold;
        color: #b1afa4;
        visibility: visible !important;
    }

    #btnBreadCrumb_1 {
        width: auto;
        padding: 0px;
        margin-left: 10px;
    }

    .nav-hamburger {
        /* width: 40px;
        padding-right: 8px;
        margin-top: auto;
        margin-bottom: auto;*/
    }

    .reg-card {
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
        border-radius: 0px;
        border: 0px;
    }
}

@media (min-width: 768px) {

    /*   .fielded-input-div {
        max-width: 420px !important;
    }
    */
    .timer-block {
    }

    .preview-body {
        font-size: 14px;
        line-height: 1.25;
    }

    .container::after max-width

    .status-block {
    }

    .mobile-ipad {
        display: block;
    }
    /*    .packages-container {
        padding-right: 24px;
        padding-bottom:0px;
    }
*/
    .container-menu {
        text-align: right;
        height: 60px;
        margin: auto;
    }

    .user-menu {
        margin: 0 auto;
        width: 100%;
    }

    .obit-sliding-preview {
        width: auto;
        position: sticky;
        top: 150px;
        padding-bottom: 25px;
    }

    .obit-sliding-content {
        width: auto;
        overflow: hidden;
    }

    .gradient-preview {
        width: 235px;
        height: 50px;
    }

    .paymentNote {
        max-width: 50%;
    }

    .breadcrumb-item {
        display: list-item;
    }

    .crumbDivider2 {
        display: none;
    }

    .crumbDivider {
        width: 60px;
        height: 1px;
        border-top: 1px dashed rgba(255, 255, 255, 0.75);
        /* border-bottom: 1px solid #CCD0D2;*/
        /*float:right;*/
        margin-top: -25px;
        margin-left: 90px;
    }

    .crumbName {
        margin: 33px auto 15px auto;
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
}

@media (min-width: 769px) {

    .breadcrumb-item {
        width: 120px;
    }
}

@media (max-width: 500px) {
    .fielded-input-div input {
        width: 100% !important;
    }

    .fielded-input-div select {
        width: 100% !important;
    }

    .custom-field {
        width: 100% !important;
    }
}
/* iPad and Tablets - Landscape */

@media (max-width: 992px) {
    .preview-headline {
        font-size: 12px;
    }

    .btn-nav {
        max-width: 100%;
    }

    .container-main {
        padding-left: 1px;
        padding-right: 1px;
        margin-left: 1px;
        margin-right: 1px;
        max-width: 100%;
    }

    #divCategoryPackage .btn-fix {
        display: inline-block;
    }

    #divCategoryPackage .btn-next {
        width: 100%;
    }

    container-menu {
        width: 100%;
        width: 960px;
    }

    .site-menu-left {
    }

    .site-menu-right {
    }

    .nav-left {
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .btn-payment-primary, .btn-payment {
        margin: 3px;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
        min-width: 1px;
    }

    h1.placeObitHeader {
        color: #00141E;
        font-family: 'Open Sans';
        font-weight: 800 !important;
        line-height: 32px;
        text-align: center;
    }

    .time-left {
        font-size: 14px;
    }

    .main .container {
        max-width: 960px;
        min-width: 0px;
    }

    .timer-block {
        width: 400px;
    }

    .legacy-example {
        margin-top: -20px;
    }

    .btn-preview-text {
        display: inline-block;
        vertical-align: middle;
    }

    .status-block {
    }

    .nav-preview {
        margin-left: 20px;
    }

    .btn-next {
        width: 200px;
    }

    .mobile-ipad {
        display: none;
    }

    .preview-icon {
        margin-top: -5px;
    }

    .container-menu {
        text-align: right;
        margin: 0 auto !important;
        max-width: 960px;
        height: 60px;
    }

    .gradient-preview {
        width: 285px;
        height: 50px;
    }

    .user-menu {
        margin: 0 auto;
        width: 100%;
    }

    .preview-body {
        font-size: 16px;
        line-height: 1.5;
    }

    .btn-order-history {
        min-width: 100px;
    }

    .crumbDivider {
        width: 70px;
        margin-left: 95px;
    }

    .breadcrumb-item {
        width: 135px;
        text-decoration: none;
        text-align: center;
    }
}
/* Large - Desktop Screens */

@media (max-width: 1200px) {
    .preview-headline {
        font-size: 18px;
        padding-top: 4px;
    }

    .btn-order-history .btn-fix {
        display: none;
    }

    .btn-order-history {
        margin-right: 3px;
    }

    .fa-preview-icons {
        font-size: 17px !important;
        margin: 0 4px 0 4px;
    }

    .payment-preview {
        margin-top: 450px;
    }

    .preview-buttons-container {
        padding-top: 0px;
    }
    /*.breadcrumb-item {
            width:150px;
        }*/
    /*        .crumbDivider {
            width: 95px;
            margin-left: 100px;
        }
*/ /*#btnBreadCrumb_1 {
            width: 10px;
            padding-right: 95px;
            margin-left: 30px;
        }
        #btnBreadCrumb_1 .crumbDivider {
                margin-left: 47px;
        }*/

}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .buttonsRow .row {
        margin-left: 5px;
        margin-right: 5px;
    }

    .timer-block {
        width: 500px;
    }

        .timer-block a {
            font-size: 12px;
        }

    .preview-image h2 {
        color: #00141E;
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
    }

    .card-body h1 {
        color: #00141E;
        font-family: 'Open Sans';
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 32px;
    }

    .box-wrap h1 {
        color: #00141E;
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 32px;
    }

    h1 .modal {
        overflow-y: auto;
    }

    h1 {
        color: #00141E;
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 32px;
    }

    card-body {
        /*background: linear-gradient(180deg, #006699 0%, #001824 100%);*/
        padding: 1.25rem;
    }

    .fa-quesiton-circle {
        font-size: 13px;
        vertical-align: 3px;
    }

    .row-prev-next {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .preview-header {
        padding: 20px .5rem 10px;
        border-bottom: 1px solid Gray;
        font-family: 'Open Sans';
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    .obit-sliding-preview {
        width: 350px !important;
        position: sticky;
        top: 150px;
        padding-bottom: 25px;
        margin-top: 8px;
        margin-left: -5px;
        height: 900px;
    }

    .obit-sliding-content {
        width: 340px !important;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .obit-sliding-overlay {
        width: 340px;
        z-index: 1029;
        transition: opacity 0.15s linear;
    }
    /*    .center-preview {
        overflow-y: scroll;
        height: 50%;
        min-height: 75%
    }
*/
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-menu {
        text-align: right;
        margin: 0 auto !important;
        max-width: 1130px;
        height: 60px;
        width: 100%;
    }

    .user-menu {
        margin: 0 auto;
        width: 100%;
    }

    .btn-nav {
        margin: 0 20px 0 20px;
        display: inline-block;
        font-size: 18px !important;
        font-weight: bold !important;
        border-radius: 35px !important;
        height: 64px;
        width: 200px;
        padding: 0px 0px !important;
        margin: 0 0px !important;
        line-height: 48px;
    }

    .breadcrumb-item {
        width: 165px;
        text-decoration: none;
        text-align: center;
    }

    .crumbDivider {
        width: 90px;
        margin-left: 115px;
    }
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* padding: 0.84rem 1.5rem;*/
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin: 0.375rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 5px;
    background-color: #ffffff;
    white-space: normal;
    word-wrap: break-word;
    color: #00141E;
}

.btn-preview {
    border-radius: 35px !important;
    border: 1px solid #CCD0D2 !important;
    box-shadow: revert;
}

    .btn-preview:hover {
        border-radius: 35px !important;
        border: 2px solid #00141E !important;
    }

.btn:hover, .btn:active, .btn:focus {
    /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
    /* outline: 0;*/
}

/*    .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

*/ .btn .fa {
    position: relative;
    font-size: 18px;
}

    .btn .fa.right {
        margin-left: 0.3rem;
    }

    .btn .fa.left {
        margin-right: 0.3rem;
    }

.btn.btn-lg {
    padding: 1rem 2.4rem;
    font-size: 18px;
}

    .btn.btn-lg .fa {
        font-size: 18px;
    }

.btn.btn-md {
    padding: 0.7rem 1.6rem;
    font-size: 18px;
}

    .btn.btn-md .fa {
        font-size: 18px;
    }

.btn.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: 18px;
}

    .btn.btn-sm .fa {
        font-size: 18px;
    }

.btn.btn-tb {
    padding: 0.3rem 1rem;
}

.btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-block {
    margin: inherit;
}

.btn.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
    }

.btn[class*="btn-outline-"], .btn[class*="btn-fill-"] {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-decoration: none;
}

    .btn[class*="btn-outline-"].btn-lg {
        padding-top: 0.88rem;
        padding-bottom: 0.88rem;
    }

    .btn[class*="btn-outline-"].btn-md {
        padding-top: 0.58rem;
        padding-bottom: 0.58rem;
    }

    .btn[class*="btn-outline-"].btn-sm {
        padding-top: 0.38rem;
        padding-bottom: 0.38rem;
    }

.btn-fill-blue {
    background-color: #1F99D8;
    color: #fff;
}
.btn-fill-danger {
    background-color: #E26C6D;
    color: #fff;
}

    .btn-fill-blue:hover, .btn-fill-danger:hover {
        background-color: #156D9D;
        color: #fff;
    }

.btn-memoriams-light {
    color: #00141E;
    font-family: 'Open Sans';
    font-weight: bold;
    height: 40px;
    width: 272px;
    text-align: center;
    margin: auto;
    box-shadow: 0 2px 3px -2px rgba(0,20,30,0.4);
    height: 40px;
    border: 0.5px solid #CCD0D2;
    border-radius: 5px;
    background-color: #fff;
}

    .btn-memoriams-light:hover {
        background-color: #F2F3F4;
    }

    .btn-memoriams-light:active {
        background-color: green;
    }

    .btn-memoriams-light:visited {
        background-color: green;
    }

    /*
        .btn-memoriams-light:focus, .btn-memoriams-light.focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

*/ .btn-memoriams-light:focus, .btn-memoriams-light:active, .btn-memoriams-light.active {
        background-color: #F2F3F4;
    }

    .btn-memoriams-light.dropdown-toggle {
        background-color: rgb(180 149 97);
    }

        .btn-memoriams-light.dropdown-toggle:hover, .btn-memoriams-light.dropdown-toggle:focus {
            background-color: rgb(89 74 48);
        }

    .btn-memoriams-light:not([disabled]):not(.disabled):active, .btn-memoriams-light:not([disabled]):not(.disabled).active,
    .show > .btn-memoriams-light.dropdown-toggle {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #6ba410 !important;
    }

        .btn-memoriams-light:not([disabled]):not(.disabled):active:focus, .btn-memoriams-light:not([disabled]):not(.disabled).active:focus,
        .show > .btn-memoriams-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

.btn-prev {
    background-color: #ffffff;
}

.btn-second {
    background-color: #ffffff;
}
/*
.cancel .btn-fix, .cancel .icon-fix {
    color: #00141E;
}

.cancel:hover .btn-fix:hover, .cancel:hover .icon-fix:hover {
    color: #B49561;
}*/

.btn-payment {
    font-family: 'Open Sans';
    font-size: 14px;
    width: 240px;
    height: auto;
    font-weight: 600;
    border-radius: 35px;
    color: #404F57;
    border: 1px solid #CCD0D2;
    box-shadow: 0px 0px 0px #CCD0D2;
    background: #ffffff;
    text-decoration: none;
    margin: 8px 0px 8px 0px;
}

.btn-paymentCopy {
    color: #00141E;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
    border: 2px solid #00141E;
}


.btn-payment:hover {
    background-color: #ffffff;
    color: #00141E !important;
    border: 2px solid #00141E;
    box-shadow: 0px 0px 0px #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}

/*.btn-payment:focus, .btn-payment.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-payment:focus, .btn-payment:active, .btn-payment.active {
    background-color: #7F898E;
}
*/
.btn-payment.dropdown-toggle {
    background-color: #7F898E !important;
}

    .btn-payment.dropdown-toggle:hover, .btn-payment.dropdown-toggle:focus {
        background-color: #7F898E !important;
    }

.btn-payment:not([disabled]):not(.disabled):active, .btn-payment:not([disabled]):not(.disabled).active,
.show > .btn-payment.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #7F898E !important;
    background-color: #CCD0D2 !important;
}

    .btn-payment:not([disabled]):not(.disabled):active:focus, .btn-payment:not([disabled]):not(.disabled).active:focus,
    .show > .btn-payment.dropdown-toggle:focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-payment-primary {
    background-color: #B49561 !important;
    color: #fff !important;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 0.375rem 0 !important;
    width: 100%;
    box-shadow: 0 4px 4px -2px rgb(0 20 30 / 20%);
    font-weight: 600;
    height: auto;
    border-radius: 35px;
    margin: 0px 0px 5px 0px;
}

    .btn-payment-primary:hover {
        background-color: #C7B089;
    }

    .btn-payment-primary:focus, .btn-payment-primary.focus {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .btn-payment-primary:focus, .btn-payment-primary:active, .btn-payment-primary.active {
        background-color: #C7B089;
    }

    .btn-payment-primary.dropdown-toggle {
        background-color: #C7B089 !important;
    }

        .btn-payment-primary.dropdown-toggle:hover, .btn-payment-primary.dropdown-toggle:focus {
            background-color: #C7B089 !important;
        }

    .btn-payment-primary:not([disabled]):not(.disabled):active, .btn-payment-primary:not([disabled]):not(.disabled).active,
    .show > .btn-payment-primary.dropdown-toggle {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #C7B089 !important;
        background-color: #D9CAB0 !important;
    }

        .btn-payment-primary:not([disabled]):not(.disabled):active:focus, .btn-payment-primary:not([disabled]):not(.disabled).active:focus,
        .show > .btn-payment-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

.btn-edit, .btn-edit a {
    color: #00141E;
    text-decoration: none;
}
/* ------------ Buttons on payment page */

.btn-edit {
}

    .btn-edit, .btn-edit a {
        color: #00141E;
        text-decoration: none;
        width: 240px;
    }

.btn-more {
    margin-right: 0px;
    margin-left: auto;
}

.btn-ellipsis {
    margin-left: 2px;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 5px;
    border-radius: 35px;
    width: 35px;
}

@media (max-width: 576px) {
    .btn-edit, .btn-edit a {
        color: #00141E;
        text-decoration: none;
        width: 80%;
    }

    .explabel {
        margin-right: 25px;
    }
}

.navbar form .md-form input {
    margin: 0 5px 1px 8px;
}

.navbar .breadcrumb {
    margin: 0;
    padding: 0.3rem 0 0 1rem;
    background-color: inherit;
    font-size: 16px;
    font-weight: bold;
}

.navbar .breadcrumb .breadcrumb-item {
    color: #ffffff;
}

.navbar .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.navbar .breadcrumb .breadcrumb-item:before {
    color: #ffffff;
}

.btn-ppn, .btn-primary a {
    color: #ffffff;
    background: #00141E;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
    min-width: 120px;
}

.btn-register-login {
    font-size: 18px !important;
    font-weight: bold !important;
    min-width: 0px;
    height: 45px;
    padding-top: 8px;
    margin-left: 9px;
}

.btn-create-account {
    font-size: 18px !important;
    font-weight: bold !important;
    width: 225px;
    color: #ffffff !important;
}

.create-account {
    padding: 0px 35px;
}

.terms-conditions h3 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
}

.terms-conditions .page-instruction {
    margin-left: 0px;
}

.show-password-link {
    margin-bottom: 10px;
}

.btn-login {
    width: 150px;
}

.btn-next, .btn-primary a {
    color: #ffffff;
    background: #00141E;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
}

.btn-prev, .btn-primary a {
    color: #404F57;
    background: #ffffff;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
    border: 1px solid #CCD0D2;
}

.btn-second, .btn-primary a {
    color: #404F57;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
    border: 1px solid #CCD0D2;
    min-width: 120px;
}

.btn-later, .btn-primary a {
    color: #404F57;
    background: #ffffff;
    padding: 20px 10px 20px 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 35px;
    height: 64px;
    align-content: center;
    border: 1px solid #CCD0D2;
}

.required-red-asterisk::before {
    content: "*";
    color: red;
    margin-right: 2px;
}

h2.card-header{
    font-size: 20px;
}

.gray-c{
    color:#ccc;
}

.btn-full {
    line-height: .5;
    height: 48px;
    width: 100%;
    padding: 15px 5px;
}

.btn-border {
    border: 1px solid #CCD0D2;
}

.box-message {
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    margin: -15px;
    border-radius: 0px 0px 20px 20px;
}

    .box-message.warning {
        background-color: #F9F6C0;
    }

    .btn-next-index .btn-fix {
        display: inline-block;
    }

.btn-prev:hover, .btn-later:hover, .btn-primary:hover a:hover {
    background-color: #ffffff;
    color: #00141E !important;
    border: 2px solid #00141E;
    box-shadow: 0px 0px 0px #fff;
}

.btn-second:hover, .btn-later:hover, .btn-primary:hover a:hover {
    background-color: #ffffff;
    color: #00141E !important;
    border: 2px solid #00141E;
    box-shadow: 0px 0px 0px #fff;
}

.btn-next:hover, .btn-ppn:hover, .btn-primary:hover {
    background-color: #B49561;
    color: #ffffff;
    box-shadow: 0px 0px 0px #fff;
}

.btn-nav {
    box-shadow: unset;
}

#spnLogin a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    height: 48px;
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
    min-width: 97px;
    padding: 10px;
}


.detailsPackage .package-outer {
    padding: 0px 0px 0px 5px;
    width: auto;
    zoom: .9;
}

.detailsPackage .card-body {
    padding-top: 2px;
}

.accordion-toggle {
    margin-left: 15px;
}
/*mike jacking with styles*/
.navbar .navbar-toggler {
    outline: 0;
    border-width: 0;
}

.navbar .nav-flex-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 1024px) {

    .preview-headline {
        font-size: 18px;
    }

    .fa-preview-icons {
        font-size: 16px !important;
        margin: 0 4px 0 4px;
    }

    .preview-buttons-container {
        padding-top: 0px;
    }
}


.navbar .menu-items {
    background-color: #fff;
    width: 280px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    display: none;
    min-height: 100px;
    position: absolute;
    margin-top: 10px;
    right: -20px;
    top: 50px;
    font-size: 18px;
}

.navbar .menu-items .email-item {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.navbar .menu-items .link-item {
    text-align: left;
    margin: 2px 0px;
    padding: 12px;
    border-radius: 10px;
    color: #000;
}

.navbar a {
    text-decoration: none;
    color: #000;
}

.navbar .menu-items .fas {
    margin-right: 15px;
    font-size: 20px;
}

.navbar .menu-items .link-item:hover {
    background-color: #e5f5ff;
}

@media (max-width: 992px) {

    .btn-spell-check {
        display: none;
    }

    h1.placeObitHeader {
        font-size: 24px;
    }

    .navbar .container {
        width: 100%;
    }

    .navbar .container .navbar-toggler-right {
        right: 0;
    }

    .navbar .nav-item .nav-link {
        display: block;
    }

    .navbar .nav-item .nav-link.disabled:active {
        pointer-events: none;
    }

    .navbar .nav-item .nav-link .fa {
        padding-right: 3px;
        padding-left: 3px;
    }

    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px;
    }

    .btn-preview {
        width: 40px;
        margin-top: 0px;
    }

    .navbar .nav-hamburger .fa-user {
        display: none;
    }

    .navbar .menu-items {
        right: 5px;
    }
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
}

    .navbar .dropdown-menu a {
        padding: 10px;
        font-size: 18px;
        font-weight: 300;
        color: #00141E !important;
    }

.btn-order-history {
    vertical-align: top;
    padding: 0.375rem 0 !important;
    color: #00141E !important;
    border: 0.5px solid #CCD0D2;
    box-shadow: 0 4px 4px -2px rgb(0 20 30 / 20%);
    background-color: #F2F3F4;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: #B49561 !important;
    color: #fff !important;
    font-family: 'Open Sans';
    max-width: 100px;
    box-shadow: 0 4px 4px -2px rgb(0 20 30 / 20%);
    font-weight: 600;
    height: 35px;
    min-width: 35px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #00141E;
    text-decoration: none;
    background-color: #F0EADF;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn {
    padding: 0.5rem 1.0rem;
    margin: 0.375rem;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.no-shadow {
    box-shadow: none;
    border: none;
}

.attachment-terms-section {
}

.attachment-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.attachment-filename {
    margin: 10px 0px 10px 4px;
    display: inline-block;
    width: 83%;
}

.attachment-approval {
    width: 100%;
    text-align: center;
}

.attachment-delete {
    display: inline-block;
    text-align: right;
    width: 14%;
    vertical-align: top;
    padding-top: 10px;
}

.attachment-btn-container {
    text-align: center;
    margin-top: 15px;
}

.fa-file, .fa-trash-alt {
    font-size: 16px;
    text-decoration: none;
}

.required-spacer {
    width: 11px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    padding-top: 15px;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.filter-option-inner-inner {
    color: black;
}

.bs-placeholder {
    border: 0px;
    background-color: #F8F9FA;
    border-radius: 5px;
}

.reg-inner {
    box-shadow: 0px 0px 0px #fff;
    border: 0px solid #00141E;
}

.reg-inner {
    font-weight: 600;
}

    .reg-inner .control-label {
        font-weight: 700 !important;
    }

.hidden {
    display: none;
}

.btn-memoriams-light:not([disabled]):not(.disabled):active, .btn-memoriams-light:not([disabled]):not(.disabled).active, .show > .btn-memoriams-light.dropdown-toggle {
    border-radius: 5px;
    background-color: rgb(0 20 30) !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 0 0 #00141E;
}

.btn-memoriams:not([disabled]):not(.disabled):active, .btn-memoriams:not([disabled]):not(.disabled).active, .show > .btn-memoriams.dropdown-toggle {
    border-radius: 5px;
    background-color: #B49561 !important;
    color: #fff !important;
    font-weight: 600;
}

.paper-package-logo {
    display: block;
    max-width: 250px;
    max-height: 125px;
    width: auto;
    height: auto;
    margin: auto;
}

.preview-logo {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto;
}

#divCategoryPackage {
    padding-top: 15px;
}

#divText {
    padding-left: 15px;
}

#divHomePageHeader {
    padding-bottom: 8px;
}

.header-menu {
    margin-left: 10px;
}

.icons-card {
    margin-bottom: 15px;
    box-shadow: 0 0 0 #00141E;
}

.sopLabel {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Open Sans'
}

#sopCCImages .fab {
    font-size: 24px;
    line-height: .2;
}

#sopPaymentForm .form-control {
    background-color: #F2F3F4;
    color: #495057;
    width: 100%;
    margin-bottom: 5px;
    min-width: 70px;
}

.fielded-label-div, .LoginList label {
    font-weight: bold;
}

h3.placeObitSubHeader {
    color: #00141E;
    font-family: "Open Sans";
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: 0px 0px;
}

#divAdvancedSearch .dropdown-toggle {
    margin: 0px;
}

.payment-grid {
    padding: 0px;
    font-size: 14px;
}

.payment-grid-cell-label, .history-grid-cell-label {
    /* border: 1px solid #ccc;*/
    border-collapse: separate;
    border-spacing: 0px;
    padding: 5px;
    font-weight: bold;
}


.payment-grid-cell-data, .history-grid-cell-data {
    /* border: 1px solid #ccc;*/
    border-collapse: separate;
    border-spacing: 0px;
    padding: 5px;
}

    .payment-grid-cell-data:not(:last-of-type), .history-grid-cell-data:not(:last-of-type) {
        border-right: none;
        border-bottom: none;
    }

.payment-grid-row, .history-grid-row {
    background-color: white !important;
    margin: auto;
}

.oh-header {
    background-color: #ffffff;
    color: #00141E;
}

#spnAcceptTermsText {
    font-weight: normal;
}

.CfpHeader {
    text-align: center;
    font-weight: bolder;
}

button#rbtn_Drafts, button#rbtn_Orders {
    color: #00141E;
}

a.navbar-toggle {
    text-decoration: none;
    color: #00141E;
    margin-left: -3px;
}

.CfpBodyTop {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.CfpBody {
    text-align: center;
    margin-bottom: 5px;
}

.btn-ppn .fa.fa-search-plus {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.btn-ppn .fa-print {
    color: #fff;
    margin-right: 3px;
    font-size: 20px;
}

hr {
    display: none
}

.fa-cc-amex {
    display: none;
}

.list-inline-item {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .fixedpriceblock {
        position: fixed;
        width: 50%;
        left: 25%;
        top: 155px;
    }
}

#DetailTextViewModel_NoticeTextHTML {
    width: 100%;
    min-height: 300px;
}

.paper-name {
    font-family: 'Open Sans' !important;
    color: #00141E;
    margin-bottom: 0px;
}

.create-account .form-control {
    width: 100%;
}

#CityDDL {
    display: none;
}

.create-instead {
    padding: 15px;
    margin: 20px auto;
    color: #00141E;
    font-weight: bold;
    font-size: 16px;
}

.cards {
    margin-left: 10px;
}

.payment-button-primary {
    background-color: #594a30;
    color: #ffffff !important;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
}

.obit-writer-dialog {
    max-width: 600px;
    height: 1000px;
}

.ifObitWriter {
    width: 100%;
    height: 930px;
    margin-top: -12px;
}

.obitWriterRow {
    align-content: center;
    align-items: center;
    background-color: #e6f0f5;
    border-radius: 10px;
    /*cursor: pointer;*/
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 98%;
    will-change: transform;
    margin-left: 2px;
}

.obitWriterLeft {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    /*width: min-content;*/
}

.obitWriterIconContainer {
    align-content: center;
    align-items: center;
    background-color: #069;
    border-radius: 100px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 32px;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 32px;
}

.obitWriterIcon {
    flex: none;
    height: 24px;
    position: relative;
    width: 24px
}

.obitWriterRight {
    flex: none;
    height: 24px;
    position: relative;
    width: 24px
}

.paymentTitle {
    font-size: 24px;
    margin-bottom: 30px;
}

.avg-package-cost-dialog {
    max-width: 616px;
    height: 680px;
}

.avg-package-cost-header {
    box-sizing: border-box;
    flex-shrink: 0;
    max-width: 616px;
    height: min-content; /* 56px */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 8px 16px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
    position: sticky;
    align-content: center;
    flex-wrap: nowrap;
    will-change: transform;
    top: 0;
    border-radius: 0px 0px 0px 0px;
    border-color: #ccd0d2;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.avg-package-cost-spacer {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-cost-heading {
    flex-shrink: 0;
    width: auto; /* 227px */
    height: auto; /* 30px */
    white-space: pre;
    position: relative;
    font-weight: 800;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    color: var(--Black_Legacy, #00141e);
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5;
    text-align: center;
}

.avg-package-cost-div1 {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 150px; /* 143px */
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 16px 16px;
    background-color: #e6f0f5;
    overflow: hidden;
    /*flex: 1 0 0px;*/
    position: relative;
    align-content: center;
    flex-wrap: nowrap;
    gap: 16;
    border-radius: 10px;
}

.avg-package-info {
    flex-shrink: 0;
    width: 100%;
    /*height: 72px;*/ /* 81px */
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
    word-break: break-word;
    /*flex: 1 0 0px;*/
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", "Open Sans Placeholder", sans-serif;
    color: #00141e;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.5;
    text-align: left;
}

.avg-package-cost-line {
    flex-shrink: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(0, 102, 153, 0.5);
    overflow: hidden;
    /*flex: 1 0 0px;*/
    position: relative;
    border-radius: 0px 0px 0px 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.avg-package-cost-div-display {
    flex-shrink: 0;
    width: 100%;
    height: min-content; /* 24px */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex: 1 0 0px;
    position: relative;
    padding: 0px 0px 0px 4px;
    align-content: center;
    flex-wrap: nowrap;
    gap: 10;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-cost-div2 {
    flex-shrink: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 72px; /* 21px */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* flex: 1 0 0px;*/
    position: relative;
    padding: 0px 0px 0px 0px;
    align-content: center;
    flex-wrap: nowrap;
    gap: 8;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-cost-short-line {
    flex-shrink: 0;
    flex: 1 0 0px;
    width: 1px;
    height: 1px;
    display: block;
    background-color: #ccd0d2;
    overflow: hidden;
    position: relative;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-cost-example-obituary {
    flex-shrink: 0;
    width: auto; /* 143px */
    height: auto; /* 21px */
    white-space: pre;
    position: relative;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans", "Open Sans Placeholder", sans-serif;
    color: #00141e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.3;
}

.avg-package-cost-div3 {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.avg-package-cost-warming-message {
    flex-shrink: 0;
    flex: 1 0 0px;
    width: 100%;
    min-height: 72px; /* 62px */
    /* white-space: pre-wrap;*/
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    font-weight: 400;
    font-style: italic;
    font-family: "Open Sans", "Open Sans Placeholder", sans-serif;
    color: #00141e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: left;
}

.avg-package-cost-div4 {
    box-sizing: border-box;
    flex-shrink: 0;
    width: auto;
    height: 1330px; /* 1330px */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 16px 16px 16px;
    /*background-color: #f2f3f4;*/
    overflow: visible;
    position: relative;
    align-content: center;
    flex-wrap: nowrap;
    gap: 16;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-cost-sample-image {
    flex-shrink: 0;
    width: 288px;
    height: 1330px;
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    background-image: url( /* man wearing black hat.jpg */ );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 0px 0px 0px;
}

.avg-package-price-row {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 260px;
    height: 72px; /* 72px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 8px 8px;
    background-color: #e6f0f5;
    overflow: hidden;
    flex: 1 0 0px;
    position: relative;
    align-content: center;
    flex-wrap: nowrap;
    gap: 8;
    border-radius: 10px;
    margin-left: 40px;
}

.avg-package-price-text {
    flex-shrink: 0;
    width: 260px; /* 56px */
    height: 24px; /* 24px */
    white-space: pre;
    position: relative;
    font-weight: 800;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    color: #00141e;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
}

.urnHeading {
    flex-shrink: 0;
    width: auto; /* 303px */
    height: auto; /* 30px */
    position: relative;
    font-weight: 800;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    color: var(--Black_Legacy, #00141e);
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align: left;
    padding-top: 20px;
}

.urnData {
    flex-shrink: 0;
    height: auto; /* 22px */
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    flex: 1 0 0px;
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", "Open Sans Placeholder", sans-serif;
    color: var(--Black_Legacy, #00141e);
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.25;
    text-align: left;
}

.rounded-lg {
    border-radius: 10px;
}

.bold-6 {
    font-weight: 600;
}

.bold-7 {
    font-weight: 700;
}

.btn-small {
    border-radius: 15px;
}

.no-box-shadow {
    box-shadow: none;
}

.urnButton {
    width: 140px;
}

.modal.deadline .modal-body {
    overflow-y: auto;
    max-height: 650px;
}

.modal.deadline .modal-dialog {
    max-width: 800px;
}

.modal.deadline .bottomSeparator {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

h2.deadlineHeader {
    font-size: 20px;
}

.deadlineHeader {
    text-align: center;
    font-family: "Open Sans", "Open Sans Placeholder", sans-serif;
}

    .deadlineHeader::first-letter {
        text-transform: uppercase;
    }

.zebraTable {
    width: 100%;
    border: 1px solid #ccd0d2;
}

    .zebraTable tbody tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .zebraTable tbody tr {
        border-top: 1px solid #ddd;
    }

    .zebraTable td:first-child, .zebraTable th:first-child {
        border-right: 1px solid #ddd;
    }

    .zebraTable td, .zebraTable th {
        padding: 8px 12px;
    }

        .zebraTable td .d-flex div {
            flex: 1;
            max-width: 80px;
        }

#topLineDeadLines {
    background-color: #063c5b;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 140px;
    left: 0px;
}

    #topLineDeadLines + form {
        margin-top: 45px;
    }

    #topLineDeadLines a {
        color: #fff;
    }

@media (max-width: 768px) {
    .share-btn-name {
        display: none;
    }

    .btn-share-2 {
        width: 40px !important;
    }

    .facebook-icon {
        margin-left: -4.5px !important;
        font-size: 15px !important;
    }

    .email-icon {
        margin-left: -6px;
    }

    #ecommLine1 {
        display: none;
    }

    #ecommLine2 {
        display: none;
    }
}

@media (max-width: 576px) {
    .buttonList {
        border-left-width: 0px !important;
    }

    .confirmation-data {
        font-size: 14px;
    }
}

.enhanced-display {
}


    .enhanced-display ul {
        list-style: none !important;
        margin: 0 !important; /* remove default margin */
        padding: 0 !important; /* remove default padding */
        position: relative !important;
        padding-left: 2.8em !important; /* space to preserve indentation on wrap */
    }

        .enhanced-display ul li {
            display: flex !important;
            align-items: center !important;
            margin-bottom: 5px !important; /* add 5px of space between each item */
            font-weight: 400 !important;
            font-style: normal !important;
            font-family: "Open Sans", "Open Sans Placeholder", sans-serif !important;
            color: #000000 !important;
            font-size: 18px !important;
            letter-spacing: 0px !important;
            line-height: 1.5 !important;
        }

            .enhanced-display ul li:before {
                content: '' !important;
                font-size: 38px !important;
                color: #b49261 !important;
                position: absolute !important;
                left: 0 !important;
                width: 1.1em !important;
                height: 1.1em !important;
                background-position-y: 4px !important;
                background-repeat: no-repeat !important;
                background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 32 24' color='rgb(180, 148, 97)' style='user-select: none; width: 32px; height: 100%; display: inline-block; fill: rgb(180, 148, 97); flex-shrink: 0;'><path d='M18 6.7l-8.48 8.48-3.54-3.54a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l9.18-9.18c.39-.39.39-1.03-.01-1.42-.37-.38-1-.38-1.39.01z'></path></svg>") !important;
            }

/* Media query for Bootstrap small view (max-width: 576px) */
@media (max-width: 576px) {
    /* Reset margin for small view */
    .enhanced-display .package-outer {
        width: 100% !important;
        margin: 0 20px 0 0 !important;
    }

    .enhanced-display .enhanced-package-description {
        margin-top: 30px !important;
    }

    .enhanced-display .package-outer .card .card-body {
        padding: 0 !important;
    }
}

/* Custom styles with margin when not in Bootstrap small view */
@media (min-width: 577px) {
    .enhanced-display .package-outer {
        width: 80% !important;
        padding: 0 20px 0 20px !important;
        font-size: 14px !important;
    }

        .enhanced-display .package-outer .card .card-body {
            padding: 16px !important;
        }

    .hideLogo {
        display: none;
    }

    .showLogo {
        display: block;
    }
}

/*OBIT WRITER*/
@media (max-width: 380px) {

    .obitWriter .btn-cancel {
        width: 100%;
    }
}


.square-container {
    width: 120px; /* Set the desired width */
    height: 120px; /* Set the desired height */
    overflow: hidden;
}

.square-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will zoom and crop the image to cover the container */
}

.square-preview-container {
    width: 123px; /* Set the desired width */
    height: 123px; /* Set the desired height */
    overflow: hidden;
    border: solid 1px #CCD0D2;
    border-radius: 10px;
}
.square-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will zoom and crop the image to cover the container */
    object-position: top;
}

.review-square-container {
    width: 120px; /* Set the desired width */
    height: 120px; /* Set the desired height */
    overflow: hidden;
}

.review-square-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will zoom and crop the image to cover the container */
}

.review-square-preview-container {
    width: 123px; /* Set the desired width */
    height: 123px; /* Set the desired height */
    overflow: hidden;
    border: solid 1px #CCD0D2;
    border-radius: 10px;
}

.review-square-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will zoom and crop the image to cover the container */
    object-position: top;
}

#htmlContainer {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ccc;  Just for visualization */
}

#htmlContent {
    position: absolute;
    left: -9999px; /* Move the content outside the viewport */
}

#htmlContainerLegacy {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ccc;  Just for visualization */
}

#htmlContentLegacy {
    position: absolute;
    left: -9999px; /* Move the content outside the viewport */
}

/*@media (max-width: 768px) {
    #htmlContainer {
        width: 120px;*/ /* Fixed width for the container */
        /*height: 120px;*/ /* Fixed height for the container */
        /*overflow: hidden;*/ /* Hide overflow to maintain the square appearance */
        /*display: block;*/ /* Ensure the container is not set to display:none */
        /*position: relative;*/ /* Positioning context */
    /*}

        #htmlContainer img {
            width: 100%;*/ /* Make the image fill the container width */
            /*height: auto;*/ /* Auto height to maintain aspect ratio */
            /*max-height: 100%;*/ /* Limit height to container */
            /*position: absolute;*/ /* Absolute position to align correctly */
            /*top: 50%;*/ /* Center vertically */
            /*left: 50%;*/ /* Center horizontally */
            /*transform: translate(-50%, -50%);*/ /* Adjust position to true center */
        /*}
}*/




.btn-light-blue {
    background-color: #269CD9;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
}

.btn-close-modal {
    border-radius: 20px;
    padding: 5px 20px;
}

.btn-light-blue:hover {
    background-color: #269CD9;
    color: white;
}

.upsell-side-name .align-items-end {
    margin-top: auto; /* Align to the bottom */
}

    .upsell-side-name .align-items-end a {
        text-align: right; /* Align to the right */
    }

.full-width {
    width: 100%;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20{
    border-radius: 20px;
}

.pt-viewport{
    padding-top: 138px;
}

.autoComplete {
    box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
}

.autoComplete ul {
padding: 5px 2px;
background-color: white;
}

.autoComplete ul li {
list-style: none;
border-radius: 3px;
cursor: pointer;
padding: 15px 10px;
}

.autoComplete ul li:hover {
    background-color: rgb(0, 153, 255, .1);
    border: 2px solid rgb(0, 153, 255);
    border-radius: 10px;
}

.alert-primary-light {
    background-color: #EAF5FB;
}

.border-none {
    border: none;
}