@charset "UTF-8";
/*!
 * @author:	Divio AG
 * @copyright:	http://www.divio.ch
 */
/* # Genesis Sample Child Theme  
Theme Name: Genesis Sample Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #e5554e;
  text-decoration: none; }

a:hover {
  color: #333; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }


a:hover img{
opacity: .7;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #999; }



/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding-top: 40px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 800px; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px; }

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 36px; }

.entry-title a,
.sidebar .widget-title a {
  color: #FFFFFF !important; }

.entry-title a:hover {
  color: #e5554e; }

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #fff; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px; }

.site-header .wrap {
  padding: 40px 0; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2; }

.site-title a,
.site-title a:hover {
  color: #333; }

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a, .current-page-ancestor > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -56px; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary .genesis-nav-menu a {
  color: #fff; }

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333; }

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 60px; }

.content .entry {
  background-color: #fff; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; 
  font-size: 1.1em;
  
  }
.entry-content a{
text-decoration: underline;
}
.entry-content ol > li {
  list-style-type: decimal; 
  
  }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content  li {
margin: 0 0 .8em 0;
color: #294210;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px; }

.footer-widgets,
.footer-widgets a {
  color: #999; }

.footer-widgets input {
  border: 1px solid #333; }

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff; }

.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 340px; }

.footer-widgets-1 {
  margin-right: 60px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .content,
  .site-header .widget-area {
    width: 620px; }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px; }

  .footer-widgets-1 {
    margin-right: 30px; } }
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px; }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }

  .site-header .wrap {
    padding: 20px 5%; }

  .header-image .title-area {
    background-position: center top; }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }

  .site-header .search-form {
    margin: 16px auto; }

  .genesis-nav-menu li.right {
    display: none; }

  .footer-widgets-1 {
    margin-right: 0; } }
@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px; }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%; }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }

  .archive-pagination li a {
    margin-bottom: 4px; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .sidebar .widget.enews-widget {
    padding: 40px; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

a:focus {
  outline: 0; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

p {
  margin: 0; }

blockquote {
  margin: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 10px;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999999; }

.w-input:focus,
.w-select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select[multiple] {
  height: auto; }

.w-button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-col-push-1 {
  left: 8.33333333%; }

.w-col-push-2 {
  left: 16.66666667%; }

.w-col-push-3 {
  left: 25%; }

.w-col-push-4 {
  left: 33.33333333%; }

.w-col-push-5 {
  left: 41.66666667%; }

.w-col-push-6 {
  left: 50%; }

.w-col-push-7 {
  left: 58.33333333%; }

.w-col-push-8 {
  left: 66.66666667%; }

.w-col-push-9 {
  left: 75%; }

.w-col-push-10 {
  left: 83.33333333%; }

.w-col-push-11 {
  left: 91.66666667%; }

.w-col-pull-1 {
  right: 8.33333333%; }

.w-col-pull-2 {
  right: 16.66666667%; }

.w-col-pull-3 {
  right: 25%; }

.w-col-pull-4 {
  right: 33.33333333%; }

.w-col-pull-5 {
  right: 41.66666667%; }

.w-col-pull-6 {
  right: 50%; }

.w-col-pull-7 {
  right: 58.33333333%; }

.w-col-pull-8 {
  right: 66.66666667%; }

.w-col-pull-9 {
  right: 75%; }

.w-col-pull-10 {
  right: 83.33333333%; }

.w-col-pull-11 {
  right: 91.66666667%; }

.w-col-offset-1 {
  margin-left: 8.33333333%; }

.w-col-offset-2 {
  margin-left: 16.66666667%; }

.w-col-offset-3 {
  margin-left: 25%; }

.w-col-offset-4 {
  margin-left: 33.33333333%; }

.w-col-offset-5 {
  margin-left: 41.66666667%; }

.w-col-offset-6 {
  margin-left: 50%; }

.w-col-offset-7 {
  margin-left: 58.33333333%; }

.w-col-offset-8 {
  margin-left: 66.66666667%; }

.w-col-offset-9 {
  margin-left: 75%; }

.w-col-offset-10 {
  margin-left: 83.33333333%; }

.w-col-offset-11 {
  margin-left: 91.66666667%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-medium-push-1 {
    left: 8.33333333%; }

  .w-col-medium-push-2 {
    left: 16.66666667%; }

  .w-col-medium-push-3 {
    left: 25%; }

  .w-col-medium-push-4 {
    left: 33.33333333%; }

  .w-col-medium-push-5 {
    left: 41.66666667%; }

  .w-col-medium-push-6 {
    left: 50%; }

  .w-col-medium-push-7 {
    left: 58.33333333%; }

  .w-col-medium-push-8 {
    left: 66.66666667%; }

  .w-col-medium-push-9 {
    left: 75%; }

  .w-col-medium-push-10 {
    left: 83.33333333%; }

  .w-col-medium-push-11 {
    left: 91.66666667%; }

  .w-col-medium-pull-1 {
    right: 8.33333333%; }

  .w-col-medium-pull-2 {
    right: 16.66666667%; }

  .w-col-medium-pull-3 {
    right: 25%; }

  .w-col-medium-pull-4 {
    right: 33.33333333%; }

  .w-col-medium-pull-5 {
    right: 41.66666667%; }

  .w-col-medium-pull-6 {
    right: 50%; }

  .w-col-medium-pull-7 {
    right: 58.33333333%; }

  .w-col-medium-pull-8 {
    right: 66.66666667%; }

  .w-col-medium-pull-9 {
    right: 75%; }

  .w-col-medium-pull-10 {
    right: 83.33333333%; }

  .w-col-medium-pull-11 {
    right: 91.66666667%; }

  .w-col-medium-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-medium-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-medium-offset-3 {
    margin-left: 25%; }

  .w-col-medium-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-medium-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-medium-offset-6 {
    margin-left: 50%; }

  .w-col-medium-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-medium-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-medium-offset-9 {
    margin-left: 75%; }

  .w-col-medium-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-medium-offset-11 {
    margin-left: 91.66666667%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; }

  .w-col-small-push-1 {
    left: 8.33333333%; }

  .w-col-small-push-2 {
    left: 16.66666667%; }

  .w-col-small-push-3 {
    left: 25%; }

  .w-col-small-push-4 {
    left: 33.33333333%; }

  .w-col-small-push-5 {
    left: 41.66666667%; }

  .w-col-small-push-6 {
    left: 50%; }

  .w-col-small-push-7 {
    left: 58.33333333%; }

  .w-col-small-push-8 {
    left: 66.66666667%; }

  .w-col-small-push-9 {
    left: 75%; }

  .w-col-small-push-10 {
    left: 83.33333333%; }

  .w-col-small-push-11 {
    left: 91.66666667%; }

  .w-col-small-pull-1 {
    right: 8.33333333%; }

  .w-col-small-pull-2 {
    right: 16.66666667%; }

  .w-col-small-pull-3 {
    right: 25%; }

  .w-col-small-pull-4 {
    right: 33.33333333%; }

  .w-col-small-pull-5 {
    right: 41.66666667%; }

  .w-col-small-pull-6 {
    right: 50%; }

  .w-col-small-pull-7 {
    right: 58.33333333%; }

  .w-col-small-pull-8 {
    right: 66.66666667%; }

  .w-col-small-pull-9 {
    right: 75%; }

  .w-col-small-pull-10 {
    right: 83.33333333%; }

  .w-col-small-pull-11 {
    right: 91.66666667%; }

  .w-col-small-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-small-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-small-offset-3 {
    margin-left: 25%; }

  .w-col-small-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-small-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-small-offset-6 {
    margin-left: 50%; }

  .w-col-small-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-small-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-small-offset-9 {
    margin-left: 75%; }

  .w-col-small-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-small-offset-11 {
    margin-left: 91.66666667%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; }

  .w-col-tiny-push-1 {
    left: 8.33333333%; }

  .w-col-tiny-push-2 {
    left: 16.66666667%; }

  .w-col-tiny-push-3 {
    left: 25%; }

  .w-col-tiny-push-4 {
    left: 33.33333333%; }

  .w-col-tiny-push-5 {
    left: 41.66666667%; }

  .w-col-tiny-push-6 {
    left: 50%; }

  .w-col-tiny-push-7 {
    left: 58.33333333%; }

  .w-col-tiny-push-8 {
    left: 66.66666667%; }

  .w-col-tiny-push-9 {
    left: 75%; }

  .w-col-tiny-push-10 {
    left: 83.33333333%; }

  .w-col-tiny-push-11 {
    left: 91.66666667%; }

  .w-col-tiny-pull-1 {
    right: 8.33333333%; }

  .w-col-tiny-pull-2 {
    right: 16.66666667%; }

  .w-col-tiny-pull-3 {
    right: 25%; }

  .w-col-tiny-pull-4 {
    right: 33.33333333%; }

  .w-col-tiny-pull-5 {
    right: 41.66666667%; }

  .w-col-tiny-pull-6 {
    right: 50%; }

  .w-col-tiny-pull-7 {
    right: 58.33333333%; }

  .w-col-tiny-pull-8 {
    right: 66.66666667%; }

  .w-col-tiny-pull-9 {
    right: 75%; }

  .w-col-tiny-pull-10 {
    right: 83.33333333%; }

  .w-col-tiny-pull-11 {
    right: 91.66666667%; }

  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-tiny-offset-3 {
    margin-left: 25%; }

  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-tiny-offset-6 {
    margin-left: 50%; }

  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-tiny-offset-9 {
    margin-left: 75%; }

  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-gplus {
  overflow: hidden; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: rgba(153, 153, 153, 0.5);
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #f2f2f2;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block; }

.w-dropdown-link.w--current {
  color: #339ce1; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }
#menu-primary-nav{
width: auto;
background: white;
}

.features .widget-wrap{
width: 98%!important;
}

#menu-primary-nav li a{
padding: 15px;
}
  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

.w-lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-nav {
  position: relative;
  background: #BBB;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #222222; }

.w-nav-brand:hover {
  text-decoration: none;
  color: #222222; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link:hover {
  text-decoration: none;
  color: #222222; }

.w-nav-link.w--current {
  color: #339ce1; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #999;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  
}



.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 0px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  }
.w-icon-nav-menu{
  font-size: 34px;
  padding: 10px;
}
.w-nav-button.w--open {
  background-color: #999;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; 
  }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8; }

.w-tab-link.w--current {
  background-color: #BCD3F3; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
.w-dyn-items {
  display: none; }

.w-dyn-items.visible {
  display: block; }

.w-dyn-empty {
  display: none;
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-error {
  display: none;
  padding: 10px;
  background-color: #ffdede; }

body {
  background-color: #fcf5d9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px; }

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: 700; }

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700; }

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700; }


h3:first-of-type{
margin-top: 0;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700; }

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 700; }

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700; }

p {
  margin-bottom: .8em;
  font-size: 1.1em;
  line-height: 1.5em; }

a {
  color: #00e; }

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none; }

.nav {
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(227, 212, 170, 0.7));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(227, 212, 170, 0.7));
  text-align: center!important; }
 .nav ul {
    margin: 0;
    padding: 0; 
    display: block!important;
    width: 100%;
    text-align: center!important;
    }
    
   .nav li{
    margin: 0;
    padding: 0; 
    text-align: center!important;
    display: inline-block!important;
     }
     
     
  .nav a {

    color: #794c24;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.38) 1px 1px 0px; 
    display: block;
    white-space: nowrap;
    padding: 15px 10px 25px 10px;
    text-align: center;
    }
    .nav .current-page-ancestor a{
    color: #E63E39;
    }

.entry {
  margin: 0;
  padding: 0; }

.entry-content {
  padding: 30px; }

#title {
  display: inline-block;
  height: 113px;
  width: 340px;
  position: relative;
  margin: 20px 0;
  padding: 0;
  line-height: 1em;
  font-size: 10px; }
  #title a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: left;
    text-indent: -999em;
    background: url(../images/wallen-logo-2.png) center no-repeat; }
  #title a:hover {
    opacity: .6; }

h2#strap {
  display: inline-block;
  height: 113px;
  font-size: 10px;
  width: 340px;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin: 20px 0 30px 0; }
  h2#strap .logo {
    line-height: 1em;
    float: none;
    text-align: center;
    background: url(../images/c-logo_1.png) center no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    text-align: left;
    text-indent: -999em;
    border-left: 1px solid rgba(0, 0, 0, 0.22); }


.container {
  position: relative;
  margin-right: 10%;
  margin-left: 10%;
  text-align: center; }

.container.content {
  background-color: white;
  box-shadow: white 0px 0px 50px 0px, black 0px 0px 14px 0px; }

.container.hands-on-our-hearth {
  padding-bottom: 87px;
  color: white;
  text-align: center;
  text-shadow: black 1px 1px 6px; }

.container.shadow {
  box-shadow: white 0px 0px 50px 0px, black 0px 0px 6px 0px; }

.container.shadow._1080 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.section {
  padding-top: 16px;
  padding-bottom: 54px; }

.section.green {
  padding-top: 31px;
  background-image: -webkit-linear-gradient(#436315, #0f1c11);
  background-image: linear-gradient(#436315, #0f1c11); }
  .section.green h4 {
    font-size: 1.8em;
    line-height: 1.3em;
    text-align: center;
    text-shadow: black 1px 1px 6px;
    color: white; }

.section.gray, .footer {
  padding-top: 45px;
  padding-bottom: 44px;
  background-image: -webkit-linear-gradient(#383838, black);
  background-image: linear-gradient(#383838, black);
  display: block;
  clear: both; }

.menu {
  float: left;
  text-align: left; }

.master-nav, .nav #subnav, .subnav {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 10px;
  padding-right: 13px;
  float: right; }
  .master-nav ul, .master-nav li, .nav #subnav ul, .nav #subnav li, .subnav ul, .subnav li {
    position: relative;
    display: block; }
  .master-nav li, .nav #subnav li, .subnav li {
    display: inline-block; }
  .master-nav a, .nav #subnav a, .subnav a {
    display: inline-block;
    padding: 9px;
    color: #794c24;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 0 0 0 #000; }
    
    
    .subnav a:hover{
    background: #683A19;
    color: white;
    }
    
     .subnav .current_page_item a{
    background: #F6EBCA;
    color: 683A19;
 
    }
    
    

body.content-sidebar .sidebar .widget.widget-secondary-menu li.current_page_item a::before
, body.content-sidebar .sidebar .widget.widget-secondary-menu li.current_page_item a::after {
  left: 0px;
  margin-left: 0px;
  top: 0px;
  border-top-color: transparent;
  border-right-color: #ebebeb;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-width: 0 0 0; }

.subnav {
  width: 100%; }
  .subnav ul, .subnav li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important; }
    .subnav ul a, .subnav li a {
      padding: 10px !important;
      margin: 0 !important;
      height: auto !important;
      font-size: 16px;
      border: 0 !important;
      width: 100%;
      text-align: center;
      border-top: solid 1px rgba(0, 0, 0, 0.3) !important; }

.clogo {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 4;
  width: 130px;
  margin-top: 5px;
  margin-left: 12px;
  float: left; }

.intro-text {
  position: relative;
  width: 40%;
  height: 100%;
  float: right;
  background-image: -webkit-linear-gradient(180deg, #436315, rgba(67, 99, 21, 0));
  background-image: linear-gradient(270deg, #436315, rgba(67, 99, 21, 0));
  text-shadow: black 4px 4px 18px; }
  .intro-text .paddout {
    padding: 21px 21px 21px 10%;
    position: relative;
    display: block;
    width: 100%;
    white-space: wrap !important; }

.intro-text.s1 {
  position: relative;
  padding-bottom: 26px;
  background-image: -webkit-linear-gradient(180deg, #152763, rgba(21, 34, 99, 0.47) 75%, rgba(21, 29, 99, 0));
  background-image: linear-gradient(270deg, #152763, rgba(21, 34, 99, 0.47) 75%, rgba(21, 29, 99, 0)); }

.intro-text.s2 {
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.52) 73%, transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.52) 73%, transparent); }

.intro-h2 {
  margin-top: 0px;
  color: white;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600; }

.intro-p {
  color: white;
  font-size: 1.1em;
  line-height: 1.4em; }

.features {
  padding: 30px 0; }

.features .widget-wrap {
  display: block;
  float: left;
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%; }
  .features .widget-wrap p{
  text-shadow: 0 0 0 #000;
  }
  
  .features .widget-wrap .entry {
    background-color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #52525c;
    text-decoration: none; }
    .features .widget-wrap .entry h4 {
      margin-bottom: 0px;
      color: #242424;
      text-decoration: none;
      text-shadow: none; }
      .features .widget-wrap .entry h4 a {
        color: #333; }
    .features .widget-wrap .entry a.more-link {
      padding: 5px 10px;
      border-radius: 4px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      color: #333;
      margin: 10px 0 0 0;
      display: inline-block;
      transition: .4s;
        text-shadow: 0 0 0 #000;
      
       }
    .features .widget-wrap .entry a.more-link:hover {
      color: white;
      box-shadow: 0px 5px 30px black;
      background: #333;
      margin: 10px 0 0 0;
      display: inline-block; }
    .features .widget-wrap .entry h3.small {
      margin-top: 0px;
      font-size: 16px;
      line-height: 24px; }
    .features .widget-wrap .entry img {
      width: 92%;
      margin: 4%;
      max-width: none; }

.item:hover {
  box-shadow: rgba(0, 0, 0, 0.52) 0px 0px 34px 0px, black 0px 0px 13px 0px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px); }

.item._100 {
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: none; }

.item._100:hover {
  background-color: #383838;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: white; }

.paddout {
  padding: 14px;
  text-align: center; }

.paddout.small {
  padding: 8px; }

.white {
  padding-bottom: 5px;
  color: white;
  text-align: center;
  text-shadow: black 1px 1px 6px; }

.light {
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 400; }

.arrow {
  margin-top: 10px;
  margin-right: -230px;
  margin-bottom: 14px; }

.label {
  display: inline-block;
  width: 10%;
  text-align: center; }

.input {
  display: inline-block;
  width: 38%;
  margin-top: 8px;
  margin-right: 2%;
  box-shadow: black 1px 1px 8px 0px inset;
  text-align: left; }

.submit {
  margin-right: 2%;
  padding-right: 39px;
  padding-left: 39px;
  float: right;
  border-radius: 6px;
  background-color: black; }

.submit:hover {
  background-color: red; }

.contact {
  padding: 10px 23px 23px;
  border-radius: 6px;
  background-color: rgba(56, 56, 56, 0.74);
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 20px 0px inset;
  color: white;
  text-align: left;
  text-shadow: black 1px 1px 6px; }

.form {
  margin-top: 40px; }

.footer-menu-container {
  float: right;
  position: relative;
  width: auto; }

.footer {
  color: rgba(255, 255, 255, 0.47);
  font-size: 14px; }
  .footer .creds {
    float: left; }
  .footer a {
    color: #ccc; }

.footer-nav {
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center; }
  .footer-nav a {
    padding: 0 17px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px; }

.sidebar .widget {
  padding: 5%; }

.page-title {
  padding: 5px 23px 23px;
  background-image: -webkit-linear-gradient(#436315, #0f1c11);
  background-image: linear-gradient(#436315, #0f1c11);
  color: white;
  text-shadow: black 1px 1px 6px; }

body.page-id-835 .page-title h2 {
    margin-bottom: 0px;
    font-weight: 600;
    color: white !important;
	
}

.page-title h2 {
    margin-bottom: 0px;
    font-weight: 600;
    color: white; }

.content {
  padding: 24px; }

.subnav {
  margin-left: -20px; }

body .page {
  background-color: white;
  box-shadow: white 0px 0px 50px 0px, black 0px 0px 13px 0px;
  margin: 0 0 40px 0; }

.page .page .page {
  box-shadow: white 0px 0px 0px 0px, black 0px 0px 0px 0px; }

.li {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 1em; }

#breadcrumbs {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px; }
  #breadcrumbs ul, #breadcrumbs li {
    display: inline-block; }
  #breadcrumbs li {
    padding: 0 10px 0 0; }
  #breadcrumbs a {
    color: white; }

.textarea {
  width: 88%;
  margin: 18px 2% 18px 10%; }

.crumb {
  color: white; }

.w-container {
  max-width: 1200px;
  position: relative; }

.subnav-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #383838;
  background-image: -webkit-linear-gradient(#fdf5d9, #ddd6bd);
  background-image: linear-gradient(#fdf5d9, #ddd6bd);
  color: #794c24;
  font-size: 1.4em;
  text-align: center; }

.info-img {
  width: 50%;
  float: right; }

.img-right {
  width: 45%;
  margin: 13px;
  padding: 25px;
  float: right;
  box-shadow: black 0px 0px 32px 0px; }

.slider {
  height: auto; }

.text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 47px 10% 30% 15%; }

.text-box.s2 {
  top: 0px;
  right: 0px;
  bottom: auto; }

@media (max-width: 991px) {
  .nav-a {
    display: inline-block;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    color: white; }

.w-nav-button{
display: none;
}
  .logo {
    padding-top: 28px;
    padding-bottom: 28px;
     }
   
    h2#strap {
    margin: 0 0 20px 0;
    }
	h2#strap .logo{
	border: 0;
	}
  .menu a{
  font-size: 13px;
  padding: 8px 5px;
 
    }
	#title{
	margin: 20px 0 0 0;
	}
  .intro {
    background-position: 77% 50%; }

  .intro-text {
    width: 50%; }

  .intro-h2 {
    margin-top: 10px; }

  .itemh3 {
    font-size: 20px;
    line-height: 25px; }

  .light {
    font-size: 20px; }

  .arrow {
    margin-top: -3px; }

  .label {
    width: 20%;
    text-align: left; }

  .input {
    width: 80%;
    margin-right: 0%; }

  .submit {
    margin-right: 0%; }

  .icon {
    font-size: 35px; }

  .btn-icon {
    padding-top: 14px; }

  .btn-icon.w--open {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #794c24; }

  .textarea {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }

  .w-container {
    max-width: 90%; }

  .body {
    font-size: 12px; }

  .img-right {
    margin-top: 0px;
    padding: 9px; } }
@media (max-width: 767px) {
  .nav-a {
    padding: 11px;
    font-size: 1.1em; }

  .menu {
    position: relative;
    z-index: 999; }

  .intro-text {
    width: 60%; }

  .intro-h2 {
    margin-top: 0px; }

  .item {
    width: 100%;
    margin: 19px 0%; }

  .white {
    padding-right: 52px;
    padding-left: 52px; }

  .label {
    position: relative;
    width: 20%;
    float: none;
    clear: none;
    text-align: left; }

  .input {
    width: 80%;
    margin-right: 0%; }

  .page-title {
    margin-right: -10px;
    margin-left: -10px; }

  .subnav {
    margin-left: 0px; }

  .textarea {
    width: 100%;
    margin-left: 0%; } }
@media (max-width: 479px) {
  p {
    font-size: 1.2em; }

  .nav-a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: white; }

  .nav {
    position: relative; }

  .logo {
    padding-top: 52px;
    padding-bottom: 10px; }

  .container.content {
    margin-right: 5%;
    margin-left: 5%; }

  .section {
    padding-top: 15px; }

  .section.green {
    padding-top: 15px;
    padding-bottom: 15px; }

  .section.gray {
    padding-top: 8px;
    padding-bottom: 8px; }

  .menu {
    position: relative;
    z-index: 999;
    margin-top: 7px;
    background-color: none; }

  .master-nav {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    float: none; }

  .clogo {
    width: 140px;
    height: 45px;
    float: left; }

  .intro {
    height: 300px;
    background-color: #794c24;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll; }

  .intro-text {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    float: none; }

  .intro-h2 {
    margin-top: 0px; }

  .white {
    padding-right: 19px;
    padding-left: 19px; }

  .label {
    display: block;
    width: 100%;
    text-align: left; }

  .input {
    width: 100%; }

  .footer-a {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px; }

  .icon {
    float: right; }

  .btn-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    float: none; }

  .btn-icon.w--open {
    background-color: #794c24; }

  .content {
    padding: 10px; }

  .li {
    font-size: 1.2em; }

  .crumbs {
    font-size: 1em; }

  .page-title h2 {
    font-size: 2em; }

  .w-container {
    max-width: 100%; }

  .body {
    font-size: 10px; }

  .img-right {
    display: block;
    width: 100%;
    margin: 10px auto;
    float: none; } }
/*
* @media (max-width: 1024px) {
* @import "tablet.scss";
* 
* @media (max-width: 768px) {
* @import "mobile-landscape.scss";
* }
* @media (max-width: 479px) {
* @import "mobile.scss";
* }
*/
