@charset "UTF-8";

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
    margin:0;
    padding:0;
    border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
    line-height: 1.5;
    background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
    text-align: left;
    font-weight: normal;
    float:none !important;
}
table, th, td {
    vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }


/* ----------
Site CSS
------------ */

body {
    font-family: "museo-sans",sans-serif;
}

body > .main {
    width: 100%;
    height: auto;

    top: 0;
    left: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; color: #E61C24;}
a:hover.red { color: #E61C24; }

body > .main > div.bg {
    width: 100%;
    max-height: 290px;
    height: auto;
    text-align: center;
    background: transparent url('../assets/img/slantedbuildings.jpg') no-repeat bottom right;
    background-size: cover;
    float: left;
    display: block;
    padding-top: 70px;
    padding-bottom: 64px;
    text-align: center;
    overflow: hidden;
}

body > .main > div > h1 {
    max-width: 534px;
    height: 150px;
    width: 90%;
    margin: 0 0 0 26px;
    padding-right: 76px;
}

body > .main > nav {
    text-transform: uppercase;
    font-family: "nimbus-sans",sans-serif;
    color: #404040;
    font-size: 14px;
    display: block;
    width: 100%;
    background: transparent url('../assets/img/nav-bg.png') repeat-x bottom left;
    height: 77px;
    float: left;
    overflow: hidden;
}
body > .main > nav a{
    color: #404040;
    text-decoration: none;
}

#logo {
	margin: 0 auto;
	padding: 0 !important;
}
#logo img {
	width: 100%;
}
#main-nav #logo-menu{
    width: 181px;
    height: 48px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}
nav > ul {
    list-style-type: none;
    display: block;
    float: right;
    padding-top: 22px;
    margin-right: 20%;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
}

nav > ul > li {
    float: left;
    margin: 0 10px;

}
.pane {
    font-family: "museo-sans",sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #ededed;
}
.pane#about {
    padding-top: 23em;
    border: none;
}
.pane.alt {
    background: transparent url('../assets/img/stripes.png') repeat 0 0;
}
.pane.last { padding-bottom: 15em;}

section article {
    max-width: 848px;
    width: 85%;
    margin: 0 auto;
    padding: 24px 0 0 0;
    font-family: "museo-sans",sans-serif;
}
section#about article {
    padding: 45px 0;
}
section#about article h2 {
    text-align: left;
    margin-left: 4px;
}
span.icon {
    height: 32px;
    padding-top: 8px;
    margin-bottom: 6px;
    padding-left: 48px;
    background-position: 0 -40px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #ADADAD;
    white-space: nowrap;
    display: block;
}
span.icon.left{
    margin-right: 80px;
}
span.icon.highlight {
    background-position: 0 0;
    text-decoration: underline;
    color: #E61C24;
}
a.tblue span.icon.highlight { color: #00aced;}
a.fblue span.icon.highlight {color: #395797;}
.icon.email{
    background-image: url('../assets/img/email-icon.png');
}
.icon.phone{
    background-image: url('../assets/img/phone-icon.png');
}
.icon.facebook {background-image: url('../assets/img/facebook-icon.png');}
.icon.twitter {background-image: url('../assets/img/twitter-icon.png');}
.bump a.long + a {
    margin-left: 0;
}
section article p {
    max-width:390px;
    margin-bottom: 24px;
    margin-right: 60px;
}
.bump {margin: 0 30px;}

section article div.right-col p{
    margin-right: 0;

}
section#contact article p{
    max-width: 520px;
    margin: 0 auto 24px;
}

section article h2 {
    text-align: center;
}
section#about h2{
    font-size: 32px;
}

section h2 {
    font-family: "futura-pt",sans-serif;
    letter-spacing: .05em;
    font-size: 40px;
    color: #4d4d4d;
    margin-bottom: 1em;
    margin-top: .99em;
    padding-top: .01em;
    font-weight: normal;
}
section h2 span {
    color: #808080;
    font-size: 15px;
    display: block;
    margin-top: -.5em;
}

div.left-col {
    float: left;
    clear: left;
}

div.right-col {
    float: left;

}
div.logos{
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 45em;
    height: auto;
    text-align: center;
    overflow: hidden;
    vertical-align: bottom;
}
div.logos.services { max-width: 50em;}
div.logos span{
    width: 111px;
    font-family: "nimbus-sans",sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #8D8D8D;
    margin-right: 24px;
    margin-bottom: 26px;
    display: inline-block;
    vertical-align: baseline;
    background: transparent url('../assets/img/logo-bg1.gif') no-repeat center bottom;
}
div.logos span.rma {
    width: 122px;
    margin-right: 19px;
    margin-left: -5px;
}
div.logos span img{
    background: transparent url('../assets/img/client-logos.png') no-repeat 0 0;
    display: inline-block;
    width: 111px;
    height: 111px;
    border: none;
    vertical-align: baseline;
}

