/*
 Theme Name:    Infusion for WG
 Theme URI:    	http://spigotdesign.com/
 Author:        Studio2
 Author URI:    http://studio2info.com/
 Description:   Description: A custom theme for Weatherguard Construction Co. The theme is built on the rock-solid Hybrid Core theme framework. It's built with search-engine optimization (SEO) in mind by utilizing the most current HTML5 conventions and <a href="http://schema.org">Schema.org</a> microdata.
 Version:       2.0
 Text Domain: 	infusion
 License:     	GNU General Public License v2.0 or later
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
 * Normalize
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

section#widget-easy-twitter-feed-widget-kamn-2 {
float: left; }
iframe#twitter-widget-0 {margin: 10px 20px 0 0 !Important;}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 40, scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 60, scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 74, scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 84, scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 96, scss/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 104, scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 160, scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 170, scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 182, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 191, scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 199, scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 216, scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 223, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 227, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 239, scss/_normalize.scss */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 259, scss/_normalize.scss */
figure {
  margin: 0;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 282, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 296, scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 335, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 345, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 355, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 388, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 411, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Variables
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/*
 * Mixins
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* Scaffolding  */
/* line 8, scss/_scaffolding.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, scss/_scaffolding.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 17, scss/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  color: #717375;
  background-color: #333;
}


body.home {
	background: url('img/structure/home-bg-1.jpg') #fff repeat-x left top;
}


.container {
	width: 100%;
}


/*
 * Header
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 18, scss/_header.scss */

.site-header {
	width: 100%;
	position: relative;
}

.site-title a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
}

h1.site-title a {
	background: url('img/icons/weatherguard-logo.png') no-repeat left top;
	width: 280px;
	height: 142px;
}

h1.entry-title {
	margin-top: 20px;
}

.singular-page h1.entry-title {
	display: none;
}

/* line 31, scss/_header.scss */
.site-description {
  display: none;
}

.branding {
	position: absolute;	
	background: url('img/structure/nav-bg.png') repeat-x left top;
	width: 100%;
  min-width: 960px; 
	height: 111px;
	z-index: 100;
}

.license {
  font-size: 13px;
  display:block;
  margin-top:6px;
}


/*
 * Navigation
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/_navigation.scss */
.nav-wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#menu-primary {
  position: absolute;
  width: 680px;
  margin-left: 280px;  
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  *zoom: 1;
  z-index: 100;
  top:50px;
}

/* line 40, scss/_mixins.scss */
#menu-primary:before, #menu-primary:after {
  display: table;
  content: "";
}
/* line 44, scss/_mixins.scss */
#menu-primary:after {
  clear: both;
}
/* line 17, scss/_navigation.scss */
#menu-primary ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 23, scss/_navigation.scss */
#menu-primary ul li {
  padding: 0 18px 0 0;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;  
}
/* line 31, scss/_navigation.scss */
#menu-primary ul li:hover {
  visibility: inherit;
}
/* line 34, scss/_navigation.scss */
#menu-primary ul li:hover > ul {
  left: .625em;
  top: 1.5em;
  z-index: 99;
  visibility: visible;
  opacity: 1;
}
/* line 41, scss/_navigation.scss */
#menu-primary ul li:hover > ul ul {
  left: 100%;
  top: 0;
}
/* line 48, scss/_navigation.scss */
#menu-primary ul li a {
  background: transparent;
  padding: 0 4px;
  color: #fff;
}
/* line 57, scss/_navigation.scss */
#menu-primary ul.sub-menu {
  position: absolute;
  width: 15em;
  top: 0;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}
/* line 68, scss/_navigation.scss */
#menu-primary ul.sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
/* line 74, scss/_navigation.scss */
#menu-primary ul.sub-menu li a {
  display: block;
  padding: 10px 0 10px 10px;
}
/* line 80, scss/_navigation.scss */
#menu-primary ul.sub-menu li a:hover, #menu-primary ul.sub-menu li.current-menu-item a {
  background: #049cdb;
  color: white;
}
/* line 86, scss/_navigation.scss */
#menu-primary ul.sub-menu ul {
  left: 0;
}

