body {
	background-color: #ffffff;
	font-family: open-sans, sans-serif;
	margin-top: 5px;
}

h1 {
    font-family: open-sans,sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 a {
    text-decoration: none;
    color: white;
}

.mainlogo {
    margin: 20px 0px 20px 0px;
    width: 100%;
}


div.hero-image {
    height: 400px;
    overflow: hidden;
    background-image: url(/images/invest_in_st/Quadrus2021-84-8inch.jpg);
    background-position-y: center;
    background-size: cover;
}

div.hero-title {
    width: 98%;
    margin: auto;
    background-color: #27348b;
    max-width: 1320px
}

div.hero-title h1 {
    color: white;
    font-size: 2.125rem;
    margin: 30px 0px 30px 20px;
}

.footer {
    background-color: #27348b;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.menu {
    list-style: none;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    padding-left: 0;
}

ul.menu li {
    margin-bottom: 1.875rem;
}

.address-details .icon svg {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    display: inline-block;
    fill: white;
}

.address-details div {
    margin-bottom: 1.875rem;
}

.extra-logo img {
    width: 50%;
    margin-bottom: 1.875rem;
}


input[type="submit"] {background: #87189d  url(../images/common/overlay.png) repeat-x; border: 1px solid rgba(0,0,0,0.25);color: #fff; cursor: pointer;display: inline-block; font-weight:bold; margin-bottom:12px;padding: 5px 10px 6px; text-align:center;-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);text-shadow: 0 -1px 1px rgba(0,0,0,0.25);text-transform: uppercase;}
input[type="submit"]:hover{background: #87189d  url(../images/common/overlay.png) repeat-x; }

/* Forms */
.analysis label {
	font-size: 100%;
	margin-left: 10px;
	display: inline;
}

.analysis input {
	vertical-align: top;
	margin-right: 10px;
}
