/** When text on the page is highlighted **/
::-moz-selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
::selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
/** Shows for browsers less than ie 7 **/
.chromeframe { 
    margin: 0.2em 0; 
    background: #ccc; 
    color: #000; 
    padding: 0.2em 0;
}

/** Global Styles **/
body {
    font: 16px/25px "Times New Roman";
    font-family: 'Pontano Sans', sans-serif;
    font-size:18px;
    color:#6B6E80;
}

a {
    color:#4D3C2E;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;    
}
a:hover{
    color:#242636;
}

p {
    line-height:1.4;
}

h1, h2, h3, h4, h5, h6, p {
    word-wrap: break-word;
} 

h1, h2, h3, h4, h5, h6 { 
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 25px 0 .5em;
}

h1 {
    font-size: 36px;
    margin:0 0 15px;
}

h2 {
    font-size: 30px;
    margin-top: 15px;
}

h3 {
    font-size: 22px;
    color:#242636;
    margin:30px 0 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.tree-lane .content .main-content-block h1.title {
    font-size: 70px;
    line-height:1;
    margin:0 0 15px;
}
.tree-lane .content h1.title {
    color:#242636;
}

/** Header **/
/** Logo **/
.tree-lane .header-block .wrapper{
    position:relative;
}
.tree-lane .content header{
    position:relative;
}
.tree-lane #main-logo{
    position:absolute;
    left:50%;
    z-index:9;
}
.tree-lane #main-logo .logo{
    margin-left:-50%;
    position:relative;
}
.tree-lane #main-logo .logo img{
    margin:0;
}
.tree-lane .author-section{
    font-size:18px;
    color:#DADADA;
}


.tree-lane #wrap-nav{
    background:#fff;
}
.tree-lane #wrap-nav .wrapper{
    padding:0;
}
.inside-page .tree-lane #main-logo{
    margin: 0 auto;
    padding:10px 10px 20px;
    position: static;
    text-align: center;
}
.inside-page .tree-lane #main-logo .logo{
    margin:0;
}
.inside-page .tree-lane #main-logo .logo img{
    margin:0 auto;
}
.inside-page .tree-lane .main-area > .full{
    padding:20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.tree-lane .author-section div{
    display:inline-block;
    vertical-align:middle;
}

.tree-lane .author-section em,
.tree-lane .author-section .author-txt{
    font-style:normal;
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
}

.tree-lane .author-section span,
.tree-lane .author-section .line-left{
    background:#555555;
    height:1px;
    width:120px;
    display:inline-block;
    vertical-align:middle;
}

/** Navigation **/
.tree-lane .content .header-block #nav-wrap{
    float:right;
}
.tree-lane .content .header-block #nav-wrap #menu-icon {
    display: none;
    font-size: 20px;
    background-image: url(../images/nav-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: left;
    position: relative;
    margin: 0 .07em;
    z-index:999;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    font-size:16px;
    padding:25px 17px 24px;
    display: inline-block;
    color:#000;
    text-shadow:0 -1px 0 #BDCCDB;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul > li > a:hover,
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > a{
    background:#b4cc6b;
    color:#fff;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding:0;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 9999;
    margin-top: 0;
    margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    position: relative;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a{
    padding:12px 19px;
    font-size: 16px;
    display:block;
    line-height:1.3;
    color:#000;
    border-bottom:1px solid #B4CC6B;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a:hover{
    color:#fff;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block; 
    margin: 0;
    padding:0;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation a {
    white-space: nowrap;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 0.3em 0.7em 0.5em;
    color:#FFF;
}

/** Main Banner **/
.tree-lane .content .banner-outer{
    background:url(../images/header-shadow.png) center bottom no-repeat;
    padding-bottom:35px;
}
.tree-lane .content .fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:700px !important;
    overflow:hidden!important;
    border:4px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tree-lane .content .main-content-block{
    padding: 0;
}
.tree-lane .content .detail-content{
    border:1px solid #E2E2E9;
    padding:20px;
}
.tree-lane .content .detail-content iframe{
    width:100% !important;
    height:388px !important;
}
.tree-lane .content .testimonial-wrap{
    background:#F6F6F6;
    padding:25px 35px 30px 20px;
    font-size:14px;
    color:#6B6E80;
}
.tree-lane .content .quote-bot{
    background:url(../images/quote-bot.png) right bottom no-repeat;
    padding-bottom:30px;
}
.tree-lane .content .quote-top{
    background:url(../images/quote-top.png) left top no-repeat;
    padding:35px 0 0 15px;
}
.tree-lane .content .detail-testimonial{
    border-top:1px solid #eee;
    padding:25px 0 0;
    margin:25px 0 0;
}
.tree-lane .content .testimonial-wrap .detail-testimonial:first-child{
    border-top:none;
    margin-top:0;
    padding-top:0;
}
.tree-lane .content .testimonial-wrap strong{
    color:#242636;
}
.tree-lane .content .testimonial-wrap p{
    margin:0 0 10px;
    line-height:1.7;
}

/** Services List **/
.tree-lane .content .services .arrangement {
    font-size: 16px; /** To match the body **/
}
.tree-lane .content .services .arrangement .tribute-list .tribute{
    border-top: 1px solid #ededed;
    padding: .7em 0!important;
    font-size: 14px;
    text-transform: uppercase;
    list-style-type: none;
    line-height: 20px;
}
.tree-lane .content .services .arrangement .search-container {
    position:relative;
}
.tree-lane .content .services .arrangement .search-container .search-deceased {
    position:absolute;
    top: 10px;
    right: 5px;
    height: 45px;
    width: 30px;
    background:none;
}
.tree-lane .content .services .arrangement .search-container .tribute-smart-search,
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 14px 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    margin-bottom: 1em;
    resize: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width:100%;
    float:none;
}

.tree-lane .content .services .arrangement .search-container .search-deceased:before {
    content: "C";
    font-size: 38px;    
}
.tree-lane .content .services .arrangement .tribute-list .tribute  .tribute-detail {
    display:inline;
}
.tree-lane .content .services .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 18px;
    padding-left: .2em;
}
.tree-lane .content .services .arrangement .tribute-list .tribute .deceased-image-missing,
.tree-lane .content .services .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom:-7px;
}
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel {
    border-top: 1px solid #ededed;
    text-align: center!important;
}
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 14px;
    padding: .4em 1.2em;
    border: none;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: .5em;
    text-decoration: none;    
}
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}