/*
 * Pages
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
 
 .mainwrap {
 	clear: both;
 	width: 960px;
 	margin: 0 auto;
 	background-color: #fff;
 }
 
 
 .content {
 	width: 650px;
 	padding: 36px 20px 20px 20px;
	float: left; 
	}
 
#gallery-14-1 .gallery-item {
  width:auto !important;
  float:left;
  padding:10px;
}

/* Posts */
/*
 * Comments
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
.singular-post .content, .singular-post #sidebar-primary {
	margin-top: 111px;
}
 
.singular-post .branding {
	background: url('img/structure/post-nav-bg.png') repeat-x left top;
} 
 
/* line 14, scss/_comments.scss */
.conversation {
  margin-top: 3em;
  border-top: 1px solid #dfdfdf;
}
/* line 20, scss/_comments.scss */
.conversation .comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 25, scss/_comments.scss */
.conversation .comments ol li {
  padding: 1em;
  margin: 0;
  margin-bottom: 1em;
}
/* line 33, scss/_comments.scss */
.conversation .comments ol li li img.avatar {
  background: #fff;
}
/* line 38, scss/_comments.scss */
.conversation .comments .comment-text {
  clear: both;
  margin-top: 35px;
}
/* line 45, scss/_comments.scss */
.conversation h3.comments-header {
  margin-bottom: 1.5em;
}
/* line 49, scss/_comments.scss */
.conversation img.avatar {
  width: 5em;
  height: 5em;
  float: left;
  margin: 0 1em 0 0;
  padding: .25em;
  border: 1px solid #dfdfdf;
  *zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
/* line 40, scss/_mixins.scss */
.conversation img.avatar:before, .conversation img.avatar:after {
  display: table;
  content: "";
}
/* line 44, scss/_mixins.scss */
.conversation img.avatar:after {
  clear: both;
}
/* line 60, scss/_comments.scss */
.conversation .comment-meta {
  font-size: 12px;
  margin-top: 5px;
}
/* line 65, scss/_comments.scss */
.conversation .comment-byline {
  font-size: 15px;
  margin-right: 40px;
}
/* line 71, scss/_comments.scss */
.conversation #respond {
  position: relative;
}
/* line 82, scss/_comments.scss */
.conversation .comment-list #respond h3#reply-title span {
  padding-right: 3px;
  margin-right: 0;
}

/* Comment meta data */
/* line 93, scss/_comments.scss */
.comments .comment-meta .comment-author cite {
  font-style: normal;
}

/* line 96, scss/_comments.scss */
.comments .comment-meta-data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 103, scss/_comments.scss */
.comments .comment-meta-data cite {
  position: relative;
  top: -3px;
  float: none;
}

/* line 108, scss/_comments.scss */
.comments .comment-meta-data cite:before {
  content: "";
}

/* Comment text */
/* Comment form elements */
/* line 114, scss/_comments.scss */
#respond label {
  display: block;
  text-transform: uppercase;
  padding-left: 3px;
}

/* line 120, scss/_comments.scss */
#respond input[type=text],
#respond input.text-input {
  padding: 10px 15px;
}

/* line 123, scss/_comments.scss */
#respond form p {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 130, scss/_comments.scss */
#respond textarea,
#respond input[type=text],
#respond input.text-input {
  width: 95.75%;
  padding: 10px 15px;
}

/* line 136, scss/_comments.scss */
#respond form .comment-action label,
.comment-action input {
  display: inline;
}

/* line 139, scss/_comments.scss */
.comment-author {
  margin-bottom: 8px;
}

/*
 * Footer
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
 .social-icons {
 	padding: 10px;
 }
 
 .twitter {
 	background: transparent url('img/structure/twitter.png') no-repeat left top;
 	height: 32px;
 	width: 32px;
 	float: left;
 	margin-right: 10px;
 }
 
 .facebook {
 	background: transparent url('img/structure/facebook.png') no-repeat left top;
 	height: 32px;
 	width: 32px;
 	float: left;
 	margin-right: 10px;
 	
 }
 
 p.credit {
    font-size: 12px;
 }
 
 
 
/* Sidebars */
/* Primary sidebar */
#sidebar-primary {
	width: 300px;
	float: left;
}

/*FREE INSPECTION Gravity Form */
#sidebar-primary .textwidget #gform_wrapper_1,
#sidebar-primary .textwidget #gform_wrapper_2 {
background: #112d17;
background: -moz-linear-gradient(top, #006845 10%, #00543d 57%, #002400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#006845), color-stop(57%,#00543d), color-stop(100%,#002400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #006845 10%,#00543d 57%,#002400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #006845 10%,#00543d 57%,#002400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #006845 10%,#00543d 57%,#002400 100%); /* IE10+ */
background: linear-gradient(to bottom, #006845 10%,#00543d 57%,#002400 100%); /* W3C */
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 1px 1px 2px 1px #242424;
box-shadow: 1px 1px 2px 1px #242424;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006845', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	margin-top:40px;
}

#sidebar-primary .textwidget .gfield_label {
	font-size: 13px;
  color:#989898;
}

