/* ************************************************************************
	GENERAL STYLES 
************************************************************************* */
html,
body {
	background: none repeat scroll 0 0 #fff;
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
	color: #4B4B4B;
	height: 100%;
}

.search-container {
	display: block;
	margin: 15px auto;	
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.35);
        border-radius: 2px;
        padding: 20px;
}

.browse-placement {
	position: relative;
	top: 55px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent !important;
}

.nav > li {
	display: inline-block;
}

.clear {
	clear:both;
}

.breadcrumb {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	margin:0;
	padding: 0;
}

.articles-wrap .breadcrumb {	
	margin-top:25px;	
}

.breadcrumb li, .breadcrumb li a {
	color: #9B9B9B;
	font: 300 15px/1em "Roboto",Arial,sans-serif;
}

.breadcrumb > li +  li:before {
	content:"\003E";
	color: #9b9b9b;
	font: 400 13px/1em "Roboto",Arial,sans-serif;
}

.breadcrumb li.ap_nav_li_first {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/home.png") no-repeat scroll 0px 0px transparent;
	color: transparent;
	display: inline-block;
	float: left;
	font-size: 0px;	
	width: 22px;
	height:17px;
	margin-top:2px;
}

.breadcrumb li.ap_nav_li_first a {	
	color: transparent;	
}

.breadcrumb li.ap_nav_li_last {
	display:none;
}


label {
	font-weight: 400;
}

a {
	color: #24a3d8;
	outline: 0;
}


input.ap-obit-funeraltmp-field {
	border: 1px solid #ccc;
	color: #555;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus,
.ap-obit-funeraltmp-field:focus {
	border-color: #999;
	box-shadow: none;
}

#top {
	position: fixed;
	width: 100%;
        border-bottom: 1px solid #24a3d8;
}

#content {
	position:relative;
	top:55px;
}

#footer {
	position:relative;
	top:55px;
}

.light-grey {
	background-color: #f7f7f7;
}

#ap-system-message-container {
	display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #FFF;
	color: #000;
}

.ap_empty {
	margin: 0 15px 60px;
}

.tooltip-inner {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon_info-01.png") no-repeat 8px center / 30px auto #FAFAFA;
	border: 1px solid #afafaf;
	color: #000;
	padding: 15px;
	font: 400 14px/1.2em "Roboto",Arial, sans-serif;
	text-indent: 30px;
	text-align: left;
}

.tooltip.top .tooltip-arrow {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon_down-02.png") no-repeat center -1px transparent;
	border: none;
	width: 18px;
	height: 10px;
	bottom: -3px;
	left: 50px;
}

.grey-background {
	background: #F7F7F7;
}

a:focus, input:focus, a:active, input:active, .btn:focus, .btn:active {
	outline: none;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #4b4b4b !important;
	background-color: transparent;
}

#top .navbar-brand {
	color: #4b4b4b;
	font: 500 22px/1em "Roboto",sans-serif;
	height: auto;
	margin: 4px 15px 12px 0;
	min-height: 50px;
	padding: 12px 0;
}

form input, form textarea, form select {
	background: inherit !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 6px 12px !important;
}

#ap-login-popup a {
	font-size: 15px;
	padding: 0;
}

.login-buttons-wrap {
	margin-top: 30px;
}

.ap-login-popup-description {
	font: 300 14px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 10px;
}

.form-control,
.ap-obit-funeraltmp-field  {
	border-radius: 0;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-size: 16px;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
	font-size: 16px;
}

.form-control:-ms-input-placeholder {  
	font-size: 16px;
}

.navbar-default {
	background-color: #fff;
	border-bottom: 1px solid #918f8f;
	color: #4B4B4B;
	margin-bottom: 0;
}

.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover, 
.navbar-main .navbar-nav > .open > a:focus {
	background-color: #fff;
	border-left: 1px solid #918F8F;
	border-right: 1px solid #918F8F;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover, 
.navbar-nav > .open > a:focus {
	background-color: #fff;
}

.summary-bar {
	margin: 0 !important;
	padding: 0;
}

.navbar-header {
	vertical-align: middle;
	margin-left: 15px !important;
}

#top .container {
	display: flex;
   	 padding: 0;
}

#top .container nav {
	width: 100%;
}

.navbar-logo {
	display: inline-block;
	margin: 7px 25px 15px 21px;
	margin: 3px 25px 9px 21px;
}

.navbar-logo img {
	max-height: 50px;
}

.hamburger-icon {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/hamburger.png") no-repeat scroll 0 0 transparent;
	color: transparent;
	display: inline-block;
	margin-top: 4px;
	width: 25px;
}

.home-icon {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/home-icon@1x.png") no-repeat scroll 0 0 transparent;
	color: transparent;
	display: inline-block;
	float: left;
	font-size: 0;
	margin: 16px 0 0 3%;
	width: 22px;
}

.no-padding {
	padding: 7px 5px 5px !important;
}

.no-padding span.caret {
	position: relative;
	top: 10px;
	color:#ffffff;
}

.account-user-pic {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/avatar-small.png") no-repeat scroll center center / 35px auto transparent;
	color: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	position: relative;
	top: -4px;
	width: 35px;
}

.top-sign-in-link {
	color: #ffffff;
	display: inline-block;
 	font: 400 14px/1.6em "Roboto",Arial,sans-serif;
	padding: 15px 0 10px;
}

#extra-search {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/homepage-sunset-3-mobile.jpg") no-repeat scroll center top -50px #404040;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/thestar_hero_cropped.jpg") no-repeat scroll center top -50px #404040;
	margin-bottom: 30px;
	padding: 10px 0px 0px;
	text-align: center;
}

#extra-search h2 {
	color: #666666;
	font: 400 32px/1.5em "Roboto",Arial,sans-serif !important;
	margin: 32px auto;
	text-shadow: 1px 2px 2px rgb(255, 255, 255);
	width: 90%;
}

#extra-search h2.subheader {
	font: 400 19px/1.2em "Roboto",Arial,sans-serif;
	margin: 60px auto 30px;
	text-shadow: 0 1px 1px #463347;
	text-transform: uppercase;
}

#extra-search .browse-all-stories-link {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	color: #fff;
	font: 400 18px/1.4em "Roboto",Arial,sans-serif;
	padding: 8px 24px;
}


#extra-search .browse-all-stories-link:hover, #extra-search .browse-all-stories-link:active, #extra-search .browse-all-stories-link:focus {
	color: #fff;
	text-decoration: underline !important;
}

.white-divider {
	border-color: #fff;
	border-width: 2px 0 0;
	box-shadow: 0 1px 2px #463347;
	width: 80%;
}

.sliders {
	margin: 50px auto;
}

.btn {
	font-family: "Roboto",Arial,sans-serif;
	border-radius: 2px !important;
}


.btn-lg {
	padding: 8px 40px !important;
}

.btn-primary {
	background-color: #f5a623;
	border-color: #f5a623;
	background-color: #24a3d8 !important;
	border-color: #24a3d8 !important;
	color: #fff;
	padding: 8px 16px !important;
}


.button-checkbox .btn {
	border-radius: 0 !important;
}

.btn-primary:hover, .btn-info:hover,
.btn-primary:focus, .btn-info:focus,
.btn-primary:active, .btn-info:active,
.btn-primary.active, .btn-info.active,
.dropdown-toggle.btn-primary, 
.dropdown-toggle.btn-info {
 	background-color: #1DD2AF;
	border: 1px solid #009c96;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
	background-color: #BDC3C7;
	border-color: #BDC3C7;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    	background-color: #BDC3C7;
    	border-color: #BDC3C7;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background-color: #BDC3C7;
	border-color: #BDC3C7;
}

.primary {
	margin: 0;
}

.primary li a {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.primary > li > a:hover, .primary > li > a:focus {
	background-color: #1483c9;
	color: #ED9C28;
}

#ap-system-message-container {
	background-color: #fcf8f2;
	border-left: 3px solid #f0ad4e;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
}

.view-all-link {
	color: #24a3d8;
	display: block;
	font: 400 21px/1em "Roboto",sans-serif;
	margin: 0 0 0 30px;
}

.big-button {
	background: #9feae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #9feae9 0%, #9feae9 3%, #5fbfc0 17%, #009999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9feae9), color-stop(3%,#9feae9), color-stop(17%,#5fbfc0), color-stop(100%,#009999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9feae9', endColorstr='#009999',GradientType=0 ); /* IE6-9 */
	border: 1px solid #147b7c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(95, 191, 192, 0.4), 2px 2px 4px #999;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(95, 191, 192, 0.4), 2px 2px 4px #999;
	box-shadow: inset 0px 0px 0px 1px rgba(95, 191, 192, 0.4), 2px 2px 4px #999;
  	color: #fff;
	font-size: 23px;
  	text-decoration: none;
  	text-align: center;
  	text-shadow: 1px 0 2px #000f4d;
}

.big-button:hover, .big-button:focus, .big-button:active, .big-button.active  {
	background: #9feae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #9feae9 0%, #9feae9 3%, #5fbfc0 17%, #009999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9feae9), color-stop(3%,#9feae9), color-stop(17%,#5fbfc0), color-stop(100%,#009999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9feae9 0%,#9feae9 3%,#5fbfc0 17%,#009999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9feae9', endColorstr='#009999',GradientType=0 ); /* IE6-9 */
	border: 1px solid #147b7c;
  	color: #fff;
}

.button-main {
	width: 255px;
	margin: 30px 0 0 57px;
}

.nav-links {
	float: left;
	list-style: none outside none;
	margin: 20px 0;
	padding-left: 0;
}

.nav-links > li {
	display: block;
	float: left;
	position: relative;
}

.nav-links > li > a {
	color: #24a3d8;
	display: block;
	font: 400 16px/1em "Roboto",sans-serif;
	margin: 0 20px 0 0;
	position: relative;
}

.nav-links > li.active > a, .nav-links > li.active > a:hover, .nav-links > li.active > a:focus {
	color: #4c4c4c;
}

.spacer-line-1 {
	padding: 0 40px;	
}

.spacer-line-2 {
	padding: 0 18px;	
}

.global-system-message-module {
	/* background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/ideabulb-small.png") no-repeat scroll left 10px center #ffefab; */
}

.global-system-message-module p {
	color: #4b4b4b;
	padding: 20px 30px 10px 60px;
}

#share-story-button {
	text-align: center;
}

#share-story-button {
	margin-right: 15px;
}

#share-story-button a {
	margin: 10px auto 0;
	color: #fff;
	padding: 6px 16px !important;
}

.notifications {
	margin-right: 10px;
}

#notification-alert {
	margin: 15px -8px 0 5px;
}

.notification-alert-box {
	left: 14px;
	position: absolute;
	top: 16px;
	z-index: 5;
}

#notification-alert-container {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-bell@1x.png") no-repeat scroll left top 3px transparent;
	display: none;
	height: 33px;
	position: relative;
	top: 23px;
	width: 23px;
}

#ap-obits-contribution-alert {
	background-color: #f05a28;
	border-radius: 2px;
	color: #fff;
	display: none;
	font-size: 14px;
	line-height: 19px;
	min-width: 16px;
	padding: 1px 2px 2px;
	text-align: center;
}

.rm-links > li {
	padding: 6px 0;
	text-indent: 28px;
}

.rm-sign-in {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-sign-out@1x.png") no-repeat scroll left 10px center transparent;
}
.rm-followed-stories {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-followed-stories@1x.png") no-repeat scroll left  10px center transparent;
}
.rm-your-stories {	
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-your-stories@1x.png") no-repeat scroll left  10px center transparent;
}
.rm-manage-contributions {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-manage-contributions@1x.png") no-repeat scroll left  10px center transparent;
}
.rm-profile {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-profile-and-settings@1x.png") no-repeat scroll left  10px center transparent;
}

.rm-links > li > a:hover, 
.rm-links  > li > a:focus,
.rm-links  > li > a:active  {
    background-color: transparent;
}

a:hover, a:focus {
	color: #24a3d8;
	text-decoration: none !important;
	outline: 0;
}

.navbar-default {
	margin-bottom: 0;
}

.navbar-nav > li > a {
	padding-top:10px;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 16px;
}

.navbar-default .navbar-nav > li.obituaries-link > a {
	color: #24a3d8;
	padding: 15px 25px 0 0;
}

.logo {
	display: inline-block;
	margin-left: 0 !important;
	padding: 0;
}

#logo {
	max-height: 55px;
	max-width:150px;
}

.navbar-toggle {
	margin-top: 21px;
}

.dropdown-menu {
	border-radius: 0;
	padding: 15px 20px 20px;
}

.dropdown-menu > li > a {	
	font: 300 14px/1.6em "Roboto",Arial,sans-serif;
	padding: 3px 6px;
	text-align: left;
}

/* DROPDOWN TWEAKS - custom styling for top account dropdown */

.navbar-main .dropdown-menu {
	padding: 25px 20px 35px; 
}

.navbar-main .dropdown-menu > li > a {
	padding: 3px 30px;
	color:#ffffff !important;
}

/* end custom styling for top account dropdown */



.dropdown-header {
	color: #ffffff;
	font: 400 16px/1.6em "Roboto",Arial,sans-serif;
}

.navbar-nav .dropdown-menu > li > a {
	padding: 3px 30px 3px 19px; 
}

.tagline {
	color: #fff;
	font: italic 200 22px/1em "Roboto",Arial,sans-serif;
	margin: -20px 0 20px 5px;
}

.tagline:hover {
	text-decoration: none;
}

.section-separator {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/separator.png") no-repeat scroll center top transparent;
	height: 50px;
	margin: 20px auto 25px;
	width: 100%;
}


.place-ad {
	margin: 30px 0 15px;
	padding-left: 20px;
}

.place-ad:hover, .place-ad:active, .place-ad:focus  {
	background-color: #24a3d8;
	border-color: #bda978;
}

.place-ad span {
	font-size: 26px;
	line-height: 24px;
}

.place-ad span.quote {
	font-size: 36px;
	text-align: right;
}

#footer-wrapper {
	background: none repeat scroll 0 0 #e6e6e6;
	margin: 0 auto;
	padding: 50px 0 70px;
	text-align: center;
}

.footer-links {
 	margin-top: 20px;
	padding-left: 0;
}

.footer-links li {
	display: inline;
	padding: 0 2px;
}

.footer-links li:first-child {
	padding-left: 0;
}

.footer-links li, .footer-links li a {
	color: #a6a8ab;
	font: 300 14px/1.2em "Roboto",sans-serif;
}

.footer-links li a:hover {
	color: #777;
}

.copyright {
    color: #a6a8ab;
    font: 300 14px/1.2em "Roboto",sans-serif;
}

.copyright li {
    list-style: outside none none;
}

.copyright li a {
    color: #a6a8ab;
}

.copyright li a:hover {
    color: #777;
}

.brand-title {
	color: #fff;
	font: 400 2.5em/1.2em "Roboto",Arial,sans-serif;
	margin: 5px auto 10px;
}

.footer-panel a:hover, .footer-panel a:active, .footer-panel a:focus {
	text-decoration:none;
}

.btn {
	font-family: "Roboto",Arial,sans-serif;
	font-weight: 300;
}

.ap-obits-publish-package-name > img {
	max-height: 50px;
	max-width: 200px;
}

search-icon {
	margin: 10px 0 0 5px;
	display: block;
}

.combodate input {
	width: 75px !important;
}


/* ************************************************************************
	CATEGORY STYLES
************************************************************************* */

.ap_catName {
	display:none;
}

.ap_className a {
	color:#e6e6e6;
	font-size:17px;
        font-weight: 300;	
}

.ap_className a:hover {
	color:#ffffff;
}

.fullwidth {
	width: 100%;	
	min-height: 190px;
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5);
	margin-top:10px;
	padding:10px 0;
	text-align:left;
}

.hp-cat ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	list-style-type: none;
	padding: 2px 0;
	margin: 0;
}

.hp-cat ul li {		
	width:25%;
	height:40px;
}

.hp-cat ul li ul li {
	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-align-items: center;
    	-ms-flex-align: center;
	align-items: center;
}

.hp-cat .ap_first {
	width:auto !important;
}

.ap_className {
	float:left;
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/no-category.png");
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 28px;
	padding: 12px 50px 10px
}

.anniversary {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/anniversaries.png");		
}

.birthday {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/birthdays.png");		
}

.birth {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/births.png");		
}

.congratulations {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/congratulations.png");		
}

.engagement {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/engagements.png");		
}

.graduations {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/graduations.png");		
}

.retirements  {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/retire.png");		
}

.special-occasions {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/special-occasions.png");		
}

.obituaries {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/obituaries-grey.png");		
}

.weddings {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/weddings.png");		
}

.congratulations {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/congratulations.png");		
}

.generations {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/generation.png");		
}

.special-occasions {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/special-occasions.png");		
}

.mitzva {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/mitzva.png");		
}

.quinceanera {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/quinceaneras.png");		
}

.military {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/military.png");		
}

.thank-you {	
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/icons/white/thankyou.png");		
}

/* ************************************************************************
	PACKAGES STYLES
************************************************************************* */

.gallery .package_item .package-features {
	border-right: 1px solid #918f8f;
}

.gallery .package_item:last-child .package-features {
	border-right: medium none;
}

.gallery-container .gallery-item {
	float: left;
	position: relative;
}

#packages {
	margin: 20px auto;
}

.package-wrap {
	float: left;
	margin: 10px auto 20px;
	padding: 30px 0 50px;
	text-align: center;
}

.package_item {
	max-width: 550px;
	padding-left: 15px;
	padding-right: 15px;
}

.package-details {
	margin-top: 20px;
	min-height: 390px;
}

.package-image {
	display: block;
	text-align: center;
}

.package-arrow {
	background: #27ae60; /* Old browsers */
	background: -moz-linear-gradient(top,  #27ae60 0%, #27ae60 95%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27ae60), color-stop(95%,#27ae60), color-	stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #27ae60 0%,#27ae60 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #27ae60 0%,#27ae60) 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #27ae60 0%,#27ae60 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #27ae60 0%,#27ae60 95%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ae60', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: auto;
}

.package-title {
	font: 400 22px/1.2em "Roboto",Arial,sans-serif;
	padding: 10px 0;
}

.package-features {
	display: block;
	list-style:none outside none;
	padding: 0;
}

.package-features li {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/checkmark-large.png") no-repeat scroll 0 10px transparent;
	font: 400 18px/1.2em "Roboto",Arial,sans-serif;
	margin: 10px 20px;
	padding: 15px 0 10px 40px;
	text-align: left;
}

.package-features li img {
	margin-top: -5px;
}

.highlight {
	color: #3498db;
	font-size: 16px;
	font-weight: 400;
}

.package-description {
	color: #4E4E4E;
	margin-bottom: 30px;
	padding: 10px;
}

.tall {
	min-height: 177px;
}

.package-wrap div {
	float: left;
	width: 100%;
}

.package-wrap .package-price label {
	display: none;
}

.package-wrap .package-price span {
	color: #fda54c;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
}

.package-buy {
	padding: 20px 0;
}

.package-buy .btn {
	margin: 0 auto;
}

.package-more {
	background: none repeat scroll 0 0 #fff;
	border-left: 2px solid #302C2C;
	border-right: 2px solid #302C2C;
	border-bottom: 2px solid #302C2C;
	font-size: 13px;
	font-weight: bold;
	display: none;
	padding: 10px 5px;
}

.more_icon {
	background-image: url("../plus_minus_icons.png");
	background-position: 25px -3px;
	float: right;
	height: 25px;
	width: 25px;
}

.more_icon:hover {
	cursor: pointer;
}

.less_icon {
	background-image: url("../plus_minus_icons.png");
	background-position: 0px -3px;
	float: right;
	height: 25px;
	width: 25px;
}

.less_icon:hover {
	cursor: pointer;
}

.package-feature img {
	float:left;
}

/* ************************************************************************
	SAVE SEARCH MODULE STYLE
************************************************************************* */

.notification-divider {
	border-color: #ccc;
	border-width: 1px 0 0;
	margin-bottom: 55px;
	margin-top: 60px;
}

.save-search {
	padding: 30px 0 60px 15px;
	display:none;
}

.save-search p {
	font: 300 15px/1.4em "Roboto",Arial,sans-serif;
	margin: 25px 0;
}

.ap_search_agent_add_system_msg {
	color: #333 !important;
	float: left;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 20px;
	margin-left: -15px;
	padding: 0;
	text-align: left;
}

#ap_search_agent_add_form p {
	margin-bottom: 30px;
}

#ap_search_agent_add_close {
	background-color: #24a3d8 !important;
	border: 1px solid #009c96 !important;
	border-radius: 2px !important;
	color: #fff;
	margin-left: 15px;
	margin-top: 10px;
	padding: 8px 16px !important;
}


/* ************************************************************************
	SLOD MODULE STYLE
************************************************************************* */

.ap_slod_width_1, .ap_slod_width_2, .ap_slod_width_3, .ap_slod_width_4, .ap_slod_width_5 {
	padding: 0;
	margin: 0 !important;
	width: 100%;
}

#ap_slod_keywords_wrap,
#ap_slod_submit {
	display: inline-block;
	float: left;
}

#extra-search #ap_slod_wrap {
	margin: 0 auto !important;
	padding: 0 !important;
}

#extra-search #ap_slod_keywords_wrap {
	background: none repeat scroll 0 0 transparent !important;
	border-radius: 2px 0 0 2px;
	margin: 0 !important;
	padding: 0 !important;
	width: 70% !important;
	border: 1px solid #ffffff;
}

#extra-search #ap_slod_keywords_wrap input {
	border-radius: 0;
	color: #7b7b7b;
	font: 300 18px/1.4em "Roboto",Arial,sans-serif !important;
	height: 40px;
	padding-left: 10px !important;
}

