html,body, #logo { padding: 0; margin: 0; }

body{
    position:relative;
}

.clear{
    clear: both;
}

/***************** BACK TO TOP BUTTON ********************/
a.back-to-top {
    display: none;
}

/***************** GENERIC SITE STYLES ********************/

.site-wrapper{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

/***************** END GENERIC SITE STYLES ********************/

/*********** TOP OBITUARY DROP DOWN *************/
#top-container{
    position: relative;
}
#top-tribute-dropdown-container{
    width: 960px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;   
    margin: 0 auto;
    z-index: 2000;
}


#top-tribute-dropdown{
    padding: 20px;
    position: relative;
    display: block;
    display: none;
    z-index:1;
}

#top-tribute-dropdown h4,
#top-tribute-dropdown h3{
    margin: 0 10px 0 0;
}

#top-tribute-dropdown #top-tribute-list-container{
    width: 555px;
    height: 185px;
    position: relative;
    float: left;
}

#top-tribute-dropdown #top-tribute-list-container .top-tribute-list{
    position: absolute;
    top: 0px;
    left: 0px;
}

#top-tribute-list-container div.top-tribute-list-col{
    display: block;
    height: 175px;
    width: 175px;
    padding: 0;
    margin: 5px;
    float: left;
}

#top-tribute-list-container div.top-tribute-list-col a{
    position: relative;
    text-decoration: none;
    display: block;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    cursor: pointer;
}

.top-tribute-list-hover-arrow {
    position: relative;
    background: #FFFFFF;
    /*	border: 1px solid #000000;*/
    left: 1px;
}
.top-tribute-list-hover-arrow:after, .top-tribute-list-hover-arrow:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.top-tribute-list-hover-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 5px;
    top: 50%;
    margin-top: 25px;
}
.top-tribute-list-hover-arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 6px;
    top: 50%;
    margin-top: 24px;
}

.top-tribute-list-hover-con{
    display: none;
    position: absolute;
    margin-top: -20px;
    margin-left: 70px;
    z-index: 1;
}
.top-tribute-list-hover{
    width: 170px;
    height: 52px;
    background: #FFF;
    border: 1px solid black;
    box-shadow: 2px 2px 5px #666;
    border-radius: 5px;
    padding: 5px;
}
.top-tribute-list-hover .top-tribute-list-hover-image{
    width: 44px;
    height: 44px;
    border: 1px solid black;
    float:left;
    margin: 4px 5px 4px 0;
}
.top-tribute-list-hover .top-tribute-list-hover-line{
    height: 13px;
    font-size: 11px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

#top-tribute-search-con{
    width: 355px;
    float: left;
    margin: 5px;
}

#top-tribute-search-con input#top-tribute-search{
    width: 247px;
}

#top-tribute-search-con #top-tribute-view-all{
}

#top-tribute-dropdown #top-tribute-list-pagination-con{
    width: 555px;
    text-align: center;
}

#top-tribute-list-pagination .page-indicator,
#top-tribute-list-pagination .pagination-btn{
    width: 20px; 
    height: 21px;
    float: left;
}

#top-tribute-dropdown #top-tribute-list-pagination{
    margin: 0 auto;
    display: inline-block;
}

#top-tribute-dropdown-btn{
    position: relative;
    height: 25px;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
/*********** END TOP OBITUARY DROP DOWN *************/

/****************** UTILITY BAR *************************/

#utility-con{
    height: 25px;
    position: absolute;
    width: 960px;
    top: 0px;
}

#utility-con #utility-immediate-need,
#utility-con #utility-contact,
#utility-con #utility-language,
#utility-con #utility-location-maps{

}

#utility-con #utility-immediate-need{
    float: left; 
}

#utility-con #utility-location-maps,
#utility-con #utility-contact,
#utility-con #utility-language{
    text-align: center;
    width: 160px;
    float:right;
}

#utility-con #utility-language{
    width: 155px;
}
/****************** END UTILITY BAR *************************/

