.site-title {
	font-family: 'Aclonica', sans-serif;
	font-style: normal;
	font-weight: 400;
		text-transform: none;
}

.lsow-hero-header .lsow-header-content .lsow-button {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: none;
    padding: 10px 35px;
    color: #fff;
		background-color:#15aebf;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-top: 30px;
		border-radius: 5px;
		font-weight: bold;
}

a.lsow-button:active, a.lsow-button:hover {
    color: #fff;
		background-color:#219eac;
}

.sow-accordion-panel-header {
border-radius: 5px !important;
padding: 20px 30px 20px 30px !important;
}

.sow-accordion-panel-header h4{
font-weight:bold !important;
}