/** Fonts **/
@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') 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') 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: 16px/25px Georgia, "Times New Roman", Times, serif;
}

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

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;
    letter-spacing: 0px;
    margin: 25px 0 .5em;
}

h1, .text-seperator h5{
    font-size: 36px;
    margin:0 0 15px;
}

h1.title {
    color:#242636;
}

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

.responsive-rural .content #google_translate_element {
    display: inline-block;
    float: right;
}

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

/** Header **/
/** Logo **/
.responsive-rural .header-block .wrapper{
    position:relative;
}
.responsive-rural #main-logo{
    text-align:center;
}
.responsive-rural .author-section{
    font-size:18px;
    color:#DADADA;
}

.responsive-rural .author-section div{
    display:inline-block;
    vertical-align:middle;
}

.responsive-rural .author-section em,
.responsive-rural .author-section .author-txt{
    font-style:normal;
    display:inline-block;
    vertical-align:middle;
    padding:0 5px;
}

.responsive-rural .author-section .line-left,
.responsive-rural .author-section .line-right {
    background:#555555;
    height:1px;
    width:120px;
    display:inline-block;
    vertical-align:middle;
}

/** Navigation **/
.responsive-rural .content .header-block #nav-wrap{
    float:right;
}
.responsive-rural .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;
}

.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: left;
    position: relative;
    margin: 0 .07em;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding:27px 17px 24px;
    display: inline-block;
    font-size:14px;
    color:#DADADA;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul > li > a:hover,
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > a{
    background:#4d3c2e;
    color:#fff;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding:0;
}
.responsive-rural .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-rural .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    position: relative;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a{
    padding:15px 19px 17px;
    font-size: 14px;
    display:block;
    line-height:1.3;
    color:#DADADA;
    border-bottom:1px solid #181A2A;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a:hover{
    background:#4d3c2e;
    color:#fff;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block; 
    margin: 0;
    padding:0;
}
.responsive-rural .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;
}

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

/** Main Banner **/
.responsive-rural .content .fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    margin-top:30px;
    max-height:700px !important;
    overflow:hidden!important;
    border:7px solid #030304;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.responsive-rural .content .main-content-block{
    padding:30px 0 25px;
}
.responsive-rural .content .detail-content{
    border:1px solid #E2E2E9;
    padding:20px;
}
.responsive-rural .content .testimonial-wrap{
    background:#F6F6F6;
    padding:25px 35px 30px 20px;
    font-size:14px;
    color:#6B6E80;
}
.responsive-rural .content .quote-bot{
    background:url(../images/quote-bot.png) right bottom no-repeat;
    padding-bottom:30px;
}
.responsive-rural .content .quote-top{
    background:url(../images/quote-top.png) left top no-repeat;
    padding:35px 0 0 15px;
}
.responsive-rural .content .detail-testimonial{
    border-top:1px solid #eee;
    padding:25px 0 0;
    margin:25px 0 0;
}
.responsive-rural .content .testimonial-wrap .detail-testimonial:first-child{
    border-top:none;
    margin-top:0;
    padding-top:0;
}
.responsive-rural .content .testimonial-wrap strong{
    color:#242636;
}
.responsive-rural .content .testimonial-wrap p{
    margin:0 0 10px;
    line-height:1.7;
}
/** Offers **/
.responsive-rural .content .offers .title {
    color: #9e9e9e;
}
.responsive-rural .content .offers .subtitle{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}
/** Services List **/
.responsive-rural .content .services .arrangement {
    font-size: 16px; /** To match the body **/
}
.responsive-rural .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;
}
.responsive-rural .content .services .arrangement .search-container {
    position:relative;
}
.responsive-rural .content .services .arrangement .search-container .search-deceased {
    position:absolute;
    top: 10px;
    right: 5px;
    height: 45px;
    width: 30px;
    background:none;
}
.responsive-rural .content .services .arrangement .search-container .tribute-smart-search,
.responsive-rural .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;
}
.responsive-rural .content .services .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width:100%;
    float:none;
}

.responsive-rural .content .services .arrangement .search-container .search-deceased:before {
    content: "C";
    font-family: 'bulletsregular';
    font-size: 38px;    
}
.responsive-rural .content .services .arrangement .tribute-list .tribute  .tribute-detail {
    display:inline;
}
.responsive-rural .content .services .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 18px;
    padding-left: .2em;
}
.responsive-rural .content .services .arrangement .tribute-list .tribute .deceased-image-missing,
.responsive-rural .content .services .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom:-7px;
}
.responsive-rural .content .services .arrangement .tribute-list .tribute-button-panel {
    border-top: 1px solid #ededed;
    text-align: center!important;
}
.responsive-rural .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;    
}
.responsive-rural .content .services .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}

