/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
    .container                                  { position: relative; width: 702px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega              { margin-right: 0; }
    /* Base Grid */

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 702px) {
.container                                  { width: 702px; }
.container .one-fifth.column                { width: 120px;}    
    }
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {
.container                                  { width: 290px; }
a.surveyButton {font-size: 20px; width: 300px; height: 20px;  padding: 15px 0px; } 
h1 {font-size: 1.7em;}
p.first {font-size: 1.3em;}        
h2 {font-size: 1.2em; line-height: 1.1em;}        
    }

@media only screen and (max-width: 1280px) {
#logos{  
width: 702px; 
}
#logos img {width: 100%;float: none;}    
}


/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */
    @media only screen and (min-width: 480px) and (max-width: 766px) {
.container                                  { width: 450px; }
.container .one-fifth.column                { width: 67px }
    a.surveyButton { width: 300px;}      
    }
/* #Clearing
================================================== */

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }