/* @variables
---------------------------------------*/
/* @html
---------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0pt none;
  margin: 0pt;
  padding: 0pt; }

/* Responsive */
img,
object {
  max-width: 100%;
  height: auto; }

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block; }

a img {
  border: 0pt none; }

/* @linkology
---------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 #333, 0 1px 0 #333;
  box-shadow: inset 0 0 0 #333, 0 1px 0 #333;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out; }

a:focus,
a:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 #000, 0 3px 0 #000;
  box-shadow: inset 0 0 0 #000, 0 3px 0 #000; }

/* @Layout
---------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-size: 100%;
  line-height: 1.4;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */ }

header,
#content,
footer ul {
  margin: 0 auto; }

#content, footer ul {
  width: 620px; }

/* @top
---------------------------------------*/
#top {
  height: 1px;
  background: #eee; }

/* @header
---------------------------------------*/
header {
  background-image: url("../i/journalists.jpg");
  background-size: 100% auto;
  background-position: top left;
  clip: shape;
  border-bottom: 1px solid #ccc; }
  header #logo {
    display: block;
    text-align: center; }
    header #logo img {
      height: 90px;
      display: block;
      margin: 0 auto;
      padding: 20px 0; }

.home header #logo {
  padding: 20px 0 30px 0; }
  .home header #logo img {
    height: 242px; }

/* @content
---------------------------------------*/
#content article {
  padding: 1.5rem 2.3rem;
  margin-left: 50px; }
  #content article h1 {
    line-height: 1.3;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    margin-top: 0; }
  #content article h2 {
    line-height: 1.3;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: .5em;
    margin-top: 2.5rem; }
  #content article p, #content article ul, #content article ol {
    font-size: 1em;
    margin: 1rem 0; }
  #content article blockquote {
    font-style: italic;
    border-left: .5em solid #fff;
    padding-left: 1em;
    margin: 1em 0 1.5em 0; }

/* @adhesion 
---------------------------------------*/
.adhesion {
  margin: 2rem 0; }
  .adhesion .btn {
    display: block;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #ff4242;
    background: #fff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; }
  .adhesion .btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none; }

/* @footer
---------------------------------------*/
footer {
  background-color: #eee;
  color: #333;
  padding: .5em 0 .5rem 0;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  border-top: 1px solid #999;
  width: 100%; }
  footer a {
    text-decoration: none;
    color: #333; }
  footer a:hover, footer a:active {
    color: #000; }
  footer ul {
    font-size: .75em; }
  footer li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 .5em; }
  footer li:first-child {
    margin-left: 50px;
    border: none;
    padding-left: 2.3rem; }
  footer li:last-child {
    padding-right: 2.3rem; }

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*body {background:green}*/
  .home header #logo {
    padding: 20px 0 20px 0; }
    .home header #logo img {
      height: 210px; } }
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  /*body {background:orange}*/
  .home header #logo {
    padding: 5px 0; }
    .home header #logo img {
      height: 120px; }

  #content {
    width: 90%; }
    #content article {
      margin-left: 0; }

  footer ul {
    width: 90%;
    text-align: center; }
  footer li:first-child {
    margin-left: 0;
    padding-left: 0rem; }
  footer li:last-child {
    padding-right: 0; } }
/*		Wide Mobile Layout: 480px. >> iphone landscape
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /*body {background:blue}*/
  .home header #logo {
    padding-top: 20px; }
    .home header #logo img {
      height: 180px; }

  #content {
    width: 500px; }
    #content article {
      margin-left: 0px; }

  footer ul {
    width: 500px; }
  footer li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 .5em; }
  footer li:first-child {
    border: none;
    padding-left: 2.3rem;
    margin-left: 0px; }
  footer li:last-child {
    padding-right: 2.3rem; } }
  /*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /*body {background:black}*/
  .home header #logo {
    padding: 0px 0; }
    .home header #logo img {
      height: 120px; }

  #content {
    width: 90%; }
    #content article {
      padding: 2rem 1rem;
      margin-left: 0px; }

  footer ul {
    width: 90%;
    text-align: center; }
  footer li {
    display: inline;
    margin: 0px;
    padding: 0 .5em; }
  footer li:first-child {
    padding-left: 0rem; } }