#extra-search #ap_slod_submit {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-glass-white.png") !important;
	background-position: left 25% center !important;
	background-repeat: no-repeat !important;
	border-radius: 0 1px 1px 0;
	font: 400 18px/1.2em "Roboto",Arial,sans-serif !important;
	height: 42px;
	text-indent: 15px;
	width: 30% !important;
	margin-left: -1px !important;
}

.search-button-wrap {
	text-align: center;
}

.ap_search_categories .dropdown-menu {
	border: none !important;
}

.ap_search_categories .dropdown-menu dt {
	display: none !important;
}

.ap_dropdown_sort .btn-default {
    background-color: transparent;
    border-color: transparent;
}

/* ************************************************************************
	ADVANCED META FILTERS SEARCH ON LANDING
************************************************************************* */

#extra-search #ap_adv_search {
	margin: 50px auto;
	padding: 0;
	width: 60%;
}

#extra-search #ap_adv_search #ap_advanced_search_form {
	float: left;
	width: 100%;
}

.meta-filters-search-button #ap_adv_submit {
	width: auto;
}

#extra-search #landing-meta-filters-wrap .landing-meta-filter,
#extra-search #landing-meta-filters-wrap .landing-meta-filters-search-button {
	display: inline-block;
	float: left;
}

#extra-search #landing-meta-filters-wrap .landing-meta-filter {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #e4c5ae;
    border-radius: 3px 0 0 3px;
    margin: 0;
    padding: 0;
    width: 80%;
}

#extra-search #landing-meta-filters-wrap .landing-meta-filter input {
    background: none repeat scroll 0 0 #fff !important;
    border: medium none !important;
    color: #7b7b7b;
    font: 300 18px/1.4em "Roboto",Arial,sans-serif !important;
    height: 40px;
    padding-left: 10px !important;
}

#extra-search #landing-meta-filters-wrap .landing-meta-filter input::placeholder {
	font-size: 16px;
}

#extra-search #landing-meta-filters-wrap .landing-meta-filters-search-button #ap_adv_submit {
    background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-glass-white.png") no-repeat scroll left 25% center #24a3d8 !important;
    border: 1px solid #009c96 !important;
    border-radius: 0 2px 2px 0 !important;
    color: #fff;
    font: 400 18px/1.2em "Roboto",Arial,sans-serif !important;
    height: 42px;
    margin-left: -1px;
    padding: 8px 16px !important;
    text-indent: 15px;
    width: 130px;
}

/* ************************************************************************
	ADVANCED META FILTERS SEARCH ON SUMMARY
************************************************************************* */

.top-search-wrap .advanced-search-link {
	cursor: pointer;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif;
	position: relative;
	top: 5px;
}

.advanced-search-wrap {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #918F8F;
	display: none;
	left: 52%;
	margin: 0 0 0 -36px;
	padding: 15px 30px;
	position: fixed;
	top: 98px;
	transform: translate(-50%, 0px);
	width: 624px;
	z-index: 1000;
}

.advanced-search-wrap h4 {
	font: 400 18px/1em "Roboto",Arial,sans-serif;
}

.meta-filter-close {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/ui-elements/action-icons-orange-grey/close-grey.png") no-repeat scroll right center transparent;
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
}

.meta-filters-search-button #ap_adv_submit {
	background-color: #24a3d8 !important;
	border-color: #009c96 !important;
	color: #fff;
	padding: 7px 16px !important;
	border-radius: 2px !important;
}

.meta-filter {
	display: inline-block;
	margin-right: 3%;
	padding: 0 0 30px;
	width: 46%;
}

.meta-filter-label {
	color: #4b4b4b;
	display: block;
	font: 400 15px/1.2em "Roboto",sans-serif;
	margin: 10px 0;

}

/* ************************************************************************
	SLOD MODULE STYLE - TOP POSITION ON SECONDARY PAGES
************************************************************************* */

.top-search-wrap {
	float: left;
	margin: 10px 11px 10px;
	width: 45%;	
}

.top-search-wrap #ap_slod_wrap {
	background:#ffffff;
	border: 1px solid #24a3d8;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font: 300 16px/1.6em "Roboto",Arial,sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.top-search-wrap #ap_slod_wrap #ap_slod_keywords_wrap,
.top-search-wrap #ap_slod_wrap #ap_slod_submit {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	width: 86% !important;
}

.top-search-wrap #ap_slod_wrap #ap_slod_keywords_wrap input {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 11px !important;
}

.top-search-wrap #ap_slod_wrap #ap_slod_submit {
    background-color: #fff !important;
    background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/search-glass-large-2x.png");
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 22px 23px;
    border: medium none;
    cursor: pointer;
    float: right;
    font-size: 0 !important;
    height: 32px;
    line-height: 0;
    overflow: hidden;
    padding: 0 !important;
    text-align: left;
    text-indent: -9999px !important;
    width: 30px !important;
}

.right-rail-icons {
    	width: 77%;
    	margin: 102px 0px 0px 35px;
}

.featured-venues-florists {
	float:left;
	width:100%;		
}

.featured-venues-florists img {	
	max-width:200px;
	text-align:center;
	margin:0px auto;
	margin-bottom:35px;
	
}

.icon-hp {
	display: block;
	height: 50px;
	text-align: center;
	padding-top: 8px;	
	padding-left:30px;
}

.right-rail-icons a:hover{
    	color:#fff;
}

/* ************************************************************************
	CATEGORY STYLE
************************************************************************* */

.widget-link {
	background-color: #24a3d8;
	border: 1px solid #009c96;
	color: #fff;
	display: block;
	font: 400 17px/1.2em "Roboto",Arial,sans-serif !important;
	letter-spacing: 0.8px;
	padding: 15px;
}

.widget-link:hover, .widget-active:hover, .widget-link:focus  {
	color: #fff;
}

.widget {
	border: 4px solid #fff;
	position: relative;
}

.widget-wrap {
	background: #E6E6E6;
	padding: 40px;
	text-align: center;
}

.widget-wrap:nth-child(2) {
	background: #58595B;
} 

.widget-wrap img {
	width: 100%;
}

.section {
	background: transparent;
	padding: 0 0 30px;
}


.details-wrap .section {
	background: none repeat scroll 0 0 #fff;
	margin-top:-158px;
	padding:0px;
}

.white-section {
	background-color: #fff;
	padding: 0 40px 40px 40px;
}

.panel {
	background: transparent;
	margin-bottom: 20px;
}

.title-main {
	font: 400 56px/1.2em "Roboto",Arial,sans-serif;
	margin: 30px auto 20px;
}

.subtitle {
	font: 400 42px/1.2em "Roboto",Arial,sans-serif;
	margin: 60px 0 60px 0;
}

.subtitle-story {
	font: 400 28px/1.2em "Roboto",Arial,sans-serif !important;
	margin: 35px 15px 30px !important;
	padding-left: 30px;
}

.subtitle-milestones, .subtitle-memories, .subtitle-guestbook, .subtitle-charities, .subtitle-flowers {
	color: #fff;
	display: inline-block;
	font: 400 28px/1.2em "Roboto",Arial,sans-serif !important;
	margin: 35px 15px 30px 0 !important;
	padding: 15px 45px;
	text-shadow: 1px 1px 3px #666;
}

.subtitle-milestones {
	background: none repeat scroll 0% 0% rgba(200, 54, 54, 0.25);
}

.subtitle-memories {	
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
}

.subtitle-guestbook {	
	background: none repeat scroll 0% 0% rgba(64, 35, 19, 0.4)
}

.subtitle-charities {	
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
}

.subtitle-flowers {	
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
}

.subtitle-create-story {
	color: #4b4b4b;
	font: 400 18px/1.2em "Roboto",sans-serif;
}

.subsubtitle { /* used in Guestbook */
	font: 400 22px/1.4em "Roboto",sans-serif;
	margin: 30px 0 20px 45px;
}

.category-content {
	font: 200 27px/36px "Roboto",Arial,sans-serif;
	letter-spacing: 0.5px;
	margin: 30px auto 50px;
	width: 70%;
	margin-top: 60px;
}

.create-story-illustration img {
	margin: 60px auto;
}

.memorials {
	padding: 10px 0;
}

.memorial {
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 0 0 10px;
}

.memorial-content {
	font: 300 18px/1.2em "Roboto",Arial,sans-serif;
	padding: 5px 10px;
}

.memorial img {
	width: 100%;
}

.memorial-title span {
	display: block;
	width: 100%;
}

.memorial-title span.name {
	font: 400 1em/1.6em "Roboto",Arial,sans-serif;
	text-align: center;
}

.featured-memorial .memorial-title span.name {
	font: 400 1.4em/1.6em "Roboto",Arial,sans-serif;
	text-align: left;
}

.featured-memorial .memorial-title span.dates {
	font: 300 0.8em/1em "Roboto",Arial,sans-serif;
}

.featured-memorial .memorial-title span:hover {
	text-decoration: none;
}

.memorial-image {
	text-align: center;
}

.memorial-image img {
	border-radius: 5px 5px 0 0;
	margin: 0 auto;
	max-height: 400px;
	width: 100%;
}

.placeholder {
	height: 300px;
	margin: 0 auto 20px;
	width: 1020px;
}

.articles {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/brand/images/placeholder-article.png") no-repeat scroll 0 0 #24a3d8;
}

#detail-article-wrap {
	margin: 0 15px;
}

#detail-article-wrap #article-details-container {
	margin: 0 -15px;
}

#detail-article-wrap .ap-article-details-photo {
	border-radius: 0;
	height: 500px;
	max-width: 700px;
}

#detail-article-wrap h2 .ap-article-details-title,
#summary-articles-wrap h2 {
	color: #4b4b4b;
	font: 500 30px/1.1em "Roboto",Arial,sans-serif;
	margin-bottom: 40px;
	margin-top: 40px;
}

#summary-articles-wrap .summary-articles {
	padding: 0;
}

#summary-articles-wrap .ap-articles-summary-content-holder {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    margin-right: 10px;
}

#summary-articles-wrap .ap_ad_memorial {
	padding: 0 20px 0 0 !important;
}

#summary-articles-wrap .ap-summary-articles-photo {
    border-radius: 0;
}

#summary-articles-wrap .ap-summary-articles-title {
    color: #4b4b4b;
    font: 600 16px/1.4em "Roboto",Arial,sans-serif;
    margin: 10px;
}


#detail-article-wrap .breadcrumb li a .ap-article-details-title {
	color: #9b9b9b;
	display: inline;
	font: 400 13px/1em "Roboto",Arial,sans-serif;
	margin: 0;
}

#detail-article-wrap .author {
	color: #8f8f8f;
	font: 400 17px "Roboto",Arial,sans-serif;
	padding: 3px 0 30px;
}

#detail-article-wrap .article-details {
    color: #4b4b4b;
    font: 300 15px/25px "Roboto",Arial,sans-serif !important;
}

#article-details-container .ap-article-details-content {
	padding: 0 35px 0 0;
}


.edit-story-btn {
	color: #fff !important;
	margin: 5px 15px;
	padding: 8px 30px 8px 20px !important;
}

.edit-story-button-img {
	margin-right: 10px;
	margin-top: -2px;
	width: 18px;
}

/* ************************************************************************
	FEATURED ADS MODULE STYLES / NEW ADS MODULE STYLES ON LANDING
************************************************************************* */

#ap_new_ads {
	margin: 0;
}

#ap_ad_featured {
	margin-left: -15px;
	margin-right: -15px;
}

#ap_new_ads  .ap_new_ad {
	margin-bottom: 30px;
}

#ap_ad_featured  .ap_ad_featured {
	width: 33.3333%;
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 30px;
}

#ap_new_ads .ap_ad_wrap {
	border: 1px solid #ccc;
	height: 315px;
	overflow: hidden;
	min-width: 195px;
}

#ap_ad_featured .ap_ad_wrap {
	border: 1px solid #ccc;
	height: 315px;
	overflow: hidden;
	min-width: 195px;
}

#ap_new_ads .ap_ad_wrap .text-only {
	display: none;
}

#ap_ad_featured .ap_ad_wrap .text-only {
	display: none;
}


#ap_new_ads .new-story-name-dates, .announcement-title {
	background: none repeat scroll 0 0 #b9e986;
	color: #666666;
	min-height: 74px;
	min-width: 213px;
	padding: 10px 0;
	position: relative;
        text-align:center;
}

#ap_ad_featured .new-story-name-dates, .announcement-title {
	background: none repeat scroll 0 0 #b9e986;
	color: #4b4b4b;
	min-height: 74px;
	min-width: 213px;
	padding: 10px 0;
	position: relative;
        text-align:center;
}


.announcement-title {	
	 display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-align-items: center;
   	-ms-flex-align: center;
        align-items: center;
	-webkit-flex-wrap: wrap;
   	 -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	font: 400 17px/1.4em "Roboto",Arial,sans-serif;
	color: #666666;
	min-height: 74px;
	min-width: 213px;
	padding: 13px 10px 10px 10px;
	position: relative;
        text-align:center;	
}

.pink {
	background:#ffbaab !important;
}

.yellow {
	background:#f6dc87 !important;
}

.Birthdays {
	background:#b9e986 !important;
}

.Weddings {
	background:#ffbaab !important;
}

.Anniversaries {
	background:#f6dc87 !important;
}

.hidden-category-name {
	visibility:hidden;
	position:absolute;
}

#ap_new_ads .photo-only .new-story-name-dates {
	bottom: 0;
}

#ap_new_ads .photo-only .new-story-name-dates {
	bottom: 0;
}

#ap_ad_featured .text-only .new-story-name-dates {
	top: 0;
}

#ap_new_ads .text-only .ap-ad-text {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	padding: 10px;
}

#ap_ad_featured .text-only .ap-ad-text {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	padding: 10px;
}

#ap_new_ads .ap_ad_wrap p {
	margin: 0 10px;
	font-weight: 400;
}

#ap_ad_featured .ap_ad_wrap p {
	margin: 0 10px;
	font-weight: 400;
}

#ap_new_ads .ap_ad_wrap p.new-story-name {	
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	width: 213px;
	font-size: 17px;
	margin: 5px 10px;
}

#ap_ad_featured .ap_ad_wrap p.new-story-name {	
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	width: 213px;
	font-size: 17px;
	margin: 5px 10px;
}

.category {
	text-transform:uppercase;
}

#ap_new_ads .ap_ad_wrap p.new-story-dates {
	font-size: 13px;
	font-weight: 300;
}

#ap_ad_featured .ap_ad_wrap p.new-story-dates {
	font-size: 13px;
	font-weight: 300;
}


.ap-featured-profile-pic {
	height: 250px;
}

.ap-featured-profile-pic {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-color: #F9F9F9;
}

.featured-small-box .post {
	height: 250px;
}

.post {
	border-radius: 5px;
	margin-bottom: 0;
	padding: 0;
}

.featured-big-box {
	margin-bottom:20px;
}

.featured-big-box .ap_new_ad {
	padding: 0 15px;
}

.post-content {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 15%, rgba(56,56,56,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(0,0,0,0)), color-stop(100%,rgba(56,56,56,0.65))); /* 	Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(56,56,56,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(56,56,56,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(56,56,56,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 15%,rgba(56,56,56,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6383838',GradientType=0 ); /* IE6-9 */
	font: 300 18px/1.2em "Roboto",Arial,sans-serif;
	border-radius: 0 0 5px 5px;
}

.featured-big-box .post-content {
	height: 100px;
	margin-top: -100px;
}

.featured-small-box .post-content {
	height: 80px;
	margin-top: -80px;
}

.post-image {
	text-align: center;
}

.post-image img {
	text-align: center;
}

.thumbnail {
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
	margin: 0;
}

.post-content a {
	display: block;
}

.post-content a:hover {
	text-decoration: none;
}

.post-content a:active {
    outline: none;
}

.featured-big-box .post-content a {
	padding: 20px 10px 0 40px;
}

.featured-small-box .post-content a {
	padding: 10px 10px 0 20px;
}

.post-content a.post-category {
	color: #24a3d8;
	font-size: 22px;
}

.post-price {
	color: #FF9900;
	font: 300 20px/1.4em "Roboto",Arial,sans-serif;
	height: 40px;
	padding: 5px 10px;
	text-align: right;
}

.ap_spaceholder_thumb, .ap_spaceholder_content {
	text-align: center;
}

.ap_spaceholder_thumb a img {
	height: 260px;
	margin: 0 auto;
}

.ap_ad_memorial {
	padding: 0 8px !important;
}



/* ************************************************************************
	TEMP ANNOUNCEMENT MAIN LANDING PAGE STYLES
************************************************************************* */

.blue {
	width: 100%;	
	min-height: 420px;
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.35);
	background-color:#197195;	
	margin: 0px auto;
	text-align: center;
	padding-top:30px;
}

#announcements-celebrations {
   float: left;
   background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/thestar_hero_cropped.jpg") no-repeat scroll center center / cover #404040 ;
   width: 550px;
   height: 360px;
   margin-right: 15px;
}

#announcements-obituaries {
   float: left;
   background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/obituaries-photo.jpg") no-repeat scroll center center / cover #404040 ;
   width: 550px;
   height: 360px;
   margin-left: 15px;
}

.main-landing-title h2 {	   
    color: #FFF;
    font: 400 32px/1.5em "Roboto",Arial,sans-serif !important;
    margin: 90px auto 42px;
    text-shadow: 1px 2px 2px #463347;
}

.browse-announcement a {
	padding: 12px 32px !important;	
	font-size: 19px;
}

.fullwidth-landing {
	width: 100%;	
	min-height: 60px;
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.45);
	margin-top: 67px;
	padding-top: 22px;
	padding-right: 25px;
	text-align:right;
}

.fullwidth-landing a { 
	color: #FFF;
	font: 500 18px "Roboto",Arial,sans-serif;
}

.fullwidth-landing a:after {
	content: "  \2192";
}

/* ************************************************************************
	SUMMARY STYLES
************************************************************************* */

.waterfall-wrap .attention-getter {
	padding: 0 15px;
}

.waterfall-wrap .attention-getter img {
	max-height: 100px;
}

.ad_not_found_message {
	font: 300 18px "Roboto",Arial,sans-serif;
	padding: 60px 0 30px;
}

.summary-content {
	margin-left: -4px;
}

.summary-wrap {
	margin-top: 10px;
}

.ap_noresults {
	font: 500 23px "Roboto", Arial, sans-serif;
	margin-top: 30px;
}

.right-rail {
	min-height: 700px;
	min-width: 300px;
	margin-top: 30px;
}

.right-rail-landing {
	margin-top: 8px;
}

.ad-tag-wrap {
	text-align: center;
}

.ad-tag {
	margin:0px auto;
	padding-bottom:35px;
	text-align: left;
	width: 320px;
}

.ad-tag h5 {
	font: 300 16px "Roboto", Arial, sans-serif;
	color: #a1a1a1;		
}

.display-area-wrap {
	text-align: center;
}

.display-area {
	margin:0 auto 30px;
	text-align: left;
	width: 300px;
}

.display-area h5 {
	font: 300 16px "Roboto", Arial, sans-serif;
	color: #a1a1a1;		
}

.ad-leaderboard {		
	margin: 0px auto;
	text-align: center;
}

.ad-leaderboard img {		
	display:inline-block;
}

.hero-search-small .search-wrap {
	box-shadow: none;
	margin: 0;
	width: 80%;
}

.save-search .adding-stories-icon {
	display: none;
}

.ad-tag-bottom {
	margin-top: 0px !important;
}

.info-box {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 20px auto 30px;
	padding: 25px;
}

.info-box-title {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/info-icon-1x.png") no-repeat scroll left center transparent;
	font: 500 17px "Roboto",Arial,sans-serif;
	margin: 0;
	padding: 9px 0px 8px 53px;
}


.info-box-content {
    background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/info-icon-1x.png") no-repeat scroll left top transparent;
    padding: 0px 15px 0px 55px;
    
}

.info-box-content p {
	font: 300 15px/1.4em "Roboto", Arial, sans-serif;
}

#summary-toolbar {	
	border-radius: 0;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
        margin: 30px 0px 0px 0px 
}

#summary-toolbar .btn, #summary-toolbar .bootstrap-select {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    outline: medium none !important;
    padding: 0 0 0 5px;
    width: auto;
}

#summary-toolbar h4 {
	float: left;
	font: 400 14px/1.6em "Roboto",Arial,sans-serif;
}

.found h5 {
	font: 300 16px "Roboto", Arial, sans-serif;
	color: #a1a1a1;	
    
	padding:0px;
}

.waterfall-wrap {
	padding: 0;
}

.waterfall-wrap #ap_ads {
	padding: 0 10px 0 0;
}

#summary-toolbar div.waterfall-toggles-wrap {
	margin: 0 10px 20px 0;
}

#summary-toolbar div.waterfall-toggles-wrap a {
    border: 1px solid #b7b7b7;
    border-radius: 0 !important;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 10px 10px 30px;
}

#summary-toolbar div.waterfall-toggles-wrap a.grid-view {
	background: #fff url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/grid-grey.png") no-repeat scroll left 10px center;
	color: #4b4b4b;
}

#summary-toolbar div.waterfall-toggles-wrap a.list-view {
	background: #fff url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/list-grey.png") no-repeat scroll left 10px center;
	color: #4b4b4b;
}

#summary-toolbar div.waterfall-toggles-wrap a.grid-view.active-view, #summary-toolbar div.waterfall-toggles-wrap a.grid-view:hover, #summary-toolbar div.waterfall-toggles-wrap a.grid-view:focus, #summary-toolbar div.waterfall-toggles-wrap a.grid-view:active  {
	background: #479ABB url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/grid-white.png") no-repeat scroll left 10px center;
	color: #fff;
}

