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

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

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

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

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

/** When text on the page is highlighted **/
::-moz-selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
::selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
/** Shows for browsers less than ie 7 **/
.chromeframe { 
    margin: 0.2em 0; 
    background: #ccc; 
    color: #000; 
    padding: 0.2em 0;
}

/** Global Styles **/
body { 
    font-size: 1em; 
    line-height: 1.4; 
    padding: 2em 1em 4em; 
    -webkit-font-smoothing: antialiased; 
    font-smooth: always; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
    font-size: 16px;
    font-family: 'pontano_sansregular';
}

a { 
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;	
}

a:link{
    color: #ef9d20;
}

a:visited{
    color: #ef9d20;
}

p a{
    text-decoration: underline;
}

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

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



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


/*



.btn, input[type=button], input[type=submit]{
    border: none;
    font-family: 'robotomedium';
    font-weight: normal;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .4em 1.8em;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: .5em;
    text-decoration: none;
}*/



/** Header **/
.responsive-1 .content .header-block {
    min-height: 81px;
    text-align:center;
}
/** Logo **/
.responsive-1 .content .header-block #main-logo {
    position:relative;
    margin:auto;
    z-index:20;
}
.responsive-1 .content .header-block #main-logo .logo {
    max-width:200px;
    background: #fff;
    padding:5px;
    -moz-box-shadow:0px 0px 8px #666666;
    -webkit-box-shadow:0px 0px 8px #666666;
    box-shadow:0px 0px 8px #666666;
    display: inline-block;
    float: left;
    min-height:60px;
}
.responsive-1 .content .header-block #main-logo .logo p {
    margin:0px;
    padding:0px;
}
.responsive-1 .content .header-block #main-logo .logo img{
    max-width: 100%;
    vertical-align: middle;
}
/** Navigation **/
.responsive-1 .content .header-block #nav-wrap #menu-icon {
    display: none;
    font-family: 'pontano_sansregular';
    font-size: 20px;
    background-image: url(../images/nav-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.responsive-1 .content .header-block #nav-wrap {
    position: relative;
    line-height: 1.2;
    display: inline-block;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: left;
    position: relative;
    margin: 0 .07em;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:last-child {
    background-color: #5b6770;
}

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

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    padding-top: .8em;
    display: inline-block;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding:0;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 10000;
    margin-top: 0;
    margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0 1px 5px rgba(15, 16, 26, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(15, 16, 26, 0.5);
    box-shadow: 0 1px 5px rgba(15, 16, 26, 0.5);
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    padding-left: 10px;
    padding: 0.1em;
    position: relative;
    border-bottom: 1px solid #5b6770;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li:hover{
    background-color: #1c4e95;
}

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

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

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a {
    font-size: 14px;
    display: block;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block;
    margin: 0;
    padding:0;
}

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

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

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation a {
    white-space: nowrap;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-size: 16px;
    font-family: 'pontano_sansregular';
    padding: 0.3em 1em 0.5em;
    color:#FFF;
}

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

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

.responsive-1 .content .swoopbanner-container{
    background: url(../images/swirl-border-org.png) no-repeat;
    width: 100% !important;
    position: absolute;
    padding: 0;
    max-height: 700px !important;
    overflow: hidden!important;
    border: none!important;
    z-index: 10;
    height: 120px;
    bottom: 0;
}


/** Main Content **/
.responsive-1 .content .main-content-block h1.title,
.responsive-1 .content .main-content-block .main-content .content-row h1,
.responsive-1 .content .call-to-actions-block h3.title,
.responsive-1 .content .call-to-actions-block h1.title,
.responsive-1 .content .widget-footer-block .widget h3.title {
    font-family: 'pontano_sansregular';
}

.responsive-1 .content .widget-footer-block .widget h3.title {
    font-weight:bold;
    padding-left:30px;
}

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

/** Services List **/
.content .arrangement {
    font-size: 16px;
    border: 1px solid #e2e2e9;
    padding: 25px 20px 0;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .date {
    font-size: 14px;
    color: #9394a3;
    line-height: 2.8;
}

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

.content .arrangement .search-container {
    position:relative;
}

.content .arrangement .search-container .search-deceased {
    height: 45px;
    width: 30px;
    background:none;
    position:absolute;
    top: 0;
    right: 5px;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 14px 1%;
    font-family: 'pontano_sansregular';
    -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;
}

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

.content .arrangement .search-container .search-deceased:before {
    content: "C";
    font-family: 'bulletsregular';
    font-size: 38px;	
}

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

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

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

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

.content .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 14px;
    padding: .4em 1.2em;
    border: none;
    font-family: 'pontano_sansregular';
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: .5em;
    text-decoration: none;
    float: none;
}

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

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

/** Paralax video block **/
.responsive-1 .content .video-block {
    background: url(../../images/paralax-img.png) repeat 0 0 #352923;
}
.responsive-1 .content .video-block .wrapper{
    max-width: 850px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.responsive-1 .content .video-block .outer-responsive-video-container {
    border: 2px solid #000;
    margin: 2.5em auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.responsive-1 .content .video-block h4 {
    font-size: 28px;
}
.responsive-1 .content .video-block h5{
    font-size: 22px;	
}


/** Call to Actions **/
.responsive-1 .content .call-to-actions-block {
    margin-bottom: 1em;
}


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

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

/** Widget Footer **/
.responsive-1 .content .widget-footer-block {
    padding-bottom: 2.5em;
    padding-top: 1em;
    font-size: 14px;
    font-family: 'pontano_sansregular';
}

.responsive-1 .content .widget-footer-block img {
    max-width: 100%;
}
.responsive-1 .content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
    margin-bottom: 0;
}
/** Quick-links **/
.responsive-1 .content .widget-footer-block .widget ul {
    margin:0;
    padding:0;
}
.responsive-1 .content .widget-footer-block .widget ul li {
    list-style-type: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.responsive-1 .content .widget-footer-block .widget ul li:before{
    content: "s";
    font-family: 'bulletsregular';
    font-size: 14px;
    left: 4px;
    top: 5px;
    position: absolute;
}

/** Page Footer **/
.responsive-1 .content .page-footer-block {
    font-size: 14px;
    font-family: 'pontano_sansregular';
}
.responsive-1 .content .page-footer-block .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}
.responsive-1 .content .page-footer-block .copyright .ft-logo {
    background: url(../images/ft-transparent-logo.png) no-repeat;
    width: 250px;
    height: 35px;
    display: block;
    margin:0 auto;
}

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

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

/* White */
.responsive-1 .content .outter-wrapper {
    background-color: #FFF;
}
.responsive-1 .content .video-block h4, 
.responsive-1 .content .video-block h5, 
.responsive-1 .content .certifications-title-block h4, 
.responsive-1 .content .certifications-title-block h5, 
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation a, 
.responsive-1 .content .header-block #nav-wrap #menu-icon, 
.responsive-1 .content #scrollUp {
    color: #5b6770;
}

.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a{
    color:#fff;
}

/* Orange */
.responsive-1 .content .widget-footer-block .widget a:hover, 
.responsive-1 .content .widget-footer-block .widget ul li:before, 
.responsive-1 .content .arrangement .tribute-list .tribute .tribute-detail a,
.responsive-1 .content .video-block a:hover,
.responsive-1 .content .main-content-block a:hover,
.responsive-1 .content #scrollUp:hover,
.responsive-1 .content .page-footer-block .copyright a:hover {
    color: #5d534b;
}

.responsive-1 .content .main-content-block .content-secondary-nav ul li.selected > a{
    color:#ef9d20;
}

.responsive-1 .content .main-content-block .content-secondary-nav ul li a:hover{
    color:#ef9d20;
}

/* Light Brown **/
.responsive-1 .content .widget-footer-block h3 {
    color: #fff;
    text-align: left;
    padding-left: 25px;
    position: relative;
}

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

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

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

/* Dark Brown */
.responsive-1 .content .widget-footer-block,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a {
    background-color: #5b6770;
}

.responsive-1 .content .call-to-actions-block h3
.responsive-1 .content .main-content-block h1 {
    background-color: #1c4e95;
}

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

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

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

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

.content .logo-block {
    position: relative;
    bottom: 0;
    height: 70%;
    width: 35%;
    right: 0;
    z-index: 0;
    background-color:transparent;
}

.content .banner-block .logo-block-header {
    position: relative;
    bottom:25px;
    height:100%;
    width:35%;
    right:0;
    z-index:3;
    padding:0;
}

.responsive-1 .content .padding-top-bot-removal{
    padding-top:0;
    padding-bottom:0;
}

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

.responsive-1 .content .hr-design{
    color:#fff;
}

.responsive-1 .content .banner-container{
    position:relative;
}

.tabs {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tabs li {
    display: inline-block;
    padding: .9% 2%;
    cursor: pointer;
    width: 45.5%;
    border-radius: 0;
}

.tabs li h2 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

#tab-1, #tab-2, #tab-3, #tab-4 {
    padding: 15px;
    background-color: #FFF;
    color: #5d534b;
    padding: 4% 10% 3% 7%;
    border: 1px solid #e2e2e9;
}

.responsive-1 .content .tab-view .tabs .title-container {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: none;
    background-color: #ef9d20;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
    margin-right: 3px;
    width: 29.7%;
    color: #fff;
}

.responsive-1 .content .tab-view .tabs .title-container:last-child {
    margin-right: 0;
}

.responsive-1 .content .accordion-view .accordion-section .title {
    padding: 5px 10px;
    border: 1px solid #eee;
    background-color: #ef9d20;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
}

#tab-1 {
    font-size:26px;
}