/****************** LOGO BAR ****************************/
#logo-bar-con{
    height: 150px;
}    

#logo-bar-con #logo{
    width: 375px;
    height: 100%;
    float: left;
    background: url('/default-logo.png') no-repeat left center;
}

#logo-bar-con #logo span{
    display: none;
}

#logo-address-con{
    position: absolute;
    top: 20px;
    right: 20px;    
}

/****************** END LOGO BAR ****************************/

/****************** MAIN NAVIGATION BAR *************************/
#main-navigation-bar{
    position: relative;
    height: 35px;
}

#main-navigation-bar
 .main-nav-btn a.main-nav-tab{
    display: block;
    text-align:center;
    float: left;
    width: 150px;
    line-height: 35px;
    white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

#main-navigation-bar.no-flowers-gifts .main-nav-btn a.main-nav-tab{
    width: 180px;
}

#main-navigation-bar.navigation-6-cols .main-nav-btn a.main-nav-tab{
    width: 150px;
}


#main-navigation-bar .main-nav-btn.home-btn a.main-nav-tab{
    width: 60px;
    background-image: url('/home-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -99999px;
}

.main-navigation-submenu{
    top: 35px;
    left: 0px;
    display: none;
    position: absolute;
    height:270px;
    width:960px;
    padding: 15px 0;
    background: #777777;
    color: #FFFFFF;
    z-index:3000;
}

.main-navigation-s-submenu{
    position: absolute;
    top:35px;
    left: 0px;
    z-index: 10;
    display:none;
    list-style: none;
    background: white;
    padding: 15px;
    margin: 0;
}

#main-navigation-bar .main-navigation-submenu .main-navigation-sub-level{
    width: 208px;
    min-height: 135px;
    padding-left:25px;
    overflow: hidden;
    float: left;
}

#main-navigation-bar .main-navigation-submenu ul{
    margin: 0;
    padding: 0;
    list-style: none;    
}

#main-navigation-bar .main-navigation-submenu ul li{
    display: block;
    height: 20px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main-navigation-bar .main-navigation-submenu ul li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

/***************** ACCORDIAN NAV **************************/

.main-navigation-accordian-submenu{
    
}

/****************** END MAIN NAVIGATION BAR *************************/

/****************** SLIDER ******************************************/

#slider-container{
    height: 300px;
    position: relative;
}

#slider-container .slide img{
    border: 0px;
}
#slider-container .slide{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 100%;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#slider-container .slider-controls{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 200;
    top: 135px;
    cursor: pointer;
}
#slider-container #slider-prev{
    left: 20px;
}

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

#slider-status{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.slider-status-icon{
    float: left;
    margin: 5px;
    background: #CCCCCC;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid white;
}
.slider-status-icon.active-slide{
    background: #666666;    
}


/****************** END SLIDER ******************************************/

/****************** TABBED CONTENT ************************************/

#tabbed-content-container{
    margin: 20px 0px;
    height: 385px;
    overflow: hidden;
    position: relative;
}

#tabbed-content-container .tabbed-content .tab-inside-container{
    height: 100%;
    overflow:hidden;
    position: relative;
}

#tabbed-content-container .tabbed-content .tab{
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    float: left;
}

#tabbed-content-container .tabbed-content .tab-content{
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 40px;
    display: none;
    height: 270px;
    width: 880px;
    overflow: hidden;

}

#tabbed-content-container.tab-1 .tab{
    width: 960px
}

#tabbed-content-container.tab-2 .tab{
    width: 480px
}

#tabbed-content-container.tab-3 .tab{
    width: 320px
}

#tabbed-content-container.tab-4 .tab{
    width: 240px
}

#tabbed-content-container.tab-5 .tab{
    width: 192px
}

#tabbed-content-container.tab-6 .tab{
    width: 160px;
}
#tabbed-content-container.tab-7 .tab{
    width: 135px;
}
#tabbed-content-container.tab-8 .tab{
    width: 118px;
}
#tabbed-content-container.tab-9 .tab{
    width: 104px;
}
#tabbed-content-container.tab-10 .tab{
    width: 94px;
}

