/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/web/20160402130449im_//wp-content/themes/boathhouse/library/fonts/font-name.eot');
    	src: url('/web/20160402130449im_//wp-content/themes/boathhouse/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('/web/20160402130449im_//wp-content/themes/boathhouse/library/fonts/font-name.woff') format('woff'),
             url('/web/20160402130449im_//wp-content/themes/boathhouse/library/fonts/font-name.ttf') format('truetype'),
             url('/web/20160402130449im_//wp-content/themes/boathhouse/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #ffffff;
  padding: 4px 12px;
  color: #000000;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  background-color: #000000;
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #ffffff;
  background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/background-home.jpg) no-repeat center fixed;
  background-color: #1c1c1c;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background2.jpg', sizingMethod='scale')";
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
.blog #content #inner-content .article-header,
.single #content #inner-content .article-header,
.archive #content #inner-content .article-header {
  position: relative;
}
.blog #content #inner-content .article-header img,
.single #content #inner-content .article-header img,
.archive #content #inner-content .article-header img {
  margin: 0;
}
.blog #content #inner-content .article-header .h2,
.single #content #inner-content .article-header .h2,
.archive #content #inner-content .article-header .h2 {
  position: absolute;
  top: 10%;
  right: 20px;
  left: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  text-shadow: 2px 2px 1px #000000;
}
.blog #content #inner-content .article-header .h2 a,
.single #content #inner-content .article-header .h2 a,
.archive #content #inner-content .article-header .h2 a {
  color: #ffffff;
}
.no-js .blog #content #inner-content .article-header .h2,
.no-js .single #content #inner-content .article-header .h2,
.no-js .archive #content #inner-content .article-header .h2 {
  font-size: 3em;
}
.blog #content #inner-content .article-header .byline,
.single #content #inner-content .article-header .byline,
.archive #content #inner-content .article-header .byline {
  position: absolute;
  top: 53%;
  right: 20px;
  left: 20px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}
.blog #content #inner-content .article-header .byline time,
.single #content #inner-content .article-header .byline time,
.archive #content #inner-content .article-header .byline time {
  text-transform: uppercase;
}
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  margin-top: 50px;
}
.hidden {
  display: none !important;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #8dac5c;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #75914a;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "minion-pro", "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
.header #header-shading {
  height: 400px;
  background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/header-background.png) repeat-x;
  position: fixed;
  width: 100%;
  z-index: -1;
  background-size: contain;
  top: -100px;
}
.header #logo {
  margin: 10px auto 5px;
  display: block;
  height: 200px;
}
.header nav {
  border-top: solid #ffffff 1px;
  border-bottom: solid #ffffff 1px;
  display: none;
  font-family: "minion-pro", "Georgia", Cambria, Times New Roman, Times, serif;
}
.header nav.open {
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  background: black;
  border: none;
}
.header nav ul {
  margin: 0;
}
.header nav ul li a {
  color: #ffffff;
}
#mobile-menu {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #000000;
  height: 50px;
  border-bottom: solid white 1px;
  padding: 10px;
  z-index: 99999;
}
#mobile-menu .menu-button,
#mobile-menu .directions-button,
#mobile-menu .call-button,
#mobile-menu .email-button {
  background-image: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/mobile-nav.png);
  height: 30px;
  width: 30px;
}
#mobile-menu .menu-button {
  float: left;
}
#mobile-menu .directions-button {
  float: right;
  background-position: -30px 0px;
  margin-left: 10px;
}
#mobile-menu .call-button {
  float: right;
  background-position: -60px 0px;
  margin-left: 10px;
}
#mobile-menu .email-button {
  float: right;
  background-position: -90px 0px;
  margin-left: 10px;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.open .nav {
  border: none;
}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}
.open .nav li ul.sub-menu li,
.open .nav li ul.children li {
  padding-left: 30px;
}
.open .nav li ul.sub-menu li a,
.open .nav li ul.children li a {
  padding-left: 0px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0.9em;
  margin-bottom: 70px;
}
.page #content #inner-content #main {
  background: rgba(0, 0, 0, 0.6);
  padding: 1.2em 2em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content #inner-content #mobile-images img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content #inner-content .entry-content {
  text-align: center;
}
.page-id-74 #content #inner-content .entry-content {
  text-align: left;
}
.blog #content #inner-content .entry-content,
.single #content #inner-content .entry-content,
.archive #content #inner-content .entry-content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.single-custom_rooms #content #inner-content .entry-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content #inner-content .entry-content.staff-member {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ffffff;
}
#content #inner-content .entry-content.staff-member .wp-post-image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content #inner-content .wp-post-image {
  max-width: 100%;
  display: block;
  height: auto;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#content #inner-content .cta-box {
  position: relative;
  overflow: hidden;
  margin-top: 2.5%;
}
#content #inner-content .cta-box a .cta-image {
  max-width: 100%;
  height: auto;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content #inner-content .cta-box a .cta-description {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 5px;
  padding-top: 27%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#content #inner-content .cta-box a .cta-description h2 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