/** Paralax video block **/
.responsive-rural .content .video-block {
    background: url(https://parsky.com/skin-files/images/paralax-img.png) repeat 0 0 #352923;
}
.responsive-rural .content .video-block .wrapper{
    max-width: 850px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.responsive-rural .content .video-block .fluid-width-video-wrapper{
    border: 2px solid #000;
    margin: 2.5em 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.responsive-rural .content .video-block h4 {
    font-size: 28px;
}
.responsive-rural .content .video-block h5{
    font-size: 22px;    
}
/** Certifications **/
.responsive-rural .content .certifications-title-block {
    font-size:28px;
    margin-bottom:-30px
}

.responsive-rural .content .certifications-block {
    top:0;
    padding-top: 1em;
    padding-bottom: 1em;    
} 
.responsive-rural .content .certifications-block .thumb:before{
    display: none;
}
.responsive-rural .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-rural .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-rural .content .widget-footer-block {
    padding-bottom: 2.5em;
    padding-top: 1em;
    font-size: 14px;
}
.responsive-rural .content .widget-footer-block img {
    max-width: 100%;
}
.responsive-rural .content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
    margin-bottom: 0;
}
/** Quick-links **/
.responsive-rural .content .widget-footer-block .widget ul {
    margin:0;
    padding:0;
}
.responsive-rural .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-rural .content .widget-footer-block .widget ul li{
    background:url(../images/bullet.png) left 8px no-repeat;
    padding-left:28px;
}

/** Page Footer **/
.responsive-rural .content .page-footer-block {
    padding:20px 0 10px;
    font-size:14px;
}
.responsive-rural .content .page-footer-block .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}
.responsive-rural .content .page-footer-block .copyright .ft-logo {
    background: url(https://parsky.com/skin-files/Brighton_Memorial/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 .responsive-rural .content .main-content-block .wrapper {
    padding:0;
    max-width: 1024px;
    box-shadow: 0px 0px 20px 5px #000;
    -moz-box-shadow: 0px 0px 20px 5px #000;
    -webkit-box-shadow: 0px 0px 20px 5px #000;
}
.widget-page .responsive-rural .content .main-wrap {
    background-size: 1024px auto;
}
.widget-page .responsive-rural .main-content-block {
    background-size: 1750px auto;
}


.responsive-rural .content .page-footer-block .footer-link {
    color:#FFF;
}


/** Look and Feel Defaults - Can be overridden in the theme style **/
body {
    font-family: 'ralewayregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#6B6E80;
    font-size:18px;
    background: #ebe5ce;
}
.responsive-rural .content .main-content-block a,
.responsive-rural .content .video-block a{
    color: #242636;
}
.responsive-rural .content .page-footer-block .copyright a {
    color:#D7D7D7;
    text-decoration:underline;
}

/* White */
.responsive-rural .content .video-block h4, 
.responsive-rural .content .video-block h5, 
.responsive-rural .content .certifications-title-block h4, 
.responsive-rural .content .certifications-title-block h5, 
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation a, 
.responsive-rural .content .header-block #nav-wrap #menu-icon, 
.responsive-rural .content .services .arrangement .tribute-list .tribute-button-panel a, 
.responsive-rural .content #scrollUp {
    color: #fff;
}

/* Orange */
.responsive-rural .content .widget-footer-block .widget a:hover, 
.responsive-rural .content .widget-footer-block .widget ul li:before, 
.responsive-rural .content .services .arrangement .tribute-list .tribute .tribute-detail a,
.responsive-rural .content .video-block a:hover,
.responsive-rural .content .header-block #nav-wrap li.selected > a,
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul a:hover,
.responsive-rural .content .main-content-block .content-secondary-nav ul li.selected > a,
.responsive-rural .content .main-content-block .content-secondary-nav ul li a:hover, 
.responsive-rural .content .main-content-block a:hover,
.responsive-rural .content #scrollUp:hover,
.responsive-rural .content .page-footer-block .copyright a:hover {
    color: #d27805;
}

/* Light Brown **/
.responsive-rural .content .widget-footer-block h3 {
    color: #C8C9D0;
    font-size:22px;
    border-bottom:1px solid #36384C;
    font-weight:bold;
    line-height:24px;
    padding:0 0 10px;
    margin:0 0 40px;
}

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

/* Near Black */
.responsive-rural .content .header-block{
    background:#000;
    text-align: center;
}
.responsive-rural .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    background:#000;
    min-width:202px;
}

