/** Fonts **/
@font-face {
    font-family: 'bellezaregular';
    src: url('fonts/belleza-regular-webfont.eot');
    src: url('fonts/belleza-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/belleza-regular-webfont.woff2') format('woff2'),
         url('fonts/belleza-regular-webfont.woff') format('woff'),
         url('fonts/belleza-regular-webfont.ttf') format('truetype'),
         url('fonts/belleza-regular-webfont.svg#bellezaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'new_ciclefina';
    src: url('fonts/new_cicle_fina-webfont.eot');
    src: url('fonts/new_cicle_fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/new_cicle_fina-webfont.woff2') format('woff2'),
         url('fonts/new_cicle_fina-webfont.woff') format('woff'),
         url('fonts/new_cicle_fina-webfont.ttf') format('truetype'),
         url('fonts/new_cicle_fina-webfont.svg#new_ciclefina') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bulletsregular';
    src: url('fonts/bullets-webfont.eot');
    src: url('fonts/bullets-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/bullets-webfont.woff') format('woff'),
        url('fonts/bullets-webfont.ttf') format('truetype'),
        url('fonts/bullets-webfont.svg#bulletsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'socialicoregular';
    src: url('fonts/socialico-webfont-webfont.eot');
    src: url('fonts/socialico-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/socialico-webfont-webfont.woff') format('woff'),
        url('fonts/socialico-webfont-webfont.ttf') format('truetype'),
        url('fonts/socialico-webfont-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eb_garamondregular';
    src: url('fonts/ebgaramond-regular-webfont.eot');
    src: url('fonts/ebgaramond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ebgaramond-regular-webfont.woff') format('woff'),
         url('fonts/ebgaramond-regular-webfont.ttf') format('truetype'),
         url('fonts/ebgaramond-regular-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** 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-size: 1em; 
    line-height: 1.4; 
    padding: 2em 1em 4em; 
    -webkit-font-smoothing: antialiased; 
    font-smooth: always; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    margin: 0 auto;
    overflow-x:hidden;
}

a { 
    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;	
}
p a{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p{
    word-wrap: break-word;
} 
h1, h2, h3, h4, h5, h6{ 
    font-weight: normal;
    letter-spacing: 0px;
    margin: 25px 0 .5em;
}

h1, .text-seperator h5{
    font-size: 36px;
}
h2{
    font-size: 32px;
    margin-top: 15px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 18px;
}



.responsive-1 .content .spacer-block hr { 
    display: block; 
    height: 1px; 
    border: 0; 
    border-top-style: solid; 
    border-top-width: 1px; 
    padding: 0; 
    margin:0; 
    border-width: 30px;
}


/*



.btn, input[type=button], input[type=submit]{
    border: none;
    font-family: 'robotomedium';
    font-weight: normal;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .4em 1.8em;
    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;
}*/



/** Header **/
.responsive-1 .content .header-block {
    min-height: 236px;
    background: url(../images/top_bg.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}
/** Logo **/
.responsive-1 .content .header-block .dropdownNavigation #main-logo {
    position: relative;
    margin: auto;
    z-index: 9;
    width: 100%;
    top: 50px;
    right: 1px;
    height: 30px;
}

.responsive-1 .content .header-block #main-logo {
    position: absolute;
    margin: auto;
    z-index: 9;
    width: 100%;
    top: 50px;
    right: 1px;
    height: 30px;
}

.responsive-1 .content .header-block #main-logo .logo {
    /* max-width: 22%; */
    /* background: transparent; */
    /* padding: 5px; */
    -moz-box-shadow: none;
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    display: inline-block;
    /* float: left; */
    min-height: 60px;
    width: 70%;
    position: relative;
    /* margin: 0 auto; */
    /* top: 20px; */
    /* left: 0px; */
    vertical-align: bottom;
    top: -40px;
}
.responsive-1 .content .header-block #main-logo .logo p {
    margin:0px;
    padding:0px;
}
.responsive-1 .content .header-block #main-logo .logo img{
    max-width: 100%;
    vertical-align: middle;
}

.dropdownNavigation > ul > li .logo > img {
    width: 75%;
}

/** Navigation **/
.responsive-1 .content .header-block #nav-wrap #menu-icon {
    display: none;
    font-family: 'RobotoCondensed';
    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;
}

