@import url("../../resources/socialmedia/light/socialmedia.css");
@import url("../../resources/associations/light/associations.css");

body{
    font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
    font-size: 87.5%;
    background: #09091f url("home-body-bg.jpg") top repeat-x;
}
a:link, a:visited {
    color: #fff;
}
a:hover {
    color: #8A8A8A;
}
a:active {
    color: #fff;
}
h1, h2, h3, h4, h5,
#bom-site-wrapper a {
    color: #c1a865;
}
#bom-site-wrapper .bom-button a {
    color: #404040;
}
#datapane-wrapper font {
    color: #fff;
}

#frpExtra1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 775px;
    background: url("home-frpExtra1-bg.jpg") center no-repeat;
    z-index: -100;
}

/*#frpExtra2 {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 545px;
    background: url("home-frpExtra2-bg.png") center no-repeat;
    z-index: -50;
}*/


#top-tribute-dropdown,
#top-tribute-dropdown-btn,
#top-tribute-dropdown a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

#top-container {
    z-index: 1001 !important;
}

#top-tribute-dropdown-container {
    width: 962px;
}

#top-tribute-dropdown-btn {
    box-shadow: 0px 3px 5px #000;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#top-tribute-dropdown{
    box-shadow: 0px 3px 5px #000, inset 0 0 10px 1px #000;
    background: #88723a url("top-tribute-dropdown-bg.png") bottom repeat-x;
    border: 1px solid #09091f;
    border-top-width: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#top-tribute-dropdown-btn{
    padding-top: 11px;
    height: 24px;
    position: relative;
    color: #dacba1;
    font-family: "Georgia", serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.65);
    background: url("top-tribute-dropdown-btn.png") no-repeat;
    top: 5px;
    text-shadow: 0px 1px 2px #000;
}

#top-tribute-dropdown h4,
#top-tribute-dropdown h3 {
    color: #d8c394;
    font-family: Georgia, serif;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 0 #000;
}

#top-tribute-dropdown h4 {
    font-size: 1.25em;
}

#top-tribute-dropdown h3 {
    font-size: 1.5em;
}

#top-tribute-search-btn {
    width: 24px;
    height: 24px; 
    border: 0;
    text-indent: -99999px;
    background: url("top-tribute-search-btn.png") no-repeat;
    box-shadow: 1px 2px 5px #000;
    -moz-box-shadow: 1px 2px 5px #000;
    -webkit-box-shadow: 1px 2px 5px #000;
}

#top-tribute-list-pagination{
    border-radius: 15px;
    padding: 2px;
    height: 25px;
}
.top-tribute-expanded {
top: -5px !important;
}
#top-tribute-list-pagination .pagination-btn{
    border: 1px solid #fbd48b;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
    -webkit-box-shadow: 1px 1px 1px #000;
}

