@charset "UTF-8";
/*
Theme Name: Micah and Megan
Theme URI: http://caavadesign.com/
Author: Brandon Lavigne
Author URI: http://caavadesign.com
Description: Custom Theme developed for Micah and Megan Photography
Version: 1.0
License: GNU General Public License
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*------------------------------------*\
	STYLE.CSS
\*------------------------------------*/
/**
 * 
 * sass --watch style.scss:style.min.css --style compressed
 * 
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/**
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * 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 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 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;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, .media:after, .main-navigation:after, #masthead:after, .home section:after, .questions:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.main-navigation,
.island,
.islet {
  margin-bottom: 18px;
  margin-bottom: 1.2rem;
}
.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet
.media, .islet
.main-navigation, .islet
.island, .islet
.islet {
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 36px;
  margin-bottom: 2.4rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 16px;
  margin-bottom: 1.06667rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 36px;
  margin-left: 2.4rem;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 0.9375em/1.2 sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1;
}

h2, .beta {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2;
}

h3, .gamma {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h4, .delta {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.8;
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.125;
}

h6, .zeta {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.28571;
}

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6.4rem;
  line-height: 1.125;
}

.mega {
  font-size: 72px;
  font-size: 4.8rem;
  line-height: 1;
}

.kilo {
  font-size: 48px;
  font-size: 3.2rem;
  line-height: 1.125;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 16.875px;
  font-size: 1.125rem;
  line-height: 1.06667;
}

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
}

.micro {
  font-size: 10px;
  font-size: 0.66667rem;
  line-height: 1.8;
}

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "\2018" "\2019" "\201C" "\201D";
}
q:before {
  content: "\2018";
  content: open-quote;
}
q:after {
  content: "\2019";
  content: close-quote;
}
q q:before {
  content: "\201C";
  content: open-quote;
}
q q:after {
  content: "\201D";
  content: close-quote;
}

blockquote {
  quotes: "\201C" "\201D";
}
blockquote p:before {
  content: "\201C";
  content: open-quote;
}
blockquote p:after {
  content: "";
  content: no-close-quote;
}
blockquote p:last-of-type:after {
  content: "\201D";
  content: close-quote;
}
blockquote q:before {
  content: "\2018";
  content: open-quote;
}
blockquote q:after {
  content: "\2019";
  content: close-quote;
}

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening “ that we wish to hang.
   */
  text-indent: -0.41em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

.source {
  display: block;
  text-indent: 0;
}
.source:before {
  content: "\2014";
}

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}

.line-numbers code {
  white-space: pre;
  /* [4] */
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none;
}

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 18px;
  margin-left: 18px;
}

.img--left {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 90px;
}

.img--medium {
  height: 180px;
}

.img--tall {
  height: 270px;
}

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: 4.5px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  th,
  td {
    padding: 9px;
  }
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cccccc;
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 18px;
}

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
}

.form-fields > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 9px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media, .main-navigation {
  display: block;
}

.media__img, .main-navigation .logo {
  float: left;
  margin-right: 18px;
}

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev, .main-navigation #primary-nav {
  float: right;
  margin-left: 18px;
}

.media__img img, .main-navigation .logo img,
.media__img--rev img,
.main-navigation #primary-nav img {
  display: block;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img, .islet .main-navigation .logo, .main-navigation .islet .logo {
  margin-right: 9px;
}

.islet .media__img--rev, .islet .main-navigation #primary-nav, .main-navigation .islet #primary-nav {
  margin-left: 9px;
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif!important;
  color: #4a8ec2!important;
}

.brand-face {
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif!important;
}

