.focal{
	width:100%;
}
.container{
	max-width: 100% !important;
}

.link-grid {
	padding: 4em 0 !important; 
}

.link-grid > div	{
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
	margin-left: -7px; 
}

#div-img {
	width: 100% !important;
	border-bottom: #F26522 5px solid !important; 
}

.label {
	position: absolute;
	bottom: 5px;
	line-height: 40px;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%
	padding-left: 1em;
}

.link-grid div .label:hover {
	color: #42A4C3;
	cursor: pointer; 
}

.link-grid div .overlay {
	position: absolute;
	border: 0;
	width: 100%;
	opacity: 0;
	background-color: #000;
	height: 100%;
	opacity: .5;
	display: none;
	transition: opacity 1s linear; 
}

.link-grid div .overlay img {
	width: 50%;
	margin: 2em auto;
	position: absolute;
	left: 0;
	right: 20px;
	border: 0; 
}
.link-grid div:hover .overlay {
	display: block;
	opacity: .8; 
}


/*----- Accordion -----*/

.accordion,
.accordion * {
   webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     /*---box-sizing: border-box;---*/
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #f7f7f7;
}


/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    background: #f7f7f7;
    transition: all linear 0.15s;
    /* Type */
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #eeeeee;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/

.accordion-section-content {
    padding: 15px;
    display: none;
}
/*----- Section Contact-----*/

p > a {
	text-decoration: none !important;
}

#email-spacing{
	margin-left: 25px;
}