#top-tribute-list-next{
    margin-left: 3px;
    background: #d5ae62;
    background: center no-repeat url("arrow-right.png"); /* fallback */
    background: center no-repeat url("arrow-right.png"), -webkit-gradient(linear, left top, left bottom, from(#d5ae62), to(#61421e)); /* Saf4+, Chrome */
    background: center no-repeat url("arrow-right.png"), -webkit-linear-gradient(top, #d5ae62, #61421e); /* Chrome 10+, Saf5.1+ */
    background: center no-repeat url("arrow-right.png"), -moz-linear-gradient(top, #d5ae62, #61421e); /* FF3.6+ */
    background: center no-repeat url("arrow-right.png"), -ms-linear-gradient(top, #d5ae62, #61421e); /* IE10 */
    background: center no-repeat url("arrow-right.png"), -o-linear-gradient(top, #d5ae62, #61421e); /* Opera 11.10+ */
    background: center no-repeat url("arrow-right.png"), linear-gradient(top, #d5ae62, #61421e); /* W3C */
}

#top-tribute-list-prev{
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background: #d5ae62;
    background: center no-repeat url("arrow-left.png"); /* fallback */
    background: center no-repeat url("arrow-left.png"), -webkit-gradient(linear, left top, left bottom, from(#d5ae62), to(#61421e)); /* Saf4+, Chrome */
    background: center no-repeat url("arrow-left.png"), -webkit-linear-gradient(top, #d5ae62, #61421e); /* Chrome 10+, Saf5.1+ */
    background: center no-repeat url("arrow-left.png"), -moz-linear-gradient(top, #d5ae62, #61421e); /* FF3.6+ */
    background: center no-repeat url("arrow-left.png"), -ms-linear-gradient(top, #d5ae62, #61421e); /* IE10 */
    background: center no-repeat url("arrow-left.png"), -o-linear-gradient(top, #d5ae62, #61421e); /* Opera 11.10+ */
    background: center no-repeat url("arrow-left.png"), linear-gradient(top, #d5ae62, #61421e); /* W3C */
}

#top-tribute-list-pagination .page-indicator{
    width: 5px;
    height: 5px;
    margin: 9px 7px;
    border-radius: 5px;
    background: #fbd48b;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
    -webkit-box-shadow: 1px 1px 1px #000;
}

#top-tribute-list-pagination .page-indicator.active-page{
    background-color: #fff;
}

#top-tribute-search-con #top-tribute-view-all{
    display:block;
    color: #d8c394;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    border: 1px solid #d4caa2;
    background: #292214;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#top-tribute-search-con p {
    color: #d8c394;
}

.top-tribute-list-hover{
    color: black;
    font-size: 11px;
    text-shadow: none;
}

#utility-con {
    top: 11px;
    line-height: 19px;
}

#utility-con a {
    color: #ffecbf;
    text-decoration: none;
    text-shadow: 0px 1px 2px #000;
}
#utility-con a, #utility-con .link {color:#fff; text-shadow: 0px 1px 2px #000; font-family: "Georgia", serif;}
#utility-con a:hover {
    color: #fff;
}
#immediate-need-link {
color: #FFF; cursor: pointer;
}
#utility-immediate-need, #utility-language, #utility-contact, #utility-location-maps {
background: #3c3c50; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjM2M1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2N2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3c3c50 0%, #66667a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c50), color-stop(100%,#66667a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3c3c50 0%,#66667a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3c3c50 0%,#66667a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3c3c50 0%,#66667a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3c3c50 0%,#66667a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c50', endColorstr='#66667a',GradientType=0 ); /* IE6-8 */

border:1px solid #fff;border-top:0px;
box-shadow: inset 0px 0px 5px #000, 0px 2px 3px #000;
-moz-box-shadow: inset 0px 0px 5px #000, 0px 2px 3px #000;
-webkit-box-shadow: inset 0px 0px 5px #000, 0px 2px 3px #000;
width: 123px;
height: 23px;
text-align: center;
padding-top: 3px;
}

#utility-immediate-need:hover, #utility-language:hover, #utility-contact:hover,
#utility-location-maps:hover {background-color:#7676A0;}
#utility-language {padding: 0px; height: 26px; }
 .goog-te-gadget-simple {background: none !important;  font-size: 14px !important; border:none !important; color:#fff}
 .googleTranslate img {display: none;}
 .googleTranslate span {border:none !important;}
 .goog-te-menu-value {display: block; overflow: hidden; width: 101px;
 padding-top: 2px; }
 
#main-navigation-bar .main-nav-btn a.main-nav-tab,
#main-navigation-bar .main-nav-btn{
    text-decoration: none;
    /*color: #FFFFFF;*/
    background: url("main-nav-btn-bg.png") top left repeat-x;
    color: #dbcea2;
    font-weight: bold;
    text-shadow: none;
    font-family: "Georgia", serif;
    font-weight: normal;
    float: left;
    border-radius: 6px 6px 0px 0px;
    border-right:1px solid #383838;
    border-top:0px;
}

#main-navigation-bar .main-nav-btn:hover a.main-nav-tab,
#main-navigation-bar .main-nav-btn:hover{
    background-position: bottom left;
    color:#fff;
}

#main-navigation-bar .main-nav-btn.home-btn a.main-nav-tab {
    background: url("home-icon.jpg") no-repeat;
}

#main-navigation-bar .main-nav-btn.home-btn a.main-nav-tab:hover {
    background-position: bottom left;
}

#main-navigation-bar .main-navigation-submenu {
    background: url("main-navigation-submenu-bg.jpg") no-repeat;
    height: auto;
    background-size: cover;
}

#main-navigation-bar .main-navigation-submenu .main-nav-header{
    color: #000;
    text-decoration: none;
    text-shadow:none;
}

#main-navigation-bar .main-navigation-submenu .main-nav-header:hover {
    color: #fff;
}

#main-navigation-bar .main-navigation-submenu ul li a {
    text-shadow: 2px 1px 2px #000;
}

#main-navigation-bar .main-navigation-submenu ul li a:hover {
    color: #baa777;
}
 
#slider-container {border:1px solid #ded3a7; overflow: hidden;}

#slider-container .slider-controls{
    background: url('slider-arrows.png') no-repeat;
    display: none;
}

#slider-container #slider-next{
    background-position: -30px;
}

#tabbed-content-container .tabbed-content .tab.active{
    background-position: bottom;
    color:#0e0e2f;
    text-shadow: none;
}

#tabbed-content-container .tabbed-content .tab {
    margin-left: 0px;
    width: 157px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    border: 1px solid #2C2C4A;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: url("default-button-texture.jpg") top repeat-x;
    font-family: "Georgia", serif;
    color: white;
    
}

#tabbed-content-container .tabbed-content .tab-content{
    width: 878px;
    height: 268px;
    box-shadow: inset 0 0 10px #000;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom:1px solid #2d2d3f;
    background: #f6ebd5 url("tabbed-content-bg.jpg") top no-repeat;
    color: white;
    
}

#welcome-container h1 {
    color: #d5c088;
    font-family: Georgia, serif;
    font-weight: normal;
}

#welcome-container img{
    border: 1px solid black;
}

#welcome-paging .welcome-page-indicator{
    background: #e5c87e;
    border: 1px solid #000000;
    border-radius: 6px;
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 4px #000;
}

#welcome-paging .welcome-page-indicator.active-page{
    background: #FFFFFF;
}

.welcome-page-btn {
    height: 36px;
    background: url("welcome-msg-arrows.png") right no-repeat;
}

#welcome-prev-page.welcome-page-btn {
    background-position: left;
}

#news-events-container .news-event-date { 
    font-family: "Georgia", serif;
    color:#d5c088;
}

#news-events-container .news-event-item {
    border-bottom: 1px solid #b6a889;
}

#locations-branch-controls .locations-branch{
    border: 1px solid #fceaac;
    padding: 2px 5px;
    background: url("default-button-texture.jpg") top no-repeat;
    box-shadow: 2px 2px 2px #888;
}

