/** Fonts **/

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

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

@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('fonts/baskerville-old-face_6117-webfont.eot');
    src: url('fonts/baskerville-old-face_6117-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-old-face_6117-webfont.woff') format('woff'),
         url('fonts/baskerville-old-face_6117-webfont.ttf') format('truetype'),
         url('fonts/baskerville-old-face_6117-webfont.svg#baskerville_old_faceregular') 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: 'ralewayextralight';
    src: url('fonts/raleway-extralight-webfont.eot');
    src: url('fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-extralight-webfont.woff') format('woff'),
         url('fonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') 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: 17px;
}

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

a:link,
a:visited{
    color: #006600;
    text-decortation:none;
}

p a{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p{
    word-wrap: break-word;
} 
h1, h2, h3, h4, h5, h6{ 
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 25px 0 0em;
}

h1, .text-seperator h5{
    font-size: 17pt;
    text-align: center;
    color: #9ab58c;
}
h2{
    font-size: 32px;
    margin-top: 15px;
}
h3{
    font-size: 23px;
}
h4{
    font-size: 22px;
    margin-bottom:-2%
}

extra{
    margin-top:-1%;
}

body-extra{
    margin-top:2%;
    font-family:'ralewayregular';
}
h5{
    font-size: 18px;
    margin-top:-2%;
}

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


body {
    background: url(../images/body.jpg) -140px; 
}

/** Header **/
.responsive-1 .content .header-block {
    min-height: 90px
}
/** Logo **/
.responsive-1 .content .header-block #main-logo {
    position:relative;
    margin:auto;
    z-index:20;
}
.responsive-1 .content .header-block #main-logo .logo {
    max-width:200px;
    padding:5px;
    display: inline-block;
    float: left;
    min-height:60px;
}
.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;
}

div.content-row{
    margin-bottom:30px;
}