.service-vertical-tab-container #tabbed-content-container{
    float: left;
    width: 670px;
}

.service-vertical-tab-container #tabbed-content-container.tab-1 .tab{
    width: 670px
}

.service-vertical-tab-container #tabbed-content-container.tab-2 .tab{
    width: 335px
}

.service-vertical-tab-container #tabbed-content-container.tab-3 .tab{
    width: 223px;
}

.service-vertical-tab-container #tabbed-content-container.tab-4 .tab{
    width: 167px;
}

.service-vertical-tab-container #tabbed-content-container.tab-5 .tab{
    width: 134px;
}

.service-vertical-tab-container #tabbed-content-container.tab-6 .tab{
    width: 111px;
}

.service-vertical-tab-container #tabbed-content-container.tab-5 #locations-tab,
.service-vertical-tab-container #tabbed-content-container.tab-6 #locations-tab{
    padding: 2px 0px 1px 0px;
    line-height: normal;
}

.service-vertical-tab-container #tabbed-content-container .tabbed-content .tab-content{
    width: 590px;

}
/****************** END TABBED CONTENT ************************************/

/****************** WELCOME MESSAGE ***************************************/
#welcome-content {
    position: relative;
}
#welcome-container img, .welcome-page img/*, #custom-content-container img*/{
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
    height: 175px;
}

#welcome-container h1,.welcome-page h1{
    margin-top: 0;
    padding-top: 0;
}

.welcome-page{
/*    position: absolute;*/
    width: 880px;
    top:0px;
    left: 0px;
}

#welcome-paging{
    position: absolute;
    right: 40px;
    bottom: 20px;
}

#welcome-paging .welcome-page-indicator{
    width: 8px;
    height: 8px;
    margin: 5px;
    float: left;
    cursor: pointer;
}

#welcome-paging .welcome-page-indicator.active-page{
    cursor: default;
}

.welcome-page-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    top: 140px;
    cursor: pointer;
}

#welcome-next-page.welcome-page-btn{
    right: 10px;
}

#welcome-prev-page.welcome-page-btn{
    left: 10px;
}
/****************** END WELCOME MESSAGE ***************************************/
/****************** NEWS AND EVENTS *******************************************/

#tabbed-content-container #news-events-container.tab-inside-container{
    overflow: auto;
}

#news-events-container .news-event-date{
    font-weight: bold;
}

#news-events-container .news-event-item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b3b3;
}

/****************** END NEWS AND EVENTS ***************************************/
/****************** LOCATIONS AND DIRECTIONS **********************************/

#locations-container h3{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

#locations-container .locations-address{
    margin-bottom: 15px;
}

#locations-container #locations-contact-info{}

#locations-container #locations-column1{
    width: 348px;
    padding-right: 5px;
    float: left;
}

.service-vertical-tab-container #locations-container #locations-column1{
    width: 250px;
}

#locations-container #locations-column2{
    width: 525px;
    float: left;
}

.service-vertical-tab-container #locations-container #locations-column2{
    width: 335px;
}
.service-vertical-tab-container #locations-container #locations-column2 .locations-googlemap{
    width:330px;
}
#locations-container #locations-column2 .locations-googlemap{
    width: 520px;
    height: 220px;
}

#locations-branch-controls{
    position: absolute;
    bottom: 10px;
    right: 40px;
}

#locations-branch-controls .locations-branch{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#locations-branch-controls .locations-branch.active-branch{
    background: cornflowerblue;
    color: #fff;
}

.branch-container{
    position: absolute;
}


/****************** END LOCATIONS AND DIRECTIONS ******************************/
/****************** TESTIMONIALS ******************************/

.testimonials-item{
    position: absolute;
}

.testimonials-item .testimonial-name{
    margin-top: 15px;
    font-weight: bold;
    font-style: italic;
}

