/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/*  SCSS Animation Mixins 
	from https://gist.github.com/greypants/3185028 */
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px); }

  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-moz-keyframes slideInUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px); }

  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-ms-keyframes slideInUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px); }

  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@keyframes slideInUp {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px); }

  100% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-webkit-keyframes slideOutDown {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-moz-keyframes slideOutDown {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-ms-keyframes slideOutDown {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@keyframes slideOutDown {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px); }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px); }

  100% {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); } }

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px); }

  100% {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); } }

@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px); }

  100% {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px); }

  100% {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); } }

@-webkit-keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); }

  80% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-moz-keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); }

  80% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-ms-keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); }

  80% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@keyframes slideOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    -o-transform: translateY(44px); }

  80% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-webkit-keyframes gentleSwing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: origin(top center);
    -moz-transform: origin(top center);
    -ms-transform: origin(top center);
    -o-transform: origin(top center); }

  20% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  40% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  60% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  80% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); } }

@-moz-keyframes gentleSwing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: origin(top center);
    -moz-transform: origin(top center);
    -ms-transform: origin(top center);
    -o-transform: origin(top center); }

  20% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  40% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  60% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  80% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); } }

@-ms-keyframes gentleSwing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: origin(top center);
    -moz-transform: origin(top center);
    -ms-transform: origin(top center);
    -o-transform: origin(top center); }

  20% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  40% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  60% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  80% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); } }

@keyframes gentleSwing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform: origin(top center);
    -moz-transform: origin(top center);
    -ms-transform: origin(top center);
    -o-transform: origin(top center); }

  20% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  40% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  60% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg); }

  80% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg); }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); } }

.gentleSwing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: gentleSwing;
  -moz-animation-name: gentleSwing;
  -ms-animation-name: gentleSwing;
  animation-name: gentleSwing; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/*
 *  Masni's Responsive Menu
 *
 *	Modified from: http://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly
 *	
 *	Usage: @include responsiveMenu() on your menu element TWICE:
 *		once in the base styles (with responsive: false)
 *		once in the responsive styles (with responsive: true)
 *
 *	Also include this basic javascript somewhere: 
 *		$("#nav > a").click(function(e){ e.preventDefault(); $(this).toggleClass("open", "closed"); });
 *
 *	(This menu works without javascript, but will jump the page to the anchor link)
 * 
 */
/*
 * HTML5 Boilerplate
 *
 */
/* ==========================================================================
   Config
   ========================================================================== */
/* ==========================================================================
   Colours
   ========================================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #4e4238; }

body {
  font-size: 62.5%;
  line-height: 1.3; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5 {
  font-family: "Overlock", "Signika Negative", Calibri, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 900;
  font-weight: normal;
  line-height: 1.1;
  margin: 0; }

body {
  font-family: "Signika Negative", Signika, Calibri, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 600; }

textarea, input {
  font-family: "Signika Negative", Signika, Calibri, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 600; }

p, li, .pagination {
  margin: 0 0 1.25em 0;
  font-size: 1.5em; }

li p,
li li {
  font-size: inherit; }

h1, .home h2 {
  font-size: 4.4em; }

h1, h2, h3 {
  clear: both; }

h1, h2 {
  color: #00697d;
  margin-bottom: 0.75em; }
  h1 small, h2 small {
    display: block;
    margin: 0.5em 0;
    font-size: 0.45em;
    color: #777674; }

h2 {
  font-size: 3.3em;
  color: #00697d; }

h3 {
  font-weight: bold;
  font-size: 2em;
  margin: 1.5em 0 1em 0; }

h4 {
  font-size: 1.5em;
  font-weight: 900;
  margin: 1em 0; }

.content h2 {
  margin-top: 1em; }

a {
  color: #d81f27;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }
  a:hover, a:focus {
    color: #786046; }

header[role="banner"] h1 {
  margin-bottom: 0; }
header[role="banner"] nav a {
  font-size: 1.1em;
  -webkit-font-smoothing: subpixel-antialiased; }
header[role="banner"] .more-tag {
  font-size: 1.5em;
  color: #786046; }
header[role="banner"] #banner .more-tag {
  display: none; }

#footer-navigation a {
  text-decoration: none; }

button,
.button,
.button-primary,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: "Overlock", "Signika Negative", Calibri, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 900;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  border-radius: 1.2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 1.2em;
  font-weight: 900;
  text-decoration: none;
  padding: 0.45em 1.1em 0.43em 1.1em;
  white-space: nowrap; }

.button, .button-primary, .button-secondary {
  background-color: transparent;
  border: 1px solid #d8d4ab;
  color: #786046; }
  .button:hover, .button-primary:hover, .button-secondary:hover, .button:focus, .button-primary:focus, .button-secondary:focus {
    background-color: #eae7cc; }
  .button .icon, .button-primary .icon, .button-secondary .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.25em;
    vertical-align: middle;
    background: url(../img/button_icons.png) no-repeat 0 -1px; }
    .ie7 .button .icon, .ie7 .button-primary .icon, .ie7 .button-secondary .icon {
      display: inline;
      zoom: 1; }

.button-primary {
  background-color: #ffc72f;
  color: #fff;
  border: none; }
  .button-primary:hover, .button-primary:focus {
    background-color: #00697d; }

.button-secondary {
  background-color: #00697d;
  color: #faf9ef;
  border: none; }
  .button-secondary:hover, .button-secondary:focus {
    background-color: #d81f27; }

.button-flip {
  padding-right: 1em; }
  .button-flip .icon {
    width: 30px;
    background-position: -40px 0; }

.button-more {
  padding-right: 0.65em;
  background-position: 0 -41px; }
  .widget .button-more .icon {
    background-position: -20px -60px; }
  .button-more.button-primary .icon {
    background-position: 0 -1px; }

.button-mini {
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  text-transform: uppercase; }

#content .more-tag {
  padding: 10px 1em 15px 1em;
  background-color: #d81f27;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

#top-link {
  padding: 10px 1em 15px 1em;
  background-color: #d81f27;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 10em;
  margin: 20px auto;
  padding: 10px 0.5em;
  font-weight: 600;
  text-align: center;
  text-decoration: none; }
  #top-link:after {
    margin-left: 1em;
    content: "\2191"; }

/* ==========================================================================
   Structure
   ========================================================================== */