#tab-1 > h2,
#tab-2 > h2,
#tab-3 > h2,
#tab-4 > h2{
    color:#5583a9;
}

#tab-1-button, #tab-2-button, #tab-3-button, #tab-4-button {
    display: inline-block;
    background: #ef9d20;
    color:#fff;
}

#tab-1-button.selected, #tab-2-button.selected, #tab-3-button.selected, #tab-4-button.selected {
    background: #fff;
    border-top: 3px solid #ef9d20;
    border-left: 1px solid #e2e2e9;
    border-right: 1px solid #e2e2e9;
    border-bottom: 1px solid #fff;
    padding: 1% 2% 1% 2%;
    border-bottom: 0;
    color: #242636;
}

.tab-content {
    margin-top: 5%;
}

.phone-title {
    color: #1c4e95;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 18px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.phone-title a {
    color: #5b6770;
}

.responsive-1 .advanced-slide-show-container #next-slide-button:hover{
    background-image: url(../images/arrow-left-hover.png);
}

.responsive-1 .advanced-slide-show-container #prev-slide-button:hover {
    background-image: url(../images/arrow-right-hover.png);
}

.responsive-1 .advanced-slide-show-container #next-slide-button {
    background-image: url(../images/arrow-left-norm.png);
    right:-4px;
}