#summary-toolbar div.waterfall-toggles-wrap a.list-view.active-view, #summary-toolbar div.waterfall-toggles-wrap a.list-view:hover, #summary-toolbar div.waterfall-toggles-wrap a.list-view:focus #summary-toolbar div.waterfall-toggles-wrap a.list-view:active {
	background: #479ABB url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/list-white.png") no-repeat scroll left 10px center;
	color: #fff;
}

#summary-toolbar select {
    display: none;
}

#summary-toolbar div.summary-toolbar-filters {
    float: left;
    margin-top: 0;
    width: 100%;
}

#summary-toolbar .navbar-right {
    display: inline-block;
    min-width: 165px;
}

#summary-toolbar .navbar-right {
    display: inline-block;
    min-width: 165px;
}

summary-toolbar h4 {
    float: left;
    font: 400 14px/1.6em "Roboto",Helvetica,Arial,sans-serif;
    margin-left: 10px;
}

.no-stories {
	padding-top: 15px;
}

.ap_maps_canvas {
	margin-bottom: 20px;
}

#ap_waterfall_container {
	margin: 10px 0 50px 0px;
}

.ap-view-more-separator {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/view-more-divider.png") repeat scroll center center rgba(0, 0, 0, 0);
	text-align: center;
}

.ap_ads {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d0d2d3;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.ap_ads_waterfall {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d0d2d3;
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

#ap_ads .ap_ads {
	width: 100%;
}

.ap_highlighted {
	background-color: #fbf4d8;
	border-color: #faca1c;
}

.post-summary-image {
	background: none repeat scroll 0 0 #FAFAFA;
	min-height: 210px;
}

.ap_general_photo img {
	margin: 0 auto;
	object-fit: cover;
	object-position: top;
	width: 214px;
	height: 240px;
}

.post-summary-image img {
	margin: 0 auto;
	max-height: 519px;	
}

.featured-big-box .post-summary-image img {
	max-height: 519px;	
}

.post-summary-content a {
	display: block;
	font: 300 18px/1.2em "Roboto",Arial,sans-serif;
	padding: 5px 10px;
}

.waterfall .ap_photo_large {
	padding: 0 px;
	width: 100%;
}

.waterfall a {
	color: #6d6969;
	display: block;
	font: 300 18px/1.2em "Roboto",Arial,sans-serif;
}

.title-vertically-centered {	
	width: 100%;
	text-align:center;
}

.summary-category, .summary-name {
	display: block;
	width: 100%;
}

.waterfall a span.person-name {
	color: #4b4b4b;
	font: 400 18px/1em "Roboto",Arial,sans-serif;
	padding: 15px 15px 10px;
}

.waterfall a span.person-dates {
	color: #a1a1a1;
	font: 400 13px/1em "Roboto",Arial,sans-serif;
	padding: 0 15px 5px;
}

.waterfall a span.person-location {
	font: 400 14px/1.1em "Roboto",Arial,sans-serif;
	padding: 0 15px 20px;
}

.post-summary-send-flowers {
 	padding-bottom: 10px;
}

.post-summary-send-flowers > a {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-flowers.png") no-repeat scroll left 15px center transparent;
	color: #479abb;
	display: inline-block;
	font: 400 16px/1em "Roboto",Helvetica,Arial,sans-serif;
	margin: 0 auto;
	padding: 10px 15px;
	text-indent: 25px;
}

.waterfall .person-details {
	padding: 0 0 10px;
}

.waterfall a span.person-content {
	display: block;
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	padding: 10px 15px;
}

.person-info {
	padding: 10px 10px 0;
}

.ap_paginator .pagination {
	margin: 35px 15px;
}

.pagination .ap_current_class a {
 	background-color: #fff;
	border-color: #ccc;
	color: #333;
	cursor: default;
	font-weight: 700;
	z-index: 2;
}

.pagination > li > a, .pagination > li > span {
	border: medium none;
	border-radius: 3px !important;
	color: #24a3d8;
	font: 700 14px/1.2em "Roboto",Arial,sans-serif !important;
	margin-left: 5px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #4b4b4b;
}

.post-summary-content {
	height: 60px;
}

.post-title span {
	display: block;
	width: 100%;
}

.post-title span.name {
	color: #fffefe;
	font: 400 21px/1.8em "Roboto",Arial,sans-serif;
	height: 35px;
	overflow: hidden;
}

.post-title span.dates {
	color: #fffefe;
	font: 400 13px/1em "Roboto",Arial,sans-serif;
}

.post-summary-top {
	border-bottom: 1px solid #ccc;
	min-height: 45px;
	padding: 10px;
}

.post-summary-title > a {
	color: #4b4b4b;
	word-wrap: break-word;
}

.post-summary-top .person-name, .post-summary-top .person-dates, .post-summary-top .person-location {
	display: inline-block;
}

.post-summary-top .person-name {
	font: 400 17px/1.4em "Roboto",Arial,sans-serif;
	margin-right: 5px;
}

.post-summary-top .person-dates, .post-summary-top .person-location {
	color: #a1a1a1;
	font: 400 13px/1em "Roboto",Arial,sans-serif;
}

.post-summary-top .person-location {
	text-transform: uppercase;
}

.person-dates-dash {
	display: inline;
}

.post-summary-middle {
	min-height: 35px;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 15px;
	width: 100%;
}

.post-summary-description {
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
	overflow: hidden;
	width: auto;
}

.post-summary-bottom {
	min-height: 30px;
	padding: 0 15px;
}

.waterfall a span.person-dates {
    color: #a1a1a1;
    font: 400 13px/1.4em "Roboto",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    letter-spacing: -0.2px;
}

.post-summary-bottom .post-summary-social > a {
	color: #479ABB;
	font: 400 14px/1em "Roboto",Arial,sans-serif;
	display: inline-block;
	padding: 0 0 0 20px;
}

/* ************************************************************************
	DYNAMIC FEATURED ADS STYLES
************************************************************************* */

.dynamic-ad-widget {
	background: none repeat scroll 0 0 #fff;
/*	height: 260px; */
	padding: 0 4px;
	width: 100%;
}

.dynamic-ad-widget .bx-wrapper {
/*	height: 260px; */
	width:100% !important;
}

.dynamic-ad-widget .bx-window {
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
/*	height: 260px !important; */
	width: 100% !important;
}

.dynamic-ad-widget .bx-pager {
	display: none;
}

.dynamic-ad-widget .ap_ad_featured {
	height: 250px;
	margin: 0;
	padding: 0;
}

.dynamic-ad-widget .bx-next, 
.dynamic-ad-widget .bx-prev,
.widget .bx-next, 
.widget .bx-prev  {
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	bottom: 4px;
	height: 70px;
	width: 30px;
	z-index: 9999;
}

.widget .bx-next, .widget .bx-prev {
	bottom: 0;
}

.dynamic-ad-widget .bx-next,
.widget .bx-next {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/responsive/images/arrow-right.png") no-repeat center center / auto 34px transparent;
	right: 0;
	-o-transition:opacity .5s ease-in;
	-ms-transition:opacity .5s ease-in;
	-moz-transition:opacity .5s ease-in;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
	opacity: 0.7;
}

.dynamic-ad-widget .bx-next:hover,
.dynamic-ad-widget .bx-prev:hover
.widget .bx-next:hover,
.widget .bx-prev:hover {
	opacity: 1;
}

.dynamic-ad-widget .bx-prev,
.widget .bx-prev {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/responsive/images/arrow-left.png") no-repeat center center / auto 34px  transparent;
	left: 0;
}


.dynamic-ad-widget .ap_ad_featured:hover {
	background:#fff;
}

.dynamic-ad-widget .ap-ad-thumb, 
.dynamic-ad-widget .ap_spaceholder_thumb,
.widget .ap-ad-thumb {
	width: auto;
}

.dynamic-ad-widget .ap-ad-thumb a, 
.dynamic-ad-widget .ap_spaceholder_thumb a,
.widget .ap-ad-thumb a {
	display: block;
}

.dynamic-ad-widget .ap-ad-content a,  
.dynamic-ad-widget .ap_spaceholder_content a {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	display: block;
	 padding: 17px;
	position: absolute;
	height: 70px;
	width: 100%;
	color: #fff;
}

.widget .ap-ad-content {
	position: relative;
}

.widget .ap-ad-content a {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	display: block;
	 padding: 17px;
	position: absolute;
	height: 70px;
	width: 100%;
	color: #fff;
}

.ap-ad-content a span,  
.ap_spaceholder_content a span,
.ap-ad-content a  {
	display: block;
}

.ap_spaceholder_content a span p,
.ap-ad-content a span p {
	font-size: 17px;
	margin: 0 10px;
	font-weight: 400;
}

.ap_spaceholder_content a span p.small,
.ap-ad-content a span p.small,
.ap-ad-content a p.small {
	font-size: 11px;
}

/* ************************************************************************
	DETAILS STYLES
************************************************************************* */

.details-content-wrap,
.details-menu-wrap {
	background: #fff;
	padding: 0;
}

.details-top-buttons {
	width: 70%;
	margin: 0 auto 52px;
}

.details-top-buttons div {
	margin-bottom: 20px;
	text-align: center;
}

.details-top-story-button:after {
	content: '\2193'; 
	margin-left: 8px;
}

.details-divider {
	border-color: #4b4b4b;
	border-width: 2px 0 0;
	margin: 60px auto 20px;
	width: 30%;
	position: relative;
}

.additional-details-divider {
	border-color: #ccc;
	border-width: 1px 0 0;
	margin: 0 auto 40px;
}

.details-top-layer .details-divider {
	display: none;
}

.details-following  {
	bottom: 0;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.details-following a  {
	font-size: 16px;
	width: 100%;
}

.ap_watched:before  {
	content: '\2713';
	margin-right: 10px;
}

.details-mobile-text {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	color: #fff;
	height: 70px;
	padding: 17px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.details-mobile-text p {
	font-size: 17px;
	margin: 0 0 5px;
}

.details-mobile-text p.small {
	font-size: 11px;
}

.details-top-remembering-button:after {
	content: '\2192'; 
	margin-left: 8px;
}

.details-top-photo {
	position: relative;
	top: 0;
}

.details-top-photo img {
	border: 3px solid #fff;
	border-radius: 10px;
	text-align: center;
}

.details-bottom {
	padding: 20px;
	position: relative;
}

.details-bottom .edit-story-btn {
	position: absolute;
	right: 30px;
	top: 15px;
}

.details-bottom .row:first-child {
	text-align: center;
}

.details-bottom .button-group .btn {
	margin: 0 auto;
}


.details-bottom h4 {
	text-transform: uppercase;
}

.details-about dl dt, 
.details-about dl dd {
	display: inline-block;
	padding: 8px 0;
	font-size: 14px;
}

.details-about dl dt {
	font-weight: 400;
	color: #A6A8AB;
	width: 30%;
}

.details-about dl dd {
	width: 69%;
}

#detail-topbanner {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/thestar_hero_cropped.jpg") no-repeat scroll center / cover #404040;
	min-height: 175px;
	margin-bottom: 30px;
	padding: 10px 0px 0px;
}

.ap-detail-page-profile-pic {	
	margin: 10px auto 30px;
	text-align:center;
}

.ap-detail-page-profile-pic img {
	margin: 0 auto;
	min-height:300px;		
	max-width:580px;
}

#ap-photogalleryv2-container {
	width: 80%;
	margin: 0px auto;
	background: transparent !important;
	padding: 25px;
	margin-top: 0 !important;
}

.ap-photogalleryv2-onephoto-holder { 	
	height: 400px !important;
	background-size: contain !important;
}

#ap-photogalleryv2-photo-thumbs > .flex-viewport > .slides > li {
    border: 1px solid #ccc;
    margin-right: -1px !important;
}

#ap-photogalleryv2-photo-thumbs.flexslider {
	padding: 10px 0 0 0 !important;
}

#ap-photogalleryv2-photo-slider > .flex-viewport > .slides > li > img {
	object-fit: cover;
}

.details-links-wrap h4 {
	color: #fff;
	font-weight: 400;
	margin: 6px auto;
}

.claim-story {
	margin-top: 10px;
	text-align: center;
}

.claim-story-link-wrap {
	display: inline-block;
	margin: 20px auto;
}

.claim-story-icon {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-keepers@2x.png") no-repeat scroll left center / 38px auto transparent;
	display: inline-block;
	float: left;
	height: 32px;
	width: 38px;
}

.story-keeper-promo-box {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/keeper.jpg") no-repeat scroll center top / cover transparent;
	height: 700px;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}

.story-keeper-promo-box h2 {
	color: #fff;
	line-height: 1.8em;
	margin: 0 auto;
	padding: 200px 0 0;
	text-shadow: 0 1px 2px #111;
	width: 55%;
}

.story-keeper-promo-box span {
	color: #fff;
	display: block;
	font: 400 36px/1.2em "Roboto",Arial,sans-serif;
	margin: 100px auto 0;
	text-shadow: 0 1px 2px #111;
}

.story-keeper-promo-box span:after {
	content: '\2193'; 
	display: block;
	margin: 5px auto;
}

.story-keeper-content {
	padding: 50px 0px;
	text-align: center;
}

.story-keeper-content h3 {
	font-size: 28px;
	margin: 0 0 50px;
}

.story-keeper-divider {
	color: #ccc;
	display: block;
	font: 500 36px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 20px;
}

.ap-claim-story-link {
	display: inline-block;
	float: left;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding-left: 5px;
}

.story-keeper-content p {
	font: 300 18px/1.8em "Roboto",Arial,sans-serif;
	margin-bottom: 20px;
	text-align: left;
}

.story-keeper-content .story-keeper-promo-text {
	font: 300 24px/1.8em "Roboto",Arial,sans-serif;
	margin: 50px auto 40px;
	text-align: center;
	width: 70%;
}

.ap-claim-story-confirm {
	font: 400 20px/1.2em "Roboto",Arial,sans-serif;
	margin: 20px auto 60px;
	padding: 16px 32px !important;
}

.list-group {
	margin-bottom: -3px;
}

.list-group-item {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-guestbook@1x.png") no-repeat scroll left 20px center transparent;
	border: 0 none;
	font-weight: 400;
	padding: 15px 0 15px 60px;
}

#story-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-story@1x.png");
}

#milestones-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones@1x.png");
}

#memories-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-memories@1x.png");
}

#charities-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-charities@1x.png");
}

#gifts-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-gifts@1x.png");
}

.current-item {
	background-color: #222D38;
}

.list-group-item:hover {
	background-color: #222D38;
}


.cluster-count {
	display: none;
}

.details-notifications-wrap {
	text-align: right;
}

.details-links-wrap a {
	color: #fff;
}

.notifications-emails {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/alert.png") no-repeat scroll 0 0 transparent;
	color: #b4b4b4;
	float: right;
	font: 700 16px/1em "Roboto",Arial,sans-serif;
	height: 44px;
	margin: 10px 0 0;
	padding: 14px 18px 0 0;
	width: 44px;
}

.details-nav > li > a {
	font-size: 19px !important;
}

.details-share-wrap {   
    margin: 0 auto;
    
}

.details-share-wrap-mobile {
	height: 48px;
	margin: 30px 15px 20px 10px;
	float: right;
}

.details-share-wrap h4 {
	color: #fff;
	font-weight: 400;
	margin: 6px 0 20px 5px;
}

.details-advertisements-wrap h5 {
	color: #a3a3a3;
}

.details-advertisements-wrap-summary h5 {
	color: #a3a3a3;
	text-align: left;
}

.details-top-photo img {
	border-radius: 8px;
	height: auto;
	width: 100%;
}

.details-top {
	background-size: cover;
	position: relative;
}

.details-top-grey {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 30px 45px;
}

.story-panel {
	padding: 0 !important;
}

.details-left-menu {
	background: #ffffff;
	padding-left: 20px;
}

.details-top-layer, 
.top-container-layer,
.create-story-over-layer {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
	min-height: 375px;	
	padding: 190px 0px 0px;
}

.create-story-over-layer {
	padding: 0;
}

.create-story-info-box {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 25px;
}

.details-top-description {
	padding: 10px;
}

.details-top-description h1 {
	margin: 50px auto 20px;
}

.details-top-epitaph {
	font-size: 22px;
	padding: 10px;
}

.details-top-epitaph-text {
	background-image: url("http://d2zfowlldib7se.cloudfront.net/assets/brand/images/epitaph-back.png");
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.details-top-text {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	display: table;
	padding: 35px 35px 35px 50px;
}

#ap-create-story-display-details .details-top-text {
	padding: 28px 35px 28px 50px;
}

.details-top-name {
	font: 600 30px/1.2em "Roboto",Arial,sans-serif;
	width: auto !important;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	padding-top: 45px;
	padding-bottom: 0px;	
}

.details-top-dates {
	font: 400 24px/1.2em "Roboto",Arial,sans-serif;
}


#ap-create-story-display-name .create-story-dates {
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
}

.details-bottom {
	margin-bottom: 20px;
}

.details-epitaph, .create-epitaph-text {
	font: 300 24px/1.2em "Roboto",Arial,sans-serif;
	text-align: center;
	width: 60%;
}

.details-epitaph {
	margin: 50px auto 20px;
}

.create-epitaph-text {
	margin: 20% auto 0px;
}

.create-epitaph-text, .content-edit {
	display: inline-block;
}

.content-edit {
	position: relative;
}

#ap-create-story-display-details {
	margin: 50px auto;
/*	width: 80%; */
}

#ap-create-story-display-details .content-edit {
    left: 3px;
    position: relative;
    top: 7px;
}

#ap-create-story-display-epitaph .content-edit {
    left: 3px;
    position: relative;
    top: 7px;
}

.details-top-dates .content-edit #ap-create-story-edit-details {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil-white.png") no-repeat scroll 0 6px / 21px auto transparent !important;
}

.details-body {
	font: 300 1.1em/1.6em "Roboto",Arial,sans-serif;
	margin-top: 10px;
	padding: 0 45px;
	text-align:left;
}

.details-body br {	
	content: " ";
  	display: block;
  	margin-bottom:15px;
}

.details-about {
	padding: 0 45px;
}

.details-left-rail {
	background: #404041;
	margin-top: 20px !important;
}

#ap-obit-create-story-form-details label {
	text-align: left;
}

#ap-obit-create-story-form-details .modal-body  {
	margin-bottom: 40px;
	padding: 25px 30px 0 60px;
}

.modal-backdrop {
	background-color: #273c4f;
}

#ap-obit-create-story-form-details .modal-body .form-group  {
	width: 100%;
}

#content .form-group input[type="text"],
#content input.form-control[type="text"] {
	height: 40px;
}

#ap-obit-create-story-form-details .modal-body .form-group .row {
	margin-bottom: 20px;
	width: 100%;
}


#ap-obit-create-story-form-details .modal-body .form-group label,
#ap-obit-create-story-form-details .modal-body .form-group input {
	float: left;
	width: 100%;
}

#ap-obit-create-story-form-details .modal-body .form-dates input {
	margin-right: 10px;
	width: 20%;
}

#ap-obit-create-story-form-details .modal-body .form-dates:last-child .row {
	margin-bottom: 0;
}

.milestones-background {
         float:left;
         width:100%;
	 height:290px;
	 background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/back-milestones.jpg");
	 background-size: cover;
         background-position:bottom center;
}

.memories-background {
         float:left;
         width:100%;
	 height:290px;
	 background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/back-memories.jpg");
	 background-size: cover;
         background-position:bottom center;
}

.guestbook-background {
         float:left;
         width:100%;
	 height:290px;
	 background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/back-guestbook.jpg");
	 background-size: cover;
         background-position:bottom center;
}

.charities-background {
         float:left;
         width:100%;
	 height:290px;
	 background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/back-charities.jpg");
	 background-size: cover;
         background-position:bottom center;
	 margin-bottom: 35px;
}

.flowers-background {
         float:left;
         width:100%;
	 height:290px;
	 background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/back-flowers.jpg");
	 background-size: cover;
         background-position:bottom center;
}

#ap-guestbook-entries-container {
	height:0px;
}

#ap-guestbook-main-content-container {
	height:0px;
}

/* ************************************************************************
	TRIBUTES MODULE  STYLES
************************************************************************* */

.details-tributes dd,
.details-tributes dt {
	float: left;
}

.gift-icon {
	height: 85px;
	width: 85px;
}

.gift-1 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/gift-01.png") no-repeat scroll center center transparent;
}

.gift-2 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/gift-02.png") no-repeat scroll center center transparent;
}

.gift-3 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/gift-03.png") no-repeat scroll center center transparent;
}

.gift-4 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/gift-04.png") no-repeat scroll center center transparent;
}

.gifter-name {
	display: block;
	font: 400 15px/10px "Roboto",Arial,sans-serif;
	padding: 25px 0 0;
}

.gifter-timestamp {
	color: #a3a3a3;
	font: 400 12px/10px "Roboto",Arial,sans-serif;
}

.tributes-divider {
	border-color: #E7E8E9;
	border-width: 1px 0 0;
	margin: 30px 0;
}

/* ************************************************************************
	ORGANIZATIONS MODULE  STYLES
************************************************************************* */

.details-organizations dd,
.details-organizations dt {
	float: left;
}

.organization-icon {
	height: 30px;
	margin: 29px 0;
	width: 30px;
}

.organization-1 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-freemason.png") no-repeat scroll center center transparent;
}

.organization-2 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-rotary.png") no-repeat scroll center center transparent;
}

.organization-3 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-ubc.png") no-repeat scroll center center transparent;
}

.organization-4 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-mcgill.png") no-repeat scroll center center transparent;
}