/****************** END TESTIMONIALS ******************************/
/*********************** WEATHER **********************************************/

#weather-container .weather-image{
    padding: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 1px 1px 5px #000;
    float: left;
}

#weather-container .weather-current,
#weather-container .weather-forecast{
    float: left;
    margin-left: 78px;
    line-height: 25px;
}

#weather-container .weather-current label,
#weather-container .weather-forecast label{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
/*********************** END WEATHER ******************************************/
/*********************** AIRLINES *********************************************/

#airlines-container #airlines-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
#airlines-container #airlines-list li{
    float: left;
    padding: 0 25px 5px 0;
    width: 190px;
}

/*********************** END AIRLINES *****************************************/
/*********************** OUR STAFF *****************************************/

#staff-listings-inner-container {
    overflow: auto;
    height: 100%;
}
#tabbed-content-container .tabbed-content #staff-listings-content.tab-content {
    text-align: left;
}
.staff-pane {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2% 0;
    width: 90%;
}
.staff-photo {
    margin-right: 25px;
    float: left;
}
.staff-photo img {
    width: 125px;
    height: auto;
}
.staff-name {
    font-weight: bold;
    font-size: 110%;
}
.staff-title {
    font-weight: bold;
    font-style: italic;
}

/*********************** END OUR STAFF *****************************************/
/*********************** HELPING CONTAINER ************************************/

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

.helping-container h3{
    margin: 0 0 10px 0;
    font-size: 22px;
}

.helping-container .grief-column,
.helping-container .column1,
.helping-container .column2{
    height: 165px;
    float: left;
    /*width: 405px;*/
    width: 47%;
    padding-right: 14px;
}

.helping-container .helping-inner-container{
    overflow: auto;
}

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

.helping-container .column2{
    margin-left: 10px;
}

/*********************** END HELPING CONTAINER ********************************/
/*********************** CTA CONTAINER ****************************************/

#slogan-box-con{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    padding: 0 20px;
}
#inner-slogan-box-con{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
}


#cta-inner-container,
#social-inner-container,
#associations-inner-container{
    height: 100%;
}

#cta-container{
    height: 65px;
    padding: 5px 25px;
    margin-bottom: 5px;
}

#cta-container.cta-4 .cta{
    width: 205px;
}
#cta-container.cta-3 .cta{
    width: 286px;
}
#cta-container.cta-2 .cta{
    width: 300px;
}

#cta-container.cta-1 .cta{
    width: 900px;
}

#cta-container .cta{
    float: left;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}

#cta-container .cta h4{
    font-size: 110%;
    margin: 0px;
    padding: 0px;
}

#cta-container .cta .cta-content{
    line-height: 14px;
}

/*********************** END CTA CONTAINER ************************************/

/*********************** FOOTER LOGOS CONTAINER *******************************/

#footer-container{
    width: 960px;
    margin: 0 auto;
}

#associations-container,
#social-container{
    height: 65px;
    padding: 0 20px;
    text-align: center;
}

#associations-container .associations-logo,
#social-container .social-logo{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100%;
}

#associations-container .associations-logo{
    width: 130px;
}

/*********************** END FOOTER LOGOS CONTAINER ***************************/
/*********************** FOOTER NAVIGATION CONTAINER **************************/

#footer-sitemap{
    margin: 50px 0;
    overflow: hidden;
}

#footer-sitemap .footer-sitemap-col{
    width: 160px;
    float: left;
}

#footer-sitemap .footer-sitemap-col ul{
    margin:0;
    padding:0;
    list-style: none;
}

#footer-sitemap .footer-sitemap-col ul li{
    padding-left: 20px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

/*********************** END FOOTER NAVIGATION CONTAINER **********************/
/*********************** FOOTER LINKS CONTAINER *******************************/

#main-footer-con{
    text-align: center;
}

#main-footer-con .main-footer-phone{
    font-size: 18px;
    font-weight: bold;
}

