/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet
******************************************************************/
/*! 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 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: 0 0 1.5em; }

/* 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"] { 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: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }

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; }

/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography Stylesheet

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

******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' 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 gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix { zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/*********************
IMAGES
*********************/
.img-border { border: 1px solid #CCC; padding: 5px; }

.img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.img-polaroid { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; }

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp { font-family: Arial, serif !important; font-style: italic; }

.alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }

.alert-help { border-color: #e8dc59; background: #ebe16f; }

.alert-info { border-color: #bfe4f4; background: #d5edf8; }

.alert-error { border-color: #f8cdce; background: #fbe3e4; }

.alert-success { border-color: #deeaae; background: #e6efc2; }

.mobile-only, tr.mobile-only, th.mobile-only, td.mobile-only { display: none !important; }

@media only screen and (max-width: 480px) { .mobile-only { display: block !important; }
  tr.mobile-only { display: table-row !important; }
  th.mobile-only, td.mobile-only { display: table-cell !important; } }

.mobile-hide { display: block !important; }

tr.mobile-hide { display: table-row !important; }

th.mobile-hide, td.mobile-hide { display: table-cell !important; }

@media only screen and (max-width: 480px) { .mobile-hide, tr.mobile-hide, th.mobile-hide, td.mobile-hide { display: none !important; } }

.tablet-only, tr.tablet-only, th.tablet-only, td.tablet-only { display: none !important; }

@media only screen and (min-width: 480px) and (max-width: 768px) { .tablet-only { display: block !important; }
  tr.tablet-only { display: table-row !important; }
  th.tablet-only, td.tablet-only { display: table-cell !important; } }

.tablet-hide { display: block !important; }

tr.tablet-hide { display: table-row !important; }

th.tablet-hide, td.tablet-hide { display: table-cell !important; }

@media only screen and (min-width: 480px) and (max-width: 768px) { .tablet-hide, tr.tablet-hide, th.tablet-hide, td.tablet-hide { display: none !important; } }

.desktop-only, tr.desktop-only, th.desktop-only, td.desktop-only { display: none !important; }

@media only screen and (min-width: 768px) { .desktop-only { display: block !important; }
  tr.desktop-only { display: table-row !important; }
  th.desktop-only, td.desktop-only { display: table-cell !important; } }

.desktop-hide { display: block !important; }

tr.desktop-hide { display: table-row !important; }

th.desktop-hide, td.desktop-hide { display: table-cell !important; }

@media only screen and (min-width: 768px) { .desktop-hide, tr.desktop-hide, th.desktop-hide, td.desktop-hide { display: none !important; } }

/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left { float: left; }

.float-none { float: none; }

.float-right { float: right; }

.clear-left { clear: left; }

.clear-both { clear: both; }

.clear-right { clear: right; }

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

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

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

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

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

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

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
/********************
Google Fonts
*********************/
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format("woff2"), url(//fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format("woff"); }

@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(//fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format("woff2"), url(//fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format("woff"); }

@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900; src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url(//fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGHZhYM0_6AejPZE-OqA592o.woff2) format("woff2"), url(//fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGHiec-hVyr2k4iOzEQsW1iE.woff) format("woff"); }

@font-face { font-family: 'Source Serif Pro'; font-style: normal; font-weight: 400; src: local("Source Serif Pro"), local("SourceSerifPro-Regular"), url(//fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55fETq2ZMMnErnN6OL83eMrU.woff2) format("woff2"), url(//fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55S0XUiYNEUS_1eNN5dXyLEY.woff) format("woff"); }

@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local("Lato Regular"), local("Lato-Regular"), url(//fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format("woff2"), url(//fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format("woff"); }

/********************
CUSTOMIZED RESET VALUES
*********************/
body { font-family: "Source Sans Pro", sans-serif; font-size: 16px; line-height: 1.5; }

p { -webkit-hyphens: manual; -epub-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }

ul, ol { padding: 0; margin: .5em; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

ul li > ul, ul li > ol, ol li > ol, ol li > ul { margin-top: 5px; }

ul ul, ul ol, ol ul, ol ol { margin: 0em .5em; }

li { margin-left: .5em; margin-bottom: .5em; }

dd { margin-left: 0; font-size: 0.9em; color: #787878; margin-bottom: 1.5em; }

b, strong, .strong { font-weight: bold; }

cite, dfn, em, i, .em { font-style: italic; }

small, .small { font-size: 75%; }

hr { clear: both; }

img { max-width: 100%; height: auto; }

video { width: 100% !important; height: auto !important; }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; }

blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }

blockquote p { margin-bottom: 0; font-size: 17.5px; font-weight: 300; line-height: 1.25; }

blockquote small { display: block; line-height: 20px; color: #999999; }

blockquote small:before { content: '\2014 \00A0'; }

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

address { display: block; margin-bottom: 20px; font-style: normal; line-height: 20px; }

code, pre { padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; border-radius: 0; }

code { padding: 2px 4px; color: #005190; white-space: pre-wrap; background-color: #f7f7f9; border: 1px solid #b7b7b7; display: inline-block; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; }

pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; }

hr { margin: 1.429em 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; }

.screen-reader-text { display: none; }

/********************* TABLE STYLES */
table { border-collapse: separate; border-spacing: 0; margin: 10px 0px 15px 0px; width: 100%; text-align: left; /* tr:nth-child(even), tr.even{ background-color: #FFFFFF; } tr:nth-child(odd), tr.odd{ background-color: #F0F0F6; } */ }

table thead { text-align: center; }

table th { background-color: #E6EEEE; border: 1px solid #FFFFFF; padding: 4px; color: #000; text-align: center; }

table td { border: solid 1px #e1e1e1; color: #000; padding: 4px; vertical-align: top; }

/*********************
LINK STYLES
*********************/
a, a:visited { color: #000; text-decoration: none; }

/* on hover */
a:hover, a:focus { color: #9b2226; text-decoration: none; }

#main .entry-content a, .mceContentBody a { border-bottom: 1px dotted rgba(0, 0, 0, 0.85); }

/* on hover */
#main .entry-content a:hover, #main .entry-content a:focus, .mceContentBody a:hover, .mceContentBody a:focus { color: #666666; }

.linkhover { opacity: 0.6; }

.nohoverlighten, h5, .h5, h6, .h6, .photo-credit a, .learn-more, .single-meta a, .single-meta a a, .nohoverlighten a, h5 a, .h5 a, h6 a, .h6 a, .photo-credit a a, .learn-more a, .single-meta a a { opacity: 1.0 !important; /* color: $link-color;  */ }

/* on click */
a:link { -webkit-tap-highlight-color: #9b2226; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { text-rendering: optimizelegibility; }

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; margin: 0.67em 0; font-family: "Georgia", "Times New Roman", "Times", serif; font-weight: 400; line-height: 1.25; }

h2, .h2 { font-size: 1.3em; margin: 1.5em 0 1em; font-family: "Georgia", "Times New Roman", "Times", serif; font-weight: 400; line-height: 1.25; }

h3, .h3 { font-size: 1.5em; /* 24px */ margin: 0.5em 0; font-family: "Source Sans Pro", sans-serif; font-weight: bold; color: #000; }

h4, .h4 { font-size: 1.1em; margin: 0.5em 0; font-family: "Georgia", "Times New Roman", "Times", serif; font-weight: normal; letter-spacing: -0.5px; line-height: 1.1; }

h5, .h5 { font-size: 0.846em; margin: 0.5em 0; font-family: "Source Serif Pro", serif; font-weight: 700; }

h5, .h5, h5 a, .h5 a, a h5, a .h5 #main .entry-content h5, #main .entry-content .h5, #main .entry-content h5 a, #main .entry-content .h5 a, #main .entry-content a h5, #main .entry-content a .h5 { color: #000; border-bottom: 0; }

h5 a:hover, .h5 a:hover, #main .entry-content h5 a:hover, #main .entry-content .h5 a:hover, #main .entry-content a:hover h5, #main .entry-content a:hover .h5 { color: #9b2226; }

h6, .h6 { font-size: 0.758em; margin: 0; font-family: "Source Sans Pro", sans-serif; font-weight: 700; line-height: 1.2; border-bottom: 0; }

h6, .h6, h6 a, .h6 a, #main .entry-content h6, #main .entry-content .h6, #main .entry-content h6 a, #main .entry-content .h6 a, #main .entry-content a h6, #main .entry-content a .h6 { color: #9b2226; }

h6 a:hover, .h6 a:hover, #main .entry-content h6 a:hover, #main .entry-content .h6 a:hover, #main .entry-content a:hover h6, #main .entry-content a:hover .h6 { color: #000; }

.sub-title { margin-top: 3px; font-family: "Georgia", "Times New Roman", "Times", serif; font-size: 1.35em; text-align: center; }

/****************************************************************** TINYMCE STYLES DROPDOWN */
.underline { text-decoration: underline; }

.italic { font-style: italic; }

.bold { font-weight: bold; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

/* image alignment */
.alignleft, img.alignleft { float: left !important; }

.img.alignleft { margin: 0 15px 10px 0; }

.alignright, img.alignright { float: right !important; }

img.alignright { margin: 0 0 10px 15px; }

.aligncenter, img.aligncenter { display: block; margin: 0 auto; }

img.aligncenter { margin: 0 auto 10px auto; }

.alignnone, img.alignnone { display: block; }

.img.alignnone { margin: 0 0 10px 0; }

.aligncenter, img.aligncenter, .alignnone, img.alignnone { clear: both; }

/*Image Caption*/
.wp-caption { max-width: 100% !important; background: #eee; padding: 5px; /* images inside wp-caption */ }

.wp-caption img { 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*/
.gallery .gallery-item { display: inline-block; margin: 1%; overflow: hidden; position: relative; }

.gallery .gallery-item .gallery-icon { text-align: center; }

.gallery .gallery-item .gallery-icon a img { vertical-align: bottom; }

.gallery > br { display: none; }

.gallery-caption { background-color: black; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 0.8em; text-align: left; line-height: 1; opacity: 0; max-height: 75%; width: 100%; padding: 3px 5px; margin: 0; position: absolute; bottom: 0; left: 0; }

.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }

.gallery-item:hover .gallery-caption { opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

.gallery-columns-1 .gallery-item { width: 98%; }

.gallery-columns-2 .gallery-item { width: 48%; }

.gallery-columns-3 .gallery-item { width: 31.3%; }

.gallery-columns-4 .gallery-item { width: 23%; }

.gallery-columns-5 .gallery-item { width: 18%; }

.gallery-columns-6 .gallery-item { width: 14.6%; }

.gallery-columns-7 .gallery-item { width: 12.2%; }

.gallery-columns-8 .gallery-item { width: 10.5%; }

.gallery-columns-9 .gallery-item { width: 9.1%; }

/*Core Media Player*/
/*video player*/
.mejs-video { width: 100% !important; height: auto !important; padding-top: 57%; }

.mejs-video .mejs-inner .mejs-mediaelement video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; height: 100% !important; }

.mejs-video .mejs-inner .mejs-layers .mejs-poster { width: 100% !important; height: 100% !important; }

.mejs-video .mejs-inner .mejs-overlay-play { width: 100% !important; height: 100% !important; }

/*audio player*/
/* Audio Playlist */
.wp-playlist { overflow: hidden; }

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption { display: block; }

.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/*Block Quote Alignment*/
/*Image Sizes*/
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }

/*Use this class for any Editor Specific Styles to help the user experience set the max size of the content area in the editor to match the template*/
/**********************************************
Custom Styles
**********************************************/
.line-title { font-family: "Source Sans Pro", sans-serif; display: table; white-space: nowrap; /*    &:before { right: 1.5%; } &:after { left: 1.5%; } */ }

.line-title:before, .line-title:after { border-top: 1px solid #b7b7b7; content: ''; display: table-cell; position: relative; top: 0.75em; width: 45%; }

.ucase { text-transform: uppercase !important; }

.lcase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.headline, #main.movies h2 { background-color: #191919; color: #fff; font-family: "Source Sans Pro", sans-serif; font-size: 15px; font-style: normal; font-weight: normal; letter-spacing: 0.5px; padding: 2px 3px; text-transform: uppercase; }

.icon, #followbar .at4-icon { display: inline-block !important; width: 40px !important; height: 40px !important; background: url(../images/icons-40.png) no-repeat 0 0 transparent !important; margin-right: 7px; vertical-align: middle; }

#followbar .at4-icon { margin-right: 0; }

.footer .fb { background-position: -2px -1px !important; }

.fb:hover, #followbar a:hover .aticon-facebook { background-position: 0 -40px !important; }

.footer .fb:hover { background-position: -2px -41px !important; }

.pinterest, #followbar .aticon-pinterest { background-position: -41px 0 !important; }

.footer .pinterest { background-position: -43px -1px !important; }

.pinterest:hover, #followbar a:hover .aticon-pinterest { background-position: -41px -40px !important; }

.footer .pinterest:hover { background-position: -43px -41px !important; }

.googleplus { background-position: -82px 0 !important; }

.footer .googleplus { background-position: -84px -1px !important; }

.googleplus:hover { background-position: -82px -40px !important; }

.footer .googleplus:hover { background-position: -84px -41px !important; }

.twitter, #followbar .aticon-twitter { background-position: -123px 0 !important; }

.footer .twitter { background-position: -125px -1px !important; }

.twitter:hover, #followbar a:hover .aticon-twitter { background-position: -123px -40px !important; }

.footer .twitter:hover { background-position: -125px -41px !important; }

.email { background-position: -164px 0 !important; }

.email:hover, .email-open { background-position: -164px -40px !important; }

.popular { width: 26px !important; height: 26px !important; background-position: -205px 0 !important; }

.icon.calendar { width: 26px !important; height: 26px !important; background-position: -232px 0 !important; }

a:hover .icon.calendar { background-position: -232px -40px !important; }

.thumbtack { width: 20px !important; height: 20px !important; background-position: -259px 0 !important; }

a:hover .thumbtack { background-position: -259px -40px !important; }

#main-navigation .ubermenu .search-icon > .ubermenu-target { padding-top: 5px; padding-bottom: 5px; }

.search-icon > .ubermenu-target:before { content: ""; display: inline-block; width: 33px; height: 33px; background: url(../images/search_icon.png) no-repeat 0 -1px transparent !important; vertical-align: middle; }

li.search-icon.ubermenu-has-submenu-drop > .ubermenu-target::after { display: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' 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 gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix { zoom: 1; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/*********************
IMAGES
*********************/
.img-border { border: 1px solid #CCC; padding: 5px; }

.img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.img-polaroid { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; }

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp { font-family: Arial, serif !important; font-style: italic; }

.alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }

.alert-help { border-color: #e8dc59; background: #ebe16f; }

.alert-info { border-color: #bfe4f4; background: #d5edf8; }

.alert-error { border-color: #f8cdce; background: #fbe3e4; }

.alert-success { border-color: #deeaae; background: #e6efc2; }

.mobile-only, tr.mobile-only, th.mobile-only, td.mobile-only { display: none !important; }

@media only screen and (max-width: 480px) { .mobile-only { display: block !important; }
  tr.mobile-only { display: table-row !important; }
  th.mobile-only, td.mobile-only { display: table-cell !important; } }

.mobile-hide { display: block !important; }

tr.mobile-hide { display: table-row !important; }

th.mobile-hide, td.mobile-hide { display: table-cell !important; }

@media only screen and (max-width: 480px) { .mobile-hide, tr.mobile-hide, th.mobile-hide, td.mobile-hide { display: none !important; } }

.tablet-only, tr.tablet-only, th.tablet-only, td.tablet-only { display: none !important; }

@media only screen and (min-width: 480px) and (max-width: 768px) { .tablet-only { display: block !important; }
  tr.tablet-only { display: table-row !important; }
  th.tablet-only, td.tablet-only { display: table-cell !important; } }

.tablet-hide { display: block !important; }

tr.tablet-hide { display: table-row !important; }

th.tablet-hide, td.tablet-hide { display: table-cell !important; }

@media only screen and (min-width: 480px) and (max-width: 768px) { .tablet-hide, tr.tablet-hide, th.tablet-hide, td.tablet-hide { display: none !important; } }

.desktop-only, tr.desktop-only, th.desktop-only, td.desktop-only { display: none !important; }

@media only screen and (min-width: 768px) { .desktop-only { display: block !important; }
  tr.desktop-only { display: table-row !important; }
  th.desktop-only, td.desktop-only { display: table-cell !important; } }

.desktop-hide { display: block !important; }

tr.desktop-hide { display: table-row !important; }

th.desktop-hide, td.desktop-hide { display: table-cell !important; }

@media only screen and (min-width: 768px) { .desktop-hide, tr.desktop-hide, th.desktop-hide, td.desktop-hide { display: none !important; } }

/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left { float: left; }

.float-none { float: none; }

.float-right { float: right; }

.clear-left { clear: left; }

.clear-both { clear: both; }

.clear-right { clear: right; }

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

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

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

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

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

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

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Forms Stylesheet

******************************************************************/
/* Browser Specific */
::-webkit-input-placeholder { color: #999; font-style: italic; font-weight: 400; }

:-moz-placeholder { color: #999; font-style: italic; font-weight: 400; }

::-moz-placeholder { color: #999; font-style: italic; font-weight: 400; }

:-ms-input-placeholder { color: #999; font-style: italic; font-weight: 400; }

input, textarea { /* -webkit-appearance: none; */ -webkit-border-radius: 0; max-width: 100%; }

/* LABEL */
label { font-weight: bold; }

/* INPUTS */
textarea, input[type=text], input[type=url], input[type=email], input[type=tel], input[type=number], input[type=password] { outline: none; background: #FFF; border: 1px solid #CCC; color: #444; font-size: .9em; letter-spacing: normal; padding: 2px 1%; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; border-radius: 0; }

textarea:focus, input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus { border: 1px solid #333; }

input[type=image] { padding: 0; border: none !important; padding: 0 !important; width: auto !important; }

textarea { resize: none; }

select { font-size: 1em; font-family: inherit; padding: 2px; letter-spacing: normal; max-width: 100%; }

select option { padding: 2px 2px; display: block; }

input[type=submit], input[type=button], a.button, button { display: inline-block; width: 100%; padding: 0.5em; margin-bottom: 0; font-size: 12px; /* hard-code size else it will vary across the site */ line-height: 1; font-weight: 700; color: #FFF; text-align: center; text-transform: uppercase; vertical-align: middle; cursor: pointer; background: #191919; border: 0; border-radius: 0; font-family: "Source Sans Pro", sans-serif; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit] .active, input[type=submit] .disabled, input[type=submit] [disabled], input[type=button]:hover, input[type=button]:focus, input[type=button]:active, input[type=button] .active, input[type=button] .disabled, input[type=button] [disabled], a.button:hover, a.button:focus, a.button:active, a.button .active, a.button .disabled, a.button [disabled], button:hover, button:focus, button:active, button .active, button .disabled, button [disabled] { color: #FFF; background: #bf1919; text-decoration: none; }

input[type=submit]:focus, input[type=button]:focus, a.button:focus, button:focus { outline: thin dotted #ddd !important; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

input[type=submit]:active, input[type=button]:active, a.button:active, button:active { outline: 0; }

input[type=submit].disabled, input[type=submit] [disabled], input[type=button].disabled, input[type=button] [disabled], a.button.disabled, a.button [disabled], button.disabled, button [disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

input[type=submit]:first-child, input[type=button]:first-child, a.button:first-child, button:first-child { *margin-left: 0; }

/************************ SearchForm Styles */
#searchform label { display: none; /* Style to show label in line with text field display:inline-block; display:inline;*/ font-size: 0.750em; text-transform: uppercase; width: 20%; }

#searchform #s { outline: none; background: #FFF; border: 1px solid #CCCCCC; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; color: #555555; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; width: 75%; padding: 2px 1%; }

#searchform #s:focus { border: 1px solid #AAA; }

#searchform #searchsubmit { padding: 7px 15px; }

/*Search Styles on 404 page*/
.error404 #searchform label { font-weight: bold; }

.gform_wrapper .hide-label { margin-top: 20px; }

.gform_wrapper .hide-label > label { display: none !important; }

/************************ Password Form Styles */
@media only screen and (min-width: 768px) { input[type=button], input[type=submit] { width: auto; padding: 0.5em 3em; } }

/******************************************************************
Site Name:
Author:

Stylesheet: Off-Canvas Navigation

******************************************************************/
/****Main Navigation****/
#main-navigation ul.menu { clear: both; background-color: #191919; width: 70%; margin: 0; padding: 0; position: absolute; right: -70%; top: 0; bottom: 0; z-index: 1000; }

#main-navigation ul.menu li { display: block; border-bottom: 2px solid #222; margin: 0; padding: 0; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; /*sub menu - child*/ /*sub menu - child*/ }

#main-navigation ul.menu li a { font-family: "Source Sans Pro", sans-serif; text-transform: uppercase; display: inline-block; color: #FFF; font-size: 13px; text-decoration: none; width: 80%; padding: 15px 5%; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#main-navigation ul.menu li a:hover, #main-navigation ul.menu li a:focus { background-color: #282828; }

#main-navigation ul.menu li a.menu-button { display: block; text-align: center; width: 20%; margin: 0; padding: 15px 0; cursor: pointer; height: auto; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#main-navigation ul.menu li a.menu-back-button { display: inline-block; width: 100%; text-decoration: none; padding: 15px; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#main-navigation ul.menu li.menu-item-no-children a { width: 100%; }

#main-navigation ul.menu li ul.sub-menu { display: block; background-color: #333; width: 100%; position: absolute; right: -100%; top: 0; bottom: 0; margin: 0; padding: 0; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#main-navigation ul.menu li ul.sub-menu-open { right: 0%; }

#main-navigation .menu-button { display: block; float: right; clear: both; width: 78px; height: 25px; white-space: nowrap; margin: 0 2% 0 10px; overflow: hidden; color: #367992; font-size: 1em; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#main-navigation .menu-button:hover, #main-navigation .menu-button:active, #main-navigation .menu-button:focus { text-decoration: none; }

body.menu-open #container { left: -70%; }

/*
LARGER MOBILE DEVICES
Should you need to customize the display for larger mobile devices.
*/
/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) { /****Main Navigation****/
  #main-navigation { background-color: #191919; white-space: nowrap; /* end ul.menu */ /*menu buttons*/ }
  #main-navigation ul.menu { width: auto; position: relative; top: auto; bottom: auto; right: auto; padding: 0; margin: 0 auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; /* end .menu li */ /*Show the child ul*/ /*Show the child ul*/ }
  #main-navigation ul.menu li { float: left; display: inline-block; border-bottom: none; position: relative; z-index: 1000; margin-left: -4px; /*Children*/ }
  #main-navigation ul.menu li a { display: inline-block; width: auto; padding: 10px 20px; }
  #main-navigation ul.menu li a.menu-button { display: none !important; }
  #main-navigation ul.menu li a.menu-back-button { display: none !important; }
  #main-navigation ul.menu li:first-child a { border-left: none; }
  #main-navigation ul.menu li:last-child { /*Children*/ }
  #main-navigation ul.menu li:last-child ul.sub-menu, #main-navigation ul.menu li:last-child ul.children { left: auto; right: 0; }
  #main-navigation ul.menu li:last-child ul.sub-menu li, #main-navigation ul.menu li:last-child ul.children li { /*Grand Children*/ }
  #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu, #main-navigation ul.menu li:last-child ul.sub-menu li ul.children, #main-navigation ul.menu li:last-child ul.children li ul.sub-menu, #main-navigation ul.menu li:last-child ul.children li ul.children { left: auto; right: 99.9%; }
  #main-navigation ul.menu li.menu-item-no-children a { width: auto; }
  #main-navigation ul.menu li ul.sub-menu, #main-navigation ul.menu li ul.children { display: none; background-color: #333; text-align: left; width: auto; min-width: 120%; position: absolute; top: 99.9%; bottom: auto; left: 0px; z-index: 1000; -webkit-transition: top 1s; -moz-transition: top 1s; -ms-transition: top 1s; -o-transition: top 1s; -transition: top 1s; transition: top 1s; }
  #main-navigation ul.menu li ul.sub-menu li, #main-navigation ul.menu li ul.children li { display: block; white-space: nowrap; margin: 0; /*Grand Children*/ }
  #main-navigation ul.menu li ul.sub-menu li a, #main-navigation ul.menu li ul.children li a { display: block; border-bottom: 2px solid #222; border-left: none; padding: 10px; }
  #main-navigation ul.menu li ul.sub-menu li ul.sub-menu, #main-navigation ul.menu li ul.sub-menu li ul.children, #main-navigation ul.menu li ul.children li ul.sub-menu, #main-navigation ul.menu li ul.children li ul.children { left: 99.9%; top: 0; }
  #main-navigation ul.menu li.alignright { float: right; }
  #main-navigation ul.menu li:hover > ul { display: table; }
  #main-navigation .menu-button { display: none; }
  /* end #main-navigation */ }

/*
DESKTOP
*/
/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1260px) { #main-navigation ul.menu { /* end .menu li */ }
  #main-navigation ul.menu li:last-child { /*Children*/ }
  #main-navigation ul.menu li:last-child ul.sub-menu, #main-navigation ul.menu li:last-child ul.children { left: 0; right: auto; }
  #main-navigation ul.menu li:last-child ul.sub-menu li, #main-navigation ul.menu li:last-child ul.children li { /*Grand Children*/ }
  #main-navigation ul.menu li:last-child ul.sub-menu li ul.sub-menu, #main-navigation ul.menu li:last-child ul.sub-menu li ul.children, #main-navigation ul.menu li:last-child ul.children li ul.sub-menu, #main-navigation ul.menu li:last-child ul.children li ul.children { left: 99.9%; right: auto; }
  /* end #main-navigation */ }

/* 
 * Responsive Gravity Forms Styles
 * Usage: be sure to uncheck the box in Gravity Forms Settings to "Not" Output default CSS
----------------------------------- */
/* Import Other Styles */
/* ------------------------------------------------- CSS Ready Classes Suggest adding this plugin to easily utilize these classes: https://wordpress.org/plugins/gravity-forms-css-ready-selector/ This is also a good reference: http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes -----------------------------------------------*/
/* inline fields */
li.gf_inline div.ginput_container { white-space: nowrap !important; }

.right_label input.small, .right_label select.small, .left_label input.small, .left_label select.small { width: 15%; }

.right_label input.medium, .right_label select.medium, .left_label input.medium, .left_label select.medium { width: 35%; }

.right_label input.large, .right_label select.large, .left_label input.large, .left_label select.large, textarea.textarea { width: 63%; }

.right_label div.ginput_complex, .left_label div.ginput_complex { width: 64%; }

.top_label { /* end li.gfield.gf_inline */ /* 2 column */ /* 3 column */ }

.top_label input.small, .top_label select.small, .top_label input.medium, .top_label select.medium, .top_label input.large, .top_label select.large, .top_label textarea.textarea { width: 100%; }

.top_label li.gfield.gf_inline { vertical-align: top; width: auto !important; margin-right: 14px; float: none !important; display: -moz-inline-stack; display: inline-block; zoom: 1; }

.top_label li.gfield.gf_inline input[type=text].large, .top_label li.gfield.gf_inline input[type=url].large, .top_label li.gfield.gf_inline input[type=email].large, .top_label li.gfield.gf_inline input[type=tel].large, .top_label li.gfield.gf_inline input[type=number].large, .top_label li.gfield.gf_inline input[type=password].large { width: 25.4em !important; }

.top_label li.gfield.gf_inline input[type=text].medium, .top_label li.gfield.gf_inline input[type=url].medium, .top_label li.gfield.gf_inline input[type=email].medium, .top_label li.gfield.gf_inline input[type=tel].medium, .top_label li.gfield.gf_inline input[type=number].medium, .top_label li.gfield.gf_inline input[type=password].medium { width: 18.7em !important; }

.top_label li.gfield.gf_inline input[type=text].datepicker.medium { width: 6em !important; }

.top_label li.gfield.gf_inline input[type=text].small, .top_label li.gfield.gf_inline input[type=url].small, .top_label li.gfield.gf_inline input[type=email].small, .top_label li.gfield.gf_inline input[type=tel].small, .top_label li.gfield.gf_inline input[type=number].small, .top_label li.gfield.gf_inline input[type=password].small { width: 5em !important; }

.top_label li.gfield.gf_inline select { width: auto !important; }

.top_label li.gfield.gf_inline textarea { width: 95% !important; }

.top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] { width: 70% !important; }

.top_label li.gfield.gf_inline div.gfield_time_hour, .top_label li.gfield.gf_inline div.gfield_time_minute, .top_label li.gfield.gf_inline div.gfield_date_month, .top_label li.gfield.gf_inline div.gfield_date_day, .top_label li.gfield.gf_inline div.gfield_date_year { width: 50px; }

.top_label li.gfield.gf_inline div.gfield_time_ampm { width: auto; }

.top_label li.gfield.gf_left_half, .top_label li.gfield.gf_right_half { margin: 0 0 8px 0; width: 100%; }

.top_label li.gfield.gf_left_half input.medium, .top_label li.gfield.gf_left_half input.large, .top_label li.gfield.gf_left_half select.medium, .top_label li.gfield.gf_left_half select.large, .top_label li.gfield.gf_left_half input.medium, .top_label li.gfield.gf_left_half input.large, .top_label li.gfield.gf_left_half select.medium, .top_label li.gfield.gf_left_half select.large, .top_label li.gfield.gf_right_half input.medium, .top_label li.gfield.gf_right_half input.large, .top_label li.gfield.gf_right_half select.medium, .top_label li.gfield.gf_right_half select.large, .top_label li.gfield.gf_right_half input.medium, .top_label li.gfield.gf_right_half input.large, .top_label li.gfield.gf_right_half select.medium, .top_label li.gfield.gf_right_half select.large { width: 100%; }

.top_label li.gfield.gf_left_half textarea, .top_label li.gfield.gf_right_half textarea { width: 100%; }

.top_label li.gfield.gf_left_half input.small, .top_label li.gfield.gf_right_half input.small { width: 100%; }

.top_label li.gfield.gf_left_half + li.gsection, .top_label li.gfield.gf_right_half + li.gsection { padding: 16px 0 8px 0; }

.top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half { padding: 16px 0 8px 0; }

.top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half { padding: 0 0 8px 0; }

.top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half { padding: 16px 0 8px 0; }

.top_label li.gfield.gf_left_half + li.gfield, .top_label li.gfield.gf_right_half + li.gfield, .top_label li.gfield.gf_left_half + .gform_footer, .top_label li.gfield.gf_right_half + .gform_footer { clear: both; }

.top_label li.gfield.gf_left_third, .top_label li.gfield.gf_middle_third, .top_label li.gfield.gf_right_third { margin: 0 0 8px 0; width: 100%; }

.top_label li.gfield.gfield_error.gf_left_third, .top_label li.gfield.gfield_error.gf_middle_third, .top_label li.gfield.gfield_error.gf_right_third { width: 100%; }

.top_label li.gfield.gf_left_third + li.gsection, .top_label li.gfield.gf_right_third + li.gsection { padding: 16px 0 8px 0; }

.top_label li.gfield.gf_left_third + li.gfield, .top_label li.gfield.gf_middle_third + li.gfield, .top_label li.gfield.gf_right_third + li.gfield, .top_label li.gfield.gf_left_third + .gform_footer, .top_label li.gfield.gf_middle_third + .gform_footer, .top_label li.gfield.gf_right_third + .gform_footer { clear: both; }

/* end .top_label */
/* radio/checkbox sub-column */
li.gfield.gf_list_2col ul.gfield_checkbox li, li.gfield.gf_list_2col ul.gfield_radio li, li.gfield.gf_2col ul.gfield_checkbox li, li.gfield.gf_2col ul.gfield_radio li { width: 100%; margin: 0 0 8px 0; min-height: 1.8em; }

li.gfield.gf_list_3col ul.gfield_checkbox li, li.gfield.gf_list_3col ul.gfield_radio li, li.gfield.gf_3col ul.gfield_checkbox li, li.gfield.gf_3col ul.gfield_radio li { width: 100%; margin: 0 0 8px 0; min-height: 1.8em; }

li.gfield.gf_list_4col ul.gfield_checkbox li, li.gfield.gf_list_4col ul.gfield_radio li { width: 100%; margin: 0 0 8px 0; min-height: 1.8em; }

li.gfield.gf_list_5col ul.gfield_checkbox li, li.gfield.gf_list_5col ul.gfield_radio li { width: 100%; float: left; margin: 0 0 8px 0; min-height: 1.8em; }

li.gfield.gf_list_2col ul.gfield_checkbox, li.gfield.gf_list_2col ul.gfield_radio, li.gfield.gf_list_3col ul.gfield_checkbox, li.gfield.gf_list_3col ul.gfield_radio, li.gfield.gf_list_4col ul.gfield_checkbox, li.gfield.gf_list_4col ul.gfield_radio, li.gfield.gf_list_5col ul.gfield_checkbox, li.gfield.gf_list_5col ul.gfield_radio, li.gfield.gf_2col ul.gfield_checkbox, li.gfield.gf_2col ul.gfield_radio, li.gfield.gf_3col ul.gfield_checkbox, li.gfield.gf_3col ul.gfield_radio { overflow: hidden; }

li.gfield.gf_list_2col label.gfield_label, li.gfield.gf_list_3col label.gfield_label, li.gfield.gf_list_4col label.gfield_label, li.gfield.gf_list_5col label.gfield_label, li.gfield.gf_list_inline label.gfield_label { margin: 10px 0 10px 0; }

/* optional height settings for the radio/checkbox columns */
li.gfield.gf_list_height_25 ul.gfield_checkbox li, li.gfield.gf_list_height_25 ul.gfield_radio li { height: 25px; }

li.gfield.gf_list_height_50 ul.gfield_checkbox li, li.gfield.gf_list_height_50 ul.gfield_radio li { height: 50px; }

li.gfield.gf_list_height_75 ul.gfield_checkbox li, li.gfield.gf_list_height_75 ul.gfield_radio li { height: 75px; }

li.gfield.gf_list_height_100 ul.gfield_checkbox li, li.gfield.gf_list_height_100 ul.gfield_radio li { height: 100px; }

li.gfield.gf_list_height_125 ul.gfield_checkbox li, li.gfield.gf_list_height_125 ul.gfield_radio li { height: 125px; }

li.gfield.gf_list_height_150 ul.gfield_checkbox li, li.gfield.gf_list_height_150 ul.gfield_radio li { height: 150px; }

/* radio/checkbox inline list */
li.gf_list_inline ul.gfield_checkbox li ul.gfield_radio li { width: auto !important; float: none !important; margin: 0 10px 10px 0; display: -moz-inline-stack; display: inline-block; zoom: 1; }

/* hide am/pm field */
li.gf_hide_ampm div.gfield_time_ampm { display: none !important; }

/* scrolling text section break */
li.gsection.gf_scroll_text { height: 180px; width: 96%; overflow: auto; border: 1px solid #CCC; border-bottom: 1px solid #CCC !important; }

li.gsection.gf_scroll_text h2.gsection_title { margin: 10px 10px 0 10px !important; }

li.gsection.gf_scroll_text .gsection_description { margin: 10px; font-size: 0.8em; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul { list-style-type: disc !important; margin: 1em 0 1em 1.5em; padding-left: 0; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ul li { margin: 0 0 0.5em; overflow: visible; padding-left: 0; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol { list-style-type: decimal !important; margin: 1em 0 1.5em 2.0em; padding-left: 0; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li { overflow: visible; margin: 0 0 0.5em; padding-left: 0; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul { margin: 1em 0 1em 1.5em; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li, form div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li { padding-left: 0; margin: 0 0 0.5em; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl { margin: 0 0 1.5em 0; padding-left: 0; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dt { font-weight: bold; }

div.gform_ul.gform_fields li.gfield.gsection.gf_scroll_text div.gsection_description dl dd { margin: 0 0 1em 1.5em; }

/* HTML field alert style */
li.gfield.gfield_html.gf_alert_green, li.gfield.gfield_html.gf_alert_red, li.gfield.gfield_html.gf_alert_yellow, li.gfield.gfield_html.gf_alert_gray, li.gfield.gfield_html.gf_alert_blue { margin: 20px 0 !important; padding: 20px !important; }

li.gfield.gfield_html.gf_alert_green { border: 1px solid #97B48A; background-color: #CBECA0; text-shadow: #DFB 1px 1px; color: #030; }

li.gfield.gfield_html.gf_alert_red { border: 1px solid #CFADB3; background-color: #FAF2F5; text-shadow: #FFF 1px 1px; color: #832525; }

li.gfield.gfield_html.gf_alert_yellow { border: 1px solid #E6DB55; background-color: #FFFBCC; text-shadow: #FCFAEA 1px 1px; color: #222; }

li.gfield.gfield_html.gf_alert_gray { border: 1px solid #CCC; background-color: #EEE; text-shadow: #FFF 1px 1px; color: #424242; }

li.gfield.gfield_html.gf_alert_blue { border: 1px solid #a7c2e7; background-color: #D1E4F3; text-shadow: #E0F1FF 1px 1px; color: #314475; }

/* confirmation styles */
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow { margin: 30px 0; max-width: 99%; border-top: 1px solid #E6DB55; border-bottom: 1px solid #E6DB55; padding: 2em; background-color: #FFFBCC; color: #424242; font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_simple_gray { margin: 30px 0; max-width: 99%; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 2em; background-color: #EAEAEA; color: #424242; font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient { position: relative; background-color: #FFFBD2; margin: 30px 0; border: 1px solid #E6DB55; -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75); -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75); box-shadow: 0 0 5px rgba(221, 215, 131, 0.75); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div#gforms_confirmation_message { margin: 0; padding: 40px; max-width: 99%; font-size: 1.8em; border-top: 2px solid #FFF; border-bottom: 1px solid #E6DB55; background-color: #FFFBCC; color: #424242; background: #fffce5; background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf)); background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%); background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%); background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%); background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient { position: relative; background-color: #f1fcdf; margin: 30px 0; border: 1px solid #a7c37c; -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4); -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4); box-shadow: 0 0 5px rgba(86, 122, 86, 0.4); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div#gforms_confirmation_message { margin: 0; padding: 40px; max-width: 99%; font-size: 1.8em; border-top: 2px solid #effade; border-bottom: 1px solid #a7c37c; background-color: #FFFBCC; text-shadow: #DFB 1px 1px; color: #030; background: #dbf2b7; background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088)); background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%); background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%); background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%); background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 40%; background: rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto; }

@media only screen and (min-width: 768px) { .top_label input.large, .top_label select.large, .top_label textarea.textarea { width: 100%; }
  .top_label input.small, .top_label select.small { width: 25%; }
  .top_label input.medium, .top_label select.medium { width: 49%; }
  .top_label input.medium { padding-right: 2px; }
  .top_label li.gfield.gf_left_half, .top_label li.gfield.gf_right_half, .top_label li.gfield_medium { width: 49%; }
  .top_label li.gfield.gf_left_half input.small, .top_label li.gfield.gf_right_half input.small, .top_label li.gfield_medium input.small { width: 35%; }
  .top_label li.gfield.gf_left_half { float: left; clear: left !important; }
  .top_label li.gfield.gf_right_half { float: right; clear: right !important; }
  .top_label li.gfield.gf_right_half input.large, .top_label li.gfield.gf_right_half select.large, .top_label li.gfield.gf_right_half textarea.textarea, .top_label li.gfield.gf_right_half input.medium, .top_label li.gfield.gf_right_half select.medium { width: 100% !important; }
  .top_label li.gfield.gf_left_third, .top_label li.gfield.gf_middle_third, .top_label li.gfield.gf_right_third { width: 32%; }
  .top_label li.gfield.gf_left_third input.medium, .top_label li.gfield.gf_left_third input.large, .top_label li.gfield.gf_left_third select.medium, .top_label li.gfield.gf_left_third select.large, .top_label li.gfield.gf_middle_third input.medium, .top_label li.gfield.gf_middle_third input.large, .top_label li.gfield.gf_middle_third select.medium, .top_label li.gfield.gf_middle_third select.large, .top_label li.gfield.gf_right_third input.medium, .top_label li.gfield.gf_right_third input.large, .top_label li.gfield.gf_right_third select.medium, .top_label li.gfield.gf_right_third select.large { width: 100%; }
  .top_label li.gfield.gfield_error.gf_left_third, .top_label li.gfield.gfield_error.gf_middle_third, .top_label li.gfield.gfield_error.gf_right_third { width: 29%; }
  .top_label li.gfield.gf_left_third { float: left; clear: left !important; }
  .top_label li.gfield.gf_middle_third { float: left; margin-left: 2% !important; clear: none !important; }
  .top_label li.gfield.gfield_error.gf_middle_third { margin-left: 3%; }
  .top_label li.gfield.gf_right_third { float: right; clear: right !important; }
  /* end .top_label */
  li.gfield.gf_list_2col label, li.gfield.gf_list_3col label, li.gfield.gf_list_4col label, li.gfield.gf_list_5col label { margin-bottom: 10px; }
  li.gfield.gf_list_2col ul.gfield_checkbox li, li.gfield.gf_list_2col ul.gfield_radio li, li.gfield.gf_2col ul.gfield_checkbox li, li.gfield.gf_2col ul.gfield_radio li { width: 50%; float: left; }
  li.gfield.gf_list_3col ul.gfield_checkbox li, li.gfield.gf_list_3col ul.gfield_radio li, li.gfield.gf_3col ul.gfield_checkbox li, li.gfield.gf_3col ul.gfield_radio li { width: 33%; float: left; }
  li.gfield.gf_list_4col ul.gfield_checkbox li, li.gfield.gf_list_4col ul.gfield_radio li { width: 25%; float: left; }
  li.gfield.gf_list_5col ul.gfield_checkbox li, li.gfield.gf_list_5col ul.gfield_radio li { width: 20%; float: left; } }

/* ERRORS */
.gform_wrapper.gform_validation_error ::-webkit-input-placeholder { color: #c0392b; }

.gform_wrapper.gform_validation_error :-moz-placeholder { color: #c0392b; }

.gform_wrapper.gform_validation_error ::-moz-placeholder { color: #c0392b; }

.gform_wrapper.gform_validation_error :-ms-input-placeholder { color: #c0392b; }

.gfield_error .ginput_complex .ginput_left, .gfield_error .ginput_complex .ginput_right { width: 50%; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half { width: 100%; }

.gfield_error .ginput_complex .ginput_left input[type=text], .gfield_error .ginput_complex .ginput_left input[type=url], .gfield_error .ginput_complex .ginput_left input[type=email], .gfield_error .ginput_complex .ginput_left input[type=tel], .gfield_error .ginput_complex .ginput_left input[type=number], .gfield_error .ginput_complex .ginput_left input[type=password] { width: 100% !important; }

.gfield_error .ginput_complex .ginput_right input[type=text], .gfield_error .ginput_complex .ginput_right input[type=url], .gfield_error .ginput_complex .ginput_right input[type=email], .gfield_error .ginput_complex .ginput_right input[type=tel], .gfield_error .ginput_complex .ginput_right input[type=number], .gfield_error .ginput_complex .ginput_right input[type=password] { width: 100% !important; }

li.gfield.gfield_error, 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;*/ }

li.gfield.gfield_creditcard_warning { margin-bottom: 6px !important; padding: 6px 6px 4px 6px !important; border: 1px dashed #c0392b; }

li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message { font-size: 1em; font-family: "Source Sans Pro", sans-serif; padding: 10px 20px 10px 45px; min-height: 25px; background-image: url("/wp-content/plugins/gravityforms/images/stopbanner.png"); background-repeat: no-repeat; background-position: 0 0; background-color: #c0392b; border-bottom: 1px solid #620101; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); line-height: 1.3em; letter-spacing: 0.2pt; }

li.gfield + li.gfield.gfield_creditcard_warning { margin-top: 14px !important; }

.right_label .gfield_error input.large, .right_label .gfield_error select.large, .right_label .gfield_error textarea.textarea, .left_label .gfield_error input.large, .left_label .gfield_error select.large, .left_label .gfield_error textarea.textarea { width: 66%; }

.gfield_error .gfield_label { color: #AF3124; }

.gform_wrapper div.validation_error, .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { color: #9b2226; border: 1px solid #b7b7b7; background: #fdfdfd; font-size: 1.2em; font-weight: bold; margin-bottom: 1.6em; padding: .5em !important; }

.gform_confirmation_message { border: 1px solid #b7b7b7; padding: 1em !important; }

div.gf_page_steps + div.validation_error { margin-top: 16px; }

div.gfield_description.validation_error { color: #AF3124; font-weight: bold; font-size: 0.85em; line-height: 1.2em; margin-bottom: 16px; }

.validation_message { color: #c0392b; font-weight: 700; letter-spacing: normal; }

li.gfield_error input[type=text], li.gfield_error input[type=url], li.gfield_error input[type=email], li.gfield_error input[type=tel], li.gfield_error input[type=number], li.gfield_error input[type=password], li.gfield_error textarea, li.gfield_error input { border: 1px solid #c0392b; background: #FFDFE0; }

li.gfield_error div.ginput_complex.ginput_container label, li.gfield_error ul.gfield_checkbox, li.gfield_error ul.gfield_radio { color: #AF3124; }

.ginput_container.ginput_list + .gfield_description.validation_message { margin-top: 0; }

/* AJAX FORMS */
.gform_ajax_spinner { padding-left: 10px; }

/* CAPTCHA */
.gfield_captcha_input_container { padding-top: 3px; }

.simple_captcha_small input { width: 100px; }

.simple_captcha_medium input { width: 150px; }

.simple_captcha_large input { width: 200px; }

.gform_wrapper .left_label .simple_captcha_small, .right_label .simple_captcha_small, .left_label .simple_captcha_medium, .right_label .simple_captcha_medium, .left_label .simple_captcha_large, .right_label .simple_captcha_large { margin-left: 32%; }

.gfield_captcha_container img.gfield_captcha { border: none !important; background: none !important; float: none !important; margin: 0 !important; padding: 0 !important; }

/* MATH CHALLENGE */
.math_small input { width: 69px; }

.math_medium input { width: 90px; }

.math_large input { width: 108px; }

.left_label .math_small, .right_label .math_small, .left_label .math_medium, .right_label .math_medium, .left_label .math_large, .right_label .math_large { margin-left: 32%; }

/* HIDDEN FIELDS */
input[type=hidden], input.gform_hidden, .gform_hidden, .gf_hidden { display: none !important; max-height: 1px !important; overflow: hidden; }

.ginput_full br, .ginput_left br, .ginput_right br { display: none !important; }

/* HIDE HONEYPOT */
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container { display: none !important; position: absolute !important; left: -9000px; }

@media only screen and (min-width: 768px) { .top_label li.gfield.gfield_error.gf_left_half, .top_label li.gfield.gfield_error.gf_right_half { width: 49%; }
  /* end .top_label */ }

/* DATE & TIME */
.gfield_time_hour, .gfield_time_minute, .gfield_date_month, .gfield_date_day, .gfield_date_year { width: 70px; vertical-align: top; display: -moz-inline-stack; display: inline-block; zoom: 1; }

.gfield_date_month, .gfield_date_day, .gfield_date_year { margin-right: 12px; width: 50px; float: left; }

.gfield_date_month input, .gfield_date_day input, .gfield_date_year input { width: 85% !important; }

.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year { vertical-align: top; display: -moz-inline-stack; display: inline-block; zoom: 1; margin-right: 6px; }

.gfield_time_ampm { vertical-align: top; display: -moz-inline-stack; display: inline-block; zoom: 1; }

.gfield_time_ampm select { width: 60px !important; }

.gfield_time_hour input, .gfield_time_minute input, .gfield_date_month input, .gfield_date_day input, .gfield_date_year input { width: 70% !important; }

/* DATE PICKER */
.datepicker { width: 100px !important; }

input.datepicker.datepicker_with_icon { margin-right: 4px !important; display: -moz-inline-stack; display: inline-block; zoom: 1; }

.ui-datepicker { width: 216px; height: auto; margin: 5px auto 0; font-family: "Source Sans Pro", sans-serif; font-size: 0.875em; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker a { text-decoration: none; }

.ui-datepicker table { width: 100%; border-collapse: collapse; }

.ui-datepicker-header { background-color: #666; /* set the header background color */ color: #e0e0e0; font-weight: bold; -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2); -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2); box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2); filter: dropshadow(color=#000, offx=1, offy=-1); line-height: 40px; min-height: 30px !important; border-width: 1px 0 0 0; border-style: solid; border-color: #666; }

.ui-datepicker-title { text-align: center; }

.ui-datepicker-title .ui-datepicker-month { margin-right: 5px; }

.ui-datepicker-title select { margin-top: 2.5%; }

.ui-datepicker-prev:before { font-family: "FontAwesome"; font-size: 1em; color: #FFF; content: "\f104"; margin-right: 5px; margin-left: 5px; }

.ui-datepicker-next:after { font-family: "FontAwesome"; font-size: 1em; color: #FFF; content: "\f105"; margin-right: 5px; margin-left: 5px; }

.ui-datepicker-prev, .ui-datepicker-next { display: inline-block; text-align: center; cursor: pointer; overflow: hidden; color: #FFF !important; height: 30px; }

.ui-datepicker-prev { float: left; background-position: center -30px; }

.ui-datepicker-next { float: right; background-position: center 0px; }

.ui-datepicker thead { background: #f7f7f7; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1)); background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); border-bottom: 1px solid #bbb; }

.ui-datepicker th { text-transform: uppercase; text-align: center; font-size: 6pt; padding: 5px 0; color: #666666; text-shadow: 1px 0px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td { padding: 0; border-top: 1px solid #bbb; border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child { border-right: 0px; }

.ui-datepicker tbody tr { border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child { border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a { display: inline-block; font-weight: bold; text-align: center; width: 30px; height: 30px; line-height: 30px; color: #666666; text-shadow: 1px 1px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default { background: #ededed; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede)); background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%); background: -o-linear-gradient(top, #ededed 0%, #dedede 100%); background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%); background: linear-gradient(to bottom, #ededed 0%, #dedede 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 ); -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover { background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active { background: #FFF2AA; /* set the active date background color */ border: 1px solid #c19163; /* set the active date border color */ color: #666; /* set the active date font color */ -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1); text-shadow: 0px 1px 0px #FFF; filter: dropshadow(color=#FFF, offx=0, offy=1); position: relative; margin: -1px; }

.ui-datepicker-unselectable .ui-state-default { background: #f4f4f4; color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active { width: 29px; margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active { width: 29px; margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active { height: 29px; margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled { background-color: #d7d7d7; }

table.ui-datepicker-calendar { margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] { z-index: 9999 !important; }

/* TEXTAREA CHARACTER COUNT */
div.charleft { font-size: 11px; margin-top: 4px; color: #B7B7B7; width: 92% !important; white-space: nowrap !important; }

div.charleft[style] { width: 92% !important; }

.left_label div.charleft, .right_label div.charleft { margin-left: 32%; }

div.charleft.warningTextareaInfo { color: #A1A1A1; }

li.gf_hide_charleft div.charleft { display: none !important; }

/* SUBMISSION LIMIT MESSAGE */
/* PRICING FIELDS */
.ginput_price { filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }

span.ginput_total { color: #060; font-size: 1.2em; }

.top_label span.ginput_total { margin: 8px 0; }

span.ginput_product_price_label { margin-right: 2px; }

span.ginput_product_price { color: #900; }

span.ginput_quantity_label { margin-left: 10px; margin-right: 2px; }

input.ginput_quantity { width: 40px; }

/* MULTI PAGE */
.gform_page_footer { margin: 20px 0; width: 99%; border-top: 1px dotted #CCC; padding: 16px 0 0 0; }

.gform_page_footer input.gform_previous_button { float: left; width: auto !important; padding-left: 1em; padding-right: 1em; }

.gform_page_footer input.gform_next_button, .gform_page_footer .button.gform_button { float: right; width: auto !important; padding-left: 1em; padding-right: 1em; }

.gf_progressbar_wrapper { clear: both; width: 99%; margin: 0 0 8px 0; padding: 0 0 16px 0; border-bottom: 1px dotted #CCC; }

.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; }

.gf_progressbar { width: 100%; height: 20px; overflow: hidden; line-height: 20px !important; border: 1px solid #CCC; background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-bg.png"); background-repeat: repeat-x; background-position: bottom; background-color: #FFF; }

.gf_progressbar_percentage { height: 20px; text-align: right; font-family: "Source Sans Pro", sans-serif; font-size: 1em; }

.gf_progressbar_percentage span { display: block; width: auto; float: right; margin-right: 5px; margin-left: 5px; line-height: 18px; }

.gf_progressbar_percentage.percentbar_0 span { color: #959595; text-shadow: none; }

.percentbar_blue { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-blue.png"); background-repeat: repeat-x; background-color: #0072BC; color: #FFF; }

.percentbar_gray { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-gray.png"); background-repeat: repeat-x; background-color: #666; color: #FFF; }

.percentbar_green { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-green.png"); background-repeat: repeat-x; background-color: #94DC21; color: #FFF; }

.percentbar_orange { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-orange.png"); background-repeat: repeat-x; background-color: #DC7021; color: #FFF; }

.percentbar_red { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-red.png"); background-repeat: repeat-x; background-color: #DC2521; color: #FFF; }

.percentbar_custom { background-image: url("/wp-content/plugins/gravityforms/images/gf-percentbar-custom.png"); background-repeat: repeat-x; }

.gf_page_steps { width: 99%; margin: 0 0 8px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #CCC; }

.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; }

.gf_step span.gf_step_number { font-size: 20px; float: left; font-family: arial,sans-serif; }

.gf_step.gf_step_active { filter: alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.gf_step_clear { display: block; clear: both; height: 1px; overflow: hidden; }

/* PASSWORD STRENGTH INDICATOR */
.gfield_password_strength { border: 1px solid #DDD; margin: 0; padding: 3px 5px; text-align: center; width: 200px; background-color: #EEE; }

.gfield_password_strength.bad { background-color: #FFB78C; border-color: #FF853C; }

.gfield_password_strength.good { background-color: #FFEC8b; border-color: #FC0; }

.gfield_password_strength.short, .gfield_password_strength.mismatch { background-color: #FFA0A0; border-color: #f04040; }

.gfield_password_strength.strong { background-color: #C3FF88; border-color: #8DFF1C; }

/* LIST FIELDS */
table.gfield_list, table.gfield_list caption, table.gfield_list tbody, table.gfield_list tfoot, table.gfield_list thead, table.gfield_list tr, table.gfield_list th, table.gfield_list td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; background: none; }

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

table.gfield_list thead th { font-weight: bold; text-align: left; }

table.gfield_list thead, table.gfield_list tr { padding: 0; margin: 0; }

table.gfield_list th, table.gfield_list td { padding: 0 0 0.5em 0; }

table.gfield_list th + th, table.gfield_list td + td { padding: 0 0 0.5em 0.7em; }

.left_label .gfield_list, .right_label .gfield_list { width: 64%; }

.top_label .gfield_list { width: 100%; }

.left_label .gf_list_one_column, .right_label .gf_list_one_column { width: 45%; }

.top_label .gf_list_one_column { width: 46%; }

.gfield_list input { width: 98%; }

.gfield_icon_disabled { cursor: default !important; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }

table.gfield_list td.gfield_list_icons { min-width: 45px !important; }

/* MULTI-FILE UPLOAD */
.gform_fileupload_multifile .gform_drop_area { padding: 25px; border: 2px dashed #CCC; text-align: center; color: #111; margin-bottom: 10px; }

.gform_fileupload_multifile .gform_drop_area input[type=button] { padding: 5px 1em; font-size: 0.875em; margin-left: 10px; line-height: 1.3; width: auto !important; }

.right_label .gform_fileupload_multifile, .left_label .gform_fileupload_multifile { margin-left: 31%; }

.gform_delete { vertical-align: middle; cursor: pointer; }

/* HTML */
div.gform_body ul.gform_fields li.gfield.gfield_html ul li, 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; }

div.gform_body ul.gform_fields li.gfield.gfield_html ul, 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; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li, 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; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol, 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; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li { list-style-type: disc !important; padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul { margin: 1em 0 1em 1.5em; }

form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li { margin: 0 0 0.5em; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl { margin: 0 0 1.5em 0; padding-left: 0; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl dt { font-weight: bold; }

div.gform_body ul.gform_fields li.gfield.gfield_html dl dd { margin: 0 0 1em 1.5em; }

.left_label li.gfield_html_formatted, .right_label li.gfield_html_formatted { margin-left: 32%; }

.gfield_html.gfield_no_follows_desc { margin-top: 10px; }

/* CREDIT CARD ICONS */
.gform_card_icon_container { margin: 8px 0 6px 0; height: 32px; }

div.gform_card_icon { margin-right: 4px; text-indent: -9000px; background-image: url("/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png"); background-repeat: no-repeat; width: 36px; height: 32px; float: left; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa { background-position: 0 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa { background-position: 0 -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa { background-position: 0 -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard { background-position: -36px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard { background-position: -36px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard { background-position: -36px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex { background-position: -72px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex { background-position: -72px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex { background-position: -72px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover { background-position: -108px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover { background-position: -108px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover { background-position: -108px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro { background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro { background-position: -144px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro { background-position: -144px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb { background-position: -180px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb { background-position: -180px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb { background-position: -180px -64px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa { background-position: 0 -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa { background-position: 0 -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa { background-position: 0 -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard { background-position: -36px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard { background-position: -36px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard { background-position: -36px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex { background-position: -72px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex { background-position: -72px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex { background-position: -72px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover { background-position: -108px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover { background-position: -108px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover { background-position: -108px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro { background-position: -144px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro { background-position: -144px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro { background-position: -144px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb { background-position: -180px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb { background-position: -180px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb { background-position: -180px -256px; }

/* CREDIT CARD FIELDS */
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard { float: left; position: relative; top: 4px !important; }

.ginput_complex .ginput_cardinfo_left, .ginput_complex .ginput_cardinfo_right { min-height: 43px; position: relative; float: left; }

.ginput_complex .ginput_cardinfo_left { width: 50%; margin-right: 1%; }

.ginput_complex .ginput_cardinfo_right { min-width: 85px !important; }

.ginput_complex .ginput_cardinfo_left label, .ginput_complex .ginput_cardinfo_right label { white-space: nowrap !important; }

.ginput_complex span.ginput_cardextras { display: block; overflow: hidden; }

.ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container { position: relative; display: block; min-width: 160px !important; }

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year { width: 48% !important; display: -moz-inline-stack; display: inline-block; zoom: 1; }

.ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month { margin-right: 4px; }

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code { max-width: 50% !important; }

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon { width: 32px; height: 23px; background-image: url("/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; }

/* Standard Fields */
/* 
 * Get Chosen Js to Work with all Select Inputs
 * How: don't use the built-in checkbox "enable enhanced user interface"
 * Advanced Fields with Select: add a class under the advanced tab like "has-select"
 * Normal Select: set a class to keep it from spanning full width
 *
*/
.gform_wrapper li.has-select { overflow: visible; height: 384px; }

.gform_wrapper li.has-select .ginput_complex { overflow: visible; }

.gform_wrapper li.has-select .ginput_complex .ginput_left, .gform_wrapper li.has-select .ginput_complex .ginput_right, .gform_wrapper li.has-select .ginput_complex .ginput_full { overflow: visible; }

.gform_wrapper li.has-select.gfield_error .chosen-single { border-color: #c0392b !important; background: #FFDFE0 !important; color: #c0392b !important; }

.gform_wrapper .chosen-single:hover, .gform_wrapper .chosen-single:focus { border-bottom: 1px solid #ccc !important; }

.gform_wrapper .chosen-container:focus + label, .gform_wrapper .chosen-container:active + label, .gform_wrapper .chosen-container-active + label { font-weight: bold; }

/* GForm Wrapper */
.gform_wrapper { overflow: inherit; margin: 15px auto; width: 100%; font-family: "Source Sans Pro", sans-serif; }

.gform_wrapper:focus { outline: 0; }

/* REQUIRED */
.gfield_required { color: #AF3124; margin-left: 4px; }

/* INPUTS */
textarea.small { height: 80px; }

textarea.medium { height: 150px; }

textarea.large { height: 250px; }

/* RADIO & CHECKBOXES */
ul.gfield_checkbox li label, ul.gfield_checkbox li input, ul.gfield_radio li label, ul.gfield_radio li input { margin-left: 5px; }

/* HOVER & FOCUS */
.field_hover { border: 1px dashed #2175A9; cursor: pointer; }

.field_selected { background-color: #DFEFFF; border: 1px solid #C2D7EF; }

/* CUSTOM FIELDS */
.ginput_complex { overflow: hidden; }

.ginput_complex .field_name_first, .ginput_complex .field_name_last { width: 100%; }

.ginput_complex .ginput_left, .ginput_complex .ginput_right, .ginput_complex .ginput_full { min-height: 43px; display: block; overflow: hidden; }

.ginput_complex .ginput_left, .ginput_complex .ginput_right { width: 100%; }

.ginput_complex .name_prefix { float: left; width: 13%; }

.ginput_complex .name_first { float: left; width: 83%; margin-left: 4%; }

.ginput_complex .name_last { clear: both; float: left; width: 73%; }

.ginput_complex .name_suffix { float: right; width: 23%; margin-left: 4%; }

.ginput_complex input[type=text], .ginput_complex input[type=url], .ginput_complex input[type=email], .ginput_complex input[type=tel], .ginput_complex input[type=number], .ginput_complex input[type=password] { width: 100%; }

.ginput_complex input[type=text]:focus + label, .ginput_complex input[type=url]:focus + label, .ginput_complex input[type=email]:focus + label, .ginput_complex input[type=tel]:focus + label, .ginput_complex input[type=number]:focus + label, .ginput_complex input[type=password]:focus + label { font-weight: bold; }

.ginput_complex select { width: 100%; }

/* HEADER */
.gform_heading { width: 100%; margin-bottom: 15px; }

/* BODY */
/* FOOTER */
.gform_footer { margin: 25px 0 15px 0; clear: both; text-align: center; }

.gform_footer.right_label, .gform_footer.left_label { padding: 16px 0 10px 31%; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] { font-size: 14px; }

/* TITLES & DESCRIPTIONS */
h2.gsection_title { margin: 0 !important; padding: 0 !important; letter-spacing: normal !important; }

h2.gsection_title, h3.gform_title { font-weight: bold; font-size: 1.3em; }

h3.gform_title { letter-spacing: normal !important; margin: 10px 0 6px 0; }

span.gform_description { font-weight: normal; }

h2.gsection_title, .gsection_description, h3.gform_title { width: 100%; }

.gform_wrapper .description, .gfield_description, .gsection_description, .instruction { font-size: 0.85em; line-height: 1.5em; clear: both; letter-spacing: normal; }

.gform_wrapper .description, .gfield_description, .gsection_description { padding: 4px 0 8px 0; }

.left_label .gfield_description, .right_label .gfield_description { width: 63%; }

.gfield_date_year + .gfield_description { padding: 0; }

.right_label .gfield_description, .left_label .gfield_description, .left_label .instruction, .right_label .instruction { margin-left: 31%; }

.left_label .gsection .gsection_description, .right_label .gsection .gsection_description { margin-left: 0; padding-top: 4px; padding-left: 0; line-height: 1.5em; }

/* LISTS */
form ul { margin: 0 !important; list-style-type: none; }

form ul li.gfield { clear: both; }

form li { margin-left: 0 !important; list-style-type: none !important; list-style-image: none !important; list-style: none !important; overflow: visible; }

ul.gfield_radio li, ul.gfield_checkbox li { overflow: hidden; }

form ul.right_label li, form ul.left_label li { margin-bottom: 14px; }

form ul.right_label li ul.gfield_radio li, form ul.left_label li ul.gfield_radio li, form ul.right_label li ul.gfield_checkbox li, form ul.left_label li ul.gfield_checkbox li { margin-bottom: 10px; }

form ul li:before, form ul li:after, form ul.gform_fields { padding: 0; margin: 0; overflow: visible; }

form .inline { display: inline !important; }

/* LABELS */
.ginput_complex .ginput_left input:focus + label, .ginput_complex .ginput_right input:focus + label, .ginput_complex .ginput_full input:focus + label { font-weight: bold; }

.ginput_complex label, .gfield_time_hour label, .gfield_time_minute label, .gfield_date_month label, .gfield_date_day label, .gfield_date_year label, .instruction { display: block; margin: 3px 0; font-size: 11px; letter-spacing: 0.5pt; }

.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; }

.left_label .gfield_label { float: left; margin: 0 15px 0 0; width: 29%; font-weight: bold; }

.right_label .gfield_label { float: left; margin: 0 15px 0 0; width: 29%; font-weight: bold; text-align: right; }

.left_label ul.gfield_checkbox, .right_label ul.gfield_checkbox, .left_label ul.gfield_radio, .right_label ul.gfield_radio { margin-left: 32%; overflow: hidden; }

.gsection .gfield_label { font-weight: bold; font-size: 1.3em; }

/* SECTIONS */
.gsection { border-bottom: 1px dotted #CCC; padding: 0 0 8px 0; margin: 16px 0; clear: both; }

@media only screen and (min-width: 768px) { .gform_wrapper { max-width: 100%; margin: 10px 0; }
  textarea { width: 100% !important; }
  .gform_heading { width: auto; }
  .field_name_first, .field_name_last { width: 49%; }
  .field_name_first { float: left; }
  .field_name_last { float: right; }
  .ginput_complex .ginput_left input[type=text], .ginput_complex .ginput_left input[type=url], .ginput_complex .ginput_left input[type=email], .ginput_complex .ginput_left input[type=tel], .ginput_complex .ginput_left input[type=number], .ginput_complex .ginput_left input[type=password] { width: 100%; }
  .ginput_complex .ginput_right input[type=text], .ginput_complex .ginput_right input[type=url], .ginput_complex .ginput_right input[type=email], .ginput_complex .ginput_right input[type=tel], .ginput_complex .ginput_right input[type=number], .ginput_complex .ginput_right input[type=password] { width: 100%; }
  .ginput_complex .ginput_full input[type=text], .ginput_complex .ginput_full input[type=url], .ginput_complex .ginput_full input[type=email], .ginput_complex .ginput_full input[type=tel], .ginput_complex .ginput_full input[type=number], .ginput_complex .ginput_full input[type=password] { width: 100%; }
  .ginput_complex .ginput_left { width: 49%; float: left; }
  .ginput_complex .ginput_right { width: 49%; float: right; }
  .ginput_complex .name_prefix { float: left; width: 8%; }
  .ginput_complex .name_suffix { float: left; width: 11%; margin-left: 2%; }
  .ginput_complex .name_first, .ginput_complex .name_last { float: left; width: 36%; }
  .ginput_complex .name_first { margin-left: 2%; }
  .ginput_complex .name_last { clear: none; margin-left: 2%; }
  li.has-select { height: 234px; }
  li.has-select.gfield_error { height: 300px; } }

/* gravity forms styles - uncheck box to NOT output default CSS */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: .9em; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }

.chosen-container a { cursor: pointer; }

.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 !important; max-height: 240px; -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li { display: none; margin: 0 !important; padding: 5px 1%; list-style: none; line-height: 15px; -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }

.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }

.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; }

.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; }

.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; }

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

/* end .chosen-container */
.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 0 0 8px; height: 30px; background: #FFF; border: 1px solid #CCC; background-clip: padding-box; color: #444 !important; text-decoration: none; white-space: nowrap; line-height: 32px; }

.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }

.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url("../images/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 16px; height: 100%; }

.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../images/chosen-sprite.png") no-repeat 0px 7px; }

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: white url("../images/chosen-sprite.png") no-repeat 100% -20px; background: url("../images/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-single .chosen-drop { margin-top: -1px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; }

/* end .chosen-container-single */
.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 4px 1%; width: 100%; height: auto !important; height: 1%; background: #FFF; border: 1px solid #CCC; cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: auto; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #444; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default { color: #999; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px !important; padding: 3px 20px 3px 5px; border: 1px solid #aaa; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url("../images/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

.chosen-container-active .chosen-single { border: 1px solid #333; }

.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff)); background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; }

.chosen-container-active .chosen-choices { border: 1px solid #333; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; }

/* end .chosen-container-active */
.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

/* end .chosen-disabled */
.chosen-rtl { text-align: right; }

.chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl; }

.chosen-rtl .chosen-single div { right: auto; left: 3px; }

.chosen-rtl .chosen-single abbr { right: auto; left: 26px; }

.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-choices li { float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { left: 9999px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; }

.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }

.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; }

.chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; }

.chosen-rtl .chosen-search input[type="text"] { padding: 4px 5px 4px 20px; background: white url("../images/chosen-sprite.png") no-repeat -30px -20px; background: url("../images/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; }

/* end .chosen-rtl */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../images/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } }

/* end retina */
/* better cross browser select inputs - see https://github.com/harvesthq/chosen for more info */
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #cccccc; }

.mfp-preloader a:hover { color: white; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }

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

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }

.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure { /* The shadow behind the image */ }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/* magnific lightbox styles - see https://github.com/dimsemenov/Magnific-Popup for more info */
/******************************************************************
Site Name:
Author:

Stylesheet: Bootstrap Grid Stylesheet

******************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.lt-ie9 .container { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; }

.lt-ie9 .container:before, .lt-ie9 .container:after { content: " "; /* 1 */ display: table; /* 2 */ }

.lt-ie9 .container:after { clear: both; }

@media (min-width: 768px) { .lt-ie9 .container { width: 708px; } }

@media (min-width: 992px) { .lt-ie9 .container { width: 932px; } }

@media (min-width: 1260px) { .lt-ie9 .container { width: 1200px; } }

.container-fluid, .wrap { margin-right: auto; margin-left: auto; padding-left: 20px; padding-right: 20px; max-width: 90%; }

.container-fluid:before, .container-fluid:after, .wrap:before, .wrap:after { content: " "; /* 1 */ display: table; /* 2 */ }

.container-fluid:after, .wrap:after { clear: both; }

.row { margin-left: -20px; margin-right: -20px; }

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

.row:after { clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 { position: relative; min-height: 1px; padding-left: 20px; padding-right: 20px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: 0%; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: 0%; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: 0%; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: 0%; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }

@media (min-width: 992px) { .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: 0%; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: 0%; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1260px) { .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: 0%; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: 0%; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }

/*
BASE (MOBILE) STYLES
This is where you add the majority of your styles. These will be loaded on all devices, so make sure this holds the bare minimum any device needs to view your site.
*/
/******************************************************************
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 stylesheet
and will be used across all viewports.

******************************************************************/
/*
CONTENTS:
1. General Styles
3. Header Styles
4. Navigation Styles
5. Posts & Content Styles
6. Page Navigation Styles
7. Comments & Comment Form Styles
8. Sidebars & Asides
9. Event Styles
10. Footer Styles
*/
/*********************
GENERAL STYLES
*********************/
.debug { margin-top: 25px; padding: 10px; background-color: #f7f55f; border: 1px solid black; }

html { height: 100%; overflow-x: hidden; }

body { height: auto; overflow-x: hidden; }

body #container { height: 100%; /*styles for mobile nav slide in*/ position: relative; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

.container-fluid, .wrap { max-width: 100%; padding-left: 0; padding-right: 0; }

#main.full-width { float: left; }

/*** 1 col layout - Adjustment ***/
#main.full-width { width: 100%; padding-left: 20px; padding-right: 20px; max-width: 100%; }

/*** 2 Col Layout - Adjustments ***/
#main.no-left-sidebar { width: 100%; left: auto; }

#inner-main { float: left; width: 100%; }

.col-xs-12 .col-xs-12 { padding-left: 0; padding-right: 0; }

.show-mobile { display: block; }

.hide-mobile { display: none; }

/*********************
HEADER STYLES
*********************/
#logo { padding: 5px 0 3px 0; }

#header-left-inner { display: inline-block; float: left; padding-left: 0; margin-bottom: 5px; }

#header-date { font-family: "Georgia", "Times New Roman", "Times", serif; font-size: 17px; line-height: 1; }

#header-place { display: none; }

/** Weather **/
#yawp_weather_widget, #header-left-sidebar .first-widget { font-family: "Source Sans Pro", sans-serif; margin: 0; padding: 0; width: auto; display: inline-block; float: right; }

.yawp_weather { padding: 0; }

#yawp_temperature_section, .wu-day-current-temp, .wu-current-conditions .wu-day-title small { font-size: 22px; display: inline-block; padding-left: 7px; }

#yawp_weather_icon_section { display: inline-block; height: 40px; padding-left: 3px; vertical-align: middle; width: 43px; background-repeat: no-repeat; }

.wu-forecast-wrapper { margin-top: 10px; }

.wu-forecast-wrapper div { margin-bottom: 0; }

.wu-day-current-temp { padding-left: 7px; }

.wu-day-current-temp, .wu-current-conditions .wu-day-title small { font-family: "Source Sans Pro", sans-serif; font-size: 22px; display: inline-block; color: #000; }

.wu-current-conditions .wu-day-title small { margin-left: -12px !important; }

.wu-icon { margin-left: 3px; }

.wu-icon img { max-width: 40px; height: auto; }

/** END Weather **/
#header-right-sidebar { margin-top: 10px; float: right; }

#header-right-sidebar > div { padding: 0; margin: 0 0 11px; float: right; }

.tickets-button, .events-button { display: block; width: 100%; float: left; margin-bottom: 10px; line-height: 1; }

.widget_text .tickets-button, .widget_text .events-button { text-align: center; margin-bottom: 0; }

.tickets-button a, .events-button a, .tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link { font-family: "Lato", "Source Sans Pro", sans-serif; background-color: #9b2226; color: #fff !important; padding: 3px 10px; border-radius: 3px; text-transform: uppercase; font-size: 0.85em; }

.tickets-button a i, .events-button a i, .tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link i { margin-right: 3px; }

.tickets-button a :hover, .events-button a :hover, .tribe-events-widget .tribe-events-widget-events-list__view-more .tribe-events-widget-events-list__view-more-link :hover { background-color: #8c1b1d; }

.events-button { font-family: "Source Serif Pro", serif; letter-spacing: 0.3px; }

.events-button a { padding: 5px 20px; font-weight: 700; }

.events-button a i { margin-right: 5px; }

/*********************
NAVIGATION STYLES
*********************/
.ubermenu-skin-black-white-2.ubermenu-responsive-toggle { font-size: 13px; font-weight: 400; }

/* Look for menu styles in /includes/_offcanvas-nav.scss */
.ubermenu .ubermenu-target-text { font-family: "Lato", "Source Sans Pro", sans-serif; font-size: 13px; font-weight: normal; }

#main-navigation .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input, #mobile-search-header .ubermenu-search input.ubermenu-search-input { background-color: #FFF; padding: 5px 30px 5px 5px; color: #000; font-size: 13px; width: 240px; margin-right: 8px; }

::-webkit-input-placeholder { color: #434343; }

:-moz-placeholder { /* Firefox 18- */ color: #434343; }

::-moz-placeholder { /* Firefox 19+ */ color: #434343; }

:-ms-input-placeholder { color: #434343; }

#main-navigation .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform, #mobile-search-header .ubermenu-search .ubermenu-searchform { height: 30px; }

#main-navigation .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit, #main-navigation .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit, #mobile-search-header .ubermenu-search .ubermenu-search-submit { width: 30px; font-size: 14px; }

#main-navigation .ubermenu .search-icon .ubermenu-submenu { border: 0 !important; }

#main-navigation .search-icon { display: none; min-width: 125px; }

.search-icon .ubermenu-custom-content, #mobile-search-header .ubermenu-search { padding: 8px 5px 5px 5px !important; }

#mobile-search-header .ubermenu-search .ubermenu-search-input { max-width: 80%; }

#mobile-search-header .ubermenu-search .ubermenu-search-submit { max-width: 15%; }

table.gsc-search-box, .gsc-search-box table { margin: 0 !important; }

.gsc-search-box { margin: 0 !important; }

.gsc-search-box table tr { background-color: transparent; }

.gsc-search-box table td { border: 0; }

.gsc-search-box .gsib_a, .gsc-search-box .gsib_b { padding: 0 !important; border: 0; }

.gsc-search-box .gsc-input { padding: 2px 0 2px 2px !important; border: 0; font-family: "Source Sans Pro", sans-serif; font-size: 15px; }

.gsc-search-box .gsst_a .gscb_a { color: #666; }

.gsc-search-box .gsst_a { padding: 6px 2px 0; /* Adjust padding on X icon to prevent empty space */ }

.gsc-search-box input.gsc-search-button, .gsc-search-box input.gsc-search-button:hover, .gsc-search-box input.gsc-search-button:focus { background-color: transparent; }

#main-navigation .gsc-search-box { /* .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 { height: 19px; margin-top: 2px; min-width: 17px; padding: 3px !important; width: 19px; } */ }

#main-navigation .gsc-search-box .gsc-input-box { border: 0; }

#main-navigation .gsc-search-box input.gsc-search-button, #main-navigation .gsc-search-box input.gsc-search-button:hover, #main-navigation .gsc-search-box input.gsc-search-button:focus { background-color: transparent; }

.gsc-search-box-tools .gsc-search-box .gsc-input { padding-right: 0; }

.gssb_c { /* Pop-up suggested searches */ margin-top: 25px; background-color: white; }

.gssb_c * { background-color: white; font-family: "Source Sans Pro", sans-serif; font-size: 15px; }

#main form.gsc-search-box { border: 1px solid #b7b7b7; max-width: 300px; }

#main td.gsc-search-button { border: 0; }

/*** Mobile Search Styles ***/
#mobile-search-header { text-align: center; padding-left: 20px; padding-right: 20px; /* table.gsc-search-box tbody tr td input.gsc-input { font-size: 20px !important; height: auto !important; } */ }

#mobile-search-header .gsc-search-box { height: auto !important; /* max-width: 90%; */ }

#mobile-search-header table.gsc-search-box tbody tr td * { font-size: 20px !important; height: auto !important; }

#mobile-search-header .gsst_a { padding-top: 0; /* Adjust padding on X icon to prevent empty space */ }

#mobile-search-header .gsc-search-box .cse .gsc-search-button input.gsc-search-button-v2, #mobile-search-header .gsc-search-box input.gsc-search-button-v2, #mobile-search-header input.gsc-search-button-v2 { padding: 9px !important; min-width: 30px !important; width: 30px !important; height: 30px !important; }

#mobile-search-header input.gsc-search-button { padding: 9px !important; font-size: 13px !important; line-height: 1 !important; }

#mobile-search-header input.gsc-search-button, #mobile-search-header input.gsc-search-button:hover, #mobile-search-header input.gsc-search-button:focus { background-color: #222; }

#mobile-search-header td.gsc-search-button { font-size: 40px !important; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content { margin: 0 0 1em; }

#content #inner-content { /* post meta */ }

#content #inner-content article { margin-bottom: 25px; }

#content #inner-content article.tribe-events-widget-events-list__event { margin-bottom: 0; }

#content #inner-content .attachment { text-align: center; }

#content #inner-content .attachment a { border-bottom: 0; }

#content #inner-content .attachment a:hover { border-bottom: 0; }

#content #inner-content .byline { color: #999; margin: -1em 0 1em; }

#page-banner { position: relative; margin-bottom: 30px; }

#page-banner .page-header { background-color: white; position: relative; padding: 5px 20px 0; width: 100%; float: left; line-height: 1; text-align: left; }

#page-banner .page-header img { width: 140%; max-width: 140%; }

#page-banner h1 { margin: 0; font-size: 1.8em; }

/* #main {
    float: left;
    margin-top: 20px;
} */
.post-image img { max-width: 100%; }

.entry-content img + p { margin-top: 15px; }

.photo-credit { font-size: 0.8em; margin-top: -10px; /* bring it up right under main image */ margin-bottom: 10px; text-align: right; }

.single-attachment .photo-credit { text-align: center; }

.edit-link { display: none; }

.no-show { display: none !important; }

.show { display: block !important; }

.gpt-ad { margin-bottom: 10px; text-align: center; max-width: 100%; }

.gpt-ad iframe { max-width: 100%; }

.adsense-ad { margin-bottom: 8px; text-align: center; }

.single article.type-post .listing-meta { margin-bottom: 10px; }

.subtitle { font-weight: bold; font-size: 1.25em; margin-bottom: 5px; }

.author-byline { font-size: 1.2em; color: #787878; font-style: italic; margin-bottom: 20px; }

.tags { margin: 25px 0; }

.tags a { color: #9b2226; }

.tags a:hover { color: #000; }

.tags-title { font-weight: bold; }

/******************************************************************
PAGE NAVIGATION STYLES
******************************************************************/
.page-navigation, .wp-prev-next { display: table; margin: 0 auto; }

.portsmouthnh_page_navi { margin: 1em 0; /* current page link */ /* end .portsmouthnh_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 */ }

.portsmouthnh_page_navi li { float: left; margin: 0; }

.portsmouthnh_page_navi li a { display: block; color: #000; text-decoration: none; padding: 3px 10px; position: relative; }

.portsmouthnh_page_navi li a:hover, .portsmouthnh_page_navi li a:focus { text-decoration: underline; }

.portsmouthnh_page_navi li.bpn-current { background-color: #000; color: #FFF; padding: 3px 10px; position: relative; }

.portsmouthnh_page_navi li.bpn-current a { /* hovering on current page link */ }

.portsmouthnh_page_navi li.bpn-prev-link, .portsmouthnh_page_navi li.bpn-next-link { font-weight: 700; }

.portsmouthnh_page_navi li.bpn-prev-link a, .portsmouthnh_page_navi li.bpn-next-link a { color: #262626; }

.portsmouthnh_page_navi li.bpn-prev-link a:hover, .portsmouthnh_page_navi li.bpn-next-link a:hover, .portsmouthnh_page_navi li.bpn-first-page-link a:hover, .portsmouthnh_page_navi li.bpn-last-page-link a:hover { background: none; }

/* end .portsmouthnh_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link { float: left; }

.wp-prev-next .next-link { float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENTS & COMMENT FORM STYLES
******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Comments 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 stylesheet
and will be used across all viewports.

******************************************************************/
/*
CONTENTS:
1. Comment Form Styles
2. Comments Styles
*/
/*********************
COMMENT FORM STYLES
*********************/
.respond-form, .comment-respond { /* comment submit button */ /* comment form title */ /* cancel comment reply link */ /* logged in comments */ /* allowed tags */ /* no comments */ }

.respond-form #reply-title, .comment-respond #reply-title { font-weight: bold; }

.respond-form form, .comment-respond form { margin: 0.75em 0; }

.respond-form form p, .comment-respond form p { margin: 0 0 0.75em 0; }

.respond-form form ul, .comment-respond form ul { margin: 0; }

.respond-form form ul li, .comment-respond form ul li { list-style-type: none; clear: both; margin-bottom: 0.7335em; margin-left: 0; }

.respond-form form ul li label, .respond-form form ul li small, .comment-respond form ul li label, .comment-respond form ul 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, .comment-respond form input[type=text], .comment-respond form input[type=email], .comment-respond form input[type=url], .comment-respond form textarea { width: 100%; /* 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, .comment-respond form input[type=text]:invalid, .comment-respond form input[type=email]:invalid, .comment-respond form input[type=url]:invalid, .comment-respond form textarea:invalid { outline: none; border-color: #b7b7b7; background-color: #f7f7f9; -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], .comment-respond form input[type=text], .comment-respond form input[type=email], .comment-respond form input[type=url] { max-width: 400px; min-width: 250px; }

.respond-form form textarea, .comment-respond form textarea { height: 150px; }

.respond-form form label, .comment-respond form label { margin: 10px 0 4px 0; font-weight: bold; display: block; line-height: 1.3em; clear: both; }

.respond-form form label .required, .comment-respond form label .required { color: #d10000; }

.respond-form #comment-form-title, .comment-respond #comment-form-title { margin: 0 0 1.1em; }

.respond-form .form-allowed-tags, .comment-respond .form-allowed-tags { margin: 1em 0 1.675em 0; }

.respond-form .form-allowed-tags code, .comment-respond .form-allowed-tags code { margin-top: 0.5em; display: block; overflow: hidden; }

.respond-form .nocomments, .comment-respond .nocomments { margin: 0 20px 1.1em; }

/*********************
COMMENTS STYLES
*********************/
/* h3 comment title */
#comments { /* number of comments span */ }

.comment-nav ul { margin: 1em 0; }

.comment-nav ul li { margin-left: 0; }

.commentlist { padding: 0; margin: 0; /*li:not(.depth-1) { margin-right: -10px; margin-left: -10px; margin-top: 0; padding-bottom: 0; }*/ /* 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; /* 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 ul.children li { margin-left: 0 0 0 3em; }

.commentlist li[class*=depth-] { margin-top: 1.1em; }

.commentlist li.depth-1 { margin-left: 0; margin-top: 0; }

.commentlist .vcard { position: relative; height: auto; overflow: overflow; min-height: 32px; }

.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; font-size: 1.25em; margin-left: 50px; }

.commentlist .vcard time { float: right; margin-left: 10px; }

.commentlist .vcard time a { color: #999; font-size: 1.25em; font-weight: 300; text-decoration: none; }

.commentlist .vcard time a:hover { text-decoration: underline; }

.commentlist .vcard img.avatar, .commentlist .vcard img.photo { position: absolute; left: 0; top: 0; margin: 0; border: 1px solid #b7b7b7; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

.commentlist .alert.info p { color: #AF3124; font-style: italic; }

.commentlist .comment_content { margin-top: 1em; padding: 0.5em 0.5em 0.5em 1.5em; border: 1px solid #DDD; clear: both; }

.commentlist .comment_content p { margin: 1em 0; font-size: 1em; line-height: 1.5em; }

.commentlist .comment_content ul li, .commentlist .comment_content ol li { overflow: visible; list-style-type: inherit; }

.commentlist .comment-reply-link { text-decoration: none; float: right; color: #262626; padding: 5px 15px; margin: 0.5em 0 1em 0; font-weight: 400; font-size: 0.9em; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus { color: #9b2226; text-decoration: none; }

.commentlist .comment-reply-link:after { font-family: "FontAwesome"; content: "\f112"; padding-left: 5px; }

/* end .commentlist */
/*********************
VISUAL COMPOSER
*********************/
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 25px; }

/* No margin below PortsmouthNH Tickets logo */
.home .wpb_content_element.wpb_single_image { margin-bottom: 0; }

.vc_row > .vc_col-sm-12 { padding: 0; }

#main .vc_col-xs-1, #main .vc_col-sm-1, #main .vc_col-md-1, #main .vc_col-lg-1, #main .vc_col-xs-2, #main .vc_col-sm-2, #main .vc_col-md-2, #main .vc_col-lg-2, #main .vc_col-xs-3, #main .vc_col-sm-3, #main .vc_col-md-3, #main .vc_col-lg-3, #main .vc_col-xs-4, #main .vc_col-sm-4, #main .vc_col-md-4, #main .vc_col-lg-4, #main .vc_col-xs-5, #main .vc_col-sm-5, #main .vc_col-md-5, #main .vc_col-lg-5, #main .vc_col-xs-6, #main .vc_col-sm-6, #main .vc_col-md-6, #main .vc_col-lg-6, #main .vc_col-xs-7, #main .vc_col-sm-7, #main .vc_col-md-7, #main .vc_col-lg-7, #main .vc_col-xs-8, #main .vc_col-sm-8, #main .vc_col-md-8, #main .vc_col-lg-8, #main .vc_col-xs-9, #main .vc_col-sm-9, #main .vc_col-md-9, #main .vc_col-lg-9, #main .vc_col-xs-10, #main .vc_col-sm-10, #main .vc_col-md-10, #main .vc_col-lg-10, #main .vc_col-xs-11, #main .vc_col-sm-11, #main .vc_col-md-11, #main .vc_col-lg-11, #main .vc_col-xs-12, #main .vc_col-sm-12, #main .vc_col-md-12, #main .vc_col-lg-12 { padding-left: 15px; padding-right: 15px; position: relative; }

.wpb_wrapper { text-align: center; margin-bottom: 25px; }

.wpb_wrapper * { text-align: left; }

.wpb_content_element { text-align: left; }

/*********************
FLEXSLIDER
*********************/
#slider-container { margin-bottom: 25px; float: left; width: 100%; }

.flexslider, .flexslider img { max-width: 100%; max-height: 350px; }

.flexslider .slides { max-width: 100%; }

.flexslider .slides li { margin: 0; }

.flexslider .slides .slide-content-box { background-color: white; line-height: 1; padding: 15px 20px 5px; position: relative; float: left; width: 100%; }

.flexslider .slides h1, .flexslider .slides .h1 { font-size: 1.65em; line-height: 1.1; margin: 0; }

.flexslider .slides a { color: #000 !important; }

.flexslider .slides a:hover { color: #9b2226 !important; }

.flexslider .slides a:hover .slide-meta, .flexslider .slides a:hover .slide-excerpt { color: #000 !important; }

.flexslider .slides .slide-meta { text-transform: uppercase; font-weight: bold; font-size: 12px; }

.flexslider .slides .slide-excerpt { font-size: 14px; /* Make larger on mobile so Google doesn't complain */ line-height: 1.25; margin-top: 8px; }

.flexslider .flex-direction-nav { max-width: 100%; }

.flexslider .flex-direction-nav a { border: 0 !important; }

#newsletter-signup input + input { margin-left: 8px; }

/*********************
CONTENT SHORTCODE 
*********************/
.content-block-container a, .wpb_text_column a { border-bottom: 0 !important; color: inherit; }

.content-block-container h5, .wpb_text_column h5 { margin-top: 0; }

.content-block-container p, .wpb_text_column p { margin: 0; }

.content-block-container .excerpt p, .wpb_text_column .excerpt p { margin: 0 0 1.5em; font-size: 0.95em; }

.content-block-container .excerpt p, .wpb_text_column .excerpt p { line-height: 1.2em; }

.content-block-container .content-block-details, .wpb_text_column .content-block-details { font-size: 20px; /* Make larger on mobile so Google doesn't complain */ }

.content-block-container .content-block-details h6, .wpb_text_column .content-block-details h6 { margin-bottom: 7px; }

.content-block-container.type-quotes, .wpb_text_column.type-quotes { float: left; padding-bottom: 25px; width: 100%; }

.content-block-container.type-quotes .content-block, .wpb_text_column.type-quotes .content-block { border-top: 1px solid #000; border-bottom: 1px solid #000; }

.content-block-container.type-quotes .content-block .content-block-details, .wpb_text_column.type-quotes .content-block .content-block-details { border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 1px 0 !important; }

.content-block-container.type-quotes .content-block .excerpt, .wpb_text_column.type-quotes .content-block .excerpt { vertical-align: middle; display: table-cell; font-family: "Georgia", "Times New Roman", "Times", serif; }

.content-block-container.type-quotes .content-block .excerpt br, .wpb_text_column.type-quotes .content-block .excerpt br { display: none; }

.content-block-container .button, .wpb_text_column .button { float: right; margin: 10px 0 0; width: auto; color: #fff; }

.content-block-container .button:hover, .wpb_text_column .button:hover { color: #FFF !important; }

.wpb_text_column h6 { margin-top: 7px; }

/*********************
QUOTES ARCHIVE
*********************/
.quote { margin: 0 0 1.5em; font-size: 0.95em; padding: 10px; line-height: 1.35em; font-family: "Georgia", "Times New Roman", "Times", serif; }

.quote .quotation-mark { font-size: 1.2em; font-weight: normal; }

.quote .quote-author { font-family: "Source Sans Pro", sans-serif; font-size: 0.9em; line-height: 1.15em; width: 100%; text-align: right; margin-top: 5px; padding-left: 25%; }

.post-type-archive-quotes article.quotes { padding: 10px 0; }

.post-type-archive-quotes article.quotes + article.quotes { border-top: 1px solid #b7b7b7; }

/*********************
GOOGLE SEARCH RESULTS
*********************/
#main .cse .gsc-control-cse, #main .gsc-control-cse { padding: 0; }

#main .gsc-control-cse { font-family: "Source Sans Pro", sans-serif; font-size: 16px; border: 0; }

#main .gsc-control-cse .gsc-tabHeader { font-family: "Source Sans Pro", sans-serif; font-size: 13px !important; }

#main .gsc-control-cse .gsc-refinementsArea { border: 0; }

#main .gsc-control-cse table, #main .gsc-control-cse table.gsc-above-wrapper-area-container, #main .gsc-control-cse table .gsc-resultsHeader { margin: 0; }

#main .gsc-control-cse .gsc-above-wrapper-area { border: 0; }

#main .gsc-control-cse .gsc-table-result { font-family: "Source Sans Pro", sans-serif; font-size: 16px; }

#main .gsc-control-cse tr { background-color: transparent !important; }

#main .gsc-control-cse td { border: 0 !important; }

#main .gsc-control-cse .gsc-orderby-label { font-size: 13px; color: #000; }

#main .gsc-control-cse .gsc-selected-option-container { min-width: 75px; }

#main .gsc-control-cse .gsc-result .gs-title { height: auto !important; }

#main .gsc-control-cse .gs-title a { font-family: "Georgia", "Times New Roman", "Times", serif; color: #000; border: 0; }

#main .gsc-control-cse .gs-title a:hover { color: #9b2226; border: 0; }

#main .gsc-control-cse .gs-title a, #main .gsc-control-cse .gs-title a b { font-size: 18px !important; }

#main .gsc-control-cse .gs-result .gs-title, #main .gsc-control-cse .gs-result .gs-title * { text-decoration: none !important; line-height: 1.3 !important; font-style: italic; }

#main .gsc-control-cse .gsc-webResult { box-shadow: none !important; padding: 0 0 10px !important; }

#main .gsc-control-cse .gs-webResult div.gs-visibleUrl { font-size: 13px !important; line-height: 1 !important; color: #000 !important; height: auto !important; white-space: nowrap; margin-bottom: 0 !important; }

#main .gsc-control-cse .gs-webResult .gs-snippet, #main .gsc-control-cse .gs-imageResult .gs-snippet, #main .gsc-control-cse .gs-fileFormatType, #main .gsc-control-cse .gs-snippet b { color: #000 !important; font-size: 16px !important; }

#main .gsc-control-cse .gs-image-box.gs-web-image-box { height: auto !important; width: auto !important; margin-right: 10px; }

#main .gsc-control-cse .gs-result img.gs-image, #main .gsc-control-cse .gs-result img.gs-promotion-image { border: 0; }

#main .gsc-control-cse img.gs-image { max-height: 165px !important; max-width: 295px !important; }

/*********************
SIDEBARS & ASIDES
*********************/
#right-sidebar { margin-top: 25px; }

#right-sidebar .widget { float: left; width: 100%; }

.widget { padding: 0; margin: 0 0 1.5em; }

.widget h3 { margin: 0; }

.widget ul, .widget ol { margin: 0; }

.widget ul li { margin-bottom: 0.75em; /* deep nesting */ }

.widget ul li ul { margin-top: 0.75em; padding-left: 1em; }

/**************************************************************
LISTINGS / EVENTS (Events use article.listing class for ease)
***************************************************************/
:root { --tec-font-size-0: 0.875em; --tec-font-size-1: 0.875em; --tec-font-size-2: 0.875em; --tec-font-size-3: 1em; --tec-font-size-4: 1em; --tec-spacer-7: 16px; --tec-spacer-8: 20px; --tec-spacer-9: 24px; }

.tax-dropdown { width: 100%; padding: 0; margin-bottom: 15px; text-align: right; }

.tax-dropdown select { margin: 0 10px 20px; padding: 2px 10px 2px 2px; font-size: 0.8em; font-weight: bold; text-transform: uppercase; }

.page-template-template-listings .tax-dropdown { float: none; }

.listing-thumbnail { max-height: 165px; float: left; }

.listing-content { float: left; }

@media only screen and (max-width: 768px) { .listing-thumbnail.col-xs-5, .listing-thumbnail.col-xs-4 { max-width: 33.3333%; }
  .listing-content.col-xs-7, .listing-content.col-xs-8 { max-width: 66.6667%; } }

@media only screen and (max-width: 600px) { .listing-thumbnail.col-xs-5, .listing-thumbnail.col-xs-4 { max-width: 46%; padding: 0; }
  .listing-content.col-xs-7, .listing-content.col-xs-8 { max-width: 53%; } }

@media only screen and (max-width: 400px) { .listing-thumbnail.col-xs-5, .listing-thumbnail.col-xs-4 { max-width: 23%; padding: 0; }
  .listing-content.col-xs-7, .listing-content.col-xs-8 { max-width: 76%; } }

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td { padding-left: 3px; padding-right: 3px; }

article.listing, .single-tribe_venue .tribe-events-list article { padding-top: 5px; border-top: 1px solid #b7b7b7; margin-top: 5px; }

article.listing.first-post { margin-top: 0; }

.single-tribe_venue .tribe-events-list article { border-top: 1px solid #b7b7b7 !important; }

article.listing.last-post { padding-bottom: 5px; border-bottom: 1px solid #b7b7b7; }

article.type-tribe_events, .single-tribe_venue .tribe-events-list article { margin-top: 0; margin-bottom: 5px; padding-top: 5px !important; }

article.type-tribe_events.tribe-events-widget-events-list__event, .single-tribe_venue .tribe-events-list article.tribe-events-widget-events-list__event { padding-top: 0 !important; }

article.listtype-local-sites.first-post { padding-top: 10px; /* Make spacing on Local Sites page a bit more */ }

article.listtype-local-sites { /* Make spacing on Local Sites page a bit more */ padding-bottom: 10px; margin-bottom: 10px; width: 100%; }

.single article.listing { padding-bottom: 0; border: 0; margin: 0; }

.single .tribe-events-list .entry-content { font-size: 13px; }

.page article.not-featured h2, .archive article.not-featured h2 { font-size: 1.0em; }

.page article.listing .entry-content, .events-archive article.listing .entry-content, .archive article.listing .entry-content, .search-results article .entry-content { font-size: 13px; }

.listing-content h2 { margin: 0 0 5px; }

.listing-meta { line-height: 1.3; }

.listing-meta .tribe-events-gmap { display: none; }

.listing-meta-title { font-weight: bold; margin-right: 5px; }

.listing-meta a { color: #9b2226; border-bottom: 0 !important; }

.highlight, .highlight a { font-weight: normal; color: #000; }

.highlight a:hover { color: #9b2226; }

.event-is-recurring .tribe-events-divider { display: none; }

.listing-excerpt { margin: 0.3em 0 0; line-height: 1.3; }

article.listing .article-footer { margin-top: 0.3em; float: left; width: 100%; }

article.type-tribe_events .article-footer { margin-bottom: 0.3em; }

article.listing .article-footer, .learn-more { line-height: 1; }

.learn-more { font-size: 13.5px; font-weight: bold; line-height: 1; }

article.listing .article-footer .learn-more + .learn-more { margin-left: 15px; }

/* Calendar Styles */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list, .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 { font-size: 24px; font-weight: 700; }

/* Hide Subscribe button on List view */
.tribe-events-c-subscribe-dropdown { display: none !important; }

/* Single Listing / Event Styles */
.single-listing article.listing .article-header, .single-tribe_events article.listing .article-header, .single-tribe_venue article.tribe_venue .article-header { float: left; width: 100%; border-bottom: 1px solid #b7b7b7; margin-top: 10px; margin-bottom: 20px; font-size: 13px; line-height: 1.25; }

.single-listing article.listing .article-header h1, .single-tribe_events article.listing .article-header h1, .single-tribe_venue article.tribe_venue .article-header h1 { margin: 0; }

.single-listing article.listing .article-header .col-sm-8, .single-tribe_events article.listing .article-header .col-sm-8, .single-tribe_venue article.tribe_venue .article-header .col-sm-8 { padding: 0 0 5px; }

.single-listing article.listing .article-header .col-sm-4, .single-tribe_events article.listing .article-header .col-sm-4, .single-tribe_venue article.tribe_venue .article-header .col-sm-4 { padding: 0; margin-bottom: 5px; }

#single-meta { box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3); padding: 20px; font-size: 14px; line-height: 1.25; margin-bottom: 20px; background-color: #eee8e5; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEE8E5', endColorstr='#FFCECFD4'); background-image: -owg-linear-gradient(top, #eee8e5 0%, #eee8e5 28%, #cecfd4 100%); background-image: -webkit-linear-gradient(top, #eee8e5 0%, #eee8e5 28%, #cecfd4 100%); background-image: -moz-linear-gradient(top, #eee8e5 0%, #eee8e5 28%, #cecfd4 100%); background-image: -o-linear-gradient(top, #eee8e5 0%, #eee8e5 28%, #cecfd4 100%); background-image: linear-gradient(top, #eee8e5 0%, #eee8e5 28%, #cecfd4 100%); }

#single-meta > div + div { margin-top: 12px; }

.single-meta-title { font-family: "Georgia", "Times New Roman", "Times", serif; display: block; font-size: 16px; }

.single-meta-title.short { display: inline; margin-right: 10px; }

.single-meta-title.highlight { font-weight: bold; }

.meta-website a { word-wrap: break-word; }

.mapp-layout { max-width: 100%; }

.single #mapp0_links { display: none; }

.events-archive article.listing .tribe-events-address { display: inline; }

.tribe-events-calendar-list .tribe-events-list-separator-month, .tribe-events-day-time-slot h5 { font-family: "Source Sans Pro", sans-serif; background-color: #000; color: #fff; font-size: 15px; font-weight: bold; padding: 3px 6px; text-transform: uppercase; margin: 5px 0 0 0; display: inline-block; }

.single-tribe_events .tribe-events-cal-links a { display: block; margin-top: 5px; font-size: 0.9em; padding-left: 0; background: none; }

.single-tribe_events .tribe-events-cal-links .icon { margin-right: 3px; }

.single-tribe_events .tribe-events-venue-map { float: none; width: 100%; }

.single-tribe_events .tribe-events-cal-links { margin-top: 20px !important; margin-bottom: 0; }

.filter-dropdown { display: inline-block; margin-bottom: 5px; margin-right: 5px; min-width: 75px; }

.tribe-mobile #filter-dropdown { text-align: right; }

/*********************
SIDEBAR STYLES
*********************/
.popular-links h3 { margin: 0; }

.popular-divider { border-bottom: 1px solid #e6e6e6; margin-bottom: 5px; padding-top: 5px; width: 100%; }

.popular-links-inner { /* margin-left: 33px;  26px icon + 7px padding */ line-height: 1; }

.popular-link { display: inline-block; font-size: 0.9em; font-weight: bold; text-transform: uppercase; width: 49%; }

.popular-link a:before, .sidebar .widget li.menu-item a:before { content: ""; width: 5px; height: 5px; background: #000; display: block; float: left; margin: 4px 8px 0 5px; }

.sidebar .widget li.menu-item a:before { margin: 10px 8px 0 5px; }

.popular-link:hover a:before, .sidebar .widget li.menu-item:hover a:before { background: #9b2226; }

.sidebar .widget li.menu-item { width: 45%; display: block; float: left; position: relative; margin-bottom: 0; }

#filter-sidebar { display: none; }

#filter-msg { display: block; float: left; width: 100%; font-size: 13.5px; }

/*********************
Event/Venue STYLES
*********************/
#tribe-events-pg-template { max-width: 100%; padding: 0; }

.tribe-events .tribe-events-l-container { padding: 0 !important; }

.post-type-archive-tribe_events #filter-dropdown { text-align: right; margin-bottom: 10px; }

.tribe-bar-disabled { display: none; }

.tribe-events-user-recurrence-toggle { margin: 1em 0; }

.tribe-events-loop .entry-title { font-size: 16px; margin: 0.83em 0 0.25em; font-weight: normal; }

.tribe-events-calendar-list__event-date-tag.tribe-common-g-col { display: none; }

.tribe-events-list .time-details { font-size: 14px; }

.tribe-events-list .tribe-events-venue-details { font-size: 14px; }

.tribe-events-event-image { float: left; max-width: 300px; margin: 0 0.5em 0.5em 0; }

.tribe-events-list .tribe-events-loop .tribe-events-content { clear: none; }

.tribe-events-list-event-description p { margin-bottom: 0.75em; }

.venue-address .tel, .venue-address .url { display: block; }

.tribe-bar-views-list, .tribe-events-header__events-bar { display: none !important; }

.tribe-events-sub-nav, .tribe-events-back, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium { font-size: 13px; font-weight: bold; text-transform: uppercase; }

.tribe-events-sub-nav .tribe-events-nav-left, .tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-back .tribe-events-nav-left, .tribe-events-back .tribe-events-nav-previous, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium .tribe-events-nav-left, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium .tribe-events-nav-previous { float: left; }

.tribe-events-sub-nav .tribe-events-nav-right, .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-back .tribe-events-nav-right, .tribe-events-back .tribe-events-nav-next, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium .tribe-events-nav-right, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium .tribe-events-nav-next { float: right; }

.tribe-events-back a, .tribe-events-back a:visited { font-size: inherit; }

.tribe-events-address .street-address, .tribe-events-address .postal-code, .tribe-events-address br { display: none; }

.single-tribe_venue .street-address, .single-tribe_venue .postal-code, .single-tribe_venue .tel { display: block; }

.single-tribe_venue .postal-code { display: inline !important; }

.single-tribe_venue .url { display: none; }

.single-tribe_venue address { margin-bottom: 0; }

.search-results .listing-meta.location * { display: inline; }

.search-results .listing-meta.location label, .search-results .listing-meta.location br { display: none !important; }

.country-name { display: none !important; }

.listing-meta .recurringinfo { display: block; }

/**************************/
/*** Tribe Event header ***/
/**************************/
#tribe-bar-form { margin-bottom: 10px; }

#tribe-bar-form > div { padding: 0; }

#tribe-bar-form .tribe-bar-date-filter, #tribe-bar-form #tribe-bar-dates, #tribe-bar-form .tribe-bar-submit { display: inline; }

#tribe-bar-form #tribe-bar-views { text-align: right; }

#tribe-bar-form .tribe-bar-filters-inner > div { display: inline-block !important; margin-bottom: 5px; margin-right: 5px; }

#tribe-bar-form .label-tribe-bar-date, #tribe-bar-form .label-tribe-bar-search, #tribe-bar-form .label-tribe-bar-geoloc { margin-right: 10px; font-size: 15px; }

#tribe-bar-form .tribe-bar-views-inner label { display: none; }

#tribe-bar-form .tribe-bar-views-select { padding-top: 0; padding-bottom: 0; }

#tribe-bar-form #tribe-bar-date { max-width: 92px; padding-top: 2px; padding-bottom: 2px; }

#tribe-bar-form #tribe-bar-search { max-width: 130px; padding-top: 2px; padding-bottom: 2px; }

#tribe-bar-form #tribe-bar-geoloc { max-width: 140px; padding-top: 2px; padding-bottom: 2px; }

#tribe-bar-form .tribe-events-button { padding: 0.5em; }

/****************/
/*** Day View ***/
/****************/
.tribe-events-day .tribe-events-day-time-slot h5 { margin-top: 10px; }

/******************/
/*** Month View ***/
/******************/
#main #tribe-events-content table.tribe-events-calendar, #main #tribe-events-content .tribe-events-calendar td { font-size: 14px; }

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3, #tribe-events-content .tribe-events-grid h3 { line-height: 1.25; font-size: 91.7%; font-weight: 400; letter-spacing: 0; margin: 0; padding: 0; text-transform: none; }

.tribe-events-calendar td a { font-size: inherit; }

.tribe-events-calendar th { text-transform: capitalize; letter-spacing: 0; }

.tribe-events-tooltip p.entry-summary, .tribe-events-tooltip .tribe-events-event-body { font-size: 13px; }

.tribe-events-event-thumb > img { max-width: 125px; }

/*****************/
/*** Week View ***/
/*****************/
#tribe-events-content .tribe-events-grid .tribe-grid-allday .column.first, #tribe-events-content .tribe-week-grid-wrapper .column.tribe-week-grid-hours div { background-color: #000; color: #FFF; font-size: 15px; }

/*******************/
/*** List Widget ***/
/*******************/
.tribe-events-adv-list-widget h3, .tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt { margin: 0.5em 0; font-size: 1.5em; line-height: 1; font-family: "Source Sans Pro", sans-serif; font-weight: bold; color: #000; }

.tribe-events-adv-list-widget .widget-calendar-list { /* margin-left: 11%;  33px = 26px icon + 7px padding */ width: 100%; /* w/o this, it's not reaching all the way with short event titles (89% if icon & indent are added back in) */ border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; padding: 5px 0 0; float: left; }

.tribe-common .tribe-events-widget-events-list__event-title.tribe-common-h7 { font-style: normal; margin: 2px 0; line-height: 1.4; }

.tribe-events-list-widget-events { float: left; width: 100%; margin: 0 0 5px 0; }

.tribe-events-widget .tribe-events-widget-events-list__event-row { margin-bottom: 8px !important; }

.tribe-events-widget-events-list__event-row + .tribe-events-widget-events-list__event-row { border-top: 1px solid #b7b7b7; padding-top: 5px; }

.tribe-events-list-widget-image { max-height: 45px; float: left; margin-right: 15px; margin-bottom: 8px; }

.tribe-events-list-widget-content { float: left; }

.tribe-events-list-widget-events .duration { font-size: 0.9em; font-weight: bold; line-height: 1; margin-top: 6px; }

.tribe-mini-calendar-event { margin: 0; padding: 0; }

.tribe-mini-calendar-event.first { margin-top: 0; }

.tribe-events-widget .tribe-events-widget-events-list__view-more { margin-top: 0 !important; }

.tribe-events-widget-link { width: 100%; text-align: right; border-top: 1px solid #b7b7b7; margin-bottom: 0; }

.tribe-events-widget-link .button { width: auto; }

/**************************************************
EVENT SUBMISSIONS (Community submissions)
**************************************************/
.tribe_community_edit #tribe-events, .tribe_community_edit #tribe-events-pg-template, .tribe_community_edit .tribe-events-pg-template { padding: 0; }

.tribe_community_edit .tribe-button.submit { background-color: #9b2226; }

#tribe-community-events { padding: 0; background: transparent; border: 0; }

#tribe-community-events * { font-size: revert; /* Undo the hard-coding to 14px set in  /plugins/the-events-calendar-community-events/src/resources/css/tribe-events-community.min.css */ }

#tribe-community-events #main h4, #tribe-community-events #main h4 label { font-weight: normal; margin-bottom: 0; text-transform: none; }

#tribe-community-events #main .eventForm input, #tribe-community-events #main .eventForm select, #tribe-community-events #main .eventForm textarea, #tribe-community-events #main .eventForm td { font-size: 15px !important; margin: 0 5px 5px 0px; vertical-align: middle; }

#tribe-community-events #main label { font-weight: normal; }

#tribe-community-events #main .note { font-size: 15px !important; color: #636363; }

#tribe-community-events #main #event-categories ul li { margin: 5px 0 0; }

#tribe-community-events #main #event-categories ul li.hidden_category { display: block !important; }

#tribe-community-events #main label.error { font-weight: normal; color: #9b2226; }

.event-submitted { /* on hover */ }

.event-submitted a, .event-submitted a:visited { color: #000; text-decoration: none; }

.event-submitted a:hover, .event-submitted a:focus { color: #9b2226; text-decoration: none; }

/**************************************************
LODGING
**************************************************/
#lodging-search { margin: 10px 0 5px; }

/*********************
PHOTO CONTESTS
*********************/
.photo-shadow, .single-photo #main img, #prev-next-links img { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

#photo-select { float: left; width: 100%; }

#photo-select #photo-back { float: left; text-transform: uppercase; }

#photo-select #photo-contest-dropdown { float: right; }

#photo-contest { position: relative; float: left; max-width: 100%; width: 100%; }

#photo-contest article.photo { position: absolute; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); padding: 0; }

#photo-contest article.photo img { width: 100%; max-width: 100%; height: auto; }

#photo-contest article.photo:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); margin-top: -3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

#photo-contest article.photo .photo-credit { padding: 2px 3px 0px 5px; margin-bottom: 5px; }

#photo-contest article.photo .entry-content { padding: 0 10px 10px 10px; }

#photo-contest article.photo .entry-content p { margin: 0; line-height: 1.2; font-size: 15px; font-family: "Source Sans Pro", sans-serif; }

.single-photo .tax-dropdown { width: auto; }

.single-photo .photo-meta.title { font-family: "Georgia", "Times New Roman", "Times", serif; font-size: 1.35em; text-align: center; }

.single-photo h1.photo-meta.title { margin-bottom: 3px; }

/* Used for single photos & Harbour Trail */
#prev-next-links { margin-top: 50px; }

#prev-next-links .previmg { text-align: left; }

#prev-next-links .nextimg { text-align: right; }

#prev-next-links img { max-width: 125px; }

#prev-next-links .photo-title { font-family: "Source Sans Pro", sans-serif; font-size: 15px; line-height: 1.2; margin-bottom: 5px; }

.tax-photocat #content, .page-template-template-photo-contests #content { padding-bottom: 320px; }

/**********************************
HARBOUR TRAIL
**********************************/
.single-harbour-trail .single-title { text-align: center; }

.main-blog .col-xs-12.listing-content { padding-left: 20px; }

/**********************************
MOVIES
**********************************/
@media only screen and (max-width: 500px) { #theater-list, #current-film-list, #upcoming-film-list { width: 100%; } }

#main.movies .col-xs-1, #main.movies .col-xs-2, #main.movies .col-xs-3, #main.movies .col-xs-4, #main.movies .col-xs-5, #main.movies .col-xs-6, #main.movies .col-xs-7, #main.movies .col-xs-8, #main.movies .col-xs-9, #main.movies .col-xs-10, #main.movies .col-xs-11, #main.movies .col-xs-12, #main.movies .col-sm-1, #main.movies .col-sm-2, #main.movies .col-sm-3, #main.movies .col-sm-4, #main.movies .col-sm-5, #main.movies .col-sm-6, #main.movies .col-sm-7, #main.movies .col-sm-8, #main.movies .col-sm-9, #main.movies .col-sm-10, #main.movies .col-sm-11, #main.movies .col-sm-12 { padding-left: 0; }

#main.movies .credit { font-size: 13px; float: left; width: 100%; margin-top: 4px; }

#main.movies .credit img { vertical-align: middle; }

#main.movies .rating { font-size: 13px; }

.movies-item { line-height: 1.1; margin-bottom: 10px; }

#movie-meta { margin-bottom: 25px; }

#movie-meta h2 { font-size: 1em; text-transform: uppercase; }

.movie-meta-title { font-weight: bold; }

#showtime-header { margin-bottom: 5px; }

#showtime-header h4 { margin-bottom: 0; }

#showtime-header-links { text-align: right; }

#showtime-header-links .movie-showtime { text-align: left; }

#theater-showtimes { float: left; }

#pick-theater, #pick-film { margin-bottom: 7px; }

#showtimes { margin-top: 10px; }

.movie-showtime { float: left; width: 100%; padding: 4px; }

.movie-showtime.odd { background-color: #EBF0F6; }

.showtime { float: left; margin-right: 10px; }

/*********************
WEATHER UNDERGROUND
*********************/
.wu-current-conditions .wu-day-title { font-size: 30px; width: auto; }

.wu-current-conditions .wu-day-title small { font-size: 16px; margin-left: -5px; }

.wu-icon { float: left; height: auto; max-width: 70px; }

.wu-cond-text { clear: both !important; float: left !important; text-align: left !important; }

#header-sidebar .wu-wrapper { margin: 10px 0; }

#header-sidebar .wu-forecast-body { float: right; }

#header-sidebar .wu-cond-text { width: 100% !important; text-align: center !important; }

#header-sidebar .wu-copyright { display: none; }

/*****************************
GOOGLE Search Results
******************************/
.ui-dialog { z-index: 9999; border: 0; }

.ui-dialog #dialog, .ui-dialog .gsc-control-cse { border: 0; }

.ui-dialog .cse .gsc-control-cse, .ui-dialog .gsc-control-cse { padding: 0; }

.ui-dialog .gsc-control-wrapper-cse { padding: 1em; border-left: 1px solid #191919; border-right: 1px solid #191919; border-bottom: 1px solid #191919; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

.ui-dialog .ui-widget-header { background: none no-repeat 0 0 #191919; border: 0; border-radius: 0; padding: 10px; color: #fff; font-size: 14px; font-weight: normal; text-transform: uppercase; }

.ui-dialog .ui-widget-header .ui-button { float: right; }

.ui-dialog .ui-widget-header .ui-button-text { text-transform: capitalize; }

.ui-dialog .gsc-above-wrapper-area, .ui-dialog .gsc-above-wrapper-area-container { margin: 0; border: 0; }

.ui-dialog .gsc-result-info { margin: 0; }

.ui-dialog .gsc-resultsHeader { display: none; }

.ui-dialog .gsc-webResult .gsc-result { padding: 0; }

.ui-dialog .gsc-table-result, .ui-dialog .gs-promotion-table { margin: 0 0 5px; }

.ui-dialog .gsc-table-result tr:nth-child(2n+1), .ui-dialog .gsc-table-result tr.odd { background-color: #FFF; }

.ui-dialog .gsc-table-result td { border: 0; }

.ui-dialog .gsc-webResult.gsc-result:hover { border: 0; }

.ui-dialog .gs-result .gs-title, .ui-dialog .gs-result .gs-title * { color: #000 !important; font-family: "Georgia", "Times New Roman", "Times", serif; text-decoration: none !important; }

.ui-dialog .gsc-results .gsc-cursor { font-size: 1.1em; }

.ui-dialog .gsc-results .gsc-cursor-box .gsc-cursor-page { text-decoration: none; padding: 0 5px; }

.ui-dialog .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .ui-dialog .gsc-results .gsc-cursor-page.gsc-cursor-current-page { background-color: #000; color: #FFF; font-weight: normal; }

.ui-dialog .gcsc-branding { display: none; }

.home .entry-content .wpb_text_column p { font-family: "Source Serif Pro", serif; font-size: 0.846em; }

/*********************
Tickets Styling
*********************/
#geotix-widget-container .btn.btn-primary, #geotix-widget-container .btn-container.text-right .btn { padding: 0.5em; margin-bottom: 0; font-size: 13px; line-height: 1; font-weight: 700; color: #FFF; text-align: center; text-transform: uppercase; vertical-align: middle; cursor: pointer; background: #9b2226 !important; border: 0; border-radius: 0; font-family: "Source Sans Pro",sans-serif; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#geotix-widget-container .btn.btn-primary:hover, #geotix-widget-container .btn-container.text-right .btn:hover { background: #191919 !important; }

#geotix-widget-container .btn-container.text-right .btn { padding: 0.7em 0.5em 0.5em; }

#geotix-widget-container .header--outof p { font-size: 1.1em; margin: 0.5em 0; font-family: "Georgia","Times New Roman","Times",serif; font-weight: normal; letter-spacing: -0.5px; line-height: 1.1; }

#geotix-widget-container .tile-title a { font-size: 0.846em; margin: 0.5em 0; font-family: "Source Serif Pro",serif; font-weight: 700; color: #000; }

#geotix-widget-container .tile-subtitle { font-size: 0.846em; margin: 0.5em 0; font-family: "Source Serif Pro",serif; font-weight: 700; line-height: 1.2; border-bottom: 0; }

#geotix-widget-container .icon.icon-location { background-image: none; background-color: transparent; width: auto !important; height: auto !important; }

#geotix-pagination span a.current.pagNumber { background: #9b2226; border-color: #9b2226; color: #fff; }

#geotix-pagination span a.current.pagNumber:hover { background: #191919 !important; border-color: #191919 !important; }

/*********************
FOOTER STYLES
*********************/
#followbar { display: none; }

#inner-footer { padding: 10px 20px; }

#inner-footer input[type="text"], #inner-footer input[type="email"] { max-width: 50%; }

#inner-footer .button { max-width: 120px; }

#inner-footer .widget_nav_menu { display: none; }

#colophon { clear: both; background-color: #111; color: #999; padding: 1em 0; }

#colophon .icon { border-radius: 18px; border: 0; }

#colophon .button { margin-top: -3px; background-color: #3d3d3d; }

#colophon .button:hover { background-color: #bf1919; }

.social-media { margin: 20px 0; }

#back-top { position: fixed; bottom: 10px; margin-right: 30px; right: 0; z-index: 9999; }

#back-top a { width: 40px; display: block; text-decoration: none; opacity: .2; background: #000; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-border-radius: 500px; -moz-border-radius: 500px; -ms-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; }

#back-top a:hover, #back-top a:focus { color: #000; opacity: 1; }

#back-top i { width: 40px; height: 40px; display: block; margin-bottom: 7px; font-size: 1.5em; line-height: 35px; color: #FFF; text-align: center; }

/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) { /******************************************************************
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!

******************************************************************/
  /*** 3 Col Layout ***/
  #inner-content #left-sidebar { padding-right: 10px; width: 30.5%; /* must = #main LEFT */ right: 68.5%; /* must = #main WIDTH */ }
  #main { left: 30.5%; /* must = #left-sidebar WIDTH */ padding-left: 10px; width: 68.5%; /* must = #left-sidebar RIGHT */ }
  #right-sidebar { width: 100%; /* 28.8% in _lg.scss */ max-width: 100%; /*    margin-top: 0; float: none; */ }
  #right-sidebar .widget { float: left; width: 100%; }
  /*** 2 Col Layout - Adjustments ***/
  #main.no-left-sidebar { width: 100%; left: auto; }
  #inner-main { padding-left: 20px; padding-right: 20px; }
  .show-mobile { display: none; }
  .hide-mobile { display: block; }
  #logo { padding: 15px 0 3px 0; }
  #header-left-sidebar { max-width: 325px; }
  #header-left-inner { padding-left: 0; }
  #header-date { font-size: 19px; }
  #header-place { display: block; font-family: "Source Sans Pro", sans-serif; font-size: 13px; font-weight: bold; line-height: 1.8; }
  #header-right-sidebar { margin-top: 30px; }
  /***************************
Navigation
***************************/
  #inner-main-navigation nav { width: 100%; max-height: 41px; }
  /* Remove built in shading from Ubermenu */
  #main-navigation .ubermenu-skin-black-white-2, #main-navigation .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target { background: none transparent; border: 0; box-shadow: none; }
  /* Reduce menu height */
  #main-navigation .ubermenu .ubermenu-colgroup .ubermenu-column, #main-navigation .ubermenu .ubermenu-custom-content-padded, #main-navigation .ubermenu .ubermenu-nonlink, #main-navigation .ubermenu .ubermenu-retractor, #main-navigation .ubermenu .ubermenu-submenu-padded, #main-navigation .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, #main-navigation .ubermenu .ubermenu-target, #main-navigation .ubermenu .ubermenu-widget, #main-navigation .ubermenu-responsive-toggle { padding-top: 13px; padding-bottom: 13px; }
  /* Make menu text white */
  #main-navigation .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target { color: #FFF; }
  #main-navigation nav ul.ubermenu-nav > li > ul.ubermenu-submenu { margin-top: 0; }
  #main-navigation nav ul.ubermenu-nav > li > ul.ubermenu-submenu .ubermenu-target { color: #888; }
  #main-navigation .search-icon ul.ubermenu-submenu .ubermenu-content-block { padding: 10px; }
  .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target { padding-right: 22px; }
  #main-navigation .search-icon { display: inline-block; }
  #main-navigation .search-icon > div { max-width: 200px; }
  .ubermenu .search-icon .ubermenu-submenu .ubermenu-column-auto { width: 100%; }
  #main-navigation .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input, #mobile-search-header .ubermenu-search input.ubermenu-search-input { margin-right: 3px; }
  /***************************
Content
***************************/
  #page-banner { margin-top: -10px; /* to make snug with navigation */ }
  #page-banner .page-header { bottom: 0; position: absolute; padding: 15px 20px 0; width: auto; float: none; max-height: 200px; text-align: center; }
  #page-banner .page-header img { width: 100%; max-width: 100%; }
  #content { background: url("../images/sea-bkgd3.jpg") no-repeat scroll center bottom #fff; margin: 0; padding: 10px 0 200px; min-height: 869px; }
  /* .page #content, 
.archive #content,
.events-archive #content,
.search-results  #content, .search-no-results #content,
.error404 #content,
.single-post #content {
    padding-top: 0;
} */
  #main { margin-top: 0; }
  .edit-link { display: block; font-size: 0.85em; text-align: center; }
  .content-block-container .content-block-details, .wpb_text_column .content-block-details { font-size: 1.1em; }
  .content-block-container .content-block-details h6, .wpb_text_column .content-block-details h6 { margin-bottom: 3px; }
  /*********************
LISTINGS
*********************/
  .listing-thumbnail.col-xs-5, .listing-thumbnail.col-xs-6, .listing-thumbnail.col-xs-7 { padding: 0; }
  .listing-thumbnail.col-xs-5 { max-width: 315px; }
  .listing-thumbnail.col-xs-4 { padding-left: 0; max-width: 185px; }
  .listing-content.col-xs-8 { padding: 0; }
  .single article.listing .entry-content.col-sm-8 { padding-left: 30px; padding-right: 0; }
  .single article.listing .entry-content.col-sm-12 { padding-left: 0; padding-right: 0; }
  .single article.listing .article-header .col-sm-8 { padding: 5px 20px 5px 0; }
  .single article.listing .article-header .col-sm-4 { border-left: 1px solid #d6d6d6; padding: 5px 5px 5px 20px; margin-bottom: 10px; }
  .filter-dropdown { display: none; }
  /* !!! Temp styling to show single event filter */
  .tribe-events-page-template .filter-dropdown { display: block !important; }
  /*********************
EVENTS
*********************/
  .single-tribe_events { /* Override tribe column widths on single event page */ }
  .single-tribe_events #single-meta.col-sm-4 { width: 33.33333% !important; }
  .single-tribe_events .entry-content.col-sm-8 { width: 66.66667% !important; }
  /*********************
SIDEBAR STYLES
*********************/
  #left-sidebar { right: 50%; }
  .tribe-events-list-widget-image { width: 20%; margin-right: 0; }
  .tribe-events-list-widget-content { width: 80%; }
  #filter-sidebar { display: block; font-size: 14px; }
  #filter-sidebar .filter-clear, #filter-sidebar .filter-submit { margin: 5px 0 10px; padding: 0.5em 1em; }
  #filter-sidebar .filter-clear { float: left; }
  #filter-sidebar .filter-submit { float: right; }
  /* !!! Temp styling to hide single event filter */
  .tribe-events-page-template #filter-sidebar { display: none !important; }
  .filter-section { float: left; width: 100%; border-left: 1px solid #b7b7b7; border-right: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
  .filter-section.first { border-top: 1px solid #b7b7b7; }
  .filter-section .headline, .filter-section #main.movies h2, #main.movies .filter-section h2 { margin: 0; float: left; width: 100%; padding: 2px 8px; font-size: 1em; font-weight: normal; }
  .filter-section h3:after { content: "\f106"; /* up = 106, down = 107, left = 104*/ display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: 400; line-height: 1; margin-top: 4px; position: absolute; right: 15px; }
  .filter-section ul { float: left; width: 100%; }
  .filter-section > ul { padding: 0 5px 7px; }
  .filter-section ul.children { padding: 0 5px 0 15px; }
  .filter-section li { margin: 7px 0 0 0; float: left; width: 100%; }
  .filter-section li.closed ul { display: none; }
  .filter-section li input { float: left; width: 8%; }
  .filter-section li label { float: left; width: 78%; margin-left: 4px; margin-top: -3px; font-weight: normal; line-height: 1.25; }
  .filter-section li.child label { width: 88%; }
  .filter-section li .toggle-icon { float: right; width: 10%; text-align: right; max-height: 14px; }
  .filter-section li .toggle-icon:hover { cursor: pointer; }
  .filter-section li i.fa { vertical-align: top; }
  .filter-section.closed h3:after { content: "\f107"; /* up = 106, down = 107, left = 104*/ }
  .filter-section.closed > ul { display: none; }
  .popular-divider { margin-bottom: 3px; padding-top: 3px; }
  .popular-link { font-size: 0.82em; }
  /*********************
VISUAL COMPOSER
*********************/
  .wpb_wrapper { text-align: left; margin-bottom: 0; }
  #main .vc_col-xs-1, #main .vc_col-sm-1, #main .vc_col-md-1, #main .vc_col-lg-1, #main .vc_col-xs-2, #main .vc_col-sm-2, #main .vc_col-md-2, #main .vc_col-lg-2, #main .vc_col-xs-3, #main .vc_col-sm-3, #main .vc_col-md-3, #main .vc_col-lg-3, #main .vc_col-xs-4, #main .vc_col-sm-4, #main .vc_col-md-4, #main .vc_col-lg-4, #main .vc_col-xs-5, #main .vc_col-sm-5, #main .vc_col-md-5, #main .vc_col-lg-5, #main .vc_col-xs-6, #main .vc_col-sm-6, #main .vc_col-md-6, #main .vc_col-lg-6, #main .vc_col-xs-7, #main .vc_col-sm-7, #main .vc_col-md-7, #main .vc_col-lg-7, #main .vc_col-xs-8, #main .vc_col-sm-8, #main .vc_col-md-8, #main .vc_col-lg-8, #main .vc_col-xs-9, #main .vc_col-sm-9, #main .vc_col-md-9, #main .vc_col-lg-9, #main .vc_col-xs-10, #main .vc_col-sm-10, #main .vc_col-md-10, #main .vc_col-lg-10, #main .vc_col-xs-11, #main .vc_col-sm-11, #main .vc_col-md-11, #main .vc_col-lg-11, #main .vc_col-xs-12, #main .vc_col-sm-12, #main .vc_col-md-12, #main .vc_col-lg-12 { padding-left: 0; padding-right: 30px; }
  /*********************
FLEXSLIDER
*********************/
  #slider-container { margin-top: 0; margin-bottom: 0; }
  .flexslider, .flexslider img { max-width: 820px; max-height: 445px; }
  .flexslider .slides .slide-content-box { position: absolute; bottom: 0; max-width: 65%; float: none; }
  .flexslider .slides .slide-excerpt { font-size: 13px; margin-top: 5px; }
  /*********************
CONTENT SHORTCODE 
*********************/
  .content-block-container.type-quotes { float: none; padding-bottom: 0; width: auto; }
  .content-block-container.type-quotes .content-block .excerpt br { display: inline; }
  .content-block-container.type-quotes .content-block.size-sm .excerpt { height: 186px; /* 192 - 6px border & spacing = 186 */ }
  .content-block-container.type-quotes .content-block.size-me .excerpt { height: 277px; /* 283 - 6px border & spacing = 277 */ }
  /**************************
 AddThis Social Sharing 
***************************/
  #atstbx { text-align: center; margin: 10px 0 30px; }
  .atss-right > a, .at-share-tbx-element > a { background-color: #191919 !important; }
  .at-share-tbx-element > a { border-radius: 16px; }
  .atss-right > a:hover, .at-share-tbx-element > a:hover { background-color: #434343 !important; }
  #followbar { position: fixed; right: 0; bottom: 45%; padding: 0; text-align: center; background-color: transparent; z-index: 9999; }
  #followbar .addthis_button_pinterest_follow { display: none; }
  #followbar .addthis_toolbox.addthis_vertical_style { width: auto; }
  #followbar .addthis_toolbox.addthis_vertical_style a { margin-bottom: 0; }
  #followbar .addthis_toolbox.addthis_vertical_style a:hover { background-color: #3d3d3d !important; }
  #followbar .addthis_toolbox.addthis_vertical_style .addthis_follow_label { display: none !important; }
  #followbar #bug-report { background: transparent none repeat scroll 0 0; font-size: 24px; background-color: #bf1919 !important; color: white; padding: 3px 9px; display: inline-block; }
  #followbar #bug-report:hover { background-color: #3d3d3d !important; }
  #followbar #newsletter-signup { display: none; position: absolute; right: -350px; top: 140px; text-align: left; width: 350px; background-color: #000; padding: 10px; }
  #followbar #newsletter-signup h2 { color: #999; margin: 0; }
  #followbar #newsletter-signup p { color: #999; font-size: 15px; line-height: 1.25; margin: 0 0 10px; }
  #followbar #newsletter-signup input[type=text] { font-size: 14px; width: 55%; }
  #followbar #newsletter-signup input[type=submit] { margin-top: -4px; width: 30%; }
  #followbar #newsletter-signup.show { right: 0; }
  #followbar .addthis_toolbox.addthis_vertical_style a, #followbar .icon-padding { background-color: #000; height: 40px !important; width: 40px !important; }
  /*******************/
  /*** List Widget ***/
  /*******************/
  .tribe-events-list-widget-events .duration { font-size: 0.8em; margin-top: 0; }
  /*********************
STICKY FOOTER STYLES
*********************/
  html, body.sticky-footer { height: 100%; margin: 0; }
  body.sticky-footer #container { display: table; width: 100%; }
  body.sticky-footer #container .header, body.sticky-footer #main-navigation, body.sticky-footer #container .banner-wrap, body.sticky-footer #content, body.sticky-footer #container .footer { display: table-row; height: 1px; overflow: hidden; }
  html > body.sticky-footer #container { height: 100%; }
  html > body.sticky-footer #content { height: auto; }
  #followbar { display: block; }
  #inner-footer { padding-top: 35px; }
  #inner-footer .widget_nav_menu { display: block; }
  #inner-footer .widget { display: inline-block; vertical-align: top; }
  #inner-footer .widget .widgettitle, #inner-footer .widget h2 { font-family: "Georgia", "Times New Roman", "Times", serif; color: #999; font-weight: normal; font-size: 20px; margin-top: 0; }
  #inner-footer .last-widget { width: 33.3333%; /* overriding col-sm-2 */ padding-left: 30px; }
  #inner-footer .widget_nav_menu ul { list-style-type: none; }
  #inner-footer .widget_nav_menu ul li { margin: 0 0 5px; line-height: 1.25; }
  #inner-footer .widget_nav_menu ul li a { color: #999; font-size: 13px; text-transform: uppercase; }
  #inner-footer .widget_nav_menu ul li a:hover { color: #FFF; }
  #inner-footer .copyright { font-size: 14px; text-align: right; margin-top: 5px; } }

/*
DESKTOP
*/
@media only screen and (min-width: 992px) { /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylesheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /*** 3 Col Layout ***/
  #inner-content #left-sidebar { width: 20.5%; /* must = #main LEFT */ right: 50.5%; /* must = #main WIDTH */ }
  #main { left: 20.5%; /* must = #left-sidebar WIDTH */ width: 50.5%; /* must = #left-sidebar RIGHT */ }
  #right-sidebar { width: 28.8%; max-width: 340px; float: left; }
  /*** 2 Col Layout - Adjustments ***/
  #main.no-left-sidebar { width: calc(100% - 340px); width: -webkit-calc(100% - 340px); max-width: 860px; }
  #slider-container { max-width: 820px; }
  .adsense-ad { margin-bottom: 5px; text-align: left; }
  /*********************
VISUAL COMPOSER
*********************/
  /* #main {
    .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
        padding-left: 0;
        padding-right: 30px;
    }
} */ }

/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1260px) { /******************************************************************

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .container-fluid, .wrap { max-width: 1200px; padding-left: 0; padding-right: 0; }
  #header-left { padding-left: 0; }
  #header-right-sidebar { padding-right: 0; }
  /*** 2 Col Layout - Adjustments ***/
  #main.no-left-sidebar { width: 72.1%; max-width: 860px; }
  #main-navigation .search-icon > div { max-width: 250px; }
  .post-image img { max-width: 820px; } }

/*
Custom Media Query Styles
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1260px) { /* Custom Styles that don't fit into the normal range of breakpoints */ }

@media only screen and (min-width: 1260px) and (min-width: 1121px) { #main-navigation .search-icon ul.ubermenu-submenu .ubermenu-target { max-height: 41px; }
  #main-navigation .search-icon ul.ubermenu-submenu .ubermenu-target .ubermenu-target-title { vertical-align: middle; } }

@media only screen and (min-width: 1260px) and (max-width: 1120px) { #main-navigation .search-icon ul.ubermenu-submenu .ubermenu-target { text-align: left; padding-left: 10px; } }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2+) 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.
*/
/*
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 { 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; } }