.responsive-1 .advanced-slide-show-container #prev-slide-button {
    background-image: url(../images/arrow-right-norm.png);
    left:-4px;
}

.responsive-1 .content .main-content-block a.current-services {
    border-top: 3px solid #ef9d20;
    border-left: 1px solid #ebebeb;
    padding: 10px;
    position: relative;
    top: -13px;
    left: -21px;
}

.responsive-1 .content .main-content-block a.past-services {
    border: 1px solid #ebebeb;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -13px;
    left: -26px;
}

.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a{
    border-radius:0;
}

.copyright-txt {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.social-icons {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top:3px;
}

.icon{
    max-width:75px;
    max-height:75px;
    display:inline-block;
}

.responsive-1 .content .quote-field,
.responsive-1 .content .main-content {
    border-bottom: 1px solid #e8e9ef;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.banner-button {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0px 25px;
    text-align: center;
    background: #5b6770;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    width: 175px;
    font-family: 'ralewayregular';
    text-transform: uppercase;   
}

.responsive-1 .content .banner-button > p > a:link,
.responsive-1 .content .banner-button > p > a:visited{
    color: #fff !important;
    text-decoration: none !important;
}

.responsive-1 .content .banner-button > p > a:link:hover,
.responsive-1 .content .banner-button > p > a:visited:hover{
    color: #222 !important;
    text-decoration: none !important;
}

.banner-button:hover {
    color:#222;
    cursor:pointer;
}

.banner-button-container {
    position: absolute;
    z-index: 10;
    width: 160px;
    top: 250px;
    right: 35%;
    margin: 0 auto;
    text-align: center;
}

#tab-1-button:hover, #tab-2-button:hover, #tab-3-button:hover,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #222;
}

.responsive-1 .content .arrangement .tribute-list .tribute .tribute-detail a:hover{
    color: #ef9d20;   
}

.front, .back {
    backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.front{
    z-index:2;
    transform: rotateY(0deg);
}

.back{
    transform: rotateY(180deg);
}

.flipper{  
    transition: 0.6s;
    transform-style: preserve-3d;
    position:relative;
}

.widget-anim{
    height:83px;
    perspective: 1000;
    transition: height 1s;
    overflow:hidden;
}

.widget-anim:hover, .widget-anim.hover {
    height:350px;
}

.widget-anim:hover .flipper, .widget-anim.hover .flipper {
    transform: rotateY(180deg);
}

.widget-anim-location{
    height:83px;
    perspective: 1000;
    transition: height 1s;
    overflow:hidden;
}

.widget-anim-location:hover, .widget-anim-location.hover {
    height:550px;
}

.widget-anim-location:hover .flipper, .widget-anim-location.hover .flipper {
    transform: rotateY(180deg);
}

.widget-anim-contact{
    height:83px;
    perspective: 1000;
    transition: height 1s;
    overflow:hidden;
}

.widget-anim-contact:hover, .widget-anim-contact.hover {
    height:600px;
}

.widget-anim-contact:hover .flipper, .widget-anim-contact.hover .flipper {
    transform: rotateY(180deg);
}

.plusButton{
    background: #ef9d20;
    border: 0;
    color: #fff;
    width: 20px;
    height: 18px;
    position: relative;
    z-index: 1;
    top: 55px;
}

.responsive-1 .content .advanced-slide-show-container .caption-container .caption#overlay-button{
    background-color: #ef9d20;
    position: relative;
    width: 90%;
    padding-right: 0;
    padding-left:10%;
    padding-top: 10px;
    border-radius: 0;
}