/** Widget Footer **/
.tree-lane .content .widget-footer-block {
    padding-bottom: 35px;
    padding-top: 20px;
    font-size: 14px;
}
.tree-lane .content .widget-footer-block img {
    max-width: 100%;
}
.tree-lane .content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
    margin-bottom: 0;
}
/** Quick-links **/
.tree-lane .content .widget-footer-block .widget ul {
    margin:0;
    padding:0;
}
.tree-lane .content .widget-footer-block .widget ul li {
    list-style-type: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.tree-lane .content .widget-footer-block .widget ul li{
    background:url(../images/bullet.png) left 8px no-repeat;
    padding-left:28px;
}
.tree-lane .content .widget-footer-block iframe{
    width:100% !important;
    height:200px !important;
}

/** Page Footer **/
.tree-lane .content .page-footer-block {
    padding:20px 0 10px;
    font-size:14px;
}
.tree-lane .content .page-footer-block .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}
.tree-lane .content .page-footer-block .copyright .ft-logo {
    background: url(../images/ft-logo.png) no-repeat;
    width: 200px;
    height: 35px;
    display: block;
    margin:0 auto;
    border: 2px solid #ACACAC;
    box-shadow: 0px 0px 10px #ACACAC;
}
.widget-page .tree-lane .content .main-content-block .wrapper {
    padding:0;
    max-width: 1024px;
}
.widget-page .tree-lane .content .main-wrap {
    background-size: 1024px auto;
}
.widget-page .tree-lane .main-content-block {
    background-size: 1750px auto;
}


.tree-lane .content .page-footer-block .footer-link {
    color:#FFF;
}


/** Look and Feel Defaults - Can be overridden in the theme style **/
.tree-lane .content .page-footer-block .copyright a {
    color:#D7D7D7;
    text-decoration:underline;
}


/* Light Brown **/
.tree-lane .content .widget-footer-block h3 {
    color: #fff;
    font-size:22px;
    border-bottom:1px solid #36384C;
    font-weight:bold;
    line-height:24px;
    padding:0 0 10px;
    margin:0 0 40px;
}

/* Light Grey **/
.tree-lane .content .widget-footer-block, 
.tree-lane .content .widget-footer-block a {
    color: #fff;
}
.tree-lane .content .widget-footer-block a:hover{
    color:#242636;
}
.tree-lane .content .services .arrangement .search-container .tribute-smart-search,
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    background-color: #EBEBEB;
}

/* Near Black */
.tree-lane .content .header-block{
    background:#8DAFD3;
}
.tree-lane .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    background:#b4cc6b;
    min-width:202px;
    -moz-box-shadow:0 1px 5px rgba(15, 16, 26, 0.5);
    -webkit-box-shadow:0 1px 5px rgba(15, 16, 26, 0.5);
    box-shadow:0 1px 5px rgba(15, 16, 26, 0.5);
}

/* Dark Brown */
.tree-lane .content .widget-footer-block{
    background:url(../images/light_wool.png);
}