.organization-5 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-america.png") no-repeat scroll center center transparent;
}

.organization-6 {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/story/org-catholic.png") no-repeat scroll center center transparent;
}

.organization-name {
	display: block;
	font: 300 15px/1.2em "Roboto",Arial,sans-serif;
	padding: 25px 0;
}


/* **************************************************************************
	GIFTS STYLES
************************************************************************** */

#ap-external-gifts-main-container,
#ap-digital-gifts-main-container {
	font: 300 15px "Roboto", Arial, sans-serif;
	color: #4b4b4b;
	margin: 0 45px;
}

#ap-gifts-main-container {
	text-align: center;
}

#ap-gifts-sortby-container {
        margin-bottom: 40px;
        margin-top: 25px;
	text-align:right;
}

#ap-gifts-sortby-container h4 {
	display: inline-block;
	font: 400 14px/1em "Roboto",Arial,sans-serif;
	margin-right: 10px;
}

#ap-gifts-sortby-container .btn, 
#ap-gifts-sortby-container .bootstrap-select {
	margin-top: 3px;
 	width: auto;
}

#ap-gifts-sortby-container .ap-gifts-sortby .btn-default {
	background-color: transparent;
	border-color: transparent;
}

.gifts-introduction {	
	color: #4b4b4b;
	font: 300 15px/25px "Roboto",Arial,sans-serif;
	padding: 35px 0px 0px 35px;
        clear:both;
}

.ap-external-gifts-container,
.ap-gifts-container {
	height: 360px;
	overflow: hidden;
	text-align: center;
}

.gift-title {
	color: #24a3d8;
	display: block;
	font: 400 17px/1.35em "Roboto",Arial,sans-serif;
	padding: 10px;
}

.gift-price {
	font: 400 17px/1em "Roboto", Arial, sans-serif;
}

.gift-photo {
	height: 305px;
	margin: 0 auto;
}

.gift-photo img {
	max-width: 190px;
	margin: 0 auto;
	width: 100%;
}

/* **************************************************************************
	CHARITIES STYLES
************************************************************************** */

#ap-charity-detail-main-container {
	font: 300 15px "Roboto", Arial, sans-serif;
	color: #4b4b4b;
	margin: 0 45px;
}

.charities-introduction {
	width:100%;
	float:left;
	color: #4b4b4b;
	font: 300 15px/25px "Roboto",Arial,sans-serif;
	padding: 0 0 35px 0;        
}



.charities-header {
	padding: 10px 0 0px 0;
}

.subtitle-story {
	font: 400 30px/1.2em "Roboto",Arial,sans-serif;
	margin: 45px 0 45px 0;
}

.article-heading {
	font: 500 23px "Roboto", Arial, sans-serif;
	color: #4b4b4b;
}


.article-details {
	font: 300 15px "Roboto", Arial, sans-serif;
	color: #4b4b4b;
	line-height: 25px;
}

.article-readmore {
	font: 300 15px "Roboto", Arial, sans-serif;
	color: #4b4b4b;
	line-height: 25px;
}

.btn-donate {
	margin-bottom: 30px;
	padding: 7px 35px !important;
}

.col-logo {
	text-align: center;
	padding-left: 30px;
}

.col-logo img {
	margin: 0 auto;
}

.col-button {
	text-align: center;
}

.line-rule-donate {
	margin: 40px 0 40px 0;
	color: #ccc;
	height: 1px;
}

.space {
	padding: 50px 0;
}

#ap-charity-detail-empty-storycharities {
	margin: 50px 0;
	display: none;
}

.ap-event-container {
	float: left;
}

/* **************************************************************************
	SELECT NEWSPAPER STYLES 
************************************************************************** */

.select-newspaper-content {
	margin: 0 15px;
}

#ap-publicationmap-main-container {
	margin: 30px auto;
}

.ap-generic-summary-map-listing-item {
	border-top: 1px solid #ccc;
	margin: 0 !important;
	padding: 20px 0;
}

#ap-generic-summary-map-listings-container .ap-generic-summary-map-listing-item:last-child {
	border-bottom: 1px solid #ccc;
}

.summary-scrolling-box {
	overflow: auto; 
	height: 557px;
}

.select-newspaper-details {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.select-newspaper-details li {
	display: inline-block;
	vertical-align: top;
}

.select-newspaper-logo {
	margin: 0 auto;
}

.select-newspaper-col-1,
.select-newspaper-col-2 {
	width: 45%;
}

.select-newspaper-col-2 {
	padding: 0 15px;
}

.select-newspaper-col-1 span,
.select-newspaper-col-2 span {
	display: block;
}

.select-newspaper-name {
	color: #4b4b4b;
	font: 400 18px/1em "Roboto",Arial,sans-serif;
}

.select-newspaper-province {
	color: #4b4b4b;
	font: 500 12px/1.6em "Roboto",Arial,sans-serif;
	margin-bottom: 10px;
}

.select-newspaper-starting-price {
	color: #9b9b9b;
	font: 300 15px/1em "Roboto",Arial,sans-serif;
}

.marker-xs, .marker-xs-lbl, .marker-xs img {
	height: 58px !important;
	width: 40px !important;
}

.select-newspaper-action {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/arrow-teal-right-large-1x.png") no-repeat scroll right 3px center transparent;
	color: transparent;
	display: block;
	height: 60px;
	width: 30px;
}

.select-newspaper-action:hover, .select-newspaper-action:active, .select-newspaper-action:focus {
	color: transparent;
	background-position: right 1px center;
}

.ap-summary-map-pager-bottom {
	margin: 30px 0;
}


/* **************************************************************************
	ARTICLES STYLES - LEARN AND PREPARE
************************************************************************** */

.articles-wrap {
	margin: 0 15px 30px 15px;
}

.articles-content h2 {
	margin: 30px auto;
}

.preamble {
	margin-bottom: 30px;
	font: 300 15px/25px "Roboto",Arial,sans-serif;
}

.articles-content p {
	font: 300 15px/25px "Roboto",Arial,sans-serif;
}

.basement {
	clear: both;
	float: left;
	padding-bottom: 30px;
	width: 100%;
}

.basement span {
	display: inline-block;
}

.basement .author-photo {
}

.basement .author-photo img {
	
}

.basement .author-details {
	padding: 20px;
}

.ap-article-details-content, .author-details {
	color: #4b4b4b;
	font: 300 15px/25px "Roboto",Arial,sans-serif;
}

.articles-content p.author {
	color: #8f8f8f;
 	font: 300 17px/1.2em "Roboto",Arial,sans-serif;
	margin: -20px 0 35px;
}

.ap-article-details-illustration {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/article-illustration-sample.jpg")  no-repeat scroll center top/ contain transparent;
	height: 500px;
	margin: 30px auto;
	width: 100%;
}

.ap-article-summary-item {
	clear: both;
	float: left;
	width: 100%;
}

.ap-article-summary-photo {
	float: left;
	padding-left: 0;
	padding-right: 25px;
	width: 25%;
}

.ap-article-summary-details {
	font: 300 15px/1.2em "Roboto", Arial, sans-serif;
	padding-left: 0;
}

.ap-article-summary-details h3 {
	margin: 0 15px 0 0;
}

.ap-article-summary-details h6 {
	color: #8f8f8f;
	font: 300 15px "Roboto", Arial, sans-serif;
	margin-top: 6px;
}

.ap-article-summary-divider {
	color: #D0D2D3;
	float: left;
	height: 1px;
	margin: 25px auto;
	width: 100%;
}

#ap-article-summary-container .ap-article-summary-item:first-child .ap-article-summary-divider,
#ap-news-summary-container .ap-news-summary-item:first-child .ap-article-summary-divider,
#ap-event-summary-container .ap-event-summary-item:first-child .ap-article-summary-divider { 
	display:none;
}

.ap-article-summary-viewmore {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/view-more-divider.png") repeat scroll center center transparent;
	float: left;
	margin: 30px auto;
	text-align: center;
	width: 100%;
}


/* **************************************************************************
	NEW STYLES - IN THE NEWS
************************************************************************** */

#ap-news-summary {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.ap-news-summary-item {
	clear: both;
	float: left;
	width: 100%;
}

.ap-news-summary-viewmore {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/view-more-divider.png") repeat scroll center center transparent;
	float: left;
	margin: 30px auto;
	text-align: center;
	width: 100%;
}


/* **************************************************************************
	EVENTS STYLES - REMEMBER TOGETHER
************************************************************************** */

.events-wrap {
	margin: 0 15px;
}

.content-test {
	display: none;
}

.events-content h2 {
	margin: 30px auto;
}

#ap-event-summary {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.ap-event-detail-bg {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/event-illustration-sample.jpg") no-repeat scroll center top / cover transparent;
	padding-bottom: 30px;
	width: 100%;
}

.ap-event-detail-bg .breadcrumb > li + li::before,
.ap-event-detail-bg a,
.ap-event-detail-bg p,
.ap-event-detail-bg div {
	color: #fff !important;
}

.ap-event-details-content {
	font: 300 18px/30px "Roboto",Arial,sans-serif;
	min-height: 240px;
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
}

.ap-event-details-dates {
	font: 400 17px "Roboto",Arial,sans-serif;
	padding: 3px 0 30px;
}

#ap-event-no-story-container {
	margin: 50px auto;
}

.link-down {
    text-align: center;
}

.details-top-story-button {
    margin-bottom: 15px;
    margin-top: 45px;
    padding: 11px 32px !important;
}

.ap-event-details-illustration {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/event-illustration-sample.jpg") no-repeat scroll center top / cover transparent;
	height: 570px;
	margin: 30px auto;
	width: 100%;
}

.ap-event-summary-item {
	clear: both;
	float: left;
	width: 100%;
}

.ap-event-summary-photo {
	float: left;
	padding-left: 0;
	padding-right: 25px;
	width: 25%;
}

.ap-event-summary-details {
	font: 300 15px/1.2em "Roboto", Arial, sans-serif;
	padding-left: 0;
}

.ap-event-summary-details h3 {
	margin: 0 15px 0 0;
}

.ap-event-summary-details h6 {
	color: #8f8f8f;
	font: 300 15px/1.2em "Roboto", Arial, sans-serif;
	margin-top: 6px;
}

.ap-event-summary-details p {
	font: 300 15px/25px "Roboto",Arial,sans-serif;
}

.ap-event-summary-divider {
	color: #D0D2D3;
	height: 1px;
	margin: 30px auto 0;
}

.ap-event-summary-viewmore {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/view-more-divider.png") repeat scroll center center transparent;
	float: left;
	margin: 30px auto;
	text-align: center;
	width: 100%;
}

/* **************************************************************************
	FOLLOWED STORIES STYLES
************************************************************************** */

.ap-followed-stories-wrap {
	float: left;
	width: 100%;
}


.ap-followed-stories-image {
	margin-right: 25px;
	width: 100px;
}

.ap-followed-stories-image img {
	width: 103px;
}

#account-content {
	padding-top: 30px;
}

.account-wrap .name {
	font: 700 19px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 3px;
}

.account-wrap .name span {
	font-size: 16px;
}

.account-wrap .dates {
	color: #a3a3a3;
	font: 400 13px/1.2em "Roboto",Arial,sans-serif;
}

.account-wrap .story {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	/* max-height: 75px;   this hides the ellipses */
	overflow: hidden;
}

.ap-followed-stories-actions {
	padding: 10px 0 0;
}

.unwatch {
	cursor: pointer;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif !important;
	padding: 15px;
}

.pagination .prev {
	display: none;
}

.watchlist {
	float: left;
	text-align: center;
	width: 100%;
}

.pagination {
	border-radius: 0;
	margin: 35px auto;
}

.watchlist .pagination span,
.watchlist .pagination a {
	border-radius: 3px !important;
	color: #24a3d8;
	float: left;
	font: 700 14px/1.2em "Roboto",Arial,sans-serif !important;
	margin-left: -1px;
	margin-right: 5px;
	padding: 6px 12px;
 	position: relative;
	text-decoration: none;
}

.watchlist .pagination .current {
	font-weight: 900 !important;
	background: none repeat scroll 0 0 #24a3d8;
	color: #fff;
}

.watchlist .pagination .next {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/micasa/images/arrow_right_blue.png") no-repeat scroll 0 8.5px / 10px auto transparent !important;
	border: medium none;
	color: transparent;
}

.watchlist .pagination .prev {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/micasa/images/arrow_left_blue.png") no-repeat scroll 0 8.5px / 10px auto transparent !important;
	border: medium none;
	color: transparent;
}

.watchlist .pagination .next {
	display: none;
}


#watchlist-ads-list {
	width: 100%;
}

#watchlist-ads-list .wp_ad_row {
	position: relative;
}

#watchlist-ads-list .wp_ad_row td {
	display: inline-block;
}

#watchlist-ads-list .wp_ad_row td.control-panel {
	bottom: 88px;
	left: 33%;
	position: relative;
}

/* ************************************************************************
	MEMORIES MODULE  STYLES
************************************************************************* */


.ap-contribution-add-photo-caption {
	display: none;
}

div#colorbox.ap-memory-contribution-colorbox #cboxClose {
	right: 0 !important;
	top: 0 !important;
}

#add_memory_template {
	padding: 20px;
}

#add_memory_template .modal-title, #add_photo_template .modal-title, #add_milestone_template .modal-title {
	margin: 10px 0 0 20px;
}

#add_photo_template .modal-body, #add_milestone_template .modal-body {
	margin: 0 10px;
	padding: 0 20px;
}

#add_memory_template .modal-body {
	margin: -20px -8px;
}

.ap-memory-contributions {
	width: 100% !important;
}

.memory-top .memory-avatar {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/profilepic-08.png");
	background-size: cover;
	border-radius: 50%;
	float: left;
	height: 66px;
	margin: 10px;
	width: 66px;
}

.memory-top .memory-details {
	float: left;
	padding: 20px;
}

.memory-details a, memory-details span {
	display: block;
}

.memory-top .memory-contributor-name {
 	font: 700 16px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 3px;
}

.memory-contribution-timestamp {
	color: #a3a3a3;
	font: 400 13px/1.2em "Roboto",Arial,sans-serif;
}

.ap-memory-image-caption,
.ap-memory-contribution-item  {
	display: block;
}

.ap-memory-image-caption {
	display: none;
	padding: 20px 30px;
}

.ap-memory-contribution-text-read-more,
.ap-memory-contribution-item-container span {
	font: 300 16px/1.4em "Roboto",Arial,sans-serif;
}

.memory-wrap {
	float: left;
	margin-top: -1px;
	width: 878px;
	padding-left: 33px;
	padding-top: 13px;
}

.memory-top {
	height: 65px;
}

.ap-memory-contribution-item-container {
	background: none repeat scroll 0 0 #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	word-wrap: break-word;
}

.ap-memory-image-caption, .memory-text, .memory-photo {
	margin-left: 105px;
	margin-top: -15px;
	margin-bottom: 15px;
}

.memory-text, .memory-photo  {
	word-wrap: break-word;
}

.ap-contribution-add-photo-caption {
	margin-top: 10px;
}

#milestone-btns {
	margin-top: 90px;
	width: 100%;
}

#memory-btns {
	padding-left: 30px;
	width: 100%;
}

.contribution-link {
	position: relative;
	float: right;
	margin: 55px 25px 0 0;
}

.contribution-note {		
	margin-top: 40px;
	text-align:center;
}

.contribution-link a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: underline;
}

.share-button {	
	float: right;
	margin-bottom: 30px;
	margin-right: 46px;
	margin-top: 32px;
}

.share-button a {	
	font-size:16px;
	margin-bottom: 30px;
}

.share-note {	
	margin: 43px 47px 20px;
	
}

.share-mobile {
	float: right;
	margin: 25x 10px -5px 0;
}


/* ************************************************************************
	GUESTBOOK MODULE  STYLES
************************************************************************* */

#ap_guestbook_contribution_form textarea.form-control {
	min-height: 121px;
}

#ap-guestbook-form-container #ap_guestbook_contribution_form .form-group {
	float: left;
	width: 100%;
}

#ap-guestbook-form-container #ap_guestbook_contribution_form .form-group .fields-wrap,
#ap-guestbook-form-container #ap_guestbook_contribution_form .form-group .ap-guestbook-emblem-holder {
	float: left;
}

#ap_guestbook_contribution_form input[type="text"] {
	margin-bottom: -1px;
}

#ap_guestbook_contribution_form .fields-wrap,
#ap_guestbook_contribution_form #ap-guestbook-emblem-holder {
	display: inline-block;
}

.ap-guestbook-contribution-add {
	clear: both;
}

#ap_guestbook_contribution_form .fields-wrap {
	width:100%;
}

#ap-guestbook-active-emblem, .ap-guestbook-emblem-item {
	max-height: 95%;
	max-width: 95%;
}

#ap-guestbook-emblem-items-container {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 30px;
	padding: 30px;
	max-width: 99%;
}

#ap-guestbook-emblem-items-container .ap-guestbook-emblem-item-container {
	border: 2px solid #fff;
	display: inline-block;
	height: 134px;
	margin-left: 7px;
	margin-right: 6px;
	margin-top: 30px;
	width: 134px;
}

#ap-guestbook-emblem-items-container .ap-guestbook-emblem-item-container:hover {
	border: 2px solid #24a3d8;
}

#ap_guestbook_contribution_form #ap-guestbook-emblem-holder {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 160px;
	margin-left: -1px;
	 width: 160px;
}

#ap_guestbook_contribution_form #ap-guestbook-emblem-holder .ap-guestbook-emblem-select {
	display: block;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 45%;
	width: 100%;
}

#ap_guestbook_contribution_form #ap-guestbook-emblem-holder .ap-guestbook-emblem-change {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-rotate-clockwise@2x.png") no-repeat scroll left top 1px / 15px auto transparent;
	display: inline-block;
	float: left;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif;
	margin-left: 8px;
	position: relative;
	text-indent: 19px;
	top: 84%;
}

#ap_guestbook_contribution_form #ap-guestbook-emblem-holder .ap-guestbook-emblem-remove {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/remove-medium-teal@2x.png") no-repeat scroll left top 1px / 15px auto transparent;
	display: inline-block;
	float: left;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif;
	margin-left: 8px;
	position: relative;
	text-indent: 19px;
	top: 84%;
}

#ap_guestbook_form_error_message {
	margin: 30px 0;
}

.details-guestbook-post-comment {
	float: left;
	padding: 30px 0;
 	width: 80%;
}

.details-guestbook {
	border-bottom: 1px solid #ccc;
	float: left;	
	padding: 30px 30px 10px 0;
	width: 100%;
}

.notch {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/guestbook-notch.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 29px;
	margin-left: 682px;
	margin-top: -59px;
	position: relative;
	width: 56px;
}

.details-guestbook-posts-wrap {
	
}

.details-guestbook-posts-wrap p {
	margin: 30px 45px;
}

#ap-system-msg {
	margin-right: 0 !important;
	padding-left: 30px !important;
}

#ap-guestbook-container {
	float: left;	
	margin-bottom: 0px;
	width: 100%;
	padding:0px 45px;
}

#ap-guestbook-form-container {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#ap-memories-container {
	float: left;
	width: 100%;
}

.details-guestbook-post-info {
	font: 400 15px/1.2em "Roboto",Arial,sans-serif
}

.details-guestbook-post-author {
	font-style: normal;
	font-weight: 400;
}

.details-guestbook-post-date {
	display: block;
	color: #999;
	line-height: 1.6em;
	font-weight: 300;
} 

.details-guestbook-post-bracket {
	display: none;
}

.details-guestbook-post-edit {
	display:none;
	margin: 20px auto;
	text-align: right;
}

.details-guestbook-post-edit a {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/edit-icon.png") no-repeat scroll left top / 18px auto transparent;
	display: inline-block;
	font-weight: 400;
	text-indent: 22px;
}

#ap_guestbook_form_error_message p {
	color: #cd0000;
}

.ap_guestbook_entry_pages_container {
	text-align: center;
}



.empty-memories {
	font: 300 1.1em/1.6em "Roboto",Arial,sans-serif;
	padding: 0 15px;
}

/* ************************************************************************
	MILESTONES MODULE  STYLES
************************************************************************* */

.empty-milestone {
	font: 300 1.1em/1.6em "Roboto",Arial,sans-serif;
	padding: 0 45px;
	display:none;
}

#circular-svg {
	display: none !important;
}

#layout-container {
	position:relative;
}

#ap-milestones-container {
	float: left;
	width: 100%;
}

#add_milestone_template .modal-body .row {
	margin: 0 5px;
}

.linear-event-detail {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/milestones-pointer.png") no-repeat scroll 1px center rgba(0, 0, 0, 0) !important;
	border-bottom: 1px solid #ccc;
	margin 0 0 18px;
	padding 10px 10px 20px;
	position:absolute;
	text-align: left;
}

.ap-memory-pending, .ap-milestone-pending, .ap-guestbook-contribution-pending {
	background: #ffa641;
	color: #fff;
	float: right;
	font: 700 15px/1.2em "Roboto",Arial,sans-serif;
	letter-spacing: 3px;	
	padding: 7px 17px 5px;
	right: 0;
	text-transform: uppercase;
}

.ap-memory-pending {
	margin-top: 15px;
}

.ap-milestone-pending {
	margin-top: 0;
}

.ap-memory-pending:after,
.ap-milestone-pending:after,
.ap-guestbook-contribution-pending:after {
	content:"pending";
}

.circular-event-detail {
	position:absolute;
	background: #fff;
	height: auto;
	width: 350px;
	text-align:left;
}

.circular-event-detail h1{
    position:absolute;
    bottom:0;
    text-align:left;
}

#linear-svg-container{
    float:left;
    width: 35px;
}