#locations-branch-controls .locations-branch.active-branch {
    color: #000;
    background: url("default-button-texture.jpg") 0 -36px no-repeat;
}

#locations-container #locations-column2 .locations-googlemap{
    border: 1px solid #fff;
    text-shadow: none;
    box-shadow: 0 3px 8px #888
}

#locations-column1 h3, #locations-column1 a {color: #D5C088; }

#testimonials-container {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    
}

#testimonials-container .testimonial-name, #weather-container .weather-current label, #weather-container .weather-forecast label {
    color: #D5C088;
}

#welcome-container .welcome-page { 
color: white;
}

/*.helping-container{
    box-shadow: 2px 2px 10px #000, inset 0 0 10px #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d2c8a0;
    background-color: #f6ebd5;
}*/

#helping.helping-container .grief-column, #helping.helping-container .grief-column {
    width: 434px;
    border:1px solid #fff;
    box-shadow: inset 0px 0px 5px #000;
    -moz-box-shadow: inset 0px 0px 5px #000;
    -webkit-box-shadow: inset 0px 0px 5px #000;
    border-radius: 12px; -webkit-border-radius:12px; -moz-border-radius:12px;
    background:url("griefApps-bg.jpg") repeat top left;
    padding:17px;
    overflow: hidden;
}

.helping-container .column1 h3, .helping-container .column2 h3 {
   color:#fff;
   text-shadow: 0px 1px 2px #000;
}

.helping-container .column1 {
margin-right: 30px;
}

.helping-content {
height: 136px;
overflow: auto;
}

.helping-container {
padding: 0px 0px;
margin: 25px 0;
height: 201px;
}

.helping-container h3 {
    font-family: Georgia, serif;
    font-weight: normal;
}

#airlines-list a {color:#D5C088;}

#cta-container h4 a{
    color: #e5d0a1;
    text-decoration: none;
}

#cta-container .cta .cta-content {
    color: #fff;
}

#slogan-box-con,#cta-container{ 
    border: 1px solid #2b3012;
    box-shadow: 0px 0px 3px #000, inset 0 0 10px 1px #000;
    background: #171b24;
    border: 1px solid #2c2c3d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
}

#cta-container h4 a:hover{
    text-decoration: underline;
}


 
#associations-container,
#social-container{
    margin-bottom: 5px;
    border: none;
    
}

#associations-container {
background: url("associations-bg.png") bottom center no-repeat;
}

#social-container{
background: url("associations-bg.png") bottom center no-repeat;
}

#associations-container .associations-logo { 
height: 51px;
}

#associations-container .associations-logo,
#social-container .social-logo{
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
}

 

#footer-container .footer-sitemap-header {
    font-weight: bold;
    color: #c1a865;
    text-decoration: none;
}

#main-footer-con a,
/*.footer-sitemap-header,*/
#footer-sitemap .footer-sitemap-col ul li a{    
    color: #fff;
    text-decoration: none;
}

#main-footer-con a:hover,
.footer-sitemap-header:hover,
#footer-sitemap .footer-sitemap-col ul li a:hover{
    text-decoration: underline;
    color:#c1a865;
}
#main-footer-links a {color:#c1a865 !important;}
#main-footer-con {
    color: #fff;
}

#main-footer-con .main-footer-phone {
    color: #c1a865;
}

.main-footer-links {
    margin-top: 10px;
}
#logo-address-con { 
top: 23px;
}

#logo-bar-con {
height: 185px;
position: relative;
}

#logo-address-con {
color: #FFF;
text-shadow: 0px 1px 2px #000; 
padding: 13px;
border-radius: 5px 5px 5px 5px;
top: 54px;
position: absolute;
left: 0px;
text-align: left;
width: 250px;
}

#logo-bar-con #logo {
position: relative;
top: 51px;
margin: 0px auto;
float: none;
height: 140px;
background-position: 50%;
}
.locations-branch.active-branch {
background: #FFF !important;
border: 1px solid #000 !important;
}
.locations-branch {
background: #C3C3C3 !important;
border: 1px solid #FFF !important;
color:#000 !important;
box-shadow: 0px 1px 2px #000 !important; -moz-box-shadow: 0px 1px 2px #000 !important; -webkit-box-shadow: 0px 1px 2px #000 !important;
}
#locations-container {
margin-top: -30px;
}

#utility-con #utility-immediate-need {
float: left;
left: 10px;
position: relative;
}

#utility-contact {
margin-right: 4px;
}

#immediate-need-content {
height: 151px;
}

#immediate-phone {
color: #DDD3B4;
}

.slider-content {
    background: #0e0e2d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlMGUyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDNkNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0e0e2d 0%, #3d3d63 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e2d), color-stop(100%,#3d3d63)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0e0e2d 0%,#3d3d63 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0e0e2d 0%,#3d3d63 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0e0e2d 0%,#3d3d63 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0e0e2d 0%,#3d3d63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e2d', endColorstr='#3d3d63',GradientType=0 ); /* IE6-8 */
border:1px solid #ded3a8;
color:#fff !important;
box-shadow:inset 0px 0px 10px #000; -moz-box-shadow:inset 0px 0px 10px #000; -webkit-box-shadow:inset 0px 0px 10px #000;
text-align: left;
}
#notify-me {
color: #FFF;
background: #000040;
border: 1px solid #FFF;
border-radius: 4px;
box-shadow: 0px 1px 2px #000;
cursor: pointer;
}
#service-notification-slider {
height: 110px;
}
#cta-container.cta-3 .cta {
width: 283px;
}
#cta-container.cta-2 .cta {
width: 435px;
}
.frp_businesslist_businessname {
color: #ded3a8;
}
.frp_google_map {
width: 400px;
height: 320px;
border: 1px solid #000;
}
iframe#sympathyStore { 
height: 1840px;}