/* Royal Cherry */
.tree-lane .content .header-block #nav-wrap #menu-icon,
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel a:hover {
    background-color: #af023b;
}

/* Mid Grey */
.tree-lane .content .services .arrangement .search-container .tribute-smart-search,
.tree-lane .content .services .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    color: #A09893;
}

/* Dark Grey */
.tree-lane .content .page-footer-block {
    background:#000;
}

/* Dark Brown */
.tree-lane .content .banner-block,
.tree-lane .content .blog-item{
    background:#31261D url(../images/sky.jpg);
    padding:40px 0;
    min-height:70px;
}
.tree-lane .content .firm-address{
    text-align:center;
    color:#fff;
    padding:5px 0 0;
}
.tree-lane .content .copyright{
    color:#D7D7D7;
    padding-top:5px;
}
.tree-lane .content .copyright p{
    margin:0 0 10px;
}
.tree-lane .content .social-section > div{
    float:right;
    margin-left:10px;
}
.tree-lane .content .blog-item{
    padding:16px 0 0;
    background:url(../images/light_wool.png);
}
.inside-page .tree-lane .content .blog-item{
    background:#fff;
}
.tree-lane .content .gallery-section img{
    border:8px solid #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;    
}
.tree-lane .content .gallery-section a:hover img{
    border-color:#e4c160;
}
.tree-lane .content .gallery-section .cta-image{
    margin-bottom:10px;
}
.advanced-slide-show-container .caption-container{
    bottom:5% !important;
}
.tree-lane .banner-block .image-missing,
.tree-lane .page-footer-block .image-missing{
    height:inherit !important;
}
.tree-lane .tabs-section{
}
.tree-lane .tabs,
.tree-lane .tabs li{
    list-style:none;
    margin:0;
    padding:0;
}
.tree-lane .tabs li{
    float:left;
    border-top:1px solid #000;
    border-right:1px solid #e2e2e9;
}
.tree-lane .content .tabs li a{
    background:url(../images/tabs-inactive.png);
    font-size:21px;
    color:#fff;
    display:block;
    padding:13px 10px 10px;
    min-width:90px;
    text-align:center;
    border-top:2px solid transparent;
}
.tree-lane .content .tabs li a:hover{
    color:#fff;
}
.tree-lane .tabs li.active{
    border-right-color:#000;
}
.tree-lane .content .tabs li.active a{
    background:url(../images/tabs-bg.png);
    border-color:#000;
}
.tree-lane .tabs-content{
    padding:25px 20px 10px;
    background:url(../images/tabs-bg.png);
    color:#B9A263;
    display:none;
}
.tree-lane .tabs-cotent-wrap .tabs-content:first-child {
    display:block;
}

.tree-lane .widget-list ul,
.tree-lane .widget-list li{
    list-style:none;
    margin:0;
    padding:0;
}
.tree-lane .widget-list ul{
    padding-bottom:35px;
}
.tree-lane .widget-list li{
    border-top:1px solid #000000;
    padding:15px 0 0;
    margin:20px 0 0;
}
.tree-lane .widget-list li:first-child{
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.tree-lane .widget-list-photo{
    float:left;
    width:65px;
}
.tree-lane .widget-list-photo img{
    max-width:100%;
    border:3px solid #eeeff4;
}
.tree-lane .widget-list-photo a:hover img{
    border-color:#e9e0bd;
}
.tree-lane .desc{
    margin-left:85px;
}
.tree-lane .desc h4{
    font-size:18px;
    color:#fff;
    margin:0 0 14px;
}
.tree-lane .content .desc h4 a{
    color:#fff;
}
.tree-lane .content .desc p{
    margin:0 0 10px;
}
.tree-lane .content .tabs-section .view-all{
    background:#4D3C2E;
    color:#fff;
    padding:12px 16px;
    font-size:14px;
    display:inline-block;
}
.tree-lane .content .tabs-section .view-all:hover{
    background:#c8bca5;
    color:#fff;
}

.tree-lane #video-section .center-video-wrapper {
    width: 100%;
    text-align: center;
}

.tree-lane #video-section .post-video {
    background:transparent;
    padding:8px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tree-lane #video-section h3{
    margin-bottom:20px;
}
.tree-lane #video-section img{
    max-width:100%;
}
.tree-lane #video-section iframe{
}

.tree-lane #video-section .post-video-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
}

.tree-lane #video-section .post-video-wrapper:after {
    padding-top: 75%;
    display: block;
    content: '';
}

.tree-lane .content .arrangement-thumbs a{
    color:#242636;
}