.no-js #content #inner-content .cta-box a .cta-description {
  padding-top: 65px;
}
.no-js #content #inner-content .cta-box a .cta-description h2 {
  font-size: 2em;
}
#content .room-photos img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* end .hentry */
.single-title,
.page-title {
  margin-top: 0px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.5em;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-content table {
  text-align: center;
  margin: 5% auto 5%;
  width: 60%;
}
.entry-content table th {
  padding: 10px 20px;
  width: 33.3%;
  font-family: "minion-pro", "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}
.entry-content table th a {
  text-decoration: none;
}
.entry-content table th span {
  font-size: 0.7em;
}
.entry-content table td {
  font-size: 1.3em;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content .enquiry-button {
  display: block;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .comment {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 20px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  border: 1px solid #ffffff;
  padding: 4px 12px;
  color: #000000;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  float: right;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  color: #ffffff;
  background-color: #000000;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  padding: 20px;
  padding-bottom: 2.2em;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  /*padding: 3px 6px;
			background: #efefef;
			border: 2px solid #cecece;
			line-height: 1.5em;

			&:focus {
				background: #fff;
			} */
  padding: 5px 2px 5px 2px;
  /* form validation */
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar .widgettitle {
  text-transform: uppercase;
  text-align: center;
  border-top: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
}
.sidebar .widget ul li {
  /* deep nesting */
}
.sidebar .widget #searchform {
  position: relative;
  height: 30px;
}
.sidebar .widget #searchform label {
  display: none;
}
.sidebar .widget #searchform input[type=submit] {
  cursor: pointer;
  width: 30px;
  margin: 0;
  height: 30px;
  text-indent: -9999em;
  overflow: hidden;
  background-image: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/search-icon.png);
  background-color: transparent;
  float: right;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
.sidebar .widget #searchform input[type=text] {
  height: 40px;
  width: 100%;
  position: absolute;
  padding: 10px;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: black;
  height: 50px;
  border-top: solid 1px #ffffff;
}
.footer #inner-footer .gform_wrapper .top_label .gfield_label {
  line-height: 1em;
}
.footer #inner-footer #slideshow-controls,
.footer #inner-footer .phone-number,
.footer #inner-footer #gform_wrapper_1,
.footer #inner-footer .email-button {
  display: none;
}
.footer #inner-footer .social-media {
  float: right;
  margin: 12px 0;
  width: 35px;
  height: 25px;
  background-image: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/social-media.png);
  overflow: hidden;
}
.footer #inner-footer .social-media.pinterest-icon {
  background-position: -140px 0px;
  margin-right: 5px;
}
.footer #inner-footer .social-media.pinterest-icon:hover {
  background-position: -140px 25px;
}
.footer #inner-footer .social-media.google-icon {
  background-position: 0px 0px;
}
.footer #inner-footer .social-media.google-icon:hover {
  background-position: 0px 25px;
}
.footer #inner-footer .social-media.twitter-icon {
  background-position: -35px 0px;
}
.footer #inner-footer .social-media.twitter-icon:hover {
  background-position: -35px 25px;
}
.footer #inner-footer .social-media.facebook-icon {
  background-position: -70px 0px;
}
.footer #inner-footer .social-media.facebook-icon:hover {
  background-position: -70px 25px;
}
.footer #inner-footer .social-media.flickr-icon {
  background-position: -105px 0px;
}
.footer #inner-footer .social-media.flickr-icon:hover {
  background-position: -105px 25px;
}
.footer #inner-footer .email-button {
  background-image: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/mobile-nav.png);
  height: 30px;
  width: 30px;
  background-position: -90px 0px;
  float: right;
  margin: 18px 0;
}
.footer #inner-footer .phone-number {
  padding: 20px 20px;
  float: right;
}
#footer-shading {
  height: 200px;
  background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/footer-background.png) repeat-x;
  position: fixed;
  width: 100%;
  z-index: -1;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
