h1, h2, h3, h4, h5, h6, p.lead {
    font-family: 'Cinzel', serif;
}

body {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 16px;
}

#ButtonsTable td {
    padding: 15px 5px;
}

#DonateButton, #VolunteerButton, #CeremonyDetailsButton, #AddFundraisersButton {
    width: 100%;
}

#VolunteerButton, #CeremonyDetailsButton, #AddFundraisersButton, #LeftColButton, #RightColButton {
    display: none;
}

#ImportantMessage {
    display: none;
    padding: 10px;
    background: #d9d9d9;
}

.btn-waa {
    background-color: #e9e9e9;
}

.btn-waa-green {
    background-color: #3F8D3E;
    border-color: #3F8D3E;
    color: White !important;
}

.btn-waa-red {
    background-color: #D2232A !important;
    border-color: #D2232A !important;
    color: White !important;
}

.navbar {
    min-height: 50px !important;
    position: relative;
    margin: 0;
    background-color: #333670 !important;
}

.navbar-inverse {
    border-color: #333670 !important;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.col-md-6, .col-md-12 {
    padding: 30px 10px;
}

#ContactButton {
    margin-bottom: 20px;
    display: none;
}

#headerDiv {
    height: 500px;
}

.kendo-grid td {
    border: none !important;
}

.modal-dialog {
    /*max-width: 450px;*/
}

.modal-footer {
    text-align: center !important;
}

.col-sm-4, .col-sm-8, .col-sm-12 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.k-pager-wrap .k-link {
    border-color: White !important;
    background: none !important;
}

.k-pager-wrap .k-link:hover {
    background: #10c4b2 !important;
}

.k-editor-toolbar .k-tool {
    background-color: inherit !important;
}

.k-multiselect.k-header, .k-multiselect-wrap {
    height: auto;
}

.checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

input[type=checkbox], input[type=radio] {
    box-shadow: none !important;
}

.img-responsive {
    max-width: 75%;
}

.navbar-brand {
    position: absolute;
}

.height-img {
    height: 500px;
}

@media (max-width: 768px) {
    #headerDiv {
        height: 250px;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .container > .navbar-header {
        min-height: 50px;
    }

    .height-img {
        height: 250px;
    }
}

#headerEditButton {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
}

#profileEditButton {
    display: none;
}

.bootbox.modal {
    z-index: 10000 !important;
}

#intercom-container .intercom-launcher {
    visibility: inherit !important;
}

#lovedOneRow, #graveLocationRow, #markerNoRow, #rowNoRow, #otherInstructionsRow, #remembranceRow {
    display: none;
}

/* Loading animation */

.loading {
    position: fixed;
    z-index: 100000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#ManageTab {
    display: none;
}

.k-widget.k-tooltip {
    background-color: #D2232A;
    border-color: #D2232A !important;
}

.k-callout-s {
    border-top-color: #D2232A;
}

k-tooltip-content {
    font-size: 20px;
}

#citySearch {
    font-family: 'Lato', sans-serif;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

#SignOn {
    max-width: 500px;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    margin: 5% 30%;
}

#SignOn label {
    margin-top: 7.5px;
}

#SignOnDiv {
    padding: 5em 1em;
}

@media (max-width: 768px) {
    #SignOn {
        margin: 5% 0;
        border: none;
    }

    #SignOn label {
        margin-top: 0;
    }
}

.navbar-toggle {
    z-index: 1000;
}

.lock-warning {
    display: none;
}

.btn-group-donate {
    margin-bottom: 1em;
}

.img-waa {
    max-width: 75px;
}

.btn-donate span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
}

.btn-donate {
    max-width: 100%;
}

.btn-circle {
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-delete-image {
    position: absolute;
    margin-top: 7px;
    left: 73%;
    background-color: inherit !important;
    color: #ffffff;
}

.btn-delete-image:hover {
    position: absolute;
    margin-top: 7px;
    left: 73%;
    background-color: #D2232A !important;
    color: #ffffff;
}

.btn-delete-image:hover #delete-img {
    text-shadow: 0 0 3px #FBF9F9, 0 0 5px #F90101;
    color: #ffffff !important;
}