#tabbed-content-container.tab-6 .tab {
width: 157px !important;
}

#tabbed-content-container.tab-5 .tab {
width: 189px !important;
}
#tabbed-content-container.tab-4 .tab {
width: 237px !important;
}
#tabbed-content-container.tab-3 .tab {
width: 317px !important;
}
#tabbed-content-container.tab-2 .tab {
width: 477px !important;
}
#tabbed-content-container.tab-1 .tab {
width: 955px !important;
}

#footer-sitemap.footer-6-cols .footer-sitemap-col {
width: 16%;
}
#footer-sitemap.footer-5-cols .footer-sitemap-col {
width: 20%;
}
#footer-sitemap.footer-4-cols .footer-sitemap-col {
width: 25%;
}
#footer-sitemap.footer-3-cols .footer-sitemap-col {
width: 33%; }

#footer-sitemap.footer-2-cols .footer-sitemap-col {
width: 50%; }

.flower-column {
color: #000;
text-shadow: none;
font-weight: normal;
}

.flower-order-btn {
border: 1px solid #FFF;
box-shadow: 0px 0px 5px #000;
background: #091931;
color: #FFF !important;
border-radius: 6px;
}
.flower-column h3 {
font-weight: normal;
font-size: 20px;
color: #302103;
}

#flowerOrderingListings li {
list-style: none;
float: left;
margin: 0px 10px;
}
#flowerOrderingListings .frp_toggle_controls li a {
border: 1px solid #FFF;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #34496D;
color: #FFF !important;
text-decoration: none !important;
box-shadow: 0px 1px 2px #000;
-moz-box-shadow: 0px 1px 2px #000;
-webkit-box-shadow: 0px 1px 2px #000;
display: block;
width: 120px;
margin: 3px auto;
text-align: center;
height: 20px;
padding: 3px;
font-weight: normal;
}
 
#flowerOrderingListings .frp_toggle_controls li {
text-align: center;
cursor: pointer;
font-weight: bold;
color: #1F020E;
}
 #flowerOrderingListings .frp_toggle_controls li a:hover {color: #C2C2C2 !important;}

#togglePlaceholder_flowerOrderingListings .list_placeholder {
   clear: both;
} 
 #flowerOrderingListings .frp_tributelist_image {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
#flowerOrderingListings .frp_toggle_controls {
    height: 40px;
    clear: both;
}

#flowerOrderingListings .list_placeholder li {
    width: 340px;
    height: 50px;
}

#flowerOrderingListings .list_placeholder li a {
    color: #D9CCA1;
    text-decoration: none;
}

#flowerOrderingListings .list_placeholder li.frp_tributelist_nophoto .frp_tributelist_image {
background: url("no-photo.jpg") no-repeat;
}
#service-listings {
padding: 10px 50px 10px 50px;
margin: 20px 0;

background: #141440; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTQ0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzBjMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #141440 0%, #0c0c26 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141440), color-stop(100%,#0c0c26)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #141440 0%,#0c0c26 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #141440 0%,#0c0c26 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #141440 0%,#0c0c26 100%); /* IE10+ */
background: linear-gradient(to bottom,  #141440 0%,#0c0c26 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141440', endColorstr='#0c0c26',GradientType=0 ); /* IE6-8 */

border-radius: 10px;
box-shadow: inset 0px 0px 5px #000, 0px 2px 5px #000;
-moz-box-shadow: inset 0px 0px 5px #000, 0px 2px 5px #000;
-webkit-box-shadow: inset 0px 0px 5px #000, 0px 2px 5px #000;
border: 1px solid #DED3A7;
}

#service-listings .service-listing { 
margin: 0 9px 9px 0;}
#service-listing-toggle .service-listing-option {
color: #DED3A7;
border-color:#DED3A7 !important;
}
.service-viewall, .service-viewall a {
color: #FFF !important;
text-decoration: none;
cursor: pointer;
border-color:#fff;
}
.service-viewall a:hover, #service-obit-notification:hover {color: #C5C5C5 !important;}
#service-listing-toggle {border-color:#fff;}

#service-listings a:hover {
color: #C5C5C5 !important;
}
.service-listing-photo {
    border: 1px solid #818181;
    box-shadow: 0px 1px 2px #000; -moz-box-shadow: 0px 1px 2px #000;
    -webkit-box-shadow: 0px 1px 2px #000;

}
#tribute-card, #tribute-card a {color:#000;}
#tribute-card:hover, #tribute-card a:hover {color:#000 !important;}

#welcome-container, .welcome-page {
    width: 878px;
}

#grief {
    background: url("support-bg.jpg") no-repeat top left;
    border:1px solid #2c2c3e;
    box-shadow: inset 0px 0px 10px #000, 0px 0px 10px #000; -moz-box-shadow: inset 0px 0px 10px #000, 0px 0px 10px #000; -webkit-box-shadow: inset 0px 0px 10px #000, 0px 0px 10px #000;
}