#gform_fields_2 input[type="text"] {
  margin-bottom:0;

}


h3.gform_title {
	color: #fff;
	font: bold 2em "Archivo Narrow", Arial, Helvetica, Geneva, sans-serif !important;
	text-align: center;
	padding: 20px 0 0 0;
}

#sidebar-primary .textwidget .gform_body {
	padding: 0 20px 20px 20px;
}

.ginput_container {
	width: 254px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}

.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] {
	font-size: 14px !important;
	color: #adaeaf;
}

#gform_confirmation_message_2 {
	margin-top: 40px;
	padding: 0 20px;
	color: #323333;
	font: 400 20px/32px "Cabin", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* Before Content */
.wg-shingles {
	width: 960px;
	height: 139px;
	background: url('img/structure/banner.jpg') no-repeat left top;
	}
	
.wg-shingles p, .wg-shingles a {
	margin: 0;
	padding: 46px 0 0 0;
	color: #fde389;
	font-size: 24px;
	font-family: "Cabin", Helvetica, sans-serif;
	font-weight: 700;
	text-align:center;
	
}

.wg-shingles a {
	color: #00c3e6;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

/* Secondary */

.homepage {
	width: 480px;
	float: left;
	padding: 0 10px 0 10px;
}	

.rpwe-block {
	border: 1px solid #fff;
	height: 495px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 2px 1px #c4c4c4;
	box-shadow: 0 0 2px 1px #c4c4c4;
	margin-top: 10px;
	padding-right: 20px;
	}
	
.rpwe-clearfix {
	clear: both;
}

.rpwe-thumb {
	float: left;
	margin: 0 20px 20px 0;
}

.rpwe-block li {
	margin-top: 20px;
	list-style: none;
}

.rpwe-time {
	font-size: 12px;
	text-transform: uppercase;
}

/* Subsidiary */
.sidebar-subsidiary {
	width: 100%;
	background-color: #000;
	border-top: 10px solid #dcddde;
	clear: both;
}

.sidebar-subsidiary .creds .textwidget{
	width: 240px;
	padding: 30px 10px 40px 10px;
	float: left;
	font: 700 13px/17px "Cabin","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #717375;
}

.sidebar-subsidiary .widget-last {
  padding: 25px 0 0 0;
  }

.sidebar-subsidiary .creds .textwidget strong {
	color:#f7941d;
	}

.sidebar-subsidiary .creds h3.widget-title{
	display: none;
	}
	
.sidebar-subsidiary .creds h4 {
	color: #fde389;
	font: 700 15px "Archivo Narrow", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.sidebar-subsidiary .creds img {
	margin-bottom: 10px;
	}

.location-img {
	float: left;
	margin: 10px 10px 0 0;
}
.location-address {
	float: left;
}
.location-area {
	clear: both;
	border-bottom: 1px solid #333;
	padding: 6px 0;
	height: 70px;
}


.map {
	border: 1px solid #c4c4c4;
	height: 440px;
	margin-bottom: 20px;
}

.map img {
  margin-top:16px;
  float:left;
}

.map p {
  float:left;
  display: block;
}

/* Search */
/* line 8, scss/_search.scss */
.search {
  position: absolute;
  right: 0;
}
/* line 12, scss/_search.scss */
.search ::-webkit-input-placeholder {
  padding-top: 3px;
}
/* line 17, scss/_search.scss */
.search :-moz-placeholder {
  /* Firefox 18- */
}
/* line 21, scss/_search.scss */
.search ::-moz-placeholder {
  /* Firefox 19+ */
}
/* line 33, scss/_search.scss */
.search .search-form label {
  color: white;
}
/* line 38, scss/_search.scss */
.search .search-form input[type="submit"] {
  display: none;
}
/* line 40, scss/_search.scss */
.search .search-form input[type="text"] {
  text-indent: 40px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  border: none;
  padding: 5px 5px 0 45px;
  font-size: 1.2em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: black url(http://wgccinc.com/wp-content/themes/Infusion-2.0/img/icons/icon-search.png) 10px 50% no-repeat;
  color: white;
}
/* line 56, scss/_search.scss */
.search .search-form input[type="text"]:focus {
  width: 30em;
  padding: 14px 5px 12px 15px;
  background-color: black;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: text;
}

/* Type Sass Stylesheet */
/* line 4, scss/_type.scss */
p {
  margin: 0 0 9px;
  line-height: 24.0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #717375;
  font-size: 14px;
  padding-bottom: 12px;
  
}

/* line 13, scss/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: black;
  text-rendering: optimizelegibility;
}

/* line 20, scss/_type.scss */
h1 {
  font-family: 'Cabin',"Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #b43225;
  padding-bottom: 20px;
}

/* line 25, scss/_type.scss */
h2 {
  font-size: 24px;
  line-height: 36px;
}

/* line 30, scss/_type.scss */
h3 {
  font-size: 18px;
  line-height: 27px;
}

.entry-content h3 {
	padding-bottom: 14px;
}

/* line 35, scss/_type.scss */
h4, h5, h6 {
  line-height: 18px;
}

/* line 38, scss/_type.scss */
h4 {
  font-size: 16px;
  color: #b43225;
  font-family: 'Cabin',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 6px;
}

/* line 42, scss/_type.scss */
h5 {
	font-family: 'Cabin',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #323333;
	padding-bottom: 10px;
}

/* line 45, scss/_type.scss */
h6 {
  font-size: 12px;
}

/* line 53, scss/_type.scss */
pre {
  display: block;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 68, scss/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 75, scss/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 78, scss/_type.scss */
.entry-content ul {
    counter-reset: li;
    margin-left: 0;
    padding: 0 0 20px 0;
    
}
.entry-content ul > li {
    position: relative;
    margin-left: 2em;
    list-style: none;
    color: #717375;
}
.entry-content ul > li:before {
    content: '•' (li);
    counter-increment: li;
    position:absolute;
    top: 0em;
    left: -.75em;
    width: 2em;
    color: #b43225;
    font-size: 2em;
}

.entry-content ol {
    counter-reset: li;
    margin-left: 0;
    padding: 0 0 0 0;
}
.entry-content ol > li {
    position: relative;
    margin-left: 5em;
    margin-bottom: 2em;
    list-style: none;
    color: #717375;
}
.entry-content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position:absolute;
    top: .3em;
    left: -.75em;
    width: 2em;
    color: #128799;
    font-size: 4em;
    font-family: Times, serif;
    font-weight: 700;
}

/* line 81, scss/_type.scss */
ol {
  list-style: decimal;
}

/* line 84, scss/_type.scss */
li {
  line-height: 24px;
}

/* line 93, scss/_type.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid white;
}

/* line 101, scss/_type.scss */
strong {
  font-weight: bold;
}

/* line 104, scss/_type.scss */
em {
  font-style: italic;
}

/* line 109, scss/_type.scss */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted black;
}

/*
 * Fonts
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("http://wgccinc.com/wp-content/themes/Infusion-2.0/fonts/icomoon/icomoon.eot");
  src: url("http://wgccinc.com/wp-content/themes/Infusion-2.0/fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("http://wgccinc.com/wp-content/themes/Infusion-2.0/fonts/icomoon/icomoon.svg#icomoon") format("svg"), url("http://wgccinc.com/wp-content/themes/Infusion-2.0/fonts/icomoon/icomoon.woff") format("woff"), url("http://wgccinc.com/wp-content/themes/Infusion-2.0/fonts/icomoon/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 21, scss/_fonts.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/* line 30, scss/_fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  position: relative;
  top: 1px;
}

/* line 41, scss/_fonts.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 44, scss/_fonts.scss */
.icon-star:before {
  content: "\e000";
}

/* line 47, scss/_fonts.scss */
.icon-wordpress:before {
  content: "\f50e";
}

/* line 50, scss/_fonts.scss */
.icon-evernote:before {
  content: "\f523";
}

/* line 53, scss/_fonts.scss */
.icon-phone-2:before {
  content: "\e001";
}

/* line 56, scss/_fonts.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 59, scss/_fonts.scss */
.icon-paperclip:before {
  content: "\f0c6";
}

/* line 62, scss/_fonts.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 65, scss/_fonts.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 68, scss/_fonts.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 71, scss/_fonts.scss */
.icon-check:before {
  content: "\f046";
}

/* line 74, scss/_fonts.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 77, scss/_fonts.scss */
.icon-time:before {
  content: "\f017";
}

/* line 80, scss/_fonts.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 83, scss/_fonts.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 86, scss/_fonts.scss */
.icon-search:before {
  content: "\f002";
}

/* line 89, scss/_fonts.scss */
.icon-star-alt:before {
  content: "\f006";
}

/* line 92, scss/_fonts.scss */
.icon-user:before {
  content: "\f007";
}

/* line 95, scss/_fonts.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 98, scss/_fonts.scss */
.icon-delete:before {
  content: "\f00d";
}

/* line 101, scss/_fonts.scss */
.icon-home:before {
  content: "\f015";
}

/* line 104, scss/_fonts.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 107, scss/_fonts.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 110, scss/_fonts.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 113, scss/_fonts.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 116, scss/_fonts.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 119, scss/_fonts.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 122, scss/_fonts.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 125, scss/_fonts.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 128, scss/_fonts.scss */
.icon-plus-circle:before {
  content: "\f055";
}

/* line 131, scss/_fonts.scss */
.icon-minus-circle:before {
  content: "\f056";
}

/* line 134, scss/_fonts.scss */
.icon-delete-circle:before {
  content: "\f057";
}

/* line 137, scss/_fonts.scss */
.icon-ok-circle:before {
  content: "\f058";
}

/* line 140, scss/_fonts.scss */
.icon-help:before {
  content: "\f059";
}

/* line 143, scss/_fonts.scss */
.icon-info:before {
  content: "\f05a";
}

/* line 146, scss/_fonts.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 149, scss/_fonts.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 152, scss/_fonts.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 155, scss/_fonts.scss */
.icon-alert-alt:before {
  content: "\f06a";
}

/* line 158, scss/_fonts.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 161, scss/_fonts.scss */
.icon-alert:before {
  content: "\f071";
}

/* line 164, scss/_fonts.scss */
.icon-random:before {
  content: "\f074";
}

/* line 167, scss/_fonts.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 170, scss/_fonts.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 173, scss/_fonts.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 176, scss/_fonts.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 179, scss/_fonts.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 182, scss/_fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 185, scss/_fonts.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 188, scss/_fonts.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 191, scss/_fonts.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 194, scss/_fonts.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 197, scss/_fonts.scss */
.icon-users:before {
  content: "\f0c0";
}

/* line 200, scss/_fonts.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 203, scss/_fonts.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 206, scss/_fonts.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 209, scss/_fonts.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 212, scss/_fonts.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 215, scss/_fonts.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 218, scss/_fonts.scss */
.icon-cogs:before {
  content: "\f085";
}

/*
 * Links
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 12, scss/_links.scss */
a {
  color: #049cdb;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 17, scss/_links.scss */
a:hover {
  color: #036690;
  text-decoration: none;
}

/*
 * Images & Slider
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
 
#new-royalslider-1 {
	position: relative;
	top: 0;
} 

/* Hides the slider until JS kicks in */
.royalSlider > .rsContent {
visibility: hidden; 
/* or display:none depending on your needs... */
}
 
/* line 9, scss/_images.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* line 16, scss/_images.scss */
#wpstats {
  display: none;
}

/*
 * Figures & Captions
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 9, scss/_figures.scss */
.wp-caption {
  position: relative;
}

/* line 11, scss/_figures.scss */
.wp-caption-text {
  padding: 0.75rem;
  font-size: 0.875rem;
}

/*
 * Forms
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/_forms.scss */
form {
  margin: 0 0 18px;
}

/* line 14, scss/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, scss/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 36px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 38, scss/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

/* line 46, scss/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 51, scss/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, scss/_forms.scss */
select,
textarea,
input[type="text"],
input[type="email"],
input[type="search"] {
  display: inline-block;
  height: auto;
  padding: 7px 10px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 18px;
}

/* line 75, scss/_forms.scss */
textarea {
  height: auto;
}

/* line 83, scss/_forms.scss */
textarea,
input[type="text"],
input[type="email"],
input[type="search"] {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 92, scss/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(44, 172, 219, 0.75);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(44, 172, 219, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(44, 172, 219, 0.75);
}

/* line 102, scss/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}

/* line 114, scss/_forms.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 119, scss/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 126, scss/_forms.scss */
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 133, scss/_forms.scss */
select {
  width: 220px;
  border: 1px solid #bbb;
}

/* line 140, scss/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 150, scss/_forms.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

/* line 155, scss/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* line 165, scss/_forms.scss */
.gform_wrapper {
  overflow: inherit;
  margin: 10px 0;
  max-width: 98%;
}

/* line 171, scss/_forms.scss */
.gform_wrapper ul {
  margin: 0;
  list-style-type: none;
}

/* line 177, scss/_forms.scss */
.gform_wrapper li,
.gform_wrapper form li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}

/* line 183, scss/_forms.scss */
.gform_wrapper ul li.gfield {
  clear: both;
}

/* line 188, scss/_forms.scss */
.gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 18px;
}

/* line 195, scss/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}

/* line 199, scss/_forms.scss */
.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right;
}