/** 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 {
    width: 100%;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 90px;
    width: 2px;
background: -moz-linear-gradient(top,  rgba(152,174,138,0) 0%, rgba(152,174,138,0) 30%, rgba(152,174,138,1) 45%, rgba(152,174,138,1) 55%, rgba(152,174,138,0) 70%, rgba(152,174,138,0) 75%, rgba(152,174,138,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,174,138,0)), color-stop(30%,rgba(152,174,138,0)), color-stop(45%,rgba(152,174,138,1)), color-stop(55%,rgba(152,174,138,1)), color-stop(70%,rgba(152,174,138,0)), color-stop(75%,rgba(152,174,138,0)), color-stop(100%,rgba(152,174,138,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(152,174,138,0) 0%,rgba(152,174,138,0) 30%,rgba(152,174,138,1) 45%,rgba(152,174,138,1) 55%,rgba(152,174,138,0) 70%,rgba(152,174,138,0) 75%,rgba(152,174,138,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(152,174,138,0) 0%,rgba(152,174,138,0) 30%,rgba(152,174,138,1) 45%,rgba(152,174,138,1) 55%,rgba(152,174,138,0) 70%,rgba(152,174,138,0) 75%,rgba(152,174,138,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(152,174,138,0) 0%,rgba(152,174,138,0) 30%,rgba(152,174,138,1) 45%,rgba(152,174,138,1) 55%,rgba(152,174,138,0) 70%,rgba(152,174,138,0) 75%,rgba(152,174,138,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(152,174,138,0) 0%,rgba(152,174,138,0) 30%,rgba(152,174,138,1) 45%,rgba(152,174,138,1) 55%,rgba(152,174,138,0) 70%,rgba(152,174,138,0) 75%,rgba(152,174,138,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ae8a', endColorstr='#0098ae8a',GradientType=0 ); /* IE6-9 */



}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:first-child::before {
    width: 0;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation .subMenu {
    white-space: normal;
    
    line-height: initial;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(1) {
    width: 10%;
    left: -50px;
    text-align: center;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(6) {
    width: 8%;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(6)::before {
    margin-right: 25px;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:nth-child(1)::before {
    margin-left:45px;
}


.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    width: 17.4%;
    font-size: 0;
    text-align: left;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    display: inline-block;
    font-family: 'signikaregular';
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 5px 3px 1px #333;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding:0;
    text-align: center;
}
.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 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 1px 5px 0px #666;
    top: 90px;
    padding: 0 5px 10px;
    text-align: left;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    padding-left: 10px;
    position: relative;
    padding: 15px 0 0 0;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a{
    font-size: 17px;
    padding: 0;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a:hover{
    color:#bed6aa;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block; 
    margin: 0 0 0 3px;
    width: 100%;
    padding: 0 5px 8px;
    box-shadow: 2px 2px 8px 2px #222;
}

.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 {
    -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: 18px;
    font-family: 'signikaregular';
    padding: 0.3em 1em 0.5em;
    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: 'RobotoCondensed';
    list-style-type: none;
    line-height: 20px;
}

/** Main Banner **/
.responsive-1 .content .fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding-top:4%;
    max-height:700px !important;
    overflow:hidden!important;
    border: none!important;
}

.responsive-1 .content .fullwidthbanner-container img {
    height: auto;
}


/** 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 {
    font-family: 'signikaregular';
    text-transform: uppercase;
}


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

/** Services List **/
.content .death-r > .arrangement > .arrangement {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 42px;
    text-align: left;
}

.content .death-r > .arrangement .tribute-list::before {
    content: '';
    display: block;
    background: url(../images/obit-separator.png) no-repeat;
    height: 6px;
    background-size: contain;
    margin: 11px auto 5px;
    width: 90%;
}

.content .death-r > .arrangement > .arrangement::before {
    content: 'Recent Obituaries';
    display: inline-block;
    text-align: left;
    font-family: 'signikaregular';
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin-left: 0px;
    vertical-align: middle;
    color: rgb(201,224,179);
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .date {
    font-size: 14px;
    padding-left:70px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute {
    /* border-top: 1px solid #ededed; */
    padding: .7em 0!important;
    font-size: 14pt;
    font-family: 'Arial';
    list-style-type: none;
    line-height: 20px;
    /* height:auto; */
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .tribute-detail{
    padding-left:25px;
}

.content .arrangement .search-container {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    width: 47%;
}

.content .arrangement .search-container .search-deceased {
    position: absolute;
    right: -8px;
    width: 79px;  background: url('../images/search-button.png') no-repeat center center;    height: 100%;  background-size: contain;  display: block;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 14px 1%;
    font-family: 'Arial';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    resize: none;
    margin-top:3.5%;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width:100%;
    float:none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail {
    display: inline;
    padding-left: 0;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 18px;
    font-weight:bold;
    padding-left: .2em;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing,
.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom: -25px;
    position: static;
    float: none;
    max-width: 60px;
    max-height: 60px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel {
    text-align: center!important;
    margin-top: 8%;
}

.content .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 14px;
    padding: .4em 1.2em;
    border: none;
    font-family: 'Arial';
    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;
    float: none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .subscribe-panel {
    z-index: 9;
}


/** Paralax video block **/
.responsive-1 .content .video-block {
}
.responsive-1 .content .video-block .wrapper{
    max-width: 850px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.responsive-1 .content .video-block .outer-responsive-video-container {
    border: 2px solid #000;
    margin: 2.5em auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:70%;
}
.responsive-1 .content .video-block h4 {
    font-size: 28px;
}
.responsive-1 .content .video-block h5{
    font-size: 22px;	
}


/** Call to Actions **/
.responsive-1 .content .call-to-actions-block {
}


/** 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 {
    padding-bottom: 2.5em;
    padding-top: 1em;
    font-size: 16px;
    padding-left: 15%;
    padding-right: 5%;
}
.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: 'Arial';
    padding-top: 1em;
    padding-bottom: 1em;
}

.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/footer_opaque_logo.png) no-repeat;
    width: 250px;
    height: 35px;
    display: block;
    margin:0 auto;
    float:right;
}

.widget-page .responsive-1 .content .main-content-block {
    margin-top:0px;
}
.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: #4b3f30;  
}

body,
.responsive-1 .content .video-block a,
.responsive-1 .content .main-content-block a,
.responsive-1 .content .page-footer-block .copyright a {
    color: #5d534b;
}

.responsive-1 .content .main-content a {
    text-decoration: none;
    color: #006600;
}

/* White */
.responsive-1 .content .outter-wrapper {
}
.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: #bed6aa;
}

/* Orange */
.responsive-1 .content .widget-footer-block .widget a:hover, 
.responsive-1 .content .widget-footer-block .widget ul li:before, 
.responsive-1 .content .arrangement .tribute-list .tribute .tribute-detail a,
.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: #b0c99e;
}

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

/*Sand color*/
.sandy{
    color:#a68f56 !important;
    margin-top: 0;
    padding-top: 3%;
}

/* Light Grey **/
.responsive-1 .content .widget-footer-block, 
.responsive-1 .content .widget-footer-block a {
    color: #006600;
}
.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: #f6ebd0;
}
.responsive-1 .content .spacer-block hr {
    border-color: #EBEBEB;
}

/* Near Black */
body .responsive-1 .content .header-block{
    background: url(../images/top_nav_bg.png) no-repeat center center;
    background-size: 100%;
    z-index:10;
    position: relative;
    box-shadow: 0 2px 5px 0 #000;
    max-width: 1150px;
    background-size: cover;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul{
    background-color:#ede1cc;
}

/* Dark Brown */
.responsive-1 .content .widget-footer-block,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a,
.responsive-1 .content .call-to-actions-block h3
.responsive-1 .content .main-content-block h1 {
    /* background-color: #0e3016; */
}

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

/* 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 */
body .responsive-1 .content .page-footer-block {
    max-width: 1150px;
}

/* Dark Brown */
.responsive-1 .content .video-block {
}

.content-top-bar{
    text-align:center;
    display:none;
}

.background-main{
    background-color:#f6ebd0;
}

.margin-spacer{
    margin-top:1% !important;
}

.content .footer-text-wrapper{
    text-align:center;
    font-weight:bold;
}

.content .footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 16pt;
    margin-top: -1%;
    font-family: 'Arial';
}

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

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

.page-colour{
    color:#b5a680;
}

.content .bot-footer-text-wrapper{
    text-align:center;
    font-weight:bold;
}
.content .bot-footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 14pt;
    margin-top: -3%;
    font-family: 'Arial';
}

.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: #545248;
}

.bot-logo{
    margin:0 auto;
    width:100%;
    margin-top:2%;
}

.bot-logo > img{
    width:23%
}

#container1{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/main_content_bg.jpg);
    margin-top: -2px;
    box-shadow: 0 0 10px 3px #000;
}

#container2{
    width: auto;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #666;
}

.logo-block-header{
    background:url(../images/banner_bg.png) no-repeat center center;
    background-size:100% 130%;
    max-width: 100% !important;
}

.wrapper-minor{
    padding:0.2em !important;
}

.content .top-footer-text-wrapper{
    text-align: center;
    font-weight: normal;
    color: #000;
    margin-top: -40px;
    background-color: transparent;
    float: right;
    margin-right: 30px;
    text-shadow: 3px 1px 4px #222;
}

.content .top-footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 13pt;
    font-family: 'Arial';
    margin: -1.5em;
}

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

.top-footer-text-wrapper ul li:first-child:before {
content:none;
}
.top-footer-text-wrapper ul li:before {
content: '|';
padding: 0 12px;
color: #000;
}

.full{
    width:100%;
}

.back-img{
    background:url(../images/footer_bg.png) no-repeat center center;
    background-size:100%;
    z-index:-100;
}

/** Services List **/
.content .death-r > .arrangement {
    font-size: 16px;
    background: url(../images/obit_bg.png) no-repeat center center;
    background-size: cover;
    width: 85%;
    margin: 0 auto;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .date {
    font-size: 14px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute {
    border-top: 1px solid #ededed;
    padding: .7em 0!important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Arial';
    list-style-type: none;
    line-height: 20px;
    height:auto;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 0 1%;
    font-family: 'Arial';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    margin: 0;
    resize: none;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width:100%;
    float:none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail {
    display: inline;
    padding-left: 0;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 18px;
    padding-left: .2em;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing,
.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom: -7px;
    position: static;
    float: none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel {
    border-top: 1px solid #ededed;
    text-align: center!important;
}

.content .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 20px;
    padding: .4em 1.2em;
    border: none;
    font-family: 'Arial';
    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;
    float: none;
}

.content .arrangement .tribute-list .tribute-button-panel > a .tribute-button .notification-sign-up{
    display:none;
}

.content .arrangement .tribute-list .tribute-button-panel > a .tribute-button .view-all{
    content: 'See All Obituaries';
    font-family: 'Arial';
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .subscribe-panel {
    z-index: 9;
}

/** Obit Scroller **/

.death-r {
    position: relative;
    border-radius: 10px;
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(135,177,128,0) 0%, rgba(135,177,128,0.22) 5%, rgba(135,177,128,0.48) 20%, rgba(135,177,128,0.48) 80%, rgba(135,177,128,0.22) 96%, rgba(135,177,128,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,177,128,0)), color-stop(5%,rgba(135,177,128,0.22)), color-stop(20%,rgba(135,177,128,0.48)), color-stop(80%,rgba(135,177,128,0.48)), color-stop(96%,rgba(135,177,128,0.22)), color-stop(100%,rgba(135,177,128,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(135,177,128,0) 0%,rgba(135,177,128,0.22) 5%,rgba(135,177,128,0.48) 20%,rgba(135,177,128,0.48) 80%,rgba(135,177,128,0.22) 96%,rgba(135,177,128,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(135,177,128,0) 0%,rgba(135,177,128,0.22) 5%,rgba(135,177,128,0.48) 20%,rgba(135,177,128,0.48) 80%,rgba(135,177,128,0.22) 96%,rgba(135,177,128,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(135,177,128,0) 0%,rgba(135,177,128,0.22) 5%,rgba(135,177,128,0.48) 20%,rgba(135,177,128,0.48) 80%,rgba(135,177,128,0.22) 96%,rgba(135,177,128,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(135,177,128,0) 0%,rgba(135,177,128,0.22) 5%,rgba(135,177,128,0.48) 20%,rgba(135,177,128,0.48) 80%,rgba(135,177,128,0.22) 96%,rgba(135,177,128,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087b180', endColorstr='#0087b180',GradientType=1 ); /* IE6-9 */


    padding: 12px 0;
}

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

.title .centered .death-h{
    display:none;
}

.death-r-block {
    height:auto;
    margin-top: 50px;
}

.arrangement {
    text-align: center;
}

.arrangement .item-list div.item {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    overflow: visible;
    box-sizing: border-box;
    width: 115px;
    height: 140px;
    padding-top: 5px;
    border-radius: 4px;
    margin: 0 0px;
}

.death-r .arrangement .tribute a img {
    max-width: none;
    max-height: 70px;
}

.death-r .arrangement .tribute > a {
    z-index: 1;
    position: relative;
}

.tribute a {
}

.tribute .tribute-detail a {
    color: #000;
    font-size: 14px;
    z-index: 0;
}

.tribute .tribute-detail br {
    display: none;
}

a#yui_3_14_0_3_1421431080209_194 {}

.tribute .tribute-detail {
    line-height: initial;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 15px;
}

.tribute .tribute-detail::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.arrangement .item-list.tribute-list .tribute-button-panel .notification-sign-up{
    display:none;
}

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

.location-info{
    text-align: center;
    font-family: 'signikaregular';
    text-transform: uppercase;
    font-weight:bold;
    color:#29392c;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .view-all{
    position: absolute;
    float: right;
    top: 5px;
    right: 0;
    margin: 0;
    font-family: 'signikaregular';
    font-size: 20px;
}

.arrangement a.search-deceased{
}

.responsive-1 .content .full-widget {
    width: 100%;
    float: none;
    padding-top: 50px;
}

.content .arrangement .tribute-list .tribute-button-panel a:hover{
    color:#0e3016;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li > a > span {
    white-space: normal;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul li ul li a {
    color: #006600;
}

.content .death-r > .arrangement .tribute-list {
    text-align: center;
    
}

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

body.inside-page .main-content,
body.inside-page .main-content h1,
body.inside-page .main-content h2,
body.inside-page .main-content h3,
body.inside-page .main-content h4,
body.inside-page .main-content h5,
body.inside-page .main-content h6 {
    color: #0e3016;
    text-shadow: none;
}

.content .arrangement .search-container {
    z-index:2;
}

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

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

.responsive-1 .content .arrangement .tribute-list .tribute .deceased-image-missing {
    width: 60px;
    height: 80px;
    background-size: cover;
    border: 2px solid #bed6aa;
    box-shadow: 2px 3px 2px 0px #000;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0px #000;
    border-radius: 5px;
    height:130px;
    background-position: top center;
    display:inline-block;
    width: 100px;
    
}

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

.tribute2 .tribute2-content #top-return-link {
    background-color: rgba(0,0,0,0.4) !important;
    font-size: 21px !important;
}

#widget-override .content .main-content-block .wrapper .main-content .tribute2 a #top-return-link:visited, 
#widget-override .content .main-content-block .wrapper .main-content .tribute2 a #top-return-link {
    color: #FFF;
    text-shadow: 0 2px 2px #444;
    background-color: rgba(0,0,0,0.4) !important;
    font-size: 21px !important;
}

.content .arrangement-page-right, 
.content .arrangement-page-left {
    display: none !important;
}

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