section,
.actions,
.feature-block,
.col,
.content-container {
  *zoom: 1; }
  section:before, section:after,
  .actions:before,
  .actions:after,
  .feature-block:before,
  .feature-block:after,
  .col:before,
  .col:after,
  .content-container:before,
  .content-container:after {
    content: "";
    display: table; }
  section:after,
  .actions:after,
  .feature-block:after,
  .col:after,
  .content-container:after {
    clear: both; }

.col {
  position: relative; }

body {
  background-color: #faf9ef; }

header[role="banner"] {
  border-top: 9px solid rgba(255, 199, 47, 0.9); }

.content-container {
  width: 100%;
  margin: auto; }

#logo a {
  display: block; }

#logo img {
  display: block;
  margin: auto; }

#main-navigation > a {
  display: none; }

#trip-navigation,
#site-navigation,
#footer-navigation {
  *zoom: 1; }
  #trip-navigation ul,
  #site-navigation ul,
  #footer-navigation ul {
    *zoom: 1;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #trip-navigation ul:before, #trip-navigation ul:after,
    #site-navigation ul:before,
    #site-navigation ul:after,
    #footer-navigation ul:before,
    #footer-navigation ul:after {
      content: "";
      display: table; }
    #trip-navigation ul:after,
    #site-navigation ul:after,
    #footer-navigation ul:after {
      clear: both; }
  #trip-navigation li,
  #site-navigation li,
  #footer-navigation li {
    margin: 0;
    padding: 0; }
  #trip-navigation:before, #trip-navigation:after,
  #site-navigation:before,
  #site-navigation:after,
  #footer-navigation:before,
  #footer-navigation:after {
    content: "";
    display: table; }
  #trip-navigation:after,
  #site-navigation:after,
  #footer-navigation:after {
    clear: both; }
  #trip-navigation li,
  #site-navigation li,
  #footer-navigation li {
    float: left; }

#primary-navigation {
  *zoom: 1; }
  #primary-navigation ul {
    *zoom: 1;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #primary-navigation ul:before, #primary-navigation ul:after {
      content: "";
      display: table; }
    #primary-navigation ul:after {
      clear: both; }
  #primary-navigation li {
    margin: 0;
    padding: 0; }
  #primary-navigation:before, #primary-navigation:after {
    content: "";
    display: table; }
  #primary-navigation:after {
    clear: both; }

section {
  padding: 20px 0; }

#trips .col {
  margin: 2%;
  overflow: hidden; }
#trips .col a {
  display: block;
  background-color: #00697d;
  color: white;
  text-decoration: none;
  overflow: hidden; }
#trips .col h3 {
  margin-top: 1em; }
#trips .more-tag {
  display: inline;
  float: right;
  margin-right: 1em; }
#trips .feature-content {
  padding: 0 10px; }

#values .col h3 {
  margin-top: 0; }

#footer-navigation .menu {
  padding-top: 30px;
  padding-left: 110px;
  height: 50px;
  background: url(../img/logo_footer.png) no-repeat; }

.feature-block-toc h2 {
  font-family: "Signika Negative", Signika, Calibri, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 2em 0 0.5em 0;
  padding-bottom: 1em; }
.feature-block-toc p {
  font-size: 1.8em; }
.feature-block-toc .toc {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Overlock", "Signika Negative", Calibri, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale b, strong;
    -moz-osx-font-smoothing-font-weight: 900;
  display: block;
  font-size: 1.2em; }
  .feature-block-toc .toc li {
    margin: 0;
    padding: 0; }
  .feature-block-toc .toc li {
    padding-left: 25px;
    margin: 0.75em 0; }
  .ie7 .feature-block-toc .toc li {
    padding-left: 0; }
  .feature-block-toc .toc a:before {
    float: left;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -25px;
    background: url(../img/button_icons.png) no-repeat 0 -19px; }
  .feature-block-toc .toc a {
    display: block;
    padding-left: 0;
    font-weight: bold;
    text-decoration: none; }
  .feature-block-toc .toc a:hover:before,
  .feature-block-toc .toc a:focus:before {
    background-position: -20px -19px; }
  .feature-block-toc .toc a:hover,
  .feature-block-toc .toc a:focus {
    text-decoration: underline; }

.feature-block-loud p {
  font-size: 1.8em;
  line-height: 1.5; }

.testimonial blockquote {
  padding: 0;
  margin: 0; }

.actions {
  margin-bottom: 0; }
  .content-footer .actions {
    margin-top: 2em; }
  .actions .button, .actions .button-primary, .actions .button-secondary {
    display: inline-block;
    margin-right: 1em;
    min-width: 6em;
    text-align: center; }
  .ie7 .actions .button, .ie7 .actions .button-primary, .ie7 .actions .button-secondary {
    display: inline;
    zoom: 1; }

.show-smallscreen,
.hide-smallscreen {
  display: none; }

/* ==========================================================================
   WordPress Features
   ========================================================================== */
.admin-bar {
  position: relative; }

.pagination {
  *zoom: 1; }
  .pagination:before, .pagination:after {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination .next-posts-link {
    float: right; }
  .pagination .previous-posts-link {
    float: left; }

.ut-bordered {
  display: block;
  border: 5px solid white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2);
  margin: 3em auto;
  max-width: 100%; }

.content {
  /* 
  	These styles are restricted to the main content area only, in case
  	alignment classes are used elsewhere.
  		
  */ }
  .content img.aligncenter,
  .content img.alignleft,
  .content img.alignright,
  .content .wp-caption {
    display: block;
    border: 5px solid white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2);
    margin: 3em auto;
    max-width: 100%; }
  .content p img.alignleft,
  .content p img.alignright,
  .content .wp-caption {
    margin-top: 1em; }

.wp-caption {
  margin-bottom: 3em;
  background-color: white;
  color: #78604b;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(78, 66, 56, 0.2); }
  .wp-caption img {
    display: block;
    margin: auto;
    border: none; }

.wp-caption-text {
  margin: 0.5em 0.5em 0 0.5em;
  font-size: 1.1em;
  text-align: center; }

/* ==========================================================================
   Components
   ========================================================================== */
#about-us {
  padding: 0 0 40px 0; }
  #about-us .alignright {
    -webkit-transform: rotate(-6deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
    /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  #about-us .alignleft {
    -webkit-transform: rotate(4deg) translate3d(0, 0, 0);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  #about-us h3 {
    margin-top: 0;
    clear: none; }