/* line 204, scss/_forms.scss */
.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%;
}

/* line 207, scss/_forms.scss */
.gform_wrapper .gfield_error .ginput_complex .ginput_left input {
  width: 90% !important;
}

/* line 210, scss/_forms.scss */
.gform_wrapper .gfield_error .ginput_complex .ginput_right input {
  width: 93% !important;
}

/* line 214, scss/_forms.scss */
.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex select {
  width: 95% !important;
}

/* line 218, scss/_forms.scss */
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
  width: 96% !important;
}

/* line 222, scss/_forms.scss */
.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px;
}

/* line 227, scss/_forms.scss */
.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important;
}

/* line 232, scss/_forms.scss */
.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px;
}

/* line 237, scss/_forms.scss */
.gform_wrapper .top_label .gfield_label {
  margin: 10px 0 4px 0;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}

/* line 245, scss/_forms.scss */
.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
}

/* line 251, scss/_forms.scss */
.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 0 15px 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}

/* line 261, scss/_forms.scss */
.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden;
}

/* line 266, scss/_forms.scss */
.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
  width: 25%;
}

/* line 270, scss/_forms.scss */
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 47%;
}

/* line 273, scss/_forms.scss */
.gform_wrapper .top_label input.medium {
  padding-right: 2px;
}

