/******************* Print *********************/
/*********************************************/
#printHeader {
	display: none;
	visibility: hidden;
}

#printFooter {
	display:none;
	visibility:hidden;
}

/******************* Embed Styles *************/
/*********************************************/
a[href^=tel] {
	color: #ffffff;
	text-decoration: none;
}
html {
	-webkit-font-smoothing: antialiased;
}

.header-section a,
.nav-section a,
.footer-section a,
.breadcrumb-link,
.left-nav-div-block a,
.mobile-navigation-menu a{
	border-bottom: 0px;
}

/******************* Header ******************/
/*********************************************/
.iaLink{
	position: absolute;
	width: 454px;
	height: 35px;
}

.memorialLink{
	width: 300px;
	position: absolute;
	top:80px;
	left: 94px;
}

@media (max-width: 991px) {
	.header-logo-horizontal{
		padding-top: 35px;
		padding-left: 110px;
		padding-right: 110px;
	}

	.iaLink{
		position: static;
		display: block;
		height: 38px;
		width: auto;
	}

	.memorialLink{
		position: static;
		display: block;
		height: 22px;
		margin-top: 16px;
		width: auto;
	}
}

@media (max-width: 767px) {
	.header-logo-horizontal{
		padding-top: 23px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.iaLink{
		display: block;
		height: 34px;
	}

	.memorialLink{
		display: block;
		height: 20px;
		margin-top: 15px;
	}
}

@media (max-width: 479px) {
	.header-logo-horizontal{
		padding-top: 15px;
		padding-left: 6%;
		padding-right: 6%;
	}

	.iaLink{
		display: block;
		height: 23px;
	}

	.memorialLink{
		display: block;
		height: 14px;
		margin-top: 10px;
	}
}

@media (max-width: 400px) {
	.header-logo-horizontal{
		padding-left: 4%;
		padding-right: 4%;
	}
}

.sticky-header{
	height: 212px;
	position: fixed;
	width: 100%;
	z-index: 5000;
}

.search-text{
	width: 188px;
	border: 0px;
	float:left;
	background: transparent;
}

.search-button{
	border: 0px;
	cursor: pointer;
}

.desktop-navigation .navbar{
	height: 65px;
}

.desktop-navigation .nav-label{
	float: left;
	height:58px;
	transition: color 300ms ease 0s;
}

.desktop-navigation .w-dropdown-link.w--current,
.desktop-navigation .w-nav-link.w--current,
.desktop-navigation .nav-label.selected{
	color:#f2bf49;
}

.desktop-navigation .nav-label{
	z-index:5000;
}

.drop-down-button{
	-moz-user-select: none;
	cursor: pointer;
	display: block;
	font-size: 24px;
	padding: 18px;
	position: relative;
	border-bottom: 1px solid #555;
	float: left;
	height: 60px;
	padding: 0 18px 6px;
	width: 84px;
	color: white;
}

.drop-down-button.active,
.drop-down-button:hover{
	background: #121212;
}

.search-wrapper-mobile{
	display: none;
	background-color: #666;
	display: none;
	float: none;
	margin: 60px 0 0;
	padding: 13px 10px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3000;
}

.search-wrapper-mobile input[type="text"]{
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	display: inline-block;
	float: left;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	padding: 2px 10px;
	width: 82%;
}


.search-wrapper-mobile input[type="submit"] {
	background-color: #121212;
	background-image: url("/20150114134215/assets/images/mag glass white.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border: 0px;
	height: 38px;
	margin-left: 7px;
	width: 45px;
}

.search-button-mobile{
	cursor: pointer
}

.search-button-mobile.active{
	background-color: #121212;
}

.menu-word{
	text-transform: uppercase;
}


.mobile-navigation-menu{
	box-shadow: none !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	position: absolute !important;
	margin-top:0px;
	background-color: #121212;
}

.mobile-navigation-menu span{
	display: block;
}

.mobile-navigation-menu .hamb-dropdown-full-width-div{
	display: block;
}

.mobile-navigation-menu .nav-label{
	max-width: 728px;
}

.mobile-navigation-menu .mobile-nav-child-list-1{
	position: relative;
}

.mobile-navigation-menu .w-dropdown-list.history-children{
	position: relative;
	margin-right:0px;
	margin-left:0px;
}

.mobile-navigation-menu .w-dropdown.dropdown{
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.mobile-navigation-menu .dropdown-label{
	padding-left:0px;
}

.mobile-navigation-menu .mobile-nav-child-list-1.w--open{
	margin-left:0px;
	margin-right:0px;
	padding-left: 0px
}

.mobile-navigation-menu .mobile-nav-child-1{
	padding-left: 30px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}

.mobile-navigation-menu .mobile-nav-child-1.history-nav-child{
	padding-left:30px;
	margin-right:0px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}

.mobile-navigation-menu .w-dropdown.history-dropdown{
	margin-left:0px;
}

.mobile-navigation-menu .history-dropdown-toggle{
	margin-right:0px;
	padding-left:0px;
	margin-left: 0px;
	padding-right:0px;
}

.mobile-navigation-menu .down-arrow-div{
	margin-right:0px;
}

.mobile-navigation-menu .history-children.w--open{
	padding-left:0px;
}

.mobile-navigation-menu .history-child-list-item{
	margin-left:0px;
	padding-left: 40px
}

.mobile-navigation-menu .history-child-list-item:hover{
	color: #fff;
}

.mobile-navigation-menu .w--current{
	color:#fff;
}

.mobile-navigation-menu .nav-label.selected{
	color:#f2bf49;
}

.dropdown-toggle-1.w--open .down-arrow-div{
	background:#6e6e6e;
}

.history-dropdown-toggle.w--open .history-down-arrow{
	background: #828282;
}

.history-dropdown-toggle.w--open .history-down-arrow{
	transform: rotate(180deg);
}

.dropdown-toggle-1.w--open .down-arrow-div{
	transform: rotate(180deg);
}

.mobile-navigation-menu .mobile-nav-child-1.history-nav-child{
	padding-right: 53px;
}

.mobile-navigation-menu .w-dropdown-toggle, .mobile-navigation-menu .w-dropdown-link{
	white-space: normal;
}

.mobile-navigation-menu .dropdown-toggle-1{
	padding-right: 65px
}

.mobile-navigation-menu .history-down-arrow{
	height: 55px;
    right: 6px;
    top: -6px;
    transform: rotate(270deg);
    width: 44px;
    padding: 18px 3px;
}

.mobile-navigation-menu .history-dropdown-toggle.w--open .history-down-arrow{
	height: 45px;
	width: 55px;
	padding: 11px 3px;
	right: 0;
	top: 0;
	transform: rotate(0deg);
	border-top: 1px solid #999;
	border-bottom: 0px;

}

.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div{
	transform: rotate(0deg);
	width: 64px;
	height: 64px;
	padding-left: 21px;
	padding-top: 19px;
}

.mobile-navigation-menu .dropdown-toggle-1.w--open .down-arrow-div{
	transform: rotate(90deg);
	width: 64px;
	height: 64px;
	padding-top: 18px;
	padding-left: 24px;
}

.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div img{
	max-width: none;
}


.dropdown-toggle-1{
  height: auto;
}

.mobile-navigation-menu span.w-dropdown.dropdown span.w-dropdown-list.mobile-nav-child-list-1{
    display: none;
}

.mobile-navigation-menu span.w-dropdown.dropdown span.w-dropdown-list.mobile-nav-child-list-1.w--open{
    display: block;
}

.w-dropdown-list.history-children{
	display: none;
}


.w-dropdown-list.history-children.w--open{
	display: block;
}

@media (max-width: 479px) {
	.mobile-navigation-menu .dropdown-toggle-1 .down-arrow-div{
	padding-left: 0px;
}

 .mobile-navigation-menu .dropdown-toggle-1.w--open .down-arrow-div{
    padding-left: 7px;
  }
}

@media (min-width: 992px) {
	.drop-down-button{
		display:none;
	}

	.mobile-navigation-menu{
		display: none !important;
	}

}

@media (max-width: 991px) {
	.sticky-header{
		height: auto;
		position: static;
		width: 100%;
		z-index: 5000;
	}
}

@media (max-width: 767px) {
	.drop-down-button{
		float: left;
		height: 60px;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 16px;
		padding-top: 0;
		width: 80px;
	}


}

@media (max-width: 479px) {
	.drop-down-button{
		margin-top: 0;
	}

}


/******************* Inside Page ******************/
/*********************************************/
.breadcrumbsNavigation{
	padding-left: 75px;
}

.breadcrumbsSidebar{
	padding-left:30px;
}

.breadcrumb-link{
	font-weight: normal;
}

.breadcrumb-link:last-child{
	color: #900;
}

.breadcrumbs span{
	padding-left:4px;
	padding-right:4px;
}

.left-nav-list-item a{
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	line-height: 1.25rem;

	transition: all 300ms ease 0s;
	color: #555;
	font-size:1rem;
	text-decoration: none;
}

.left-nav-list-item a:hover {
	color: #ce1126;
}

.left-nav-list-item.selected{
	margin-top:0px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.left-nav-list-item.selected a{
	background-color: rgba(153, 153, 153, 0.29);
	border-bottom: 1px solid #999;
	color: #ce1126;
	display: block;
	line-height: 1.25rem;
	margin-bottom: 4px;
	margin-left: -76px;
	margin-top: 4px;
	padding: 6px 10px 6px 76px;
}

.left-nav-list-item.selected.no-background a{
	background-color:transparent;
}

.left-nav-list-item.selected .left-nav-regular-child a{
	background: none;
	color: #555;
	border-bottom:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 3px 0px 3px 0px;
}


.left-nav-list-item.selected .left-nav-regular-child.selected{
	background-color: rgba(153, 153, 153, 0.29);
}

.left-nav-list-item.selected .left-nav-regular-child a:hover,
.left-nav-list-item.selected .left-nav-regular-child.selected a{
	color: #ce1126;
}


.left-nav-list-item.selected ul{
	border-bottom: 1px solid #999;
	padding-bottom: 9px;
}

.right-sidebar-div p,
.right-sidebar-div li {
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.right-sidebar-div ul {
	margin-left:15px;
	margin-right: 0px;
	padding-left:0px;
	padding-right: 0px
}

.right-sidebar-div li {
	margin-left:0px;
	margin-right: 0px
}

.main-column{
	min-height: 450px
}


.content-bg-block{
	min-height: 600px;
}


#withLeftBarNoRightBar{
	width: 73%;
}

#noLeftBarNoRightBar{
	width: 98%;
	padding-left: 85px;
    padding-right: 62px;
}

#noLeftBarWithRightBar{
	width: 75%;
}

.right-sidebar-div{
	float: left;
}

@media (max-width: 991px) {
	#noLeftBarNoRightBar{
		padding-left: 20px;
    	padding-right: 20px;
	}

	#withLeftBarNoRightBar{
		width: 98%;
	}

	#withLeftBarWithRightBar{
		width: 75%;
	}

	.right-sidebar-column{
		padding-right: 30px;
	}

	.breadcrumbsNavigation{
		padding-left: 10px;
	}

	.breadcrumbsSidebar{
		padding-left:20px;
	}
}