#helping h3 {
    color: #FFF;
    text-shadow: 0px 1px 2px #000;
}
#helping .helping-content {color:#fff;}
#tabbed-content-container {
margin: 20px 0px 20px 0px;
}

#grief .grief-column {
width: 420px;
padding: 20px;
}

#grief .helping-content {
width: 220px;
color:#fff;
float: left;
}

#datapane-wrapper input[type="submit"], #datapane-wrapper input[type="reset"] {
    border: 1px solid #f7ebbc !important;
    background:url("form-btn-bg.png") repeat-x #836d4a !important;
    box-shadow: 0px 0px 2px #000; -moz-box-shadow: 0px 0px 2px #000; -webkit-box-shadow: 0px 0px 2px #000;
    font-family: "Trebuchet MS", sans-serif;
    color:#0f0f30 !important;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    cursor: pointer;
}

::-webkit-input-placeholder { color:#000; font-size: 10px; padding-top:2px; padding-left:3px; }
::-moz-placeholder { color:#000; font-size: 10px; padding-top:2px; padding-left:3px;} /* firefox 19+ */
:-ms-input-placeholder { color:#000; font-size: 10px; padding-top:2px; padding-left:3px;} /* ie */
input:-moz-placeholder { color:#000; font-size: 10px; padding-top:2px; padding-left:3px;}


#footer-container {
    width:100%;
    border-top:1px solid #2c2c3e;
    background: url("footerwrapper-bg.jpg") no-repeat top center #03030e;
}
    
#cta-container {
    width: 910px;
    margin: 0 auto;
}

#social-container {
margin: 0 auto;
}
#associations-container {
margin: 0 auto;
}
#footer-sitemap {
width: 960px;
margin: 20px auto;
}
#main-footer-con {
width: 960px;
margin: 0 auto;
}
.main-footer-address {
display: inline-block;
width: 210px;
vertical-align: top;
zoom:1;
*display: inline;
padding: 10px;
}
.footer-locations {
padding: 20px 0px;
}
.footer-phone {
color: #C1A865;
font-size: 18px;
}
#home-page-body .site-wrapper {padding-bottom: 77px;}
#home-page-body #cta-container {
/*margin-top: -77px;*/
}
#datapane-wrapper {
min-height: 477px;
}
#childBrowser a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.childBrowserItem {
    min-height: 121px;
    padding: 15px 10px 10px 10px;
    margin-bottom: 15px;
    background: #1E224B;
    border: 1px solid #606069;
    box-shadow: 0px 0px 15px -5px #000, inset 0 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 15px -5px #000, inset 0 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 15px -5px #000, inset 0 0px 10px 0px #000;
}
.childBrowserImage {
    float: left;
    margin-right: 15px;
    border: 1px solid #35482c;
    width: 110px !important;
    height: 120px !important;
}
.childBrowserImage img {
    width: 110px;
    height: 120px;
}
.childBrowserItem a.childBrowserTitle {
    font-size: 18px;
    text-decoration: none;
    font-family: Georgia, serif;
    color: #c1a865;
}
#childBrowser .childbrowserheader {
background-color: #2C385F !important;
}
#childBrowser .childbrowsercell {
    display: block;
    border-radius: 9px 9px 0 0;
}

#childBrowser .childbrowserhlink:link, A.childbrowserhlink:visited, A.childbrowserhlink:active {
color: #FFF !important;
}
#childBrowser .childbrowserlink:link, A.childbrowserlink:visited, A.childbrowserlink:active {
color: #000 !important;
}
#content-wrapper #column1 {
    background: #131339; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTA5MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #131339 0%, #09091d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131339), color-stop(100%,#09091d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #131339 0%,#09091d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #131339 0%,#09091d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #131339 0%,#09091d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #131339 0%,#09091d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131339', endColorstr='#09091d',GradientType=0 ); /* IE6-8 */
border:1px solid #606069;
box-shadow: inset 0px 0px 10px #000; -moz-box-shadow: inset 0px 0px 10px #000; -webkit-box-shadow: inset 0px 0px 10px #000; 
}

#sub-navigation .sub-nav-item a {
    font-family: "Georgia", serif;
    text-shadow: 0px 1px 2px #000;
    color: #D9CCA1;
}

#sub-navigation .sub-navigation-level2 li a { 
color: #FFF;
}

#sub-navigation .sub-navigation-level2 li a:hover {
color: #c0c0c0;
}

#sub-navigation .sub-nav-item {
border-bottom: 1px solid #D0BB80;
box-shadow: 0px 2px 2px #000; -moz-box-shadow: 0px 2px 2px #000; -webkit-box-shadow: 0px 2px 2px #000;
}

#content-wrapper #column1 {margin-right:26px;}
#content-wrapper #datapane-wrapper { 
width: 670px;
margin-top: 40px;
    background: #131339; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTA5MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #131339 0%, #09091d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131339), color-stop(100%,#09091d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #131339 0%,#09091d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #131339 0%,#09091d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #131339 0%,#09091d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #131339 0%,#09091d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131339', endColorstr='#09091d',GradientType=0 ); /* IE6-8 */
border:1px solid #606069;
box-shadow: inset 0px 0px 10px #000; -moz-box-shadow: inset 0px 0px 10px #000; -webkit-box-shadow: inset 0px 0px 10px #000; 
}