.thumb:hover #delete-img {
    color: #337ab7;
    font-size: 1.2em;
}

.btn-update-img {
    position: absolute;
    margin-top: -55px;
    right: 30px;
}

textarea[name="caption"] {
    resize: none;
}

#flatDonationRow {
    display: none;
}

input[type="number"] {
    font-family: Arial;
}

@media (max-width: 767px) {
    .carousel-control-light {
        opacity: .9;
    }
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.booster-banner {
    width: 100%;
    margin-top: 15px;
}

.booster-campaign {
    display: none;
}

#PagesGrid > .manage-page-item:nth-child(odd) {
    background: #f5f5f5;
}

#PagesGrid > .manage-page-item:nth-child(even) {
    border: 2px solid #f1f1f1;
}

.manage-page-item {
    padding: 2% 5% 2% 2%;
}

.page-option > .btn {
    padding: 2px 12px
}

.wreaths-year {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.orders-wrapper .order-item:nth-child(odd) {
    background-color: rgba(118, 171, 217, 0.04);
}

.orders-wrapper .order-item:nth-child(even) {
    background-color: rgb(225, 240, 244);
}

.orders-wrapper {
    min-width: 1350px;
    display: inline-block;
    line-height: 1.8;
}

.order-item {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-item .header-1 {
    max-width: 265px;
    padding-right: 15px;
    padding-left: 15px;
}

.order-item .header-1-item {
    width: 130px;
    float: left;
}

.order-item .header-1-content {
    width: 105px;
    float: left;
}

.order-item .header-2 {
    max-width: 370px;
    padding-right: 15px;
}

.order-item .header-2-item {
    width: 120px;
    float: left;
}

.order-item .header-2-content {
    width: 235px;
    float: left;
}

.order-item .header-3 {
    max-width: 250px;
    padding-right: 15px;
}

.order-item .header-3-item {
    width: 130px;
    float: left;
}

.order-item .header-3-content {
    width: 105px;
    float: left
}

.order-item .header-4 {
    max-width: 230px;
    padding-right: 15px;
}

.order-item .header-4-item {
    width: 130px;
    float: left;
}

.order-item .header-4-content {
    width: 70px;
    float: left
}

.order-item .header-5 {
    width: 250px;
    padding-right: 15px;
}

.order-item .header-5-item {
    width: 130px;
    float: left;
}

.order-item .header-5-content {
    width: 105px;
    float: left
}

.text-blue {
    color: #278ACB;
}

.at-svc-email {
    display: none !important;
}

.input-group .k-autocomplete.k-state-default,
.input-group .k-autocomplete.k-state-default:hover,
.input-group .k-autocomplete.k-state-default:focus {
    border-color: #ccc;
    background-color: #363940;
}

@media (max-width: 767px) {
    .citySearch.search-top {
        width: 100%;
    }

    .location-mobile .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
        min-height: 40px;
    }

    .location-mobile .k-grid-content {
        height: auto !important;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .citySearch.search-top {
        width: 300px;
    }

    .open-right.content-section-a #map {
        width: calc(100% - 300px);
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

    .open-right.content-section-a .LocationGrid {
        width: 298px;
        -webkit-transition: width 0.4s ease-in-out;
        -moz-transition: width 0.4s ease-in-out;
        -ms-transition: width 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }
}

.LocationGrid {
    border: 0;
}

.LocationGrid.k-grid,
.LocationGrid.k-scheduler,
.LocationGrid.k-menu,
.LocationGrid.k-editor {
    border-radius: 0;
}

.LocationGrid .k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
    left: 0;
    margin-left: 0;
    margin-top: 0;
}

.LocationGrid .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    border-radius: 0;
}

.LocationGrid .k-pager-info.k-label {
    padding: 0;
}

.LocationGrid .k-grid-header {
    border: 0;
}

.content-section-a #map {
    width: 100%;
}

.content-section-a .LocationGrid {
    width: 0;
}

.content-section-a .LocationGrid .k-grid-content {
    height: 450px;
}
.test-banner{
    background-color: red;
    color:white;
    text-align: center;
    padding: 20px;
}