div.logos span.heritage img { background-position:  0 0; }
div.logos span.rma img      { background-position:  -111px 0; }
div.logos span.nam img      { background-position:  -222px 0; }
div.logos span.cei img      { background-position:  -333px 0; }
div.logos span.iwf img      { background-position:  -444px 0; }
div.logos span.ucc img      { background-position:  -555px 0; }
div.logos span.franklin img { background-position:  -666px 0; }
div.logos span.abc img      { background-position:  -777px 0; }

div.logos span.heritage.hl img { background-position:  0 -111px;}
div.logos span.rma.hl img      { background-position:  -111px -111px;}
div.logos span.nam.hl img      { background-position:  -222px -111px;}
div.logos span.cei.hl img      { background-position:  -333px -111px;}
div.logos span.iwf.hl img      { background-position:  -444px -111px;}
div.logos span.ucc.hl img      { background-position:  -555px -111px;}
div.logos span.franklin.hl img { background-position:  -666px -111px;}
div.logos span.abc.hl img      { background-position:  -777px -111px;}

div.logos span.heritage.hl { color: #004B89; }
div.logos span.rma.hl      { color: #A50D0D;}
div.logos span.nam.hl      { color: #003B49;}
div.logos span.cei.hl      { color: #3788AE;}
div.logos span.iwf.hl      { color: #7A1820;}
div.logos span.ucc.hl      { color: #005690;}
div.logos span.franklin.hl { color: #131F6B;}
div.logos span.abc.hl      { color: #003B7A;}

div.logos.services span img{
    background: transparent url('../assets/img/service-icons.gif') no-repeat 0 0;
    display: block;
    width: 111px;
    height: 111px;
    border: none;
}

div.logos.services span.advice.hl img       { background-position:  0 -111px; }
div.logos.services span.mobilization.hl img { background-position:  -111px -111px; }
div.logos.services span.facebook.hl img     { background-position:  -222px -111px; }
div.logos.services span.advertising.hl img  { background-position:  -333px -111px; }
div.logos.services span.mobile.hl img       { background-position:  -444px -111px; }
div.logos.services span.web.hl img          { background-position:  -555px -111px; }
div.logos.services span.community.hl img    { background-position:  -666px -111px; }
div.logos.services span.email.hl img        { background-position:  -777px -111px; }
div.logos.services span.design.hl img       { background-position:  -888px -111px; }
div.logos.services span.cats.hl img         { background-position:  -999px -111px; }

div.logos.services span.advice img        { background-position:  0 0;}
div.logos.services span.mobilization img  { background-position:  -111px 0;}
div.logos.services span.facebook img      { background-position:  -222px 0;}
div.logos.services span.advertising img   { background-position:  -333px 0;}
div.logos.services span.mobile img        { background-position:  -444px 0;}
div.logos.services span.web img           { background-position:  -555px 0;}
div.logos.services span.community img     { background-position:  -666px 0;}
div.logos.services span.email img         { background-position:  -777px 0;}
div.logos.services span.design img        { background-position:  -888px 0;}
div.logos.services span.cats img          { background-position:  -999px 0;}

div.logos.services span.advice.hl        { color: #333333; }
div.logos.services span.mobilization.hl  { color: #39AF4A;}
div.logos.services span.facebook.hl      { color: #3A5898;}
div.logos.services span.advertising.hl   { color: #FF6138;}
div.logos.services span.mobile.hl        { color: #E42227;}
div.logos.services span.web.hl           { color: #C0966D;}
div.logos.services span.community.hl     { color: #00ACEE;}
div.logos.services span.email.hl         { color: #00A388;}
div.logos.services span.design.hl        { color: #3F5765;}
div.logos.services span.cats.hl          { color: #afc309;}

div.logos.services span {
    background: transparent url('../assets/img/logo-bg2.png') no-repeat center bottom;
}

div.attrib {
    float: left;
    clear: both;
    width: 100%;
    background-color: #6a6a6a;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: .8em;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 0;
    vertical-align: middle;
    overflow: hidden;
}
div.attrib a{ color: #fff;}