.copyright {
  font-size: 0.7em;
  margin: 20px 0;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover,
.copyright a:focus {
  color: #ffffff;
}
/******************************************************************
14. FORM STYLES
******************************************************************/
input[type=text],
input[type=email],
input[type=url],
textarea {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  border: 1px solid #ffffff;
  font-size: 1em;
}
.footer input[type=text],
.footer input[type=email],
.footer input[type=url],
.footer textarea {
  font-size: 11px;
}
.fancybox-skin .button {
  color: #ffffff;
  background-color: #000000;
}
.fancybox-skin .button:hover,
.fancybox-skin .button:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
Version 1.7
http: //www.gravityforms.com
updated: June 3, 2013 5:41 PM

Gravity Forms is a Rocketgenius project
copyright 2013 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.

----------------------------------------------------------------
*/
body {
  /* radio and checkbox styling - justifies lenghty labels ------------------------------------------------------*/
  /* tame those pesky hidden fields ------------------------------------------------------*/
  /* additional spacing and padding tweaks ------------------------------------------------------*/
  /* HTML field default margins -----------------------------------------------------*/
  /* ajax forms ------------------------------------------------------*/
  /* hide the honeypot field  ------------------------------------------------------*/
  /* Really Simple Captcha ------------------------------------------------------*/
  /* math challenge ------------------------------------------------------*/
  /* textarea character counter ------------------------------------------------------*/
  /* submission limit message ------------------------------------------------------*/
  /* 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 -----------------------------------------------------------------*/
  /* list fields added in v.1.6 -----------------------------------------------------------------*/
  /* enhanced UI/select styles added in v.1.6 -----------------------------------------------------------------*/
  /* credit card icons ------------------------------------------------------*/
  /* credit card fields ------------------------------------------------------*/
}
body .gform_wrapper {
  overflow: inherit;
  margin: 10px 0;
  max-width: 98%;
}
body .gform_wrapper h1,
body .gform_wrapper h2,
body .gform_wrapper h3 {
  font-weight: normal;
  border: none;
  outline: none;
  background: none;
}
body .gform_wrapper :focus {
  outline: 0;
}
body .gform_wrapper form {
  text-align: left;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password] {
  outline-style: none;
  font-family: inherit;
  padding: 5px 2px 5px 2px;
  letter-spacing: normal;
}
body .gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
body .gform_wrapper textarea {
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  padding: 4px 2px 4px 2px;
  resize: none;
}
body .gform_wrapper ul {
  margin: 0 !important;
  list-style-type: none;
}
body html > body .entry ul,
body .gform_wrapper ul {
  text-indent: 0;
}
body .gform_wrapper li,
body .gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
body .gform_wrapper ul li.gfield {
  clear: both;
}
body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}
body .gform_wrapper ul.right_label li,
body .gform_wrapper form ul.right_label li,
body .gform_wrapper ul.left_label li,
body .gform_wrapper form ul.left_label li {
  margin-bottom: 14px;
}
body .gform_wrapper ul.right_label li ul.gfield_radio li,
body .gform_wrapper form ul.right_label li ul.gfield_radio li,
body .gform_wrapper ul.left_label li ul.gfield_radio li,
body .gform_wrapper form ul.left_label li ul.gfield_radio li,
body .gform_wrapper ul.right_label li ul.gfield_checkbox li,
body .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
body .gform_wrapper ul.left_label li ul.gfield_checkbox li,
body .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
body .gform_wrapper ul li:before,
body .gform_wrapper ul li:after,
body .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
body .gform_wrapper select {
  font-size: 11px;
  font-family: inherit;
  padding: 5px 0 5px 0;
  letter-spacing: normal;
}
body .gform_wrapper select option {
  padding: 2px 2px;
  display: block;
}
body .gform_wrapper .inline {
  display: inline !important;
}
body .gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 18px;
}
body .gform_wrapper .gfield_time_hour,
body .gform_wrapper .gfield_time_minute,
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_year {
  width: 70px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_year {
  margin-right: 12px;
}
body .gform_wrapper .gfield_date_dropdown_month,
body .gform_wrapper .gfield_date_dropdown_day,
body .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .gfield_date_dropdown_month,
body .gform_wrapper .gfield_date_dropdown_day,
body .gform_wrapper .gfield_date_dropdown_year {
  margin-right: 6px;
}
body .gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}
body .gform_wrapper .gfield_time_hour input,
body .gform_wrapper .gfield_time_minute input,
body .gform_wrapper .gfield_date_month input,
body .gform_wrapper .gfield_date_day input,
body .gform_wrapper .gfield_date_year input {
  width: 70% !important;
}
body .gform_wrapper .gfield_date_month,
body .gform_wrapper .gfield_date_day,
body .gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}
body .gform_wrapper .gfield_date_month input,
body .gform_wrapper .gfield_date_day input,
body .gform_wrapper .gfield_date_year input {
  width: 85% !important;
}
body .gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
body .gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
body .gform_wrapper .field_name_first,
body .gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}
body .gform_wrapper .ginput_complex {
  overflow: hidden;
}
body .gform_wrapper .ginput_left input:focus + label,
body .gform_wrapper .ginput_right input:focus + label,
body .gform_wrapper .ginput_full input:focus + label {
  font-weight: bold;
}
body .gform_wrapper .field_name_first input,
body .gform_wrapper .ginput_complex .ginput_left input {
  width: 95% !important;
}
body .gform_wrapper .field_name_last input {
  width: 93% !important;
}
body .gform_wrapper .datepicker {
  width: 100px !important;
}
body .gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}
body .gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right;
}
body .gform_wrapper .gfield_error .ginput_complex .ginput_left,
body .gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%;
}
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
  width: 90% !important;
}
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
  width: 95% !important;
}
body .gform_wrapper .ginput_complex input[type=text],
body .gform_wrapper .ginput_complex input[type=url],
body .gform_wrapper .ginput_complex input[type=email],
body .gform_wrapper .ginput_complex input[type=tel],
body .gform_wrapper .ginput_complex input[type=number],
body .gform_wrapper .ginput_complex input[type=password],
body .gform_wrapper .ginput_complex select {
  width: 95% !important;
}
body .gform_wrapper .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .ginput_complex .ginput_right input[type=password],
body .gform_wrapper .ginput_complex .ginput_right select {
  width: 95% !important;
}
body .gform_wrapper .ginput_complex label,
body .gform_wrapper .gfield_time_hour label,
body .gform_wrapper .gfield_time_minute label,
body .gform_wrapper .gfield_date_month label,
body .gform_wrapper .gfield_date_day label,
body .gform_wrapper .gfield_date_year label,
body .gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  font-size: 11px;
  letter-spacing: 0.5pt;
}
body .gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px;
}
body .gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important;
}
body .gform_wrapper .ginput_complex .name_first,
body .gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px;
}
body .gform_wrapper .top_label .gfield_label {
  margin: 10px 0 4px 0;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}