.brand-color,
.brand-colour {
  color: #4a8ec2!important;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Add/remove margins
 */
.push {
  margin: 18px !important;
}

.push--top {
  margin-top: 18px !important;
}

.push--right {
  margin-right: 18px !important;
}

.push--bottom {
  margin-bottom: 18px !important;
}

.push--left {
  margin-left: 18px !important;
}

.push--ends {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.push--sides {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.push-half {
  margin: 9px !important;
}

.push-half--top {
  margin-top: 9px !important;
}

.push-half--right {
  margin-right: 9px !important;
}

.push-half--bottom {
  margin-bottom: 9px !important;
}

.push-half--left {
  margin-left: 9px !important;
}

.push-half--ends {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.push-half--sides {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 18px !important;
}

.soft--top {
  padding-top: 18px !important;
}

.soft--right {
  padding-right: 18px !important;
}

.soft--bottom {
  padding-bottom: 18px !important;
}

.soft--left {
  padding-left: 18px !important;
}

.soft--ends {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.soft--sides {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.soft-half {
  padding: 9px !important;
}

.soft-half--top {
  padding-top: 9px !important;
}

.soft-half--right {
  padding-right: 9px !important;
}

.soft-half--bottom {
  padding-bottom: 9px !important;
}

.soft-half--left {
  padding-left: 9px !important;
}

.soft-half--ends {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.soft-half--sides {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -18px !important;
  margin-left: -18px !important;
}
.islet .full-bleed {
  margin-right: -9px !important;
  margin-left: -9px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: "\00A0" "\00BB" !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* endif */
.sprites-sprite, .sprites-arrow_left, .sprites-arrow_right, .sprites-bg_black_01, .sprites-btn_search, .pagi-search .submit, .sprites-camera, .sprites-close, .sprites-continue, .btn_toggle, .sprites-facebook, .main-navigation .facebook, .sprites-facebook_inv, .sprites-globe, .sprites-guitar, .sprites-post_facebook, .st_facebook > span, .sprites-post_pinterest, .st_pinterest > span, .sprites-post_twitter, .st_twitter > span, .sprites-rocker, .sprites-twitter, .main-navigation .twitter, .sprites-twitter_inv, .sprites-vespa, .sprites-wine {
  background: url('img/sprites-sdf0a2b3925.png') no-repeat;
}

.sprites-arrow_left {
  background-position: 0 -4644px;
}
.sprites-arrow_left:hover, .sprites-arrow_left.arrow_left_hover, .sprites-arrow_left.arrow_left-hover {
  background-position: 0 -4869px;
}

.sprites-arrow_right {
  background-position: 0 -4590px;
}
.sprites-arrow_right:hover, .sprites-arrow_right.arrow_right_hover, .sprites-arrow_right.arrow_right-hover {
  background-position: 0 -4923px;
}

.sprites-bg_black_01 {
  background-position: 0 0;
}

.sprites-btn_search, .pagi-search .submit {
  background-position: 0 -5105px;
}

.sprites-camera {
  background-position: 0 -4350px;
}
.sprites-camera:hover, .sprites-camera.active, .sprites-camera.camera_hover, .sprites-camera.camera-hover {
  background-position: 0 -3226px;
}

.sprites-close {
  background-position: 0 -5033px;
}
.sprites-close:hover, .sprites-close.close_hover, .sprites-close.close-hover {
  background-position: 0 -4977px;
}

.sprites-continue, .btn_toggle {
  background-position: 0 -4755px;
}
.sprites-continue:hover, .btn_toggle:hover, .btn_toggle.hover, .sprites-continue.continue_hover, .continue_hover.btn_toggle, .sprites-continue.continue-hover, .continue-hover.btn_toggle {
  background-position: 0 -4698px;
}
.sprites-continue:active, .btn_toggle:active, .btn_toggle.active, .sprites-continue.continue_active, .continue_active.btn_toggle, .sprites-continue.continue-active, .continue-active.btn_toggle {
  background-position: 0 -4812px;
}

.sprites-facebook, .main-navigation .facebook {
  background-position: 0 -5208px;
}
.sprites-facebook:hover, .main-navigation .facebook:hover, .sprites-facebook.facebook_hover, .main-navigation .facebook_hover.facebook, .sprites-facebook.facebook-hover, .main-navigation .facebook-hover.facebook {
  background-position: 0 -5188px;
}

.sprites-facebook_inv, .fixed .main-navigation .facebook {
  background-position: 0 -5198px;
}

.sprites-globe {
  background-position: 0 -4053px;
}
.sprites-globe:hover, .sprites-globe.active, .sprites-globe.globe_hover, .sprites-globe.globe-hover {
  background-position: 0 -3070px;
}

.sprites-guitar {
  background-position: 0 -3732px;
}
.sprites-guitar:hover, .sprites-guitar.active, .sprites-guitar.guitar_hover, .sprites-guitar.guitar-hover {
  background-position: 0 -2749px;
}

.sprites-post_facebook, .st_facebook > span {
  background-position: 0 -5172px;
}

.sprites-post_pinterest, .st_pinterest > span {
  background-position: 0 -5089px;
}

.sprites-post_twitter, .st_twitter > span {
  background-position: 0 -5126px;
}

.sprites-rocker {
  background-position: 0 -3325px;
}
.sprites-rocker:hover, .sprites-rocker.active, .sprites-rocker.rocker_hover, .sprites-rocker.rocker-hover {
  background-position: 0 -2536px;
}

.sprites-twitter, .main-navigation .twitter {
  background-position: 0 -5162px;
}
.sprites-twitter:hover, .main-navigation .twitter:hover, .sprites-twitter.twitter_hover, .main-navigation .twitter_hover.twitter, .sprites-twitter.twitter-hover, .main-navigation .twitter-hover.twitter {
  background-position: 0 -5142px;
}

.sprites-twitter_inv, .fixed .main-navigation .twitter {
  background-position: 0 -5152px;
}

.sprites-vespa {
  background-position: 0 -3538px;
}
.sprites-vespa:hover, .sprites-vespa.active, .sprites-vespa.vespa_hover, .sprites-vespa.vespa-hover {
  background-position: 0 -2342px;
}

.sprites-wine {
  background-position: 0 -4449px;
}
.sprites-wine:hover, .sprites-wine.active, .sprites-wine.wine_hover, .sprites-wine.wine-hover {
  background-position: 0 -4209px;
}

/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid, .grid--rev, .grid--full, .grid--right, .grid--center {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid,
.grid--rev,
.grid--full,
.grid--right,
.grid--center {
  word-spacing: -0.43em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 21, 2013 */
@font-face {
  font-family: 'palatino';
  src: url("fonts/palatino-roman-webfont.eot");
  src: url("fonts/palatino-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/palatino-roman-webfont.woff") format("woff"), url("fonts/palatino-roman-webfont.ttf") format("truetype"), url("fonts/palatino-roman-webfont.svg#palatinoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'palatino';
  src: url("fonts/palatino-bold-webfont.eot");
  src: url("fonts/palatino-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/palatino-bold-webfont.woff") format("woff"), url("fonts/palatino-bold-webfont.ttf") format("truetype"), url("fonts/palatino-bold-webfont.svg#palatinobold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'palatino';
  src: url("fonts/palatino-italic-webfont.eot");
  src: url("fonts/palatino-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/palatino-italic-webfont.woff") format("woff"), url("fonts/palatino-italic-webfont.ttf") format("truetype"), url("fonts/palatino-italic-webfont.svg#palatinoitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'palatino';
  src: url("fonts/palatino-bolditalic-webfont.eot");
  src: url("fonts/palatino-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/palatino-bolditalic-webfont.woff") format("woff"), url("fonts/palatino-bolditalic-webfont.ttf") format("truetype"), url("fonts/palatino-bolditalic-webfont.svg#palatinobold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 30, 2013 */
@font-face {
  font-family: 'dubielplain';
  src: url("fonts/dubiel-webfont.eot");
  src: url("fonts/dubiel-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dubiel-webfont.woff") format("woff"), url("fonts/dubiel-webfont.ttf") format("truetype"), url("fonts/dubiel-webfont.svg#dubielplainregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dubielitalic';
  src: url("fonts/dubielitalic-webfont.eot");
  src: url("fonts/dubielitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/dubielitalic-webfont.woff") format("woff"), url("fonts/dubielitalic-webfont.ttf") format("truetype"), url("fonts/dubielitalic-webfont.svg#dubielitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 15, 2013 04:26:44 PM America/New_York */
/*
@font-face {
    font-family: 'LatinModernRoman10Regular';
    src: url('fonts/lmroman10-regular-webfont.eot');
    src: url('fonts/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmroman10-regular-webfont.woff') format('woff'),
         url('fonts/lmroman10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmroman10-regular-webfont.svg#LatinModernRoman10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRoman10Italic';
    src: url('fonts/lmroman10-italic-webfont.eot');
    src: url('fonts/lmroman10-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmroman10-italic-webfont.woff') format('woff'),
         url('fonts/lmroman10-italic-webfont.ttf') format('truetype'),
         url('fonts/lmroman10-italic-webfont.svg#LatinModernRoman10Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'LatinModernRoman10Bold';
  src: url("fonts/lmroman10-bold-webfont.eot");
  src: url("fonts/lmroman10-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lmroman10-bold-webfont.woff") format("woff"), url("fonts/lmroman10-bold-webfont.ttf") format("truetype"), url("fonts/lmroman10-bold-webfont.svg#LatinModernRoman10Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
    font-family: 'LatinModernRoman10BoldItalic';
    src: url('fonts/lmroman10-bolditalic-webfont.eot');
    src: url('fonts/lmroman10-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmroman10-bolditalic-webfont.woff') format('woff'),
         url('fonts/lmroman10-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lmroman10-bolditalic-webfont.svg#LatinModernRoman10BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanSlanted10Rg';
    src: url('fonts/lmromanslant10-regular-webfont.eot');
    src: url('fonts/lmromanslant10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromanslant10-regular-webfont.woff') format('woff'),
         url('fonts/lmromanslant10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmromanslant10-regular-webfont.svg#LatinModernRomanSlanted10Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanSlanted10Bold';
    src: url('fonts/lmromanslant10-bold-webfont.eot');
    src: url('fonts/lmromanslant10-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromanslant10-bold-webfont.woff') format('woff'),
         url('fonts/lmromanslant10-bold-webfont.ttf') format('truetype'),
         url('fonts/lmromanslant10-bold-webfont.svg#LatinModernRomanSlanted10Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanCaps10Regular';
    src: url('fonts/lmromancaps10-regular-webfont.eot');
    src: url('fonts/lmromancaps10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromancaps10-regular-webfont.woff') format('woff'),
         url('fonts/lmromancaps10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmromancaps10-regular-webfont.svg#LatinModernRomanCaps10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanCaps10Oblique';
    src: url('fonts/lmromancaps10-oblique-webfont.eot');
    src: url('fonts/lmromancaps10-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromancaps10-oblique-webfont.woff') format('woff'),
         url('fonts/lmromancaps10-oblique-webfont.ttf') format('truetype'),
         url('fonts/lmromancaps10-oblique-webfont.svg#LatinModernRomanCaps10Oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanDemi10Regular';
    src: url('fonts/lmromandemi10-regular-webfont.eot');
    src: url('fonts/lmromandemi10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromandemi10-regular-webfont.woff') format('woff'),
         url('fonts/lmromandemi10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmromandemi10-regular-webfont.svg#LatinModernRomanDemi10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanDemi10Oblique';
    src: url('fonts/lmromandemi10-oblique-webfont.eot');
    src: url('fonts/lmromandemi10-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromandemi10-oblique-webfont.woff') format('woff'),
         url('fonts/lmromandemi10-oblique-webfont.ttf') format('truetype'),
         url('fonts/lmromandemi10-oblique-webfont.svg#LatinModernRomanDemi10Oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanDunhill10Rg';
    src: url('fonts/lmromandunh10-regular-webfont.eot');
    src: url('fonts/lmromandunh10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromandunh10-regular-webfont.woff') format('woff'),
         url('fonts/lmromandunh10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmromandunh10-regular-webfont.svg#LatinModernRomanDunhill10Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernRomanDunhill10Ob';
    src: url('fonts/lmromandunh10-oblique-webfont.eot');
    src: url('fonts/lmromandunh10-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmromandunh10-oblique-webfont.woff') format('woff'),
         url('fonts/lmromandunh10-oblique-webfont.ttf') format('truetype'),
         url('fonts/lmromandunh10-oblique-webfont.svg#LatinModernRomanDunhill10Ob') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
#masthead {
  z-index: 20000;
  position: relative;
  height: 67px;
  background-color: #00a08e;
  overflow: hidden;
}
#masthead.fixed {
  width: 100%;
  position: fixed;
  -webkit-transform: scale3d(1, 1, 1);
  top: 0;
}

.logged-in #masthead.fixed {
  top: 20px;
}

.main-navigation {
  -webkit-transition: background 0.3s 0s;
  -webkit-transition-delay: ease-out;
  -moz-transition: background 0.3s 0s ease-out;
  -o-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
  min-width: 1050px;
  width:100%;
  background-color: white;
  margin-bottom: 0;
  font-size: 12px;
}
.main-navigation #primary-nav {
  margin: 0 24px 0 0;
}
.main-navigation a {
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.main-navigation a span {
  display: block;
  height: 1px;
  line-height: 0;
  margin: 4px auto;
  font-size: 0;
  width: 20px;
  text-align: center;
  background-color: white;
}
.main-navigation ul {
  margin: 0;
}
.main-navigation li {
  vertical-align: middle;
  height: 68px;
}
.main-navigation li:hover a, .main-navigation li.active a, .main-navigation li.current_page_parent a, .main-navigation li.form-active a {
  text-decoration: none;
}
.main-navigation li:hover a span, .main-navigation li.active a span, .main-navigation li.current_page_parent a span, .main-navigation li.form-active a span {
  background-color: black;
}
.main-navigation .logo {
  width: 363px;
  padding-left: 42px;
  margin-right: 0;
  height: 70px;
  background: url("img/logo_nav.png") center center no-repeat;
}
.main-navigation .logo.fixed {
  background: url("img/logo_nav_inv.png") center center no-repeat;
}
.main-navigation .twitter, .main-navigation .facebook {
  height: 10px;
  overflow: hidden;
  text-indent: -9000px;
  display: inline-block;
  padding: 0;
  margin: 5px;
}
.main-navigation .twitter {
  width: 11px;
}
.main-navigation .facebook {
  width: 9px;
}

.fixed .main-navigation {
  background-color: black;
}
.fixed .main-navigation li:hover a, .fixed .main-navigation li.active a, .fixed .main-navigation li.current_page_parent a, .fixed .main-navigation li.form-active a {
  text-decoration: none;
}
.fixed .main-navigation li:hover a span, .fixed .main-navigation li.active a span, .fixed .main-navigation li.current_page_parent a span, .fixed .main-navigation li.form-active a span {
  background-color: white;
}
.fixed .main-navigation a {
  color: white;
}
.fixed .main-navigation a span {
  background-color: black;
}

.inquire {
  background-color: #00a08e;
  margin: 0;
  padding: 30px;
  left: 0;
  z-index: -1;
  width: 100%;
  bottom: 0;
}
.inquire .foot {
  width: 900px;
  margin: 18px auto 10px;
}
.inquire .foot a {
  color: white;
  font-family: 'dubielregular';
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
}
.inquire .sprites-close {
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  text-align: left;
  text-indent: -9000px;
}
.inquire .col {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.inquire .col.right {
  text-align: right;
}

/* =Content
----------------------------------------------- */
#main {
  clear: both;
  padding: 115px 0 0;
  width: 840px;
  margin: 0 auto;
}

.mobile #main {
  padding-top: 0;
}

.assistive-text {
  display: none;
}

.content-area {
  display: block;
  margin: 20px auto 0;
}
.content-area a {
  color: black;
}

.page-title {
  color: black;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.6em;
  margin: 0;
  text-transform: uppercase;
}

.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

.hentry,
.no-results {
  margin: 0 0 30px;
  position: relative;
}

.hentry:last-child,
.no-results {
  border-bottom: none;
}

/*.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); # IE6, IE7
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}*/
.entry-title {
  color: #222;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
  width: 780px;
  vertical-align: top;
}

.entry-title,
.entry-title a {
  color: black;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #00a08e;
}

header .entry-meta {
  color: #00a08e;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  display: none;
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif;
  margin: 0;
  vertical-align: middle;
  width: 115px;
}

header .entry-meta span:before, header .entry-meta span:after {
  padding: 0 6px;
}

.entry-content a {
  color: black;
}

.entry-content blockquote {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-family: 'dubielplain';
  letter-spacing: 1px;
  padding: 10px 10px 13px;
}

.single-author .entry-meta .by-author {
  display: none;
}

.entry-content,
.entry-summary {
  padding: 0;
  width: 900px;
  margin: 0 auto;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #000;
  font-weight: 100;
  margin: 0 0 .8125em;
}

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}

.entry-content th,
.comment-content th {
  color: black;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

.entry-content #s {
  width: 92%;
}

.entry-content .widget_recent_entries, .entry-content .widget_most_popular_cats {
  width: 30%;
  float: left;
  clear: none;
}
.entry-content .widget_most_popular_cats, .entry-content .widget_archive {
  width: 30%;
  margin-left: 3%;
  float: left;
  clear: none;
}
.entry-content .widget_tag_cloud {
  clear: both;
}

.entry-content p {
  margin-top: 5px;
  line-height: 1.4;
}

.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}

.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}

dl.gallery-item {
  margin: 0;
}

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}

.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}

.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}

.page-link span {
  margin-right: 6px;
}

.entry-title .edit-link a,
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: black;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}

.entry-title .edit-link a {
  float: none;
}

.entry-title .edit-link a:hover,
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}

.entry-content .edit-link {
  clear: both;
  display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content img {
  margin-top: 6px !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}

.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.wp-caption.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}

.wp-caption {
  background: #eee;
  max-width: 96%;
  padding: 9px;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  color: black;
  font-family: Georgia, serif;
  font-size: 12px;
}

.wp-caption .wp-caption-text {
  padding: 10px 0 5px 40px;
  position: relative;
  margin: 0;
}

.wp-caption .wp-caption-text:before {
  color: black;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}

#content .gallery {
  margin: 0 auto 1.625em;
}

#content .gallery a img {
  border: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  padding: 0;
}

.wp-caption img {
  border-color: #eee;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
  /* Add some useful style to those fancy borders for linked images ... */
  background: #eee;
  border-color: #bbb;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  /* ... including captioned images! */
  background: #fff;
  border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}

.post-password-required input[type=password] {
  margin: 0.8125em 0;
}

.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}

/* Author Info */
#author-info {
  font-size: 12px;
  overflow: hidden;
}

.singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}

.archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}

#author-avatar {
  float: left;
  margin-right: -78px;
}

#author-avatar img {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}

#author-description {
  float: left;
  margin-left: 108px;
}