#main-footer-con .main-footer-links{
    font-size: 10px;
}

/*********************** END FOOTER LINKS CONTAINER ***************************/


/********************** DEFAULT PAGE STYLES ***********************************/

#content-wrapper{
    overflow: hidden;
}

#content-wrapper #column1{
    width: 210px;
    float: left;
    padding-top: 75px;
    
    background-color: #f1f1f1;
}

#content-wrapper #datapane-wrapper{
    padding: 85px 25px 0 65px;
    width: 660px;
    float: left;
    
    background: #ffffff;
}

#content-wrapper #datapane-wrapper.datapane-1col{
    width: 956px;
    margin-left: 0px;    
    padding: 0px;
}
#content-wrapper #datapane-wrapper.datapane-1col h1{
    display:none;
}

#sub-navigation, #sub-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#sub-navigation{
    padding-bottom: 65px;
}

#sub-navigation .sub-nav-item{
    border-bottom: 1px solid #ccc;    
}

#sub-navigation .sub-nav-item a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    padding: 5px 20px;
    text-decoration: none;
}

#sub-navigation .sub-navigation-level2{
    padding: 5px 10px;
/*    display: none;*/
}

#sub-navigation .sub-navigation-level2 li a{
    font-weight: normal;
    color: #7a7a7a;
    text-decoration: none;
}

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

#default-cta-container{
    height: 65px;
    padding: 0px 20px;
    margin-bottom: 5px;
    text-align: left;
}

#default-cta-container.cta-4 .default-cta{
    width: 205px;
}
#default-cta-container.cta-3 .default-cta{
    width: 286px;
}
#default-cta-container.cta-2 .default-cta{
    width: 440px;
}

#default-cta-container.cta-1 .default-cta{
    width: 900px;
}

#default-cta-container .default-cta{
    float: left;
    font-size: 12px;
    min-height: 100px;
}

#default-cta-container .default-cta h4 a{
    color: #000;
    text-decoration: underline;
    font-size: 110%;    
}

#default-cta-container .default-cta h4{
    margin: 0px;
    padding: 0px;
}

#default-cta-container .default-cta .default-cta-content{
    line-height: 14px;
}

iframe#sympathyStore {
    width: 100%;
    height: 1600px;
    margin-bottom: 30px;
    overflow: auto;
    border: none;
}
/********************** END DEFAULT PAGE STYLES *******************************/

/********************** START FLOWER LINK *************************************/

.flower-column{
    text-align: center;
    /*width: 430px;*/
    width: 43%;
    padding: 0 25px;
    float: left;
}
.single-fg .flower-column {
    width: 920px;
    float: none;
}


a.flower-order-btn{
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 80px;
    padding: 4px 5px;
    text-decoration: none;
}

/********************** END FLOWER LINK ***************************************/

/******************** GRIEF *********************/

.helping-container .grief-column:first-child{
    margin-right: 10px;
}

.helping-container .grief-column:last-child{
    margin-left: 10px;
}

/************************************************/

.slider-content{
    padding: 10px 25px;
    height: 140px;
    width: 325px;
    color: #fff;
    background: #999;
}

#immediate-phone{
    margin: 15px 0;
    font-size: 24px;

}

/*****************************************************/
/************** SERVICE LISTING **********************/


#service-photo-frame-con{
    float: left;
    width: 240px;
    margin-right: 20px;
    position:relative;
    padding: 10px 0;
    text-align: center;
}

#service-frame-photo-con{
    width: 190px;
    height: 225px;
    margin: 0 auto;
    overflow:hidden;
}

#service-listings.service-with-frame .service-listing{
    width: 210px;
}

#service-listings{
    padding: 10px 20px 10px 20px;
    margin: 20px 0;
}

#service-listings-vertical{
    margin-top: 0;    
}

#service-listings-vertical #service-listing-toggle,
#service-listings-vertical .service-viewall {
    border: none;
    padding: 0px;
}

