.clear > span { display: none; }

.hero {
 background-size: cover;
 max-height: 650px;
 min-height: 558px;
 position: relative;
}

.hero:after {
 content: '';
 display: block;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 62px;
 background: url(/UserFiles/Servers/Server_239174/Templates/heroGradient.png);
 display: none;
}




.hero .info {
 display: table-cell;
 vertical-align: middle;
 width: 65%;
}

.hero .logo a {
 display: block;
}


.hero a.viewmore.btn {
    margin-top: 20px;
}

.hero .logo img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}

.hero h1 {
 font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
 font-style: italic;
 font-size: 90px;
 margin: 0px;
 text-shadow: 3px 3px 1px #333333;
}

.hero p {
  margin: 0px;
font-size: 20px;
}

.hero span {
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 font-size: 20px;
 margin-bottom: -10px;
 display: block;
}

.hero h2 {
    font-size: 41px;
    margin: 0px 0px 13px 0px;
    /*font-family: 'noSevenRegular';*/
}