#author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
  color: black;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  text-transform: uppercase;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: black;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.entry-header .comments-link .leave-reply {
  visibility: hidden;
}

.page-links {
  clear: both;
  line-height: 1.714285714;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header {
  padding: 8px 0 0;
  width: 900px;
  margin: 0 auto;
}

.entry-header .entry-format {
  color: #00a08e;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}

.entry-header hgroup .entry-title {
  padding-top: 15px;
}

footer.entry-meta {
  width: 900px;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
  font-family: 'dubielplain';
  background-color: #f1f1f1;
}
footer.entry-meta a {
  color: black;
}
footer.entry-meta a:hover {
  text-decoration: none;
  color: black;
}
footer.entry-meta .comments-link {
  position: absolute;
  top: 14px;
  right: 2px;
  text-transform: uppercase;
}
footer.entry-meta .tags-links {
  display: block;
  margin-top: 12px;
}

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}

article.format-status .entry-content {
  min-height: 65px;
}

.recent-posts .entry-header .entry-format {
  display: none;
}

.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
  border-bottom: none;
  padding: 4.875em 0 0;
  position: relative;
}

.singular.page .hentry {
  padding: 3.5em 0 0;
}

.singular .entry-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.singular .entry-title,
.singular .entry-header .entry-meta {
  padding-right: 0;
}

.singular .entry-header .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
}

blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}

.singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}

.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
}

.singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}

.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
}

blockquote.pull.alignleft,
blockquote.pull.alignright {
  width: 33%;
}

.singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}

.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
  width: 33%;
}

.singular .entry-meta .edit-link a {
  bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px;
}

/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}

.singular .format-aside .entry-title {
  display: block;
}

.format-aside .entry-content {
  padding: 0;
}

.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}

/* =Link
----------------------------------------------- */
.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}

.singular .format-link .entry-title {
  display: block;
}

.format-link .entry-content {
  padding: 0;
}

.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}

/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: .375em 1.625em 0 0;
  max-width: 100%;
}

/* =Status
----------------------------------------------- */
.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}

.singular .format-status .entry-title {
  display: block;
}

.format-status .entry-content {
  padding: 0;
}

.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}

.format-status img.avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}

/* =Quote
----------------------------------------------- */
.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}

/* =Image
----------------------------------------------- */
.indexed.format-image .entry-header {
  min-height: 61px;
  /* Prevent the comment icon from colliding with the image when there is no title */
}

.indexed.format-image .entry-content {
  padding-top: 0.5em;
}

.indexed.format-image .entry-content p {
  margin: 1em 0;
}

.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
  display: block;
  margin: 0;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding-bottom: 1em;
}

.indexed.format-image footer.entry-meta {
  background: #ddd;
  overflow: hidden;
  padding: 4%;
  max-width: 96%;
}

.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}

.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}

.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}

.indexed.format-image footer.entry-meta a {
  color: #444;
}

.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}

#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}

.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 2% 2% 0;
}

.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}

.indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}

.indexed.format-image a:hover img {
  opacity: 0.8;
}

/* =error404
----------------------------------------------- */
.search-no-results #searchform,
.error404 #searchform {
  overflow: hidden;
  margin-bottom: 45px;
}

.search-no-results .widget_archive,
.error404 .widget_archive {
  margin-right: 0;
}

.search-no-results .widget_tag_cloud,
.error404 .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
  clear: both;
}

.search-no-results .widgettitle,
.error404 .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
}

/* =Showcase
----------------------------------------------- */
h1.showcase-heading {
  color: black;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

/* Intro */
article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}

article.intro .entry-title {
  display: none;
}

article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}

article.intro .edit-link a {
  background: #aaa;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}

article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
  background: #777;
}

/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}

section.featured-post .hentry {
  border: none;
  color: black;
  margin: 0;
}

section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Recent Posts */
section.recent-posts {
  padding: 0 0 1.625em;
}

section.recent-posts .hentry {
  border: none;
  margin: 0;
}

section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}

section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}

section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}

section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}