/* line 278, scss/_forms.scss */
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 99.2%;
}

/* line 284, scss/_forms.scss */
.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%;
}

/* line 290, scss/_forms.scss */
.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%;
}

/* line 297, scss/_forms.scss */
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper textarea.textarea {
  width: 63%;
}

/* line 301, scss/_forms.scss */
.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
  width: 64%;
}

/* line 304, scss/_forms.scss */
.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

/* line 311, scss/_forms.scss */
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: bold;
  font-size: 1.3em;
}

/* line 315, scss/_forms.scss */
.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

/* line 319, scss/_forms.scss */
.gform_wrapper span.gform_description {
  font-weight: normal;
}

/* line 324, scss/_forms.scss */
.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
  width: 98%;
}

/* line 327, scss/_forms.scss */
.gform_wrapper .gsection {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 8px 0;
  margin: 16px 0;
  clear: both;
}

/* line 334, scss/_forms.scss */
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
  position: relative;
  top: 2px;
}

/* radio and checkbox styling - justifies lenghty labels ------------------------------------------------------*/
/* line 343, scss/_forms.scss */
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

/* line 347, scss/_forms.scss */
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

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

/* line 361, scss/_forms.scss */
.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;
}

/* line 368, scss/_forms.scss */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 0.85em;
  line-height: 1.5em;
  clear: both;
  font-family: sans-serif;
  letter-spacing: normal;
}

