.hw {  text-align: center; }
.lw { font-size: 3em; text-align: center;}
h4, .hw {
    font-family: 'Lato', sans-serif;
    font-size: 1.15em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.page-content {
  background: rgba(255,255,255,0.6);  
  margin: 0 auto; 
  padding: 15px;   
}
.separator-headline {
    margin: 25px 0 15px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.separator-headline > span {
    position: relative;
    display: inline-block;
}
.separator-headline > span:before {
    right: 100%;
    margin-right: 15px;
}
.separator-headline > span:before, .separator-headline > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 2px;
    background: #ccc;
}
.separator-headline > span:after {
    left: 100%;
    margin-left: 15px;
}
.separator-headline > span:before, .separator-headline > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 2px;
    background: #ccc;
}
.col-ohc {
    width: 50%;
    margin: 1.5% auto;
}
.col-ttc, .col-otc, .col-ofc {
    margin-right: 2.427659574468%;
    float: left;
}
.teambox {
    text-align: center;
    border: 1px dotted #4f4f4f;
    padding: 10px;
}
ul.team-list {
    margin: 10px 0 0 0;
    padding: 5px;
    background: #f2f2f2;
    list-style: none;
}
.icon-mail, propbox-separator ul li a {
  color: #4f4f4f;
  text-decoration: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.teambox ul li a {
    color: #4f4f4f;
    text-decoration: none;
}

@media (max-width: 760px) {
	.col-ohc {
    		width: 100%;
    		margin: 1.5% auto;
    		}
	.lw {
	    font-size: 2.5em;
	    text-align: center;
	    }
}
@media (max-width: 480px) {
	.lw {
	    font-size: 2.0em;
	    text-align: center;
	    }
}