section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: '-';
  color: transparent;
  font-size: 11px;
}

section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 1;
}

section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}

section.recent-posts .other-recent-posts .comments-link a:hover {
  color: black;
  border-color: black;
}

section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

#nav-below .nav-previous, #nav-below .nav-next {
  display: inline-block;
  width: 140px;
  text-align: center;
  border-right: 1px solid #e8e9ea;
  border-left: 1px solid #e8e9ea;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
  color: black;
  text-transform: uppercase;
  padding: 14px;
  display: block;
}

#nav-below {
  border: 1px solid #e8e9ea;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}

.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}

.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}

.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}

.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.site-content .gallery {
  margin-bottom: 1.5em;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-content .gallery dd {
  margin: 0;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
  display: block;
  padding-top: 30px;
  margin: 0 auto;
  vertical-align: top;
  width: 900px;
}

.widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  clear: both;
  margin: 0 0 20px;
}
.widget .assistive-text {
  display: none;
}

.widget-title {
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif;
  color: black;
  font-size: 18px;
  clear: both;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 16px 0 11px;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  font-size: 12px;
  list-style: none outside none;
  margin: 0;
  padding: 5px 0 15px 0;
}
.widget ul:first-child {
  border-top: none;
}

.widget ul ul {
  margin-left: 1.5em;
}

.widget ul li {
  color: #777;
  font-size: 11px;
  line-height: 20px;
  border-top: 1px dashed black;
}

.widget ul li:first-child {
  border-top: none;
}

.widget a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em;
}

.widget_search #s {
  width: 87%;
  height: 24px;
  vertical-align: bottom;
}

.widget_search h1 {
  display: none;
}

.widget_search #searchsubmit {
  border: 1px solid #ddd;
  text-indent: -9000px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 24px;
  height: 23px;
  color: #888;
  font-size: 13px;
  line-height: 25px;
  background: #dddddd url("/micah-megan/wp-content/themes/micahmegan/img/ico_search.png") center center no-repeat;
  position: relative;
  vertical-align: bottom;
}

.widget_search #searchsubmit:active {
  background-color: #c4c4c4;
  color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}

.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  color: black;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  text-transform: uppercase;
}

section.ephemera .entry-title a span {
  color: #29628d;
}

/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}

.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}

/* Widget Image */
.widget_image img {
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}

.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* cv-sticky */
.cv-sticky {
  position: relative;
  background-color: black;
  margin-bottom: 5px;
  width: 177px;
  height: 123px;
}
.cv-sticky:hover img {
  opacity: .1;
}
.cv-sticky a {
  color: #00a08e;
  font-weight: normal;
}
.cv-sticky a:hover {
  text-decoration: none;
}
.cv-sticky img {
  opacity: .2;
  display: block;
}
.cv-sticky .cv-date, .cv-sticky .cv-title {
  font-size: 28px;
  position: absolute;
  text-align: center;
  top: 33px;
  width: 100%;
  z-index: 2;
}
.cv-sticky .cv-title {
  top: 63px;
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
}

/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
Version 1.6.5.1
http: //www.gravityforms.com
updated: April 24, 2012 6:09 PM

Gravity Forms is a Rocketgenius project
copyright 2012 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
html > body .entry ul {
  text-indent: 0;
}

.gform_wrapper ul {
  text-indent: 0;
}
.gform_wrapper li, .gform_wrapper form li {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  overflow: visible;
}
.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}
.gform_wrapper ul.right_label li {
  margin-bottom: 14px;
}
.gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
  margin-bottom: 14px;
}
.gform_wrapper ul.right_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_wrapper select {
  font-size: 11px;
  font-family: inherit;
  padding: 3px 0 3px 0;
  letter-spacing: normal;
}
.gform_wrapper .inline {
  display: inline;
}
.gform_wrapper .gform_heading {
  width: 288px;
}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  margin-right: 12px;
}
.gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px;
}
.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gfield_time_ampm select {
  width: 60px;
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
  width: 70%;
}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
  width: 85%;
}
.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #c2d7ef;
}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}
.gform_wrapper .ginput_complex {
  overflow: hidden;
}
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {
  width: 288px;
}
.gform_wrapper .field_name_last input {
  width: 93%;
}
.gform_wrapper .datepicker {
  width: 288px;
}
.gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: left;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input {
  width: 90%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input {
  width: 288px;
}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select {
  width: 288px;
}
.gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {
  width: 288px;
}
.gform_wrapper .ginput_complex label {
  display: none;
  margin: 3px 0;
  font-size: 11px;
  letter-spacing: 0.5pt;
}
.gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  font-size: 11px;
  letter-spacing: 0.5pt;
}
.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px;
  margin-right: 14px;
}
.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px;
}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
  float: left;
  margin-right: 8px;
}
.gform_wrapper .top_label .gfield_label {
  margin: 10px 0 4px 0;
  font-weight: bold;
  display: none;
  line-height: 1.3em;
  clear: both;
}
.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
}
.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden;
}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
  width: 25%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 47%;
}
.gform_wrapper .top_label input.medium {
  padding-right: 2px;
}
.gform_wrapper .top_label input.large {
  width: 288px;
}
.gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  width: 98%;
}
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
  width: 15%;
}
.gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small {
  width: 15%;
}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
  width: 35%;
}
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
  width: 35%;
}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large {
  width: 63%;
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large {
  width: 63%;
}
.gform_wrapper textarea.textarea {
  width: 63%;
}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
  width: 64%;
}
.gform_wrapper h2.gsection_title {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title {
  font-weight: bold;
  font-size: 1.3em;
}
.gform_wrapper h3.gform_title {
  font-weight: bold;
  margin: 0 0 14px;
  letter-spacing: normal;
}
.gform_wrapper span.gform_description {
  font-weight: normal;
}
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
  width: 288px;
}
.gform_wrapper .gsection {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 8px 0;
  margin: 16px 0;
  clear: both;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 2px;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  font-family: sans-serif;
  letter-spacing: normal;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 4px 0 8px 0;
}
.gform_wrapper .gfield_description {
  padding: 10px 0 0 0;
  width: 99.8%;
}
.gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
  width: 63%;
}
.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

/* radio and checkbox styling - justifies lenghty labels ------------------------------------------------------*/
.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .right_label .gfield_description {
  margin-left: 31%;
}
.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction {
  margin-left: 31%;
}
.gform_wrapper .right_label .instruction {
  margin-left: 31%;
}
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em;
}
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_wrapper textarea.small {
  height: 80px;
}
.gform_wrapper textarea.medium {
  height: 150px;
}
.gform_wrapper textarea.large {
  height: 250px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFDF;
  margin-bottom: 6px;
  padding: 6px 6px 4px 6px;
  border: 1px solid #c89797;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px;
  padding: 6px 6px 4px 6px;
  border: 1px dashed #c89797;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  padding: 10px 20px 10px 45px;
  min-height: 25px;
  background-image: url(img/stopbanner.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #790000;
  border-bottom: 1px solid #620101;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.3em;
  letter-spacing: 0.2pt;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px;
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #790000;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%;
}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 66%;
}
.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 66%;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 12px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .validation_error {
  color: #790000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.gform_wrapper .validation_message {
  color: #790000;
  font-size: 11px;
  letter-spacing: normal;
}
.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
  padding: 16px 0 10px 31%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
}
.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto;
  background: none;
  border: none;
}

#gforms_confirmation_message {
  margin: 30px 0;
  max-width: 99%;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_full {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_full input {
  width: 288px;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin: 0 0 8px 0;
  line-height: 1.3em;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.gform_validation_container, .gform_wrapper .gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

/* Really Simple Captcha ------------------------------------------------------*/
.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_wrapper .simple_captcha_small input {
  width: 100px;
}
.gform_wrapper .simple_captcha_medium input {
  width: 150px;
}
.gform_wrapper .simple_captcha_large input {
  width: 200px;
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .right_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none;
  background: none;
  float: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .math_small input {
  width: 69px;
}
.gform_wrapper .math_medium input {
  width: 90px;
}
.gform_wrapper .math_large input {
  width: 108px;
}
.gform_wrapper .left_label .math_small, .gform_wrapper .right_label .math_small, .gform_wrapper .left_label .math_medium, .gform_wrapper .right_label .math_medium, .gform_wrapper .left_label .math_large, .gform_wrapper .right_label .math_large {
  margin-left: 32%;
}
.gform_wrapper div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92%;
  white-space: nowrap;
}
.gform_wrapper div.charleft[style] {
  width: 92%;
}
.gform_wrapper .left_label div.charleft, .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_wrapper div.charleft.warningTextareaInfo {
  color: #a1a1a1;
}
.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none;
}
.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em;
}
.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_wrapper span.ginput_product_price {
  color: #990000;
}
.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_wrapper input.ginput_quantity {
  width: 40px;
}
.gform_wrapper .gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
}
.gform_wrapper .gform_page_footer .button.gform_button {
  margin-right: 10px;
}
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #cccccc;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em;
  margin: 0 0 6px 0;
  padding: 0;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  border: 1px solid #ACACAC;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  background-image: url(img/percentbar_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gf_progressbar_percentage span {
  margin-right: 5px;
  margin-left: 5px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