/* line 377, scss/_forms.scss */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 4px 0 8px 0;
}

/* line 380, scss/_forms.scss */
.gform_wrapper .gfield_description {
  padding: 10px 0 0 0;
  width: 99.8%;
}

/* line 385, scss/_forms.scss */
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
  width: 63%;
}

/* line 388, scss/_forms.scss */
.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

/* line 391, scss/_forms.scss */
.gfield_date_year + .gfield_description {
  padding: 0;
}

/* line 397, scss/_forms.scss */
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
  margin-left: 31%;
}

/* line 401, scss/_forms.scss */
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

/* line 405, scss/_forms.scss */
.gform_wrapper textarea.small {
  height: 80px;
}

/* line 408, scss/_forms.scss */
.gform_wrapper textarea.medium {
  height: 190px;
}

/* line 411, scss/_forms.scss */
.gform_wrapper textarea.large {
  height: 250px;
}

/* line 414, scss/_forms.scss */
.gform_wrapper li.gfield.gfield_error {
  background-color: #FFDFDF;
  margin-bottom: 6px !important;
  padding: 6px 6px 4px 6px !important;
  border: 1px solid #c89797;
}

/* line 422, scss/_forms.scss */
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 14px !important;
}

/* line 425, scss/_forms.scss */
.gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #790000;
}