#main-navigation-bar {
border-bottom: 1px solid #D9CB8E;
}
#datapane-wrapper h1 {
font-family: "Georgia", serif;
font-weight: normal;
font-size: 29px;
line-height: 31px;
}

.default-cta {
font-family: "Georgia", serif;
color: #D9CCA1;
}

.default-cta h4 a {color:#fff !important; text-decoration: none !important;}

.sub-item-active a {
color: #C3C3C3 !important;
}

#content-wrapper #datapane-wrapper {
padding: 25px 25px 25px 25px;
}
#datapane-wrapper {color:#fff;}

#immediate-need-content a {
color: #F0E3A2 !important; text-shadow: none; text-decoration: underline;
}


.navigation-1-cols .main-nav-btn a.main-nav-tab, .navigation-1-cols .main-nav-btn  {
width: 899px !important;
}
.navigation-2-cols .main-nav-btn a.main-nav-tab, .navigation-2-cols .main-nav-btn  {
width: 449px !important;
}
.navigation-3-cols .main-nav-btn a.main-nav-tab, .navigation-3-cols .main-nav-btn  {
width: 299px !important;
} 
.navigation-4-cols .main-nav-btn a.main-nav-tab, .navigation-4-cols .main-nav-btn  {
width: 224px !important;
} 
 .navigation-5-cols .main-nav-btn a.main-nav-tab, .navigation-5-cols .main-nav-btn  {
width: 179px !important;
} 
.navigation-6-cols .main-nav-btn a.main-nav-tab, .navigation-6-cols .main-nav-btn  {
width: 149px !important;
}
  
  #main-navigation-bar .home-btn.main-nav-btn a, .home-btn.main-nav-btn {width:59px !important;}
  
  
  #footer-sitemap.footer-6-cols .footer-sitemap-col {
width: 16%;
}
#footer-sitemap.footer-5-cols .footer-sitemap-col {
width: 20%;
}
#footer-sitemap.footer-4-cols .footer-sitemap-col {
width: 25%;
}
#footer-sitemap.footer-3-cols .footer-sitemap-col {
width: 33%; }

#footer-sitemap.footer-2-cols .footer-sitemap-col {
width: 50%; }
td.faq_questionheader,
td.faq_question {
    background: transparent;
    color: #c1a865;
}

/* RESPONSIVE STYLES */

@media screen and (max-width: 960px) {
    #top-container {
        width: 735px;
        margin: 0 auto;
    }
    div#logo-bar-con {
        width: 735px;
    }
    #slogan-box-con {
        width: 693px;
    }
    .navigation-6-cols .main-nav-btn a.main-nav-tab, .navigation-6-cols .main-nav-btn {
        width: 110px !important;
    }
    .navigation-5-cols .main-nav-btn a.main-nav-tab, .navigation-5-cols .main-nav-btn {
        width: 133px !important;
    }
    .home-btn.main-nav-btn {
        width: 63px !important;
    }
    #slider-container,
    #slider-container .slide {
        height: 230px;
    }
    .site-wrapper #tabbed-content-container.tab-3 .tab {
        width: 243px !important;
    }
    .site-wrapper #tabbed-content-container.tab-4 .tab {
        width: 181px;
    }
    .site-wrapper #tabbed-content-container.tab-5 .tab {
        width: 145px;
        font-size: 12px;
        line-height: 13px;
        height: 30px;
        padding-top: 5px;
    }
    .site-wrapper #tabbed-content-container.tab-6 .tab {
        width: 120px;
        font-size: 12px;
        line-height: 13px;
        height: 30px;
        padding-top: 5px;
    }
    div#tabbed-content-container {
        height: 502px;
    }
    div#tabbed-content-container .tabbed-content .tab-content {
        width: 653px;
    }
    #locations-container #locations-column2 {
        margin-top: 10px;
    }
    .testimonial-message {
        width: 630px;
    }
    #grief .grief-column {
        width: 320px;
    }
    #grief.helping-container {
        height: 200px;
    }
    #grief .helping-content {
        width: 100%;
        height: initial;
    }
    #grief-365-frm, #grief-52-frm {
        padding: 10px 0 0 0 !important;
    }
    div.helping-container {
        height: 190px;
    }
    #helping.helping-container .grief-column, #helping.helping-container .grief-column {
        width: 312px;
    }
    .component-container {
        width: 735px;
    }
    .component-container #cta-container {
        width: 682px;
    }
    .component-container #associations-container, .component-container #social-container {
      height: 70px;
      width: 694px;
    }
    #cta-container.cta-3 div.cta {
        width: 206px;
    }
    div#footer-container {
        width: 100%;
    }
    div#footer-sitemap {
        width: 725px;
        padding-left: 10px;
    }
    #footer-sitemap.footer-6-cols .footer-sitemap-col {
        width: 120px;
    }
    div#main-footer-con {
        clear: both;
        padding-top: 25px;
        width: 735px;
    }
    #content-wrapper #column1 {
        margin-right: 16px;
    }
    #frpExtra1 {
        background-position-x: 45%;
    }
    
    #default-page-body #content-wrapper #datapane-wrapper {
        margin-left: 0;
        width: 424px;
    }
    #default-page-body p#rssWrapper {
        width: 384px !important;
        padding: 10px 20px;
        background-color: #fff;
        color: #000;
        margin-bottom: 10px !important;
    }
    #default-page-body .site-wrapper #grief.helping-container {
        margin: 0 auto;
        width: 690px;
        height: 200px !important;
    }
    div#vmwWrapper {
        background-size: contain;
    }
    div#vmwHeaderWrapper {
        padding-top: 50% !important;
        width: 100%;
    }
    
    #default-page-body div#immediate-need-form table {
        width: 300px !important;
    }
    #default-page-body div#preplan-form table {
        width: 300px !important;
    }
}