.responsive-1 .content .advanced-slide-show-container .caption-container {
    position: absolute;
    bottom: -2.5%;
    left: 0%;
    width: 100%;
    z-index: 3;
}

.test-button{
    width: 150px;
    height: 50px;
}

.test-button > img {
    margin-left: 0;
    padding-left: 5px;
}


.responsive-1 .content .gallery-overlay .gallery-content .gallery-image-container {
    background: #ef9d20;
}

.responsive-1 .content .gallery-overlay .gallery-controls {
    background: #ef9d20;
}

#widget-override .form-render .form-body .form-row{
    float:none;
    width:100%;
}

#widget-override .form-render .form-step-navigation ul li:first-child{
    margin:0 auto;
    text-align:center;
}

#widget-override .form-render > h1{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.widget-page .simple-store .main-store-content .simple-store-content .simple-store-landing .top-category a {
    color: #ef9d20 !important;
    text-decoration: none !important;
}

#widget-override .simple-store .simple-store-content .simple-store-landing .top-category h2 {
    display:none !important;
}

.responsive-1 .content li:hover{
    background-color: #1c4e95;
    color:#fff;
}

.responsive-1 .content li > a{
    color:#5b6770;
}

.responsive-1 .content li:hover > a{
    color:#fff;
}

.responsive-1 .content li > li.selected > a{
    background-color: #1c4e95;
    color:#fff;
}

.responsive-1 .content > li:last-child {
    background: #5b6770;
    color: #fff;
}

.responsive-1 .content li:last-child a{
    color: #fff;
}

.responsive-1 .content li > ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.responsive-1 .content li > ul li{
    background: #fff;
    color: #1c4e95;
    padding: 0.4em;
}

.responsive-1 .content li > ul li a {
    color: #1c4e95;
}

.responsive-1 .content li > ul li{
    padding-left:5px;
}

.responsive-1 .content li > ul li{
    display: inline-block;
    text-align: center;
    position: relative;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'pontano_sansregular';
    padding: 0.4em;
    padding-right: 0;
    color: #ef9d20;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #666;
}
.responsive-1 .content li > ul li:hover {
    background: #555;
    color: #ef9d20;
}
.responsive-1 .content li > ul {
    padding: 0;
    position: absolute;
    top: 37px;
    left: 0;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    border: 1px solid #5b6770;
}
.responsive-1 .content li > ul li {
    background: #fff; 
    display: block; 
    color: #ef9d20;
}

.responsive-1 .content li > ul li:hover > a{
    color:#fff;
}

.responsive-1 .content li > ul li:hover { background: #1c4e95; color:#fff; }
.responsive-1 .content li:hover ul{
    display: block;
    opacity: 1;
    z-index:100;
    visibility: visible;
}

.responsive-1 .content li > ul li:last-child{
    border-bottom:none;
}

a[name="form-start"]{
    position:absolute;
    top:0;
}

.background-child {
    background-color: #5b6770;
}

.responsive-1 .content .arrangement-list-full table tr td.image-column{
    width:0px;
}

.responsive-1 .content .arrangement-list-full table tr td .deceased-image-missing{
    display:none;
}

#widget-override .blog-view .blog-main-body .bread-crumbs ul li a,
#widget-override .blog-view .blog-main-body .bread-crumbs ul li:last-child{
    font-size:13px;
}

#widget-override .blog-view #nav-wrap .blog-navigation > ul{
    z-index:100;
}

.responsive-1 .content .search-widget-box {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 18px;
    float: right;
    position: absolute;
    top: 115px;
    right: 20px; 
}

#widget-override .blog-view .blog-main-body .bread-crumbs ul li {
    font-size: .8em;
}

.share-this-vertical{
    display:none;
}

#widget-override .simple-store-content .product-container .product-details .details-container .item-number{
    display:none;
}

.widget-page .simple-store .bread-crumbs ul li:first-child a{
    display:none;
}

#widget-override.widget-page.inside-page .simple-store .bread-crumbs ul li:nth-child(2){
    display:none;
}