/* line 428, scss/_forms.scss */
.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%;
}

/* line 431, scss/_forms.scss */
.gform_wrapper .top_label .gfield_error {
  width: 97%;
}

/* line 436, scss/_forms.scss */
.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: 100%;
}

/* line 444, scss/_forms.scss */
.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%;
}

/* line 447, scss/_forms.scss */
.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

/* line 450, scss/_forms.scss */
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 12px;
  margin-bottom: 12px !important;
}

/* line 455, scss/_forms.scss */
.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: 12px;
}

/* line 458, scss/_forms.scss */
.gform_wrapper .validation_error {
  color: #790000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 16px;
}

/* line 465, scss/_forms.scss */
.gform_wrapper .validation_message {
  color: #790000;
  letter-spacing: normal;
}

/* line 469, scss/_forms.scss */
.gform_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
}

/* line 477, scss/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
}

/* line 481, scss/_forms.scss */
.gform_wrapper .ginput_complex .ginput_full input {
  width: 98% !important;
}

/* line 485, scss/_forms.scss */
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 8px 0;
  line-height: 1.3em;
}

/* line 490, scss/_forms.scss */
.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;
}

/* Tables */
/* line 12, scss/_tables.scss */
table {
  max-width: 100%;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Pagination */
/* line 10, scss/_pagination.scss */
.pagination {
  margin: 80px 0;
  text-align: center;
}
/* line 14, scss/_pagination.scss */
.pagination ul {
  display: inline-block;
  background: white;
  text-align: center;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
}
/* line 23, scss/_pagination.scss */
.pagination li {
  display: inline;
}
/* line 27, scss/_pagination.scss */
.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 2;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  border-left-width: 0;
}
/* line 36, scss/_pagination.scss */
.pagination a:hover {
  background-color: black;
  color: white;
}
/* line 41, scss/_pagination.scss */
.pagination span.current {
  background-color: black;
  color: white;
}
/* line 46, scss/_pagination.scss */
.pagination .prev {
  border-left: 1px solid #dfdfdf;
}
/* line 50, scss/_pagination.scss */
.pagination i {
  line-height: 1;
  font-size: 14px;
}
/* line 55, scss/_pagination.scss */
.pagination li:first-child a {
  border-left-width: 1px;
}

/*
 * Loop Nav
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 11, scss/_loop-nav.scss */
.loop-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 15, scss/_loop-nav.scss */
.loop-nav ul li {
  position: fixed;
  top: 50%;
  padding: 0;
  margin: 0;
}
/* line 21, scss/_loop-nav.scss */
.loop-nav ul li a {
  color: black;
  background: white;
  opacity: .6;
  display: block;
  line-height: 1;
}
/* line 28, scss/_loop-nav.scss */
.loop-nav ul li a:hover {
  opacity: 1;
}
/* line 30, scss/_loop-nav.scss */
.loop-nav ul li a i {
  padding: 8px 6px 6px 6px;
}
/* line 34, scss/_loop-nav.scss */
.loop-nav ul .previous {
  right: 0;
}
/* line 37, scss/_loop-nav.scss */
.loop-nav ul .previous a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 45, scss/_loop-nav.scss */
.loop-nav ul .next a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/*
 * Buttons
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* Base btn */
/* line 78, scss/_buttons.scss */
input#submit {
  color: #565656;
  display: inline-block;
  line-height: 1.25;
  padding: 5px 10px 4px 10px;
  margin: 0 3px 10px 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=white, offx=0, offy=1);
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$baseHL', endColorstr='$baseBG',GradientType=0 );
  /* IE6-9 */
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 48, scss/_buttons.scss */
input#submit:hover {
  border-color: #b0b0b0;
  text-decoration: none !important;
  /*Background*/
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$baseBG', endColorstr='$baseHL',GradientType=0 );
  /* IE6-9 */
}
/* line 64, scss/_buttons.scss */
input#submit:active {
  /*Box shadow*/
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
}

