/*

DirectMail Main Style Sheet - Innate
--------------------------------------------*/

/*

Custom Fonts Initialization
--------------------------------------------*/

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/licenses/fontsite/webfont
 *
 *
 */


@font-face {
    font-family: 'Foundation Sans Light';
    src: url('type/FoundationSans-Light-webfont.eot');
    src: url('type/FoundationSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-Light-webfont.woff') format('woff'),
         url('type/FoundationSans-Light-webfont.ttf') format('truetype'),
         url('type/FoundationSans-Light-webfont.svg#foundation_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Light Italic';
    src: url('type/FoundationSans-LightItalic-webfont.eot');
    src: url('type/FoundationSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-LightItalic-webfont.woff') format('woff'),
         url('type/FoundationSans-LightItalic-webfont.ttf') format('truetype'),
         url('type/FoundationSans-LightItalic-webfont.svg#foundation_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Bold';
    src: url('type/FoundationSans-Bold-webfont.eot');
    src: url('type/FoundationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-Bold-webfont.woff') format('woff'),
         url('type/FoundationSans-Bold-webfont.ttf') format('truetype'),
         url('type/FoundationSans-Bold-webfont.svg#foundation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Bold Italic';
    src: url('type/FoundationSans-BoldItalic-webfont.eot');
    src: url('type/FoundationSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-BoldItalic-webfont.woff') format('woff'),
         url('type/FoundationSans-BoldItalic-webfont.ttf') format('truetype'),
         url('type/FoundationSans-BoldItalic-webfont.svg#foundation_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Black';
    src: url('type/FoundationSans-Black-webfont.eot');
    src: url('type/FoundationSans-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-Black-webfont.woff') format('woff'),
         url('type/FoundationSans-Black-webfont.ttf') format('truetype'),
         url('type/FoundationSans-Black-webfont.svg#foundation_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Black Italic';
    src: url('type/FoundationSans-BlackItalic-webfont.eot');
    src: url('type/FoundationSans-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-BlackItalic-webfont.woff') format('woff'),
         url('type/FoundationSans-BlackItalic-webfont.ttf') format('truetype'),
         url('type/FoundationSans-BlackItalic-webfont.svg#foundation_sansblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Regular';
    src: url('type/FoundationSans-Roman-webfont.eot');
    src: url('type/FoundationSans-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-Roman-webfont.woff') format('woff'),
         url('type/FoundationSans-Roman-webfont.ttf') format('truetype'),
         url('type/FoundationSans-Roman-webfont.svg#foundation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Foundation Sans Regular Italic';
    src: url('type/FoundationSans-Italic-webfont.eot');
    src: url('type/FoundationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FoundationSans-Italic-webfont.woff') format('woff'),
         url('type/FoundationSans-Italic-webfont.ttf') format('truetype'),
         url('type/FoundationSans-Italic-webfont.svg#foundation_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('type/opensans-bold-webfont.eot');
    src: url('type/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/opensans-bold-webfont.woff') format('woff'),
         url('type/opensans-bold-webfont.ttf') format('truetype'),
         url('type/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*

normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix:before, .clearfix:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; }
.clearfix:after { clear: both; }


/*

Initialization/Defaults
--------------------------------------------*/

/* --- Block Elements --- */
html { width: 100%; height: 100%; background: #4a5963; font-size: 62.5%; color: #4a5963; } /* 62.5% = 10px = 1.0rem */

a img { border: none; }

/* --- Header Text --- */
h1, h2, h3, h4, h5, h6 { -webkit-margin-before: 0; -webkit-margin-after: 0; margin: 0 0 15px; color: #000; }

h1 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.2; color: #36a1e3; }
  h1 em { font-style: normal; font-size: 18px; font-size: 1.8rem; line-height: 1.4; color: #4a5963; }
  h1 em:before { content: ''; position: relative; width: 5px; margin-left: 10px; padding-left: 15px; border-left: 3px solid #4a5963; }  
h2 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.4; color: #4a5963; }
h3 { font-size: 14px; font-size: 1.4rem; color: #666; }
h4 { font-size: 12px; font-size: 1.2rem; }
h5 { font-size: 11px; font-size: 1.1rem; }
h6 { font-size: 10px; font-size: 1.0rem; }


/* --- Block Text --- */
p, blockquote, caption { margin: 0 0 20px; }
div { margin: 0; }

/* --- Text Elements --- */
a { color: #666; text-decoration: none; }
    a:hover, a:focus { text-decoration: none; }
sup { font-size: 9px; font-size: 0.9rem; }
small { font-size: 10px; font-size: 1.0rem; }
strong { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
em { font-style: italic; }
address { display: block; margin: 0 0 20px; font-style: normal; }

/* --- List Items --- */
ul { list-style: disc outside none; }

ol { list-style: decimal outside none; }
    ul li, ol li { padding: 0 0 5px; }

/* --- Definition Elements --- */
dl, dt, dd {}
dl {}
dt {}
dd {}

/* --- Table  Elements --- */
table {}
th { font-weight: normal; text-align: left; vertical-align: top; }
thead {}
tbody {}
tr {}
td { vertical-align: top; }
tfoot {}

/* --- Inputs --- */
form { margin: 0; padding: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { }
label { display: block; margin: 0 0 7px; padding: 0; }

/* Input */
  input[type='text'], input[type='password'], textarea { width: 100%; margin: 0; padding: 10px; border: 0; border-radius: 0;  background: #e5e5e5; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; color: #4a5963; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  input[type='submit'] { min-width: 130px; background: #ff8b00 url(/chimp/files/images/buttons/btn-submit.png) no-repeat 80% 17px; padding: 10px 40px 10px 10px; border: 0; border-right: 4px solid #e36b00; border-bottom: 4px solid #e36b00; border-radius: 0; font-weight: normal; font-family: 'Open Sans Bold'; font-size: 15px; font-size: 1.5rem; color: #fff; text-transform: uppercase; text-align: left; }
    input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active { background-color: #e36b00; background-position:80% -43px; border-color: #c15200; } /* Added 10/20/14 */
    input.saving { background: transparent url(/chimp/files/images/buttons/btn-saving.png) repeat-x 0 0; background-size: 100% 100%; } /* Added 10/20/14 */

textarea { resize: none; }  

/* Select Box */
select { width: 100%; height: 40px; margin: 0; padding: 10px 10px 5px; border: 0; border-radius: 0; background: #e5e5e5 url(/chimp/files/images/backgrounds/bkg-select.png) no-repeat 100% 0; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; color: #4a5963; 

    -webkit-transition: background-color, border; 
    transition: background-color, border; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-appearance: none;
    -moz-appearance: none; text-indent: 0.01px; text-overflow: '';
  }  

  select::-ms-expand { display: none; }

  @supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
    
    select { background: #e5e5e5 none; }
    
  }
  .ie8 select, .ie9 select { background: #e5e5e5 none; }

/* Placeholder */
::-webkit-input-placeholder { color: #676767; }
::-moz-placeholder { color: #676767; } /* firefox 19+ */
:-ms-input-placeholder { color: #676767; } /* ie */
input:-moz-placeholder { color: #676767; }
   
/* Error States */   
.error { border: 1px solid #f00 !important; } 
  label.error { border: none !important; color: #f00 !important; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }


/* 
     Utility ID's
     ----------------------- */      
.clear { display: block; clear: both; overflow: hidden; width: 1px; height: 1px; margin: 0 -1px -1px 0; border: 0; font-size: 0; line-height: 0; }
.hide { position: absolute; overflow: hidden; clip: rect(0,0,0,0); }
.alignLeft { float: left; margin: 0 20px 10px 0; }
.alignRight { float: right; margin: 0 0 10px 20px; }
.alignCenter { text-align: center; }


/*

Site Styles
--------------------------------------------*/

/* 
  Body
-----------------------------*/
body { font-size: 15px; font-size: 1.5rem; line-height: 1.4666; font-family: 'Foundation Sans Light', Helvetica, Arial, sans-serif; }


/* 
  Layout/Container
-----------------------------*/
.container { width: 100%; min-width: 980px; margin: 0; padding: 0; background: #fff; }
.siteHeader, header, nav, .menu, .content { overflow: hidden; width: 940px; margin: 0 auto; }


/* 
  Header
-----------------------------*/
.siteHeader { width: 980px; height: 85px; margin: 0 auto; padding: 15px 0 0; }

.siteLogo { position: fixed; display: block; z-index: 2; top: 0; width: 240px; height: 55px; padding-top: 15px; background: #71808a; border-bottom: 4px solid #5d6d78; text-align: center; } /* Changed 10/20/14 */
  .siteLogo:hover, .siteLogo:focus, .siteLogo:active { background: #5d6d78; border-bottom: 4px solid #44545e; } /* Added 10/20/14 */

/* 
  Site Navigation
-----------------------------*/
.navwrapper { position: fixed; top: 0; left: 0; width: 100%; background: #46525a; background: rgba(50,63,72,0.9); border-bottom: 4px solid #fff200; }

/* Changed 10/20/14 */
.btnNavigation { position: absolute; z-index: 2; overflow: hidden; clip: rect(0,0,0,0); }
  html.touch .btnNavigation { position: fixed; top: 18px; right: 20px; z-index: 2; display: block; width: 30px; height: 22px; background: url(/chimp/files/images/buttons/btn-navigation.png) no-repeat 50% 50%; background-size: 30px auto; text-indent: -200px; clip: rect(auto,auto,auto,auto); }  
  html.touch .expandMenu, html.touch .expandMenu:hover, html.touch .expandMenu:focus { overflow: visible; height: auto; } 

.menu { width: 660px; height: 40px; margin: 0 auto; padding: 20px 0 0 280px; }
  .menu:hover, .menu.hover, .menu:focus { height: auto; } /* Changed 10/20/14 */
    html.touch .menu:hover, .menu.hover, html.touch .menu:focus { height: 400px; } /* Added 10/20/14 */
  .menu ul { list-style-type: none; margin: 0; padding: 0; }

.primaryNav { float: left; display: block; width: 25%; margin: 0; padding: 0; font-size: 15px; font-size: 1.5rem; } 
  .primaryNav a { color: #fff; text-decoration: none; }
    .primaryNav > a { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }  

  .menu .subNav { margin: 30px 0; padding: 0 10px 0 0; }
.menu .subNav li { padding-bottom: 10px; line-height: 1.1; }
   

/* 
  Content
-----------------------------*/

/* Breadcrumbs */
.breadCrumb { display: inline-block; margin: 7px 0 30px 7px; padding: 0; background: url(/chimp/files/images/backgrounds/bkg-breadcrumb.gif); font-size: 14px; font-size: 1.4rem; }
  .breadCrumb ul { position: relative; top: -7px; left: -7px; list-style-type: none; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
  .breadCrumb li { float: left; margin: 0; padding: 0; }
  .breadCrumb a, .breadCrumb a:hover, .breadCrumb a:focus, .breadCrumb a:active { display: block; padding: 5px 10px; background: #36a1e3; color: #fff200; text-decoration: none; }
  .breadCrumb em { display: block; padding: 5px 10px; background: #fff200; font-style: normal; color: #4a5963; }
    .breadCrumb li:only-child em { border-left: 10px solid #36a1e3; }
 
    /* Added 10/20/14 */
  .breadCrumb:hover a, .breadCrumb:focus a, breadCrumb:active a { background: #006fb4; color: #e2ca00; }    
   .breadCrumb:hover em, .breadCrumb:focus em, breadCrumb:active em { background: #e2ca00; color: #4a5963; } 

/* 
  Article
-----------------------------*/
.article { float: left; width: 590px; padding: 0 0 30px; }
  .article > div { overflow: hidden; margin: 30px 0 20px; padding: 30px 0 0; background: url(/chimp/files/images/backgrounds/bkg-featured.gif) repeat-x; }
  .article a, .article a:hover, .article a:focus, .article a:active { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ff8b00; text-decoration: none; }
    .article a:hover, .article a:focus, .article a:active { text-decoration: underline; }
  .article img + p, .article img + img { margin-top: 20px; }

.article-test { float: left; width: 700px; padding: 0 0 30px; }
  .article-test > div { overflow: hidden; margin: 30px 0 20px; padding: 30px 0 0; background: url(/chimp/files/images/backgrounds/bkg-featured.gif) repeat-x; }
  .article-test a, .article-test a:hover, .article-test a:focus, .article-test a:active { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ff8b00; text-decoration: none; }
    .article-test a:hover, .article-test a:focus, .article-test a:active { text-decoration: underline; }
  .article-test img + p, .article-test img + img { margin-top: 20px; }

/* Featured Section */
  .featured h2 { margin: 0 0 15px; font-size: 24px; font-size: 2.4rem; line-height: 1.2; color: #36a1e3; }
    .featured .clients ul { margin-bottom: 0; }
    .featured .newsItem { margin: 0 0 10px; padding: 10px 0; background: none; }  

  h2.featured { margin: 30px 0 20px; padding: 30px 0 0; background: url(/chimp/files/images/backgrounds/bkg-featured.gif) repeat-x;font-size: 24px; font-size: 2.4rem; line-height: 1.2; color: #36a1e3; } /* Added 10/20/14 */

.statement { font-size: 18px; font-size: 1.8rem; color: #36a1e3; }  
  .statement strong { color: #4a5963; }

/* Contact List */
  .contactList dl { float: left; width: 48%; margin-bottom: 10px; padding-right: 10px; }  
  .contactList dt { margin-bottom: 3px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
  .contactList dd { margin-left: 0; }

/* Data Cards */
  .dataCards dl { margin-bottom: 10px; }  
  .dataCards dt { margin-bottom: 3px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-transform: uppercase; }
  .dataCards dd { margin-left: 0; }  

/* Expertise/Leadership */
.boxLister { margin: 0; padding: 0; }  
  .boxLister li { display: inline-block; width: 280px; margin: 0 0 20px 40px; padding: 0; vertical-align: top; }  
    .boxLister li:nth-child(3n+1) { margin-left: 0; }
  .boxLister h2 { margin-bottom: 0; }
    .boxLister a + h2 { margin-top: 7px; }

/* Interior (Solutions) */
.interiorLister li, .interiorLister li:nth-child(3n+1) { margin-left: 20px; }
  .interiorLister li:nth-child(2n+1) { margin-left: 0; }


/* Latest News */
  .latestNews > div:nth-child(2) { padding-top: 10px; border-top: 0; }

.newsItem { display: block; padding: 20px 0; }
  .newsItem p { margin: 0; padding: 0; font-size: 12px; font-size: 1.2rem; color: #84919a; }
  /*.newsItem p + p { margin: 0 0 0 -50px; }*/
  .newsItem h2 { margin-bottom: 3px; }    
  .newsItem h2 a { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.2; color: #4a5963; }
    .newsItem h2 a span { color: #ff8b00; } 
  .newsItem h3 { margin-bottom: 3px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.2; }

/* PDF List */
.documentLister { margin-left: 0; padding-left: 0; } 
  .documentLister .newsItem { overflow: hidden; display: block; padding: 15px 20px; }

.pdfLink:after, .downloadLink:after { content:''; position: relative; top: 3px; left: 7px; display: inline-block; width: 55px; height: 18px; background: url(/chimp/files/images/backgrounds/bkg-pdf.png) no-repeat; } /* Changed 10/20/14 */

.firstDocument { padding-bottom: 30px; background: url(/chimp/files/images/backgrounds/bkg-featured.gif) repeat-x 0 100%; } 
  .firstDocument + li { padding-top: 20px; }
 
/* pdfDownload Styles/Functionality */
.download { overflow: hidden; display: block; padding: 15px 20px; }
  .download p { margin: 0; padding: 0; font-size: 12px; font-size: 1.2rem; color: #84919a; }
  .download p + p { margin: 0 0 0 -50px; }
  .download h2 { margin-bottom: 3px; }    
    .download h2 a { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.2; color: #4a5963; }
      .download h2 a span { color: #ff8b00; } 
  .download h3 { margin-bottom: 3px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.2; }      

.downloadItem { margin-bottom: 10px; border: 2px solid #e5e5e5; }    
  .downloadItem div { overflow: hidden; margin: 20px 0 5px; font-size: 16px; font-size: 1.6rem; }
  .downloadItem label { margin-bottom: 12px; }
    .downloadItem [type="submit"] { float: right; position: relative;  height: 39px; margin-top: -40px; padding-top: 7px; background-position: 52% 14px; } /* Changed 10/20/14 */
    .downloadItem [type="submit"]:hover, .downloadItem [type="submit"]:focus, .downloadItem [type="submit"]:active { background-position: 52% -46px; } /* Added 10/20/14 */   
    .downloadItem [type="text"] { padding-right: 135px; }  
  .downloadItem em { display: inline-block; padding: 0 20px 0 30px; background: url(/chimp/files/images/backgrounds/bkg-download.png) no-repeat 0 0; font-style: normal; }

/* Clients */
.clientLister { margin: 0; padding: 0; }
  .clientLister li { float: left; display: block; list-style-type: none; width: 20%; height: 90px; margin: 0; padding: 0; text-align: center; }
  .clientLister img { position: relative; top: 50%; margin-top: -25%; }

  
/* Mailing Lists */
  .article > div.lists { margin-top: 0; padding-top: 0; background: none; }
    .article > div.lists h3 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; }

    .mailingListForm ul { margin: 0; padding: 0; }
    .mailingListForm li { float: left; list-style: none; margin: 0 20px 20px 0; padding: 0; }
        .mailingListForm li input[type="text"], .mailingListForm li textarea { float: left; clear: both; width: 350px; }
    .mailingListForm li .descriptionArea { width: 100%; max-width: 550px; }
    .mailingListForm h3 { float: left; clear: both; font-size: 16px; font-size: 1.6rem; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #4a5963; }
        .mailingListForm h3 + ul { float: left; clear: both; }
    .mailingListForm input[type="checkbox"], .mailingListForm label { float: left; }
    .mailingListForm input[type="checkbox"] { margin-top: 5px; margin-left: 5px; }
    .mailingListForm input[type="submit"] { background-position: 63% 17px; } /* Changed 10/20/14 */
    .mailingListForm input[type="submit"]:hover, .mailingListForm input[type="submit"]:focus, .mailingListForm input[type="submit"]:active { background-position: 63% -43px; } /* Added 10/20/14 */

/* GeoInsight(TM) Table */
  .geoTable th { padding: 10px 0; vertical-align: middle; }

  .geoTable td { padding: 7px 0 7px 40px; background: url(/chimp/files/images/backgrounds/bkg-geotable-rows.png) no-repeat 10px 10px; font-size: 13px; font-size: 1.3rem; vertical-align: top; } 
    .geoTable thead td { padding: 7px 0 25px 0; background: #fff none; font-size: 15px; font-size: 1.5rem; }

      .geoTable tr td:nth-child(2) { width: 20px; padding: 0; background: #fff; background: rgba(255,255,255,0.4); }
      .geoTable tbody tr:nth-child(odd) { background: #d2f0f9; }

  .geoTable .geoLink { padding: 20px 0; background: #fff none; }
  .geoTable .selected { background-image: url(/chimp/files/images/backgrounds/bkg-geotable-selected.png); }
  

/* 
  Sidebar
-----------------------------*/
.sidebar { position: relative; float: right; width: 320px; padding: 0; }
  .sidebar > div { position: relative; margin: 0 0 20px; padding: 20px; background: #e5e5e5; }

  .sidebar input[type='text'], .sidebar input[type='password'], .sidebar textarea { background: #fff; } 
  .sidebar select { background-color: #fff; }    

  .sidebar h2 { margin: 0 -20px 20px; padding: 0 20px 15px 20px; border-bottom: 2px dotted #fff; font-size: 24px; font-size: 2.4rem; color: #36a1e3; text-align: left; }  
  .sidebar h3 { line-height: 1.4; }
    .sidebar h3 a { color: #4a5963; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 1.2; }
      .sidebar h3 a span { color: #ff8b00; }


/* Quick Quiz - Changed 10/17/14 */
  .sidebar > .quickQuiz { padding: 20px 20px 0; }
  .quickQuiz h2 { padding-left: 75px; background: url(/chimp/files/images/backgrounds/bkg-quiz-header.png) no-repeat 20px 0; } 
  .quickQuiz strong { font-size: 18px; font-size: 1.8rem; }
  .quickQuiz a { color: #4a5963; text-decoration: none; }
    .quickQuiz a:hover, .quickQuiz a:focus, .quickQuiz a:active { color: #4a5963; text-decoration: none; }

.answer { overflow: hidden; height: 0; padding: 0 0 0 50px ; background: url(/chimp/files/images/backgrounds/bkg-answer.png) no-repeat 0 0; border-top: 0; }     
  .show { height: auto; padding: 20px 0 10px 50px; background-position: 0 20px; border-top: 2px dotted #9f9f9f; transition: height, padding, background-position 0.10s linear; }
    .answer p + p { margin: 0 0 15px -50px; }


/* Contact Address/Widget */
  .sidebar > .contactAddress, .sidebar > .widget { background: transparent; }
  .sidebar > .widget { padding: 0; }
  .contactAddress h2 { margin-bottom: 0; }

/* Lister */
.lister { margin-left: 0; padding-left: 0; font-size: 18px; font-size: 1.8rem; }
  .lister a { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ff8b00; text-decoration: none; }
  .lister li { list-style-type: none; padding-bottom: 3px; }

/* Latest News - Sidebar */
  .sidebar .latestNews { padding-bottom: 50px; }
  .sidebar .newsItem { border-top: 2px dotted #9f9f9f; }


/* Report -- Changed 3/31/16 */
  .sidebar > .report { overflow: visible; margin-right: auto; margin-bottom: 80px; margin-left: auto; background: #36a1e3; background: rgba(54,161,227,1.00); color: #fff; }
  .report h2 { margin-bottom: 7px; border-bottom: 0; font-size: 18px; font-size: 1.8rem; color: #fff; } 
  .report .buttonWell { margin-top: -15px; padding-top: 0; }  
  .report .infoForm { margin-bottom: 0; } 

  .sidebar .btnLink { top: auto; bottom: 0; right: 0; left: auto; width: 120px; height: 20px; }  

/* GeoInsight */
.sidebar > .geoinsight { overflow: visible; width: 240px; margin-right: auto; margin-bottom: 80px; margin-left: auto; background: #46525a; background: rgba(50,63,72,0.9); color: #aabbcc; }  
  .geoinsight img { margin-left: -40px; margin-bottom: 10px; }

  .geoinsight h2 { border-bottom-width: 2px; }
  .geoinsight a, .geoinsight a:hover, .geoinsight a:focus, .geoinsight a:active { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #ff8b00; text-decoration: none; }
    .geoinsight a:hover, .geoinsight a:focus, .geoinsight a:active { text-decoration: underline; } 

  .geoinsight .btnLink { float: none; position: static; width: 226px; margin-top: 30px; margin-bottom: -20px; margin-left: -20px; background-position: 68% 55%; font-weight: normal; font-family: 'Open Sans Bold'; color: #fff; text-align: center; }
    .geoinsight .btnLink:hover, .geoinsight .btnLink:focus, .geoinsight .btnLink:active { font-weight: normal; font-family: 'Open Sans Bold'; color: #fff; text-decoration: none; }

/* Thought Leader */
.thought .newsItem { border-top: 0; padding-top: 0; margin-bottom: 20px; }
  .thought .btnLink { width: 75px; padding-right: 15px; background-position: 90% 17px; } /* Changed 10/20/14 */
  .thought .btnLink:hover, .thought .btnLink:focus, .thought .btnLink:active { background-position: 90% -43px; } /* Added 10/20/14 */  

/* 
  Footer
-----------------------------*/
.footerWrapper { width: 100%; min-width: 980px; margin: 0; padding: 0; background: #e8f1f6; border-top: 30px solid #7dcdff; }

.siteFooter { overflow: hidden; width: 940px; margin: 0 auto; padding: 30px 0 10px; }
  .siteFooter dl { margin: 0 0 20px; font-size: 16px; font-size: 1.6rem; }
  .siteFooter dt { margin-bottom: 5px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #666; } /* Changed 10/17/14 */
  .siteFooter dd { margin: 0; padding: 0 0 6px; line-height: 1.1; }
    .siteFooter dd a, .copyRight a { color: #999; text-decoration: none; } 

.footerColumns { float: left; width: 50%; margin: 0; padding: 0; }
  .footerColumns > div { float: left; width: 50%; margin: 0; padding: 0 20px 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.copyRight { margin: 0 auto; padding: 15px 0; font-size: 12px; font-size: 1.2rem; color: #79a4c0; text-align: center; }    
  .copyRight img { vertical-align: middle; } 
  .copyRight em { font-style: normal; }
      .copyRight em:after { content: ""; display: inline-block; width: 0; height: 20px; margin: 0 20px; border-left: 1px solid #79a4c0; vertical-align: middle; }  


/* 
  Forms
-----------------------------*/

/* Standard */
.infoForm, .mailForm { overflow: hidden; margin: 0 0 10px; padding: 0; }
  .infoForm li { list-style-type: none; margin: 0; padding: 0 0 15px; }

/* Do Not Mail List */
  .mailForm li { list-style-type: none; display: inline-block; width: 180px; margin: 0; padding: 0 20px 15px 0; } 

  .mailForm .two-thirds { width: 382px; }
  .mailForm .omega { padding-right: 0; }

/* Buttonwell */
.buttonWell { overflow: hidden; margin: 0; padding: 0; font-size: 12px; font-size: 1.2rem; }
  .sidebar .buttonWell { text-align: right; }


/* 
  Common Link/Button Styles
-----------------------------*/
.btnLink { display: block; position: absolute; top: 250px; left: 60px; float: left; background: #ff8b00 url(/chimp/files/images/buttons/btn-submit.png) no-repeat 85% 17px; padding: 10px 40px 10px 10px; border: 0; border-right: 4px solid #e36b00; border-bottom: 4px solid #e36b00; font-family: 'Open Sans Bold'; font-weight: normal; font-size: 15px; font-size: 1.5rem; color: #fff; text-transform: uppercase; text-decoration: none; } /* Changed 10/20/14 */
    .btnLink:hover, .btnLink:focus, .btnLink:active { background-color: #e36b00; background-position: 85% -43px; border-color: #c15200; color: #fff; text-decoration: none; } /* Added 10/20/14 */  
	
  
.article .btnLink { position: static; top: auto; left: auto; color: #fff; }
  .article .btnLink:hover, .article .btnLink:focus, .article .btnLink:active { color: #fff; text-decoration: none; }
  
  
  
  	.btnLink_ndnm { display: block; position: absolute; top: 250px; left: 60px; background: #ff8b00 url(/chimp/files/images/buttons/btn-submit.png) no-repeat 85% 17px; padding: 10px 40px 10px 10px; border: 0; border-right: 4px solid #e36b00; border-bottom: 4px solid #e36b00; font-family: 'Open Sans Bold'; font-weight: normal; font-size: 15px; font-size: 1.5rem; color: #fff; text-transform: uppercase; text-decoration: none; } 
	.btnLink_ndnm:hover, .btnLink_ndnm:focus, .btnLink_ndnm:active { background-color: #e36b00; background-position: 85% -43px; border-color: #c15200; color: #fff; text-decoration: none; }
  .article .btnLink_ndnm { position: static; top: auto; left: auto; color: #fff; }
  .article .btnLink_ndnm:hover, .article .btnLink_ndnm:focus, .article .btnLink_ndnm:active { color: #fff; text-decoration: none; }
  

/* Changed 10/20/14 */
.socialMedia { list-style-type: none; padding: 0; }
  .socialMedia li { float: left; padding: 0 10px 10px 0; }
  .socialMedia a { overflow: hidden; display: block; width: 32px; }
    .socialMedia a:hover img { left: -32px; }
  .socialMedia img { position: relative; }

#msgContainer { font-size:2.0rem !important; color: green !important; margin-left: 20px !important; }


/* 
  Mailing Pricing Table - Added 10/28/14
-----------------------------*/
.mailinglistpricing_pricing, .mailinglistpricing_demographicpricing { width: 100%; margin: 0 0 25px; }
  .mailinglistpricing_pricing tr:nth-child(even), .mailinglistpricing_demographicpricing tr:nth-child(even) { background: #eaeaea; }
  .mailinglistpricing_pricing th, .mailinglistpricing_demographicpricing th, .mailinglistpricing_pricing td, .mailinglistpricing_demographicpricing td { width: 50%; padding: 5px; }
  .mailinglistpricing_pricing td, .mailinglistpricing_demographicpricing td { padding-right: 15px; }
  .mailinglistpricing_pricing th, .mailinglistpricing_demographicpricing th { font-weight: bold; font-size: 16px; font-size: 1.6rem; text-align: left; }
  
  
  /*HOVER POPUP LINKS - Added 3/31/16 */

.popup { background-color: #fff; border:none;}

.popup a, .popup a:visited {
	position: relative;
	top: 0px;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
}

.popup a span {
	display: none;
}

.popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 350px;
	margin: 0px;
	padding: 10px;
	color: #000;
	font-weight: normal;
	background: #e8f1f6;
	text-align: left;
	text-decoration:none;
}