#widget-override.widget-page.inside-page .simple-store .bread-crumbs ul li:nth-of-type(2){
    display:none;
}

#widget-override .blog-view h1{
    font-size: 24px;
    font-weight: bold;
}

#widget-override .blog-view .blog-main-body .blog-entry-list .blog-entry-small{
    font-size: 16px;
}

.blog-view .blog-main-body .view-blog-entry .blog-body{
    font-size:16px;
}

#widget-override .blog-view .blog-main-body .blog-entry-list h4{
    font-size:20pt;
}

#widget-override .audio-controls .progress-bar .inner-bar{
    background-color:#999999;
}

#widget-override .audio-controls .volume-controls .selected-bar .inner-bar{
    background-color:#999999 !important;
}

#widget-override .audio-controls .volume-controls .volume-bar .inner-bar{
    background-color:#3a8878;
}

#widget-override .blog-view .blog-main-body .blog-entry-list .blog-entry h3 {
    margin: 10px 0;
    font-size: 20pt;
    font-weight: bold;
}

.blog-view .blog-main-body .blog-entry-list .blog-entry .excerpt {
    color: #aaa;
    margin: 10px 0;
    font-size: 20px;
}

#widget-override .responsive-1 .content .advanced-slide-show-container .caption-container .caption#overlay-button{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhODg3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(125,185,232,0.01) 1%, rgba(58,136,120,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,185,232,0)), color-stop(1%,rgba(125,185,232,0.01)), color-stop(100%,rgba(58,136,120,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(125,185,232,0.01) 1%,rgba(58,136,120,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(125,185,232,0.01) 1%,rgba(58,136,120,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(125,185,232,0.01) 1%,rgba(58,136,120,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(125,185,232,0.01) 1%,rgba(58,136,120,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#3a8878',GradientType=1 ); /* IE6-8 */
}


.blog-view .advanced-slide-show-container .caption-container .caption#overlay-button{
    padding-right: 10% !important;
    padding-left:0 !important;

}

.blog-view .advanced-slide-show-container .caption-container {
    position: absolute;
    bottom: -2.5%;
    left: 0%;
    width: 100%;
    z-index: 1000;
    text-align:right;
}

#widget-override .audio-controls .play-button {
    background: url(../images/play-tobin.png) no-repeat center center;
    background-size: contain;
}

#widget-override .audio-controls .stop-button {
    background: url(../images/stop-tobin.png) no-repeat center center;
    background-size: contain;
}

#widget-override .audio-controls .pause-button {
    background: url(../images/pause-tobin.png) no-repeat center center;
    background-size: contain;
}

#widget-override .content .full .form-render .form-body .address-container h3 {
    display:none;
}

.widget-page .simple-store .main-store-content .simple-store-content {
    color: #91a195 !important;
}

.widget-page .simple-store .main-store-content .simple-store-content h2 {
    color: #ef9d20 !important;
}

.widget-page .simple-store .main-store-content .simple-store-content .checkout-page #checkout-cancel-button,
.widget-page .simple-store .main-store-content .simple-store-content .checkout-page #checkout-review-button, 
.widget-page .simple-store .main-store-content .simple-store-content .checkout-page #checkout-process-button {
    background-color: #ef9d20 !important;
}

.widget-page .simple-store .main-store-content .simple-store-content .payment-details-container .requiredMessage {
    text-align:left !important;
}

.widget-page .simple-store .main-store-content .simple-store-content #checkout-wrapper .payment-details-container {
    margin-left:18%;
}

.widget-page .simple-store{
    font-family: 'pontano_sansregular' !important;
    font-size: 16px !important;
}

.form-render .form-step-navigation ul li.selected-step h2{
    font-weight:normal !important;
}

.form-render .form-step-navigation ul li h2 {
    font-weight: normal !important;
}

.widget-page.inside-page .simple-store .main-store-content .simple-store-content .product-details .image-container .image-display img {
    width: 80% !important;
}

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

.content .form-page .form-body .form-row {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 8px;
}

.content .form-render .form-body fieldset.section .form-row:nth-child(odd) {
    margin-left:0;
}

.content .form-render .form-step-navigation ul li a {
    color: white;
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
}

.content .form-render .form-step-navigation ul li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid hsla(163, 24%, 40%, 1);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 2;
}

.content .form-render .form-step-navigation ul li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

.content .form-render .form-step-navigation ul li:nth-child(odd) {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    background: brown;
    background: hsla(163, 24%, 40%, 1);
    position: relative;
    display: block;
    float: left;
}

.content .form-render .form-step-navigation ul li:nth-child(odd):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid hsla(163, 24%, 40%, 1);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 2;
}