/* Dark Brown */
.responsive-rural .content .widget-footer-block{
    background:#31261D url(../images/pattern8.png);
}

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

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

/* Dark Grey */
.responsive-rural .content .page-footer-block {
    background:#000;
}

/* Dark Brown */
.responsive-rural .content .video-block {
    background: url(../images/paralax-img.png) repeat 0 0 #352923;
}
.responsive-rural .content .banner-block,
.responsive-rural .content .blog-item{
    background:#31261D url(../images/pattern8.png);
    padding:40px 0;
    min-height:70px;
}
.responsive-rural .content .firm-address{
    text-align:center;
    color:#fff;
    padding:5px 0 0;
}
.responsive-rural .content .copyright{
    color:#D7D7D7;
    padding-top:5px;
}
.responsive-rural .content .copyright p{
    margin:0 0 10px;
}
.responsive-rural .content .social-section > div{
    float:right;
    margin-left:10px;
}
.responsive-rural .content .blog-item{
    padding:16px 0 0;
    background:#ebe5ce;
}
.responsive-rural .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;    
}
.responsive-rural .content .gallery-section a:hover img{
    border-color:#e4c160;
}
.advanced-slide-show-container .caption-container{
    bottom:5% !important;
}
.responsive-rural .banner-block .image-missing,
.responsive-rural .page-footer-block .image-missing{
    height:inherit !important;
}
.responsive-rural .tabs-section{
}
.responsive-rural .tabs,
.responsive-rural .tabs li{
    list-style:none;
    margin:0;
    padding:0;
}
.responsive-rural .tabs li{
    float:left;
    border-top:1px solid #000;
    border-right:1px solid #e2e2e9;
}
.responsive-rural .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;
}
.responsive-rural .content .tabs li a:hover{
    color:#fff;
}
.responsive-rural .tabs li.active{
    border-right-color:#000;
}
.responsive-rural .content .tabs li.active a{
    background:url(../images/tabs-bg.png);
    border-color:#000;
}
.responsive-rural .tabs-content{
    padding:25px 20px 10px;
    background:url(../images/tabs-bg.png);
    color:#B9A263;
    display:none;
}
.responsive-rural .tabs-cotent-wrap .tabs-content:first-child {
    display:block;
}

.responsive-rural .widget-list ul,
.responsive-rural .widget-list li{
    list-style:none;
    margin:0;
    padding:0;
}
.responsive-rural .widget-list ul{
    padding-bottom:35px;
}
.responsive-rural .widget-list li{
    border-top:1px solid #000000;
    padding:15px 0 0;
    margin:20px 0 0;
}
.responsive-rural .widget-list li:first-child{
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.responsive-rural .widget-list-photo{
    float:left;
    width:65px;
}
.responsive-rural .widget-list-photo img{
    max-width:100%;
    border:3px solid #eeeff4;
}
.responsive-rural .widget-list-photo a:hover img{
    border-color:#e9e0bd;
}
.responsive-rural .desc{
    margin-left:85px;
}
.responsive-rural .desc h4{
    font-size:18px;
    color:#fff;
    margin:0 0 14px;
}
.responsive-rural .content .desc h4 a{
    color:#fff;
}
.responsive-rural .content .desc p{
    margin:0 0 10px;
}
.responsive-rural .content .tabs-section .view-all{
    background:#4D3C2E;
    color:#fff;
    padding:12px 16px;
    font-size:14px;
    display:inline-block;
}
.responsive-rural .content .tabs-section .view-all:hover{
    background:#c8bca5;
    color:#fff;
}

.responsive-rural #video-section .post-video {
    text-align: center;
}

.responsive-rural #video-section .outer-responsive-video-container {
    background:#EEEFF4;
    padding:8px;
}

.responsive-rural #video-section h3{
    margin-bottom:20px;
}
.responsive-rural #video-section img{
    max-width:100%;
}
.responsive-rural #video-section iframe{
}

.responsive-rural .content .arrangement-thumbs a{
    color:#242636;
}
.responsive-rural .arrangement .email-notification-thankyou, .arrangement .email-notification-panel{
    float:none !important;
    width:auto !important;
    color:#242636 !important
}


