@font-face {
    font-family: 'HelveticaLight';
    src: url('font/Helvetica-Light.eot'); /* IE9 Compat Modes */
    src: url('font/Helvetica-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Helvetica-Light.woff') format('woff'), /* Modern Browsers */
         url('font/Helvetica-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/Helvetica-Light.svg#Helvetica-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'HelveticaNeueMediumCondRegula';
    src: url('font/helveticamedcd-webfont.eot');
    src: url('font/helveticamedcd-webfont.eot?iefix') format('eot'),
         url('font/helveticamedcd-webfont.woff') format('woff'),
         url('font/helveticamedcd-webfont.ttf') format('truetype'),
         url('font/helveticamedcd-webfont.svg#webfont4Um7Pex1') format('svg');
    font-weight: normal;
    font-style: normal;

}

a, body {
    font-family: 'HelveticaLight' !important;
    color:#868686;
}

h1 {
    font-family: 'HelveticaNeueMediumCondRegula';
    color:#000;
    font-weight: 400;
}

.content {
    max-width:1170px;
    margin:0 auto;
}

.top-gray {
    width: 100%;
    height: 50px;
    background-color: rgb(154, 154, 154);
    margin-bottom: 50px;
}

.bottom-gray {
    width: 100%;
    height: 50px;
    background-color: rgb(154, 154, 154);
    margin-top: 50px;
}

.one-half {
    max-width: 550px;
    float: left;
    display: block;
    margin-left: 2%;
}

.first {
    margin-left:0;
}

.clear {
    clear:both;
}


.button {
    background-color: rgb(66, 66, 66);
    padding: 14px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 900;
    margin-top: 20px;
    display: block;
    max-width: 155px;
}

.button:hover {
    background-color: #666;
}

img {width:100%;}

#text {margin-bottom:20px;}