.about-photo {
  width: 130px;
  border: 5px solid white; }
  .about-photo img {
    width: 100%;
    height: auto; }

.about-photo-name {
  border-bottom: 1px dotted #ffc72f; }

.content-footer {
  padding: 40px 0;
  border-top: 4px solid #ecead5; }
  .content-footer h2 {
    color: #4e4238; }
  .content-footer h2:first-child {
    margin-top: 0; }

@media only screen and (min-width: 770px) {
  .overview__blog .blog--back {
    color: #f2d7ba; }
  .overview__blog a,
  .overview__blog .post--meta a {
    color: #f2d7ba; }
    .overview__blog a:hover, .overview__blog a:focus,
    .overview__blog .post--meta a:hover,
    .overview__blog .post--meta a:focus {
      color: #fff; }
  .overview__blog .post--meta {
    color: #f2d7ba; }
    .overview__blog .post--meta p {
      margin-bottom: 0; } }
.overview__blog h1 {
  margin-bottom: 0.25em; }
.overview__blog .post--meta {
  font-size: 1.1em; }

.post {
  *zoom: 1;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 2px solid #ecead5; }
  .post:before, .post:after {
    content: "";
    display: table; }
  .post:after {
    clear: both; }

.post__excerpt {
  min-height: 150px;
  padding-left: 190px; }

.post--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px; }
  .post--image img {
    -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 5px;
    margin-left: -5px;
    margin-bottom: 1em;
    border-width: 4px; }

.post--title,
.content .post--title {
  margin-top: 0;
  margin-bottom: 0.2em;
  clear: none; }
  .post--title a,
  .content .post--title a {
    text-decoration: none; }

.post--meta {
  font-size: 0.9em;
  color: #78604b; }
  .post--meta a {
    color: #78604b; }
    .post--meta a:hover, .post--meta a:focus {
      color: #4e4238; }

.post--excerpt {
  clear: left; }

.comments-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .comments-list .comment {
    background-color: #ede9de;
    margin: 0;
    padding: 10px; }
  .comments-list .comment-author,
  .comments-list .comment-meta {
    margin-bottom: 1em; }
  .comments-list .comment-author {
    float: left; }
  .comments-list .comment-meta {
    float: right;
    margin-top: 0.4em; }
    .comments-list .comment-meta a {
      color: #927e6b; }
      .comments-list .comment-meta a:hover, .comments-list .comment-meta a:focus {
        color: #78604b; }
  .comments-list p {
    clear: both; }

.comments-reply textarea,
.comments-reply input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.9em;
  border: 1px solid #e0dace; }
.comments-reply input[type="text"] {
  width: 25em; }
.comments-reply .comment-field {
  width: 100%;
  height: 10em; }
.comments-reply .button, .comments-reply .button-primary, .comments-reply .button-secondary {
  font-size: 1em; }

/* ==========================================================================
   Social icons
   ========================================================================== */
.widget--menu .lsi-social-icons li a {
  padding: 0.35em;
  line-height: 0.75em; }
.widget--menu .lsicon:before {
  -webkit-transition: rotate 0.25s;
  -moz-transition: rotate 0.25s;
  -ms-transition: rotate 0.25s;
  -o-transition: rotate 0.25s;
  transition: rotate 0.25s;
  transform: rotate(-10deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .widget--menu .lsicon:before:hover {
    transform: rotate(-5deg); }
.widget--menu .lsicon-facebook:before {
  transform: rotate(-8deg) translateY(2px); }

/* ==========================================================================
   Small Slideshow
   ========================================================================== */
.slideshow-container {
  position: relative;
  background-color: #e0dacd; }

/* Browser Resets */
.slideshow-container a:active,
.slideshow a:active,
.flex-container a:focus,
.slideshow a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.slideshow {
  position: relative;
  margin: 0 auto;
  padding: 0; }
  .slideshow .slides li {
    margin: 0;
    padding: 0; }
  .slideshow .slides img {
    width: 100%;
    display: block;
    margin: auto; }
  .slideshow .slide-portrait img {
    width: auto;
    height: 100%; }

.slideshow .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.slideshow-container .slides {
  zoom: 1; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/slideshow_arrows.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -110px; }

.flex-direction-nav .flex-prev {
  left: -110px; }

.slideshow-container:hover .flex-next {
  opacity: 0.85;
  right: -55px; }

.slideshow-container:hover .flex-prev {
  opacity: 0.85;
  left: -55px; }

.slideshow-container:hover .flex-next:hover, .slideshow-container:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #f8f6e7;
  background: rgba(250, 249, 239, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(250, 249, 239, 0.3); }

.flex-control-paging li a:hover {
  background: white;
  background: rgba(250, 249, 239, 0.7); }

.flex-control-paging li a.flex-active {
  background: white;
  background: rgba(250, 249, 239, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* ==|== Supersized Fullscreen Slideshow ==================================== */
#slideshow {
  position: relative;
  width: 100%;
  height: 308px;
  background-color: #f0efe2; }

#supersized,
#supersized li {
  height: 308px;
  margin: 0; }

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center; }

#supersized {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 50;
  height: 100%;
  width: 100%; }

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none; }

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; }

#supersized a {
  width: 100%;
  height: 100%;
  display: block; }

#supersized li.prevslide {
  z-index: -20; }

#supersized li.activeslide {
  z-index: -10; }

#supersized li.image-loading {
  background: #111111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized li.image-loading img {
  visibility: hidden; }

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline; }

#supersized {
  margin: 0;
  padding: 0; }

#supersized li,
#supersized li img {
  position: absolute;
  top: auto;
  bottom: 0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (max-width: 770px) {
  .content,
  section header,
  #footer-navigation,
  #brand,
  #overview,
  #site-navigation,
  #trip-navigation,
  #primary-navigation,
  #intro,
  .feature-block-container,
  #sidebar,
  #trips,
  #values,
  #values .col {
    padding: 2%; }

  #logo {
    width: 50%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 20px; }

  #logo img {
    width: 100%;
    height: auto; }

  header[role="banner"] .more-tag,
  #intro .feature-block .button-flip {
    display: none; }

  #main-navigation {
    /* show-hide the menu */
    /* showing and hiding appropriate buttons */
    /* button styling */
    margin-bottom: 20px; }
    #main-navigation > div {
      height: auto;
      display: none; }
    #main-navigation:target > div, #main-navigation.open > div {
      display: block;
      position: relative; }
    .no-js #main-navigation:not(:target) > a:first-of-type, .no-js #main-navigation:target > a:last-of-type {
      display: block; }
    .js #main-navigation:not(.open) > a:first-of-type, .js #main-navigation.open > a:last-of-type {
      display: block; }
    #main-navigation > a {
      width: 3.125em;
      height: 3.125em;
      text-align: left;
      text-indent: -9999px;
      background-color: #d81f27;
      position: relative; }
      #main-navigation > a:before, #main-navigation > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: ''; }
      #main-navigation > a:after {
        top: 60%; }
    #main-navigation > a {
      width: 8em;
      margin: auto;
      padding-left: 1em;
      padding-right: 2em;
      font-weight: 600;
      text-transform: uppercase;
      text-indent: 0;
      text-decoration: none;
      line-height: 3.3em;
      color: white; }
    #main-navigation > a:after, #main-navigation > a:before {
      left: auto;
      right: 10%;
      width: 1em; }

  #primary-navigation,
  #trip-navigation,
  #site-navigation {
    padding: 0;
    background-color: #d81f27;
    color: #faf9ef;
    text-align: center; }
    #primary-navigation a,
    #trip-navigation a,
    #site-navigation a {
      display: block;
      padding: 1em 2%;
      color: #faf9ef;
      text-decoration: none; }
    #primary-navigation a:hover,
    #primary-navigation a:focus,
    #primary-navigation .active a,
    #trip-navigation a:hover,
    #trip-navigation a:focus,
    #trip-navigation .active a,
    #site-navigation a:hover,
    #site-navigation a:focus,
    #site-navigation .active a {
      background-color: #e12f37;
      color: white;
      text-decoration: underline; }
    #primary-navigation li,
    #trip-navigation li,
    #site-navigation li {
      display: block; }

  #footer-navigation .menu {
    background: none;
    padding: 0; }
  #footer-navigation li {
    display: inline;
    margin: 0 1em 1em 0; }
  #footer-navigation a {
    padding: 2%; }

  .show-smallscreen {
    display: block; }

  h1, h2,
  .home h2 {
    font-size: 3em;
    margin: 20px 0; }

  .home h1 {
    margin-top: 0; }

  h3 {
    font-size: 2.25em; }

  h2 small,
  h3 small {
    font-family: "Signika Negative", Signika, Calibri, Helvetica, Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale b, strong;
      -moz-osx-font-smoothing-font-weight: 600;
    font-style: italic;
    font-size: 0.5em;
    line-height: 1.3em;
    margin-top: 1em;
    color: #4e4238; }

  button,
  .button,
  .button-primary,
  .button-secondary {
    font-size: 1em; }

  .button-more .icon {
    background-position: -20px -60px; }

  #values .call-to-action .button, #values .call-to-action .button-primary, #values .call-to-action .button-secondary {
    float: left; }

  .testimonial {
    background-color: #f2f0de; }
    .testimonial footer {
      font-size: 1.4em; }
    .testimonial blockquote {
      padding: 2em; }
      .testimonial blockquote, .testimonial blockquote footer {
        position: relative; }
      .testimonial blockquote:before, .testimonial blockquote:after {
        font-size: 5em;
        color: #d4cfca; }
      .testimonial blockquote:before {
        position: absolute;
        top: -0.2em;
        left: -0.4em;
        content: open-quote; }
      .testimonial blockquote:after {
        position: absolute;
        bottom: 0;
        right: -20px;
        content: close-quote; }
      .testimonial blockquote:before {
        left: -5px; }
      .testimonial blockquote:after {
        right: 0; }
      .testimonial blockquote footer {
        text-align: right; }

  #trips .col a {
    min-height: 0 !important;
    height: auto !important; }
  #trips .feature-image img {
    width: 100%;
    height: auto; }

  .feature-block-toc .col li:last-child {
    margin-bottom: 0; }

  #sidebar .widget {
    margin-bottom: 1em; }
  #sidebar .download-widget img {
    float: right;
    margin: 0 2%; }
  #sidebar .download-widget h3 {
    clear: none; }
  #sidebar .testimonial-widget {
    margin-top: 1em; } }
