/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.4em;
  font-family: 'aktiv-grotesk-std','helvetica neue',helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%; }

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

a {
  text-decoration: none;
  font-weight: 400;
  color: #2e6bb4; }

a:visited {
  color: #1e5ba4; }

a:hover {
  text-decoration: underline;
  color: #4e8bf4; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a.linkbright {
  color: #f5851e; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 600; }

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0; }

address {
  padding-left: 1em; }

ul, ol {
  padding: 0 0 0 2em; }

ul {
  list-style-type: square; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

sag:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px; }

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-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);
*/
/*! layout elements
--------------------------------*/
body {
  background: #fff;
  text-align: center;
  color: #666;
  height: 100%;
  font-family: "lucida sans", "lucida grande", "helvetica neue", helvetica, arial, sans-serif; }

/*-- basic elements
--------------------------------*/
p, ul, ol {
  margin: 0 0 1.4em 0; }

h2 {
  text-transform: uppercase;
  letter-spacing: .5em;
  margin: .5em 0;
  padding: .5em 0; }

hr {
  border-top: 1px dotted #999;
  margin: 1em 0; }

a {
  color: #666;
  text-decoration: underline; }

a:hover {
  text-decoration: none;
  color: #000; }

/*-- STRUCTURE
--------------------------------*/
.clearfix, #page, #branding, .aligncenter, .contain {
  *zoom: 1; }
  .clearfix:before, #page:before, #branding:before, .aligncenter:before, .contain:before, .clearfix:after, #page:after, #branding:after, .aligncenter:after, .contain:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .clearfix:after, #page:after, #branding:after, .aligncenter:after, .contain:after {
    clear: both; }

#page, #branding {
  /* 	display: block; */
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.aligncenter, .contain {
  margin: 0 auto;
  position: relative;
  width: 96%;
  max-width: 1056px;
  clear: both; }

.aligncenter {
  margin: 0 auto;
  position: relative;
  width: 96%;
  max-width: 1056px;
  clear: both; }

#branding {
  background: #fdf9f0; }
  #branding #logo {
    max-width: 480px;
    position: relative;
    margin: 0 auto; }
    #branding #logo img {
      width: 100%;
      height: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.clearfix, #page, #branding, .aligncenter, .contain {
  *zoom: 1; }
  .clearfix:before, #page:before, #branding:before, .aligncenter:before, .contain:before, .clearfix:after, #page:after, #branding:after, .aligncenter:after, .contain:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .clearfix:after, #page:after, #branding:after, .aligncenter:after, .contain:after {
    clear: both; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.ghost {
  display: none !important;
  visibility: hidden;
  height: 0;
  width: 0; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) and (max-width: 640px) {
  #branding {
    padding: .5em 0; }
    #branding #logo {
      width: 50%; } }
@media screen and (min-width: 641px) {
  #branding {
    padding: 1em 0; }
    #branding #logo {
      width: 60%; }

  #gallery a {
    background: #000; }
    #gallery a img {
      opacity: 0.8;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    #gallery a:hover img {
      opacity: 1; } }
@media screen and (min-width: 769px) {
  #branding #logo {
    width: 80%; } }
