@media all {


/* =============================================================================
   Abridged version of Normalize.css
   ========================================================================== */
/* original authors: Nicolas Gallagher and Jonathan Neal - http://necolas.github.com/normalize.css/ */

/* corrects block display not defined in IE6-9, Firefox3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/* corrects inline-block display not defined in IE6-9, Firefox3 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
    display: none;
}

/* addresses styling for 'hidden' attribute not present in IE7-9, Firefox3, Safari4 */
[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* always force scrollbar padding so we don't get 'jumping' */
    overflow-y: scroll;
    /* prevents iOS text size adjust after orientation change, without disabling user zoom -
        http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    -webkit-text-size-adjust: 100%;
    /* as above, for Windows Phone */
    -ms-text-size-adjust: 100%;
}

/* addresses style set to 'bolder' in Firefox3-4, Safari4-5, Chrome */
b,
strong {
    font-weight: bold;
}

/* addresses CSS quotes not supported in IE6-7, addresses quote property not supported in Safari4 */
q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

/* prevents sub and sup affecting line-height in all browsers */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* make table cells align top by default */
th,
td {
    vertical-align: top;
}

/* reset default padding on lists */
ul,
ol,
dd {
    padding: 0;
}

/* corrects inner padding and border displayed oddly in Firefox3-4 - www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* =============================================================================
   Clearfix
   ========================================================================== */
/* updated to prevent margin-collapsing on child elements in most situations - http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


}




@media screen {


/* =============================================================================
   Layout
   ========================================================================== */

body {
    margin: 40px 0;
    background: #dee4f4;
}

header {
    padding: 20px 0 0;
    background: #fff;
}

header h1 {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background: url("/img/set-logo.png");
    text-indent: -9999px;
}

header h2 {
    margin: 20px 0 0;
    padding: 6px 0;
    color: #fff;
    background: #337fcc;
    text-align: center;
}

#main {
    width: 100%;
    text-align: center;
}

#main h2 {
    padding: 0 20px 10px;
}

#main h3 {
    padding: 0 20px 20px;
}

#main ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#main li {
    text-align: center;
    padding: 6px 40px;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* =============================================================================
   Typography
   ========================================================================== */

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    color: #337fcc;
}

h2 {
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding-bottom: 1em;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/* removes border when inside 'a' element in IE7-9, Firefox3,
    improves image quality when scaled in IE7 - code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}


}




/* =============================================================================
   Additional layout for screen media < 768px
   ========================================================================== */




@media only screen and (max-width: 767px) {


#main ul {
    width: 50%;
}


}




/* =============================================================================
   Additional layout for screen media < 480px
   ========================================================================== */




@media only screen and (max-width: 479px) {


#main ul {
    float: none;
    width: 100%;
}


}