@media only screen and (min-width: 480px) and (max-width: 769px) {
  #trips .col {
    position: relative;
    float: left;
    width: 47%; }
    #trips .col:nth-child(even) {
      clear: left;
      margin-right: 1%; }
    #trips .col:nth-child(odd) {
      margin-left: 1%; } }
@media only screen and (min-width: 770px) {
  /*----------- Utilities -----------*/
  /* Animations */
  .slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    animation-name: slideInUp; }

  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -ms-animation-name: slideOutDown;
    animation-name: slideOutDown; }

  .slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown; }

  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -ms-animation-name: slideOutUp;
    animation-name: slideOutUp; }

  /* Mixins */
  .hide-smallscreen {
    display: block; }

  /*----------- Structure -----------*/
  section header,
  #footer-navigation {
    display: inline;
    float: left;
    width: 98.13883%;
    margin: 0 0.93058%; }

  #brand,
  #site-navigation {
    display: inline;
    float: left;
    width: 23.13883%;
    margin: 0 0.93058%; }

  #trip-navigation {
    display: inline;
    float: left;
    width: 48.13883%;
    margin: 0 0.93058%; }

  #primary-navigation {
    display: inline;
    float: left;
    width: 73.13883%;
    margin: 0 0.93058%; }

  #primary-navigation #menu-main-menu {
    float: left;
    margin-right: 15px; }

  .widget--menu {
    float: right;
    margin-top: 74px;
    margin-right: 15px; }

  .l-page #main {
    display: inline;
    float: left;
    width: 98.13883%;
    margin: 0 0.93058%;
    padding: 40px 0; }
  .l-page section {
    padding: 0; }
  .l-page .feature-block-loud p {
    width: 88%; }
  .l-page #overview .feature-block,
  .l-page #sidebar {
    margin-top: -90px;
    z-index: 100; }
  .l-page #overview {
    margin-bottom: 40px; }
  .l-page #main .content {
    width: 90%;
    padding: 0 0 0 35px; }

  .l-page__sidebar #main {
    display: inline;
    float: left;
    width: 73.13883%;
    margin: 0 0.93058%;
    padding: 40px 0; }
  .l-page__sidebar #sidebar {
    display: inline;
    float: left;
    width: 23.13883%;
    margin: 0 0.93058%;
    padding: 40px 0; }

  header[role="banner"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%; }

  #brand {
    position: relative;
    margin-top: -10px; }
    #brand:after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 0px;
      border-top: 10px solid rgba(251, 183, 0, 0.7);
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 0px; }
    #brand:hover, #brand:focus {
      margin-top: -10px; }

  #logo {
    position: relative;
    margin-top: -2px;
    padding-top: 25px;
    padding-bottom: 25%;
    background: url(../img/logo_bg.png) no-repeat left 0;
    background-size: 100% 100%;
    -webkit-transition: margin 0.25s;
    -moz-transition: margin 0.25s;
    -ms-transition: margin 0.25s;
    -o-transition: margin 0.25s;
    transition: margin 0.25s; }
    #logo:hover, #logo:focus {
      margin-top: 0; }
    #logo img {
      width: 75%;
      height: auto; }

  #content {
    position: relative; }

  .content img.alignleft, .content img.alignright, .content img.aligncenter,
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    display: block; }
  .content img.alignright,
  .wp-caption.alignright {
    float: right;
    margin: 3em 0 3em 3em;
    -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  .content img.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin: 3em 3em 3em 0;
    -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  .csstransforms .content img.alignleft, .csstransforms
  .wp-caption.alignleft {
    margin-left: -5px; }

  section {
    padding: 66px 0; }

  .site-footer {
    padding: 40px 0; }

  .col4 .col,
  #trips .col,
  #values .col {
    display: inline;
    float: left;
    width: 23.13883%;
    margin: 0 0.93058%;
    position: relative;
    overflow: hidden; }

  .col2,
  .col3 {
    *zoom: 1; }
    .col2:before, .col2:after,
    .col3:before,
    .col3:after {
      content: "";
      display: table; }
    .col2:after,
    .col3:after {
      clear: both; }
    .col2 .first,
    .col3 .first {
      margin-right: 1%; }
    .col2 .last,
    .col3 .last {
      margin-left: 1%; }

  .col-border .col {
    width: 46%;
    margin: 0 3% 35px 0;
    padding: 20px 3%;
    border-right: 1px solid #e0ddbc; }
  .col-border .first {
    padding-left: 0; }
  .col-border .last {
    border-right: 0;
    margin-right: 0;
    padding-right: 0; }
  .col-border h3:first-child,
  .col-border h4:first-child {
    margin-top: 0; }

  .col2 .col {
    display: inline;
    float: left;
    width: 48.13883%;
    margin: 0 0.93058%;
    width: 49%;
    margin: 0; }

  .col3 .col {
    display: inline;
    float: left;
    width: 35.63883%;
    margin: 0 0.93058%;
    width: 27%; }
  .col3 .first {
    margin-left: 0; }
  .col3 .last {
    margin-right: 0; }

  .col3-border .col {
    width: 27.5%; }

  /*----------- Feature Blocks -----------*/
  .feature-block-yellow {
    background-color: #f1b000;
    color: white; }
    .feature-block-yellow h1, .feature-block-yellow h1 a {
      color: white; }
    .feature-block-yellow h1 a {
      border-bottom-color: rgba(255, 255, 255, 0.3); }
      .feature-block-yellow h1 a:hover {
        border-bottom-color: white; }
    .feature-block-yellow h2 {
      color: #ffe262; }
    .feature-block-yellow .toc-title {
      border-bottom-color: #ffda62; }

  .feature-block-red {
    background-color: #d81f27;
    color: #faf9ef; }
    .feature-block-red h1, .feature-block-red h2, .feature-block-red h1 a {
      color: #ffc72f; }
    .feature-block-red h1 a {
      border-bottom-color: rgba(255, 199, 47, 0.3); }
      .feature-block-red h1 a:hover {
        border-bottom-color: #ffc72f; }
    .feature-block-red .button, .feature-block-red .button-primary, .feature-block-red .button-secondary {
      background-color: #ab191f;
      color: #faf9ef;
      border: none; }
    .feature-block-red .toc-title {
      color: #ff787d;
      border-bottom-color: #ff5e65; }
    .feature-block-red a {
      color: white; }

  .feature-block-blue {
    background-color: #00697d;
    color: #faf9ef; }
    .feature-block-blue h1, .feature-block-blue h2, .feature-block-blue h1 a {
      color: #faf9ef; }
    .feature-block-blue h1 a {
      border-bottom-color: rgba(250, 249, 239, 0.3); }
      .feature-block-blue h1 a:hover {
        border-bottom-color: #faf9ef; }
    .feature-block-blue .button, .feature-block-blue .button-primary, .feature-block-blue .button-secondary {
      background-color: #003e4a;
      color: #faf9ef;
      border: none; }
    .feature-block-blue .toc-title {
      color: #4ca1b1;
      border-bottom-color: #44909f; }
    .feature-block-blue .toc a:before {
      background-position: 0 -79px; }
    .feature-block-blue .toc a:hover:before,
    .feature-block-blue .toc a:focus:before {
      background-position: -20px -19px; }

  .feature-block-gold {
    background-color: #ab8b68;
    color: #fefcfa; }
    .feature-block-gold h1, .feature-block-gold h2, .feature-block-gold h3, .feature-block-gold h1 a {
      color: #faf9ef; }
    .feature-block-gold h1 a {
      border-bottom-color: rgba(250, 249, 239, 0.3); }
      .feature-block-gold h1 a:hover {
        border-bottom-color: #faf9ef; }
    .feature-block-gold h2 small {
      color: #f2d7ba; }
    .feature-block-gold .button, .feature-block-gold .button-primary, .feature-block-gold .button-secondary {
      background-color: #00697d;
      color: #fff;
      border: none; }
      .feature-block-gold .button:hover, .feature-block-gold .button-primary:hover, .feature-block-gold .button-secondary:hover {
        background-color: #d81f27; }
    .feature-block-gold .toc-title {
      color: #d0b691;
      border-bottom-color: #d0b691; }
    .feature-block-gold .toc a:before {
      background-position: 0 -59px; }
    .feature-block-gold .toc a:hover:before,
    .feature-block-gold .toc a:focus:before {
      background-position: -20px -19px; }

  .feature-block-container {
    display: inline;
    float: left;
    width: 48.13883%;
    margin: 0 0.93058%;
    position: relative;
    padding: 0; }
    .feature-block-container .card .actions {
      position: absolute;
      bottom: 35px;
      left: 0;
      width: 100%; }
    .feature-block-container .card .button-flip {
      float: left;
      margin-left: 35px; }
    .feature-block-container .card .button-more {
      float: right;
      margin-right: 35px; }

  .feature-block {
    position: relative;
    padding: 35px;
    padding-top: 45px; }
    .feature-block blockquote {
      padding: 0;
      margin: 0; }
    .feature-block h1 {
      margin-top: -0.1em; }
    .feature-block co
    h1 a {
      text-decoration: none;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      transition: 0.2s border-color ease-in-out; }

  .feature-block-toc .feature-block-title {
    border-bottom: 1px solid white; }
  .feature-block-toc .col {
    display: inline;
    float: left;
    width: 48.13883%;
    margin: 0 0.93058%;
    margin: 0;
    width: 49%;
    margin-left: 0;
    margin-right: 1%; }
  .feature-block-toc a {
    color: white; }

  /*----------- Widgets -----------*/
  .widget {
    *zoom: 1;
    position: relative;
    padding: 28px;
    margin-bottom: 40px;
    z-index: 100; }
    .widget:before, .widget:after {
      content: "";
      display: table; }
    .widget:after {
      clear: both; }
    .widget h3 {
      clear: none;
      font-weight: 900;
      font-size: 1.9em;
      margin-top: 0; }
    .widget .button, .widget .button-primary, .widget .button-secondary {
      font-size: 1em; }
    .widget .button-mini {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      padding: 0.3em 0.25em 0.2em 0.25em;
      border: none;
      font-size: 0.8em;
      min-width: 0;
      background-color: #d8d5ba; }
      .widget .button-mini:hover, .widget .button-mini:focus {
        background-color: #d81f27;
        color: white; }
      .widget .button-mini .text {
        display: none;
        padding: 0 0.25em 0 0.5em; }
      .widget .button-mini:hover .text, .widget .button-mini:focus .text {
        display: inline; }
      .widget .button-mini .icon {
        background-position: -20px -40px; }
    .widget .actions .button-more {
      float: right;
      margin-right: 0;
      margin-left: 1em; }
    .widget .actions .button-mini {
      margin-top: -1em;
      margin-right: -28px; }
    .widget ul, .widget li {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .widget li {
      font-size: 1.3em;
      margin-bottom: 1em; }

  .testimonial {
    background: url(../img/testimonial_bg.png) no-repeat center bottom;
    color: #685341;
    padding-bottom: 75px;
    min-height: 170px; }
    .testimonial footer {
      font-size: 1.5em;
      text-align: right;
      color: #3f352d; }
    .testimonial footer:first-letter {
      color: #78604b; }
    .testimonial blockquote, .testimonial blockquote footer {
      position: relative; }
    .testimonial blockquote:before, .testimonial blockquote:after {
      font-size: 5em;
      color: #d4cfca; }
    .testimonial blockquote:before {
      position: absolute;
      top: -0.2em;
      left: -0.4em;
      content: open-quote; }
    .testimonial blockquote:after {
      position: absolute;
      bottom: 0;
      right: -20px;
      content: close-quote; }

  .testimonial-widget {
    margin-bottom: 20px; }

  .download-widget {
    padding: 17.5px;
    padding-top: 35px;
    background-color: #00697d;
    color: #fff; }
    .download-widget a {
      color: white; }
    .download-widget img {
      -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
      -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg);
      /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, 0.25);
      box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, 0.25);
      float: left;
      margin-left: -70px;
      margin-right: 2em;
      position: relative;
      z-index: 100;
      max-height: 160px; }
    .download-widget .button, .download-widget .button-primary, .download-widget .button-secondary {
      background-color: #005463;
      color: white;
      border: none; }
      .download-widget .button:hover, .download-widget .button-primary:hover, .download-widget .button-secondary:hover, .download-widget .button:focus, .download-widget .button-primary:focus, .download-widget .button-secondary:focus {
        background-color: #d81f27; }
        .download-widget .button:hover .meta, .download-widget .button-primary:hover .meta, .download-widget .button-secondary:hover .meta, .download-widget .button:focus .meta, .download-widget .button-primary:focus .meta, .download-widget .button-secondary:focus .meta {
          color: white; }
      .download-widget .button .meta, .download-widget .button-primary .meta, .download-widget .button-secondary .meta {
        font-size: 0.85em;
        color: #338797;
        margin-left: 0.25em; }
    .download-widget p:last-child {
      font-size: 1.25em;
      margin-bottom: 0; }
      .download-widget p:last-child, .download-widget p:last-child a {
        color: #bfd9de; }
      .download-widget p:last-child a:hover,
      .download-widget p:last-child a:focus {
        color: white; }

  .content-widget {
    background-color: #f0efe2; }

  /*----------- Navigation  -----------*/
  #primary-navigation,
  #site-navigation,
  #trip-navigation {
    position: relative;
    margin-top: -10px;
    height: 114px; }
    #primary-navigation:after,
    #site-navigation:after,
    #trip-navigation:after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 0px;
      border-top: 10px solid rgba(251, 183, 0, 0.7);
      z-index: 0; }
    #primary-navigation .menu > li,
    #site-navigation .menu > li,
    #trip-navigation .menu > li {
      *zoom: 1;
      float: left; }
      #primary-navigation .menu > li:before, #primary-navigation .menu > li:after,
      #site-navigation .menu > li:before,
      #site-navigation .menu > li:after,
      #trip-navigation .menu > li:before,
      #trip-navigation .menu > li:after {
        content: "";
        display: table; }
      #primary-navigation .menu > li:after,
      #site-navigation .menu > li:after,
      #trip-navigation .menu > li:after {
        clear: both; }
      #primary-navigation .menu > li:hover > a, #primary-navigation .menu > li:focus > a, #primary-navigation .menu > li.active > a,
      #site-navigation .menu > li:hover > a,
      #site-navigation .menu > li:focus > a,
      #site-navigation .menu > li.active > a,
      #trip-navigation .menu > li:hover > a,
      #trip-navigation .menu > li:focus > a,
      #trip-navigation .menu > li.active > a {
        background-color: #fcfcf7;
        color: #3f352d;
        padding-top: 79px; }
    #primary-navigation .menu > li > a,
    #site-navigation .menu > li > a,
    #trip-navigation .menu > li > a {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
      display: block;
      background: url(../img/menu_border.png) no-repeat right bottom;
      color: #68533d;
      padding-top: 77px;
      padding-bottom: 15px;
      text-align: center;
      text-decoration: none; }
      #primary-navigation .menu > li > a:hover, #primary-navigation .menu > li > a:focus, .active #primary-navigation .menu > li > a,
      #site-navigation .menu > li > a:hover,
      #site-navigation .menu > li > a:focus, .active
      #site-navigation .menu > li > a,
      #trip-navigation .menu > li > a:hover,
      #trip-navigation .menu > li > a:focus, .active
      #trip-navigation .menu > li > a {
        background-color: #fcfcf7;
        color: #3f352d;
        padding-top: 79px; }
    #primary-navigation .menu > li:last-child > a:hover, #primary-navigation .menu > li:last-child > a:focus,
    #site-navigation .menu > li:last-child > a:hover,
    #site-navigation .menu > li:last-child > a:focus,
    #trip-navigation .menu > li:last-child > a:hover,
    #trip-navigation .menu > li:last-child > a:focus {
      background-color: #fcfcf7;
      color: #3f352d;
      padding-top: 79px; }
    #primary-navigation .menu > li.active > a,
    #site-navigation .menu > li.active > a,
    #trip-navigation .menu > li.active > a {
      padding-top: 77px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #primary-navigation .dropdown-menu-container,
    #site-navigation .dropdown-menu-container,
    #trip-navigation .dropdown-menu-container {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      top: auto;
      left: auto;
      padding-top: 18px;
      margin-top: -3px;
      opacity: 0;
      transform: translateY(-5px);
      z-index: 900; }
      #primary-navigation .dropdown-menu-container:before,
      #site-navigation .dropdown-menu-container:before,
      #trip-navigation .dropdown-menu-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 53px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 18px 8px;
        border-color: transparent transparent #d81f29 transparent;
        -webkit-transform: rotate(360deg); }
    #primary-navigation .dropdown-menu,
    #site-navigation .dropdown-menu,
    #trip-navigation .dropdown-menu {
      background-color: #d81f27;
      color: #faf9ef;
      padding: 0.5em 0;
      min-width: 12em;
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25); }
      #primary-navigation .dropdown-menu li,
      #site-navigation .dropdown-menu li,
      #trip-navigation .dropdown-menu li {
        display: block;
        margin: 0;
        padding: 0 1em; }
        #primary-navigation .dropdown-menu li:hover,
        #site-navigation .dropdown-menu li:hover,
        #trip-navigation .dropdown-menu li:hover {
          background-color: #b91b21;
          color: #fff; }
      #primary-navigation .dropdown-menu a,
      #site-navigation .dropdown-menu a,
      #trip-navigation .dropdown-menu a {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        display: block;
        padding: 0.7em 0 0.65em 0;
        color: #faf9ef;
        font-size: 1em;
        text-decoration: none;
        border-bottom: 1px solid #b91b21;
        white-space: normal; }
      #primary-navigation .dropdown-menu li:last-child a,
      #site-navigation .dropdown-menu li:last-child a,
      #trip-navigation .dropdown-menu li:last-child a {
        border-bottom: none; }
    #primary-navigation .menu > li:hover .dropdown-menu-container,
    #site-navigation .menu > li:hover .dropdown-menu-container,
    #trip-navigation .menu > li:hover .dropdown-menu-container {
      display: block;
      opacity: 1;
      transform: translateY(0); }

  #primary-navigation {
    background: url(../img/menu_site_bg.png) no-repeat right -2px #faf9ef; }
    #primary-navigation .menu > li {
      width: 125px; }
    #primary-navigation #menu-main-menu {
      background: url(../img/menu_trips_bg.png) no-repeat center -11px transparent; }

  #trip-navigation {
    background: url(../img/menu_trips_bg.png) no-repeat right -2px #faf9ef; }
    #trip-navigation .menu > li {
      width: 25%; }

  #site-navigation {
    background: url(../img/menu_site_bg.png) no-repeat right -2px #faf9ef; }
    #site-navigation .menu > li {
      width: 50%; }

  .site-footer {
    background-color: #786046;
    color: #f2d7ba; }
    .site-footer a {
      color: #cdb397; }
    .site-footer a:hover,
    .site-footer a:focus {
      color: #f2d7ba; }

  #footer-navigation li {
    border-right: 1px solid #a2896e;
    margin-right: 1em;
    padding-right: 1em; }

  #footer-navigation li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }

  #footer-navigation a {
    white-space: nowrap; }

  /*----------- Home Page  -----------*/
  #intro {
    padding: 0; }
    #intro .welcome,
    #intro .about {
      background-color: #d81f27;
      color: #faf9ef;
      position: absolute;
      top: 0;
      left: 0;
      height: 170px; }
      #intro .welcome h1, #intro .welcome h2, #intro .welcome h1 a,
      #intro .about h1,
      #intro .about h2,
      #intro .about h1 a {
        color: #ffc72f; }
      #intro .welcome h1 a,
      #intro .about h1 a {
        border-bottom-color: rgba(255, 199, 47, 0.3); }
        #intro .welcome h1 a:hover,
        #intro .about h1 a:hover {
          border-bottom-color: #ffc72f; }
      #intro .welcome .button, #intro .welcome .button-primary, #intro .welcome .button-secondary,
      #intro .about .button,
      #intro .about .button-primary,
      #intro .about .button-secondary {
        background-color: #ab191f;
        color: #faf9ef;
        border: none; }
      #intro .welcome .toc-title,
      #intro .about .toc-title {
        color: #ff787d;
        border-bottom-color: #ff5e65; }
      #intro .welcome a,
      #intro .about a {
        color: white; }
      #intro .welcome b, #intro .welcome strong,
      #intro .about b,
      #intro .about strong {
        font-family: "Overlock", "Signika Negative", Calibri, Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale b, strong;
          -moz-osx-font-smoothing-font-weight: 900;
        font-size: 1.6em;
        font-weight: normal;
        color: #ffc72f; }
      #intro .welcome button, #intro .welcome .button, #intro .welcome .button-primary, #intro .welcome .button-secondary,
      #intro .about button,
      #intro .about .button,
      #intro .about .button-primary,
      #intro .about .button-secondary {
        background-color: #c21c23; }
        #intro .welcome button:hover, #intro .welcome button:focus, #intro .welcome .button:hover, #intro .welcome .button-primary:hover, #intro .welcome .button-secondary:hover, #intro .welcome .button:focus, #intro .welcome .button-primary:focus, #intro .welcome .button-secondary:focus,
        #intro .about button:hover,
        #intro .about button:focus,
        #intro .about .button:hover,
        #intro .about .button-primary:hover,
        #intro .about .button-secondary:hover,
        #intro .about .button:focus,
        #intro .about .button-primary:focus,
        #intro .about .button-secondary:focus {
          background-color: #b41a21; }
    #intro .welcome {
      padding-top: 35px;
      height: 180px; }
    #intro .about-photo {
      position: absolute;
      top: -160px;
      left: 50%;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      -webkit-backface-visibility: hidden; }
    #intro #about-photo-nic {
      margin-left: -150px;
      margin-top: -10px;
      -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
      -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg);
      /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    #intro #about-photo-pam {
      -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
      -moz-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg);
      /* This is to avoid an issue with CSS rotation and borders where the border goes all pixelly */
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden; }
    #intro .feature-block-container {
      margin-top: -50px;
      z-index: 100; }
    #intro .feature-block {
      font-size: 1.3em; }
      #intro .feature-block button, #intro .feature-block .button, #intro .feature-block .button-primary, #intro .feature-block .button-secondary {
        font-size: 0.95em; }

  /* Welcome Flip Card */
  .two-up {
    -webkit-perspective: 1000;
    perspective: 1000; }
    .two-up .card {
      position: relative;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      -webkit-transition: 0.5s; }
    .two-up .card,
    .two-up .front, .two-up .back {
      height: 320px; }
    .two-up .front,
    .two-up .back {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .two-up .front {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      z-index: 10; }
    .two-up .back {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .cssanimations .two-up .flipped {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .two-up .flipped .front {
      z-index: 0; }
    .two-up .flipped .back {
      z-index: 10; }

  #trips .col,
  #values .col {
    margin-top: 1em;
    margin-bottom: 1em; }
    #trips .col h3, #trips .col h4,
    #values .col h3,
    #values .col h4 {
      margin-top: 0; }
  #trips .col:nth-child(even),
  #trips .col:nth-child(odd),
  #values .col:nth-child(even),
  #values .col:nth-child(odd) {
    clear: none; }
  #trips .feature-content,
  #values .feature-content {
    padding: 20px 30px 20px 20px; }

  #trips {
    padding-top: 0; }

  #values {
    background-color: #ab8b68;
    color: #fefcfa; }
    #values h1, #values h2, #values h3, #values h1 a {
      color: #faf9ef; }
    #values h1 a {
      border-bottom-color: rgba(250, 249, 239, 0.3); }
      #values h1 a:hover {
        border-bottom-color: #faf9ef; }
    #values h2 small {
      color: #f2d7ba; }
    #values .button, #values .button-primary, #values .button-secondary {
      background-color: #00697d;
      color: #fff;
      border: none; }
      #values .button:hover, #values .button-primary:hover, #values .button-secondary:hover {
        background-color: #d81f27; }
    #values .toc-title {
      color: #d0b691;
      border-bottom-color: #d0b691; }
    #values .toc a:before {
      background-position: 0 -59px; }
    #values .toc a:hover:before,
    #values .toc a:focus:before {
      background-position: -20px -19px; }
    #values .col {
      margin-right: 0;
      width: 24.03058%; }
    #values .col .feature-content {
      border-right: 1px solid #a07e59; }
    #values .last .feature-content {
      border-right: 0; }
    #values .call-to-action {
      border-right: 0;
      margin-top: 5.5em; }

  /*----------- More Tag  -----------*/
  .more-tag {
    padding: 10px 1em 15px 1em;
    background-color: #d81f27;
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    margin: 0;
    height: 20px;
    z-index: 100; }
    .more-tag a {
      color: white; }
    .col .more-tag {
      bottom: -45px; }
    header[role="banner"] .more-tag {
      top: -50px;
      left: -1em;
      bottom: auto;
      right: auto;
      padding-top: 20px;
      padding-bottom: 5px;
      font-size: 1.1em;
      color: white; }
    #banner .more-tag {
      display: block; }

  .no-cssanimations header[role="banner"] .more-tag {
    display: none; }
  .no-cssanimations #brand:hover .more-tag,
  .no-cssanimations #brand:focus .more-tag,
  .no-cssanimations #trip-navigation:hover .more-tag,
  .no-cssanimations #trip-navigation:focus .more-tag,
  .no-cssanimations #site-navigation:hover .more-tag,
  .no-cssanimations #site-navigation:focus .more-tag {
    display: block;
    top: 0; }
  .no-cssanimations .col .more-tag {
    bottom: -10px; }
  .no-cssanimations .col:hover .more-tag,
  .no-cssanimations .col:focus .more-tag {
    bottom: -5px; }

  /*----------- Slideshow  -----------*/
  .slideshow-container,
  .slideshow {
    width: auto;
    height: 360px; }

  .slides li {
    width: 480px;
    height: 360px;
    margin: auto; }

  .slideshow-container {
    padding: 0 70px; }

  /*----------- Fullscreen slideshow  -----------*/
  #slideshow {
    height: 608px; }

  #supersized li {
    margin-bottom: 0; }
  #supersized,
  #supersized li {
    height: 608px; } }
@media only screen and (min-width: 1024px) {
  #logo {
    width: 253px;
    height: 253px;
    padding-bottom: 0;
    background-size: auto; }

  #logo a {
    width: 213px;
    height: 253px; }

  #brand:after {
    width: 213px; } }
@media only screen and (min-width: 1095px) {
  .content-container {
    width: 1090px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

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

.hidden {
  display: none !important;
  visibility: hidden; }

.admin-bar .hidden {
  display: block !important;
  visibility: visible !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.no-js .js {
  display: none; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