.gform_wrapper .percentbar_blue {
  background-image: url(img/percentbar_blue.png);
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: white;
}
.gform_wrapper .percentbar_gray {
  background-image: url(img/percentbar_gray.png);
  background-repeat: repeat-x;
  background-color: #666;
  color: white;
}
.gform_wrapper .percentbar_green {
  background-image: url(img/percentbar_green.png);
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: white;
}
.gform_wrapper .percentbar_orange {
  background-image: url(img/percentbar_orange.png);
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: white;
}
.gform_wrapper .percentbar_red {
  background-image: url(img/percentbar_red.png);
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: white;
}
.gform_wrapper .percentbar_custom {
  background-image: url(img/percentbar_custom.png);
  background-repeat: repeat-x;
}
.gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #cccccc;
}
.gform_wrapper .gf_step {
  width: auto;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  font-family: arial,sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial, sans-serif;
}
.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1;
}
.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #eeeeee;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #ffcc00;
}
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8dff1c;
}

/* math challenge ------------------------------------------------------*/
/* textarea character counter ------------------------------------------------------*/
/* pricing fields ------------------------------------------------------*/
/* multi-page form paging ------------------------------------------------------*/
/* multi-page progress bar  ------------------------------------------------------*/
/* multi-page steps ------------------------------------------------------*/
/* password strength indicator -----------------------------------------------------------------*/
/* reset the default list styles for the HTML blocks -----------------------------------------------------------------*/
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em;
}

/* list fields added in v.1.6 -----------------------------------------------------------------*/
.gform_wrapper table.gfield_list {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-spacing: 0;
  border-collapse: collapse;
}
.gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gform_wrapper table.gfield_list thead th {
  font-weight: bold;
  text-align: left;
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list td {
  padding: 0 0 0.5em 0;
}
.gform_wrapper table.gfield_list th + th, .gform_wrapper table.gfield_list td + td {
  padding: 0 0 0.5em 0.7em;
}
.gform_wrapper .left_label .gfield_list, .gform_wrapper .right_label .gfield_list {
  width: 64%;
}
.gform_wrapper .top_label .gfield_list {
  width: 99%;
}
.gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
  width: 45%;
}
.gform_wrapper .top_label .gf_list_one_column {
  width: 46%;
}
.gform_wrapper .gfield_list input {
  width: 288px;
}

.gfield_icon_disabled {
  cursor: default;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
  min-width: 45px;
}
/* enhanced UI/select styles updated in v.1.8.12 -----------------------------------------------------------------*/


.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    letter-spacing: 1px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.gform_wrapper .chosen-container a {
    cursor: pointer;
}
.gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    font-family:"dubielregular", "Times New Roman", Georgia, Serif;
    text-transform:uppercase;
    //padding: 0 0 0 8px;
    padding: 9px 10px;
    //height: 23px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    //background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    //background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    //background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    //background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    //background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    //line-height: 24px;
}
.gform_wrapper .chosen-container-single .chosen-default {
    color: #999;
}
.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%}
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/chosen-sprite.png) no-repeat 0 6px;
}
.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(img/chosen-sprite.png) no-repeat 100% -20px;
    background: url(img/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.gform_wrapper .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.gform_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px !important;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}
.gform_wrapper .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #111!important;
}
.gform_wrapper .chosen-disabled {
    opacity: .5!important;
    cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-single {
    cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.gform_wrapper .chosen-rtl {
    text-align: right;
}
.gform_wrapper .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.gform_wrapper .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.gform_wrapper .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.gform_wrapper .chosen-rtl .chosen-choices li {
    float: right;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
    left: 9999px;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
}
.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(img/chosen-sprite.png) no-repeat -30px -20px;
    background: url(img/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
    .gform_wrapper .chosen-rtl .chosen-search input[type=text].gform_wrapper .chosen-container-single .chosen-single abbr.gform_wrapper .chosen-container-single .chosen-single div b.gform_wrapper .chosen-container-single .chosen-search input[type=text].gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.gform_wrapper .chosen-container .chosen-results-scroll-down span.gform_wrapper .chosen-container .chosen-results-scroll-up span {
        background-image: url(img/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important;
    }
}
.gform_wrapper .top_label li.gfield.gf_inline {
  vertical-align: top;
  width: auto;
  margin-right: 14px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large {
  width: 25.4em;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium {
  width: 18.7em;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
  width: 6em;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small {
  width: 5em;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
  width: 5em;
}
.gform_wrapper .top_label li.gfield.gf_inline select {
  width: auto;
}
.gform_wrapper .top_label li.gfield.gf_inline textarea {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
  width: 70%;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
  width: 50px;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto;
}
.gform_wrapper li.gf_inline div.ginput_container {
  white-space: nowrap;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0 0 8px 0;
  width: 49%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  width: 46%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 46%;
  margin-right: 1%;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  float: left;
  clear: left;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  float: right;
  clear: right;
}
.gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large {
  width: 97%;
}
.gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large {
  width: 97%;
}
.gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large {
  width: 97%;
}
.gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large {
  width: 97%;
}
.gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
  width: 35%;
}
.gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 0 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
  clear: both;
}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  margin: 0 0 8px 0;
  width: 32%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
  width: 29%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
  width: 29%;
  margin-right: 1%;
}
.gform_wrapper .top_label li.gfield.gf_left_third {
  float: left;
  clear: left;
}
.gform_wrapper .top_label li.gfield.gf_middle_third {
  float: left;
  margin-left: 2%;
  clear: none;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
  margin-left: 3%;
}
.gform_wrapper .top_label li.gfield.gf_right_third {
  float: right;
  clear: right;
}
.gform_wrapper .top_label li.gfield.gf_left_third input.medium, .gform_wrapper .top_label li.gfield.gf_left_third input.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_left_third select.medium, .gform_wrapper .top_label li.gfield.gf_left_third select.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_middle_third input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third input.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_middle_third select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third select.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_right_third input.medium, .gform_wrapper .top_label li.gfield.gf_right_third input.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_right_third select.medium, .gform_wrapper .top_label li.gfield.gf_right_third select.large {
  width: 288px;
}
.gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
  padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
  clear: both;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  width: 50%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
  width: 50%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 33%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_3col ul.gfield_radio li {
  width: 33%;
  float: left;
  margin: 0 0 8px 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  width: 25%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_2col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_3col ul.gfield_radio {
  overflow: hidden;
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px;
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px;
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px;
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px;
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px;
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  width: auto;
  float: none;
  margin: 0 10px 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
  display: none;
}
.gform_wrapper li.gsection.gf_scroll_text {
  height: 180px;
  width: 288px;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #cccccc;
}
.gform_wrapper li.gsection.gf_scroll_text h2.gsection_title {
  margin: 10px 10px 0 10px;
}
.gform_wrapper li.gsection.gf_scroll_text .gsection_description {
  margin: 10px;
  font-size: 0.8em;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  list-style-type: disc;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  list-style-type: disc;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em;
}
.gform_wrapper form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  margin: 0 0 0.5em;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: bold;
}
.gform_wrapper div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 20px 0;
  padding: 20px;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #003300;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222222;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475;
}
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(img/gf_creditcard_icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px;
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(img/gf_creditcard_icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_chrome ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99%;
}
.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  padding: 5px 0 5px;
  margin-bottom: 5px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 4px;
}
.gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_gecko ul li:after {
  content: none;
}

/* Firefox specific rules ------------------------------------------------------*/
.entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select {
  margin-left: 2px;
}
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  margin-left: 2px;
}
.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 2px;
}
.gform_wrapper.gf_browser_opera ul li:before, .gform_wrapper.gf_browser_opera ul li:after {
  content: none;
}

/* Opera specific rules ------------------------------------------------------*/
.entry .gform_wrapper.gf_browser_opera ul li:before, .entry .gform_wrapper.gf_browser_opera ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_opera .ginput_complex .ginput_right select {
  padding: 5px 0 5px;
  margin-bottom: 5px;
}
.gform_wrapper.gf_browser_opera .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99%;
}
.gform_wrapper.gf_browser_opera .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_opera .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_ie ul li:after {
  content: none;
}

/* IE specific rules ------------------------------------------------------*/
.entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}
.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}
.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}
.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px 0;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}
.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}
.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 1.3em;
}
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_ie .gfield_checkbox li input {
  margin-top: 0;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0;
}
.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}
.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -1px;
  left: 4px;
}
.gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_iphone ul li:after {
  content: none;
}

/* iPhone specific rules ------------------------------------------------------*/
.entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after {
  content: none;
}

/* rules for other unknown browsers ------------------------------------------------------*/
.gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_unknown ul li:after {
  content: none;
}