#circular-items-container{
    height:150px;
    width: 350px;
    position:absolute;
}

#circular-container{
    position:relative;
    clear:both;
}

#items-container {
    display:none;
}

#active-item-container {
    position:absolute;
}

text.cluster-count {
    pointer-events: none;
}

.milestone-body {
    width: 100%;
}

#circular-svg {
    width: 100%;
}


.milestones-icons {
	text-align: center;
	width: 100%;
}

.milestones-body {
	float: left;
	margin: 0 auto 30px;
	padding: 30px 0;
	width: 100%;
}

#toggleCircular, #toggleLinear {
   border: 0 none;
    color: #97989b;
    display: inline-block;
    font: 500 14px/1.2em "Roboto",Arial,sans-serif;
    height: 30px;
    margin: 20px;
    padding: 0 0 0 30px;
}

#toggleLinear {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-linearview.png") no-repeat scroll 0 8px transparent;
}

#toggleCircular {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-circularview.png") no-repeat scroll 0 3px transparent;
	display: none;
}

#toggleLinear:hover {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-linearview-active.png") !important;
	color: #404041 !important;
}

#toggleCircular:hover {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-circularview-active.png") !important;
	color: #404041 !important;
}

.circular-active {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-circularview-active.png") !important;
	color: #404041 !important;
}

.linear-active {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones-linearview-active.png") !important;
	color: #404041 !important;
}

.event-detail {
	display: flex;
	float: left;
	width: 100%;
}

.ap-milestone-contribution-date,
.ap-milestone-contribution-node,
.ap-milestone-contribution-content {
	display: inline-block;
	padding: 45px 0;
}

.ap-milestone-contribution-date {
	color: #a1a1a1;
	font: 400 14px/1.2em "Roboto",Arial,sans-serif;
	padding: 65px 25px 0 0;
	text-align: right;
}

.ap-milestone-contribution-content {
	padding: 30px 0;
}

.ap-milestone-contribution-node {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/milestones-back-node.png") repeat-y scroll center center transparent;
	padding: 50px 0;
	text-align: center;
}

.ap-milestone-contribution-node img {
	margin: 0 auto;
	max-width: 100%;
}

#items-container > div:first-child .linear-contribution-item-demo .ap-milestone-contribution-node {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/milestones-back-first-node.png") no-repeat scroll center center transparent;
}

#items-container > div:last-child .linear-contribution-item-demo .ap-milestone-contribution-node {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/milestones-back-last-node.png") no-repeat scroll center center transparent;
}

.circular-event-detail .ap-milestone-contribution-node {
	display: none;
}

.ap-milestone-contribution-photo,
.ap-milestone-contribution-event {
	display: inline-block;
}

.ap-milestone-contribution-photo {
	margin: 0 0 0 20px;
	max-height: 70px;
}

.ap-milestone-contribution-photo img {
	max-height: 90px;
	padding-right: 15px;
	position: relative;
	top: -12px;
}

.ap-milestone-contribution-comment {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.ap-milestone-contribution-contributor {
	color: #a1a1a1;
	float: left;
	font: italic 400 12px/1em "Roboto",Arial,sans-serif;
	padding: 10px 10px 30px;
	width: 100%;
}

.ap-milestone-contribution-event-name,
.milestone-name {
	font: 500 18px/1.2em "Roboto",Arial,sans-serif;
	margin: 30px 0 0 0;
}

.ap-milestone-contribution-event-details, 
.ap-owner-approval-milestone-details {
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
}

.ap-milestone-contribution-pending .event-detail {
	float: left;
	height: 150px;
	width: 100%;
}

/* ************************************************************************
	EMAIL FRIEND FORM STYLES
************************************************************************* */

#ap_ef_usermessage {
	min-height: 100px;
}

#email-friend-form {
	display:none;
}

#ui-dialog-title-email-friend-form {
	color: #4b4b4b;
	font: 400 30px/1em "Roboto",sans-serif;
	padding-left: 15px;
}

#email-friend-form p {
	margin-bottom: 15px;
}

#email-friend-form label {
	color: #666;
}

#ap_ef_message {
	color: #ff0000;
}

.email-friend-buttons {
	padding: 5px 0 10px;
}

.email-friend-buttons #ap_ef_submit {
	margin-right: 8px;
}

.email-friend-buttons input {
	width: 35%;
}

.email-friend-buttons input[type="reset"] {

}

#reset-link {
    border: 0 none !important;
    color: #24a3d8;
    font: 400 15px/1.2em "Roboto",Arial,sans-serif;
    padding: 0 0 0 10px !important;
    text-align: left;
}


/* ************************************************************************
	CONTACT SELLER FORM STYLES
************************************************************************* */

.contact-seller-buttons {
	margin-top: 10px;
	text-align: center;
}

#ap_cs_submit {
	font-size: 18px;
	padding: 6px 18px;	
}

#ap_cs_usermessage {
	height: 100px;
}

#ap_cs_captcha {
	margin-left: -10px;
}

.ap_error, .error {
	color: #CD0000 !important;
	font-weight: 300;
}

/* ************************************************************************
	START DIALOG POPUP STYLES
************************************************************************* */

.ui-dialog {
	border-radius: 4px 4px 4px 4px;
	color: #222222;
	margin: 0 auto;
	overflow: hidden;
	padding: 0.2em;
	position: relative;
	max-width: 500px !important;
}

.ui-widget-overlay {
	background: none repeat scroll 0 0 #647684;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
}

.ui-widget-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 12px;
	color: #4b4b4b;
}

.modal-content {
	padding: 15px;
	box-shadow: none;
	border-radius: 12px;
}

.ui-autocomplete {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ccc !important;
	 border-radius: 0 !important;
	float: left !important;
	padding:10px !important;
}

.ui-autocomplete .ui-menu-item {
	background-color: #FFFFFF;
}

.ui-autocomplete .ui-menu-item a {
	background: none repeat scroll 0 0 #ffffff !important;
	border: medium none !important;
	color: #4b4b4b;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	padding: 5px;
	width: 100%;
}

.ui-autocomplete .ui-menu-item a:hover {
	background: none repeat scroll 0 0 #fff !important;
}

.ui-dialog .ui-dialog-content {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	padding: 0.5em 1em;
	position: relative;
}

.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ui-dialog .ui-dialog-buttonpane {
	background-image: none;
	margin: 1.5em 0.5em 0.5em;
	padding: 0.5em 1em 0.5em 0.4em;
	text-align: left;
}

.ui-dialog-buttonpane {
	height: auto;
}

.ui-widget-content {
	padding: 35px;
}

.ui-helper-clearfix {
	display: block;
}

.ui-menu {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D1E0E5;
	border-radius: 0 0 5px 5px;
	padding: 0;
	width: auto !important;
}

.ui-menu-item a {
 	background: none repeat scroll 0 0 #FFFFFF;
	color: #5896AB;
	display: block;
	height: 20px;
	padding: 3px 0 0 8px;
	width: 246px;
}

.ui-menu-item a:hover {
	background: none repeat scroll 0 0 #FAF2EF;
}

.ui-widget {
	font-size: 1em;
}

.ui-widget .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}

.ui-dialog-titlebar span {
	padding: 0 35px 0 10px;
}

.ui-dialog-titlebar span.ui-dialog-title,
.modal-body h2 {
	color: #4b4b4b;
	display: block;
	font: 400 24px/1.2em "Roboto",Arial,sans-serif;
	margin: 5px 0 5px 0;
	width: 80%;
}

.modal-body {
    padding: 15px 45px;
}

 .modal-body h2 {
	margin: -20px 0 20px;
	width: 80%;
}

#ap-obit-create-story-form-background .modal-body {
	margin: 0 -15px;
	padding: 0;
}

.ui-dialog-titlebar-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}

.ui-dialog-titlebar-close span {
	font-size: 0;
	color: transparent;
}
#ap-login-popup {
	height: auto !important;
	padding-top:10px;
}

.ui-dialog-buttonset > button {
	margin-right: 10px;
}

.ui-icon-closethick {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/micasa/images/close.png") no-repeat scroll 0 0 transparent !important;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 21px;
	margin: 15px -5px 0 0;
	opacity: 0.6;
	width: 21px;
}

.ui-icon-closethick:hover, .ui-icon-closethick:focus {
	opacity: 1;
}

.ui-widget-header .ui-state-hover {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

/* ************************************************************************
	END DIALOG POPUP STYLES
************************************************************************* */







.details-ad-data {
	padding: 10px 0;
}

.details-ad-quick-info, .details-ad-open-house, .details-ad-sale-address, .details-ad-data-table {
	margin-bottom: 10px;
}

.details-ad-quick-info div, .details-ad-open-house div, .details-ad-sale-address div, .details-ad-data-table div {
	padding: 5px 10px;
}

.details-ad-data label {
	padding-right: 10px;
}

/* ************************************************************************
	PHOTO GALLERY STYLES
************************************************************************* */

#ap_photo_gallery {
        width: 100%;
}

.ap_photo_large_set {
	border: 1px solid #F4F4F4;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}

.ap_photo_large_set:hover {
	border: 1px solid #D1E0E7;
}

.ap_photo_large img {
	margin: 0 auto;
	max-height: 500px;
}

#ap_gallery_thumb {
    background-color: #F5F6F7;
    border-top: 1px solid #F4F4F4;
    padding: 4px 5px;
}

#ap_gallery_thumb .prev {
    background-color: #FFFFFF;
    background-image: url("http://d2zfowlldib7se.cloudfront.net/assets/default/images/detail/ap_detail_photogallery_gradient.png");
    background-repeat: repeat-x;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#ap_gallery_thumb .prev a {
    background-image: url("http://d2zfowlldib7se.cloudfront.net/assets/default/images/detail/ap_detail_arrow_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2px 14px;
    position: relative;
    top: 2px;
}

#ap_gallery_thumb .next {
    background-color: #FFFFFF;
    background-image: url("http://d2zfowlldib7se.cloudfront.net/assets/default/images/detail/ap_detail_photogallery_gradient.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#ap_gallery_thumb .next a {
    background-image: url("http://d2zfowlldib7se.cloudfront.net/assets/default/images/detail/ap_detail_arrow_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2px 14px;
    position: relative;
    top: 6px;
}

.ap_gallery_photolist {
    height: 100px;
    left: 23px;
    position: absolute;
    top: 29px;
    width: 234px;
    z-index: 1;
}

.ap_gallery_photolist a {
    display: block;
    float: left;
    height: 80px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 100px;
}

#ap_gallery_thumb .ap_photo_thumb {
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    height: 90px;
    margin: 2px 1px;
    padding: 1px;
}

#ap_gallery_thumb .ap_photo_thumb:hover {
    border: 1px solid #D1E0E7;
}
.ap_gallery_bottom {
    height: 0;
}

/* ************************************************************************
	AD NOT FOUND MODULE
************************************************************************* */

.bs-callout-warning {
	color: #333;
	margin-top: 0;
}

/* ************************************************************************
	SHARE STYLES
************************************************************************* */

.ap_detail_ad_print, .story-print {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/social-print-v2.png") no-repeat scroll  center center transparent;
}

.details-share-wrap div {
	float: left;	
	opacity: 0.8;
	margin-right:15px;
	margin-bottom: 35px;
	max-height: 38px;
}

.details-share-wrap div:hover {
	opacity: 1;
}

.details-share-wrap div a {		
	opacity: 0.8;	
	display:inline-block;
	width:38px;
	height:38px;
	
}

.details-share-wrap div a:hover {
	opacity: 1;
}

.details-share-wrap div a span {
    display: none;
}

.share-facebook {
	background: transparent url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/fb-icon.png") repeat scroll center center;
}

.share-twitter {
	background: transparent url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/twitter-iconV2.png") repeat scroll center center !important;
}

.share-google-plus {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/social-google.png") no-repeat scroll  center center transparent;
}

.share-linkedin {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/social-linkedin.png") no-repeat scroll  center center transparent;
}

.share-pinterest {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/social-pinterest.png") no-repeat scroll  center center transparent;
}

.share-facebook a span, .share-twitter a span {
	color: transparent;
	padding-bottom: 16px;
}

.ap_detail_ad_email {
	background: transparent url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icons/email-icon.png") repeat scroll center center !important;
	cursor: pointer;
}

/* ************************************************************************
	RELATED ADS STYLES
************************************************************************* */

#related-ads-wrap h2 {
	color: #24a3d8;
	margin: 0 0 0 28px;
}

#related-ads-wrap #advertiser_ads {
	float: left;
	margin: 0 0 20px 15px;
}

.ap_rel_ads {
	border-radius: 3px;
	float: left;
	height: 184px;
	margin: 10px;
	padding: 5px;
}

.ap_rel_ads .post {
	box-shadow: none;
	height: 180px;
}

.ap_rel_ads .post-content {
	height: auto;
	overflow: hidden;
}

.ap_rel_ads .post-content a {
	font: 300 14px/1.1em "Roboto",Arial,sans-serif;
}

.ap_rel_ads .post-price {
	text-align: left;
}

/* ************************************************************************
	CREATE STORY STYLES
************************************************************************* */

#ap-obit-create-story-form-background.ap-obit-create-story-form {
	text-align: left;
}

#ap-obit-create-story-form-background h4.modal-subtitle {
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
}

#ap-obit-create-story-form-background #ap-create-story-background-dropzone.dropzone {
	border: 3px dashed #a4a4a4;
	border-radius: 10px;
	margin: 0 40px 30px !important;
	min-height: 0;
	width: 87% !important;
}

#ap-obit-create-story-form-background .modal-separator {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/or-lines@1x.png") no-repeat scroll center center transparent;
	height: 75px;
	margin: 50px 0;
}

#ap-obit-create-story-form-background .scrollable {
	margin-top: 30px;
}

.ap-create-story-upload-choose-background-buttons {
	padding: 40px 60px 0 0;
	text-align: right;
}

#ap-obit-create-story-form-background .ap-create-story-background-item img {
	min-height: 135px;
	width: auto;
}

#ap-obit-create-story-form-background .ap-create-story-background-item {
	border: none;
	margin: 0;
	padding: 0;
}

#ap-obit-create-story-form-background .ap-create-story-background-item.selected,
#ap-obit-create-story-form-background .ap-create-story-background-item:hover {
	border: 3px solid #24a3d8;
}

#ap-obit-create-story-form-background .ap-create-story-background-item.selected span img,
#ap-obit-create-story-form-background .ap-create-story-background-item:hover span img {
	 margin: -3px;
}

#content .ap-create-story-overlay {
	background: none repeat scroll 0 0 #647684;
	top: -99px;
	height: 120%;
}

#ap-create-story-container .details-content-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

#ap-mainphoto-form {
	background: none repeat scroll 0 0 #27313b;
}

.ap-create-story-backgroundphoto-btns {
	margin-left: 0;
}

#ap-create-story-upload-main-photo .ap-create-story-upload-main-photo-text span {
	color: #fff;
	display: block;
	font-weight: 400;
	padding-left: 58px;
	text-align: left;
	text-decoration: underline;
}

#ap-create-story-upload-main-photo .ap-create-story-upload-main-photo-text span {
	display: none;
}

.ap-create-story-upload-main-photo-controls {
	padding: 15px 0 5px;
}

.ap-mainphoto-controls {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-scale@2x.png") no-repeat scroll center center / 21px auto transparent;
	color: transparent;
	display: inline-block;
	height: 36px;
	width: 31%;
}

#ap-mainphoto-zoomout {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-zoomout@2x.png") no-repeat scroll center center / 21px auto transparent;
}

#ap-mainphoto-zoomin {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-zoomin@2x.png") no-repeat scroll center center / 21px auto transparent;
}

#ap-mainphoto-fit {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-scale@2x.png") no-repeat scroll center center / 18px auto transparent;
}

.ap-mainphoto-controls:hover,
.ap-mainphoto-controls:active,
.ap-mainphoto-controls:focus {
	color: transparent;
}

.ap-create-story-upload-main-photo-buttons {
	padding: 9% 15px 11% 0;
}

#ap-create-story-save-mainphoto,
#ap-create-story-cancel-mainphoto {
	display: inline-block;
	height: 36px;
	padding: 8px;
	text-align: center;
	width: 33%;
}

#ap-create-story-save-mainphoto {
	background-color: #24a3d8;
	border-radius: 3px;
	color: #fff;
}

#ap-create-story-cancel-mainphoto {
	margin-left: 37px;
	margin-right: 14px;
}

#ap-mainphoto-edit-section,
#ap-backgroundphoto-edit-section {
	display: block !important;
	padding-bottom: 16px;
}

#ap-backgroundphoto-edit-section .ap-create-story-backgroundphoto-btns {
	margin-right: 15px;
	position: relative;
	top: 0;
}

#ap-backgroundphoto-form {
	background: none repeat scroll 0 0 rgba(39, 49, 59, 0.78);
	float: left;
	margin-top: -98px;
	width: 100%;
	position: relative;
}

#ap-backgroundphoto-form .ap-create-story-upload-background-photo-controls {
	padding: 15px 0;
}

#ap-backgroundphoto-form .ap-create-story-upload-background-photo-buttons {
	padding: 15px 30px;
	text-align: right;
}

#ap-backgroundphoto-form .ap-create-story-upload-background-photo-buttons a {
	cursor: pointer;
}

.ap-backgroundphoto-controls {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-scale@2x.png") no-repeat scroll center center / 21px auto transparent;
	color: transparent;
	display: inline-block;
	height: 36px;
	width: 31%;
}

#ap-backgroundphoto-zoomout {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-zoomout@2x.png") no-repeat scroll center center / 21px auto transparent;
}

#ap-backgroundphoto-zoomin {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-zoomin@2x.png") no-repeat scroll center center / 21px auto transparent;
}

#ap-backgroundphoto-fit {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-scale@2x.png") no-repeat scroll center center / 18px auto transparent;
}

.ap-backgroundphoto-controls:hover,
.ap-backgroundphoto-controls:active,
.ap-backgroundphoto-controls:focus {
	color: transparent;
}

#ap-create-story-save-backgroundphoto,
#ap-create-story-cancel-backgroundphoto {
	display: inline-block;
	height: 36px;
	padding: 8px;
	text-align: center;
	width: 33%;
}

#ap-create-story-save-backgroundphoto {
	background-color: #24a3d8;
	border-radius: 3px;
	color: #fff;
}

#ap-create-story-cancel-backgroundphoto {
	margin-left: 37px;
	margin-right: 14px;
}

#ap-create-story-container #ap-create-story-display-background {
	background-color: transparent;
	height: auto;
	min-height: 313px;
	max-height: 376px;
	overflow: hidden;
}

#ap-create-story-display-background  #ap-create-story-background-upload {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/camera-white@2x.png") no-repeat scroll left 10px top 10px / 38px auto transparent !important;
	border: medium none;
	border-radius: 0;
	float: left;
	height: 46px !important;
	margin-top: 0 !important;
	min-height: auto !important;
	padding-left: 52px;
	padding-top: 15px;
	top: 0;
	width: 260px;
}

#ap-create-story-display-background #ap-backgroundphoto-edit-section {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	min-height: 70px;
}

#ap-create-story-display-background #ap-backgroundphoto-edit-section:hover {
	background: -moz-linear-gradient(left,  rgba(100,118,132,0.7) 0%, rgba(100,118,132,0.7) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,118,132,0.7)), color-stop(100%,rgba(100,118,132,0.7)));
	background: -webkit-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: -o-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: -ms-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: linear-gradient(to right,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3647684', endColorstr='#b3647684',GradientType=1 );
	min-height: 70px;
	height: auto;
}

#ap-create-story-backgroundphoto-edit,
#ap-create-story-backgroundphoto-remove,
#ap-create-story-background-upload {
	color: #fff;
	display: inline-block;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	margin-left: 10px;
	margin-top: 16px;
	cursor: pointer;
	min-height: 50px;
	opacity: 1;
}

#ap-create-story-backgroundphoto-remove {
	color: transparent;
}

#ap-create-story-backgroundphoto-edit {
	margin-left: 20px;
}

#ap-create-story-background-upload span,
#ap-create-story-backgroundphoto-edit,
#ap-create-story-backgroundphoto-remove {
	display: none;
	text-decoration: underline;
}

#ap-create-story-background-upload span {
	margin-left: 20px;
}


#ap-create-story-backgroundphoto-edit:hover,
#ap-create-story-backgroundphoto-remove:hover {
	text-decoration: underline !important;
}

#ap-create-story-display-background #ap-backgroundphoto-edit-section:hover a,
#ap-create-story-display-background #ap-create-story-background-upload:hover {
	color: #fff;
}


#ap-create-story-display-background #ap-backgroundphoto-edit-section:hover a,
#ap-create-story-display-background #ap-create-story-background-upload:hover {
	display: inline-block;
}


#ap-mainphoto-edit-section #ap-create-story-mainphoto-edit, 
#ap-mainphoto-edit-section  #ap-create-story-mainphoto-remove {
	color: transparent;
	font-weight: 400;
	left: 80px;
	top: 70px;
}

#ap-mainphoto-edit-section #ap-create-story-mainphoto-edit {
	top: 46px;
}

#ap-mainphoto-edit-section:hover {
	background: -moz-linear-gradient(left,  rgba(100,118,132,0.7) 0%, rgba(100,118,132,0.7) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,118,132,0.7)), color-stop(100%,rgba(100,118,132,0.7)));
	background: -webkit-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: -o-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: -ms-linear-gradient(left,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	background: linear-gradient(to right,  rgba(100,118,132,0.7) 0%,rgba(100,118,132,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3647684', endColorstr='#b3647684',GradientType=1 );
	min-height: 120px;
	height: auto;
}

#ap-mainphoto-edit-section:hover a {
	color: #fff !important;
	text-decoration: underline !important;
}

#ap-mainphoto-edit-section #ap-create-story-upload-main-photo.dropzone {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/camera-white@2x.png") no-repeat scroll left 20px top 16px / 38px auto transparent !important;
	border: medium none;
	border-radius: 0;
	float: left;
	height: auto !important;
	left: 0;
	margin-top: 0 !important;
	min-height: auto !important;
	top: 0;
}