#service-listings.service-with-frame #service-list-con{
    width: 660px;
    float: left;
}

#service-listings-vertical #service-list-con{
    padding-top: 0px;
    padding: 0px;
    overflow:hidden;
    width: 250px;
} 

#service-listings-vertical{
    width: 250px;
    float: left;
}

#service-listings-vertical #service-obit-notification{
    position: static;
    
}

#service-listings-vertical #service-notification-slider{
    left: 0px;
}

#service-listings-vertical #service-pagination-con{
    float: none;
    overflow: hidden;
}

#service-list-con{
    position: relative;
    padding-top: 15px;
}

#service-list-con.has-photo-con{
}

.service-link-group{
    margin-top: 10px;
}

#service-listings-vertical #service-listing-toggle .service-listing-option{
    float: none;
    border: none;
    padding: 0px;
}

#service-listings-vertical #service-listing-toggle .service-listing-option.active-toggle{
    font-size: 12px
}

#service-listings-vertical .service-listing-option .current-label{
    display:block;
    font-size: 16px
}

#service-listings-vertical ul.service-listings,
#service-listings ul.service-listings{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: block;
}

#service-listing-toggle{
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid black;
}

#service-listing-toggle .service-listing-option{
    padding: 2px 5px;
    border-left: 1px solid black;
    font-size: 12px;
}

#service-listing-toggle .service-listing-option.active-toggle{
    font-size: 16px;
    padding-top: 0px;
}

#service-listing-toggle .service-listing-option.first-toggle{
    padding-left: 0px;
    border: none;
}

#service-listings-vertical .service-listing,
#service-listings .service-listing{
    width: 161px;
    display: block;
    float: left;
    margin: 0 10px 15px 0;
    position:relative;
    
}

#service-listings-vertical .service-listing{
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 5px;
}


#service-listings-vertical #service-list-con.has-photo-con .service-listing{
    border-bottom: 1px solid #CCCCCC;
    width: 230px;
}


#service-listings #service-list-con.has-photo-con .service-listing{
    width: 205px;
    
}

#service-listings-vertical .service-listing .service-listing-photo,
#service-listings .service-listing .service-listing-photo{
    float:left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#service-listings-vertical .service-listing .service-listing-name,
#service-listings .service-listing .service-listing-name{
    text-decoration: none;
}

#service-listings-vertical #service-list-con.has-photo-con .service-listing .service-listing-name .dod,
#service-listings #service-list-con.has-photo-con .service-listing .service-listing-name .dod{
    margin-left: 40px;
}

#service-listings-vertical .service-listing .service-listing-name .dod,
#service-listings .service-listing .service-listing-name .dod{
    font-size: 10px;
}

#service-listing-toggle{
    overflow: hidden;
}

#service-listing-toggle .service-listing-option{
    float: left;
}

#tribute-card{
    position: absolute;
    width: 330px;
    padding: 15px 15px 50px 15px;
    background: white;
    top: 580px;
    left: 290px;
    z-index:2500;
    border: 1px solid black;
    border-radius: 5px;
    display:none;
    box-shadow: 2px 2px 10px #666;    
}


#tribute-card a {
    text-decoration: none;
}

#tribute-card #tribute-card-obituary{
    margin-bottom: 20px;
}

.tribute-card-hover-arrow {
    position: relative;
    background: #FFFFFF;
    /*	border: 1px solid #000000;*/
    left: -15px;
}
.tribute-card-hover-arrow:after, .tribute-card-hover-arrow:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tribute-card-hover-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 9px;
    top: 50%;
    margin-top: 25px;
}
.tribute-card-hover-arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 10px;
    top: 50%;
    margin-top: 24px;
}
#tribute-card-links{
    clear:both;
}

#tribute-card-links a{
    width: 165px;
    float: left;
}

#tribute-bom-logo{
    background: url('bom-logo.png') no-repeat;
    width: 165px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;   
}