.entry .gform_wrapper.gf_browser_unknown ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after {
  content: none;
}

/* rtl language support ------------------------------------------------------*/
body.rtl .gform_wrapper ul li {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper ul li.gfield {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper ul li.gfield.gfield_html, body.rtl .gform_wrapper ul li.gfield input, body.rtl .gform_wrapper ul li.gfield textarea {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper textarea, body.rtl .gform_wrapper ul li.gfield select, body.rtl .gform_wrapper select {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper input[type="text"], body.rtl .gform_wrapper input[type="email"], body.rtl .gform_wrapper input[type="password"], body.rtl .gform_wrapper input[type="url"], body.rtl .gform_wrapper input[type="tel"], body.rtl .gform_wrapper input[type="submit"], body.rtl .gform_wrapper input[type="button"] {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper button, body.rtl .gform_wrapper table tr td.gfield_list_icons, body.rtl .gform_wrapper div.validation_error, body.rtl .gform_wrapper h3.gform_title, body.rtl .gform_wrapper span.gform_description, body.rtl .gform_wrapper .gform_footer {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper ul li {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper ul li.gfield {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper ul li.gfield.gfield_html, body .gform_wrapper.gf_rtl_wrapper ul li.gfield input, body .gform_wrapper.gf_rtl_wrapper ul li.gfield textarea {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper textarea, body .gform_wrapper.gf_rtl_wrapper ul li.gfield select, body .gform_wrapper.gf_rtl_wrapper select {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper input[type="text"], body .gform_wrapper.gf_rtl_wrapper input[type="email"], body .gform_wrapper.gf_rtl_wrapper input[type="password"], body .gform_wrapper.gf_rtl_wrapper input[type="url"], body .gform_wrapper.gf_rtl_wrapper input[type="tel"], body .gform_wrapper.gf_rtl_wrapper input[type="submit"], body .gform_wrapper.gf_rtl_wrapper input[type="button"] {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper button, body .gform_wrapper.gf_rtl_wrapper table tr td.gfield_list_icons, body .gform_wrapper.gf_rtl_wrapper div.validation_error, body .gform_wrapper.gf_rtl_wrapper h3.gform_title, body .gform_wrapper.gf_rtl_wrapper span.gform_description, body .gform_wrapper.gf_rtl_wrapper .gform_footer {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper .gfield_checkbox li input[type="checkbox"], body.rtl .gform_wrapper .gfield_radio li input[type="radio"], body.rtl .gform_wrapper .gfield_checkbox li input {
  float: right;
}
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input[type="checkbox"], body .gform_wrapper.gf_rtl_wrapper .gfield_radio li input[type="radio"], body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input {
  float: right;
}
body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body.rtl .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body.rtl .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  margin: 0 1.5em 0 0;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper.gf_rtl_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  margin: 0 1.5em 0 0;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table {
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table th, body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table td {
  text-align: right;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p, body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html span, body .gform_wrapper.gf_rtl_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html blockquote {
  text-align: right;
  direction: rtl;
}
body.rtl .gform_wrapper table.gfield_list th, body.rtl .gform_wrapper table.gfield_list td {
  padding: 0;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list {
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list th, body .gform_wrapper.gf_rtl_wrapper table.gfield_list td {
  padding: 0;
}
body .gform_wrapper.gf_rtl_wrapper table.gfield_list thead th {
  text-align: right;
}
body.rtl .gform_wrapper table input, body .gform_wrapper.gf_rtl_wrapper table input {
  float: right;
}
body.rtl .gform_wrapper.gf_browser_gecko .top_label input[type="file"], body.rtl .gform_wrapper.gf_browser_gecko .left_label input[type="file"], body.rtl .gform_wrapper.gf_browser_gecko .right_label input[type="file"] {
  width: 55%;
  direction: rtl;
}
body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .top_label input[type="file"], body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .left_label input[type="file"], body .gform_wrapper.gf_rtl_wrapper.gf_browser_gecko .right_label input[type="file"] {
  width: 55%;
  direction: rtl;
}
body.rtl .gform_wrapper.recaptchatable #recaptcha_response_field, body .gform_wrapper.gf_rtl_wrapper .recaptchatable #recaptcha_response_field {
  position: static;
}
body.rtl .gform_wrapper .chosen-container-multi ul.chosen-choices li.search-choice, body .gform_wrapper.gf_rtl_wrapper .chosen-container-multi ul.chosen-choices li.search-choice {
  float: right;
  margin: 3px 5px 3px 0;
}
body.rtl .gform_wrapper .chosen-container ul.chosen-choices li.search-field, body .gform_wrapper.gf_rtl_wrapper .chosen-container ul.chosen-choices li.search-field {
  float: right;
}
body.rtl .gform_wrapper .left_label .gfield_label, body.rtl .gform_wrapper .right_label .gfield_label {
  float: right;
  margin: 0 0 0 15px;
}
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_label, body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
  float: right;
  margin: 0 0 0 15px;
}
body.rtl .gform_wrapper .right_label .gfield_label, body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_label {
  text-align: left;
}
body.rtl .gform_wrapper .right_label .gfield_description {
  margin-right: 31%;
  margin-left: 0;
}
body.rtl .gform_wrapper .left_label .gfield_description, body.rtl .gform_wrapper .left_label .instruction {
  margin-right: 31%;
  margin-left: 0;
}
body.rtl .gform_wrapper .right_label .instruction {
  margin-right: 31%;
  margin-left: 0;
}
body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description {
  margin-right: 31%;
  margin-left: 0;
}
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description, body .gform_wrapper.gf_rtl_wrapper .left_label .instruction {
  margin-right: 31%;
  margin-left: 0;
}
body .gform_wrapper.gf_rtl_wrapper .right_label .instruction {
  margin-right: 31%;
  margin-left: 0;
}
body.rtl .gform_wrapper .right_label div.ginput_complex, body.rtl .gform_wrapper .left_label div.ginput_complex {
  margin-right: 31%;
  margin-left: 0;
}
body .gform_wrapper.gf_rtl_wrapper .right_label div.ginput_complex, body .gform_wrapper.gf_rtl_wrapper .left_label div.ginput_complex {
  margin-right: 31%;
  margin-left: 0;
}
body.rtl .gform_wrapper .left_label .gfield_description, body.rtl .gform_wrapper .right_label .gfield_description {
  padding: 10px 0 10px 0;
}
body .gform_wrapper.gf_rtl_wrapper .left_label .gfield_description, body .gform_wrapper.gf_rtl_wrapper .right_label .gfield_description {
  padding: 10px 0 10px 0;
}
body.rtl .gform_wrapper .left_label li.gfield_html_formatted, body.rtl .gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 0;
  margin-right: 32%;
}
body .gform_wrapper.gf_rtl_wrapper .left_label li.gfield_html_formatted, body .gform_wrapper.gf_rtl_wrapper .right_label li.gfield_html_formatted {
  margin-left: 0;
  margin-right: 32%;
}
body.rtl .gform_wrapper .gform_footer.right_label, body.rtl .gform_wrapper .gform_footer.left_label {
  padding: 16px 31% 10px 0;
}
body .gform_wrapper.gf_rtl_wrapper .gform_footer.right_label, body .gform_wrapper.gf_rtl_wrapper .gform_footer.left_label {
  padding: 16px 31% 10px 0;
}

.wp-paginate {
  padding: 0;
  text-align: center;
  font-family: "palatinoregular", "Times New Roman", Georgia, Serif;
  margin-top: 126px;
  /*.page!, .prev!, .next! {}*/
}
.wp-paginate li {
  display: inline;
  list-style: none;
}
.wp-paginate a {
  color: #c6c8ca;
  margin-right: 4px;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
}
.wp-paginate a:hover, .wp-paginate a:active {
  color: #888;
}
.wp-paginate .title {
  color: #555;
  margin-right: 4px;
}
.wp-paginate .gap {
  color: #999;
  margin-right: 4px;
}
.wp-paginate .current {
  color: black;
  margin-right: 4px;
  padding: 3px 6px;
}

/* style overrides for comments pagination 
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

*/
iframe {
  display: block;
}

body {
  background-color: white;
  font-family: "palatinoregular", "Times New Roman",Georgia, Serif;
}
body.fixed {
  margin-top: 67px;
}

.main-navigation .logo, .section_gallery .sprites-arrow_right, .section_gallery .sprites-arrow_left, .section_about .sprites-arrow_left,
.section_about .sprites-arrow_right, .btn_toggle, .site-footer .logo {
  text-indent: -9000px;
  overflow: hidden;
}

.nav-fixed {
  margin-top: 88px;
}

.logged-in.nav-fixed {
  margin-top: 108px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#home {
  overflow: hidden;
  min-height: 480px;
}
#home > div {
  display: none;
}
#home > div:first-child {
  display: block;
}

.home section {
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-bottom: 200px;
  padding-top: 180px;
}

.section_home {
  margin-bottom: 0 !important;
  padding-top: 0px !important;
}
.section_home > div {
  height: 100%;
  width: 100% !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.mobile .section_home > div {
  background-attachment: scroll !important;
}

.section_gallery .home_slideshow {
  height: 600px;
}
.section_gallery .slider {
  margin: 8px auto;
  width: 900px;
  overflow: hidden;
  text-align: center;
}
.section_gallery h2 {
  position: absolute;
  top: 0;
  z-index: 2000;
  margin-top: 180px;
  height: 600px;
  line-height: 600px;
  font-size: 96px;
  background-color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  width: 900px;
  text-align: center;
  font-family: 'dubielplain';
}
.section_gallery .sprites-arrow_right, .section_gallery .sprites-arrow_left {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  z-index: 400;
  top: 50%;
}
.section_gallery .sprites-arrow_left {
  left: 20px;
}
.section_gallery .sprites-arrow_right {
  right: 20px;
}
.section_gallery .numbers {
  background: url("img/bg_numbers.png") center 33px repeat-x;
}
.section_gallery .numbers, .section_gallery .caption {
  text-align: center;
  width: 900px !important;
  font-family: 'dubielitalic';
  font-size: 20px;
  margin: 0 auto;
}
.section_gallery .caption div {
  width: 100% !important;
  display: none;
}
.section_gallery .caption div:first-child {
  display: block;
}
.section_gallery .num_container {
  background: white;
  margin: 10px;
  display: inline-block;
  line-height: 42px;
}
.section_gallery .num {
  background-color: black;
  color: white;
}
.section_gallery .num, .section_gallery .counter-total {
  display: inline-block;
  font-family: 'LatinModernRoman10Bold';
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid black;
  font-size: 26px;
  margin: 0 10px;
}

.post-gallery {
  position: relative;
}
.post-gallery .sprites-arrow_right, .post-gallery .sprites-arrow_left {
  top: 37%;
}

.section_story {
  max-width: 836px;
}
.section_story .slider {
  border-bottom: 1px solid black;
}

.section_about .sprites-arrow_left,
.section_about .sprites-arrow_right {
  top: 50%;
  left: 20px;
  z-index: 10;
  position: absolute;
  width: 54px;
  height: 54px;
}
.section_about .sprites-arrow_right {
  right: 20px;
  left: auto;
}
.section_about a {
  color: black;
}
.section_about a:hover {
  color: #00a08e;
  text-decoration: none;
}
.section_about .img {
  height: 438px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid black;
}
.section_about .one-third, .section_about .two-sixths, .section_about .four-twelfths {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'dubielplain';
  font-style: italic;
  padding-left: 0;
}

.sprites-vespa,
.sprites-camera,
.sprites-wine,
.sprites-globe,
.sprites-rocker,
.sprites-guitar {
  position: absolute;
}

.sprites-vespa {
  width: 256px;
  height: 194px;
  top: 41px;
  left: 141px;
}

.sprites-camera {
  width: 174px;
  height: 99px;
  top: 66px;
  left: 419px;
}

.sprites-wine {
  width: 38px;
  height: 141px;
  top: 253px;
  left: 159px;
}

.sprites-globe {
  width: 124px;
  height: 156px;
  top: 244px;
  left: 229px;
}

.sprites-rocker {
  width: 202px;
  height: 213px;
  top: 191px;
  left: 356px;
}

.sprites-guitar {
  width: 123px;
  height: 321px;
  top: 79px;
  left: 573px;
}

.section_faq {
  max-width: 856px;
}
.section_faq .questions {
  height: 225px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
.section_faq .answers {
  height: 66px;
  overflow: hidden;
}
.section_faq .answers > div {
  margin-top: 86px;
}
.section_faq .answers .answer {
  height: 86px;
  background-color: #fff;
  text-align: center;
}
.section_faq .intro-text {
  z-index: -1;
}

.section_about {
  clear: both;
  width: 100%;
  min-height: 553px;
  margin: 0 0 0 0;
  position: relative;
}
.section_about .controls {
  margin: 200px -60px 0;
  width: 965px;
  position: absolute;
}

.sliderContainer {
  height: 600px;
  padding: 0 0;
}

.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iosSlider .slider {
  width: 100%;
  height: 100%;
}

.iosSlider .slider .item {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
}

.iosSlider .slider .item .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 832px;
  margin: 0 auto;
  height: 100%;
}

.iosSlider #img_text {
  position: absolute;
  top: 438px;
  left: 0;
  width: 100%;
}

.img-map {
  cursor: pointer;
}

.slideSelectors {
  text-align: center;
}
.slideSelectors .item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e8e9ea;
  border-radius: 6px;
  border: 1px solid #e8e9ea;
}
.slideSelectors .item.selected {
  background-color: #00a08e;
}

.text_about {
  padding: 20px 0;
}
.text_about h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-family: 'dubielplain';
  font-style: italic;
}
.text_about .sub-item {
  display: none;
}
.text_about .sub-item p {
  text-align: center;
}

.text-wrapper {
  position: relative;
}

.slide-text {
  width: 100%;
  overflow: hidden;
  background-color: white;
  display: none;
  z-index: 2;
  position: relative;
  margin-bottom: -30px;
}
.slide-text .frame {
  margin-top: 24px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  -ms-column-gap: 23px;
  -o-column-gap: 23px;
  column-gap: 23px;
}
.slide-text .frame p {
  margin-bottom: 20px;
  margin-bottom: 1.4rem;
}

.intro-text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  font-family: 'dubielplain';
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
}
.intro-text .frame {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

.text-controls {
  margin-top: 60px;
}

.btn_toggle {
  width: 57px;
  height: 57px;
  margin: 0 auto;
}

.questions {
  margin: 0 auto;
  text-align: center;
}

.question {
  display: inline-block;
  margin: 10px;
}
.question span {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table-cell;
  width: 151px;
  height: 151px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  color: black;
  background-color: white;
  border: 1px solid black;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 12px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.question span:hover, .question span.active {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: black;
  color: white;
}

.cv-featured {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 168px;
  height: 111px;
  margin-left: 15px;
  font-size: 10px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cv-featured:first-child, .cv-featured.first {
  margin-left: 0;
}
.cv-featured:hover .cv-title {
  display: table;
}
.cv-featured:hover .cv-image {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.site-content .cv-featured {
  margin-bottom: 12px;
}

.cv-image {
  display: inline-block;
}
.cv-image img {
  display: block;
}

.cv-title {
  font-family: "josefin_slabbold", "Times New Roman",Georgia, Serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cv-title a {
  color: black;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.cv-title a:hover {
  text-decoration: none;
}

#input_1_9_chosen {
  width: 288px !important;
}
#input_1_9_chosen .chosen-drop {
  width: 288px !important;
}
#input_1_9_chosen input {
  width: 277px !important;
}

.gform_wrapper {
  overflow: inherit;
  margin: 0 auto;
  width: 900px;
}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: normal;
  border: none;
  outline: none;
  background: none;
}
.gform_wrapper :focus {
  outline: 0;
}
.gform_wrapper form {
  text-align: left;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  outline-style: none;
  border: 1px solid black;
  font-family: "dubielregular", "Times New Roman", Georgia, Serif;
  color: black;
  background-color: white;
  padding: 9px 10px;
  letter-spacing: 1px;
}
.gform_wrapper input[type=image] {
  border: none;
  padding: 0;
  width: auto;
}
.gform_wrapper textarea {
  outline-style: none;
  font-family: inherit;
  letter-spacing: 1px;
  border: 1px solid black;
  font-family: "dubielregular", "Times New Roman", Georgia, Serif;
  color: black;
  background-color: white;
  padding: 9px 10px;
  resize: none;
}
.gform_wrapper ul {
  margin: 0;
  list-style-type: none;
}

#gform_wrapper_1 li.gfield {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
#gform_wrapper_1 .textarea {
  height: 79px;
}

#gform_1 {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
#gform_1 .gform_body {
  position: relative;
}
#gform_1 .gform_footer {
  position: absolute;
  width: 33.3%;
  left: 600px;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#input_1_4 {
  width: 288px;
}

#gform_submit_button_1, #submit {
  height: 130px;
  width: 288px;
  background-color: #00a08e;
  font-family: "dubielplain", "Times New Roman", Georgia, Serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  border: 1px solid black;
  color: black;
  margin-bottom: 15px;
  padding: 0;
}
#gform_submit_button_1:hover, #submit:hover, #gform_submit_button_1:active, #submit:active {
  background-color: black;
  color: white;
}

#gforms_confirmation_message {
  height: 79px;
  background-color: #00a08e;
  font-family: "dubielplain", "Times New Roman", Georgia, Serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 79px;
  letter-spacing: 2px;
  border: 1px solid black;
  text-align: center;
  width: 900px;
  color: black;
  margin: 60px auto 30px;
}

#submit {
  width: 100%;
}

.gform_wrapper.gf_browser_safari .gform_footer {
  left: 599px !important;
}
.gform_wrapper.gf_browser_safari #input_1_9_chosen {
  margin-left: 1px;
}

.site-footer {
  padding-bottom: 60px;
  padding-top: 64px;
  min-height: 200px;
  background-color: #e9e9ea;
}
.site-footer a {
  color: black;
}
.site-footer h3 {
  background: url("img/bg_black.gif") center center repeat-x;
  font-size: 13px;
  text-transform: uppercase;
}
.site-footer h3 a:hover {
  text-decoration: none;
  color: #00a08e;
}
.site-footer h3 span {
  background-color: #e9e9ea;
  text-align: center;
  display: block;
  width: 75%;
  margin: 0 auto;
}
.site-footer .logo {
  background: url("img/logo_footer.png") top center no-repeat;
  min-height: 178px;
}
.site-footer .site-info {
  width: 987px;
  margin: 0 auto;
}
.site-footer ul {
  list-style: none;
  margin: 0;
}

.tweet {
  font-family: "palatinobold", "Times New Roman",Georgia, Serif;
}
.tweet .tweet_text, .tweet a {
  color: black;
  font-size: 14px;
}
.tweet .tweet_time {
  display: block;
}

#ui-datepicker-div {
  z-index: 900000 !important;
}

.st_pinterest, .st_twitter, .st_facebook, .st_fblike_large {
  display: block;
}

.st_fblike_large {
  width: 75px !important;
  height: 13px !important;
  position: relative;
}

.st_fblike_large > span {
  position: absolute !important;
  top: 0;
  margin: 0 !important;
  display: block !important;
  line-height: 1 !important;
  bottom: auto !important;
}

.st_pinterest > span, .st_twitter > span, .st_facebook > span {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  text-indent: -9000px !important;
  height: 16px;
  display: inline-block;
}

.st_pinterest > span {
  width: 14px;
}

.st_twitter > span {
  width: 16px;
}

.st_facebook > span {
  width: 8px;
}

.entry-meta ul li {
  background-color: #f1f1f1;
  height: 48px;
  padding: 18px;
}

.author-meta {
  margin-right: 17px;
}

.single .hentry {
  margin-bottom: 1px;
}

.entry-meta > ul {
  margin-bottom: 1px;
}

.entry-meta ul .sub {
  width: 48px;
  text-align: center;
}

.entry-meta ul .comment {
  text-transform: uppercase;
  text-align: center;
  width: 85px;
}

.entry-meta ul .sub, .entry-meta ul .comment {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.entry-meta ul .sub:hover, .entry-meta ul .comment:hover {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background-color: #00a08e;
}

#nav-below .gw {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pagi-search {
  display: inline-block;
  width: 612px;
}
.pagi-search .submit, .pagi-search .field {
  font-size: 10px;
  border: 1px solid #e8e9ea;
  vertical-align: middle;
}
.pagi-search .field {
  width: 247px;
  height: 21px;
}
.pagi-search .submit {
  background-color: #e8e9ea;
  width: 23px;
  height: 21px;
  border: none;
  text-indent: -9000px;
  overflow: hidden;
}
.pagi-search form {
  display: inline-block;
}

.archive .site-content {
  width: 900px;
  margin: 0 auto;
}

#comments {
  width: 900px;
  margin: 0 auto;
}