.responsive-rural .arrangement-thumbs .arrangement{
    width:100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.responsive-rural .arrangement .search-container .tribute-smart-search,
.responsive-rural .arrangement .email-notification-panel input{
    padding:8px 8px 7px;
    height:17px;
    width:92%;
    border:1px solid #E2E2E9;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.responsive-rural .arrangement .email-notification-panel input{
    width:70%;
    margin:10px 10px 0 0;
}
.responsive-rural .arrangement .please-wait-message{
    display:block;
}
.arrangement .search-container{
    position:relative;
}
.responsive-rural .arrangement a.search-deceased{
    width:34px !important;
    height:32px !important;
    position:absolute;
    right:30px;
    top:1px;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute{
    height:auto !important;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute:after{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list{
    margin:15px 10px 5px;
    width:auto;
}
.responsive-rural .arrangement-thumbs .arrangement{
    background:none;
    border:1px solid #E2E2E9;
    padding:25px 20px;
}
.responsive-rural .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;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute img,
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute .deceased-image-missing{
    max-width:60px;
    max-height:75px;
    border:2px solid #EEEFF4;
    float:left;
}

.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute a{
    text-align:left;
    color:#242636;
    font-size:13pt;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute a:hover{
    color:#d27805;
}
.responsive-rural .arrangement-thumbs{
    padding-top:55px;
}
.responsive-rural .arrangement{
    font-size:14px;
}
.responsive-rural .content .content-top-bar{
    position:absolute;
    left:-1px;
    top:-51px;
    border-left:1px solid #e2e2e9;
}
.responsive-rural .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 #4D3C2E;
    border-right:1px solid #e2e2e9;
    float:left;
    position:relative;
    margin-bottom:-1px;
    background:#fff;
}
.responsive-rural .content .content-top-bar a.past-services{
    background:#f1f1f3;
    border-top-color:#e2e2e9;
    color:#000 !important;
}
.responsive-rural .arrangement-list-full fieldset{
    margin:20px 10px 10px;
}
.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute .date{
    display:inline-block;
    color:#9394A3;
    line-height:initial;
}
.responsive-rural .contact-us-form .contact-form .form-row .label{
    font-size:14px;
    margin:0 0 2px;
}
.responsive-rural .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;
}
.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;
}

.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute .deceased-image-missing {
    width: 60px;
    height: 75px;
    display: inline-block;
    border: 2px solid #aaa;
    box-shadow: 2px 3px 2px 0 #000;
    float: none;
    background-size:cover;
}

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

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

.responsive-rural .arrangement-thumbs .arrangement .tribute-list .tribute .tribute-detail {
    margin-left: 0;
    line-height: 1.1;
    height: auto;
    padding-left: 5px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.content .arrangement-list-full .full-list-container {
    border: 0;
    width: 98%;
    padding: 0 10px 0 10px;
}

.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;
    height: 130px;
}

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

.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;
    background-position: top center;
    height: 130px;
}

.content .tribute2 .picture-frame .inner-frame img.inner-image {
  height: 250px;
  top: -5px;
}

.content .tribute2 .picture-frame .inner-frame .image-wrapper {
  max-width: 100%;
}

.content .tribute2 .picture-frame .inner-frame .image-outter {
  top: 0 !important;
}

.content .tribute2 .picture-frame .inner-frame {
  background-color: transparent;
  top: 40px;
}

.content .tribute2 .picture-frame .inner-frame .empty-image {
    margin-top:0;
}

.content .arrangement-thumbs .arrangement .tribute-list .tribute a {
    width: initial;
    margin-left:0;
}

.content .product-selector .product dl.details {
    text-align: left;
}

.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: 70%;
    max-height: 185px;
    margin-top: 20px;
}

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

.content .product-selector .product-view .product .product-image {
    height: inherit;
}

#widget-override .responsive-rural .content #main-logo img {
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .content .product-selector .products .product {
        width: 97%;
        height: inherit;
        max-height: 325px;
    }
}

@media only screen and (max-width: 430px) {
    .content .form-render .form-step-navigation ul li h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 410px) {
    .content .form-render .form-step-navigation ul li h2 {
        font-size: 13px;
    }
}

.content .contact-info {
    min-height:50px;
    min-width: 50px;
    display: inline-block;
    color: #fff;
}