.responsive-1 .content .header-block #nav-wrap {
    float: none;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: none;
    position: relative;
    margin: 0 .07em;
    display: table-cell;
    width: auto;
    margin-right: 20px;
    /* text-align: center; */
    vertical-align: middle;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:last-child {
    margin-right: 0;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:last-child:hover > .subMenu > ul {
    right: 0;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    display: block;
    padding: 8px;
    padding-top: 1.3em;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding: 0;
    position: relative;
    top: 0;
    display: table;
    width: 100%;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 10000;
    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;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    padding-left: 10px;
    padding: 0.4em;
    position: relative;
    text-align: left;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a{
    padding-left: .9em;
    padding-top: .2em;
    font-size: 17px;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(5) > .subMenu > ul,
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(6) > .subMenu > ul,
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(7) > .subMenu > ul {
    right: 0;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: 0px 8px 10px -3px #111;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li:last-child {
    padding-bottom: 1em;
}
.responsive-1 .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;
    font-size: 19px;
    font-family: 'Crimson Text', serif;
    padding: 0;
    color:#FFF;
}

/** Inner Page - Secondary Navigation **/
.responsive-1 .content .main-content-block .content-secondary-nav ul {
    margin:0;
    padding:0;
    margin-bottom: 12px;
}
.responsive-1 .content .main-content-block .content-secondary-nav ul > li:before{
    display: none;
}
.responsive-1 .content .main-content-block .content-secondary-nav ul  > li{
    border-top: 1px solid #ededed;
    padding: .7em 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif; 
    list-style-type: none;
    line-height: 20px;
}

/** Main Banner **/
.responsive-1 .content .fullwidthbanner-container{
    width: 100% !important;
    position:relative;
    border: none!important;
    margin: 0 auto;
    box-shadow: 0px 4px 5px 0px #999;
    z-index: 7;
}


/** Main Content **/
.responsive-1 .content .main-content-block h1.title,
.responsive-1 .content .main-content-block .main-content .content-row h1,
.responsive-1 .content .call-to-actions-block h3.title,
.responsive-1 .content .call-to-actions-block h1.title,
.responsive-1 .content .widget-footer-block .widget h3.title {
    color: #954e38;
    font-family: 'Crimson Text', serif; 
}

.responsive-1 .content .call-to-actions-block h3.title{
    color:#954e38;
}

.responsive-1 .content .main-content-block .main-content .content-row h1{
    color:#954e38;
}

.responsive-1 .content .widget-footer-block .widget h3.title{
    color:#689a65;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 20px;
}

/** Offers **/
.responsive-1 .content .offers .title {
    color: #9e9e9e;
}
.responsive-1 .content .offers .subtitle{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}

/** Services List **/
.death-r {
    position: relative;
    border-radius: 10px;
    z-index: 3;
}

.death-r .title{
    display:none;
}

.death-h{
    margin: 0 auto;
    color:#807c62;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Crimson Text', serif;
}

.responsive-1 .content .death-r-block {
    height: auto;
    background: #f0ecde !important;
    box-shadow: 0 4px 5px 0 #999;
    position: relative;
    z-index: 6;

}

.arrangement {
    text-align: center;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .view-all {
    float: right;
    color: #b19f6f !important;
    font-size: 20px;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .view-all:hover {
    background-color:transparent;
    color:#012334;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .notification-sign-up:hover {
    background-color:transparent;
    color:#012334;
}

.arrangement .item-list div.item {
    display: inline-block;
    font-family: 'Crimson Text', serif;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
}

.death-r .arrangement .tribute a img {
    border: 2px solid #b19f6f;
    max-width:92px;
    max-height:92px;
    margin-left: 5px;
}

.tribute a {
}

.tribute .tribute-detail a {
    color: #000;
    float: none;
    text-align: left;
}

.tribute .tribute-detail {
    text-align: center;
    font-weight:bolder;
    font-size:14px;
}

.arrangement .search-container{
    display:none;
}

.arrangement .tribute-detail .date{
    display:none;
}

.arrangement .item-list.tribute-list .tribute-button-panel .notification-sign-up{
    display: block;
    float: left;
    color: #b19f6f !important;
    z-index: 10;
    position: relative;
}

/** Call to Actions **/
.responsive-1 .content .call-to-actions-block {
    background-color: #555134 !important;
    /* background: url(../images/cta-background.png) no-repeat; */
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    top: 0;
    margin-bottom: 0;
}


/** Certifications **/
.responsive-1 .content .certifications-title-block {
    font-size:28px;
    margin-bottom:-30px
}

.responsive-1 .content .certifications-block {
    top:0;
    padding-top: 1em;
    padding-bottom: 1em;	
} 
.responsive-1 .content .certifications-block .thumb:before{
    display: none;
}
.responsive-1 .content .certifications-block .thumb {
    display:  inline-block;
    padding: .3em;
    opacity: 1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.responsive-1 .content .certifications-block .thumb:hover{
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/** Widget Footer **/
.responsive-1 .content .widget-footer-block {
    font: 14px 'Arial';
    position: relative;
    top: -20px;
}
.responsive-1 .content .widget-footer-block img {
    max-width: 100%;
}
.responsive-1 .content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
    margin-bottom: 0;
}
/** Quick-links **/
.responsive-1 .content .widget-footer-block .widget ul {
    margin:0;
    padding:0;
}
.responsive-1 .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;
}
.responsive-1 .content .widget-footer-block .widget ul li:before{
    content: "s";
    font-family: 'bulletsregular';
    font-size: 14px;
    left: 4px;
    top: 5px;
    position: absolute;
}

/** Page Footer **/
.responsive-1 .content .page-footer-block {
    font-size: 14px;
    font-family: 'robotoregular';
    /* padding-top: 1em; */
    /* padding-bottom: 1em; */

    position: relative;
}
.responsive-1 .content .page-footer-block .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}

.responsive-1 .content .page-footer-block .copyright .ft-logo {
    background: url(../images/ft-trans-white-logo.png) no-repeat;
    background-size: 18%;
    background-position: right;
    width: 100%;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.widget-page .responsive-1 .content .main-content-block {
    margin-top:20px;
}
.widget-page .responsive-1 .content .main-content-block .wrapper {
    padding:0;
    max-width: 1024px;
}

/** Look and Feel Defaults - Can be overridden in the theme style **/
body {
    background-color: #555134;  
}
body,
.responsive-1 .content .main-content-block a,
.responsive-1 .content .video-block a,
.responsive-1 .content .page-footer-block .copyright a {
    color: #000;
}

/* White */
.responsive-1 .content .outter-wrapper {
    background-color: transparent;
}
.responsive-1 .content .video-block h4, 
.responsive-1 .content .video-block h5, 
.responsive-1 .content .certifications-title-block h4, 
.responsive-1 .content .certifications-title-block h5, 
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation a, 
.responsive-1 .content .header-block #nav-wrap #menu-icon, 
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a, 
.responsive-1 .content #scrollUp {
    color: #71493d;
}

/* Orange */
.responsive-1 .content .widget-footer-block .widget a:hover, 
.responsive-1 .content .widget-footer-block .widget ul li:before, 
.responsive-1 .content .video-block a:hover,
.responsive-1 .content .header-block #nav-wrap li.selected > a,
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul a:hover,
.responsive-1 .content .main-content-block .content-secondary-nav ul li.selected > a,
.responsive-1 .content .main-content-block .content-secondary-nav ul li a:hover, 
.responsive-1 .content .main-content-block a:hover,
.responsive-1 .content #scrollUp:hover,
.responsive-1 .content .page-footer-block .copyright a:hover {
    color: #a1a575;}

.responsive-1 .content .arrangement .tribute-list .tribute .tribute-detail a{
    color:#a1895e;
    font-size:17px;
    font-weight:600;
}

/* Light Brown **/
.responsive-1 .content .widget-footer-block h3 {
    color: #a9987a;
}

/* Light Grey **/
.responsive-1 .content .widget-footer-block, 
.responsive-1 .content .widget-footer-block a {
    color: #ebebeb;
}
.responsive-1 .content .arrangement .search-container .tribute-smart-search,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    background-color: #EBEBEB;
}
.responsive-1 .content .spacer-block hr {
    border-color: #EBEBEB;
}

/* Near Black */
.responsive-1 .content .header-block {
    background-color: transparent;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    background: url(../images/nav-bg.png);
}

/* Dark Brown */
.responsive-1 .content .widget-footer-block,
.responsive-1 .content .call-to-actions-block h3
.responsive-1 .content .main-content-block h1 {
    background-color: #033300;
}

.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a{
    background-color:transparent;
    font-size: 20px;
}

/* Royal Cherry */
.responsive-1 .content .header-block #nav-wrap #menu-icon,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a:hover {
    background-color: #af023b;
}

/* Mid Grey */
.responsive-1 .content .certifications-title-block {
    background-color: #a09893;
} 
.responsive-1 .content .arrangement .search-container .tribute-smart-search,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    color: #A09893;
}
/** secondary nav on inner page **/
.responsive-1 .content .main-content-block .content-secondary-nav ul li a, 
.responsive-1 .content .main-content-block .content-secondary-nav ul li {
    color: #A09893;
}

/* Dark Grey */
.responsive-1 .content .page-footer-block {
    background-color: #555134;
}

/* Dark Brown */
.responsive-1 .content .video-block {
    background: url(../images/paralax-img.png) repeat 0 0 #352923;
}

.contact-button{
    height: 40px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
    z-index: 11;
    background: #777357;
    text-align: center;
    color: #FFF;
    font-family: Crimson Text, serif;
    font-size: 18px;
}

.contact-button > img{
    margin-right:0 !important;
}

.contact-button .placeholder-page-link > img{
    margin-right:0 !important;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(3){
    /* margin-right: 500px; */
    /* border-spacing: 100px; */
    /* border-collapse: separate; */
}

.bookmark{ 
    background-size: 32% 100%;
    background-position: center top;
    margin-top: 0;
    position: relative;
    top: -105px;
    z-index: 1;
    height: 190px;
}

header {
    margin-top: 75px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

a:link, a:visited {
    color:#f3eed4;
}

.content .bot-footer-text-wrapper{
    text-align:center;
    font-weight:normal;
    color:#f3eed4;
}
.content .bot-footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    font-family: 'Oxygen', sans-serif;
}

.content .bot-footer-text-wrapper > ul > li{
    float:left;
}

.bot-footer-text-wrapper ul li:first-child:before {
    content:none;
}
.bot-footer-text-wrapper ul li:before {
    content: '|';
    padding: 0 15px;
    color: #f3eed4;
}

.bot-logo{
}

.bot-logo > img{
    max-width: 25% !important;
}

.margin-spacer{
    background: #033300 !important;
    top: -20px;
    position: relative;
}

.content-top-bar{
    display:none;
}

.call-to-actions-block > h3.title{
    color:#bc9f52 !important;
}

.responsive-1 .content .main-content-block{
    background:#FFF !important;
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 5px 0 #444;
}

.container-cta{
    background: #f0ecde;
    text-align: center;
    margin-top: 0;
    box-shadow: 0px 0px 3px 2px #444;
    padding: 2%;
}

.responsive-1 .content .container-cta .cta-image {
    max-height: 173px;
    overflow: hidden;
}

.responsive-1 .content .copyright a {
    color: #000;
}

.content .arrangement .tribute-list .tribute .deceased-image-missing {
    display: block;
    width: 92px;
    margin: 0 auto;
    height: 92px;
    background-size: cover;
    margin-bottom: 5px;
}

.content .arrangement .tribute-list .tribute .deceased-image img {
    display: none;
}

.content .arrangement .tribute-list .tribute .deceased-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 90px;
    height: 105px;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0 #000;
}

.content .arrangement .tribute-list .tribute {
    position: relative;
    font-size: 1em;
    width: 150px;
}

.responsive-1 .content .arrangement .tribute-list .tribute .deceased-image-missing {
    width: 90px;
    height: 105px;
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0 #000;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0 #000;
    height: 130px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing img {
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0 #000;
    height:130px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing {
    height:130px;
}

.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;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .subscribe-panel {
    position:relative;
}

.responsive-1 .content .padding-top-remove {
    padding-top: 0;
}

.margin-spacer p a:link,
.margin-spacer p a:visited {
    color: #689a65;
}

.responsive-1 .content .fullwidthbanner-container .advanced-slide img {
    max-height: 700px;
}

.responsive-1 .content .fullwidthbanner-container > img {
    width: 100%;
}

.responsive-1 .content .banner-block {
  position: relative;
  z-index: 7;
}

.responsive-1 .content .push-up {
    top: -86px;
}

.content .product-selector .product dl.details {
    text-align: left;
    z-index: 10;
    position: relative;
}

.content .product-selector .products {
    text-align: center;
}

.content .product-selector ul.category-list {
    margin-left: 30px;
}

.content .product-selector .products .product {
    width: 30.5%;
    height: 325px;
    max-height: 325px;
}

.content .product-selector .products .product .thumbnail {
    height: 185px;
}

.content .product-selector .products .product:hover .thumbnail img {
    transform: scale(1.1);
}

.content .product-selector .products .product img {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 225px;
    margin-top: 20px;
}

.content .product-selector .product dl.details dd.name {
    color: #15AAE2;
    font-weight: bold;
    font-size: 17px;
}

.responsive-1 .content .header-block #main-logo .logo img,
.responsive-1 .content .header-block .dropdownNavigation #main-logo {
    display: none;
}

.container-cta p {
    padding: 10px;
    margin: 0;
}

.responsive-1 .content .call-to-actions-block h3.title {
    margin: 0;
}

.responsive-1 .content .call-to-actions-block .wrapper {
    padding-top: 0;
}

.responsive-1 .content .page-footer-block .wrapper {
    padding-top: 0;
}