/* line 84, scss/_buttons.scss */
.btn, .button {
  color: #565656;
  display: inline-block;
  line-height: 1.25;
  padding: 5px 10px 4px 10px;
  margin: 0 3px 10px 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=white, offx=0, offy=1);
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$baseHL', endColorstr='$baseBG',GradientType=0 );
  /* IE6-9 */
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
/* line 48, scss/_buttons.scss */
.btn:hover, .button:hover {
  border-color: #b0b0b0;
  text-decoration: none !important;
  /*Background*/
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(top, #f0f0f0 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$baseBG', endColorstr='$baseHL',GradientType=0 );
  /* IE6-9 */
}
/* line 64, scss/_buttons.scss */
.btn:active, .button:active {
  /*Box shadow*/
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 white;
}

/* G Form Button */
#gform_submit_button_1.btn, .button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.25;
  padding: 15px 60px 14px 60px;
  margin: 0 3px 20px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #00684c;
  text-shadow: none;
  
}
/* line 48, scss/_buttons.scss */
#gform_submit_button_1.btn:hover, .button:hover {
  border-color: none;
  text-decoration: none !important;
  /*Background*/
  background: #112d17;
 }


/*
 * Tooltips
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 20, scss/_tooltip.scss */
.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=100);
}
/* line 25, scss/_tooltip.scss */
.tooltip.top {
  margin-top: -2px;
}
/* line 28, scss/_tooltip.scss */
.tooltip.top.tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4e5055;
}
/* line 37, scss/_tooltip.scss */
.tooltip.right {
  margin-left: 2px;
}
/* line 40, scss/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #4e5055;
}
/* line 49, scss/_tooltip.scss */
.tooltip.bottom {
  margin-top: 2px;
}
/* line 52, scss/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4e5055;
}
/* line 61, scss/_tooltip.scss */
.tooltip.left {
  margin-left: -2px;
}
/* line 64, scss/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4e5055;
}

/* line 80, scss/_tooltip.scss */
.tooltip.left,
.tooltip.bottom,
.tooltip.right,
.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #4e5055;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 90, scss/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* Retina */
/*
 * Utilities
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 11, scss/_utilities.scss */
.group {
  *zoom: 1;
}
/* line 40, scss/_mixins.scss */
.group:before, .group:after {
  display: table;
  content: "";
}
/* line 44, scss/_mixins.scss */
.group:after {
  clear: both;
}

/* line 15, scss/_utilities.scss */
.hide {
  display: none;
}

/* line 20, scss/_utilities.scss */
.alignleft,
.left {
  float: left;
  margin-right: 20px;
}

/* line 25, scss/_utilities.scss */
.alignright,
.right {
  float: right;
  margin-left: 20px;
}

/* line 30, scss/_utilities.scss */
.aligncenter,
.center {
  display: block;
  margin: 0 auto 24px auto;
}

/* line 35, scss/_utilities.scss */
.alignnone,
.block {
  clear: both;
  margin: 0 0 24px 0;
}

/* line 41, scss/_utilities.scss */
img.alignleft,
img.alignright {
  display: inline;
}

/* line 44, scss/_utilities.scss */
span.show-template {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 48, scss/_utilities.scss */
.screen-reader-text, .assistive-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media print {
  /* line 57, scss/_utilities.scss */
  *, html, body, #main {
    background: transparent !important;
    color: black !important;
  }

  /* line 57, scss/_utilities.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 57, scss/_utilities.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 57, scss/_utilities.scss */
  thead {
    display: table-header-group;
  }

  /* line 57, scss/_utilities.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, scss/_utilities.scss */
  img {
    max-width: 100% !important;
    border: 1px solid #000;
    margin: 20px 0;
  }

  /* line 57, scss/_utilities.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 57, scss/_utilities.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 57, scss/_utilities.scss */
  header, #sidebar-primary, #sidebar-subsidiary, #comments-template, footer, .entry-meta {
    display: none;
  }

  /* line 57, scss/_utilities.scss */
  h1, h2, h3, h4, h5, h6, p, li, em {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
  }

  /* line 57, scss/_utilities.scss */
  h1 {
    font-size: 20px;
  }

  /* line 57, scss/_utilities.scss */
  h2 {
    font-size: 18px;
  }

  /* line 57, scss/_utilities.scss */
  h3, h4, h5, h6 {
    font-size: 15px;
  }

  /* line 57, scss/_utilities.scss */
  p, ul li, li, ul li a {
    font-size: 12px !important;
  }
}