#ap-mainphoto-edit-section #ap-create-story-upload-main-photo.dropzone > .dz-message {
	display: block;
}

#ap-obit-create-story-epitaph-select-category .dropdown-toggle {
	border-radius: 0 !important;
}

.ap-create-story-textarea {
	color: #4b4b4b;
	font: 300 1em/1.6em "Roboto",Arial,sans-serif;
	min-height: 140px;
}

.ap-obit-create-story-epitaphs {
	border: medium none !important;
	color: #4a4a4a !important;
	margin: 0 auto !important;
	padding: 8px 12px 9px !important;
}

#ap-obit-create-story-epitaph-select-category .bootstrap-select.btn-group .dropdown-menu {
	/* max-height: 180px !important;  - cuts off the last item from the list */
}


.modal-dialog .bootstrap-select .selectpicker {
	border-radius: 0 !important;
}

.selectpicker {
	padding-top:2px;
}

.bootstrap-select.btn-group .btn .filter-option {
	padding: 3px 0;
}

#ap-obit-create-story-epitaph-list {
	border: 1px solid #ccc;
	height: 180px !important;
	margin-top: 10px;
}

#ap-obit-create-story-epitaph-select-category .bootstrap-select {
	border-radius: 0;
	width: 100%;
}

.ap-obit-create-story-epitaphs:hover {
	background-color: #FCF6D6;
	border: none;
	color: #4a4a4a;
}

.tutorial {
	background: none repeat scroll 0 0 #fffcde;
	float: left;
	min-height: 190px;
	padding: 20px 20px 20px 44px;
	width: 100%;
} 

.tutorial div {
	float: left;
}

.tutorial-part {
	margin: 10px 0 0 0;
}

.tutorial-part img {
	float: left;
	margin: 10px 17px 10px -10px;
}

.tutorial-part p {
	font: 300 18px/1.2em "Roboto",Arial,sans-serif;
	margin: 10px 0;
	padding-top: 7px;
}

.tutorial-close  {
	float: right !important;
}

.tutorial-close span {
	font-size: 32px !important;
}

#ap-create-story-primary-photo {
	background-color: #f9f9f9;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0 none !important;
	border-radius: 0 !important;
	min-height: 330px !important;
	min-width: 100% !important;
	position: static !important;
}

#content .row {
	margin-left: -15px;
	margin-right: -15px;
}

#content #ap-create-story-container {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/slate-grey.png") repeat-y scroll left top transparent;
	max-width: 100% !important;
}

#ap-create-story-container img.img-responsive {
	width: 100%;
	padding: 28px 28px 0 28px;
}

#ap-create-story-save-error-msg {
	height: auto !important;
}

.ap-create-story-edit {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil.png") no-repeat scroll 0 0 transparent !important;
	border: medium none !important;    
	border-radius: 0 !important;
	opacity: 0.85;
}


#ap-create-story-edit-details {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;  

}

#ap-create-story-edit-epitaph {
	//background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;    
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil.png") no-repeat scroll right 8px top 0 transparent !important;
	
}

#ap-create-story-edit-main-photo, #ap-create-story-edit-background {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/camera-large.png") !important;    
	height: 40px;
	margin: 10px;
	width: 40px;
}

#ap-create-story-display-story {
	margin-bottom: 0 !important;
}

#ap-create-story-display-story .content-edit {
	float: right;
	right: 0;
	top: 15px;
}

#ap-create-story-display-epitaph {
	position: relative;
	margin-bottom: 10px !important;
}

#ap-obit-create-story-epitaph-list {
	padding: 0;
	width: 100% !important;
}

#ap-obit-create-story-form-story {
	margin: 30px 45px 0 !important;
}

#ap-obit-create-story-form-story .form-footer {
	padding: 30px 0 0;
	text-align: left;
}

.create-story-body {
	border: 1px solid #ccc;
	color: #4b4b4b;
	font: 300 1.1em/1.6em "Roboto",Arial,sans-serif;
	min-height: 270px;
	padding: 10px 15px 25px;
	width: 100%;
}

.create-story-body,
.idea-box {
	display: inline-block;
	margin-bottom: 20px;
}

.required-field {
	color: #cd0000;
}

.idea-box {
	background-color: #fdfaed;
	border: 1px solid #f1d35a;
	border-radius: 3px;
	padding: 25px;
	float: right;
	width: 100%;
}

.idea-box-title {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/light-bulb-small@1x.png") no-repeat scroll left center transparent;
	font: 17px/40px "Roboto",Arial,sans-serif;
	margin: 0 0 20px;
	padding: 0 0 0 53px;
}

.idea-box p {
	font: 300 15px/1.4em "Roboto",Arial,sans-serif;
}

.create-story-body {
	position: relative;
}

#ap-create-story-display-story .content-edit {
	border: medium none !important;    
	border-radius: 0 !important;
	bottom: 0;
 	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}


#ap-create-story-display-story #ap-create-story-edit-story {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/pencil.png") no-repeat scroll right 10px top 10px transparent !important;
	border: medium none;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

#ap-obit-create-story-saveforlater, .ap-obit-cancel, .ap-contribution-add-cancel-btn, #ap-obit-create-story-edit-discard {
	color: #24a3d8;
	cursor: pointer;
	font: 400 16px/1em "Roboto",sans-serif;
	padding: 15px;
}

.modal-footer button {
	margin-left: 15px;
}

#ap-obit-cancel-form-epitaph {
	font: 400 15px/1.2em "Roboto",sans-serif;
}

#ap-obit-save-epitaph {
	font: 400 15px/1.2em "Roboto",sans-serif;
}

.ap-create-story-epitaph-select-label {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/light-bulb-small@1x.png") no-repeat scroll left center transparent;
	color: #24a3d8;
	cursor: pointer;
	float: left;
	font: 400 15px/1.2em "Roboto",sans-serif;
	margin: 15px;
	padding: 15px 0 15px 53px;
	text-align: left;
}

.ap-create-story-save-publish {
	margin-bottom: 15px !important;
	margin-top: 30px;
	padding: 0 !important;
	float: left;
	width: 100%;
}

#ap-obit-create-story-publish,
#ap-obit-create-story-saveforlater {
	display: inline-block;
}

#ap-obit-create-story-saveforlater {
	margin-right: 20px;
}

.ap-obit-cancel span {
	color: #000;
}

.ap-create-story-edit:hover {
	opacity: 1;
}

#ap-create-story-display-details {
	background-color: transparent !important;
	position: relative;
}

#ap-create-story-display-name {
	float: left;
	color: #fff !important;
	padding: 0 10px 20px 0;
}

#ap-create-story-display-name .create-story-name {
	font-size: 22px;
	text-shadow: 1px 3px 5px #222;
}

#ap-create-story-display-name .create-story-dates {
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
	text-shadow: 1px 1px 3px #222;
}

.main-photo-container {
	float: left;
}

.photo-edit {
	float: none !important;
	position: static !important;
}

.create-story-title {
	color: #606060;
	font: 400 2.5em/1.2em "Roboto",Arial,sans-serif;
	margin: 0 0 20px 10px;
	text-align: left;
}

#ap-create-story-display-story {
	font: 400 16px/1.6em "Roboto",Arial,sans-serif;
	padding: 0 20px;
	text-align: left !important;
}

#ap-obit-create-story-epitaph-list {
	float: none !important;
}

.modal-title {
	color: #4b4b4b;
	font: 700 1.5em/1em "Roboto",sans-serif;
	margin: 20px 0 0 30px;
	text-align: left;
}

.modal-header {
	border-bottom: none;
}

.modal-header .close {
	font-size: 32px;
}

.modal-error-message {
	color: #CD0000;
	display: none;
}

.ap-main-photo-uploaded-caption-container {
	border: medium none !important
}

.ap-main-photo-uploaded-caption-container input {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
 	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	 height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	display:none;
}

.ap-main-photo-uploaded-item-container {
	height: 180px !important;
}

.dropzone {
	margin-bottom: 20px;
}

.dropzone:not(#contribution-photo-upload-form) {
	float: right;
	margin: 20px 0px 0px 0px !important;
	min-height: 175px !important;
	height: 175px !important;
	text-align: center;
	width: 100% !important;
}

#ap-mainphoto-edit-section .dropzone:not(#contribution-photo-upload-form) {
	float: none;
	text-align: left;
}

#ap-edit-profile-photo-remove {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/remove-medium-teal@1x.png") no-repeat scroll left center transparent;
	color: #24a3d8;
	display: inline-block;
	float: left;
	font: 400 15px/1.4em "Roboto",Arial,sans-serif;
	padding: 10px 0 10px 20px;
}

#ap-obit-create-story-form-background .ap-create-story-background-item {
	transition: none;
	margin-bottom: 1px;
}

#ap-obit-create-story-form-background .ap-create-story-background-item,
#ap-obit-create-story-form-background .ap-create-story-background-item img {
	border: none; 
	overflow: hidden; 
	float: left;
}

#ap-obit-create-story-form-background .ap-create-story-background-item:hover,
#ap-obit-create-story-form-background .ap-create-story-background-item.selected {
	border: 3px solid #24a3d8;
}

#ap-obit-create-story-form-background .ap-create-story-background-item:hover img,
#ap-obit-create-story-form-background .ap-create-story-background-item.selected img {
	margin: -3px;
}

.dropzone .dz-default.dz-message span {
	font: 400 16px/1.2em "Roboto",Arial,sans-serif !important;
	margin-top: 45px;
}

#ap-obit-charity-section,
#ap-obit-event-section,
#ap-obit-funeral-section,
#ap-obit-funeraltmp-section {
	padding: 30px 0;
}

#ap-obit-funeral-service-event-section {
	margin-left:0;
}

.ap-obit-charity-dropdown, .ap-obit-event-dropdown {
	margin-top: 10px;
	margin-right: 20px;
	width: 100% !important; /* this is to display the chose one correctly */
}

.ap-obit-charity-dropdown .dropdown-toggle, .ap-obit-event-dropdown .dropdown-toggle {
	height: 40px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.ap-obit-charity-dropdown-container dd {
	display: none;
}

.ap-obit-remove-charity, .ap-obit-add-charity,
.ap-obit-remove-event, .ap-obit-add-event {
	color: #24a3d8;
	display: inline-block;
	font: 400 15px/1.4em "Roboto",Arial,sans-serif;
	padding: 10px 0 0;
}

.ap-obit-add-charity,
.ap-obit-add-event {
	display: none;
}

.ap-obit-remove-charity, .ap-obit-remove-event {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/remove-medium-teal@1x.png") no-repeat scroll left top 12px transparent;
	padding-left: 20px;
	display: none;
}






.summary-map-wrap {
	border-right: 1px solid #ccc;
	min-height: 120px;
}

.ap-generic-summary-map-listing-item {
	border-top: 1px solid #ccc;
	margin: 0 !important;
	padding: 20px 0;
}

.ap-summary-map-pager-top {
	left: 10px;
	padding-bottom: 45px;
	position: relative;
	width: 97%;
}

.ap-summary-map-pager-bottom {
	border-top: 1px solid #ccc;
	left: 0;
	padding-top: 20px;
	position: relative;
	width: 97%;
}

.ap-funerallisting-counter-bottom,
.ap-funerallisting-counter-top {
	float: left;
	margin: -8px -10px 0 12px;
	padding-bottom: 16px;
	padding-top: 11px;
	width: 50%;
}

.ap-listing-pager {
 	float: right;
	margin: -14px 0 0 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 76px;
}

.ap-listing-pager .ap-pagination-link {
	cursor: pointer;
	float: left;
	height: 40px;
 	margin-right: 5px;
	opacity: 1 !important;
	overflow: hidden;
	width: 25px;
}

.ap-listing-pager .ap-listing-pager-prev {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/map-arrow-left-2x.png") no-repeat scroll right center / 20px 34px rgba(0, 0, 0, 0);
}

.ap-listing-pager .ap-listing-pager-next {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/map-arrow-right-2x.png") no-repeat scroll right center / 20px 34px rgba(0, 0, 0, 0);
}

/* ************************************************************************
	MANAGE STORIES STYLES
************************************************************************* */

.ap-manage-stories-main-photo {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/brand/images/story-avatar.png") no-repeat top center / 140px 190px transparent;
	height: 190px;
	width: 140px;
}

.stories-divider {
	border-color: #ccc;
	border-width: 1px 0 0;
	float: left;
	margin: 30px auto;
	width: 100%;
}

#watchlist-ads-list .stories-divider {
	margin: 32px auto 12px;
}

.ap-manage-stories-main-photo span {
	display: none;
}

.manage-stories-buttons button {
	margin-top: 15px;
	width: 100%;
}

.ap-manage-stories-buttons {
	display: inline-block;
	list-style: outside none none;
	margin: 12px 0 0;
	padding: 0;
}

.ap-manage-stories-photo-holder {
	background-color: #e6e6e6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #c0c0c0;
	margin: 0 auto 20px;
	position: static !important;
	min-height: 190px;
	max-width: 140px;
}

.ap-manage-stories-pagination-container {
	text-align: center;
}

.ap-manage-stories-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.ap-manage-stories-actions-dropdown {
	margin-bottom: 20px;
	right: 3px;
	top: -5px;
}

.draft {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/brand/images/draft_overlay.png") no-repeat scroll center center / 140px auto transparent;
	display: block;
	float: left;
	height: 45px;
	left: 0;
	position: absolute;
	top: 144px;
	width: 140px;
}

.ap-manage-stories-image {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.ap-manage-stories-image img {
	height: 300px;
	width: auto;
}

#ap-manage-stories-content-readmore-container {
	display: none;
	text-align: left;
	margin-top: 12px;
}

.ap-content-readmore {
	color: #24a3d8;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
}

/* ************************************************************************
	STORY OWNER APPROVAL STYLES
************************************************************************* */

.story-owner-approval-wrap {
	margin: 65px auto 0;
	max-width: 790px;
}

#content .ap-owner-approval-page-selected, 
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background: #24a3d8;
	color: #fff;
	font: 700 14px/1.2em "Roboto",Arial,sans-serif !important;
}

.ap-owner-pages-containter {
	float: left;
	margin-left: 12px;
	text-align: center;
	width: 100%;
}

/* ************************************************************************
	MANAGE CONTRIBUTIONS STYLES
************************************************************************* */

.ap-filters-container {
	margin-bottom: 50px;
}

.ap-filters-container div {
	padding-right: 10px;
}

.ap-filters-container a {
	color: #4c4c4c;
	font: 14px/1.2em "Roboto",Arial,sans-serif;
}

.contributions-wrap {
	border-bottom: 1px solid #d2d3d5;
	font: 15px/1.6em "Roboto",Arial,sans-serif !important;
	float: left;
	margin: 0 auto 15px;
	width: 100%;
}

.contribution-credentials {
	font: 300 15px/1.2em "Roboto",Arial,sans-serif !important;
}

.contribution-left,
.contribution-right {
	display: inline-block;
}

.contribution-left {
	text-align: center;
}

.contribution-top, 
.contribution-profile-details, 
.contribution-header, 
.contribution-separator {
	float: left;
}

.contribution-body {
	float: left;
	padding: 15px 0;
	width: 100%;
}

.contribution-date {
	color: #a3a3a3 !important;
	font: 300 14px/1.4em "Roboto",Arial,sans-serif !important;
}

.contribution-details .contribution-milestone-description .milestone-date {
	margin-right: 10px;
}

.contribution-body .tag {
	font-weight: 400;
}

.tag {
	color: #4c4c4c;
}

.tag:hover, .tag:active {
	color: #606060;
}

.contribution-top,
.contribution-middle,
.contribution-buttons {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.contribution-buttons .grey-button {
	background: none repeat scroll 0 0 #cfcfcf;
	border-color: #A2A2A2;
	color: #FFF;
	padding: 8px 14px;
	margin-left: 10px;
}

.contribution-profile-avatar {
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	height: 215px;
	min-height: 150px;
	min-width: 150px;
	position: static !important;
	width: 215px;
}

.contribution-profile-name {
	color: #4b4b4b;
	font-weight: 500;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.contribution-contributor-avatar {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/brand/images/avatar_300.png") no-repeat scroll center center / cover transparent;
	/* border: 1px solid #c0c0c0; */
	border-radius: 30px;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.contribution-contributor-avatar img {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/brand/images/avatar_300.png") no-repeat scroll center center / cover transparent;
	border-radius: 30px;
	height: 60px;
	margin: 0 auto;
	 width: 60px;
}

.contribution-header span {
	display: block;
}

.contribution-separator {
	color: #4b4b4b;
	font: 500 14px/1em "Roboto",Arial,sans-serif;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.contribution-details {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	word-wrap: break-word;
}

.contribution-details .contribution-milestone-description {
	font: 300 15px/1.2em "Roboto",Arial,sans-serif !important;
	margin: 10px 0;
}


/* ************************************************************************
	CONTRIBUTIONS ADD STYLES
************************************************************************* */

#cboxOverlay {
	background-color: #647684 !important;
}

#ap-content-readmore-container {
	font-weight: 400;
	text-align: left;
	margin-top: 10px;
}


.contributions-content {
	margin: 20px 0 0 0;
}


.contributions-content h3 {
	margin-top: 0;
}

#milestone-photo-upload-form.dropzone, #contribution-photo-upload-form.dropzone, #ap-create-story-main-photo-dropzone.dropzone {
	cursor: pointer;
	height: auto;
	margin: auto;
	overflow: hidden;
 	width: 100% !important;
}

#milestone-photo-upload-form.dropzone {
	border: 3px dashed #cccccc !important;
}

#contribution-photo-upload-form.dropzone .dz-message, 
#milestone-photo-upload-form.dropzone .dz-message, 
#ap-create-story-main-photo-dropzone.dropzone .dz-message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block !important;
    height: 3em;
    left: 50%;
    margin-left: -50%;
    margin-top: -55px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 100%;
} 

#contribution-photo-upload-form.dropzone .dz-message, #milestone-photo-upload-form.dropzone .dz-message {
     margin-top: -50px !important;
}

#contribution-photo-upload-form.dropzone {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/camera-medium.png") no-repeat scroll center center transparent !important;
}

#contribution-photo-upload-form.dropzone, #milestone-photo-upload-form.dropzone {
    margin-bottom: 0 !important;
}

.memory-add-textarea textarea {
	height: 200px;
}

#contribution-add-photo-icon-label {
	padding: 15px 0px 50px;
}

#ap-create-story-main-photo-dropzone.dropzone .dz-message span {
	display: block !important;
	opacity: 0.5;
} 

#contribution-photo-details-form {
	margin-top: 8px !important;
}

.photo-contribution-buttons {
	text-align: right;
}

.contributions-entry button.remove-photo {
	margin-left: 10px;
}

#ap_milestone_error_message div, #ap_memory_error_message div {
	color: #cd0000;
}

#ap_memory_create input[type="text"] {
	float: left;
	overflow: hidden;
	width: 48% !important;
}

#ap_memory_create textarea {
	height: 150px;
	margin: 20px -15px 40px;
	width: 510px;
}

.ap-memory-contribution-photo {
	background: #ccc;
	max-height: 400px;
	max-width: 100% !important;
}

/* ************************************************************************
	ACCOUNT STYLES
************************************************************************* */

/* ************************************************************************
	ADD KEEPERS STYLES
************************************************************************* */

.ap-add-story-owner-user-profile,
#ap-story-owners-list-data .ap-user-profile-photo,
#ap-manage-articles-container .ap-user-profile-photo {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/avatar-small.png") no-repeat scroll center center / 40px auto transparent;
 	border-radius: 50% !important;
	color: transparent;
	display: inline-block;
	height: 40px !important;
	width: 40px !important;
}

#ap-story-add-error-msgs,
#ap-story-owners-list-data,
#ap-story-owner-add-form,
#ap-story-owner-settings {
/*	border-bottom: 1px solid #ccc; */
	border-top: 1px solid #ccc;
	margin: 0 20px 25px;
	padding: 30px 0;
}

#ap-story-owners-add-keeper {
	float: right;
}

#ap-story-owners-add-keeper {
	background-color: #24a3d8 !important;
	border-color: #009C96 !important;
	color: #fff;
	padding: 8px 16px !important;
}

#ap-story-owners-add-keeper:hover, 
#ap-story-owners-add-keeper:focus,
#ap-story-owners-add-keeper:active {
 	background-color: #1DD2AF;
	border: 1px solid #009c96;
}

#ap-story-owner-list-owners {
	border-radius: 0;
	display: block;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 25px;
	padding: 0;
}

.ap-story-owners-count,
.pending-story-owners-count,
#ap-add-story-owner-section .form-element {
	padding: 10px 0;
}

#ap-add-story-owner-section .form-element label,
#ap-add-story-owner-section .form-element div {
	display: inline-block;
}

#ap-add-story-owner-section .form-element label {
	width: 10%;
}

#ap-story-owners-list, #ap-pending-story-owners-list {
	background: none repeat scroll 0 0 transparent !important;
}

.ap-story-owners-settings {
	float: right;
	margin-right: 25px;
}

.ap-story-owners-item {
	float: left;
	margin: 10px 0;
	width: 100%;
}

/* ************************************************************************
	INVITE USERS STYLES
************************************************************************* */