body .gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
}
body .gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}
body .gform_wrapper .left_label ul.gfield_checkbox,
body .gform_wrapper .right_label ul.gfield_checkbox,
body .gform_wrapper .left_label ul.gfield_radio,
body .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden;
}
body .gform_wrapper .top_label input.small,
body .gform_wrapper .top_label select.small {
  width: 25%;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 47%;
}
body .gform_wrapper .top_label input.medium {
  padding-right: 2px;
}
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea {
  width: 99.2%;
}
body .gform_wrapper .right_label input.small,
body .gform_wrapper .right_label select.small,
body .gform_wrapper .left_label input.small,
body .gform_wrapper .left_label select.small {
  width: 15%;
}
body .gform_wrapper .right_label input.medium,
body .gform_wrapper .right_label select.medium,
body .gform_wrapper .left_label input.medium,
body .gform_wrapper .left_label select.medium {
  width: 35%;
}
body .gform_wrapper .right_label input.large,
body .gform_wrapper .right_label select.large,
body .gform_wrapper .left_label input.large,
body .gform_wrapper .left_label select.large,
body .gform_wrapper textarea.textarea {
  width: 63%;
}
body .gform_wrapper .right_label div.ginput_complex,
body .gform_wrapper .left_label div.ginput_complex {
  width: 64%;
}
body .gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-weight: bold;
  font-size: 1.3em;
}
body .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
body .gform_wrapper span.gform_description {
  font-weight: normal;
}
body .gform_wrapper h2.gsection_title,
body .gform_wrapper .gsection_description,
body .gform_wrapper h3.gform_title {
  width: 98%;
}
body .gform_wrapper .gsection {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 8px 0;
  margin: 16px 0;
  clear: both;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
body .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}
body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_radio li {
  position: relative;
}
body .gform_wrapper ul.gfield_checkbox,
body .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_radio li input[type=radio],
body .gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 2px;
}
body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  font-family: sans-serif;
  letter-spacing: normal;
}
body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description {
  padding: 4px 0 8px 0;
}
body .gform_wrapper .gfield_description {
  padding: 10px 0 0 0;
  width: 99.8%;
}
body .gform_wrapper .left_label .gfield_description,
body .gform_wrapper .right_label .gfield_description {
  width: 63%;
}
body .gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
body .gfield_date_year + .gfield_description {
  padding: 0;
}
body .gform_wrapper .right_label .gfield_description,
body .gform_wrapper .left_label .gfield_description,
body .gform_wrapper .left_label .instruction,
body .gform_wrapper .right_label .instruction {
  margin-left: 31%;
}
body .gform_wrapper .left_label .gsection .gsection_description,
body .gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 0;
  line-height: 1.5em;
}
body .gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
body .gform_wrapper textarea.small {
  height: 80px;
}
body .gform_wrapper textarea.medium {
  height: 150px;
}
body .gform_wrapper textarea.large {
  height: 250px;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}
