/* Site Specific */
#input-switch {
    visibility: hidden;
}

.tip {
	background-color: #ececec;
    border-left: 5px solid #73000a;
    padding: 1.5em 2em;
}
	.tip p:only-child { margin-bottom: 0; }

.multi-list img { 
	max-width: 15%; 
	width: auto;
}

.fancybox:after,
.lightbox-img:after {
	bottom: 0 !important;
}

.grid .lightbox-img:after { 
	content: "\2922";
    background-image: none;
    padding: 7px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
}

.fancybox {
	position: relative;
    display: block !important;
}
.fancybox:after {
	content: "View Image(s)"; 
	background-image: url('/_global_resources/img/icons/video-gallery-sprite.svg');
    background-repeat: no-repeat;
	background-position: 10px -34px;
    position: absolute;
    width: 100%;
    max-height: 35px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 1px;
    color: #FFF;
    padding: 5px 0px 5px 40px;
    font-size: 12px; font-size: .75rem;
    line-height: 20px;
	box-sizing: border-box;
}

h3 + .grid,
h4 + .grid { margin-top: 1em; }
.grid ul {
	list-style-type: disc;
}

.grid li li { width: auto; }

.grid .li-text li {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}

.grid .li-text p { line-height: inherit; }

.grid a {
	display: inline;
}
	.grid a:hover,
	.grid > a:hover {
		background-color: transparent;
	}
	.grid > a:hover {
		color: #818701;
    	transition: none;
	}
	.grid a:hover .li-head { color: #818701; }

.grid .li-head { margin-top: 0; }
	.grid .li-head:after { content: ''; }
	.grid a .li-head:after { content: '\00bb'; }

.grid .li-img { margin-bottom: 10px; }

.grid li:hover .li-head { color: #73000a; }

.grid .li-text { padding: 0; }

.grid.mod-col-1 > li,
.grid.mod-col-2 > li {
		width: 100%;
	}
		.grid.mod-col-1 > li,
		.grid.mod-col-2 > li { padding: 0; }


