body {
}

@font-face {
    font-family: 'proxima';
    src: url('../font/proximanovasoft-regular-webfont.eot');
    src: url('../font/proximanovasoft-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanovasoft-regular-webfont.woff') format('woff'),
         url('../font/proximanovasoft-regular-webfont.ttf') format('truetype'),
         url('../font/proximanovasoft-regular-webfont.svg#ProximaNovaSoftRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h2 {
	font-family: 'proxima';
	line-height: 1.15em; 
	font-weight:normal;
	margin-bottom:5px;
}

h3 {
	font-family: 'proxima';
	font-weight:normal;
	font-size:0.9em;
}

p {
	font-size: 11px;
	line-height: 17px;
}

.logo {
	padding-top:69px;
	padding-bottom:2em;
	margin-left:-2px;
}

.large-3 p {
	text-align:center;
}

@media only screen and (max-width: 768px) {
.rwd-break {
	display:none;
}
}