@media (max-width: 767px) {
	#noLeftBarWithRightBar{
		width: 99%;
	}

	.right-sidebar-column{
		float: left;

		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.right-sidebar-div{
		float: none;
		border-top: 4px solid #999;
	}

	#withLeftBarWithRightBar{
		width: 100%;
	}

	.breadcrumbsNavigation{
		padding-left: 22px;
	}
}

@media (max-width: 479px) {
	.right-sidebar-div{
		border-top: 2px solid #999;
	}
}

/******************* Homepage ******************/
/**************************************************/
.content-bg-block{
	margin-top: 212px;
}

.homeboxes h1{
	border-bottom-style: none;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 10px;
	transition: none 300ms ease 0s
}

.homeboxes h1 a{
	font-size: 1.6rem;
	line-height: 2rem;
	color: #900;
	border-bottom: 0px;
}

.homepage-h1.homepage-h1-v2:hover {
	color: #900;
}

.content-box-div-block a {
	border-bottom: 1px dotted #069;
	color: #069;
	display: inline-block;
	font-family: Montserrat,sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1rem;
	text-decoration: none;
	transition: all 300ms ease 0s
}

.w-section.content-bg-section{
	background-image: url(/20150114134215/assets/images/Union-Photo-from-Client.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bottom-boxes{
	display: flex;
	display: -ms-flexbox;
}


.event-box{
  height: auto;
  min-height:200px;
  order: 0;
   flex: 0 0 66%;
  -ms-flex:0 0 66%;
   position: relative;
}

.post-box{
   flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  order: 1;
  position: relative;
}

.events-block,
.events-list-div-wrapper,
.blog-block,
.blog-feed-block.red-top-line{
	height: auto;
}


.blog-block{
	width: 100%;
	height: 100%;
}

.blog-feed-block{
	position: absolute;
	width: 93.8%;
	 min-height: 94.6%;
}


@media (max-width: 991px) {
	.bottom-boxes{
		display: block;
	}

	.blog-feed-block{
		 position: static;
    	width: auto;
	}

}


@media (max-width: 1088px) {
	.w-section.content-bg-section{
		background-image: none;
	}
}

@media (max-width: 991px) {
	.content-bg-block{
		margin-top: 0px;
	}
}

.content-box-div-block  h3 a{
	color: #900;
	display: block;
	font-family: Montserrat,sans-serif;
	font-size: 1.33rem;
	font-weight: 700;
	line-height: 1.95rem;
  	text-decoration: none;
  	border-bottom:0px;
}


/******************* Slideshow ******************/
/**************************************************/
.slideshow-container .slide-1{
	 background-position: 0 0;
    background-size: 100% 100%;
}

.slideshow-container .circle-arrow-banner-more{
	text-transform: uppercase;
	border-bottom:0px;
}

.slideshow-container .banner-text{
	height: 120px;
	overflow: hidden;
}

.slideshow-container .banner-text p{
	font-size: 1rem;
	line-height: 1.5rem;
}

.slideshow-container .example-pager{
	border-bottom: 2px solid #ccc;
	font-size: 12px;
	opacity: 0.55;
	padding-top: 0px;
	text-align: center;
	bottom: 0;
	height: 28px;
	left: 0;
	margin: 12px auto auto auto;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 2;
}

.slideshow-container .example-pager span{
	background-color: #818181;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 3px 0.5em;
	position: relative;
	transition: background-color 100ms ease 0s, color 100ms ease 0s;
	width: 12px;
	background-clip: padding-box;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0px;
}

.slideshow-container .example-pager span.cycle-pager-active{
	background-color: #222;
}

.slideshow-container .slide-left{
	-moz-user-select: none;
	bottom: 0;
	cursor: pointer;
	font-size: 40px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	right: auto;
	z-index: 3;
	color: #ccc;
	height: 100px;
	margin-bottom: 110px;
	margin-left: -52px;
	margin-top: 170px;
	width: 50px;
}

.slideshow-container .slide-right{
	-moz-user-select: none;
	bottom: 0;
	cursor: pointer;
	font-size: 40px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	z-index: 4;
	color: #ccc;
	height: 100px;
	margin-bottom: 110px;
	margin-right: -52px;
	margin-top: 170px;
	width: 50px;
}

.slideshow-container .more-banner-text-link{
	transition:none;
}

.slideshow-block .banner-heading:hover{
	color: #900
}

@media (max-width: 991px) {
	.slideshow-container .example-pager{
		background-color: #e0e0e0;
		border-top: 4px solid #036;
		bottom: 207px;
		left: 0;
		margin-top: 0;
		opacity: 1;
		padding-top: 7px;
		position: absolute;
		right: 0;
		top: auto;
		border-bottom: 2px solid #ccc;
		font-size: 12px;
		height:40px;
		text-align: center;
	}

	.slideshow-container .example-pager span.cycle-pager-active{
		background-color: #222;
	}

	.slideshow-container .slide-left{
		display: none;
	}

	.slideshow-container .slide-right{
		display: none;
	}

}

@media (max-width: 767px) {
	.slideshow-container .circle-arrow-banner-more{
		text-transform: uppercase;
		border-bottom: 1px dotted #069;
	}

	.slideshow-container .example-pager{
		bottom: 159px;
		margin-bottom: auto;
	}
}

@media (max-width: 479px) {
	.slideshow-container .example-pager{
		bottom: 197px;
		margin-bottom: auto;
	}

	.slideshow-container .banner-text{
		height: 70px;
		overflow: hidden;
		display: block;
	}
}

/******************* Footer ******************/
/*********************************************/
#GRIPFooterLogo{
	line-height: 11px;
	margin:10px auto 20px auto;
}

.contact-us-footer-link{
	display:block;
	font-weight: normal;
}
.contact-info-block a{
	font-weight: normal;
}

.contact-info a:hover{
	color: #f2bf49;
}

.give-div a,
.primary-button.give-button{
	background-color: #f2bf49;
    color: #900;
    display: inline-block;
    height: 40px;
    margin-right: 0;
    text-decoration: none;
    border-radius: 24px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 8px 36px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    font-size: 1rem;
    line-height: 1.5rem;
}

.give-div a:hover,
.primary-button.give-button:hover {
    background-color: #828282;
    color: #900;
}

.give-div p {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
	.inside-copy-right .copyright{
		color: #ccc;
	    display: block;
	    font-size: 13px;
	    line-height: 18px;
	    padding-left: 30px;
	    text-align: left;
	}

	.inside-copy-right .copyright span{
		display: block;
	}
}

@media (max-width: 479px) {
	.inside-copy-right .copyright{
		text-align: center;
	}

	.inside-copy-right .copyright span{
		display: inline;
	}
}