#welcome {
    margin-top: -75px;
}

#welcome .panel {
	width:100%;
	padding-right:0;
}

#welcome h1 {
	margin: 120px 0 35px 0;
	text-align: center;
	font-size: 55px;
	font-weight: 400;
}

#welcome .intro {
	width: 100%;
	margin: auto;
	position: relative;
}

#welcome .intro p {
	margin: auto;
	max-width: 522px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
}


#subsections {
    padding: 50px 0px 150px 0px;
    text-align: center;
}

#subsections .panel {
	text-align: center;
}

#subsections .panel img {
	width: 200px;
	height: 170px;
}

#subsections .panel a.button {
	margin: 20px auto;
}

a.search-trigger, .search {
    display: none;
}

#welcome .panel, {
    background-color: rgba(0,0,0,0);
}

.panel.panel-1x1-4 {
    border: none;
}

div#subsections .panel {
    display: inline-grid;
    padding: 0px 30px;
}

a.button {
    color: #fff;
    background-color: #00B8FC;
    border: solid 2px #00B8FC;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
}

a.button:hover {
    color: #00B8FC;
    background-color: #fff;
    border: solid 2px #00B8FC;
    text-decoration: none;
}

a.button:focus {
    text-decoration: none;
    border: solid 2px #00B8FC !important;
}

@media only screen and (max-width: 1113px) {
	div#subsections .panel {
		margin: 35px;
	}
}

@media only screen and (max-width: 385px) {
	div#subsections .panel {
		margin: 20px auto;
		display: table-cell;
	}
}

/* IE 9 & 10 CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	div#subsections .panel {
		display: table-cell;
		padding: 0px 20px;
	}
}