.content .form-render .form-step-navigation ul li:nth-child(odd):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

.content .form-render .form-step-navigation ul li:nth-child(5):after {
    border-left: 22px solid hsla(163, 24%, 40%, 1);
}

.content .form-render .form-step-navigation ul li:nth-child(3):after {
    border-left: 22px solid hsla(163, 24%, 40%, 1);
}

content .form-render .form-step-navigation ul li:nth-child(odd):hover:after {
    border-left-color: hsla(163, 24%, 40%, 1) !important;
}

.content .form-render .form-step-navigation ul li:first-child a {
	padding-left: 0px;
}
.content .form-render .form-step-navigation ul li:nth-child(2) a       { background:        hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(2) a:after { border-left-color: hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(3),
.content .form-render .form-step-navigation ul li:nth-child(3) a       { background:        hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(3) a:after { border-left-color: hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(4) a       { background:        hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(4) a:after { border-left-color: hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(5),
.content .form-render .form-step-navigation ul li:nth-child(5) a       { background:        hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:nth-child(5) a:after { border-left-color: hsla(163, 24%, 40%, 1); }
.content .form-render .form-step-navigation ul li:last-child a {
	background: transparent !important;
	pointer-events: none;
	cursor: default;
}
.content .form-render .form-step-navigation ul li:hover,
.content .form-render .form-step-navigation ul li:hover a { background: hsla(163, 24%, 40%, 1); color:#fff;}
.content .form-render .form-step-navigation ul li:hover:after,
.content .form-render .form-step-navigation ul li:hover a:after { border-left-color: hsla(163, 24%, 40%, 1) !important; }

.content .form-render .form-step-navigation ul li h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.content .form-render .form-step-navigation ul li.selected-step h2 {
    margin-bottom: 0;
}

.content .form-render .form-step-navigation ul li {
    padding:3px;
}

.content .form-render .form-step-navigation ul li.selected-step {
  padding-left: 25px;
}

.content .form-render .form-step-navigation ul li.selected-step {
    color: white;
    text-decoration: none;
    background: brown;
    background-color: hsla(163, 24%, 40%, 1);
    position: relative;
    display: block;
    float: left;
}

.content .form-render .form-step-navigation ul li.selected-step:hover:after{
    border-left-color: hsla(163, 24%, 40%, 1) !important;
}

.content .form-render .form-step-navigation ul li:last-child:hover:after{
    border-left-color: #fff !important;
}

.content .form-render .form-step-navigation ul li.selected-step:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid hsla(163, 24%, 40%, 1);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 2;
}

.content .form-render .form-step-navigation ul li.selected-step:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

.content .form-render .form-step-navigation ul li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid hsla(163, 24%, 40%, 1);
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 100%;
    z-index: 2;
}

.content .form-render .form-step-navigation ul li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

.content .form-render .form-step-navigation ul li:last-child {
    color: #fff;
    padding: 10px 0 10px 25px;
    text-decoration: none;
    background: hsla(163, 24%, 40%, 1);
    /* background-color: #fff; */
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
}

.content .form-render .form-step-navigation ul li:last-child:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 0px;
    left: 100%;
    z-index: 2;
}

.content .form-render .form-step-navigation ul li:last-child:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

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

.content .form-render .form-step-navigation {
    height: 45px;
    font-size: 1.2em;
    padding: 10px;
    display: none;
}

.content .form-render .form-step-navigation ul li:first-child {
    padding-left: 10px;
}

.content .form-render .reference-number {
    margin-bottom: 0;
    padding: 10px;
}

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

.content .form-render .form-step-navigation ul li:last-child.selected-step {
    background-color: hsla(163, 24%, 40%, 1);
    color: #fff;
}

.content .form-render .form-step-navigation ul li:last-child.selected-step:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: 15px;
    left: 100%;
    z-index: 1;
}

.content .form-render .form-step-navigation ul li:last-child.selected-step:after {
    border-left: 22px solid hsla(163, 24%, 40%, 1);
}

.content .form-render .form-step-navigation ul li:last-child.selected-step:hover:after {
    border-left: 22px solid hsla(163, 24%, 40%, 1) !important;
}

.content .form-render .form-step-navigation ul li:nth-child(5):last-child a:after {
    border-left-color: transparent;
}

.content .form-render .form-step-navigation ul li:last-child:hover:after, 
.content .form-render .form-step-navigation ul li:last-child:hover a:after {
    border-left-color: transparent !important;
}

.content .form-render .form-step-navigation ul li:last-child.selected-step:hover:after {
    border-left: 30px solid transparent !important;
}

#form-side-cart-container .form-side-cart .expand-side-cart, #side-cart-sub-total, .form-side-cart {
    overflow: hidden;
    border: 1px solid #ef9d20 !important;
    border-radius: 10px;
    background-color: #eff4f9;
}

.responsive-1 .content .form-side-cart h2 {
    font-size: 14px;
    padding: 3px;
    text-align: center;
    background-color: #ef9d20;
    color: #fff;
    padding: 8px;
    border-radius: 7px 7px 0 0;
}

.responsive-1 .content .product-selector nav {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.responsive-1 .content .product-selector ul.category-list > li.active > a, 
.responsive-1 .content .product-selector ul.category-list > li.active > a:hover, 
.responsive-1 .content .product-selector ul.category-list > li.active > a:focus {
    background-color: #ef9d20;
}

.responsive-1 .content .product-selector .products .product.in-cart .selected-quantity {
    position: absolute;
    top: -8px;
    right: -8px;
    display: block;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    background: #ef9d20;
    border-color: #ef9d20;
    background-image: -webkit-linear-gradient(top, #acddf6, #ef9d20);
    background-image: -moz-linear-gradient(top, #acddf6, #ef9d20);
    background-image: -o-linear-gradient(top, #acddf6, #ef9d20);
    background-image: linear-gradient(to bottom, #acddf6, #ef9d20);
}

body .form-render .form-body .form-row h3 {
    font-size: 24px;
}

#form-side-cart-container .arrow-up {
    border-bottom: 8px solid #ef9d20 !important;
}

.tabbed-content-panel .tab-panel-container tr td h3 {
    font-size: 14px;
    margin-top: 0;
}

.responsive-1 .content .tab-view {
    color: #5d534b;
}

@media only screen and (max-width: 950px) {
    .widget-page .simple-store .main-store-content .simple-store-content #checkout-wrapper .payment-details-container {
        margin-left:0;
    }
}

#widget-override .catering-spacing .product-selector .product dl.details dd {
    white-space: pre;
}


.form-checkout .product-summary .product-answer-summary table thead tr th+th,
.form-checkout .product-summary .product-answer-summary table thead tr th+th+th+th,
.form-checkout .product-summary .product-answer-summary table thead tr th+th+th+th+th,
.form-checkout .product-summary .product-answer-summary table thead tr th+th+th+th+th+th,
.form-checkout .product-summary .product-answer-summary table tbody tr td+td+td+td,
.form-checkout .product-summary .product-answer-summary table tbody tr td+td+td+td+td,
.form-checkout .product-summary .product-answer-summary table tbody tr td+td+td+td+td+td,
.form-checkout .product-summary .product-answer-summary table tbody tr.total-row,
.form-review-order .product-summary .product-answer-summary table thead tr th+th,
.form-review-order .product-summary .product-answer-summary table thead tr th+th+th+th,
.form-review-order .product-summary .product-answer-summary table thead tr th+th+th+th+th,
.form-review-order .product-summary .product-answer-summary table thead tr th+th+th+th+th+th,
.form-review-order .product-summary .product-answer-summary table tbody tr td+td+td+td,
.form-review-order .product-summary .product-answer-summary table tbody tr td+td+td+td+td,
.form-review-order .product-summary .product-answer-summary table tbody tr td+td+td+td+td+td,
.form-review-order .product-summary .product-answer-summary table tbody tr.total-row {
    visibility: hidden !important;
}

.form-checkout .product-summary .product-answer-summary table thead tr th+th+th,
.form-review-order .product-summary .product-answer-summary table thead tr th+th+th {
    visibility: visible !important;
}

.form-checkout .product-summary .product-answer-summary table tbody tr td+td+td+td+td,
.form-checkout .product-summary .product-answer-summary table tbody tr td+td+td+td+td+td,
.form-review-order .product-summary .product-answer-summary table tbody tr td+td+td+td+td,
.form-review-order .product-summary .product-answer-summary table tbody tr td+td+td+td+td+td {
    border-bottom-style: none !important;
}

body .form-call-to-action-widget {
    overflow: visible !important;
}

body#widget-override .form-call-to-action-widget {
    overflow: hidden !important;
}

.continue-to-form-button {
    box-shadow: none !important;
    border: 1px solid #aaa !important;
}

.continue-to-form-button:hover {
    filter: none !important;
}

.yui3-button:hover {
    filter: none !important;
}

.arrangement-list-full .full-list-container .tribute-row .tribute-detail-data {
    font-family: inherit !important;
}

.arrangement-list-full .full-list-container .tribute-row .tribute-theme-underlay {
    background-image: none !important;
}

.content .tribute2 .navigation-bar .navigation-body .navigation-buttons a,
.content .tribute2 .tribute2-content .left-navigation-bar .navigation-container ul li a,
.content .tribute2 .navigation-bar .navigation-body .center-message .deceased-info h2,
.content .inner-content .obituary-text h1,
.content .tribute2,
.content .tribute2 .navigation-bar .navigation-body .center-message .deceased-info h3 {
    font-family: 'pontano_sansregular';
}

#widget-override .tribute2 {
    background: url(../images/trib-banner.jpg) no-repeat center -10px;
}

#widget-override .tribute2 .footer-swoop {
    background: url(../images/trib-footer.png) no-repeat center top transparent;
}

#widget-override .tribute2 .navigation-bar .navigation-body .navigation-buttons .button {
    background: #ef9d20;
}

#widget-override .tribute2 .tribute2-content .left-navigation-bar {
    background-color: #ef9d20;
}