#tribute-card-photo{
    border: 1px solid black;
    float: left;
    margin: 4px 15px 15px 0px;
    box-shadow: 1px 1px 4px #444;    
}

#tribute-card-name{
    display: block;
    font-size: 19px;
    font-variant: small-caps;
    font-family: Georgia, serif;
}

.arrow-right .tribute-card-hover-arrow{
    left:15px;
}

.arrow-right .tribute-card-hover-arrow:after,.arrow-right .tribute-card-hover-arrow:before {
    left: 100%
}

.arrow-right .tribute-card-hover-arrow:before {
    border-right:none;
    border-left-color: #000000;    
}

.arrow-right .tribute-card-hover-arrow:after {
    border-right:none;
    border-left-color: #FFFFFF;
}

.service-viewall{
    border-top: 1px solid black;
    clear: both;
}

#service-pagination-con{
    float: right;
}

.service-pagination-btn{
    float: left;
    padding: 0px 3px;
    cursor: pointer;
}

ul#service-pages{
    margin: 0px;
    padding: 0px;
    float: left;
}

.service-vertical-tab-container ul#service-pages{
    margin: 3px 0;
}

#service-pages li{
    margin: 0px;
    padding: 0px 3px;
    display: block;
    float: left;
    cursor: pointer;
}

.service-viewall{
    position: relative;
}

#service-obit-notification{
    position: absolute;
    left: 171px;
    top: 0px;
    cursor: pointer;
}

#service-notification-slider{
    position: absolute;
    bottom: 18px;
    left: 171px;
    display: none;
}

.frp_google_map{
    height: 250px;
}

/****** MULTI LOCATION *********/

#multi-location-con{
    height: 300px;
    padding-top: 30px;
    position: relative;
}

#multi-location-con .branch-con{
    display: none;
    height: 300px;
    width: 960px;
    position: absolute;
}
#multi-location-con #main-branch-con.branch-con{
    background: red;
}

#multi-location-con #branch-0-con.branch-con{
    background: blue;
}

#multi-location-con #branch-1-con.branch-con{
    background: green;
}

#multi-location-con #main-branch-con.branch-con{
    display: block;
}

#multi-location-nav-con{
    height: 100px;
    text-align: center;
}
#multi-location-nav-con .branch-nav{
    width: 100px;
    height: 100%;
    display: inline-block;
    background: #CCCCCC;
    vertical-align: bottom;
    cursor: pointer;
}
#multi-location-nav-con .branch-nav:hover,
#multi-location-nav-con .branch-nav.active-location-nav{
    background: #999;
}
.branch-alt-image,
#multi-location-logo{
    display:none;
}

.site-search-con{
    display: none;
}
div.qbWrapper .largeButton {
    color: #fff;
}

/****** MARKETING POPUP  *********/
#marketing-popup{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000000;
    display: none;
    overflow-y: auto;
}
#marketing-popup-content{
    width: 80%;
    max-width: 800px;
    height: 450px;
    position: relative;
    top: 70px;
    margin: auto;
    display: none;
    background: #fff;
}


    @media screen and (max-width: 750px) {
        
        #marketing-popup-frame {
            border: 0;
        }
        #marketing-popup-content{
            /*height: 280px;*/
        }
        
    }

#marketing-popup-frame{
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #ddd;
}
#marketing-popup-close{
    box-sizing: content-box;
    position: absolute;
    width: 20px;
    height: 16px;
    padding-top: 4px;
    border: 1px solid #666;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #000;
    border-radius: 20px;
    right: 18px;
    top: 12px;
    -webkit-box-shadow: 0.5px 0.5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0.5px 0.5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0.5px 0.5px 5px 0px rgba(0,0,0,0.75);
    font-family: "Open Sans", "Trebuchet MS", sans-serif;
    line-height: 0.5;
}

/****** NEW SERVICE LISTINGS INTERIOR PAGE  *********/
iframe.service-listings-new-frame {
    width: 100%;
    height: 1075px;
    overflow: hidden;
    border: 0;
}