.nav-cat_and_archive {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 304px;
  text-align: center;
  cursor: default;
}
.nav-cat_and_archive li {
  text-align: left;
  list-style: none;
}
.nav-cat_and_archive > li {
  position: relative;
  display: inline-block;
  padding: 14px;
}
.nav-cat_and_archive > li:hover > ul {
  display: block;
}
.nav-cat_and_archive ul {
  position: absolute;
  display: none;
  z-index: 20;
  bottom: 46px;
  left: 0;
  padding: 0;
  margin: 0;
  min-width: 155px;
  border-bottom: 1px solid #e8e9ea;
}
.nav-cat_and_archive ul li {
  border-top: 1px solid #e8e9ea;
}
.nav-cat_and_archive ul a {
  display: block;
  background-color: white;
  color: black;
  width: 100%;
  padding: 8px;
  font-size: 10px;
  font-weight: bold;
}

.sprites-sprite, .sprites-arrow_left, .sprites-arrow_right, .sprites-bg_black_01, .sprites-btn_search, .pagi-search .submit, .sprites-camera, .sprites-close, .sprites-continue, .btn_toggle, .sprites-facebook, .main-navigation .facebook, .sprites-facebook_inv, .sprites-globe, .sprites-guitar, .sprites-post_facebook, .st_facebook > span, .sprites-post_pinterest, .st_pinterest > span, .sprites-post_twitter, .st_twitter > span, .sprites-rocker, .sprites-twitter, .main-navigation .twitter, .sprites-twitter_inv, .sprites-vespa, .sprites-wine {
  background: url('img/sprites-s8d18b9c97f.png') no-repeat;
}