.tree-lane .arrangement-thumbs .arrangement{
    width:100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tree-lane .arrangement .please-wait-message{
    display:block;
}
.arrangement .search-container{
    position:relative;
}
.tree-lane .arrangement a.search-deceased{
    width:34px !important;
    height:32px !important;
    position:absolute;
    right:30px;
    top:1px;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute{
    height:auto !important;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute:after{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list{
    margin:15px 10px 5px;
    width:auto;
}
.tree-lane .arrangement-thumbs .arrangement{
    background:none;
    border:1px solid #E2E2E9;
    padding:25px 20px;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute{
    float:none;
    width:auto;
    height:auto;
    background:none;
    border-bottom:1px solid #E8E9EF;
    padding:0 0 15px;
    margin:0 0 10px;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute img,
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute .deceased-image-missing{
    max-width:60px;
    max-height:75px;
    float:left;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute .tribute-detail {
    margin-left: 0;
    line-height: 1.1;
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding-left: 5px;
}

.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute a{
    text-align:left;
    color:#242636;
    font-size:13pt;
    width: inherit;
    font-weight: bold;
    margin-left: 0;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute a:hover{
    color:#d27805;
}
.tree-lane .arrangement-thumbs{
    padding-top:55px;
    background: url(../images/light_wool.png);
    box-shadow: 2px 3px 2px 0 #222;
    border: 1px solid #8DAFD3;
}
.tree-lane .arrangement{
    font-size:14px;
}
.tree-lane .content .content-top-bar{
    position:absolute;
    left:-1px;
    top:-51px;
    border-left:1px solid #e2e2e9;
}
.tree-lane .content .content-top-bar a{
    color:#242636 !important;
    display:inline-block;
    font-size:18px;
    padding:13px 15px 10px;
    min-width:90px;
    text-align:center;
    border-top:3px solid #8DAFD3;
    border-right:1px solid #e2e2e9;
    float:left;
    position:relative;
    margin-bottom:-1px;
    background:#fff;
}
.tree-lane .content .content-top-bar a.past-services{
    background:#f1f1f3;
    border-top-color:#e2e2e9;
    color:#000 !important;
}
.tree-lane .arrangement-list-full fieldset{
    margin:20px 10px 10px;
}
.tree-lane .arrangement-thumbs .arrangement .tribute-list .tribute .date{
    display:inline-block;
    color:#222;
    line-height:initial;
}
.tree-lane .contact-us-form .contact-form .form-row .label{
    font-size:14px;
    margin:0 0 2px;
}
.tree-lane .contact-us-form img{
    vertical-align:middle;
}

.arrangement-thumbs .arrangement .tribute-button-panel .notification-sign-up,
.arrangement-thumbs .arrangement .tribute-button-panel .view-all{
    color:#242636;
}
.arrangement-thumbs .arrangement .tribute-button-panel .notification-sign-up:hover,
.arrangement-thumbs .arrangement .tribute-button-panel .view-all:hover{
    color:#d27805;
}
.contact-us-form .contact-form input[type="text"],
.contact-us-form .contact-form textarea,
.guess{
    padding:6px;
    width:100% !important;
    border:1px solid #E2E2E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    background:#0083E8;
    border:none;
    color: #FFFFFF;
    font-size: 18px;
    min-width: 100px;
    padding: 8px 10px;    
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    -moz-box-shadow:0 0 3px rgba(0,0,0, 0.4);
    -webkit-box-shadow:0 0 3px rgba(0,0,0, 0.4);
    box-shadow:0 0 3px rgba(0,0,0, 0.4);
}

.tribute2.tribute-skin-override .tribute2-maincontent .funeral-details .event-detail {
    padding-bottom: 25px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing img {
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
}

.content .arrangement-list-full .full-list-container {
    border: 0;
    width: 98%;
    padding: 0 10px 0 10px;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute img {
    display:none;
}

.content .arrangement .tribute-list .tribute .deceased-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px !important;
    height: 75px;
    display: inline-block;
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
    margin-left: 0;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute .deceased-image-missing {
    width: 60px;
    height: 75px;
    margin: 0 auto;
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
    background-size: cover;
}

.content .arrangement-list-full .full-list-container .tribute-row .tribute-detail-data {
  display: inline-block;
  width: 86%;
  padding-left: 20px;
}

.inside-page .tribute2 .picture-frame .inner-frame img.inner-image {
    height: 250px;
    top: -5px;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-wrapper {
    max-width: 100%;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-outter {
    top: 0 !important;
}

.inside-page .tribute2 .picture-frame .inner-frame {
    background-color: transparent;
    top: 40px;
}

.inside-page .tribute2 .picture-frame .inner-frame .empty-image {
    margin-top: 0;
}

.tree-lane .content .top-pad-remove {
    padding-top: 0 !important;
}

.tree-lane .content .bot-pad-remove {
    padding-bottom: 0 !important;
}

.footer-field {
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    min-height: 20px;
}