.ap-invite-users-user-profile,
.ap-invite-users-photo-holder {
	background: url("//comboads.adperfect.com/assets/obits/images/avatar-small.png") no-repeat scroll center center / 40px auto transparent;
	border-radius: 50% !important;
	color: transparent;
	display: inline-block;
 	height: 40px !important;
	width: 40px !important;
}

.ap-invite-users-photo-holder {
	margin: 0 auto;
}

.ap-invite-users-item {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

.invite-user-memoriam-name {
	display: inline-block;
	font: 700 16px/40px "Roboto",Arial,sans-serif;
	padding: 0 10px;
}

.invite-user-memoriam-dates {
	color: #a3a3a3;
	font: 400 13px/1.2em "Roboto",Arial,sans-serif;
	padding: 0 10px;
	margin: 10px 0 0;
}

.ap-invite-users-header {
	background: none repeat scroll 0 0 transparent !important;
	font: 400 16px/40px "Roboto",Arial,sans-serif !important;
	margin: 0 !important;
	padding: 0 20px !important;
}

.invitation-modal-title {
	margin: 4px 0 0 30px;
}

.ap-obit-cancel {
	margin-top: -32px;
}

.invite-user-top-info {
	float: right;
	margin-right: 15px;
}

#ap-invite-users-form {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 20px 25px;
	padding: 30px 0;
}

#ap-invite-users-system-msgs {
	margin: 0 20px 25px;
}

.send-invitations-button-wrap {
	margin: 10px 15px  0 0;
}

#ap-invite-users-list {
	height: auto !important;
  	margin-bottom: 0 !important;
}

.ap-invite-users-email {
	font-size: 15px;
	line-height: 40px;
	padding-left: 5px;
	text-align: left !important;
}

#ap-invite-users-send-email {
	margin: 10px 30px;
}

.ap-main-photo-uploaded-item-container.primary {
	box-shadow: none !important;
	border-color: #ccc !important;
}

#ap-edit-profile-main-photo-dropzone {
	text-align:center !important;
}

#ap-edit-profile-main-photo-dropzone > .ap-edit-profile-main-photo-dropzone-control-items {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#ap-edit-profile-main-photo-dropzone > .ap-edit-profile-main-photo-dropzone-control-items li {
	display: inline-block;
	list-style-type: none;
}

.ap-edit-profile-photo {
	margin-bottom: 40px;
}

.ap-edit-profile-photo > #ap-edit-profile-main-photo-dropzone > #ap-edit-profile-main-photo-upload-form.dropzone {
	background: url("//comboads.adperfect.com/assets/obits/images/profile-photo-dropzone.png") no-repeat scroll 0 0 transparent !important;
	border-radius: 0 !important;
	height: 25px !important;
	margin: 10px auto !important;
	min-height: 25px !important;
	padding: 0;
	text-align: center;
}

#ap-edit-profile-main-photo-upload-form.dropzone {
	background-image: url("//comboads.adperfect.com/assets/obits/images/camera-teal@1x.png") !important;
	background-position: left center !important;
	border-radius: 0 !important;
	margin: 10px 0 0 20px !important;
	min-width: 150px !important;
	opacity: 1 !important;
}

#ap-edit-profile-main-photo-upload-form.dropzone > .dz-message.ap-edit-profile-upload-text {
	color: #24a3d8;
	display: inline-block;
	font: 400 15px/1.4em "Roboto",Arial,sans-serif;
	 position: relative;
	top: -8px;
	opacity: 1;
}

#ap-edit-profile-main-photo-display {
 	height: 220px !important;
}

#ap-edit-profile-main-photo-display #ap-edit-profile-photo-holder {
	height: 220px !important;
	width: 220px !important;
}

#ap-edit-profile-photo-holder img[alt="profile_photo"] {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

#edit_profile_form .form-group label,
.password-link-wrap label {
	font: 400 15px/1.4em "Roboto",Arial,sans-serif;
	padding: 8px 0;
	width: 20%;
}

#edit_profile_form .form-group {
	float: left;
	width: 100%;
}

#edit_profile_form .form-group label,
#edit_profile_form .form-group input,
#edit_profile_form .form-group span {
	display: inline-block;
}

#edit_profile_form .form-group .form-group-label,
#edit_profile_form .form-group .form-group-element {
	float: left;
	display: inline-block;
}

#edit_profile_form .form-group .form-group-element {
	margin-bottom: 20px;
}

#edit_profile_form .form-group .form-group-element .checkbox-wrap {
	display: block;
	float: left;
	font: 300 15px/1.45em "Roboto",Arial,sans-serif;
	margin: 5px 0;
	width: 100%;
}

#edit_profile_form .form-group .form-group-element .checkbox-wrap input,
#edit_profile_form .form-group .form-group-element .checkbox-wrap span {
	float: left;
	display: inline-block;
}

#edit_profile_form .form-group .form-group-element .checkbox-wrap span {
	width: 90%;
}

#edit_profile_form .form-group .form-group-element {
	width: 70%;
}

#edit_profile_form .ap-edit-profile-new-fields label {
	width: 20.5%;
}

#edit_profile_form .form-group input[type="text"],
#edit_profile_form .form-group input[type="alpha"] {
	width: 70%;
}

#edit_profile_form .form-group .checkbox-wrap input {
	margin-right: 10px;
}

.form-buttons .ap_edit_profile_submit {
    margin-bottom: 30px;
    margin-left: 20.5%;
    margin-right: auto !important;
    margin-top: 10px !important;
}

.password-content {
	display: none;
}

.password-link {
	display: inline-block;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	padding: 6px 0;
	width: 70%;
}

.account-wrap {
	margin: 0 auto;
	max-width: 790px;
}

#message_container div {
	color: #cd0000;
	padding: 20px;
}

.center {
	text-align: center;
}

.profile-photo {
	background: url("//comboads.adperfect.com/assets/obits/images/profile-large.png") no-repeat scroll 0 0 / cover transparent;
	height: 200px;
	margin: 0 auto;
	width: 200px;
}

.change-profile-photo {
	margin: 20px auto;
}

.change-profile-photo-link {
	background: url("//comboads.adperfect.com/assets/obits/images/camera-medium.png") no-repeat scroll 0 0 transparent;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	padding-left: 30px;
}

.ap-manage-stories-buttons li {
	color: #24a3d8;
	display: inline-block;
	font: 400 14px/2.55 "Roboto",Arial,sans-serif;
}

.ap-manage-stories-edit {
	background: url("//comboads.adperfect.com/assets/obits/images/icon-pencil-teal.png") no-repeat scroll left center transparent;
}

.ap-manage-stories-delete {
	background: url("//comboads.adperfect.com/assets/obits/images/remove-medium-teal@1x.png") no-repeat scroll left center transparent;
}

.ap-add-story-owner,
.ap-invite-users,
.ap-view-order-history {
	background: url("//comboads.adperfect.com/assets/obits/images/icon-attendees-teal.png") no-repeat scroll left center transparent;
	display: inline-block;
	margin-left: 15px;
	padding-left: 28px;
}

.ap-add-story-owner {
	background: url("//comboads.adperfect.com/assets/obits/images/icon-keepers@1x.png") no-repeat scroll left -2px top 5px / 32px auto transparent;
	padding-left: 30px;
}

.ap-view-order-history {
	background: url("//comboads.adperfect.com/assets/obits/images/icon-order-history@1x.png") no-repeat scroll left center transparent;
}

.ap-manage-stories-edit,
.ap-manage-stories-delete {
	border: medium none;
	height: 100%;
	margin-left: 25px;
	padding: 0 0 0 25px;
}

#edit_profile_form, #login-form, #create-profile, #ap_fp_email_form {
	margin-bottom: 20px;
}

#profile-form {
	padding-top: 4px;
	width: 90%;
}

.ap-edit-profile-new-fields .form-group:nth-child(n+3) {
	display: none;
}


.section-left, .section-right {
	float: left;
	width: 50%;
}

.section-center {
	margin: auto;
	width: 50%;
}

.account-container {
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.section-profile {
	float: left;
	height: 56px;
	margin-top: -1px;
	padding: 17px 35px;
}

.order-history-content {
	width: 790px;
	margin: 0 auto;
}

.scroller-box {
	overflow-x: scroll;
	position: relative;
	top: 25px;
}

.order-info {
	margin-left: -35px;
}

.account-nav {
	text-align: center;
}

.account-nav .nav-tabs {
	border: medium none;
	border-radius: 0;
	margin: 45px auto 65px;
	width: 790px;
}

.account-nav .nav-tabs > li {
	margin-bottom: 0 !important;
	float: left:
}

.account-nav .nav-tabs > li.active a {
	background: #fff;
	color:#24a3d8;
}

.account-nav .nav-tabs > li > a {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid #ccc !important;
	border-right: none !important;
	border-radius: 0;
	color: #4b4b4b;
	float: left;
	height: 56px;
	margin-top: 0 !important;
	padding: 17px 35px;
	width: 100%;
}

.account-nav .nav-tabs > li:first-child a {
	border-radius: 6px 0 0 6px;
}

.account-nav .nav-tabs > li:last-child a {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #ccc !important;
}

.account-nav .nav-tabs > li > a:hover,
.account-nav .nav-tabs > li > a:focus,
.account-nav .nav-tabs > li > a:active {
	border-right: none;
	color: #000;
}

#edit_profile_form .form-group .lastname-check {
	width: 35px !important;
}

.bump {
	margin-top: -10px;
}

.bump2 {
	margin-top: -6px;
	margin-bottom: 30px;
}

/* ************************************************************************
	PUBLISH PACKAGE SELECTION STYLES
************************************************************************* */

.page-title {
	font-size: 30px;
	margin: 60px 20px 20px 0;
}

.package-selection-wrap {
	background: none repeat scroll 0 0 transparent;
	/* padding: 30px 0; */
}

.ap-obits-publish-package-pricing-section, .ap-obits-publish-package-details-section, .ap-obits-publish-package-description-section {
	padding: 20px 20px 0 20px;
}

.ap-obits-publish-package-description-section div {
	margin: 20px auto;
	text-align: center;
}

.package-selection-wrap h4 {
	color: #a1a0a0;
	font-weight: 500;
	margin: 6px auto;
	text-transform: uppercase;
}

ul.ap-obits-publish-package-features  {
 	padding: 0;
}

ul.ap-obits-publish-package-features > li {
	color: #4b4b4b;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	list-style: none outside none;
	padding: 10px 0;
}

.featured-all-link {
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	margin: 25px 0 10px;
}

.featured-article {
	margin-bottom:20px;
	padding:0 20px 0 0;
}

.featured-article-title {
	display: block;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 20px;
}

.right-rail-featured {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.right-rail-landing .ad-tag img {
	max-width: 300px;
	width: 100%;
}

.ap_new_ad hr {
	border-color: #fff;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.ap-featured-profile-pic {
	height: 240px;
	max-width: 100%;
	min-width: 213px;
}

.ap_ad_wrap .ap-ad-content a {
	color: #4b4b4b;
	font-size: 17px;
	font-weight: 400;
}

.landing-section {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.landing-content .landing-section {
	padding-left: 15px;
	padding-right: 15px;
}

.landing-content .landing-section #ap_new_ads {
	margin-left: -15px;
	margin-right: -15px;
}

.section-all-link {
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	margin: 31px 3px 10px 0;
}

.landing-title-border {
	display: table;
	border-bottom: 1px solid #535353;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.landing-title {
	border-bottom: 5px solid #535353;
	font: 700 26px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.summary-title {
	text-align:center;
	font: 400 20px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.found {
	padding-bottom: 20px;
}

.ap_ad_wrap .ap-ad-content .featured-story-copy {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	margin-top: 10px;
}

.see-story-link {
	color: #24a3d8;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	text-align: right;
}

.see-story-link:after {
	content: "  \2192";
}

.ap_ad_wrap .see-story-link {
	padding: 0 10px;
}

.leaderboard-header {
	margin: 20px auto 5px;
	text-align: center;
}

.leaderboard-header div {
	display: inline-block;
}

.leaderboard-bottom {
	margin: 30px auto;
}

.leaderboard-bottom div#leaderboard_btf {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block !important;
    height: 90px;
    width: 728px;
}

.leaderboard-bottom-landing {
   margin: 60px auto 10px auto;
}

.leaderboard-bottom-landing img {
	margin: 0px auto;
}

.news-story {
	display: table;
}

.news-story .news-top,
.news-story .news-content {
	display: table-row;
	float: left;
	width: 100%;
}

.news-content .news-content-text,
.news-content .news-content-photo {
	display: table-cell;
	vertical-align: top;	
}

.news-content .news-content-text {
	padding-right: 10px;	
}

.news-content p {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
	margin: 0 0 5px;
}

#ap-news-featured-item-container .news-title {
	color: #4b4b4b;
	display: block;
	font: 400 17px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 10px;
}

#ap-news-featured-item-container .news-copy {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
}

#ap-news-featured-item-container .news-created  {
	font-size: 11px;
	font-weight: 400;
}

#ap-news-featured-item-container .news-source  {
	color: #8f8f8f;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 5px;
}

#ap-news-featured-item-container .news-divider {
	border-color: #ccc;
	height: 1px;
	margin: 30px auto;
}

.events-block {
	clear: both;
	float: left;
	width: 100%;
}

.event {
	/* display: table-cell; */
	display: inline-block;
	padding: 0 25px 0 0;
}

.event-image {
	display: block;
	margin: 0 auto 25px;
	max-width: 290px;
}

.event-title {
	color: #4b4b4b;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 15px;
}

.event-title:hover, .event-title:focus, .event-title:active {
	color: #4b4b4b;
}

.event-copy {
	font: 300 15px/1.6em "Roboto",Arial,sans-serif;
}

.stories-locations {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.stories-locations li {
	display: inline-block;
	float: left;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	padding: 0 0 10px;
}

.funeral-homes-block {
	display: table;
}

.funeral-home-logo {
	display: table-cell;
	max-width: 100%;
	vertical-align: middle;
}

.funeral-home-logo img {
	margin: 30px auto 0;
	max-height: 100px;
}

.tall {
	 height: 450px;
}

.ap-obits-publish-package-item {
}

.ap-obits-publish-package-pub-logo {
	border-bottom: 1px solid #cdcdcd;
	padding: 20px;
	background-color: #dad8d5;
}

.ap-obits-publish-package-pub-logo p {
	font: 400 20px/1.2em "Roboto",Arial,sans-serif;
	padding: 10px 0;
	text-align: center;
}

.ap-obits-package-wrap {
	background-color: white;
 	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin: 20px;
}

.ap-obits-publish-select {
	font-size: 25px;
	text-align: center;
	padding: 15px;
}

.ap-obits-publish-package-name {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

.ap-obits-publish-package-price {
	padding: 10px 0;
}

.ap-obits-publish-package-price > label {
	font: 300 21px/18px "Roboto",Arial,sans-serif;
	display: none;
}

.ap-obits-publish-package-price span {
	float: right;
	font: 700 21px/18px "Roboto",Arial,sans-serif;
}

.ap-obits-publish-package-buy {
	margin: 0 auto 40px;
	text-align: center;
}

.ap-obits-publish-package-features span {
	font-size: 16px;
}

.ap-obits-publish-package-description {
	margin: 20px auto;
}

.ap-obits-publish-select {
	color: #6C1010;
}

.ap-obits-publish-package-description img {
	width: 60%;
}


/* ************************************************************************
	404 ERROR STYLES
************************************************************************* */

.error-page-wrap {
	margin-bottom: 20px;
	padding: 20px;
}

/* ************************************************************************
	 MOBILE LEFT MENU STYLES
************************************************************************* */

.carousel {
	background: none repeat scroll 0 0 #34414F;
	border-bottom: 1px solid #6b7982;
	border-top: 1px solid #6b7982;
	width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	max-height: 32px;
	margin: auto;
}

.carousel .item {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-guestbook@2x.png") no-repeat scroll left 30px center /32px auto transparent;
	border: 0 none;
	font-weight: 400;
	padding: 15px 0 15px 70px;
}

.carousel .item a {
	color: #fff;
}

#story-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-story@2x.png");
}

#milestones-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones@2x.png");
}

#memories-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-memories@2x.png");
}

#charities-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-charities@2x.png");
}

#gifts-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-gifts@2x.png");
}

#funeral-services-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-funeral-services@2x.png");
}

#keepers-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-keepers@2x.png");
}

#invitations-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-invitations@2x.png");
}

#order-history-nav-mobile {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-order-history@2x.png");
}

#mobile-bottom-sticky {
	background: #34414F;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}

#mobile_nav_carousel .carousel-control {
	background: none repeat scroll 0 0 #fff;
	opacity: 1;
	width: auto;
}

.carousel-control-left {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/left-arrow-rounded@2x.png") no-repeat scroll center center / 11px auto #34414F;
	display: inline-block;
	height: 49px;
	width: 30px;
}

.carousel-control-right {
	background: url("http://d2zfowlldib7se.cloudfront.net/assets/obits/images/right-arrow-rounded@2x.png") no-repeat scroll center center / 11px auto #34414F;
	display: inline-block;
	height: 49px;
	width: 30px;
}

/* ************************************************************************
	 ORDER HISTORY STYLES
************************************************************************* */

 #ap-order-history-main-container {
	color: #4b4b4b;
	float: left;
	font: 300 15px "Roboto",Arial,sans-serif;
	margin: 35px 45px;
}

 #ap-order-history-main-container .section-heading {
	font: 400 30px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 50px;
}

.back-link-wrap {
	background: #34414F;
}

.back-link-wrap a {
	color: #fff;
	display: block;
	font: 400 15px/1.2em "Roboto",Arial,sans-serif;
	padding: 15px 25px;
}

.back-link-wrap a:before {
	content:"\2190";
	margin-right: 10px;
}

.details-left-menu h6 {
	color: #6b7982;
	font: 300 16px/1.2em "Roboto",Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.ap-order-history-divider {
	color: #ccc;
	float: left;
	height: 1px;
	margin: 40px 0;
	width: 100%;
}

#order-history-nav {
	margin-bottom: 10px;
}

.ap-order-history-item {
	float: left;
	width: 100%;
}

.menu-divider {
	border-color: #6b7982;
	height: 1px;
	width: 80%;
}

#funeral-service-events-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-funeral-services@1x.png");
}

#keepers-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-keepers@1x.png");
}

#invitations-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-invitations@1x.png");
}

#orders-nav {
	background-image: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-order-history@1x.png");
}

.ap-order-history-view-story {
	padding: 15px 15px 25px;
	text-align: center;
}

.ap-order-history-view-story a {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/eye@1x.png") no-repeat scroll left center transparent;
	color: #fff;
	font: 400 16px/1.2em "Roboto",Arial,sans-serif;
	padding-left: 30px;
}

.ap-order-history-tools {
	display: inline-block;
	list-style: outside none none;
	margin: 10px 0 0;
	padding: 0;
}

.ap-order-history-tools li {
	color: #24a3d8;
	display: inline-block;
	font: 400 14px/2.55 "Roboto",Arial,sans-serif;
}

.ap-order-history-tools li a {
	display: inline-block;
	margin-left: 25px;
	padding: 0 0 0 25px;
}

.ap-order-history-tools li a.ap-order-history-view {
	margin-left: 0;
}

.ap-order-history-content-show-more,
.ap-order-history-content-show-less {
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
}

.ap-order-history-content-show-more::after {
	content: "  \2193";
}

.ap-order-history-content-show-less::after {
	content: "  \2191";
}

.ap-order-history-edit {
	background: url("//comboads.adperfect.com/assets/obits/images/icon-pencil-teal.png") no-repeat scroll left center transparent;
}

.ap-order-history-re-run {
	background: url("//comboads.adperfect.com/assets/obits/images/change-icon@1x.png") no-repeat scroll left center transparent;
}

.ap-order-history-cancel {
	background: url("//comboads.adperfect.com/assets/obits/images/remove-medium-teal@1x.png") no-repeat scroll left center transparent;
}

.ap-order-history-type {
	font: 700 16px/1.2em "Roboto",Arial,sans-serif;
	margin-bottom: 3px;
}

.ap-order-history-info {
	color: #a3a3a3;
	font: 400 13px/1.2em "Roboto",Arial,sans-serif;
}

.ap-order-history-story {
	font: 300 14px/24px "Roboto",Arial,sans-serif;
	margin-bottom:0;
}

.ap-order-history-content-display {
	max-height: 75px;
	overflow: hidden;
}

.ap-order-history-content-hidden {
	display:none;
}

.ap-order-history-contribution-alert {
	background-color: #f05a28;
	border-radius: 2px;
	color: #fff;
	float: right;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	margin-right: 15px;
	margin-top: -4px;
	min-width: 16px;
	padding: 4px 10px 5px 9px;
	text-align: center;
}

/* ************************************************************************
	 COLLAPSE MEDIA QUERY REQUESTS 
************************************************************************* */

/* Collapse navbar sooner --------*/
@media (min-width: 768px) and (max-width: 1000px) {

.collapse {
	display: none !important;
}

}

/* ************************************************************************
	 DESKTOP STYLES 
************************************************************************* */

@media only screen and (min-width: 992px) {

.details-wrap .attention-getter {
	padding: 15px 45px;
}

.details-wrap .attention-getter img {
	max-height: 150px;
	max-width: 50%;
}

#summary-toolbar div.waterfall-toggles-wrap {
	margin-right: 25px;
}

#ap-obit-create-story-form-background .ap-create-story-background-item {
	max-height: 126px;
}

#ap-obit-create-story-form-background .ap-create-story-background-item:nth-child(2n+1) img {
	width: 298px;
}

.col-preview {
	width: 150px;
	padding: 0;
}

.ap-order-history-details {
	padding-left: 25px;
	padding-right: 0;
	width: 635px;
}

