/**
 * Theme Name:  maketaliga
 * Theme URI:   https://bitbucket.org/middlesister/k001-wptheme_maketaliga
 * Author:      Karin Taliga
 * Author URI:  https://invistruct.com
 * Description: A custom theme for the dancer site of Karin Taliga
 * Version:     0.0.2
 * Template:	make
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: maketaliga
 * Domain Path: /inc/languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * The parent theme Make is created by The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */


/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Sidebars
10. Comments
11. Forms and buttons
12. Browser support
-------------------------------------------------------- */


/*---------------------------------------------------------
 1. Notes (_notes.scss)
-----------------------------------------------------------
This stylesheet uses rem values with a pixel fallback.
-----------------------------------------------------------
 Examples
-----------------------------------------------------------
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 22px 0;
	padding: 1.29412rem 0; ($base)
-----------------------------------------------------------
 Spacing
-----------------------------------------------------------
The $base variable ($base: 22;) is used for spacing between elements.
Vertical spacing between most elements should use 11px, 22px, 44px or 66px
to maintain vertical rhythm:

.my-new-div {
	margin: 66px 0;
	margin: 3.88235rem 0; ($base*3)
}
-----------------------------------------------------------
 Further reading
-----------------------------------------------------------
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
-------------------------------------------------------- */


/*---------------------------------------------------------
 2. Reset (_reset.scss)
-------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-spacing: 0;
	border-collapse: separate;
}

html {
	font-size: 100%;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;

	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

sub,
sup {
	position: relative;
	height: 0;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;

	*vertical-align: middle;
}

button,
input {
	line-height: normal;

	*overflow: visible;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/*---------------------------------------------------------
 Extends (_preboot.scss)
-------------------------------------------------------- */

.clear,
.site-header,
.site-header-main,
.header-bar,
.site-content,
.site-footer,
.gallery,
.entry-content,
.builder-section,
.site-content .container,
.site-content .infinite-footer-container,
.site-content .page-template-template-builder-php .entry-content > .twitter-share,
.page-template-template-builder-php .site-content .entry-content > .twitter-share,
#comments-nav,
div.sharedaddy {
	zoom: 1;
}

.clear:before,
.site-header:before,
.site-header-main:before,
.header-bar:before,
.site-content:before,
.site-footer:before,
.gallery:before,
.entry-content:before,
.builder-section:before,
.site-content .container:before,
.site-content .infinite-footer-container:before,
.site-content .page-template-template-builder-php .entry-content > .twitter-share:before,
.page-template-template-builder-php .site-content .entry-content > .twitter-share:before,
#comments-nav:before,
div.sharedaddy:before,
.clear:after,
.site-header:after,
.site-header-main:after,
.header-bar:after,
.site-content:after,
.site-footer:after,
.gallery:after,
.entry-content:after,
.builder-section:after,
.site-content .container:after,
.site-content .infinite-footer-container:after,
.site-content .page-template-template-builder-php .entry-content > .twitter-share:after,
.page-template-template-builder-php .site-content .entry-content > .twitter-share:after,
#comments-nav:after,
div.sharedaddy:after {
	display: table;
	content: "";
}

.clear:after,
.site-header:after,
.site-header-main:after,
.header-bar:after,
.site-content:after,
.site-footer:after,
.gallery:after,
.entry-content:after,
.builder-section:after,
.site-content .container:after,
.site-content .infinite-footer-container:after,
.site-content .page-template-template-builder-php .entry-content > .twitter-share:after,
.page-template-template-builder-php .site-content .entry-content > .twitter-share:after,
#comments-nav:after,
div.sharedaddy:after {
	clear: both;
}

.break,
p,
ul,
ol,
dl,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table {
	word-wrap: break-word;
	word-break: break-word;
}

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

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

/**
 * Vollkorn font
 * 
 * License: SIL OFL License
 * Original creator: Friedrich Althausen, http://vollkorn-typeface.com/
 */
