﻿/* ---------------------------------------------------------------------
   <copyright file="contactBanner.css" company="Microsoft">
     Copyright (c) Microsoft Corporation.  All rights reserved.
   </copyright>
   --------------------------------------------------------------------- */

/* Styles specific to the contact page. */

.contactus-top-banner {
    background: #0067b8;
    height: 100%;
    position: relative;
    top: -1px;
}

.contactus-top-banner-title {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'Segoe UI',Helvetica,Arial,sans-serif;
    line-height: 34px;
    font-weight: 200;
    position: relative;
    box-sizing: inherit;
    padding: 7px 17px;
}