@media screen and (max-width: 750px) {
    #utility-contact {
      margin-right: 3px;
    }
    #utility-con #utility-immediate-need {
        left: 0;
    }
    body {
        margin-top: 55px !important;
    }
    #top-container {
        height: 55px;
        width: 450px;
        margin: 0 auto;
    }
    #slogan-box-con {
        margin-top: 220px;
        width: 410px;
    }
    div#logo-bar-con {
        margin-top: 5px;
        height: 260px;
        width: 450px;
    }
    div#logo-bar-con #logo {
        top: 0;
        margin: auto;
        height: 130px;
        width: 350px;
    }
    div#logo-address-con {
        position: relative;
        top: 0;
        padding-top: 15px;
        text-align: center;
        width: 423px;
        right: 0;
        height: 100px;
        font-size: 12px;
        line-height: 18px;
        border-top: 1px solid #eddcb4;
    }
    div#address-phone, div#address-fax, div#address-email {
        display: inline-block;
        margin: 0 5px;
    }
    #slider-container, #slider-container .slide {
        height: 140px;
    }
    div#service-listings div#service-list-con li.service-listing {
        width: 48% !important;
        min-height: 45px;
    }
    div#service-obit-notification,
    div#service-notification-slider {
        left: auto;
        right: 0;
    }
    div#service-pagination-con {
        position: relative;
        top: -30px;
    }
    div#tabbed-content-container {
        height: auto;
    }
    .site-wrapper #tabbed-content-container.tab-6 .tab,
    .site-wrapper #tabbed-content-container.tab-5 .tab,
    .site-wrapper #tabbed-content-container.tab-4 .tab,
    .site-wrapper #tabbed-content-container.tab-3 .tab,
    .site-wrapper #tabbed-content-container.tab-2 .tab,
    .site-wrapper #tabbed-content-container.tab .tab {
        height: 30px !important;
        width: 99% !important;
        line-height: 24px !important;
    }
    div#tabbed-content-container div.tabbed-content .tab-content, #mobile-welcome.tabbed-content .tab-content {
        width: 375px;
    }
    div#branch-main,
    #locations-container #locations-column1,
    #locations-container div#locations-column2,
    div#testimonials-container {
        width: 100%;
    }
    #locations-container #locations-column2 {
        margin-top: 20px;
    }
    #weather-container .weather-current {
        margin-left: 15px;
    }
    .testimonial-message {
        width: 350px;
    }
    #grief.helping-container {
        padding: 15px 30px;
        height: inherit;
    }
    #grief .grief-column {
      width: 100%;
      padding: 20px 0;
    }
    #grief div.helping-content {
        margin-bottom: 10px;
        width: 100%;
    }
    .helping-container div.grief-column:last-child {
        margin-top: 0;
    }
    div.helping-container {
        padding: 0;
    }
    div.helping-container {
      height: 378px;
    }
    #helping.helping-container .grief-column, #helping.helping-container .grief-column {
        margin-bottom: 5px;
        width: 398px;
        height: 138px;
    }
    .helping-content {
        height: 245px;
    }
    #grief #grief-365-frm, #grief-52-frm {
        padding: 10px 0 0 10px !important;
        width: 100% !important;
    }
    input#grief365-name,
    input#grief365-email,
    input#grief52-name,
    input#grief52-email {
        width: 95%;
    }
    #grief-365-frm input[type="submit"],
    #grief-365-frm input[type="reset"],
    #grief-52-frm input[type="submit"],
    #grief-52-frm input[type="reset"]
    {
        width: 47.25% !important;
    }
    .component-container {
        width: 450px;
    }
    .component-container #cta-container {
        width: 398px;
    }
    .component-container #associations-container{
    }
    .component-container #social-container {
        width: 88%;
    }
    div#cta-container div#cta-inner-container div.cta {
        padding: 0;
        width: 100% !important;
    }
    #associations-container, #social-container {
        width: 91% !important;
    }
    #content-wrapper #datapane-wrapper {
        width: 380px;
    }
    div#main-footer-con {
        width: 450px;
    }
    #frpExtra1 {
        background-position-x: -690px;
    }
    #default-page-body div#logo-bar-con {
        width: 450px;
        margin-top: 9px;
    }
    #default-page-body #content-wrapper #datapane-wrapper {
        left: 0;
        margin: 100px 0 0 0;
        width: 398px;
    }
    #default-page-body #logo-address-con {
        margin-top: 0;
    }
    #default-page-body .site-wrapper #grief.helping-container {
        margin: 0 auto;
        width: 388px;
        height: 340px !important;
    }
    #default-page-body #content-wrapper #datapane-wrapper .frp_google_map {
        width: 375px;
    }
    #default-page-body p#rssWrapper {
        width: 399px !important;
        background-color: #fff;
        color: #000;
        padding-bottom: 10px;
    }
    #default-page-body #vmwWrapper {
        background-size: contain;
        width: 370px;
    }
    #default-page-body #vmwHeaderWrapper {
        padding-top: 160px !important;
        width: 370px;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    #top-container {
        height: 55px;
        width: 320px;
    }
    #utility-con #utility-immediate-need {
        left: 0;
    }
    div#home-page {
        margin-top: 110px;
        /*margin-top: 240px;*/
    }
    div#logo-bar-con {
        width: 320px;
        margin-top: -118px;
    }
    div#logo-bar-con #logo {
        top: -10px !important;
        width: 100%;
    }
    div#logo-bar-con #logo {
        height: 135px;
        width: 75%;
    }
    div#logo-address-con {
        width: 294px;
    }
    #frpExtra1 {
        background-position-x: 50%;
    }
    #slogan-box-con {
        width: 278px;
        margin-top: 240px;
        font-size: 12px;
    }
    div#slider-container, div#slider-container .slide {
        height: 100px;
    }
    div#service-listings div#service-list-con li.service-listing {
        margin-bottom: 5px;
        padding-bottom: 5px;
        width: 95% !important;
        border-bottom: 1px solid #51504d;
    }
    #welcome-container, .welcome-page {
        width: 250px;
    }
    div#tabbed-content-container div.tabbed-content .tab-content, #mobile-welcome.tabbed-content .tab-content {
        width: 248px;
        height: 350px;
    }
    #locations-branch-controls .locations-branch {
        margin-bottom: 5px;
        width: 100%;
        font-size: 11px;
    }
    #locations-container #locations-column2 .locations-googlemap {
        width: 240px !important;
    }
    #weather-container .weather-forecast {
        float: left;
        margin-left: 0px;
    }
    #weather-container .weather-forecast {
      font-size: 13px;
    }
    .testimonial-message {
        width: 250px;
    }
    #grief .grief-column {
        margin-bottom: 35px;
        width: 100%;
    }
    #grief.helping-container {
        height: inherit !important;
    }
    #grief #grief-365-frm, #grief #grief-52-frm {
        padding: 10px 0 0 0 !important;
        width: 248px !important;
        text-align: center;
    }
    #grief #grief-365-frm input#grief365-name,
    #grief #grief-365-frm input#grief365-email,
    #grief-52-frm input#grief52-name,
    #grief-52-frm input#grief52-email {
        margin-bottom: 5px;
        width: 255px;
    }
    #grief #grief-365-frm input[type="submit"],
    #grief #grief-365-frm input[type="reset"],
    #grief #grief-52-frm input[type="submit"],
    #grief #grief-52-frm input[type="reset"]{
        display: inline-block;
    }
    div.helping-container {
        height: inherit;
    }
    .helping-content {
        height: inherit;
    }
    #helping.helping-container .grief-column, #helping.helping-container .grief-column {
        width: 298px;
        padding: 20px 10px;
        height: 170px;
    }
    .component-container {
        width: 320px;
    }
    .component-container #cta-container, .component-container #associations-container, .component-container #social-container {
        width: 84%;
    }
    #associations-container, #social-container {
        padding: 0 16px;
        width: 90% !important;
    }
    div#main-footer-con {
      width: 320px;
    }
    .site-wrapper {
        margin-top: 122px;
    }
    #default-page-body div#logo-bar-con {
        width: 320px;
        margin-top: 0px;
    }
    #default-page-body #content-wrapper #datapane-wrapper {
        left: 0;
        margin: 100px 0 0 0;
        width: 278px;
    }
    #default-page-body #logo-address-con {
        margin-top: 0;
    }
    #default-page-body .site-wrapper #grief.helping-container {
        margin: 0 auto;
        width: 258px;
        height: inherit !important;
    }
    #default-page-body #grief.helping-container {
        height: 471px !important;
    }
    #default-page-body #content-wrapper #datapane-wrapper .frp_google_map {
        width: 275px;
    }
    #default-page-body p#rssWrapper {
        width: 299px !important;
        background-color: #fff;
        color: #000;
        padding-bottom: 10px;
    }
    #default-page-body #vmwHeaderWrapper {
        padding-top: 100px !important;
    }
    #default-page-body #datapane-wrapper td.staffGalleryTextArea {
      width: 260px !important;
    }
    
