/* Modified Classes ------------------------------------------------ */

#menu {
	height:auto!important;
	margin-bottom: 16px!important;
    background-color: darkblue!important;
}

#content {
	background-color: #c5dfb3!important;
}

table,
#line_last {
    color: #131787!important;
    /* border: 1px solid grey; */
}

#deceased_info,
#line_left,
#line_right {
    border-bottom: 1px solid darkblue!important;
}

td {
    padding: 3px 0 !important;
}

/* #deceased_info tr:last-child {
    border-bottom: none!important;
} */

#content,
td,
th,
#level1_left,
#level2_left,
#deceased_left,
#level1_right,
#level1_right,
#level2_right,
#deceased_banner,
#deceased_right {
	background-color: #c5dfb3!important;
}

.thermometer-outer {
    border-left: 1px solid darkblue!important;
    border-right: 1px solid darkblue!important;
    background-color: #c5dfb3!important;
}

.bulb {
    border: 1px solid darkblue!important;
}

/* Additional Classes ----------------------------------------------- */

.d-flex {
	display: flex!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.justify-content-evenly {
    justify-content: space-evenly!important;
}

.text-header-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    color: darkblue;
	margin: 0;
	display: flex;
	align-items: center;
    text-align: justify;
    padding-left: 10px;
}

.jck-menu-item {
    text-decoration: none!important;
    color: #FFFFFF!important;
	padding: 8px 0!important;
	margin: 0!important;
    /*text-transform: capitalize!important;*/
    font-size: 16px!important;
    line-height: normal!important;
}

.txt-blue {
    color: #0a0a8a!important;
}

.jck-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    background-color: darkblue!important;
    color: #FFFFFF;
    padding: 4px 12px!important;
    width: 405px;
}

.jck-heading-1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    text-align: left;
    background-color: #c5dfb3!important;
    color: #131787;
}

.jck-heading-centered {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background-color: darkblue!important;
    color: #FFFFFF;
    padding: 4px 0;;
}

.deceased-info {
    max-width: 190px!important;
}

#jck-footer {
    /*padding: 30px 60px;*/
}
#jck-footer > p {
    font-size: 10px;
    font-weight: bold;
    color: darkblue;
    text-align: left;
    margin: 24px 0;
    margin-top: 1px;
}

.footer-text {
    /* text-align: center!important; */
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: normal!important;
}

.footer-text p {
    margin-bottom: 16px;
    line-height: 20px;
}

.text-blue, 
#text,
#text_terms,
#text_terms b,
#text_caption {
  color: darkblue!important;
}

.text-header {
    padding-left: 65px;
    padding-right: 65px; 
    padding-bottom: 20px;
    text-align: left;
}

.text-header span {
    text-transform: uppercase;
}

.header-img-right {
    width: 169px;
    height: 169px;
    border: 1px solid black;
    background-repeat: no-repeat;
    background-size: 169px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.bank-table td {
    text-align: left!important;
    font-size: 15px;
}

#input,
#c_field {
    height: 32px;
    border: none;
    background: #fff;
    border-radius: 6px;
}

/* override - memorial wall */
.mem_sign,
.mem_date,
.mem_message {
    color: darkblue;
}

.mem_message {
    background-color: #ebebea;
    border-color: #00008b80;
}

.mem_message:hover {
    background-color: #cecbc2;
}

#scroll_top,
#scroll_bot {
    border-color: darkblue;
    background: #ebebea;
    border-left: 0;
    border-right: 0;
    width: 100%;
}

#scroll_top {
    border-top: 0;
}
#scroll_bot {
    border-bottom: 0;
}

#scroll_top:after {
    content: "\f0d8";
    font-family:'FontAwesome'
}

#scroll_bot:after {
    content: "\f0d7";
    font-family:'FontAwesome'   
}

#scroll_top:hover,
#scroll_bot:hover {
    background-color: #cecbc2;   
}