

/* layout.css */

[src="images/icon-external-link-red.svg"],
[src="images/icon-external-link-yellow.svg"]
{
    width: 1em;
    display: inline-block;
}

.drop-shadow {
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
}
	
a {
    color: #957716;
}

a:hover {
    color: #af8c1a;
}


#headerright a:nth-child(1) {
	color: #a2291d;
}
#headerright a:nth-child(2) {
	background: #a2291d;
}

#headerright a:nth-child(2):hover {
    background: #bf3325;
}

#menu > li:hover > a {
    color: #a2291d;
}

#menu li a:hover {
    color: #957716 !important;
}

#menu li a.dropdown {
    background: url(../images/menuarrow.svg.php?color=%23957716) 92% 50% no-repeat;
}

#menu li ul a:hover {
    background: #a2291d;
}



.slicknav_nav li li a {
	background: #957716;
}

.slicknav_nav li li a:hover {
    background: #af8c1a;
}


#mnumber {
	color: #a2291d;
}

#mdonate {
	background: #a2291d;
}

#mdonate:hover {
	background: #bf3325;
}

.buttons-wv {
	background: url(../images/watchvideo.png) no-repeat 90% center #957716;
}

.buttons-wv:hover {
    background-color: #af8c1a;
}

.buttons {
	background: #957716;
    border: 0;
    cursor: pointer;
}

.buttons:hover {
    background: #af8c1a;
}

.buttons:focus { outline: none; }

.buttons-lt {
	background: white;
	color: #a8271a;
}

.buttons-lt:hover {
	background: #e2361d;
}

#subpageheader .subpageheaderbuttons .buttons {
    border-color: #957716;
}

#subpageheader .subpageheaderbuttons .buttons:hover {
    border-color: #af8c1a;
}

.buttons2 {
    color: #957716;
    border: 2px solid #957716;
}

.buttons2:hover {
   /*  background: rgba(43, 173, 185, 0.1); */
    background: rgba(255, 255, 255, 0.48);
}

.scroll-to-top {
    /* background: url(../images/backtotop.png) no-repeat 50% 44% rgba(40, 161, 173, 0.7); */
    background: url(../images/backtotop.png) no-repeat 50% 44% #957716;
}

.scroll-to-top:hover {
    background: url(../images/backtotop.png) no-repeat 50% 44% #af8c1a;
}

#footer a {
	color: #a2291d;
}

#footer a.buttons { 
	background: #a2291d;
	color: white; 
}

#footer a.buttons:hover {
 background: #bf3325;
}







/* index.css */

#b6audiocontainer .audiohospice > div {
    border-left: 10px solid #957716 !important;
}

#b6audiocontainer .audiohospice audio {
    border-left: 10px solid #957716 !important;
}

#b6audiocontainer .audiohospice > div:after {
    background-color: #957716 !important;
}

#b6audiocontainer .audiohospice > div span:nth-child(2) {
    color: #957716 !important;
}

/* Footer */
@media screen and (max-width: 1012px){
	#subfooter span {
		margin-bottom: 30px;
	}
}

#subfooter span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 20px;
}