/* Online at Need Form*/
    #default-page-body #datapane-wrapper form[name="frmEmail"] h4 {
        text-align: left !important;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] td {
        width: 270px;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] textarea[name="Miscelleneous"] {
        width: 250px;
        float: left;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] input[type="checkbox"][name="send_info"] {
        width: 20px !important;
        float: left;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] input[type="checkbox"][name="contact_for_appt"] {
        width: 20px !important;
        float: left;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] input[type="checkbox"][name="place_on_file"] {
        width: 20px !important;
        float: left;
    }
    #default-page-body #datapane-wrapper form[name="frmEmail"] input[type="reset"][name="B2"] {
        margin-top: 10px;
    }
    
    #default-page-body div#preplan-form table {
        width: 230px !important;
    }
    #datapane-wrapper #preplan-form tr, #datapane-wrapper #preplan-form td {
        width: 230px;
    }
    
    #default-page-body div#immediate-need-form table {
        width: 230px !important;
    }
    #datapane-wrapper #immediate-need-form tr, #datapane-wrapper #immediate-need-form td {
        width: 230px;
    }
    
    #default-page-body #vmwWrapper {
	width: 260px;
    }
    #default-page-body #vmwHeaderWrapper {
        padding-top: 100px !important;
        width: 260px;
    }

    #default-page-body #datapane-wrapper td.staffGalleryTextArea {
        width: 260px !important;
    }
}