@font-face {
  font-family: 'hemmet';
  src: url("/css/fonts/hemmet.eot");
  src: url("/css/fonts/hemmet.eot?#iefix") format("embedded-opentype"), url("/css/fonts/hemmet.woff") format("woff"), url("/css/fonts/hemmet.ttf") format("truetype"), url("/css/fonts/hemmet.svg#hemmet") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2014 */
@font-face {
  font-family: 'my_underwoodregular';
  src: url("/css/fonts/myunderwood-webfont.eot");
  src: url("/css/fonts/myunderwood-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/myunderwood-webfont.woff") format("woff"), url("/css/fonts/myunderwood-webfont.ttf") format("truetype"), url("/css/fonts/myunderwood-webfont.svg#my_underwoodregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 15, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 48, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 57, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 73, ../sass/_normalize.scss */
html {
  font-family: "Gotham SSm A", "Gotham SSm B", serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 88, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", serif; }

/*
 * Removes default margin.
 */
/* line 100, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 120, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Sets 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 133, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0; }

/* line 138, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 148, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 4.5em;
  line-height: 1.33333em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.33333em;
  margin-bottom: 0.33333em; }

/* line 157, ../sass/_normalize.scss */
h2 {
  font-size: 1.4em;
  line-height: 2.14286em;
  margin-top: 1.07143em;
  margin-bottom: 1.07143em; }

/* line 163, ../sass/_normalize.scss */
h3 {
  font-size: 1.3em;
  line-height: 2.30769em;
  margin-top: 1.15385em;
  margin-bottom: 1.15385em; }

/* line 169, ../sass/_normalize.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/* line 175, ../sass/_normalize.scss */
h5 {
  font-size: 1.1em;
  line-height: 1.36364em;
  margin-top: 1.36364em;
  margin-bottom: 1.36364em; }

/* line 181, ../sass/_normalize.scss */
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 191, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 199, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 208, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 216, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 225, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 240, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 258, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 266, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 274, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 278, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 290, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px; }

/* line 298, ../sass/_normalize.scss */
dl {
  padding: 0; }

/* line 302, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 311, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 326, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improves image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 338, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 350, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 363, ../sass/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Improves appearance and consistency with IE 6/7.
 */
/* line 403, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 421, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 436, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 451, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 463, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 489, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 498, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 509, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 522, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 10, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 26, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 31, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 40, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a4c8da;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 53, ../sass/main.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 61, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 71, ../sass/main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 79, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Author Styles ==================================================
   ========================================================================== */
/* ==========================================================================
  Old browsers and basic mobile layout
  ========================================================================== */
/* line 93, ../sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 97, ../sass/main.scss */
html, body {
  height: 100%; }

/* line 100, ../sass/main.scss */
body {
  color: #fff;
  margin: 0;
  padding: 0;
  background: #000;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", serif; }

/* line 107, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "hemmet", serif;
  color: #fff;
  margin-top: 0;
  font-weight: normal;
  text-align: center; }

/* line 115, ../sass/main.scss */
input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  border: 1px solid #b8dce9;
  background: #fff;
  padding: 0.47619em 0.71429em;
  width: 100%; }

/* line 125, ../sass/main.scss */
p {
  line-height: 2.2em; }

/* line 130, ../sass/main.scss */
a:link, a:visited, a:active {
  color: #6b7fa3; }

/* line 136, ../sass/main.scss */
#holder {
  height: 100%; }

/* line 139, ../sass/main.scss */
.logo {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #000 url("../img/logo.png") no-repeat center;
  width: 100%;
  height: 78px;
  background-size: 117px 40px; }

/* line 148, ../sass/main.scss */
.logo a {
  display: block;
  width: 100%;
  height: 100%; }

/* line 153, ../sass/main.scss */
.lt-ie9 .logo {
  background: #000 url("../img/logoie8.jpg") no-repeat center; }

/* line 158, ../sass/main.scss */
nav#main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  width: 100%;
  background: url("/rgba.php/rgba(9, 19, 27, 0.8)");
  background: rgba(9, 19, 27, 0.8);
  overflow: auto;
  text-align: center; }

/* line 172, ../sass/main.scss */
nav#main-nav ul {
  margin: 0 auto; }

/* line 176, ../sass/main.scss */
nav#main-nav ul li {
  display: inline;
  text-align: center; }

/* line 183, ../sass/main.scss */
nav#main-nav a.nav-item {
  display: inline-block;
  padding: 0.35714em 0.35714em;
  margin: 0px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.0em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "brandon-grotesque", serif; }

/* line 198, ../sass/main.scss */
nav#main-nav a.nav-item:hover, nav#main-nav .current a.nav-item {
  color: #6b7fa3; }

/* line 202, ../sass/main.scss */
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

