/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
html {
  background: #eaebec;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #eaebec 0%, #cfd0d5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eaebec), color-stop(100%, #cfd0d5));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #eaebec 0%, #cfd0d5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #eaebec 0%, #cfd0d5 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #eaebec 0%, #cfd0d5 100%);
  /* IE10+ */

  background: radial-gradient(center, ellipse cover, #eaebec 0%, #cfd0d5 100%);
  /* W3C */

  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000000;
}
.screen {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 2em;
}
.group {
  margin-bottom: 20px;
}
.btn-primary {
  position: relative;
  display: block;
  vertical-align: top;
  height: 185px;
  background: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.btn-primary:hover {
  text-decoration: none;
}
.btn-primary:active {
  -webkit-box-shadow: 0 0 10px #33ccff;
  -moz-box-shadow: 0 0 10px #33ccff;
  box-shadow: 0 0 10px #33ccff;
  -webkit-box-shadow: 0 0 10px rgba(51, 204, 255, 0.7);
  -moz-box-shadow: 0 0 10px rgba(51, 204, 255, 0.7);
  box-shadow: 0 0 10px rgba(51, 204, 255, 0.7);
}
.btn-primary:last-child {
  margin-bottom: 0;
}
.btn-primary h2 {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-image: url(../img/ge-sprite.png);
  background-position: center top;
  margin: 0;
  padding: 0;
}
.btn-primary p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #cd4420;
  margin: 0;
  padding: 14px 0;
}
.btn-good-todo h2 {
  top: 40px;
  background-position: center -235px;
  height: 60px;
}
.btn-good-todo p {
  background-color: #1e64c2;
}
.btn-creative-good h2 {
  top: 40px;
  background-position: center -300px;
  height: 60px;
}
.btn-creative-good p {
  background-color: #1e7d1e;
}
.btn-uncle-mark h2 {
  top: 37px;
  background-position: center -365px;
  height: 80px;
}
.btn-uncle-mark p {
  background-color: #9b721c;
}
.btn-twitter {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/ge-sprite.png) center -465px no-repeat;
  padding-top: 80px;
}
.screen-foot {
  border-top: 2px solid #e5e5e7;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding-top: 10px;
}
.screen-foot p {
  font-size: 12px;
  font-size: 1.2rem;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #0d58be;
}
a:visited {
  color: #0d58be;
}
a:hover {
  text-decoration: underline;
  color: #0a428e;
}
a:focus {
  outline: thin dotted;
  color: #0a428e;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  .btn-good-todo h2 {
    background-position: center -570px;
  }
  .btn-uncle-mark h2 {
    background-position: center -632px;
  }
  .btn-primary {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .btn-primary:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  .btn-good-todo h2 {
    background-position: center -235px;
  }
  .btn-uncle-mark h2 {
    background-position: center -365px;
  }
  .btn-primary {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .btn-primary:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  
}
@media only screen and (min-width: 920px) {
  .screen {
    margin-top: 10%;
  }
  .btn-good-todo h2 {
    background-position: center -570px;
  }
  .btn-uncle-mark h2 {
    background-position: center -632px;
  }
  .group {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .group:last-child {
    margin-right: 0;
  }
  .btn-primary {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .btn-primary:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .btn-good-todo h2 {
    background-position: center -235px;
  }
  .btn-uncle-mark h2 {
    background-position: center -365px;
  }
}