.sprites-arrow_left {
  background-position: -202px -321px;
}
.sprites-arrow_left:hover, .sprites-arrow_left.arrow_left_hover, .sprites-arrow_left.arrow_left-hover {
  background-position: -65px -477px;
}

.sprites-arrow_right {
  background-position: -56px -321px;
}
.sprites-arrow_right:hover, .sprites-arrow_right.arrow_right_hover, .sprites-arrow_right.arrow_right-hover {
  background-position: -148px -321px;
}

.sprites-bg_black_01 {
  background-position: 0 -671px;
}

.sprites-btn_search, .pagi-search .submit {
  background-position: -33px -321px;
}

.sprites-camera {
  background-position: -288px -477px;
}
.sprites-camera:hover, .sprites-camera.active, .sprites-camera.camera_hover, .sprites-camera.camera-hover {
  background-position: -408px -321px;
}

.sprites-close {
  background-position: -119px -477px;
}
.sprites-close:hover, .sprites-close.close_hover, .sprites-close.close-hover {
  background-position: -175px -477px;
}

.sprites-continue, .btn_toggle {
  background-position: -231px -477px;
}
.sprites-continue:hover, .btn_toggle:hover, .btn_toggle.hover, .sprites-continue.continue_hover, .continue_hover.btn_toggle, .sprites-continue.continue-hover, .continue-hover.btn_toggle {
  background-position: -256px -321px;
}
.sprites-continue:active, .btn_toggle:active, .btn_toggle.active, .sprites-continue.continue_active, .continue_active.btn_toggle, .sprites-continue.continue-active, .continue-active.btn_toggle {
  background-position: -313px -321px;
}

.sprites-facebook, .main-navigation .facebook {
  background-position: 0 -477px;
}
.sprites-facebook:hover, .main-navigation .facebook:hover, .sprites-facebook.facebook_hover, .main-navigation .facebook_hover.facebook, .sprites-facebook.facebook-hover, .main-navigation .facebook-hover.facebook {
  background-position: -18px -477px;
}

.sprites-facebook_inv, .fixed .main-navigation .facebook {
  background-position: -9px -477px;
}

.sprites-globe {
  background-position: -582px -321px;
}
.sprites-globe:hover, .sprites-globe.active, .sprites-globe.globe_hover, .sprites-globe.globe-hover {
  background-position: 0 0;
}

.sprites-guitar {
  background-position: -124px 0;
}
.sprites-guitar:hover, .sprites-guitar.active, .sprites-guitar.guitar_hover, .sprites-guitar.guitar-hover {
  background-position: -247px 0;
}

.sprites-post_facebook, .st_facebook > span {
  background-position: -57px -477px;
}

.sprites-post_pinterest, .st_pinterest > span {
  background-position: -43px -477px;
}

.sprites-post_twitter, .st_twitter > span {
  background-position: -27px -477px;
}

.sprites-rocker {
  background-position: -828px 0;
}
.sprites-rocker:hover, .sprites-rocker.active, .sprites-rocker.rocker_hover, .sprites-rocker.rocker-hover {
  background-position: -370px 0;
}

.sprites-twitter, .main-navigation .twitter {
  background-position: 0 -321px;
}
.sprites-twitter:hover, .main-navigation .twitter:hover, .sprites-twitter.twitter_hover, .main-navigation .twitter_hover.twitter, .sprites-twitter.twitter-hover, .main-navigation .twitter-hover.twitter {
  background-position: -22px -321px;
}

.sprites-twitter_inv, .fixed .main-navigation .twitter {
  background-position: -11px -321px;
}

.sprites-vespa {
  background-position: -572px 0;
}
.sprites-vespa:hover, .sprites-vespa.active, .sprites-vespa.vespa_hover, .sprites-vespa.vespa-hover {
  background-position: -462px -477px;
}

.sprites-wine {
  background-position: -110px -321px;
}
.sprites-wine:hover, .sprites-wine.active, .sprites-wine.wine_hover, .sprites-wine.wine-hover {
  background-position: -370px -321px;
}