/* line 209, ../sass/main.scss */
.photo-bar {
  background: #0c1222;
  width: 100%; }
  /* line 213, ../sass/main.scss */
  .photo-bar img {
    max-width: 100%; }
  /* line 216, ../sass/main.scss */
  .photo-bar .phototext-wrap {
    text-align: center;
    font-size: 80%;
    padding-bottom: 50px; }
    /* line 221, ../sass/main.scss */
    .photo-bar .phototext-wrap h1 {
      margin: 0;
      margin-top: 50px;
      padding: 0.6em .5em;
      font-size: 2.5em; }
    /* line 228, ../sass/main.scss */
    .photo-bar .phototext-wrap p {
      max-width: 720px;
      max-width: 45rem;
      margin: 0 auto;
      padding: 1em 1.11111111111111111111em;
      font-size: 1.2em;
      line-height: 1.5em; }
    /* line 238, ../sass/main.scss */
    .photo-bar .phototext-wrap p.smalltext {
      font-size: 90%; }
    /* line 241, ../sass/main.scss */
    .photo-bar .phototext-wrap p:first-of-type {
      padding-top: 0; }
    /* line 244, ../sass/main.scss */
    .photo-bar .phototext-wrap blockquote {
      font-family: "my_underwoodregular", serif; }
      /* line 247, ../sass/main.scss */
      .photo-bar .phototext-wrap blockquote p {
        font-size: 1.3em;
        padding-bottom: 0; }
    /* line 252, ../sass/main.scss */
    .photo-bar .phototext-wrap a.but {
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      color: #6b7fa3;
      font-family: "Gotham SSm A", "Gotham SSm B", serif;
      font-weight: normal; }

/* line 264, ../sass/main.scss */
.photo-bar.fixpic {
  display: none; }

/* line 272, ../sass/main.scss */
#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  z-index: 1050;
  text-align: center;
  padding-top: 0.5em;
  -moz-box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16); }

/* line 289, ../sass/main.scss */
#frmAcceptCookies p {
  color: #fff;
  line-height: 1.4em;
  padding-bottom: .5em; }

/* line 296, ../sass/main.scss */
#acceptCookieContinue {
  cursor: pointer;
  background: #fff;
  color: #000;
  display: inline;
  width: auto;
  height: 28px;
  text-transform: uppercase;
  font-size: 9px;
  color: #606060;
  padding: 0px 10px;
  margin-left: 2.5em;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d9d9d9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d9d9d9));
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px solid #171717;
  -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(87, 87, 87, 0);
  -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(87, 87, 87, 0);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3); }

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 1024px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* line 341, ../sass/main.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
/* ==========================================================================
  larger screen
  =========================================================================
  */
@media screen and (min-width: 59em) {
  /* line 350, ../sass/main.scss */
  .logo {
    background: url("../img/logo.png") no-repeat top left;
    width: 117px;
    height: 40px;
    position: fixed;
    top: 25px;
    z-index: 999;
    left: 50%;
    margin-left: -58.5px;
    background-size: 117px 40px;
    margin-top: 0px;
    margin-bottom: 0; }

  /* line 364, ../sass/main.scss */
  .lt-ie9 .logo {
    background: #fff url("../img/logoie8.jpg") no-repeat center; }

  /* line 369, ../sass/main.scss */
  nav#main-nav a.nav-item {
    padding: 1.14286em 1.78571em;
    font-size: 1.5em; }

  /* line 373, ../sass/main.scss */
  nav#main-nav span:nth-child(2) {
    margin-right: 10em; }

  /* line 376, ../sass/main.scss */
  nav#main-nav span:first-child a {
    padding-left: 0em; }

  /* line 379, ../sass/main.scss */
  nav#main-nav span:nth-child(3) {
    margin-left: 10em; }

  /* line 382, ../sass/main.scss */
  nav#main-nav span:last-child a {
    padding-right: 0em; }

  /* line 385, ../sass/main.scss */
  .container {
    max-width: 960px; }

  /* line 388, ../sass/main.scss */
  .container.full {
    max-width: 100%; }

  /* line 395, ../sass/main.scss */
  .container.nav {
    max-width: 960px; }

  /* line 398, ../sass/main.scss */
  h1 {
    background: url("/img/lines.png") no-repeat center; }

  /* line 402, ../sass/main.scss */
  .photo-bar {
    min-height: 100%;
    display: table; }
    /* line 406, ../sass/main.scss */
    .photo-bar img {
      display: none; }
      /* line 408, ../sass/main.scss */
      .photo-bar img.showme {
        display: block; }
    /* line 412, ../sass/main.scss */
    .photo-bar .phototext-wrap {
      display: table-cell;
      vertical-align: middle;
      font-size: 100%;
      padding-bottom: 0px; }
      /* line 417, ../sass/main.scss */
      .photo-bar .phototext-wrap h1 {
        margin-top: 0px;
        font-size: 4.5em;
        padding: 0.6em .5em; }
      /* line 424, ../sass/main.scss */
      .photo-bar .phototext-wrap p {
        padding: 1em 0em; }
      /* line 429, ../sass/main.scss */
      .photo-bar .phototext-wrap blockquote p {
        font-size: 1.7em; }
      /* line 433, ../sass/main.scss */
      .photo-bar .phototext-wrap .phototext {
        background: url("/img/linebottom.png") no-repeat center bottom;
        padding-bottom: 50px;
        margin-bottom: 85px;
        font-size: 0.8em; }

  /* line 442, ../sass/main.scss */
  .photo-bar.fixpic {
    display: block; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 459, ../sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 466, ../sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/* line 473, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 478, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 489, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 499, ../sass/main.scss */
.invisible {
  visibility: hidden; }

/* line 503, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 509, ../sass/main.scss */
.clearfix:after {
  clear: both; }

/* line 513, ../sass/main.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 524, ../sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 531, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 536, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 540, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 548, ../sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 554, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 560, ../sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 564, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 569, ../sass/main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 577, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 584, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