body .gform_wrapper li.gfield.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px dashed #C89797;
}
body .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(/web/20160402130449im_//wp-content/plugins/gravityforms/images/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;
}
body li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important;
}
body .gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%;
}
body .gform_wrapper .top_label .gfield_error {
  width: 97%;
}
body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
body .gform_wrapper .right_label .gfield_error input.large,
body .gform_wrapper .right_label .gfield_error select.large,
body .gform_wrapper .right_label .gfield_error textarea.textarea,
body .gform_wrapper .left_label .gfield_error input.large,
body .gform_wrapper .left_label .gfield_error select.large,
body .gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 66%;
}
body .gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 12px;
  margin-bottom: 12px !important;
  padding-left: 10px !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 12px;
}
body .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.6em;
}
body .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: bold;
}
body div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
body .gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 16px;
}
body .gform_wrapper .validation_message {
  color: #790000;
  font-weight: bold;
  letter-spacing: normal;
}
body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
body .gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
}
body .gform_wrapper .gform_footer.right_label,
body .gform_wrapper .gform_footer.left_label {
  padding: 16px 0 10px 31%;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
}
body .gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
}
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right,
body .gform_wrapper .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
}
body .gform_wrapper .ginput_complex .ginput_full input[type=text],
body .gform_wrapper .ginput_complex .ginput_full input[type=url],
body .gform_wrapper .ginput_complex .ginput_full input[type=email],
body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
body .gform_wrapper .ginput_complex .ginput_full input[type=number],
body .gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 97% !important;
}
body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_radio li {
  margin: 0 0 8px 0;
  line-height: 1.3em;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: bold;
}
body .gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper input[type=hidden],
body .gform_wrapper input.gform_hidden,
body .gform_wrapper .gform_hidden,
body .gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
body .gform_wrapper .ginput_full br,
body .gform_wrapper .ginput_left br,
body .gform_wrapper .ginput_right br {
  display: none !important;
}
body .gform_wrapper ul.gfield_checkbox li,
body .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
body .gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
body .gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
body .gform_wrapper .top_label .gfield_description {
  padding: 10px 0 0 0;
}
body .gform_wrapper .top_label .gfield_description.validation_message,
body .gform_wrapper .gfield_description.validation_message {
  padding: 10px 0 !important;
}
body .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 6px;
}
body .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
body .gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
body .gform_wrapper .left_label li.gfield_html_formatted,
body .gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 32%;
}
body .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
body .gform_validation_container,
body .gform_wrapper .gform_validation_container,
body body .gform_wrapper li.gform_validation_container,
body body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
body .gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
body .gform_wrapper .simple_captcha_small input {
  width: 100px;
}
body .gform_wrapper .simple_captcha_medium input {
  width: 150px;
}
body .gform_wrapper .simple_captcha_large input {
  width: 200px;
}
body .gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
body .gform_wrapper .right_label .simple_captcha_small,
body .gform_wrapper .left_label .simple_captcha_medium,
body .gform_wrapper .right_label .simple_captcha_medium,
body .gform_wrapper .left_label .simple_captcha_large,
body .gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}
body .gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .gform_wrapper .math_small input {
  width: 69px;
}
body .gform_wrapper .math_medium input {
  width: 90px;
}
body .gform_wrapper .math_large input {
  width: 108px;
}
body .gform_wrapper .left_label .math_small,
body .gform_wrapper .right_label .math_small,
body .gform_wrapper .left_label .math_medium,
body .gform_wrapper .right_label .math_medium,
body .gform_wrapper .left_label .math_large,
body .gform_wrapper .right_label .math_large {
  margin-left: 32%;
}
body .gform_wrapper div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important;
}
body .gform_wrapper div.charleft[style] {
  width: 92% !important;
}
body .gform_wrapper .left_label div.charleft,
body .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
body .gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}
body .gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
body .gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em;
}
body .gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
body .gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em;
}
body .gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
body .gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
body .gform_wrapper span.ginput_product_price {
  color: #990000;
}
body .gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
body .gform_wrapper input.ginput_quantity {
  width: 40px;
}
body .gform_wrapper .gform_page_footer {
  margin: 20px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
}
body .gform_wrapper .gform_page_footer .button.gform_button {
  margin-right: 10px;
}
body .gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #CCC;
}
body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
body .gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #EEE;
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
body .gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
body .gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
}
body .gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
body .gform_wrapper .percentbar_blue {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-blue.png);
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF;
}
body .gform_wrapper .percentbar_gray {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-gray.png);
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF;
}
body .gform_wrapper .percentbar_green {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-green.png);
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF;
}
body .gform_wrapper .percentbar_orange {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-orange.png);
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF;
}
body .gform_wrapper .percentbar_red {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-red.png);
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF;
}
body .gform_wrapper .percentbar_custom {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-percentbar-custom.png);
  background-repeat: repeat-x;
}
body .gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}
body .gform_wrapper .gf_step {
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: arial, sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial, sans-serif;
}
body .gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
body .gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
body .gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #EEE;
}
body .gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
}
body .gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
}
body .gform_wrapper .gfield_password_strength.short,
body .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
}
body .gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body 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 body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body 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 body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em;
}
body body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 0.5em;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold;
}
body body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em;
}
body .gform_wrapper table.gfield_list,
body .gform_wrapper table.gfield_list caption,
body .gform_wrapper table.gfield_list tbody,
body .gform_wrapper table.gfield_list tfoot,
body .gform_wrapper table.gfield_list thead,
body .gform_wrapper table.gfield_list tr,
body .gform_wrapper table.gfield_list th,
body .gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body .gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
body .gform_wrapper table.gfield_list thead th {
  font-weight: bold;
  text-align: left;
}
body .gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
body .gform_wrapper table.gfield_list thead,
body .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
body .gform_wrapper table.gfield_list th,
body .gform_wrapper table.gfield_list td {
  padding: 0 0 0.5em 0;
}
body .gform_wrapper table.gfield_list th + th,
body .gform_wrapper table.gfield_list td + td {
  padding: 0 0 0.5em 0.7em;
}
body .gform_wrapper .left_label .gfield_list,
body .gform_wrapper .right_label .gfield_list {
  width: 64%;
}
body .gform_wrapper .top_label .gfield_list {
  width: 99%;
}
body .gform_wrapper .left_label .gf_list_one_column,
body .gform_wrapper .right_label .gf_list_one_column {
  width: 45%;
}
body .gform_wrapper .top_label .gf_list_one_column {
  width: 46%;
}
body .gform_wrapper .gfield_list input {
  width: 98%;
}
body .gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
body .gform_wrapper table.gfield_list td.gfield_list_icons {
  min-width: 45px !important;
}
body .gform_wrapper select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}
body .gform_wrapper .chzn-container {
  font-size: 13px;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .chzn-container .chzn-drop {
  background-color: #FFF;
  border: 1px solid #AAA;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
body .gform_wrapper .chzn-container-single .chzn-single {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #AAA;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
body .gform_wrapper .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body .gform_wrapper .chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #CCC;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #AAA;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
body .gform_wrapper .chzn-container-single .chzn-single div b {
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
body .gform_wrapper .chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
body .gform_wrapper .chzn-container-single .chzn-search input {
  background: #ffffff url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat;
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #AAA;
  font-family: sans-serif;
  font-size: 1em;
}
body .gform_wrapper .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .gform_wrapper .chzn-container-multi .chzn-choices {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #AAA;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
body .gform_wrapper .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #B4B4B4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus {
  background-color: #D4D4D4;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png);
  background-position: right top;
  background-repeat: no-repeat;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close hover {
  background-position: right -9px;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
body .gform_wrapper .chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
body .gform_wrapper .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
body .gform_wrapper .chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
body .gform_wrapper .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
body .gform_wrapper .chzn-container .chzn-results .highlighted {
  background-color: #F0F0F0;
}
body .gform_wrapper .chzn-container .chzn-results li em {
  background-color: #FEFFDE;
  font-style: normal;
}
body .gform_wrapper .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
body .gform_wrapper .chzn-container .chzn-results .no-results {
  background-color: #F4F4F4;
}
body .gform_wrapper .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
body .gform_wrapper .chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
body .gform_wrapper .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
body .gform_wrapper .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body .gform_wrapper .chzn-container-active .chzn-single-with-drop {
  border: 1px solid #AAA;
  -webkit-box-shadow: 0 1px 0 #FFF inset;
  -moz-box-shadow: 0 1px 0 #FFF inset;
  -o-box-shadow: 0 1px 0 #FFF inset;
  box-shadow: 0 1px 0 #FFF inset;
  background-color: #EEE;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .gform_wrapper .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
body .gform_wrapper .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
body .gform_wrapper .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body .gform_wrapper .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
body .gform_wrapper .chzn-rtl {
  direction: rtl;
  text-align: right;
}
body .gform_wrapper .chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}
body .gform_wrapper .chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}
body .gform_wrapper .chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #AAA;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
body .gform_wrapper .chzn-rtl .chzn-choices li {
  float: right;
}
body .gform_wrapper .chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}
body .gform_wrapper .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}
body .gform_wrapper .chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}
body .gform_wrapper .chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}
body .gform_wrapper .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
body .gform_wrapper .chzn-rtl .chzn-search input {
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, #ffffff;
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/chosen-sprite.png) -38px -20px no-repeat, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
body .gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
body .gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
body .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;
}
body .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;
}
body .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
body .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;
}
body .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;
}
body .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left,
body .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left label,
body .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
body .gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(/web/20160402130449im_//wp-content/plugins/gravityforms/images/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;
}
/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .no-js body {
    background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/background-home.jpg) no-repeat center fixed;
    background-color: #1c1c1c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background2.jpg', sizingMethod='scale')";
  }
  #container {
    margin-top: 0;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px;
  }
  /*********************
HEADER STYLES
*********************/
  .header #logo {
    height: 150px;
  }
  .header nav {
    display: block;
  }
  .header nav ul {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  .header nav ul li a {
    padding: 5px 13px;
  }
  #mobile-menu {
    display: none;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    position: relative;
    display: inline-block;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #8dac5c;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #ffffff;
    position: absolute;
    display: none;
    z-index: 8999;
    font-size: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: -50%;
    left: -50%;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    display: block;
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    border-right: 0;
    display: block;
    margin: 0 5%;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover,
  .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:focus {
    background-color: inherit;
    color: #8dac5c;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
CONTENT
*********************/
  #content {
    margin-bottom: 95px;
  }
  #content #inner-content #cta-boxes {
    margin-bottom: 0;
  }
  #content #inner-content #cta-boxes .cta-box:first-child {
    margin-left: 0;
  }
  #content #inner-content #cta-boxes .cta-box:last-child {
    float: right;
  }
  #content #inner-content #cta-boxes .cta-box a .cta-description {
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .no-js #content #inner-content #cta-boxes .cta-box a h2 {
    font-size: 1.1em;
  }
  #content #inner-content #cta-boxes .cta-box:hover .cta-description {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #content #inner-content #mobile-images {
    display: none;
  }
  #content #inner-content .entry-content.staff-member h2 {
    margin-top: 0;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  /* end .footer-links */
  .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: black;
    height: 67px;
    border-top: none;
  }
  .footer #inner-footer {
    border-top: solid 1px #ffffff;
  }
  .footer #inner-footer #slideshow-controls,
  .footer #inner-footer .phone-number,
  .footer #inner-footer #gform_wrapper_1,
  .footer #inner-footer .email-button {
    display: block;
  }
  .footer #inner-footer .social-media {
    margin: 20px 0;
  }
  .footer #inner-footer #slideshow-controls {
    float: left;
    padding: 20px 0;
  }
  .footer #inner-footer #slideshow-controls div {
    float: left;
    margin-right: 10px;
  }
  .footer #inner-footer .gform_wrapper {
    margin: 20px 20px 20px 0;
    float: right;
  }
  .footer #inner-footer .gform_wrapper .gform_body {
    display: inline;
    float: left;
  }
  .footer #inner-footer .gform_wrapper .gform_body .gfield_label {
    font-weight: 400;
    margin-top: 4px;
    margin-right: 5px;
  }
  .footer #inner-footer .gform_wrapper .gform_body .gfield_label .gfield_required {
    display: none;
  }
  .footer #inner-footer .gform_wrapper .gform_body .ginput_container {
    display: inline;
    float: right;
  }
  .footer #inner-footer .gform_wrapper .gform_footer {
    display: inline;
  }
  .footer #inner-footer .gform_wrapper .gform_footer .button {
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
  }
  #footer-shading {
    bottom: 67px;
    background-size: contain;
    height: 150px;
  }
  .playbutton {
    background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/play.png);
    background-position: -25px 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
  }
  .playbutton.paused {
    background-position: 0 0;
  }
  .previousbutton {
    background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/play.png);
    background-position: -50px 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
  }
  .nextbutton {
    background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/images/play.png);
    background-position: -75px 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
  }
  .hidebutton {
    cursor: pointer;
  }
  .page-template-page-contact-php .contact-form {
    border-top: 1px solid #ffffff;
    margin-top: 2%;
  }
  .page-template-page-contact-php .contact-form #gform_wrapper_3 {
    max-width: 100%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /*********************
HEADER STYLES
*********************/
  .header #logo {
    height: 200px;
  }
  .header nav ul li a {
    padding: 5px 29px;
  }
  .no-js #content #inner-content #cta-boxes .cta-box a .cta-description h2 {
    font-size: 1.5em;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/css/img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(/web/20160402130449im_//wp-content/themes/boathhouse/library/css/img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 13:04:49 Apr 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:17:04 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.366
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.043
  esindex: 0.005
  cdx.remote: 11.327
  LoadShardBlock: 131.564 (3)
  PetaboxLoader3.datanode: 129.283 (4)
  PetaboxLoader3.resolve: 95.117 (3)
  load_resource: 118.506
*/