@font-face {
	font-family: "Fullkorn";
	font-weight: 400;
	font-style: normal;

	src: url("inc/fonts/vollkorn-regular-webfont.eot");
	src: url("inc/fonts/vollkorn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-regular-webfont.woff") format("woff"), url("inc/fonts/vollkorn-regular-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Fullkorn";
	font-weight: 400;
	font-style: italic;

	src: url("inc/fonts/vollkorn-italic-webfont.eot");
	src: url("inc/fonts/vollkorn-italic-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-italic-webfont.woff") format("woff"), url("inc/fonts/vollkorn-italic-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Fullkorn";
	font-weight: 700;
	font-style: normal;

	src: url("inc/fonts/vollkorn-semibold-webfont.eot");
	src: url("inc/fonts/vollkorn-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-semibold-webfont.woff") format("woff"), url("inc/fonts/vollkorn-semibold-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Fullkorn";
	font-weight: 700;
	font-style: italic;

	src: url("inc/fonts/vollkorn-semibolditalic-webfont.eot");
	src: url("inc/fonts/vollkorn-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-semibolditalic-webfont.woff") format("woff"), url("inc/fonts/vollkorn-semibolditalic-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Fullkorn";
	font-weight: 900;
	font-style: normal;

	src: url("inc/fonts/vollkorn-bold-webfont.eot");
	src: url("inc/fonts/vollkorn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-bold-webfont.woff") format("woff"), url("inc/fonts/vollkorn-bold-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Fullkorn";
	font-weight: 900;
	font-style: italic;

	src: url("inc/fonts/vollkorn-bolditalic-webfont.eot");
	src: url("inc/fonts/vollkorn-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/vollkorn-bolditalic-webfont.woff") format("woff"), url("inc/fonts/vollkorn-bolditalic-webfont.ttf") format("truetype");
}

/**
 * @license
 * MyFonts Webfont Build ID 2986826, 2015-03-08T17:24:13-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BrandonGrotesque-RegularItalic by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/italic/
 * 
 * Webfont: BrandonGrotesque-Regular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/regular/
 * 
 * Webfont: BrandonGrotesque-BoldItalic by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/bold-italic/
 * 
 * Webfont: BrandonGrotesque-Bold by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2986826
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2009 by Hannes von Doehren. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
@font-face {
	font-family: "BrandGrot";
	font-weight: 400;
	font-style: normal;

	src: url("inc/fonts/2D934A_1_0.eot");
	src: url("inc/fonts/2D934A_1_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/2D934A_1_0.woff2") format("woff2"), url("inc/fonts/2D934A_1_0.woff") format("woff"), url("inc/fonts/2D934A_1_0.ttf") format("truetype");
}

@font-face {
	font-family: "BrandGrot";
	font-weight: 400;
	font-style: italic;

	src: url("inc/fonts/2D934A_0_0.eot");
	src: url("inc/fonts/2D934A_0_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/2D934A_0_0.woff2") format("woff2"), url("inc/fonts/2D934A_0_0.woff") format("woff"), url("inc/fonts/2D934A_0_0.ttf") format("truetype");
}

@font-face {
	font-family: "BrandGrot";
	font-weight: 700;
	font-style: italic;

	src: url("inc/fonts/2D934A_2_0.eot");
	src: url("inc/fonts/2D934A_2_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/2D934A_2_0.woff2") format("woff2"), url("inc/fonts/2D934A_2_0.woff") format("woff"), url("inc/fonts/2D934A_2_0.ttf") format("truetype");
}

@font-face {
	font-family: "BrandGrot";
	font-weight: 700;
	font-style: normal;

	src: url("inc/fonts/2D934A_3_0.eot");
	src: url("inc/fonts/2D934A_3_0.eot?#iefix") format("embedded-opentype"), url("inc/fonts/2D934A_3_0.woff2") format("woff2"), url("inc/fonts/2D934A_3_0.woff") format("woff"), url("inc/fonts/2D934A_3_0.ttf") format("truetype");
}


/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */

html {
	font-size: 62.5%;
}


/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */

body {
	background-color: #cfc686;
	font-size: 17px;
	font-size: 1.7rem;

	text-rendering: optimizeLegibility;
}

body.boxed .site-wrapper {
	max-width: 1024px;
}

@media screen and (min-width: 800px) {
	body.boxed .site-wrapper {
		max-width: 1144px;
	}
}

.site-main [class*="navigation"] {
	overflow: hidden;
	padding: 0 0 44px;
	padding: 0 0 4.4rem;
}

.site-wrapper,
.site-main {
	width: 100%;
	margin: 0 auto;
}

.container,
.infinite-footer-container,
.page-template-template-builder-php .entry-content > .twitter-share {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

body,
button,
input,
select,
textarea {
	color: #171717;
	font-family: "Fullkorn", Georgia, serif;
	line-height: 1.4;
}

pre,
code,
input,
textarea {
	font: inherit;
}


/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */

ul,
ol,
dl,
p,
details,
address,
.vcard,
figure,
pre,
fieldset,
table,
dt,
dd,
hr,
.ttfmake-alert,
.ttfmake-notice {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}


/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */

a {
	color: #94a656;
	font-weight: bold;
	text-decoration: none;
}


/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */

.site-header {
	float: left;
	width: 100%;
	color: #171717;
}

.site-header-main {
	float: left;
	width: 100%;
	padding: 44px 0 22px;
	padding: 4.4rem 0 2.2rem;
	background-color: #fff;
}

.sektion-dans .site-header-main {
	padding: 44px 0 66px;
	padding: 4.4rem 0 6.6rem;
	background: #c1c1c1 url("images/site-banner-image-small.jpg") right bottom no-repeat;
}

@media screen and (min-width: 800px) {
	.sektion-dans .site-header-main {
		height: 400px;
		background: transparent url("images/site-banner-image-medium.jpg") center no-repeat;
	}
}

@media screen and (min-width: 1100px) {
	.sektion-dans .site-header-main {
		height: 600px;
		background: transparent url("images/site-banner-image.jpg") center no-repeat;
		background-size: cover;
	}
}


/*---------------------------------------------------------
 Header layout 2 (_scaffolding.scss)
-------------------------------------------------------- */

.header-layout-2 .site-branding,
.header-layout-2 .site-navigation {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.header-layout-2 .custom-logo {
	display: inline-block;
}


/*---------------------------------------------------------
 Header layout 3 (_scaffolding.scss)
-------------------------------------------------------- */

.header-layout-3 .site-navigation {
	float: left;
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.header-layout-3 .site-navigation .menu {
	border-top: 1px solid #94a656;
	border-bottom: 1px solid #94a656;
}

.header-layout-3 .site-navigation .nav-menu {
	margin-bottom: 0;
}

.header-layout-3 .search-form {
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (min-width: 800px) {
	.header-layout-3 .search-form {
		float: right;
	}

	.branding-right .header-layout-3 .search-form {
		float: left;
	}
}

.header-layout-3 .search-form input {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.header-layout-3 .search-form input {
		width: auto;
	}
}

.header-layout-3 .search-submit {
	display: none;
}


/*---------------------------------------------------------
 Title and tagline (_scaffolding.scss)
-------------------------------------------------------- */

.site-title {
	margin: 0;
	color: #171717;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
}

.site-title a {
	color: #748537;
	font-weight: bold;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

.no-site-tagline .site-title {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

@media screen and (min-width: 800px) {
	.site-branding {
		float: left;
		max-width: 50%;
	}

	.branding-right .site-branding {
		float: right;
	}
}

.site-description {
	display: block;
	margin: 0 0 22px;
	margin: 0 0 2.2rem;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.site-description a {
	text-decoration: none;
}

.site-description a:hover,
.site-description a:focus {
	text-decoration: none;
}

@media screen and (min-width: 800px) {
	.sektion-dans .site-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.sektion-dans .site-description {
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/*---------------------------------------------------------
 Custom logo (_scaffolding.scss)
-------------------------------------------------------- */

.custom-logo {
	display: block;
	max-width: 100%;
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.custom-logo a {
	display: block;
	width: 100%;
	height: 0;
	color: transparent;
	text-shadow: none;
	font: 0/0 a;
	text-decoration: none;
}

.no-site-title.no-site-tagline .custom-logo {
	margin-bottom: 0;
}


/*---------------------------------------------------------
 Header bar (_scaffolding.scss)
-------------------------------------------------------- */

.header-bar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #171717;
	color: #fff;
	background-color: #171717;
}

@media screen and (min-width: 1100px) {
	.header-bar-flipped .header-bar .search-form,
	.header-bar-flipped .header-bar .header-social-links {
		float: left;
		padding-right: 16px;
		padding-right: 1.6rem;
		padding-left: 0;
	}

	.header-bar-flipped .header-bar .header-text {
		text-align: right;
	}

	.header-bar-flipped .header-bar .search-form {
		padding-right: 16px;
		padding-right: 1.6rem;
		padding-left: 0;
	}

	.header-bar-flipped .header-bar .menu {
		float: right;
	}
}

.header-bar a {
	color: inherit;
	text-decoration: none;
}

.header-bar a:hover,
.header-bar a:focus {
	text-decoration: none;
}

.header-bar textarea,
.header-bar input {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.header-bar .search-form {
	padding: 22px 0 11px;
	padding: 2.2rem 0 1.1rem;
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (min-width: 1100px) {
	.header-bar .search-form {
		float: right;
		padding: 11px 0 11px 16px;
		padding: 1.1rem 0 1.1rem 1.6rem;
		padding: 11px 0;
		padding: 1.1rem 0;
	}
}

.header-bar .search-form input {
	width: 100%;
	border: 1px solid;
}

@media screen and (min-width: 1100px) {
	.header-bar .search-form input {
		width: 175px;
	}
}

@media screen and (min-width: 800px) {
	.header-bar .search-form input {
		width: auto;
	}
}

.header-bar .search-submit {
	display: none;
}

.header-bar.right-content .header-text {
	padding-top: 11px;
	padding-top: 1.1rem;
}

@media screen and (min-width: 1100px) {
	.header-bar.right-content .header-text {
		overflow: hidden;
		position: relative;
		top: 5px;
		top: 0.5rem;
	}
}

.header-bar .menu {
	margin: 11px 0 22px;
	margin: 1.1rem 0 2.2rem;
	padding: 0;
	text-align: center;
	list-style: none;
}

@media screen and (min-width: 1100px) {
	.header-bar .menu {
		float: left;
		text-align: left;
	}

	.header-bar-flipped .header-bar .menu {
		float: right;
	}
}

@media screen and (min-width: 800px) {
	.header-bar .menu {
		text-align: left;
	}
}

.header-bar .menu li {
	display: inline-block;
	padding-right: 16px;
	padding-right: 1.6rem;
	text-align: left;
}

.header-bar .menu li:last-of-type {
	padding-right: 0;
}

.header-bar .menu a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

.header-text {
	display: block;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (min-width: 1100px) {
	.header-text {
		float: left;
		margin-top: 2px;
		margin-top: 0.2rem;
		padding: 11px 0;
		padding: 1.1rem 0;
	}
}

@media screen and (min-width: 800px) {
	.header-text {
		text-align: left;
	}
}

.header-bar-flipped .header-text {
	float: right;
}

.social-links {
	padding-top: 11px;
	padding-top: 1.1rem;
	padding-left: 0;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (min-width: 1100px) {
	.social-links {
		padding-top: 0;
	}
}

.social-links li {
	display: inline-block;
	text-align: center;
}

.social-links li a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.social-links a:hover .fa,
.social-links a:focus .fa {
	color: #808080;
}

.social-links a:hover .fa.fa-facebook-official,
.social-links a:focus .fa.fa-facebook-official {
	color: #3b5999;
}

.social-links a:hover .fa.fa-twitter,
.social-links a:focus .fa.fa-twitter {
	color: #4099ff;
}

.social-links a:hover .fa.fa-google-plus-square,
.social-links a:focus .fa.fa-google-plus-square {
	color: #d34836;
}

.social-links a:hover .fa.fa-linkedin,
.social-links a:focus .fa.fa-linkedin {
	color: #007bb6;
}

.social-links a:hover .fa.fa-instagram,
.social-links a:focus .fa.fa-instagram {
	color: #517fa4;
}

.social-links a:hover .fa.fa-flickr,
.social-links a:focus .fa.fa-flickr {
	color: #ff0084;
}

.social-links a:hover .fa.fa-youtube,
.social-links a:focus .fa.fa-youtube {
	color: #e52d27;
}

.social-links a:hover .fa.fa-vimeo-square,
.social-links a:focus .fa.fa-vimeo-square {
	color: #1ab7ea;
}

.social-links a:hover .fa.fa-pinterest,
.social-links a:focus .fa.fa-pinterest {
	color: #c92228;
}

.social-links a:hover .fa.fa-envelope,
.social-links a:focus .fa.fa-envelope {
	color: #ffae00;
}

.social-links a:hover .fa.fa-rss,
.social-links a:focus .fa.fa-rss {
	color: #f60;
}

.header-social-links {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	text-align: center;
}

@media screen and (min-width: 800px) {
	.header-social-links {
		float: none;
		text-align: left;
	}
}

@media screen and (min-width: 1100px) {
	.header-social-links {
		float: right;
		margin-bottom: 0;
	}
}

.header-social-links li a {
	padding: 4px 4px;
	padding: 0.4rem 0.4rem;
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (min-width: 1100px) {
	.header-social-links li a {
		padding: 14px 10px;
		padding: 1.4rem 1rem;
		font-size: 17px;
		font-size: 1.7rem;
	}
}

.header-social-links li:first-of-type a {
	padding-left: 0;
}


/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */

.site-navigation {
	margin-bottom: 0;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (min-width: 800px) {
	.site-navigation {
		float: right;
		max-width: 50%;
	}

	.branding-right .header-layout-1 .site-navigation {
		float: left;
		text-align: left;
	}

	.branding-right .header-layout-3 .site-navigation {
		float: right;
		text-align: right;
	}
}

.site-navigation .menu,
.site-navigation .nav-menu {
	padding-left: 0;
}

.site-navigation .menu ul,
.site-navigation .menu ol,
.site-navigation .nav-menu ul,
.site-navigation .nav-menu ol {
	margin-left: 0;
}

.site-navigation .menu li,
.site-navigation .nav-menu li {
	text-align: left;
	list-style: none;
}

@media screen and (min-width: 800px) {
	.site-navigation .menu li,
	.site-navigation .nav-menu li {
		display: inline-block;
		position: relative;
	}
}

.site-navigation .menu li a,
.site-navigation .nav-menu li a {
	display: block;
	padding: 11px 0;
	padding: 1.1rem 0;
	border-bottom: 1px solid #171717;
	color: #171717;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
}

@media screen and (min-width: 800px) {
	.site-navigation .menu li a,
	.site-navigation .nav-menu li a {
		padding: 11px 16px;
		padding: 1.1rem 1.6rem;
		border-bottom: 0;
		line-height: 1.4;
	}
}

.site-navigation .menu .sub-menu,
.site-navigation .menu .children,
.site-navigation .nav-menu .sub-menu,
.site-navigation .nav-menu .children {
	padding: 0;
	text-align: left;
}

.site-navigation .menu .sub-menu li a,
.site-navigation .menu .children li a,
.site-navigation .nav-menu .sub-menu li a,
.site-navigation .nav-menu .children li a {
	padding-left: 16px;
	padding-left: 1.6rem;
}

.site-navigation .menu .sub-menu li a:before,
.site-navigation .menu .children li a:before,
.site-navigation .nav-menu .sub-menu li a:before,
.site-navigation .nav-menu .children li a:before {
	content: "\2013  ";
}

@media screen and (min-width: 800px) {
	.site-navigation .menu .sub-menu,
	.site-navigation .menu .children,
	.site-navigation .nav-menu .sub-menu,
	.site-navigation .nav-menu .children {
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 99999;
		background-color: #94a656;
	}

	.site-navigation .menu .sub-menu li,
	.site-navigation .menu .children li,
	.site-navigation .nav-menu .sub-menu li,
	.site-navigation .nav-menu .children li {
		width: 100%;
	}

	.site-navigation .menu .sub-menu li:first-of-type a,
	.site-navigation .menu .children li:first-of-type a,
	.site-navigation .nav-menu .sub-menu li:first-of-type a,
	.site-navigation .nav-menu .children li:first-of-type a {
		padding: 15px 16px;
		padding: 1.5rem 1.6rem;
	}

	.site-navigation .menu .sub-menu a,
	.site-navigation .menu .children a,
	.site-navigation .nav-menu .sub-menu a,
	.site-navigation .nav-menu .children a {
		padding: 15px 16px;
		padding: 1.5rem 1.6rem;
		border-bottom: 1px solid #b6c680;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-navigation .menu .sub-menu a:after,
	.site-navigation .menu .children a:after,
	.site-navigation .nav-menu .sub-menu a:after,
	.site-navigation .nav-menu .children a:after {
		content: none;
	}

	.site-navigation .menu .sub-menu .page_item_has_children a:after,
	.site-navigation .menu .sub-menu .menu-item-has-children a:after,
	.site-navigation .menu .children .page_item_has_children a:after,
	.site-navigation .menu .children .menu-item-has-children a:after,
	.site-navigation .nav-menu .sub-menu .page_item_has_children a:after,
	.site-navigation .nav-menu .sub-menu .menu-item-has-children a:after,
	.site-navigation .nav-menu .children .page_item_has_children a:after,
	.site-navigation .nav-menu .children .menu-item-has-children a:after {
		float: right;
		position: relative;
		top: 4px;
		top: 0.4rem;
		font-family: FontAwesome;
		font-size: 10px;
		font-size: 1rem;
		font-weight: normal;
		content: "  \f054";
	}

	.site-navigation .menu .sub-menu .sub-menu li:not(.menu-item-has-children) a:after,
	.site-navigation .menu .sub-menu .sub-menu li:not(.page_item_has_children) a:after,
	.site-navigation .menu .sub-menu .children li:not(.menu-item-has-children) a:after,
	.site-navigation .menu .sub-menu .children li:not(.page_item_has_children) a:after,
	.site-navigation .menu .children .sub-menu li:not(.menu-item-has-children) a:after,
	.site-navigation .menu .children .sub-menu li:not(.page_item_has_children) a:after,
	.site-navigation .menu .children .children li:not(.menu-item-has-children) a:after,
	.site-navigation .menu .children .children li:not(.page_item_has_children) a:after,
	.site-navigation .nav-menu .sub-menu .sub-menu li:not(.menu-item-has-children) a:after,
	.site-navigation .nav-menu .sub-menu .sub-menu li:not(.page_item_has_children) a:after,
	.site-navigation .nav-menu .sub-menu .children li:not(.menu-item-has-children) a:after,
	.site-navigation .nav-menu .sub-menu .children li:not(.page_item_has_children) a:after,
	.site-navigation .nav-menu .children .sub-menu li:not(.menu-item-has-children) a:after,
	.site-navigation .nav-menu .children .sub-menu li:not(.page_item_has_children) a:after,
	.site-navigation .nav-menu .children .children li:not(.menu-item-has-children) a:after,
	.site-navigation .nav-menu .children .children li:not(.page_item_has_children) a:after {
		content: none;
	}

	.site-navigation .menu .sub-menu li,
	.site-navigation .menu .children li,
	.site-navigation .nav-menu .sub-menu li,
	.site-navigation .nav-menu .children li {
		padding-left: 0;
	}

	.site-navigation .menu .sub-menu li a:before,
	.site-navigation .menu .children li a:before,
	.site-navigation .nav-menu .sub-menu li a:before,
	.site-navigation .nav-menu .children li a:before {
		content: none;
	}

	.site-navigation .menu .sub-menu ul,
	.site-navigation .menu .children ul,
	.site-navigation .nav-menu .sub-menu ul,
	.site-navigation .nav-menu .children ul {
		top: 0;
		left: 100%;
	}
}

@media screen and (min-width: 800px) {
	.site-navigation .menu .current_page_item > a,
	.site-navigation .menu .current_page_ancestor > a,
	.site-navigation .menu .current-menu-item > a,
	.site-navigation .menu .current-menu-ancestor > a,
	.site-navigation .nav-menu .current_page_item > a,
	.site-navigation .nav-menu .current_page_ancestor > a,
	.site-navigation .nav-menu .current-menu-item > a,
	.site-navigation .nav-menu .current-menu-ancestor > a {
		color: #748537;
	}
}

.site-navigation .menu .current_page_item > a,
.site-navigation .menu .current-menu-item > a,
.site-navigation .nav-menu .current_page_item > a,
.site-navigation .nav-menu .current-menu-item > a {
	color: #748537;
}

@media screen and (min-width: 800px) {
	.site-navigation .page_item_has_children a:after,
	.site-navigation .menu-item-has-children a:after {
		position: relative;
		top: -1px;
		padding-left: 2px;
		padding-left: 0.2rem;
		color: #b6c680;
		font-family: FontAwesome;
		font-size: 10px;
		font-size: 1rem;
		font-weight: normal;
		content: "  \f078";
	}

	.site-navigation ul.menu ul a,
	.site-navigation .menu ul ul a {
		min-width: 180px;
		max-width: 250px;
		margin: 0;
	}

	.site-navigation ul.menu ul a:hover,
	.site-navigation ul.menu ul a:focus,
	.site-navigation .menu ul ul a:hover,
	.site-navigation .menu ul ul a:focus {
		color: #fff;
		background-color: #94a656;
	}

	.site-navigation ul.menu ul a:hover:after,
	.site-navigation ul.menu ul a:focus:after,
	.site-navigation .menu ul ul a:hover:after,
	.site-navigation .menu ul ul a:focus:after {
		color: #fff;
	}

	.site-navigation ul.menu li:hover > ul,
	.site-navigation .menu ul li:hover > ul,
	.site-navigation ul.menu .focus > ul,
	.site-navigation .menu .focus > ul {
		display: block;
		overflow: inherit;
		width: inherit;
		height: inherit;
	}
}

.menu-toggle {
	margin: 22px 0 0;
	margin: 2.2rem 0 0;
	padding: 10px 14px;
	padding: 1rem 1.4rem;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #171717;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	cursor: pointer;
}

.menu-toggle:before {
	padding-right: 6px;
	padding-right: 0.6rem;
	font-family: FontAwesome;
	content: "\f0c9";
}

.sektion-dans .menu-toggle {
	background-color: rgba(255, 255, 255, 0.3);
}

.menu-toggle,
.site-navigation.toggled .nav-menu,
.site-navigation.toggled .menu {
	display: block;
}

.site-navigation .menu {
	display: none;
}

@media screen and (min-width: 800px) {
	.site-navigation .menu {
		display: block;
	}
}

@media screen and (min-width: 800px) {
	.site-navigation ul {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}

	.site-navigation ul {
		display: block;
	}
}


/*---------------------------------------------------------
 Main (_scaffolding.scss)
-------------------------------------------------------- */

.site-content {
	float: left;
	width: 100%;
	padding: 22px 0;
	padding: 2.2rem 0;
	background-color: #fff;
}


/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */

.site-footer {
	float: left;
	width: 100%;
	padding: 44px 0;
	padding: 4.4rem 0;
	color: #464849;
	background-color: #cfc686;
}

#infinite-footer .site-footer {
	padding: 22px 0;
	padding: 2.2rem 0;
}

.site-footer .search-form input {
	border: 1px solid;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: none;
}

.site-footer *:not(select) {
	border-color: #b6c680 !important;
}

@media screen and (min-width: 800px) {
	.site-footer .columns-1 .widget-area {
		width: 100%;
	}

	.site-footer .columns-2 .widget-area {
		width: 48.3333333333%;
	}

	.site-footer .columns-3 .widget-area {
		width: 31.1111111111%;
	}

	.site-footer .columns-4 .widget-area {
		width: 22.5%;
	}
}

.site-footer .widget-area {
	float: left;
	width: 100%;
	margin-right: 3.3333333333%;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

@media screen and (min-width: 800px) {
	.site-footer .widget-area {
		margin-bottom: 44px;
		margin-bottom: 4.4rem;
	}
}

.site-footer .widget-area:last-of-type {
	margin-right: 0;
}

.site-footer textarea,
.site-footer input,
.site-footer .widget_tag_cloud a {
	background-color: #fff;
}

.site-footer .site-info {
	text-align: center;
}

@media screen and (min-width: 800px) {
	.site-footer .site-info {
		float: left;
	}
}

.site-footer .footer-social-links {
	text-align: center;
}

@media screen and (min-width: 800px) {
	.site-footer .footer-social-links {
		float: right;
		text-align: right;
	}
}

.site-footer .site-info,
.site-footer .site-info a {
	color: inherit;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

@media screen and (min-width: 800px) {
	.site-footer .site-info,
	.site-footer .site-info a {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.site-footer .site-info a,
.site-footer .site-info a a {
	text-decoration: underline;
}

.site-footer .site-info a:hover,
.site-footer .site-info a a:hover {
	text-decoration: none;
}

.site-footer .site-info .theme-by,
.site-footer .site-info a .theme-by {
	padding: 0 4px;
	padding: 0 0.4rem;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: lowercase;
}

.footer-widget-container {
	float: left;
	width: 100%;
}

.footer-text {
	clear: both;
	margin-bottom: 5.5px;
	margin-bottom: 0.55rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (min-width: 800px) {
	.footer-text {
		text-align: left;
	}
}

.footer-social-links {
	margin-top: 11px;
	margin-top: 1.1rem;
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (min-width: 800px) {
	.footer-social-links {
		margin: 0;
		font-size: 17px;
		font-size: 1.7rem;
	}
}

.infinite-scroll.neverending #site-footer {
	display: none;
}

.infinity-end.neverending #site-footer {
	display: block;
}


/*---------------------------------------------------------
 Footer layout 2 (_scaffolding.scss)
-------------------------------------------------------- */

.footer-layout-2 .site-info,
.footer-layout-2 .footer-text,
.footer-layout-2 .footer-social-links {
	float: none;
	clear: both;
	text-align: center;
}

.footer-layout-2 .footer-social-links {
	margin-top: 11px;
	margin-top: 1.1rem;
}


/*---------------------------------------------------------
4. Elements (_elements.scss)
-------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 11px 0;
	margin: 1.1rem 0;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

h1 a,
a h1,
h2 a,
a h2,
h3 a,
a h3,
h4 a,
a h4,
h5 a,
a h5,
h6 a,
a h6 {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: normal;
	line-height: 1.2;
}

h2 {
	font-size: 34px;
	font-size: 3.4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.sektion-dans h3 {
	text-align: center;
}

#fronttitle h3 {
	margin-top: 44px;
	margin-top: 4.4rem;
	color: #94a656;
	font-size: 60px;
	font-size: 6rem;
	text-align: center;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}


/*---------------------------------------------------------
Quote (_elements.scss)
-------------------------------------------------------- */

blockquote {
	clear: both;
	margin: 22px 0;
	margin: 2.2rem 0;
}

blockquote p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

blockquote cite {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: normal;
}

blockquote cite:before {
	content: "\2014";
}

blockquote.ttfmake-testimonial {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	padding: 33px 32px;
	padding: 3.3rem 3.2rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #94a656;
	line-height: 0;
}

blockquote.ttfmake-testimonial p {
	margin-bottom: 0;
}

blockquote.ttfmake-testimonial cite {
	display: block;
	margin-bottom: 0;
	padding: 11px 0;
	padding: 1.1rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

blockquote.ttfmake-testimonial:after {
	position: relative;
	bottom: -60px;
	bottom: -6rem;
	left: 5px;
	left: 0.5rem;
	width: 0;
	height: 0;
	border-top: 22px solid #94a656;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	content: "";
}

q:before {
	content: "\201C";
}

q:after {
	content: "\201D";
}


/*---------------------------------------------------------
Code (_elements.scss)
-------------------------------------------------------- */

tt,
kbd,
pre,
code,
samp,
var {
	padding: 4px 6px;
	padding: 0.4rem 0.6rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #94a656;
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 22px 0;
	margin: 2.2rem 0;
	padding: 33px;
	padding: 3.3rem;
	line-height: 1.7;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
}


/*---------------------------------------------------------
Details (_elements.scss)
-------------------------------------------------------- */

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #171717;
	font-size: 0.95em;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	cursor: help;
}

details summary {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-weight: bold;
}

details :focus {
	outline: none;
}


/*---------------------------------------------------------
Marks (_elements.scss)
-------------------------------------------------------- */

mark {
	background-color: #fff9c0;
	text-decoration: none;
}


/*---------------------------------------------------------
Sizes (_elements.scss)
-------------------------------------------------------- */

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*---------------------------------------------------------
Content (_elements.scss)
-------------------------------------------------------- */

b,
strong {
	font-weight: bold;
}

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

figure {
	margin: 0;
}

address {
	margin: 22px 0;
	margin: 2.2rem 0;
}

hr {
	height: 1px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #94a656;
}

hr.ttfmake-line-dashed {
	border-top: 1px dashed #94a656;
}

hr.ttfmake-line-double {
	border-top: 6px double #94a656;
}


/*---------------------------------------------------------
Lists (_elements.scss)
-------------------------------------------------------- */

ul,
ol {
	margin: 0 0 22px 0;
	margin: 0 0 2.2rem 0;
	padding-left: 20px;
	padding-left: 2rem;
}

ul.ttfmake-list,
ol.ttfmake-list {
	padding-left: 0;
	list-style: none;
}

ul.ttfmake-list li:before,
ol.ttfmake-list li:before {
	padding-right: 10.6666666667px;
	padding-right: 1.0666666667rem;
	font-family: FontAwesome;
}

ul.ttfmake-list-check li:before,
ol.ttfmake-list-check li:before {
	color: #339d56;
	content: "\f14a";
}

ul.ttfmake-list-check2 li:before,
ol.ttfmake-list-check2 li:before {
	color: #339d56;
	content: "\f046";
}

ul.ttfmake-list-star li:before,
ol.ttfmake-list-star li:before {
	color: #f89e01;
	content: "\f005";
}

ul.ttfmake-list-dot li:before,
ol.ttfmake-list-dot li:before {
	color: #94a656;
	content: "\f192";
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 22px 22px;
}


/*---------------------------------------------------------
Table (_elements.scss)
-------------------------------------------------------- */

table {
	width: 100%;
	margin: 22px 0;
	margin: 2.2rem 0;
	border: 1px solid #94a656;
	border-left: 0;
	text-align: left;
}

table caption {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-weight: bold;
}

table th,
table td {
	padding: 11px 8px;
	padding: 1.1rem 0.8rem;
}

table th {
	border-left: 1px solid #94a656;
}

table td {
	border-top: 1px solid #94a656;
	border-left: 1px solid #94a656;
}

table td[valign="top"] {
	vertical-align: top;
}

table td[valign="bottom"] {
	vertical-align: bottom;
}


/*---------------------------------------------------------
Embeds (_elements.scss)
-------------------------------------------------------- */

.ttfmake-embed-wrapper {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.ttfmake-embed-wrapper.aligncenter {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}


/*---------------------------------------------------------
Galleries (_elements.scss)
-------------------------------------------------------- */

.gallery {
	margin: 22px 0 11px !important;
}

.gallery-item {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 4px 4px 0;
	margin: 0 0.4rem 0.4rem 0;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-icon {
	line-height: 0;
}

.gallery-caption {
	display: none;
}


/*---------------------------------------------------------
Notices / Alerts (_elements.scss)
-------------------------------------------------------- */

.ttfmake-notice {
	padding: 10px 20px;
	border: 2px solid #808080;
	color: #808080;
	background: #e5e5e5;
}

.ttfmake-notice p:last-of-type {
	margin-bottom: 0;
}

/* Deprecated in 1.4.1 */
.ttfmake-alert {
	overflow: hidden;
	position: relative;
	padding: 33px 32px;
	padding: 3.3rem 3.2rem;
	border: 1px solid #67743c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #94a656;
	font-size: 14px;
	font-size: 1.4rem;
}

.ttfmake-alert:before {
	display: block;
	position: absolute;
	right: -12px;
	right: -1.2rem;
	bottom: -12px;
	bottom: -1.2rem;
	opacity: 0.1;
	font-family: FontAwesome;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1;
	content: "\f05a";
}

.ttfmake-alert p:last-of-type {
	margin-bottom: 0;
}

.ttfmake-alert.ttfmake-error {
	border: 1px solid #dfbaba;
	color: #d04242;
	background-color: #f7eeee;
}

.ttfmake-alert.ttfmake-error:before {
	content: "\f06a";
}

.ttfmake-alert.ttfmake-success {
	border: 1px solid #badfc6;
	color: #339d56;
	background: #eef7f1;
}

.ttfmake-alert.ttfmake-success:before {
	content: "\f058";
}

.ttfmake-alert.ttfmake-important {
	border: 1px solid #fff365;
	color: #f89e01;
	background-color: #fffde5;
}

.ttfmake-alert.ttfmake-important:before {
	content: "\f06a";
}


/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */

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

.alignleft,
.entry-thumbnail.thumbnail {
	display: inline;
	float: left;
	margin-right: 32px;
	margin-right: 3.2rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 32px;
	margin-left: 3.2rem;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

.screen-reader-text,
.social-links li i span {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}


/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */

.wp-caption {
	max-width: 100%;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-style: italic;
	line-height: 1.35;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.35;
}

.wp-caption .wp-caption-text {
	margin: 11px 0;
	margin: 1.1rem 0;
}


/*---------------------------------------------------------
 Embeds (_patterns.scss)
-------------------------------------------------------- */

embed,
iframe,
object {
	max-width: 100%;
}

div.wp-video-shortcode {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}


/*---------------------------------------------------------
 Google maps (_patterns.scss)
-------------------------------------------------------- */

.entry-content iframe[src*="google.com/maps"] {
	width: 100%;
	height: 300px;
}

@media screen and (min-width: 800px) {
	.entry-content iframe[src*="google.com/maps"] {
		height: 600px;
	}
}


/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */

.entry-header {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.entry-header .entry-thumbnail {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	line-height: 1;
	text-align: center;
}

.entry-header .entry-thumbnail.post-header {
	margin-right: 0;
}

.entry-thumbnail-caption {
	margin-top: 5.5px;
	margin-top: 0.55rem;
	text-align: left;
}

.entry-title {
	margin-top: 5.5px;
	margin-top: 0.55rem;
	font-weight: bold;
	word-spacing: -1px;
	word-spacing: -0.1rem;
}

.entry-date,
.site-wrapper div.sharedaddy h3 {
	display: block;
	float: left;
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.entry-header .entry-date,
.entry-header .site-wrapper div.sharedaddy h3,
.site-wrapper div.sharedaddy .entry-header h3 {
	line-height: 40px;
}

.entry-footer .entry-date,
.entry-footer .site-wrapper div.sharedaddy h3,
.site-wrapper div.sharedaddy .entry-footer h3 {
	display: inline-block;
	float: none;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	text-transform: none;
}

.entry-date a,
.site-wrapper div.sharedaddy h3 a {
	color: #171717;
	text-decoration: none;
}

.entry-author {
	float: left;
	clear: both;
	margin: 22px 0 22px;
	margin: 2.2rem 0 2.2rem;
}

.entry-header .entry-author {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-header .entry-author .entry-author-byline {
	display: inline-block;
	margin-right: 8px;
	margin-right: 0.8rem;
}

.entry-footer .entry-author {
	display: block;
	float: none;
	margin: 44px 0 22px;
	margin: 4.4rem 0 2.2rem;
}

.entry-content {
	clear: both;
}

.entry-author-bio {
	margin-top: 11px;
	margin-top: 1.1rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.entry-author-byline {
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 40px;
}

.entry-author-byline a.vcard {
	color: #94a656;
	font-weight: bold;
	font-style: normal;
}

.entry-comment-count {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.entry-header .entry-comment-count {
	float: right;
	clear: both;
	line-height: 40px;
}

.entry-footer .entry-comment-count {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.entry-comment-count a,
.comment-count-icon a {
	color: #b6c680;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.entry-comment-count a:hover,
.comment-count-icon a:hover {
	color: #94a656;
}

.comment-count-icon:before {
	float: left;
	position: relative;
	top: 1px;
	top: 0.1rem;
	padding-right: 8px;
	padding-right: 0.8rem;
	color: #b6c680;
	font-family: FontAwesome;
	content: "\f075";
}

.entry-footer .comment-count-icon:before {
	top: 0;
}

.entry-author-avatar {
	float: left;
	padding-right: 8px;
	padding-right: 0.8rem;
	line-height: 0;
}

.entry-author-avatar img {
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.entry-footer {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-footer a {
	color: #b6c680;
	font-weight: 400;
}

.entry-footer a:hover {
	color: #94a656;
}

.entry-footer .fa {
	float: left;
	position: relative;
	top: 4px;
	top: 0.4rem;
	padding-right: 8px;
	padding-right: 0.8rem;
	color: #b6c680;
}

.post {
	margin: 66px 0 88px;
	margin: 6.6rem 0 8.8rem;
	padding-bottom: 22px;
	padding-bottom: 2.2rem;
	border-bottom: 1px solid #94a656;
}

.post:first-of-type {
	margin-top: 0;
}

.single .post {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

.post-header {
	margin-top: 11px;
	margin-top: 1.1rem;
}

.post-categories,
.post-tags {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	padding-left: 0;
	list-style: none;
}

.post-categories li,
.post-tags li {
	display: inline;
}

.post-categories li:after,
.post-tags li:after {
	padding: 0 0 0 4px;
	padding: 0 0 0 0.4rem;
	color: #b6c680;
	content: "\002F";
}

.post-categories li:last-of-type:after,
.post-tags li:last-of-type:after {
	content: none;
}


/*---------------------------------------------------------
 Sticky label (_posts.scss)
-------------------------------------------------------- */

.sticky-post-label-wrapper {
	clear: both;
}

.sticky-post-label {
	padding: 4px 6px;
	padding: 0.4rem 0.6rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #94a656;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}


/*---------------------------------------------------------
 Navigation (_posts.scss)
-------------------------------------------------------- */

#infinite-handle span {
	padding: inherit;
	border-radius: 0;
	color: inherit;
	background: inherit;
	font-size: inherit;
	cursor: pointer;
}

[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next,
#infinite-handle {
	width: 50%;
}

[class*="navigation"] .nav-previous a,
[class*="navigation"] .nav-previous span,
[class*="navigation"] .nav-next a,
[class*="navigation"] .nav-next span,
#infinite-handle a,
#infinite-handle span {
	color: #171717;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}

[class*="navigation"] .nav-previous a:before,
[class*="navigation"] .nav-previous a:after,
[class*="navigation"] .nav-previous span:before,
[class*="navigation"] .nav-previous span:after,
[class*="navigation"] .nav-next a:before,
[class*="navigation"] .nav-next a:after,
[class*="navigation"] .nav-next span:before,
[class*="navigation"] .nav-next span:after,
#infinite-handle a:before,
#infinite-handle a:after,
#infinite-handle span:before,
#infinite-handle span:after {
	font-family: FontAwesome;
	font-weight: normal;
}

[class*="navigation"] .nav-previous {
	float: left;
}

[class*="navigation"] .nav-previous a:before {
	content: "\f177  ";
}

[class*="navigation"] .nav-next,
#infinite-handle {
	float: right;
	text-align: right;
}

[class*="navigation"] .nav-next a:after,
[class*="navigation"] .nav-next span:after,
#infinite-handle a:after,
#infinite-handle span:after {
	content: "  \f178";
}

.infinite-scroll .paging-navigation {
	display: none;
}

.infinite-loader {
	display: block;
	float: right;
	height: 28px;
	padding-right: 28px;
	color: #171717;
	text-indent: -9999px;
}


/*---------------------------------------------------------
 Jetpack Sharing (_posts.scss)
-------------------------------------------------------- */

.site-wrapper div.sharedaddy div.sd-block {
	border-top: 0;
}

.site-wrapper div.sharedaddy h3,
.site-wrapper div.sharedaddy .sd-content {
	display: block;
	float: left;
	width: auto;
}

.site-wrapper div.sharedaddy h3 {
	padding-right: 22px;
	padding-right: 2.2rem;
	font-family: inherit;
}


/*---------------------------------------------------------
 Gallery shortcode slider (_posts.scss)
-------------------------------------------------------- */

.ttfmake-shortcode-slider .cycle-slide {
	position: relative;
	width: 100%;
	text-align: center;
}

.ttfmake-shortcode-slider .cycle-caption {
	display: none;
	position: absolute;
	z-index: 10;
	right: 16px;
	right: 1.6rem;
	bottom: 22px;
	bottom: 2.2rem;
	left: 16px;
	left: 1.6rem;
	color: #94a656;
	text-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
	text-align: left;
}

@media screen and (min-width: 800px) {
	.ttfmake-shortcode-slider .cycle-caption {
		display: block;
	}
}

.ttfmake-shortcode-slider .cycle-pager {
	margin-top: 44px;
	margin-top: 4.4rem;
}


/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */

.sektion-dans .builder-section {
	margin-top: 176px;
	margin-top: 17.6rem;
}

.section-header {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

.section-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.section-description {
	font-size: 15px;
	font-size: 1.5rem;
}

.builder-section-content {
	position: relative;
	z-index: 2;
}

.page-template-template-builder-php .site-content > .container,
.page-template-template-builder-php .site-content > .infinite-footer-container,
.page-template-template-builder-php .entry-content.site-content > .twitter-share {
	width: 100%;
	max-width: none;
	padding: 0;
}

.page-template-template-builder-php .site-main {
	width: 100%;
}

.page-template-template-builder-php .entry-header,
.page-template-template-builder-php .entry-footer,
.page-template-template-builder-php .builder-section-header,
.page-template-template-builder-php .comments-area {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

.builder-section-gallery .builder-section-content,
.builder-section-text .builder-section-content,
.builder-section-blank .builder-section-content {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

.builder-section {
	position: relative;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}

.builder-text-title,
.builder-text-section-title,
.builder-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
	margin: 0 0 11px;
	margin: 0 0 1.1rem;
	line-height: 1.4;
}

.builder-text-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

.builder-text-section-title {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.builder-section-content,
.builder-text-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
	position: relative;
	z-index: 2;
}


/*---------------------------------------------------------
 Text section (_pages.scss)
-------------------------------------------------------- */

.builder-section-text.has-background {
	padding: 52px 0 22px;
	padding: 5.2rem 0 2.2rem;
}


/*---------------------------------------------------------
 Text section: Columns (_pages.scss)
-------------------------------------------------------- */

.builder-text-column {
	float: left;
	width: 100%;
	min-height: 1px;
}

@media screen and (min-width: 800px) {
	.builder-text-column {
		margin-right: 3.3333333333%;
	}
}

.builder-text-column:last-of-type {
	margin-right: 0;
}

@media screen and (min-width: 800px) {
	.builder-text-columns-2 .builder-text-column {
		width: 48.3333333333%;
	}

	.builder-text-columns-3 .builder-text-column {
		width: 31.1111111111%;
	}

	.builder-text-columns-4 .builder-text-column {
		width: 22.5%;
	}
}

.builder-text-image {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	text-align: center;
}


/*---------------------------------------------------------
 Banner section (_pages.scss)
-------------------------------------------------------- */

.builder-section-banner.has-background {
	padding: 52px 0 0;
	padding: 5.2rem 0 0;
}


/*---------------------------------------------------------
 Banner section: Caption (_pages.scss)
-------------------------------------------------------- */

.builder-banner-overlay,
.builder-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 800px) {
	.builder-banner-overlay,
	.builder-section-overlay {
		background-color: rgba(0, 0, 0, 0.4);
	}
}

.builder-banner-overlay {
	z-index: -1;
}

.builder-section-overlay {
	z-index: 1;
}

.builder-banner-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*---------------------------------------------------------
 Banner section: Content (_pages.scss)
-------------------------------------------------------- */

.builder-banner-content {
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-bottom: 0;
	padding: 11px 32px;
	padding: 1.1rem 3.2rem;
	color: #fff;
	text-shadow: 1px 0 8px rgba(0, 0, 0, 0.15);
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.35;

	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media screen and (min-width: 800px) {
	.builder-banner-content {
		padding: 11px 128px;
		padding: 1.1rem 12.8rem;
		font-size: 21px;
		font-size: 2.1rem;
	}
}

.cycle-slide .builder-banner-content {
	padding: 11px 96px;
	padding: 1.1rem 9.6rem;
}

@media screen and (min-width: 800px) {
	.content-position-none .builder-banner-content {
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 800px) {
	.content-position-left .builder-banner-content {
		float: left;
		right: auto;
		width: 50%;
	}
}

@media screen and (min-width: 800px) {
	.content-position-right .builder-banner-content {
		float: right;
		left: auto;
		width: 50%;
	}
}

.builder-banner-inner-content {
	display: inline-block;
	position: relative;
	top: 50%;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.builder-banner-inner-content *:last-child {
	margin-bottom: 0;
}


/*---------------------------------------------------------
 Banner section: Pager (_pages.scss)
-------------------------------------------------------- */

.builder-section-banner .cycle-pager,
.ttfmake-shortcode-slider .cycle-pager {
	color: #94a656;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.builder-section-banner .cycle-pager span,
.ttfmake-shortcode-slider .cycle-pager span {
	cursor: pointer;
}

.builder-section-banner .cycle-pager .cycle-pager-active,
.ttfmake-shortcode-slider .cycle-pager .cycle-pager-active {
	color: #b6c680;
}


/*---------------------------------------------------------
 Banner section: Arrows (_pages.scss)
-------------------------------------------------------- */

.builder-section-banner .cycle-prev,
.builder-section-banner .cycle-next,
.ttfmake-shortcode-slider .cycle-prev,
.ttfmake-shortcode-slider .cycle-next {
	position: absolute;
	z-index: 999;
	top: 50%;
	cursor: pointer;
}

@media screen and (min-width: 800px) {
	.builder-section-banner .cycle-prev,
	.builder-section-banner .cycle-next,
	.ttfmake-shortcode-slider .cycle-prev,
	.ttfmake-shortcode-slider .cycle-next {
		opacity: 0.6;
	}
}

.builder-section-banner .cycle-prev:before,
.builder-section-banner .cycle-next:before,
.ttfmake-shortcode-slider .cycle-prev:before,
.ttfmake-shortcode-slider .cycle-next:before {
	position: relative;
	top: -34px;
	top: -3.4rem;
	color: #94a656;
	font-family: FontAwesome;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
}

@media screen and (min-width: 800px) {
	.builder-section-banner:hover .cycle-prev,
	.builder-section-banner:hover .cycle-next,
	.builder-section-banner:focus .cycle-prev,
	.builder-section-banner:focus .cycle-next,
	.ttfmake-shortcode-slider:hover .cycle-prev,
	.ttfmake-shortcode-slider:hover .cycle-next,
	.ttfmake-shortcode-slider:focus .cycle-prev,
	.ttfmake-shortcode-slider:focus .cycle-next {
		opacity: 1;
	}
}

.builder-section-banner .cycle-prev:before,
.ttfmake-shortcode-slider .cycle-prev:before {
	left: 32px;
	content: "\f0a8";
}

.builder-section-banner .cycle-next,
.ttfmake-shortcode-slider .cycle-next {
	right: 0;
}

.builder-section-banner .cycle-next:before,
.ttfmake-shortcode-slider .cycle-next:before {
	right: 32px;
	content: "\f0a9";
}

.ttfmake-shortcode-slider .cycle-prev:before,
.ttfmake-shortcode-slider .cycle-next:before {
	top: -12px;
	top: -1.2rem;
}


/*---------------------------------------------------------
 Gallery section (_pages.scss)
-------------------------------------------------------- */

.builder-section-gallery {
	position: relative;
	background-repeat: repeat;
	background-position: center;
}

.builder-section-gallery.has-background {
	padding: 52px 0 44px;
	padding: 5.2rem 0 4.4rem;
}

.builder-gallery-title {
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.builder-gallery-content {
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}


/*---------------------------------------------------------
 Gallery: Captions (_pages.scss)
-------------------------------------------------------- */

.builder-gallery-item {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.builder-gallery-item.has-link {
	cursor: pointer;
}

.builder-gallery-captions-reveal .builder-gallery-item,
.builder-gallery-captions-overlay .builder-gallery-item {
	position: relative;
}

.builder-gallery-captions-reveal .builder-gallery-item:hover .builder-gallery-content,
.builder-gallery-captions-overlay .builder-gallery-item .builder-gallery-content {
	visibility: visible;
}

.builder-gallery-item .builder-gallery-captions-none .builder-gallery-content {
	display: none;
}

.builder-gallery-captions-overlay .builder-gallery-item:hover .builder-gallery-content {
	visibility: hidden;
}

.builder-gallery-captions-reveal .builder-gallery-content,
.builder-gallery-captions-overlay .builder-gallery-content {
	position: absolute;
	top: 0;
	padding: 32px;
	padding: 3.2rem;
}

.builder-gallery-captions-reveal .builder-gallery-content,
.builder-gallery-captions-overlay .builder-gallery-content {
	visibility: hidden;
	height: 100%;
}

.builder-gallery-captions-reveal .builder-gallery-description,
.builder-gallery-captions-overlay .builder-gallery-description {
	overflow: hidden;
	height: 100%;
}

.builder-gallery-captions-reveal .builder-gallery-title,
.builder-gallery-captions-overlay .builder-gallery-title {
	overflow: hidden;
	max-height: 100%;
	line-height: 1.5;
}

.builder-gallery-captions-dark .builder-gallery-content {
	color: #fff;
	background-color: #171717;
	background-color: rgba(23, 23, 23, 0.85);
}


/*---------------------------------------------------------
 Gallery: Images (_pages.scss)
-------------------------------------------------------- */

.builder-gallery-image {
	height: 0;
	background-position: center;
	background-size: cover;
	line-height: 0;
}

.builder-gallery-aspect-square .builder-gallery-image {
	padding-bottom: 100%;
}

.builder-gallery-aspect-landscape .builder-gallery-image {
	padding-bottom: 75%;
}

.builder-gallery-aspect-portrait .builder-gallery-image {
	padding-bottom: 133%;
}


/*---------------------------------------------------------
 Gallery: Columns (_pages.scss)
-------------------------------------------------------- */

.builder-gallery-item {
	float: left;
	width: 100%;
	margin-right: 0.8333333333%;
}

.builder-gallery-item:last-of-type {
	margin-right: 0;
}

.builder-gallery-gutter {
	width: 0.8333333333%;
}

@media screen and (min-width: 800px) {
	.builder-gallery-columns-1 .builder-gallery-item {
		width: 100%;
	}

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

	.builder-gallery-columns-2 .builder-gallery-item.last-2 {
		margin-right: 0;
	}

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

	.builder-gallery-columns-3 .builder-gallery-item.last-3 {
		margin-right: 0;
	}

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

	.builder-gallery-columns-4 .builder-gallery-item.last-4 {
		margin-right: 0;
	}
}


/*---------------------------------------------------------
 9. Sidebars (_sidebars.scss)
-------------------------------------------------------- */

#sidebar-left {
	float: left;
}

#sidebar-right {
	float: left;
}

@media screen and (min-width: 800px) {
	#sidebar-right {
		float: right;
	}
}

.site-content .container,
.site-content .infinite-footer-container,
.site-content .page-template-template-builder-php .entry-content > .twitter-share,
.page-template-template-builder-php .site-content .entry-content > .twitter-share {
	clear: both;
	padding-bottom: 44px;
	padding-bottom: 4.4rem;
}

.site-main {
	float: left;
}


/*---------------------------------------------------------
 Left and right (_sidebars.scss)
-------------------------------------------------------- */

@media screen and (min-width: 800px) {
	.has-left-sidebar .site-main {
		margin-left: 9.5833333333%;
	}

	.has-right-sidebar .site-main,
	.has-left-sidebar .site-main {
		width: 64.5833333333%;
	}

	.has-right-sidebar #sidebar-left,
	.has-right-sidebar #sidebar-right,
	.has-left-sidebar #sidebar-left,
	.has-left-sidebar #sidebar-right {
		width: 25.8333333333%;
	}
}


/*---------------------------------------------------------
 Left and right together (_sidebars.scss)
-------------------------------------------------------- */

@media screen and (min-width: 800px) {
	.has-left-sidebar.has-right-sidebar .entry-title {
		font-size: 34px;
		font-size: 3.4rem;
	}

	.has-left-sidebar.has-right-sidebar .site-main {
		width: 48.3333333333%;
		margin-left: 3.3333333333%;
	}

	.has-left-sidebar.has-right-sidebar #sidebar-left,
	.has-left-sidebar.has-right-sidebar #sidebar-right {
		width: 22.5%;
	}
}


/*---------------------------------------------------------
 8. Widgets (_widgets.scss)
-------------------------------------------------------- */

.widget-area {
	max-width: 100%;
}

.widget-title {
	margin: 0 0 11px;
	margin: 0 0 1.1rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.builder-text-content .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.widget-title a {
	text-decoration: none;
}

.widget-title a:hover,
.widget-title a:focus {
	text-decoration: none;
}

.widget {
	max-width: 100%;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.builder-text-content .widget {
	font-size: 17px;
	font-size: 1.7rem;
}

.widget .search-form {
	margin-top: 11px;
	margin-top: 1.1rem;
}

.widget select {
	max-width: 100%;
}

.widget ul,
.widget ol {
	padding-left: 0;
}

.widget li {
	padding: 11px 0;
	padding: 1.1rem 0;
	border-bottom: 1px solid #94a656;
	list-style: none;
}

.widget li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget a {
	text-decoration: none;
}

.widget a:hover,
.widget a:focus {
	text-decoration: none;
}

.widget .children,
.widget .sub-menu {
	margin-bottom: 0;
}

.widget .children li:before,
.widget .sub-menu li:before {
	content: "\2013  ";
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding: 8px;
	padding: 0.8rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #94a656;
	text-decoration: none;
}

.widget_calendar table {
	margin-top: 0;
}

.widget_rss .widget-title a {
	color: #171717;
	text-decoration: none;
}

.widget_rss img {
	display: none;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
}

.widget_rss .rss-date {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	font-style: italic;
}

.widget_rss cite {
	margin: 11px 0 22px 0;
	margin: 1.1rem 0 2.2rem 0;
	font-style: normal;
}

.widget_rss cite:before {
	content: "\2013  ";
}


/*---------------------------------------------------------
 10. Comments (_comments.scss)
-------------------------------------------------------- */

#comments {
	width: 100%;
	margin-top: 44px;
	margin-top: 4.4rem;
	font-size: 15px;
	font-size: 1.5rem;
}

.comment-list {
	padding-left: 0;
}


/*---------------------------------------------------------
 Individual (_comments.scss)
-------------------------------------------------------- */

.comment {
	padding: 33px 0 0;
	padding: 3.3rem 0 0;
	list-style: none;
}

.comment:focus {
	outline: none;
}

.comment:last-of-type {
	margin-bottom: 0;
}

.comment .children {
	margin: 0;
	padding-left: 32px;
	padding-left: 3.2rem;
}

.comment .depth-4 .children {
	padding-left: 0;
}

.comment .comment-label:before {
	padding-right: 1px;
	padding-right: 0.1rem;
	content: "\0028";
}

.comment .comment-label:after {
	padding-left: 1px;
	padding-left: 0.1rem;
	content: "\0029";
}

.comment .avatar {
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*---------------------------------------------------------
 Details (_comments.scss)
-------------------------------------------------------- */

.comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-body {
	padding-bottom: 33px;
	padding-bottom: 3.3rem;
	border-bottom: 1px solid #94a656;
}

.comment-date {
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.comment-content,
.comment-reply-link {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
	padding-top: 11px;
	padding-top: 1.1rem;
}

#cancel-comment-reply-link {
	margin-left: 8px;
	margin-left: 0.8rem;
	font-size: inherit;
}

#comment-nav {
	margin: 22px 0;
	margin: 2.2rem 0;
}


/*---------------------------------------------------------
 Titles (_comments.scss)
-------------------------------------------------------- */

#respond h3 {
	padding: 5.5px 0 0;
	padding: 0.55rem 0 0;
}

.comment-list + #respond h3 {
	margin: 44px 0 22px;
	margin: 4.4rem 0 2.2rem;
	padding: 5.5px 0 0;
	padding: 0.55rem 0 0;
}

li #respond h3 {
	margin-top: 22px;
	margin-top: 2.2rem;
}


/*---------------------------------------------------------
 Header (_comments.scss)
-------------------------------------------------------- */

.comment-metadata time {
	font-size: 15px;
	font-size: 1.5rem;
}

.fn {
	font-weight: bold;
	font-style: normal;
}

.vcard {
	margin-bottom: 0;
}

.bypostauthor {
	margin: 0;
}


/*---------------------------------------------------------
 Form (_comments.scss)
-------------------------------------------------------- */

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
}

.comment-form label {
	display: block;
	padding-bottom: 7.3333333333px;
	padding-bottom: 0.7333333333rem;
}

.comment-form .required {
	color: #94a656;
}

.form-allowed-tags code {
	background-color: transparent;
}


/*---------------------------------------------------------
 Navigation (_comments.scss)
-------------------------------------------------------- */

#comments-nav {
	width: 100%;
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
}


/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */

.pingback,
.trackback {
	padding-top: 0;
	list-style: none;
}

.pingback .comment-body,
.trackback .comment-body {
	padding-bottom: 11px;
	padding-bottom: 1.1rem;
	border-bottom: 0;
}


/*---------------------------------------------------------
 11. Forms (_forms.scss)
-------------------------------------------------------- */

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	max-width: 100%;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
	border: 0;
	background-color: #e1ecb8;

	-webkit-appearance: none;
}

textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	outline: none;
}

textarea {
	resize: vertical;
}

select {
	overflow: auto;
	max-width: 100%;
	outline: none;
	vertical-align: top;
}


/*---------------------------------------------------------
 Buttons and inputs (_forms.scss)
-------------------------------------------------------- */

.ttfmake-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 14px 5px;
	padding: 1rem 1.4rem 0.5rem;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #94a656;
	font-family: "BrandGrot", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	cursor: pointer;
}

.ttfmake-button:hover,
.ttfmake-button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	text-decoration: none;
}

.ttfmake-button.color-primary-background,
button.color-primary-background,
input[type="button"].color-primary-background,
input[type="reset"].color-primary-background,
input[type="submit"].color-primary-background {
	background-color: #94a656;
}

.ttfmake-button.color-secondary-background,
button.color-secondary-background,
input[type="button"].color-secondary-background,
input[type="reset"].color-secondary-background,
input[type="submit"].color-secondary-background {
	background-color: #e1ecb8;
}

.ttfmake-button.ttfmake-success,
button.ttfmake-success,
input[type="button"].ttfmake-success,
input[type="reset"].ttfmake-success,
input[type="submit"].ttfmake-success {
	background-color: #339d56;
}

.ttfmake-button.ttfmake-error,
button.ttfmake-error,
input[type="button"].ttfmake-error,
input[type="reset"].ttfmake-error,
input[type="submit"].ttfmake-error {
	background-color: #d04242;
}

.ttfmake-button.ttfmake-important,
button.ttfmake-important,
input[type="button"].ttfmake-important,
input[type="reset"].ttfmake-important,
input[type="submit"].ttfmake-important {
	background-color: #f89e01;
}

.ttfmake-button.ttfmake-download:after,
button.ttfmake-download:after,
input[type="button"].ttfmake-download:after,
input[type="reset"].ttfmake-download:after,
input[type="submit"].ttfmake-download:after {
	padding-left: 6px;
	padding-left: 0.6rem;
	font-family: FontAwesome;
	content: "\f0ab";
}

input[type="checkbox"],
input[type="radio"] {
	margin-left: 2px;
	margin-left: 0.2rem;
	padding: 0;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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


/*---------------------------------------------------------
 Placeholder text (_forms.scss)
-------------------------------------------------------- */

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

:-moz-placeholder {
	opacity: 1;
	color: #171717;
}

::-moz-placeholder {
	opacity: 1;
	color: #171717;
}

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


/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
Version 1.9
http: //www.gravityforms.com
updated: August 21, 2015 11:52 AM

Gravity Forms is a Rocketgenius project
copyright 2008-2015 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/

.gform_wrapper {
	overflow: inherit;
	max-width: 98%;
	margin: 1em 0;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
	border: none;
	background: none;
	font-weight: normal;
}

.gform_wrapper form {
	text-align: left;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	padding: 0.313em 0 0.313em 0;
	font-family: inherit;
	font-size: inherit;
	text-indent: 0.25em;
	letter-spacing: normal;
}

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

.gform_wrapper textarea {
	padding: 0.25em 0.125em 0.25em 0.125em;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	resize: none;
}

.gform_wrapper ul {
	margin: 0 !important;
	list-style-type: none;
}

html > body .entry ul,
.gform_wrapper ul {
	text-indent: 0;
}

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

.gform_wrapper ul li.gfield {
	clear: both;
}

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

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

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

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

.gform_wrapper select {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
}

.gform_wrapper select option {
	display: block;
	padding: 0.125em 0.125em;
}

.gform_wrapper select[multiple="multiple"] option {
	text-indent: 0.25em;
}

.gform_wrapper .inline {
	display: inline !important;
}

.gform_wrapper .gform_heading {
	width: 98%;
	margin-bottom: 1.125em;
}

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
	display: -moz-inline-stack;
	display: inline-block;
	width: 4.688em;
	vertical-align: top;
}

.gform_wrapper .gfield_time_hour i {
	float: right;
	width: 0.625em;
	margin-top: 9%;
	font-family: sans-serif !important;
	font-style: normal !important;
	text-align: center;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
	margin-right: 0.75em;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
	margin-right: 0.375em;
}

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

.gform_wrapper .gfield_time_ampm select {
	width: 4.688em !important;
}

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

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
	float: left;
	width: 3.125em;
}

.gform_wrapper .gfield_date_year {
	width: 4.5em !important;
}

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

.gform_wrapper .gfield_date_year input {
	width: 88% !important;
}

.gform_wrapper .field_hover {
	border: 1px dashed #2175a9;
	cursor: pointer;
}

.gform_wrapper .field_selected {
	border: 1px solid #c2d7ef;
	background-color: #dfefff;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
	display: -moz-inline-stack;
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
	overflow: hidden;
	width: 100%;
}

.gform_wrapper .datepicker {
	width: 6.75em !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	display: -moz-inline-stack;
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
}

.gform_wrapper .ginput_complex .ginput_right {
	margin-left: 1.6%;
}

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

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

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

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

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
	width: 97% !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	display: block;
	font-size: 0.875em;
	white-space: nowrap;
	letter-spacing: 0.5pt;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	margin: 0.188em 0 0.75em 0;
}

.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
	margin: 0.75em 0 0.188em 0;
}

.gform_wrapper .ginput_complex span.name_prefix,
.gform_wrapper .ginput_complex span.name_suffix {
	display: block;
	clear: right;
	overflow: hidden;
}

.gform_wrapper .ginput_complex span.name_prefix {
	min-height: 2.2em;
}

.gform_wrapper .ginput_complex span.name_prefix select {
	width: auto !important;
}

.gform_wrapper .ginput_complex span.name_suffix input[type=text] {
	width: 48%;
}

.gform_wrapper .ginput_complex.has_middle span.name_suffix input[type=text] {
	width: 32%;
}

.gform_wrapper .ginput_complex span.name_first,
.gform_wrapper .ginput_complex span.name_middle,
.gform_wrapper .ginput_complex span.name_last {
	min-height: 2.813em;
	vertical-align: bottom;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.no_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.no_middle_name.has_last_name span {
	width: 99.5%;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
	display: -moz-inline-stack;
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
	clear: right;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
	width: 99%;
}

.gform_wrapper .left_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name,
.gform_wrapper .right_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
	width: 63.25%;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
	width: 31.9%;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
	margin-right: 1.3%;
}

.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_prefix,
.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_suffix {
	float: none !important;
	clear: both;
}

.gform_wrapper .field_sublabel_above .ginput_complex .name_prefix,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_suffix,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_first,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_middle,
.gform_wrapper .field_sublabel_above .ginput_complex span.name_last {
	vertical-align: top;
}

.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	clear: both;
	margin: 0.625em 0 0.5em 0;
	font-weight: bold;
	line-height: 1.3;
}

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

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
	margin: 0 1em 0 0;
}

.gform_wrapper .right_label .gfield_label {
	float: left;
	width: 29%;
	margin: 0.75em 1em 0 0;
	font-weight: bold;
	text-align: right;
}

.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
	margin: 0 1em 0 0;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
	margin-left: 3.7%;
}

.gform_wrapper .left_label li.gfield .gfield_password_strength,
.gform_wrapper .right_label li.gfield .gfield_password_strength {
	margin-left: 30%;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0.375em;
}

.gform_wrapper .hidden_label .gfield_label {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.gfield.right_label,
.gfield.left_label {
	padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0.75em;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0.75em;
}

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
	overflow: hidden;
	margin-left: 30% !important;
}

.gform_wrapper label.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
	width: 25%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 47.5%;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large {
	width: 97.5%;
}

.gform_wrapper textarea.small {
	width: 97.5%;
	height: 5em;
}

.gform_wrapper textarea.medium {
	width: 97.5%;
	height: 9.375em;
}

.gform_wrapper textarea.large {
	width: 97.5%;
	height: 15.625em;
}

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

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

.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large {
	width: 62.5%;
}

.gform_wrapper .right_label textarea.small,
.gform_wrapper .left_label textarea.small,
.gform_wrapper .right_label textarea.medium,
.gform_wrapper .left_label textarea.medium,
.gform_wrapper .right_label textarea.large,
.gform_wrapper .left_label textarea.large {
	width: 62.5%;
}

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

.gform_wrapper h2.gsection_title {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
}

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

.gform_wrapper h3.gform_title {
	margin: 0.625em 0 0.375em 0;
	letter-spacing: normal !important;
}

.gform_wrapper span.gform_description {
	font-weight: normal;
}

.gform_wrapper .gsection {
	clear: both;
	margin: 1.8em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
	width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 6px 0;
	padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	display: block;
	width: auto;
	margin: 0 0 0 24px;
	padding: 0;
	line-height: 1.5;
	vertical-align: top;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
	float: left;
	margin-top: 2px;
}

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

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
	padding: 0.625em 0;
}

.gform_wrapper .top_label .gsection_description {
	width: 97.5%;
}

.gform_wrapper .gfield_description {
	width: 97.5%;
	padding: 0.625em 0 0 0;
}

.gform_wrapper li.field_description_above .gfield_description {
	margin-bottom: 0.75em;
}

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

.gform_wrapper .description_above .gfield_description {
	padding: 0 0 0.625em 0;
}

.gform_wrapper .field_description_below .gfield_description {
	padding: 0.625em 0 1em 0;
}

.gfield_date_year + .gfield_description {
	padding: 0;
}

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

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

.gform_wrapper .gfield_required {
	margin-left: 0.25em;
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0.375em !important;
	padding: 0;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	background-color: #ffdfe0;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
	padding-bottom: 1em !important;
	border: 1px solid #790000;
	border-top: none;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	max-width: 100%;
	min-height: 1.563em;
	color: #fff;
	background-color: #790000;
	font-family: inherit;
	font-size: 1em;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
	display: block;
	padding: 0.625em;
	line-height: 1.5;
	letter-spacing: 0.2pt;
}

li.gfield + li.gfield.gfield_creditcard_warning {
	margin-top: 1em !important;
}

.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 99%;
}

.gform_wrapper .top_label .gfield_error {
	width: 97%;
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 97.5%;
}

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

.gform_wrapper .gfield_error .gfield_label {
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0.75em;
	margin-bottom: 0.75em !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
	margin-left: 6px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
	margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	max-width: 97.5%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 97.5%;
	padding-right: 6px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0.75em;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
	position: relative;
	top: 0.75em;
}

.gform_wrapper div.validation_error {
	clear: both;
	width: 97.5%;
	margin-bottom: 1.6em;
	padding: 1em 0 1em 0;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	color: #790000;
	font-size: 1.2em;
	font-weight: bold;
}

.gform_wrapper ol.validation_list {
	clear: both;
	width: 97.5%;
	margin-bottom: 1.6em;
	color: #790000;
}

.gform_wrapper ol.validation_list li {
	list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
	color: #790000;
}

.gform_wrapper ol.validation_list:after {
	content: "";
}

.gform_wrapper div#error {
	margin-bottom: 1.6em;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
	vertical-align: middle !important;
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
	width: 1em !important;
	height: 1em !important;
	border: none !important;
	opacity: 0.5;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1em 1em !important;
	vertical-align: middle !important;
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=");
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+");
}

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item:hover {
	opacity: 1;
}

.gform_wrapper li.gfield fieldset {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.gform_wrapper li.gfield fieldset > * {
	width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
	width: 100%;
	line-height: 2em;
}

div.gf_page_steps + div.validation_error {
	margin-top: 1em;
}

.gform_wrapper div.gfield_description.validation_error {
	margin-bottom: 1em;
	color: #790000;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.2;
}

.gform_wrapper .validation_message {
	color: #790000;
	font-weight: bold;
	letter-spacing: normal;
}

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

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

.gform_wrapper .gform_footer {
	clear: both;
	margin: 1em 0 0 0;
	padding: 1em 0 0.625em 0;
}

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
	width: 64%;
	margin-left: 30%;
	padding: 1em 0 0.625em 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1em;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=image] {
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gform_footer a.gform_save_link {
	display: -moz-inline-stack;
	display: inline-block;
	margin-left: 1em;
	font-size: 1em;
}

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

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
	min-height: 2.813em;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
	width: 97.5% !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	font-weight: bold;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	display: -moz-inline-stack;
	display: inline-block;
	margin-right: 0.25em !important;
}

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

.gform_wrapper .gf_invisible {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

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

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
	margin-left: 0.25em;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
	margin-top: 0.25em;
	margin-right: 0.375em;
}

.gform_wrapper .top_label .gfield_description {
	padding: 0.625em 0 0 0;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
	padding: 0.625em 0 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin-top: 0.375em;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
	margin-top: 0.375em;
}

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

.gform_wrapper .left_label .ginput_container.ginput_list,
.gform_wrapper .right_label .ginput_container.ginput_list {
	padding-top: 0.75em !important;
}

.gform_wrapper li.gfield_html {
	max-width: 97.5%;
}

.gform_wrapper form .left_label li.gfield_html_formatted,
.gform_wrapper form .right_label li.gfield_html_formatted {
	width: 64%;
	margin-left: 30% !important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 0.625em;
}

body .gform_wrapper ul li.gfield.gfield_html img {
	max-width: 97.5% !important;
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 0.625em;
}

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

.gform_wrapper .gfield_captcha_input_container {
	padding-top: 0.188em;
}

.gform_wrapper .simple_captcha_small input {
	width: 6.25em;
}

.gform_wrapper .simple_captcha_medium input {
	width: 9.375em;
}

.gform_wrapper .simple_captcha_large input {
	width: 12.5em;
}

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

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

.gform_wrapper .math_small input {
	width: 4.313em;
}

.gform_wrapper .math_medium input {
	width: 5.625em;
}

.gform_wrapper .math_large input {
	width: 6.75em;
}

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

.gform_wrapper div.charleft {
	width: 92% !important;
	margin-top: 0.25em;
	color: #b7b7b7;
	font-size: 0.688em;
	white-space: nowrap !important;
}

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

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

.gform_wrapper div.charleft.warningTextareaInfo {
	color: #a1a1a1;
}

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

.gf_submission_limit_message {
	color: #790000;
	font-size: 1.4em;
}

.gform_wrapper .ginput_price {
	opacity: 0.7;

	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

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

.gform_wrapper .top_label span.ginput_total {
	margin: 0.5em 0;
}

.gform_wrapper span.ginput_product_price_label {
	margin-right: 0.125em;
}

.gform_wrapper span.ginput_product_price {
	color: #900;
}

.gform_wrapper span.ginput_quantity_label {
	margin-right: 0.125em;
	margin-left: 0.625em;
}

.gform_wrapper input.ginput_quantity {
	width: 2.5em;
}

.gform_wrapper .gform_page_footer {
	clear: both;
	width: 99%;
	margin: 1.25em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: 0.5em;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button {
	margin-right: 0.625em;
}

.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 99%;
	margin: 0 0 0.5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	clear: both;
	margin: 0 0 0.375em 0 !important;
	padding: 0 !important;
	opacity: 0.6;
	font-size: 0.813em;
	line-height: 1 !important;

	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.gform_wrapper .gf_progressbar {
	overflow: hidden;
	width: 99%;
	height: 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	background-image: url(../images/gf-percentbar-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	line-height: 20px !important;
}

.gform_wrapper .gf_progressbar_percentage {
	height: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: helvetica, arial, sans-serif;
	font-size: 13px !important;
	text-align: right;
}

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

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

.gform_wrapper .percentbar_blue {
	color: #fff;
	background-color: #0072bc;
	background-image: url(../images/gf-percentbar-blue.png);
	background-repeat: repeat-x;
}

.gform_wrapper .percentbar_gray {
	color: #fff;
	background-color: #666;
	background-image: url(../images/gf-percentbar-gray.png);
	background-repeat: repeat-x;
}

.gform_wrapper .percentbar_green {
	color: #fff;
	background-color: #94dc21;
	background-image: url(../images/gf-percentbar-green.png);
	background-repeat: repeat-x;
}

.gform_wrapper .percentbar_orange {
	color: #fff;
	background-color: #dc7021;
	background-image: url(../images/gf-percentbar-orange.png);
	background-repeat: repeat-x;
}

.gform_wrapper .percentbar_red {
	color: #fff;
	background-color: #dc2521;
	background-image: url(../images/gf-percentbar-red.png);
	background-repeat: repeat-x;
}

.gform_wrapper .percentbar_custom {
	background-image: url(../images/gf-percentbar-custom.png);
	background-repeat: repeat-x;
}

.gform_wrapper .gf_page_steps {
	width: 99%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_step {
	display: -moz-inline-stack;
	display: inline-block;
	width: auto !important;
	height: 1.25em;
	margin: 0 1em 0.625em 0;
	opacity: 0.2;
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.25 !important;

	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

.gform_wrapper .gf_step span.gf_step_number {
	float: left;
	font-family: arial, sans-serif;
	font-size: 1.25em;
}

.gform_wrapper .gf_step.gf_step_active {
	opacity: 1;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

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

.gform_wrapper .gfield_password_strength {
	margin-top: 1.15em;
	margin-bottom: 1.15em;
	padding: 0.313em 0.313em;
	border: 1px solid #ddd;
	background-color: #eee;
	line-height: 1.8;
	text-align: center;
}

.gform_wrapper ul.top_label li.gfield .gfield_password_strength {
	width: 97.45%;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
	width: 95%;
	margin: 1.15em 0 1.15em 0.375em;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
	width: 62%;
	margin-top: 1.15em;
	margin-bottom: 1.15em;
}

.gform_wrapper .gfield_password_strength.bad {
	border-color: #ff853c;
	background-color: #ffb78c;
}

.gform_wrapper .gfield_password_strength.good {
	border-color: #fc0;
	background-color: #ffec8b;
}

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

.gform_wrapper .gfield_password_strength.strong {
	border-color: #8dff1c;
	background-color: #c3ff88;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
	overflow: visible;
	margin: 0 0 0.5em;
	padding-left: 0;
	list-style-type: disc !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	margin: 1em 0 1em 1.5em;
	padding-left: 0;
	list-style-type: disc !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
	overflow: visible;
	margin: 0 0 0.5em;
	padding-left: 0;
	list-style-type: decimal !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
	margin: 1em 0 1.5em 2em;
	padding-left: 0;
	list-style-type: decimal !important;
}

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

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

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

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

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

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

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

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

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

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #790000;
}

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

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

.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
	padding: 0 0 0 0.25em;
}

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

.gform_wrapper .top_label .gfield_list {
	width: 97.5%;
}

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

.gform_wrapper .top_label .gf_list_one_column {
	width: 46%;
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
	width: 97.5%;
}

.gfield_icon_disabled {
	opacity: 0.6;
	cursor: default !important;

	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
	width: auto !important;
	min-width: 3.75em !important;
	padding: 0 0 0 0.25em;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}

.gform_wrapper table.gfield_list td.gfield_list_cell {
	width: auto !important;
}

.gform_wrapper select.chosen-select {
	visibility: hidden;
	height: 28px !important;
	min-height: 28px !important;
}

.gform_wrapper .chosen-container {
	display: inline-block;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.gform_wrapper .chosen-container .chosen-drop {
	position: absolute;
	z-index: 1010;
	top: 100%;
	left: -9999px;
	-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);
}

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

.gform_wrapper .chosen-container a {
	cursor: pointer;
}

.gform_wrapper .chosen-container-single .chosen-single {
	display: block;
	overflow: hidden;
	position: relative;
	height: 23px;
	padding: 0 0 0 8px;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #444;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	line-height: 24px;
	white-space: nowrap;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.gform_wrapper .chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

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

.gform_wrapper .chosen-container .chosen-results {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	max-height: 240px;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;

	-webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	line-height: 15px;
	list-style: none;

	-webkit-touch-callout: none;
}

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

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

.gform_wrapper .chosen-container .chosen-results li.highlighted {
	color: #fff;
	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%);
}

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

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

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

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

.gform_wrapper .chosen-container-multi .chosen-choices {
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gform_wrapper .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

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

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

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

.gform_wrapper .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

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

.gform_wrapper .chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

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

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

.gform_wrapper .chosen-rtl {
	text-align: right;
}

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

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

	direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_wrapper .gform_card_icon_container {
	height: 32px;
	margin: 8px 0 6px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	top: -1px;
	left: 6px;
	width: 32px;
	height: 23px;
	background-image: url(../images/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	background-position: 0 -128px;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	margin-bottom: 10px;
	padding: 25px;
	border: 2px dashed #ddd;
	color: #aaa;
	text-align: center;
}

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

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

.gform_wrapper .copy_values_option_container .copy_values_enabled {
	width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 1px;
}

.gform_wrapper .form_saved_message {
	width: 100%;
	margin: 1em 0 1em 0;
	border: 2px solid #91afc7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e3f3f3;
	font-size: 1em;
	line-height: 1.8;
	text-align: center;
}

.gform_wrapper .form_saved_message form {
	text-align: center;
}

.gform_wrapper .form_saved_message span:first-child {
	display: block;
	padding: 2.5em 1em 2.5em 1em;
}

.form_saved_message a.resume_form_link {
	word-wrap: break-word;
}

.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
	display: block;
	content: "";
}

.form_saved_message a.resume_form_link:before {
	margin-top: 0.75em;
}

.form_saved_message a.resume_form_link:after {
	margin-bottom: 0.75em;
}

.form_saved_message br + br,
.form_saved_message a + br {
	display: none;
}

.form_saved_message .form_saved_message_emailform {
	margin: 1em 0 0 0;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	height: 2.25em;
	margin-bottom: 0.25em;
	line-height: 2.25;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	display: block;
	margin: 0.75em auto 0 auto;
}

.form_saved_message .form_saved_message_emailform .validation_message {
	color: red;
}

.form_saved_message_sent {
	width: 100%;
	margin: 1em 0 1em 0;
	border: 2px solid #cfe2c0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e9ffd9;
	font-size: 1em;
	text-align: center;
}

.form_saved_message_sent span:first-child {
	display: block;
	padding: 1em;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
	line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
	display: -moz-inline-stack;
	display: inline-block;
	width: 17px !important;
	height: 16px !important;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
	margin-top: 1em;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
	width: 45.25%;
}

.gform_wrapper table.recaptchatable {
	table-layout: auto;
}

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

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

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

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


/*---------------------------------------------------------
 12. Support (_support.scss)
-------------------------------------------------------- */


/*---------------------------------------------------------
 Contact Form 7 (_support.scss)
-------------------------------------------------------- */

.wpcf7 input,
.wpcf7 textarea {
	margin-top: 5.5px;
	margin-top: 0.55rem;
}

.wpcf7 input[type="submit"] {
	margin-bottom: 0;
}


/*---------------------------------------------------------
 Gravity Forms (_support.scss)
-------------------------------------------------------- */

.gform_wrapper textarea,
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"] {
	padding: 6px 8px !important;
}

.gform_wrapper .top_label .gfield_label {
	margin-top: 22px !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	font-size: 15px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper ul li.gfield.content-columns-1 {
		width: 100%;
	}

	.gform_wrapper ul li.gfield.content-columns-2 {
		float: left;
		clear: none;
		width: 48.3333333333%;
	}

	.gform_wrapper ul li.gfield.content-columns-2:first-child {
		margin-right: 15px;
		margin-right: 1.5rem;
	}

	.gform_wrapper ul li.gfield.content-columns-3 {
		width: 31.1111111111%;
	}

	.gform_wrapper ul li.gfield.content-columns-4 {
		width: 22.5%;
	}
}

#contact .gform_wrapper {
	margin-top: -22px;
}


/*---------------------------------------------------------
 Jetpack (_support.scss)
-------------------------------------------------------- */

div.sharedaddy {
	margin: 22px 0;
	margin: 2.2rem 0;
}

.contact-form textarea,
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="email"],
.contact-form input[type="month"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form input[type="week"] {
	width: 100% !important;
	max-width: 100% !important;
}

.contact-form div label {
	margin-top: 11px;
	margin-top: 1.1rem;
}

.infinite-scroll.neverending #site-footer {
	display: none;
}

.infinity-end.neverending #site-footer {
	display: block;
}


/*---------------------------------------------------------
 Postmatic (_support.scss)
-------------------------------------------------------- */

.widget_prompt_subscribe_widget input {
	display: block;
}

.widget_prompt_subscribe_widget input,
.widget_prompt_subscribe_widget div.subscribe.prompt,
.widget_prompt_subscribe_widget div.unsubscribe.prompt {
	margin-bottom: 1em;
}

.widget_prompt_subscribe_widget div.unsubscribe.prompt h5 {
	margin-bottom: 0;
	text-transform: none;
}


/*---------------------------------------------------------
 Twitter (_support.scss)
-------------------------------------------------------- */


/*---------------------------------------------------------
 WooCommerce (_support.scss)
-------------------------------------------------------- */

.coupon #coupon_code {
	width: auto;
	line-height: 1.5;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
}


/*---------------------------------------------------------
 Twitter (_support.scss)
-------------------------------------------------------- */

.twitter-tweet.twitter-tweet-rendered,
.twitter-share-button.twitter-tweet-button {
	margin-bottom: 22px !important;
}

/***/