.search-container {
	width: 65%;
        background: none;
        border-radius: 2px;
        padding: 0;
}

.no-padding {
	padding-bottom: 29px !important;
}

.top-sign-in-link {
	color: #ffffff;
	display: inline-block;
 	font: 400 16px/1.4em "Roboto",Arial,sans-serif;
	padding: 5px 0 3px;
}

.funeral-homes-listings-wrap {
	margin-top: -100px;
}

.ap-create-story-save-publish {
	padding: 0 0 30px 30px !important;
}

.ap-followed-stories-body,
.ap-manage-stories-story-details {
	margin-left: 10px;
	min-width: 640px;
	padding-right: 0;
}

#details-nav {
	margin-bottom: 10px;
}

.ap-followed-stories-body,
.ap-manage-stories-story-details {
	margin-left: 10px;
}

#ap-funeral-service-link-section,
#ap-funeral-service-select-section,
#ap-funeral-service-form-section,
#ap-funeral-service-section {
	margin: 0 0 0 30px;
}

.funeral-home-details {
	margin-bottom: 20px;
}

.funeral-home-contacts {
	margin-top: 49px;
}

.funeral-homes-wrap {
	padding: 0 140px;
}

.create-story-body,
#ap-funeral-service-select-section,
#ap-funeral-service-form-section,
#ap-funeral-service-section,
#ap-obit-funeral-section input,
.ap-obit-charity-dropdown, 
.ap-obit-event-dropdown {
	max-width: 460px;
}

#ap-funeral-service-select-section .ap-obit-funeral-service-event-dropdown {
	width: 378px;
}

#ap_guestbook_contribution_form .fields-wrap {
	width: 100%;
}


#ap-create-story-display-details {
	margin-bottom: 33px;
	margin-top: 193px;
}

.create-epitaph-text {
	margin-top: 10%;
}

#top .container {
	padding: 25px 0 0;
}

#logo {
	max-height: 55px;
	max-width:212px;
}

.navbar-logo {
	margin: -4px 25px 9px 0;
}

.navbar-logo img {
	max-height: 55px;
}

#top {
	min-height:99px;
}

#content {
	top:99px;
}

#footer {
	top:99px;
}

.news-image {
	min-width: 125px;
}

.news-image img {
	min-width: 125px;
}

.ap-manage-stories-image {
	width: 140px;
}

.leaderboard-bottom {
	width: 728px;
}

.right-rail-landing-wrap {
	margin-top: 16px;
}

.right-rail-featured #ap_ad_featured .ap_ad_featured .ap_ad_wrap .ap-ad-thumb {
	width: 140px;
}

.landing-content, .articles-content, .events-content {
	padding-right: 30px;
}

.right-rail-wrap {
	padding: 0;
}

.top-search-wrap {
	width: 45%;
}

.contribution-left {
	width: 90px;
}

.contribution-right {
	width: 700px;
}

.organization-icon {
	height: 53px;
	margin: 20px 0;
	width: 53px;
}

.details-share-wrap div a {
	
}

.details-wrap {	
	float: left; /* do not remove */
	width: 100%; /* do not remove */
}

#ap-create-story-container {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/slate-grey.png") repeat-y scroll  left top transparent !important; /* do not remove */ 
}

.widget-wrap, .widget-wrap:nth-child(2) {
	background: transparent;
	padding: 20px 15px;
}

.navbar-main .dropdown-menu {
	margin-left: -155%; 
}

#extra-search {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/thestar_hero_cropped.jpg") no-repeat scroll center / cover #404040;	
	margin-bottom: 0;
	padding: 10px 0px 0px;
}

#extra-search h2 {
	font: 400 32px/1.6em "Roboto",Arial,sans-serif;
	margin: 0px auto;
		width: 38%;
}

.white-divider {
	width: 15%;
}

#extra-search #ap_slod_keywords_wrap {
	width: 80% !important;
	border: 1px solid #ffffff;
	border-right: right;
}

#extra-search #ap_slod_submit {
	width: 19% !important;
}

#extra-search #ap_slod_keywords_wrap input {
	border-radius: 0px;
	color: #7b7b7b;
	font: 300 18px/1.4em "Roboto",Arial,sans-serif !important;
	height: 40px;
	padding-left: 10px !important;
}

.sliders {
	max-width: 800px;
	padding: 0;
}

.sliders .remember-together-widget-wrap,
.sliders .learn-prepare-widget-wrap {

}

.learn-prepare-preamble {
	margin-left: -15px;
}

.footer-links, .copyright {
	display: inline;
}

.footer-links {
	float: left;
}

.copyright {
	float: right;
}

#ap_waterfall_container .ap_ads {
	width: 265px;
}

#ap_waterfall_container .ap_ads_waterfall {
	width: 265px;
}

#details-contribute-button {
	margin: 20px auto 0;
	width: 294px;
}

.white-section {
	background-color: #fff;
	padding: 0 40px 10px;
}

.create-story-body {
	margin: 30px 0 25px 25px;
	width: 55%;
}

.idea-box {
	margin: 30px -15px 0 25px;
	width: 40%;
}

.funeral-homes-tmp-fields-wrap {
	width: 54%;
}

#ap-obit-charity-section,
#ap-obit-event-section,
#ap-obit-funeral-section,
#ap-obit-funeraltmp-section {
	margin: 0 0 0 30px;
}


}

/* ************************************************************************
	 MEDIUM DESKTOP STYLES 
************************************************************************* */

@media only screen and (max-width: 1200px) {

#announcements-celebrations, #announcements-obituaries {
	width:445px;
}

.search-container {
	width: 75%;	
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.35);
        border-radius: 2px;
        padding: 30px;
}

#ap_guestbook_contribution_form .fields-wrap {
	width:100%;
}

#ap-backgroundphoto-form {
	margin-top: -127px
}

#ap-create-story-container #ap-create-story-display-background {
	height: 100%;
	max-height: 313px;
}

.details-top-layer, .top-container-layer, .create-story-over-layer {
	min-height: 313px;
	padding: 130px 0 0;
}

#ap-create-story-display-details {
	margin-bottom: 20px;
	margin-top: 130px;
}

.ap-detail-page-profile-pic {
	min-height: 313px;
}

#ap-create-story-container #ap-create-story-display-background .guillotine-window {
	height: 100% !important;
}

.news-image {
	width: 175px;
}

#extra-search {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/celebrations/images/thestar_hero_cropped.jpg") no-repeat scroll center top / cover  #404040;
}

.leaderboard-bottom {
	width: 728px;
}

.right-rail-landing-wrap {
	margin-top: 23px;
}

.right-rail-featured #ap_ad_featured .ap_ad_featured .ap_ad_wrap .ap-ad-thumb {
	width: 140px;
}

.landing-content, .articles-content, .events-content {
	padding-right: 30px;
}

.right-rail-wrap {
	padding: 0;
}

.top-search-wrap {
	width: 42%;
}

.create-story-body {
	width: 100%;
}

.idea-box {
	width: 100%;
	margin: 10px -25px 0 0;
}

#content #ap-create-story-container {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/slate-grey.png") repeat-y scroll left top transparent;
}

}

/* ************************************************************************
	 TABLET STYLES  (Portrait)
************************************************************************* */

@media only screen and (max-width: 992px) {

#top .container nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#share-story-button a {
	margin-left: 25px;
}
	.hp-cat ul li {
		width: 50%;
	}

#announcements-celebrations, #announcements-obituaries {
	width:335px;
}

.fullwidth {
	min-height: 340px;
	padding-top:15px;
}

.funeral-home-details {
	margin-bottom: 20px;
}

.funeral-home-contacts {
	margin-top: 49px;
}

#ap-backgroundphoto-form {
	margin-top: -66px
}

#ap-create-story-container #ap-create-story-display-background {
	height: 100%;
	max-height: 322px;
}

#ap-create-story-container #ap-create-story-display-background .guillotine-window {
	height: 100% !important;
}

.details-top-layer, .top-container-layer, .create-story-over-layer {
	min-height: 313px;
	padding: 130px 0 0;
}

#ap-create-story-display-details {
	margin-bottom: 20px;
	margin-top: 130px;
}

.ap-detail-page-profile-pic {
	min-height: 313px;
}

#top .navbar-brand {
	margin: 5px 15px 0 30px;
}

#ap-create-story-container #ap-create-story-display-background {
    height: 100%;
    max-height: 285px;
}

#ap-create-story-container #ap-create-story-display-background .guillotine-window {
    height: 100% !important;
}

.details-wrap {	
	float: left; /* do not remove */
	width: 100%; /* do not remove */
}

.details-wrap .attention-getter {
	text-align: center;
}

.details-wrap .attention-getter img {
	margin: 0 auto;
}

.details-share-wrap div a {
	width: 28px;
}

.top-search-wrap {
	width: 30%;
}

.widget-wrap, .widget-wrap:nth-child(2) {
	background: transparent;
	padding: 20px 15px;
}

.details-epitaph {
	margin: 50px auto;
}

.details-links-wrap h4 {
	color: #fff;
	font-weight: 400;
	margin: 6px auto;
}

.white-section {
	background-color: #fff;
	padding: 0 40px 20px;
}

#watchlist-ads-list .wp_ad_row td.control-panel {
	bottom: 86px;
	left: 42%;
}

}

/* ************************************************************************
	 TABLET STYLES (Landscape)
************************************************************************* */

@media only screen and (max-width: 767px) {

#announcements-celebrations, #announcements-obituaries  {
	width: 100%;
	height: 360px;
	display: inline-block;
	margin: 0px auto;
	margin-bottom:35px;
}

.fullwidth {
	padding-top:15px;
}


#ap_ad_featured  .ap_ad_featured {
	width: 100%;	
}

#ap-backgroundphoto-form {
	margin-top: -66px
}

#top .navbar-brand {
	margin: 5px 15px 0 30px;
}

.details-top-layer, .top-container-layer, .create-story-over-layer {
	min-height: 313px;
	padding: 130px 0 0;
}

#ap-create-story-display-details {
	margin-bottom: 20px;
	margin-top: 130px;
}

.ap-detail-page-profile-pic {
	min-height: 313px;
}

#ap-create-story-container #ap-create-story-display-background {
	height: 100%;
	max-height: 322px;
}

#ap-create-story-container #ap-create-story-display-background .guillotine-window {
	height: 100% !important;
}

.event {
	margin-bottom: 20px;
}

.ap-detail-page-profile-pic {
	background-position: center center;
	min-height: 450px;
}

.top-search-wrap {
	width: 30%;
}

#watchlist-ads-list .wp_ad_row td.control-panel {
	bottom: 86px;
	left: 42%;
}

.details-share-wrap div a {
	width: 28px;
}

.memory-wrap {
	width: 100%;
	margin-left: 0;
}

}

/* ************************************************************************
	 PHONE STYLES  (Landscape) 
************************************************************************* */

@media only screen and (max-width: 767px) {

#announcements-celebrations, #announcements-obituaries  {
	width: 100%;
	height: 360px;
	display: inline-block;
	margin: 0px auto;
	margin-bottom:35px;
}

.fullwidth {
	padding-top:8px;
}

#ap_ad_featured .ap_ad_wrap p.new-story-name {		
	width: 662px;	
}

#ap_ad_featured  .ap_ad_featured {
	width: 100%;	
}

.title-vertically-centered {	
	width:680px !important;	
}

.ap-detail-page-profile-pic {
	width:auto;
}

.details-body { 
	padding: 0px 15px;
}

#ap-guestbook-container {
	padding: 0px 15px;
}

#ap-guestbook-form-container {
	padding:0px;
}

.ad-leaderboard {
	margin:0px;
}

.ap-order-history-contribution-alert {
	margin-right: 35px;
}

.col-preview {
	margin-bottom: 10px;
}

.ap-order-history-view-story {
	margin-bottom: 0;
}

.ap-charity-details-container .article-heading {
	text-align: center;
}

.ap-charity-details-container .btn-donate {
	margin-bottom: 0;
	margin-top: 30px;
}

#top .navbar-brand {
	padding: 12px 0;
	margin: 1px;
}

#ap-backgroundphoto-form {
	margin-top: 0;
}

#ap-create-story-container #ap-create-story-display-background {
	margin-top: 0;
	overflow: visible;
	height: auto;
}


#ap-backgroundphoto-form .ap-create-story-upload-background-photo-buttons {
	text-align: center;
}

#ap-create-story-container .details-content-wrap {
	margin-top: 0;
}

#ap-create-story-container  .details-top-photo {
	margin-top: 0;
}

#ap-create-story-display-details {
	margin-bottom: 30px;
	margin-top: 16%;
}

#ap-create-story-display-details .details-top-name {
	margin: 0 0 5px;
}

#ap-create-story-display-details .details-top-dates {
	margin: 0 0 5px;
}

.dropdown-menu > li > a {
	font: 300 17px/1.8em "Roboto",Arial,sans-serif !important;
}

.dropdown-header {
	font: 400 18px/1.6em "Roboto",Arial,sans-serif;
}

.account-wrap .name,
.account-wrap .dates {
	text-align: center;
}

.draft {
	float: none;
	margin: -66px auto 20px;
	position: static;
}

.ap-manage-stories-main-photo {
	margin: 0 auto 20px;
}

.contribution-right {
	margin-top: 20px;
}

.ap-manage-stories-buttons,
.contribution-top,
.contribution-buttons {
	text-align: center;
}

.event {
	margin-bottom: 20px;
}

.ap-detail-page-profile-pic {
	background-position: center center;
	min-height: 450px;
}

.navbar-main .dropdown-menu {
	width: 100%;
}

#watchlist-ads-list .wp_ad_row td.control-panel {
	bottom: 75px;
	left: 120px;
}

.mobile-absolute {
	position: absolute;
	right: 0;
	top: 8px;
}

.mobile-top-element {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.mobile-absolute #notification-alert-container {
	display: inline-block !important;
	top: 0;
}

#top .navbar-main .dropdown-toggle {
	left: 180px;
	position: absolute;
	top: -60px;
	width: 53px;
}

#top .navbar-main {
	margin: 0;
}

#top .navbar-secondary {
	float: right;
}

.top-search-wrap {
	width: 50%;
}

.details-share-wrap div a {
	width: 25px;
}

#details-nav {
	background-color: #fff;
	padding: 18px 0 0;
 	text-align: center;
}

.details-links-wrap ul li {
	background-position: center center;
	border: 2px solid #ccc;
	border-radius: 0 !important;
	display: inline-block;
	height: 80px;
	padding: 10px 0;
	width: 80px;
}

.details-links-wrap ul li:last-child {
	margin-bottom: -1px;
}

.details-links-wrap ul li:last-child {
	margin-bottom: -1px;
}

.list-group-item {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-guestbook@2x.png") no-repeat scroll center center transparent;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-guestbook@2x.png") no-repeat scroll center center / 50px transparent;
}

#story-nav {
	background:  url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-story@2x.png") no-repeat scroll center center transparent;
	background:  url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-story@2x.png") no-repeat scroll center center / 50px transparent;
}

#milestones-nav {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones@2x.png") no-repeat scroll center center transparent;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-milestones@2x.png") no-repeat scroll center center / 50px transparent;
}

#memories-nav {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-memories@2x.png") no-repeat scroll center center transparent;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-memories@2x.png") no-repeat scroll center center / 50px transparent;
}

#charities-nav {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-charities@2x.png") no-repeat scroll center center transparent;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-charities@2x.png") no-repeat scroll center center / 50px transparent;
}

#gifts-nav {
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-gifts@2x.png") no-repeat scroll center center transparent;
	background: url("//d2zfowlldib7se.cloudfront.net/assets/obits/images/icon-gifts@2x.png") no-repeat scroll center center / 50px transparent;
}

#details-nav {
	background-color: #fff;
	padding: 0;
	text-align: center;
}


.details-links-wrap ul li {
	background-position: center center;
	border: 2px solid #ccc;
	border-radius: 0 !important;
	display: inline-block;
	height: 70px;
	padding: 10px 0;
	width: 16.65%;
}

.details-links-wrap ul li:last-child {
	margin-bottom: -1px;
}

.details-links-wrap ul li.current-item {
	background-color: #fff;
	border: 2px solid #24a3d8;
}

.details-links-wrap ul li:hover,
.details-links-wrap ul li:active,
.details-links-wrap ul li:focus {
	background-color: #fff;
	border: 2px solid #24a3d8;
}

.details-links-wrap ul li a {
	color: transparent;
	height: 40px;
	padding: 0;
	width: 40px;
}

}


/* ************************************************************************
	 PHONE STYLES (Portrait)
************************************************************************* */

@media only screen and (max-width : 480px) {

.fullwidth {
	height: 600px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left:20px;
	margin-top: 20px;
}


#extra-search {
	background-size:cover;
	background-position:top center
}

.hp-cat ul li {	
	width: 100%;
	height:40px;
}

.hp-cat {
	padding:0px;
}

#extra-search .container {
	padding:0px;
}

#ap-obit-create-story-edit-save {
	margin-left: 10px;
	margin-right: 15px;
}

#ap-obit-create-story-publish {
	margin: 30px 0;
}

.col-preview img {
	width: 100%;
}

#ap-guestbook-emblem-items-container {
	text-align: center;
}

#ap-guestbook-emblem-items-container .ap-guestbook-emblem-item-container {
	margin: 0 auto;
}

#ap_guestbook_contribution_form #ap-guestbook-emblem-holder {
	float: none;
	margin: 15px auto;
}

#ap_guestbook_contribution_form .fields-wrap {
	width:100%;
}

#ap-guestbook-emblem-items-container {
	max-width: 85%;
}

#top .navbar-brand {
	padding: 12px 0;
	margin: 1px;
}

.details-top-name {
	font-size: 24px;
	margin: 15px 0 0;
}

.details-top-dates {
	font-size: 18px;
}

.create-epitaph-text {
	font-size: 17px;
	margin: 30px auto 0;
}

#ap-create-story-display-details {
	margin-bottom: 20px;
	margin-top: 47%;
}

#ap-create-story-display-details .details-top-text {
	width: 100%;
}

#ap-create-story-background-upload span {
	font-size: 17px;
	display: block;
}

#ap-create-story-display-details .details-top-name {
	font-size: 17px;
	margin: 0 0 5px;
}

#ap-create-story-display-details .details-top-dates {
	font-size: 15px;
	margin: 0 0 5px;
}


.right-rail-featured #ap_ad_featured .ap_ad_featured .ap_ad_wrap .ap-ad-content {
	width: 50%;
}

#edit_profile_form .form-group .form-group-element {
	width: 100%;
}

#edit_profile_form .form-group .form-group-label {
	width: 100%;
}

#edit_profile_form .form-group .form-group-element {
	float:none;
}


.account-wrap .name,
.account-wrap .dates {
	text-align: center;
}

.draft {
	float: none;
	margin: -66px auto 20px;
	position: static;
}

.ap-manage-stories-main-photo {
	margin: 0 auto 20px;
}

.contribution-right {
	margin-top: 20px;
}

.ap-manage-stories-buttons,
.contribution-top,
.contribution-buttons {
	text-align: center;
}

.event {
	margin-bottom: 20px;
}

.ap-detail-page-profile-pic {
	background-position: center center;
	min-height: 450px;
}

#watchlist-ads-list .wp_ad_row td.control-panel {
	bottom: 75px;
	left: 120px;
}

.navbar-main .dropdown-menu {
	width: 100%;
}

.mobile-absolute {
	position: absolute;
	right: 0;
	top: 8px;
}

.mobile-top-element {
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.mobile-absolute #notification-alert-container {
	display: inline-block !important;
	top: 0;
}

#top .navbar-main .dropdown-toggle {
	left: 180px;
	position: absolute;
	top: -60px;
	width: 53px;
}

#top .navbar-main {
	margin: 0;
}

#top .navbar-secondary {
	float: right;
}

.top-search-wrap {
	width: 50%;
}

.details-share-wrap div a {
	width: 25px;
}

.memory-wrap {
	width: 100%;
	margin-left: 0;
}

#details-nav {
	background-color: #fff;
	padding: 0;
	text-align: center;
}

.details-links-wrap ul li {
	background-position: center center;
	border: 2px solid #ccc;
	border-radius: 0 !important;
	display: inline-block;
	height: 70px;
	margin-left: -1px;
	padding: 10px 0;
	width: 16.65%
}

.details-links-wrap ul li.current-item {
	background-color: #fff;
	border: 2px solid #24a3d8;
}

.details-links-wrap ul li:hover,
.details-links-wrap ul li:active,
.details-links-wrap ul li:focus {
	background-color: #fff;
	border: 2px solid #24a3d8;
}

.details-links-wrap ul li a {
	color: transparent;
	height: 40px;
 	padding: 0;
	width: 40px;
}

.title-main {
	color: #4c4c4c;
	font: 400 42px/1.2em "Roboto",Arial,sans-serif;
	margin: 30px auto 20px;
}

.category-content {
	color: #4b4b4b;
	font: 200 22px/31px "Roboto",Arial,sans-serif;
	letter-spacing: 0.5px;
	margin: 60px auto 50px;
	width: 70%;
}

.subtitle {
	font: 400 36px/1.2em "Roboto",Arial,sans-serif;
	margin: 45px 0 45px 0;
	text-align: center;
}

.details-epitaph {
	margin: 50px auto;
	clear: both;
}

.view-all-link {
	text-align: center;
}

.nav-links {
	float: left;
	list-style: none outside none;
	margin: 20px 0 20px 15px;
	padding-left: 0;
}

.contribution-link {
	margin: 50px 10px 0px 0px;
}

.subtitle-milestones, .subtitle-memories {
	padding-left:10px;
	padding-right:10px;
}

}

}