#widget-override .embedded-tribute-tobin-brothers .event-detail-weekday {
    background: #ef9d20;
}

#widget-override .tribute2 .navigation-bar .navigation-body {
    background: #5b6770;
}

#widget-override .tribute2 .tribute2-content .left-navigation-bar .navigation-container ul li {
    border-top: 1px solid #5b6770;
    border-bottom: 1px solid #5b6770;
}

p.this {
    background: #ef9d20;
    padding: 5px 10px;
    color: #fff;
}


/* Simple store styles */
.howard-fh #widget-override.inside-page.widget-page .simple-store h1.store-name {
    color: #5b6770;
    text-shadow: none;
    font-weight: normal;
}

/** Secondary Navigation **/

.howard-fh #widget-override.widget-page.inside-page .simple-store .main-store-content .left-store-navigation .secondary-store-navigation > ul > li {
    background: #5b6770;
}

.howard-fh #widget-override.widget-page.inside-page .simple-store .secondary-store-navigation ul li {
    display: inline-block;
    float: none;
    background: #5b6770;
    vertical-align: top;
}

.howard-fh #widget-override.widget-page.inside-page .simple-store .left-store-navigation  .secondary-store-navigation ul li.parent-selected,
.howard-fh #widget-override.widget-page.inside-page .simple-store .left-store-navigation .secondary-store-navigation ul li.selected {
    background-color: #5b6770;
}

