/*
	Theme Name:  WR Meadows 2016
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.1.1
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/



.cls-font-test .fallback-font {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 1.7;
	/* text-transform: capitalize; */
}
.cls-font-test .custom-font {
	/* text-transform: uppercase; */
	font-family: 'Montserrat';
	font-size: 13px;
	letter-spacing: normal;
	font-weight: 400;
	line-height: 1.8;
}



/* 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:#000}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
--------------------------------------------- */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

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

/* fallback font to fix CLS issues */
body {
	font-family: Helvetica;
	font-size: 17px;
	letter-spacing: .1px;
	line-height: 1.7;
	font-weight: 400;
	background-color: #fff;
	color: #333;
}

body.Montserrat--loaded {
	font-family: 'Montserrat';
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #009D67;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 4px solid #9B9B9B;
	color: #9B9B9B;
	margin: 0 0 30px;
	padding: 0 0 0 16px;
}

blockquote:before {
	content: "\e91e";
	font-size: 24px;
	margin: 0 10px 0 0;
	float: left;
}

blockquote p:last-of-type {
	margin: 0;
}

blockquote.pull {
	background: transparent;
	border: none;
	color: #4A4A4A;
	font-size: 18px;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

cite {
	font-style: normal;
}

hr,
.clear-line,
img.wp-more-tag {
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

.message {
	border: 1px solid #009D67;
	background-color: rgba(0, 157, 103, 0.1);
	padding: 10px;
	margin-bottom: 26px;
}

/* Icons
--------------------------------------------- */

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}


.product-cat-listing .menu > li > a:after,
.sidebar .widget_nav_menu .menu-item-has-children > .submenu-toggle,
.tab-section .mobile-tab-title:after,
.mobile_related_products h3 a:after,
.mobile_related_products h4 a:after,
blockquote:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4A4A4A;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2.large {
	color: #222328;
	font-size: 36px;
}

h1.archive-title,
h2.large {
	margin-bottom: 40px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h3.section,
h4.section {
	background: #F1F1F1;
	color: #000;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 16px;
	width: 100%;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

h4.green-bar {
	background: #009D67;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 15px 28px;
	margin-bottom: 50px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
  border: 1px solid #ccc;
	color: #000;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.top-showcase-bui2 {
    border: 10px solid #c8d0cd;
    float: none;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 20px 0 20px;
    width: 40%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}

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

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #009D67;
	border: none;
	border-radius: 25px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 16px;
	min-width: 200px;
	max-width: 100%;
	padding: 17px 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #43CB83;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.two-lines {
	padding: 9px;
}

.button.button-block {
	display: block;
	width: 100%;
	min-width: 0;
}

.button.button-small,
.search-form input[type="submit"] {
	line-height: 2;
	padding: 0 15px;
	border-radius: 14px;
	min-width: 0;
}

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

.post-password-form input[type="password"] {
  margin-bottom: 15px;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

/* Box Links
--------------------------------------------- */

.box-links {
	overflow: hidden;
	width: 100%;
}

.box-link {
	background: #000;
	cursor: pointer;
	display: block;
	border-radius: 5px;
	float: left;
	margin-left: 4.34782608696%;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.box-link .title {
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.box-link img {
	opacity: .5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.box-link:hover img {
	opacity: .3;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

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

img.alignnone {
	margin-bottom: 12px;
}

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

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

img.block {
	display: block;
}

.wp-caption-text {
	color: #9B9B9B;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}


/* Column Classes
 *
 * Width: 1150px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.34782608696%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.8260869565%;
}

.one-third,
.two-sixths {
	width: 30.4347826087%;
}

.four-sixths,
.two-thirds {
	width: 65.2173913043%;
}

.one-fourth {
	width: 21.7391304348%;
}

.three-fourths {
	width: 73.9130434783%;
}

.one-fifth {
	width: 16.5217391304%;
}

.two-fifths {
	width: 37.3913043478%;
}

.three-fifths {
	width: 58.2608695652%;
}

.four-fifths {
	width: 79.1304347826%;
}

.one-sixth {
	width: 13.0434782609%;
}

.five-sixths {
	width: 82.6086956522%;
}

.first {
	clear: both;
	margin-left: 0;
}



/* Screen Reader Text
--------------------------------------------- */

.genesis-skip-link {
	display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* Gravity Forms
--------------------------------------------- */

.gform_wrapper {
	background: #F1F1F1;
	color: #000;
	padding: 20px;
}

.site-container .gform_wrapper .top_label .gfield_label {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin: 0;
}


/* Slick Slider
--------------------------------------------- */

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
	font-size: 48px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1;
}

.slick-arrow.slick-prev {
	left: 20px;
}

.slick-arrow.slick-next {
	right: 20px;
}

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

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  min-width: 0;
  text-indent: -9999em;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 10px;
  outline: none;
}

.slick-dots .slick-active button {
  background: #43CB83;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 10px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 64.912280702%; /* 740/1140 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 31.578947368%; /* 360/1140 */
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* Alert Bar
---------------------------------------------------------------------------------------------------- */

/* fallback font to fix CLS issues */
.alert-bar {
	font-family: Helvetica;
	font-size: 15px;
	line-height: 1.7;
	background: #009D67;
	color: #fff;
	padding: 6px 0;
	text-align: center;
}

body.Montserrat--loaded .alert-bar {
	font-family: 'Montserrat';
	font-size: 14px;
}

.alert-bar p:last-child {
	margin-bottom: 0;
}

.alert-bar a {
	color: #fff;
	text-decoration: underline;
}


/* Top Bar
---------------------------------------------------------------------------------------------------- */

.top-bar {
	background: #333;
	color: #43CB83;
	font-size: 14px;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar .item {
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}

.top-bar a {
	color: #73D8A3;
}

.top-bar .language-dropdown {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	cursor: pointer;
}

.top-bar .language-dropdown .options {
	display: none;
	position: absolute;
	top: 37px;
	right: 0;
	z-index: 999;
	width: 140px;
	background: #009D67;
}

.top-bar .language-dropdown .options a {
	color: #fff;
	display: block;
	padding: 7px 15px;
	text-decoration: none;
}

.top-bar .language-dropdown:hover {
	background: #009D67;
}

.top-bar .language-dropdown:hover .options {
	display: block;
}

.top-bar .language-dropdown .options a:hover {
	background: #43CB83;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 57px 0 rgba( 0, 0, 0, .5);
	position: relative;
	z-index: 5;
}

.title-area {
	float: left;
	margin: 8px 0;
	width: 197px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo-2022.jpg) no-repeat;
	background-size: contain;
	display: block;
	height: 129px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 197px;
}

.header-widget-area {
	float: right;
	text-align: center;
	margin: 15px 20px 0 0;
	width: 215px;
}

.header-widget-area .social-links {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1;
}

.header-widget-area .social-links a {
	color: #D1D0CE;
	margin: 0 6px;
}

.header-widget-area .social-links a:first-child {
	margin-left: 0;
}

.header-widget-area .social-links a:last-child {
	margin-right: 0;
}

.header-widget-area .social-links a:hover {
	color: #009D67;
}

.header-widget-area .enews {
	background: #D1D0CE;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 20px;
	text-decoration: none;
}

.header-widget-area .enews:hover {
	background: #009D67;
}

/* Site Navigation
--------------------------------------------- */

.nav-header {
	float: left;
	margin: 88px 0 0 35px;
	width: auto;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu > .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu > .menu-item > a {
	border: none;
	color: #009D67;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .menu-item.submenu-active > a,
.genesis-nav-menu .menu-item.search:hover > a {
	background: #009D67;
	color: #fff;
}

.genesis-nav-menu .menu-item.search > a {
	background: #E1E8ED;
}

.genesis-nav-menu .mega-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: 100%;
	z-index: 99;

	background: #009D67;
	padding: 30px 0;
}

.genesis-nav-menu .menu-item:hover > .mega-menu,
.genesis-nav-menu .menu-item.submenu-active > .mega-menu {
	opacity: 1;
	left: 0;
}

.genesis-nav-menu .mega-menu .wrap {
  max-width: 1260px;
}

.genesis-nav-menu .mega-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}

.genesis-nav-menu .mega-menu .column {
	float: left;
	margin: 0;
}

.genesis-nav-menu .mega-menu .column li {
	list-style-type: none;
}

.genesis-nav-menu .mega-menu li.border > a {
	border-bottom: 2px solid #E1E8ED;
	padding-bottom: 10px;
}

.genesis-nav-menu .mega-menu ul:not(.column) {
	margin-left: 10px;
}

.genesis-nav-menu .mega-menu li.green > a {
	color: #70FF76;
}

.genesis-nav-menu .mega-menu a[href="#"] {
	text-decoration: none;
}

.genesis-nav-menu .menu-item.search .mega-menu .wrap {
	max-width: 982px;
}

.genesis-nav-menu .menu-item.search .mega-menu .label {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}

/* Mobile Menu Toggles
--------------------------------------------- */

.mobile-menu-options {
	display: none;
	float: right;
}

.mobile-menu-options a {
	cursor: pointer;
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
}

.mobile-search-toggle {
	background: #E1E8ED;
	color: #009D67;
}

.mobile-menu-toggle {
	background: #009D67;
	color: #fff;
}

.mobile-menu-options a:hover,
.mobile-menu-options a.active {
	background: #43CB83;
	color: #fff;
}

.mobile-menu-toggle .icon-close,
.sidr-open .mobile-menu-toggle .icon-menu {
	display: none;
}

.sidr-open .mobile-menu-toggle .icon-close {
	display: inline;
}

.mobile-search {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	background: #43CB83;
	padding: 10px 20px;
}

.mobile-search .search-form {
	max-width: 550px;
	float: right;
	width: 100%;
}

.mobile-search.active {
	display: block;
}

/* Mobile Menu
--------------------------------------------- */

#sidr-mobile-menu {
	display: none;
}

#sidr-mobile-menu.sidr {
	display: block;
}

.sidr {
	background: #000000;
	display:block;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:345px;
	overflow-x:hidden;
	overflow-y:auto;
}

.sidr.right {
	left:auto;
	padding-left: 2px;
	right:-345px;
}

.sidr.left {
	left:-345px;
	padding-right: 2px;
	right:auto;
}

.sidr li a {
	background: #009D67;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 2px;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
}

.sidr li.menu-item-has-children {
	position: relative;
}

.sidr li.menu-item-has-children > a {
  padding-right: 48px;
}

.sidr li.menu-item-has-children > .submenu-toggle {
	background: #328E65;
	border-left: 2px solid #000;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-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;
}

.sidr li.menu-item-has-children > .submenu-toggle:hover,
.sidr li.menu-item-has-children.submenu-active > .submenu-toggle {
	background: #43CB83;
}

.sidr li.menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.sidr ul li ul {
  display: none;
}

.sidr ul li.submenu-active > ul,
.sidr ul li.current-menu-item > ul {
	display: block;
}

.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidr ul ul a {
	background: #2DBC7A;
}

.sidr ul ul ul a {
	background: #43CB83;
}

.sidr ul ul ul ul a {
	background: #7BDAA8;
}

.sidr-open.admin-bar #wpadminbar {
	position: fixed;
}

.sidr-menu-buttons {
	padding: 30px 20px;
}

.sidr-menu-buttons a {
	font-size: 14px;
	margin-bottom: 10px;
}

.sidr-menu-languages {
	padding: 0 20px;
}

.sidr-menu-languages .label {
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.sidr-menu-languages a {
  margin: 0 10px;
}

.sidr-menu-languages a:first-of-type {
  margin-left: 0;
}

.sidr-menu-languages a:last-of-type {
  margin-right: 0;
}

.sidr .social-links {
	padding: 0 20px 20px;
}

.sidr .social-links a {
	color: #9B9B9B;
	font-size: 20px;
	margin-right: 10px;
}

/* Page Header
---------------------------------------------------------------------------------------------------- */

/* hide all but the first slide initially to prevent CLS */
.page-header.carousel:not(.slick-initialized) > *:nth-child(n+2) {
	display: none;
}

.page-header.carousel {
}

.page-header.carousel.slick-initialized {

}

.page-header .slide {
	height: 600px;
	height: 43vw;
	max-height: 600px;
	/* background-size: cover; */
	position: relative;
}

.page-header .slide.slide-has-background-image .slide-background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}

.page-header .slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;

	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-header .slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.page-header .slide-overlay .wrap {
	max-width: 1170px;
	padding-bottom: 50px;
}

.page-header .slide-overlay h2 {
	color: #fff;
  background: rgba( 0, 0, 0, .4 );
  margin-bottom: 0;
  padding: 20px;
  display: inline-block;
}

.page-header .slide-overlay h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
}

.page-header .block-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.site-inner {
	position: relative;
}

.site-inner .wrap {
	max-width: 1150px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.content {
	background: #fff;
	float: left;
	padding: 60px 10px;
	width: 76.086956522%;
}

.content-sidebar .content {
	padding-right: 6.52173913%;
}

.sidebar-content .content {
	padding-left: 6.52173913%;
}

.sidebar {
	background: #333;
	float: right;
	padding: 100px 0 100px 25px;
	width: 23.913043478%; /* 275/1150 */
}

.full-width-content .site-inner .wrap {
	max-width: 917px;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

.content-sidebar .site-inner:before,
.sidebar-content .site-inner:before {
	background: #333;
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0;
}

.sidebar-content .site-inner:before {
	left: 0;
}

.sidebar-content .content {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
	padding: 100px 25px 0 0;
}

/* Breadcrumbs
--------------------------------------------- */

/* fallback font to fix CLS issues */
.breadcrumb {
	font-family: Helvetica;
	font-size: 14px;
	letter-spacing: .2px;
	line-height: 1.7;
	margin-bottom: 50px;
}

body.Montserrat--loaded .breadcrumb {
	font-family: 'Montserrat';
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.8;
}

.breadcrumb a {
	color: #4A4A4A;
}

.breadcrumb i:before {
  vertical-align: baseline;
}

/* Archives
--------------------------------------------- */

.archive .entry,
.featured-posts .item {
	border: 1px solid #E1E8ED;
	border-radius: 5px;
	font-size: 12px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}

.archive .entry .entry-image-link,
.featured-posts .item .image-link {
	display: block;
	margin: -20px -20px 10px;
}

.archive .entry h2.entry-title,
.featured-posts .item h4 {
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.featured-posts .item {
	position: relative;
	padding-bottom: 70px;
}

.featured-posts .item p:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

.featured-posts .item .button {
	min-width: 0;
	width: 100%;
}

.featured-posts {
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.site-container .ea-share-count-button.style-gss.email:hover .ea-share-count-label {
	width: 45px;
}

.entry-header .entry-meta > * + * {
  margin-left: 20px;
}

.entry-footer .entry-meta span {
  display: block;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	padding: 8px 12px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
	max-width: 982px;
}

.search-form input[type="search"] {
	padding-right: 65px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -14px;
}

.search-results .content .search-form {
	border: 1px solid #ccc;
}

.search-results .gsc-result .gs-title {
	height: auto;
}

.content .search-form {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

/* Author Box
--------------------------------------------- */

.author-box {
	font-size: 14px;
}

.author-box-dots {
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.author-box-dots .dot {
	background: #4A4A4A;
	border-radius: 3px;
	display: inline-block;
	height: 3px;
	margin: 0 17px;
	width: 3px;
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px; }
  .entry-comments .comment-list li {
    list-style-type: none; }
    .entry-comments .comment-list li article {
      border: 2px solid #EEEEEE;
      border-bottom-width: 0;
      padding: 16px;
      position: relative; }
      .entry-comments .comment-list li article:last-child {
        border-bottom-width: 2px; }
      .entry-comments .comment-list li article::before {
        background: #EEEEEE;
        content: '';
        display: block;
        width: 5px;
        height: calc( 100% + 4px);
        position: absolute;
        top: -2px;
        left: -2px; }
    .entry-comments .comment-list li.staff > article {
      background: rgba(0, 157, 103, 0.05); }
      .entry-comments .comment-list li.staff > article::before {
        background: rgb(0, 157, 103); }
  .entry-comments .comment-list > li {
    overflow: hidden;
    margin-bottom: 16px; }
  .entry-comments .comment-list .comment-author {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 3px; }
    @media (min-width: 768px) {
      .entry-comments .comment-list .comment-author {
        font-size: 22px; } }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 14px; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .comment-reply {
    margin-top: 16px; }
    .entry-comments .comment-list .comment-reply a {
      font-weight: 400; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children > li {
      border-top: 1px solid #E0E0E0; }
  .entry-comments .comment-list .comment-content > ul {
    margin-bottom: 18px; }
    .entry-comments .comment-list .comment-content > ul > li {
      list-style-type: disc; }
  .entry-comments .comment-list .comment-content > ol {
    margin-bottom: 18px; }
    .entry-comments .comment-list .comment-content > ol > li {
      list-style-type: decimal; }

.comment-respond p:last-child {
  margin-bottom: 0; }

.comment .comment-respond {
  border: 2px solid #EEEEEE;
  padding: 32px 16px; }

.comment-respond label {
  display: block;
  margin-right: 12px; }
  .comment-respond label[for="subscribe"], .comment-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block; }

.comment-respond .form-submit {
  text-align: center; }

.comment-respond #cancel-comment-reply-link {
  font-size: 18px;
  color: rgb(0, 157, 103);
  float: right;
  vertical-align: middle;
  margin-top: 10px; }rgb(0, 157, 103)

/* Blog
---------------------------------------------------------------------------------------------------- */

.wrmeadows-blog .entry {
  border: none;
  padding: 0;
}

.wrmeadows-blog .entry .entry-image-link {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

.archive.wrmeadows-blog .entry h2.entry-title {
  text-align: left;
  font-size: 24px;
  text-transform: none;
  letter-spacing: normal;
}

.wrmeadows-blog .entry-footer p {
  margin: 0;
}
/* Product
---------------------------------------------------------------------------------------------------- */

.product-share {
	font-size: 20px;
	text-align: right;
}

.product-share a {
	color: #E1E8ED;
}

.product-share a:hover {
	color: #009D67;
}

.next-steps {
	background: #4A4A4A;
	margin-bottom: 30px;
	padding: 20px;
	overflow: hidden;
	width: 100%;
}

.next-steps h3 {
	color: #fff;
	margin-bottom: 10px;
}

.next-steps .button {
	min-width: 0;
	float: left;
	margin-left: 2.564102564%;
	width: 23.076923077%;
}

.next-steps .button:first-of-type {
	margin-left: 0;
}

.next-steps.count-3 .button {
	width: 31.623931624%;
}

/* Tabbed Content
--------------------------------------------- */

.tab-section {
	padding-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.tab-section .tab-nav {
	border-bottom: 1px solid #E1E8ED;
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.tab-section .tab-nav li {
	list-style-type: none;
	display: block;
	float: left;
}

.tab-section .tab-nav li a {
	border: 1px solid #E1E8ED;
	border-left-width: 0;
	color: #4A4A4A;
	display: block;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: -1px;
}

.tab-section .tab-nav li:first-child a {
	border-left-width: 1px;
	border-top-left-radius: 10px;
}

.tab-section .tab-nav li:last-child a {
	border-top-right-radius: 10px;
}

.tab-section .tab-nav li a:hover {
	background: #f0f0f0;
	text-decoration: none;
}

.tab-section .tab-nav li a.current {
	background: #009D67;
	border-color: #009D67;
	color: #fff;
}

.tab-section .tab-content {
	display: none;
}

.tab-section .tab-content.current {
	display: block;
}

.tab-section .tab-content.has-sidebar {
	position: relative;
	min-height: 500px;
}

.tab-section .tab-content hr {
	overflow: auto;
	width: auto;
}

.tab-section .tab-content ul {
	display: inline-block;
	width: auto;
	max-width: 450px;
}

.tab-section .tab-sidebar {
	border: 1px solid #E1E8ED;
	border-radius: 5px;
	float: right;
	overflow: hidden;
	margin: 0 0 30px 30px;
	width: 252px;
}

.tab-section .tab-sidebar ul {
	margin: 30px 20px 7px;
}

.tab-section .tab-sidebar ul li {
	list-style-type: none;
	font-size: 12px;
  font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tab-section .mobile-tab-title {
	background: #4A4A4A;
	color: #43CB83;
	display: none;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 6px;
	padding: 5px 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.tab-section .mobile-tab-title.current {
	margin-bottom: 20px;
}

.tab-section .mobile-tab-title.current,
.tab-section .mobile-tab-title:hover {
	background: #009D67;
	color: #fff;
}

.tab-section .mobile-tab-title:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 10px;
	content: "\e901";
}

.tab-section .mobile-tab-title.current:after {
	content: "\e900";
}

.product-links li {
	border-bottom: 1px solid #dfdfdf;
}

.product-links ul li:last-child {
	border-bottom: 0;
}

.product-links a {
	display: block;
	position: relative;
	padding: 10px 40px 10px 0;

}

.product-links a:hover {
	color: #43CB83;
	text-decoration: none;
}

.product-links i {
	font-size: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -18px;
}

/* Product Listing
--------------------------------------------- */

.related-products {
	background: #F1F1F1;
	padding: 100px 0;
}

.related-products .wrap {
	max-width: 1170px;
}

.product-listing .product {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 0 20px 20px;
}

@supports( display: grid ) {
	@media only screen and (min-width: 768px) {
		.product-listing {
			display: grid;
			grid-template-columns: repeat( 2, 1fr );
			grid-column-gap: 50px;
		}

		.product-listing .product {
			margin-left: 0;
			width: 100%;
		}
	}
	@media only screen and (min-width: 900px) {
		.product-listing {
			grid-template-columns: repeat( 4, 1fr );
		}
	}
}

.product-listing .entry-image-link {
	display: block;
	margin: 0 -20px 6px;
}

.product-listing .product p {
	margin: 0;
	font-size: 12px;
}

/* Mobile Related Products
--------------------------------------------- */

.mobile_related_products {
  display: none;
  margin: -20px -10px 10px;
}

.mobile_related_products h3,
.mobile_related_products h4 {
  margin: 0;
}

.mobile_related_products h3 a,
.mobile_related_products h4 a {
  background: #009D67;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 28px;
}

.mobile_related_products h3 a:after,
.mobile_related_products h4 a:after {
  content: "\e900";
  float: right;
}

.mobile_related_products ul {
  background: #4A4A4A;
  display: none;
  padding: 10px 28px;
}

.mobile_related_products.mobile-active ul {
  display: block;
}

.mobile_related_products ul a {
  color: #43CB83;
  text-decoration: none;
}

.mobile_related_products ul .current-menu-item a,
.mobile_related_products ul a:hover {
  color: #009D67;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home .icl_post_in_other_langs {display:none;}

.home-projects,
.home-learning,
.home-news,
.home-products {
	font-size: 12px;
	padding: 100px 0;
}

.home-projects,
.home-products {
	background: #F1F1F1;
}

.home-projects h6,
.home-learning h2,
.home-products .product h6,
.home-logos h2 {
	text-align: center;
}

p.more {
	overflow: hidden;
	width: 100%;
}

/* Product Categories
--------------------------------------------- */

.entry-content .product-cat-listing ul {
	margin: 0;
}

.entry-content .product-cat-listing li {
	list-style-type: none;
}

.product-cat-listing a {
	color: #73D8A3;
	display: block;
}

.product-cat-listing .menu > li {
	background: #333;
	margin-bottom: 10px;
}

.product-cat-listing .menu > li > a {
	background: #009D67;
	box-shadow: 0 5px 8px 0 rgba( 0, 0, 0, .5);
	color: #fff;
	display: block;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 5px 30px 5px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.product-cat-listing .menu > li > a:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 10px;
	content: "\e901";
}

.product-cat-listing .menu > li.submenu-active > a:after {
	content: "\e900";
}

.product-cat-listing .menu > li > a:hover {
	background: #43CB83;
}

.product-cat-listing .menu > li > ul {
	padding: 20px 30px 8px;
	display: none;
}

.product-cat-listing .menu > li.submenu-active > ul {
	display: block;
}

.product-cat-listing .menu > li > ul ul li {
	padding-left: 15px;
}

.product-cat-listing .menu ul a {
	margin-bottom: 13px;
}

/* Product Info
--------------------------------------------- */

.home .sidebar li {
	font-size: 12px;
}

/* Case Studies and Project Profiles
--------------------------------------------- */

.home-projects img {
	border-radius: 5px;
}

/* Learning Center
--------------------------------------------- */

.home-learning .wrap {
	max-width: 1070px;
}

.home-learning .inner-wrap {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}

.home-learning .learning-icon {
	border: 1px solid #E1E8ED;
	border-radius: 50%;
	display: block;
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 100px;
	margin: 0 auto 20px;
	text-align: center;
}

.home-learning .learning-icon:hover {
	border-color: #009D67;
}

/* About
--------------------------------------------- */

.home-about {
	background: #F1F1F1;
	font-size: 12px;
	position: relative;
	padding-left: 50%;
}

.home-about-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.home-about-left .caption {
	color: #fff;
	letter-spacing: .1em;
	text-transform: uppercase;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.home-about-right {
	padding: 100px;
}

.home-about-right .inner-wrap {
	max-width: 485px;
}

/* News
--------------------------------------------- */

.home-news .date {
	color: #9B9B9B;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.home-news h2,
.home-news .post-listing {
	margin-bottom: 40px;
}

.home-news .widget {
	border: 1px solid #E1E8ED;
	max-width: 500px;
	margin-bottom: 50px;
	padding: 40px;
}

.home-news .one-half .widget:last-child,
.home-news .widget p:last-child {
	margin-bottom: 0;
}

.home-news .widget.widget_twitter {
	padding: 0;
	margin: 0;
}

/* Products
--------------------------------------------- */

.home-products .wrap {
	max-width: 1170px;
}

/* Logos
--------------------------------------------- */

.home-logos {
	padding: 50px 0;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	color: #fff;
	font-size: 12px;
	margin-bottom: 50px;
}

.sidebar .widget:last-child,
.sidebar ul li:last-child,
.sidebar .widget ul:last-child {
	margin-bottom: 0;
}

.sidebar h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: none;
}

.sidebar h4 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
}

.sidebar h4 a:not(.button) {
	color: #fff;
}

.sidebar ul {
	margin-bottom: 30px;
}

.sidebar li {
	font-size: 16px;
	list-style-type: none;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sidebar a:not(.button) {
	color: #73D8A3;
}

.sidebar .current-menu-item > a,
.sidebar .current-post-ancestor > a {
	color: #009D67;
}

.widget_case_study img {
	border-radius: 5px;
	margin-bottom: 10px;
}

.widget_case_study .title {
	line-height: 1.2;
	letter-spacing: .1em;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget_nav_menu .menu ul {
	display: none;
	padding-left: 10px;
}

.sidebar .widget_nav_menu .menu li {
	margin: 0;
}

.sidebar .widget_nav_menu .menu li li li {
	font-size: 14px;
}

.sidebar .widget_nav_menu .menu li > a {
	display: block;
	margin-bottom: 20px;
}

.sidebar .widget_nav_menu .menu .submenu-active > ul {
	display: block;
}

.sidebar .widget_nav_menu .menu-item-has-children {
	padding-right: 16px;
	position: relative;
}

.sidebar .widget_nav_menu .menu-item-has-children > .submenu-toggle {
	color: #43CB83;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 10px;
}

.sidebar .widget_nav_menu .menu-item-has-children > .submenu-toggle:hover {
	color: #fff;
}

.sidebar .widget_nav_menu .menu-item-has-children > .submenu-toggle:before {
	content: "\e901";
}

.sidebar .widget_nav_menu .menu .submenu-active > .submenu-toggle:before {
	content: "\e900";
}

/* Start alternate color */
.sidebar a:not(.button) {
	color: #fff;
}

.sidebar h4, .sidebar h4 a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.product-cat-listing a {
	color: #fff;
}

.sidebar .current-menu-item>a,
.sidebar .current-post-ancestor>a,
.sidebar .widget_nav_menu .menu-item-has-children > .submenu-toggle {
	color: #888;
}

/* End alternate colors */

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #333;
	color: #f1f1f1;
	font-size: 12px;
	padding: 40px 0;
}

.footer-widgets .wrap {
	max-width: 1170px;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 4.347826087%;
	width: 21.739130435%;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .widget-area .widget {
	margin-bottom: 30px;
}

.footer-widgets .widget-area .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets h4,
.footer-widgets h4 a {
	color: #43CB83;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.footer-widgets li {
	margin-bottom: 4px;
	list-style-type: none;
}

.footer-widgets a {
	color: #F1F1F1;
}

.footer-widgets .small,
.footer-widgets .small a {
	color: #9B9B9B;
	font-size: 11px;
}

.footer-logo {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 130px;
	margin: 0 auto;
	background-image: url(images/logo-footer-2022.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999em;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */


.site-footer {
	background: #333;
	padding-bottom: 64px;
}

.site-footer .social-links {
	float: left;
	margin: 0;
}

.site-footer .social-links a {
	color: #9B9B9B;
	font-size: 20px;
	margin-right: 15px;
}

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

.site-footer .footer-search,
.site-footer .footer-top {
	display: block;
	font-size: 14px;
	line-height: 36px;
	float: left;
	margin-left: 1px;
	padding: 0 20px;
	text-decoration: none;
}

.site-footer .footer-search,
.site-footer .footer-top:hover {
	background: #E1E8ED;
	color: #009D67;
}

.site-footer .footer-search:hover,
.site-footer .footer-top {
	background: #009D67;
	color: #fff;
}

#search-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    background: rgba( 74, 74, 74, .9 );
    text-align: center;
}

#search-overlay .wrap {
	position: relative;
    padding-top: 110px;
    max-width: 982px;
}

#search-overlay .icon-close {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 24px;
    color: #009D67;
    cursor: pointer;
}

#search-overlay .search-form {
	max-width: 982px;
	margin: 0 auto;
}

.privacy-bar {
	background: #232323;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 12px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.privacy-bar {
		display: none;
	}
}

.privacy-bar--disabled {
	display: none;
}

.privacy-bar a {
	color: #fff;
}

.privacy-bar a:hover {
	color: #009d67;
}

.privacy-bar__close {
	border-radius: 0;
	padding: 9px 0;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: normal;
	min-width: 92px;
	width: 92px;
	margin: 8px 0 0;
}

@media only screen and (min-width: 767px) {
	.privacy-bar {
		padding-left: 104px;
	}
	.privacy-bar__close {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
	}

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

	.site-footer .footer-right {
		float: none;
		display: inline-block;
	}
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {

	.mobile-show {
		display: none;
	}
}

@media only screen and (max-width: 1375px) {

  .header-widget-area {
    display: none;
  }
}

@media only screen and (max-width: 1260px) {

	.site-header {
		position: sticky;
		top: 0;
	}

	.site-header .header-widget-area,
	.site-header .nav-header {
		display: none;
	}

	.site-header .wrap {
		padding: 0;
	}

	.title-area {
		margin: 5px 10px;
		width: 100px;
	}

	.site-title a {
		background: url(images/logo2-2022-mobile.jpg) no-repeat left center;
		background-size: contain;
		width: 224px;
		width: 100px;
		height: 45px;
	}

	/*
	body:not(.nav-up):not(.nav-down) .site-title a {
		height: 60px;
	}
	*/

	.mobile-menu-options {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {

	.home-about-right {
		padding: 40px 20px;
	}
}

@media only screen and (max-width: 1060px) {

	.sidebar {
		float: none;
		padding: 40px 80px;
		overflow: hidden;
		width: 100%;
	}

	.sidebar .widget {
		float: left;
		margin-left: 5.882352941%;
		width: 29.411764706%;
	}

	.sidebar .widget:nth-child(3n+1) {
		margin-left: 0;
		clear: both;
	}

	.home .sidebar .tablet-left {
		float: left;
		width: 250px;
	}

	.home .sidebar .tablet-right {
		float: left;
		width: 250px;
	}

	.content {
		float: none;
		padding: 40px 80px;
		width: 100%;
	}

	.top-bar {
		font-size: 11px;
	}

	.top-bar .language-dropdown .options {
		top: 31px;
	}
}

@media only screen and (min-width: 900px) {

	.box-links.cols-3 .box-link {
		width: 30.4347826087%;
	}

	.box-links.cols-4 .box-link {
		width: 21.7391304348%;
	}

	.box-links.cols-3 .box-link:nth-child(3n+1),
	.box-links.cols-4 .box-link:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}

}

@media only screen and (max-width: 900px) {

	.one-half.break-early {
		margin: 0;
		width: 100%;
	}

  .home-logos .one-half.first {
    margin-bottom: 50px;
  }

	.related-products .wrap,
	.home-projects .wrap,
	.home-news .wrap,
	.home-products .wrap,
	.home-logos .wrap {
		max-width: 570px;
	}

	.home-about {
		padding: 0;
	}

	.home-about-left {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.home-about-right .inner-wrap {
		max-width: 550px;
		margin: 0 auto;
	}

	.home .sidebar .tablet-right {
		margin-left: 40px;
	}

	.box-links {
		max-width: 488px;
		margin: 0 auto;
	}

	.box-links .box-link {
		width: 47.8260869565%;
	}

	.footer-widgets .widget-area {
		text-align: center;
        width: 100%;
        margin-bottom: 30px;
	}

	.tab-section .tab-nav li a {
		font-size: 14px;
	}

	.related-products {
		padding: 20px 0;
	}

}

@media only screen and (max-width: 767px) {

	.content,
	.sidebar-primary,
	.next-steps .button,
  .next-steps.count-3 .button,
	.footer-widgets .widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.mobile-hide,
	.top-bar,
	.site-footer .footer-search,
  .page-header .slide-overlay h3,
	.home-projects .project p,
	.home-products .product p {
		display: none;
	}

	.button.button-block,
	.next-steps .button,
  .next-steps.count-3 .button {
		margin-bottom: 10px;
	}


	.home .sidebar .tablet-left,
	.home .sidebar .tablet-right {
		width: 100%;
		margin: 0;
	}

	h1 {
		font-size: 26px;
	}

	h2.large {
		font-size: 26px;
		margin-bottom: 20px;
	}

  .page-header .slide-overlay h2 {
    font-size: 18px;
    padding: 10px;
  }

	h2 {
		font-size: 22px;
	}

	.content,
	.sidebar-content .content,
	.content-sidebar .content {
		padding: 20px 10px;
	}

	.sidebar {
		padding: 40px 20px;
	}

	.home-projects, .home-learning, .home-news, .home-products {
		padding: 20px 0;
	}

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

	.home-projects .project,
	.home-projects .project.first {
		max-width: 250px;
		margin: 0 auto;
		float: none;
	}


	.home-learning .inner-wrap {
		max-width: 350px;
		position: relative;
		padding-left: 85px;
		text-align: left;
	}

	.home-learning h6 {
		margin-bottom: 5px;
	}

	.home-learning .learning-icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 34px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

  .home-logos .logo {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }

	.archive .entry,
	.featured-posts .item {
		max-width: 246px;
		float: none;
		margin: 0 auto 20px;
	}

  .top-showcase-bui2 {
    width: 100%;
  }

  .mobile_related_products {
    display: block;
  }

  #gform_wrapper_16 .gform_footer input[type="submit"],
  #gform_wrapper_27 .gform_footer input[type="submit"] {
    font-size: 12px;
    padding: 6px;
  }

}

@media only screen and (max-width: 640px) {

	.tab-section .tab-nav {
		display: none;
	}

  .tab-section .tab-content {
    margin-bottom: 30px;
  }

	.tab-section .tab-content.has-sidebar {
		padding-right: 0;
		min-height: 0;
	}

	.tab-section .tab-sidebar {
		float: none;
		margin: 0 auto 40px;
		position: relative;
		top: auto;
		right: auto;
	}

	.tab-section .mobile-tab-title {
		display: block;
	}

	.sidebar .widget {
		width: 100%;
		margin: 0 0 30px;
	}

}

@media only screen and (max-width: 520px) {

	.product-listing .product {
		width: 100%;
		float: none;
		max-width: 250px;
		margin: 0 auto 20px !important;
	}

	.page-header .slide-overlay .wrap {
		padding-bottom: 0;
	}

	.slick-arrow {
		font-size: 20px;
	}

	.site-footer .social-links a {
		margin-right: 10px;
	}

	.box-links {
		max-width: 220px;
	}

	.box-links .box-link {
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 400px) {

  .sidr {
    width: calc( 100% - 55px);
  }

  .sidr.right {
    right: -400px;
  }

  .sidr.left {
    left: -400px;
  }

  .sidr li a {
    font-size: 14px;
  }

  .sidr-menu-buttons {
    padding: 30px 10px;
  }

  .sidr-menu-languages a {
    margin: 0;
    display: block;
  }
}

@media only print {

	.top-bar,
	.header-widget-area,
	.nav-header,
	.mobile-menu-options,
	.content-sidebar .site-inner:before,
	.sidebar-content .site-inner:before,
	.tab-section .mobile-tab-title:after,
	.product-share,
  .tab-section,
	.tab-section .tab-nav,
	.tab-section .tab-sidebar,
	.tab-section .tab-content#videos,
	.tab-section .mobile-tab-title[href="#videos"],
	.next-steps,
	.ea-share-count-wrap,
	.sidebar,
	.related-products,
	.footer-widgets,
	.site-footer {
		display: none;
	}

	.site-header {
		box-shadow: none;
	}

	.title-area {
		width: 100%;
		margin: 0 20px;
	}

	.site-title a {
		font-size: 32px;
		text-indent: 0;
		background: transparent;
		width: 100%;
		height: auto;
	}

	.content {
		padding: 0;
		width: 100%;
	}

	.tab-section .mobile-tab-title,
	.tab-section .mobile-tab-title.current {
		display: block;
		background: transparent;
		color: #009D67;
		font-size: 20px;
		letter-spacing: normal;
		text-transform: none;
		padding: 0;
	}

	.tab-section .tab-content {
		display: block;
		margin-bottom: 30px;
	}

}

/* Knowledge Base
---------------------------------------------------------------------------------------------------- */
.ht-kb.archive .entry {
	max-width: 100%;
	border: 0;
	padding: 0;
	font-size: 16px;
}


.tax-ht_kb_category .archive-description,
.entry.type-ht_kb .entry-footer,
.search-results.post-type-archive-ht_kb .entry-image-link {
	display: none;
}

.cwp-blog-header {
	margin-bottom: 40px;
}

@media only screen and (min-width: 767px) {
	.cwp-blog-header {
		display: flex;
		gap: 16px;
	}

	.content .cwp-blog-header .search-form {
		margin-bottom: 0;
	}

	.cwp-blog-header > * {
		flex-basis: 0;
		flex-grow: 1;
	}
}