.howard-fh .widget-page .simple-store .bread-crumbs ul li a:hover,
.howard-fh .widget-page .simple-store .left-store-navigation .simple-store-filter a:hover,
.howard-fh .widget-page .simple-store .cart-status a:hover {
    color: #5b6770;
}

.howard-fh .widget-page .simple-store .secondary-store-navigation ul li.selected a:hover{
    color: #5b6770;
}

.howard-fh #widget-override .gallery-overlay .gallery-content .gallery-image-container .gallery-image-title {
    font-size: 20px;
    padding: 10px 0;
    background: #5b6770;
}

.howard-fh .gallery-overlay .gallery-content .gallery-image-container .gallery-image-description{
    background: #5b6770;
}

.howard-fh #widget-override .gallery-overlay .gallery-controls{
    background: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .shopping-cart-output .header-row{
    background-color: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .button-row #cart-checkout-button,
.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .button-row #cart-clear-button,
.howard-fh .widget-page .simple-store .cart-status #cart-count{
    background-color: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .button-row #cart-continue-button {
    float: left;
    background-color: #5b6770;
    color: #FFF;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .shopping-cart-output .empty-row {
    font-weight: normal;
    color: #5b6770;
}

.howard-fh .widget-page .simple-store .bread-crumbs ul li a,
.howard-fh .widget-page .simple-store .cart-status a,
.howard-fh .widget-page .simple-store .cart-status .my-cart{
    color: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .product-details .purchase-container #add-to-cart {
    background-color: #5b6770;
    font-size: 12pt;
    color: #fff;
}

.howard-fh #continue-shopping-window #go-to-cart-button,
.howard-fh #continue-shopping-window #continue-shopping-button{
    background-color: #5b6770;
}

.howard-fh #continue-shopping-window .continue-header {
    background-color: #5b6770;
    color: #fff;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .shopping-cart-output .cart-total{
    background-color: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .shopping-cart-output .item-row td {
    color: #5b6770;
}

.howard-fh .widget-page .simple-store .main-store-content .simple-store-content .shopping-cart-output .instructions-cell .instructions-label{
    color: #5b6770;
}

@media only screen and (max-width: 640px) {

    .howard-fh #widget-override .simple-store .main-store-content .simple-store-content .paginator span, #widget-override .simple-store .main-store-content .simple-store-content .paginator a{
        background-color: #5b6770;
    }

}