@charset "UTF-8";
/*!
Theme Name: Green Biologics
Theme URI: http://underscores.me/
Author: Wyse Advertising
Author URI: http://underscores.me/
Description: Description
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: green-biologics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Green Biologics is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,700");
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 108, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 125, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 129, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 221, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 232, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 320, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 339, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/_normalize.scss */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #484848;
  font-family: "Archivo Narrow", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4; }

/* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_typography.scss */
* {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1e427d;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin: 20px 0 0;
  padding-bottom: 1.25rem; }

/* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h1 {
  font-size: 2.8125rem; }

/* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h2 {
  font-size: 2.6rem; }

/* line 17, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h3 {
  font-size: 2.5rem;
  padding-top: 1.875rem; }

/* line 21, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
.novc h2 {
  font-size: 2.4rem; }

/* line 24, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
.novc h3 {
  padding-top: unset;
  font-size: 2rem; }

/* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h4 {
  font-size: 1.25rem; }

/* line 35, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
.vc_row h1,
.gb_row h1,
h1.entry-title,
h1.page-title {
  text-align: center; }

/* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h2.entry-title,
h1.entry-title,
h1.page-title {
  text-align: center;
  line-height: 1; }

/* line 47, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
h1.page-title {
  font-size: 1.2rem; }
  /* line 50, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
  h1.page-title span {
    display: block;
    font-size: 2.8125rem; }

/* line 55, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
.type-normal {
  font-size: 1.125rem;
  line-height: 1.3; }

/* line 67, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_headings.scss */
.center-feature h1,
.center-feature h2,
.center-feature h3,
.center-feature h4,
.center-feature h5,
.center-feature h6,
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6,
.type-large h1,
.type-large h2,
.type-large h3,
.type-large h4,
.type-large h5,
.type-large h6,
.subhead h1,
.subhead h2,
.subhead h3,
.subhead h4,
.subhead h5,
.subhead h6,
.type-xl h1,
.type-xl h2,
.type-xl h3,
.type-xl h4,
.type-xl h5,
.type-xl h6,
.type-small h1,
.type-small h2,
.type-small h3,
.type-small h4,
.type-small h5,
.type-small h6 {
  line-height: 1;
  margin: 0; }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
  margin-top: 0; }

/* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic; }

/* line 10, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em; }

/* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em; }

/* line 18, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/* line 34, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

/* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 44, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
big {
  font-size: 125%; }

/* line 48, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
.type-normal {
  font-size: 1.125rem;
  line-height: 1.3; }

/* line 52, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
.center-feature,
.feature,
.type-large {
  font-size: 1.3125rem;
  line-height: 1.4; }

/* line 58, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
.type-xl {
  font-size: 1.5;
  line-height: 1.3; }

/* line 62, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
.type-small {
  font-size: 1rem;
  line-height: 1.3; }

/* line 67, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/typography/_copy.scss */
.subhead,
p.subhead {
  font-size: 2.2rem !important;
  margin-top: 0;
  padding-top: .3em;
  padding-bottom: 1.25rem;
  line-height: 1.3 !important;
  text-align: center; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
html {
  box-sizing: border-box; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* line 16, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1em 3em; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
ul {
  list-style: disc; }

/* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
ol {
  list-style: decimal; }

/* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

/* line 19, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
dt {
  font-weight: bold; }

/* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 25, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* line 30, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 16, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-medblue a,
.gb-button.btn-medblue button {
  background-color: #0072bc;
  color: #ffffff;
  border-color: #0072bc;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-medblue a:hover,
  .gb-button.btn-medblue button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-darkblue a,
.gb-button.btn-darkblue button {
  background-color: #1e427d;
  color: #ffffff;
  border-color: #1e427d;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-darkblue a:hover,
  .gb-button.btn-darkblue button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-brightblue a,
.gb-button.btn-brightblue button {
  background-color: #2caae2;
  color: #ffffff;
  border-color: #2caae2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-brightblue a:hover,
  .gb-button.btn-brightblue button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-yellow a,
.gb-button.btn-yellow button {
  background-color: #f6d200;
  color: #ffffff;
  border-color: #f6d200;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-yellow a:hover,
  .gb-button.btn-yellow button:hover {
    color: #ffffff;
    background-color: #f7941e;
    border-color: #f7941e; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-orange a,
.gb-button.btn-orange button {
  background-color: #f7941e;
  color: #ffffff;
  border-color: #f7941e;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-orange a:hover,
  .gb-button.btn-orange button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-green a,
.gb-button.btn-green button {
  background-color: #75c043;
  color: #ffffff;
  border-color: #75c043;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-green a:hover,
  .gb-button.btn-green button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-inactive a,
.gb-button.btn-inactive button {
  background-color: #808285;
  color: #484848;
  border-color: #808285;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }
  /* line 39, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-inactive a:hover,
  .gb-button.btn-inactive button:hover {
    color: #1e427d;
    background-color: #f6d200;
    border-color: #f6d200; }

/* line 47, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.vc_btn3-container a,
.home-button a,
.gb-button a,
.gb-button button {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold; }

/* line 53, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-center {
  margin: 0px auto 32px;
  text-align: center; }

/* line 57, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-right {
  text-align: right; }

/* line 60, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-left {
  text-align: left; }

/* line 63, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-center,
.gb-button.gb-btn-right,
.gb-button.gb-btn-left {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 32px; }

/* line 71, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-inline {
  padding: .5rem 0; }

/* line 74, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.gb-btn-inline {
  padding: .1rem; }

/* line 78, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button button.gb-btn-size-lg,
.gb-button a.gb-btn-size-lg {
  font-size: 1.3rem; }

/* line 82, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button button.gb-btn-size-sm,
.gb-button a.gb-btn-size-sm {
  font-size: .9rem; }

/* line 86, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button button.gb-btn-size-med,
.gb-button a.gb-btn-size-med {
  font-size: 1rem; }

/* line 90, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button button.gb-btn-size-xs,
.gb-button a.gb-btn-size-xs {
  font-size: .7rem; }

/* line 95, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gform_footer {
  text-align: center; }

/* line 98, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button {
  text-align: center; }

/* line 101, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button a,
.gb-button button {
  display: inline-block;
  transition: all .5s;
  cursor: pointer; }

/* line 107, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-btn-fullwidth.gb-button a,
.gb-btn-fullwidth.gb-button button {
  display: block; }

/* line 111, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gform_button.button {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  background-color: #75c043;
  color: #ffffff;
  border-color: #75c043;
  font-size: .9rem;
  transition: all .5s;
  margin-bottom: 1rem;
  display: inline-block; }
  /* line 120, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gform_button.button:hover {
    color: #1e427d;
    border-color: #f6d200;
    background-color: #f6d200; }

/* line 126, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: .9rem !important; }

/* line 130, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
span.edit-link {
  display: flex;
  justify-content: center; }

/* line 135, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
span.edit-link a {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  background-color: #808285;
  color: #ffffff;
  font-size: .8rem;
  margin-right: .5rem;
  text-decoration: none;
  display: block; }

/* line 145, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.gb-button.btn-gradient button,
.gb-button.btn-gradient a {
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1);
  color: #ffffff;
  opacity: 1; }
  /* line 150, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
  .gb-button.btn-gradient button:hover,
  .gb-button.btn-gradient a:hover {
    opacity: .8;
    border-color: #0072bc;
    color: #ffffff; }

/* line 157, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_buttons.scss */
.bg-yellow .gb-button.btn-yellow button,
.bg-yellow .gb-button.btn-yellow a,
.bg-orange.gb-button.btn-orange button,
.bg-orange .gb-button.btn-orange a,
.bg-blue-med .gb-button.btn-medblue a,
.bg-blue-med .gb-button.btn-medblue button,
.bg-blue-dark .gb-button.btn-darkblue a,
.bg-blue-dark .gb-button.btn-darkblue button,
.bg-blue-bright .gb-button.btn-brightblue a,
.bg-blue-bright .gb-button.btn-brightblue button,
.bg-green .gb-button.btn-green a,
.bg-green .gb-button.btn-green button,
.bg-gradient .gb-button.btn-gradient a,
.bg-gradient .gb-button.btn-gradient button {
  border-color: #ffffff !important;
  border-width: 2px; }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 0 8px;
  line-height: 3rem;
  height: 3rem; }
  /* line 24, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

/* line 28, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
textarea {
  line-height: 1.3em;
  height: unset; }

/* line 32, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
select {
  border: 1px solid #75c043; }

/* line 36, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
textarea {
  width: 100%; }

/* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
.gform_wrapper .top_label .gfield_label,
label.gfield_label {
  display: none !important; }

/* line 45, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5a5c5e;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-weight: bold;
  font-size: .875rem; }

/* line 53, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5a5c5e;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-weight: bold;
  font-size: .875rem; }

/* line 61, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #5a5c5e;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-weight: bold;
  font-size: .875rem; }

/* line 69, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #5a5c5e;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-weight: bold;
  font-size: .875rem; }

/* line 78, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/forms/_fields.scss */
#searchform {
  text-align: center; }

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
.site {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

/* line 7, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
.header-gradient {
  display: none;
  height: 72px;
  width: 100%;
  margin: 1rem auto 1.125rem;
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1); }

/* line 15, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
#masthead {
  margin-bottom: 10px; }
  /* line 18, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  #masthead .site-branding {
    text-align: center; }
    /* line 21, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
    #masthead .site-branding img {
      width: 355px;
      max-width: 100%; }

/* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
.gb-search {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  /* line 37, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  .gb-search form {
    display: inline-block; }
  /* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  .gb-search .input-group {
    display: flex;
    justify-content: flex-end;
    align-items: self-end; }
    /* line 46, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
    .gb-search .input-group input {
      border: 2px solid #75c043;
      border-radius: 20px;
      height: 2rem;
      line-height: 2rem; }
  /* line 53, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  .gb-search button#searchsubmit {
    height: 28px;
    width: 28px;
    background: #fff url("assets/images/search@2x.png") no-repeat;
    background-size: contain;
    border: none;
    border-radius: 0 !important;
    padding: 0;
    border-radius: 0;
    margin-left: 6px; }
    /* line 64, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
    .gb-search button#searchsubmit span {
      display: none; }

@media all and (min-width: 1280px) {
  /* line 73, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  .header-gradient {
    display: block; }
  /* line 77, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  #masthead {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    /* line 82, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
    #masthead .site-branding {
      flex-basis: 34%; }
    /* line 86, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
    #masthead #masthead-right {
      margin-left: auto;
      text-align: right; }
  /* line 92, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_masthead.scss */
  .gb-search {
    text-align: right;
    margin-right: 58px;
    margin-top: 14px; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_links.scss */
a {
  color: #1e427d; }
  /* line 4, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_links.scss */
  a:visited {
    color: #2caae2; }
  /* line 7, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_links.scss */
  a:hover, a:focus, a:active {
    color: #0072bc; }
  /* line 12, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_links.scss */
  a:focus {
    outline: thin dotted; }
  /* line 15, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_links.scss */
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
#site-navigation {
  position: relative;
  z-index: 999; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  display: none; }
  /* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .main-navigation #primary-menu {
    display: flex;
    justify-content: end;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: bold;
    align-items: center; }
    /* line 17, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation #primary-menu > li {
      position: relative;
      padding-right: 40px;
      padding-top: 7px; }
      /* line 22, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .main-navigation #primary-menu > li a {
        color: #1e427d;
        font-size: 0.9em; }
    /* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation #primary-menu > li:after {
      content: '';
      height: 25px;
      width: 30px;
      background: url("assets/images/navitem.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 3px;
      right: 10px; }
    /* line 40, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation #primary-menu > li:last-of-type:after {
      background: none; }
  /* line 44, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #fff; }
    /* line 51, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 99999;
      text-align: left;
      padding-left: 6px;
      text-transform: none;
      letter-spacing: 0;
      font-size: .95em;
      transform: scaleY(0);
      transform-origin: top left;
      transition: all .5s; }
      /* line 67, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .main-navigation ul ul ul {
        box-shadow: none;
        position: relative;
        transform: scaleY(1);
        display: block;
        transform-origin: top left;
        transition: all .5s;
        top: 0;
        left: 0;
        padding-left: 12px;
        font-size: 1em; }
      /* line 92, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .main-navigation ul ul a {
        width: 200px; }
    /* line 105, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 0;
      transform: scaleY(1);
      transform-origin: top left; }
    /* line 112, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation ul > li:last-of-type:hover > ul,
    .main-navigation ul > li:last-of-type:focus > ul {
      left: unset;
      right: 0; }
  /* line 123, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .main-navigation li {
    position: relative;
    transform: scale(1, 1);
    transition: all .5s; }
    /* line 128, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      transform: scale(1, 1); }
    /* line 133, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .main-navigation li li {
      line-height: 1.6;
      padding-bottom: .6rem; }
      /* line 137, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .main-navigation li li a {
        transform: scale(0.95, 0.95);
        transform-origin: center left;
        transition: all .5s; }
      /* line 142, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .main-navigation li li:hover > a,
      .main-navigation li li.focus > a {
        transform: scale(1.05, 1.05); }
  /* line 150, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* line 162, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.slicknav_menu {
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 4rem;
  padding: 1rem 0; }
  /* line 169, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .slicknav_menu a.slicknav_btn {
    color: #ffffff;
    display: block;
    text-align: left;
    margin-left: 2rem;
    text-decoration: none;
    line-height: 2rem;
    font-size: 1.4rem; }
    /* line 178, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .slicknav_menu a.slicknav_btn span {
      line-height: 2rem;
      font-size: 1.4rem; }
      /* line 182, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
      .slicknav_menu a.slicknav_btn span.dashicons {
        margin-right: 6px; }
  /* line 187, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .slicknav_menu ul {
    padding-left: 2rem;
    margin-left: 0; }
  /* line 192, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .slicknav_menu li {
    list-style: none;
    padding: .3rem 0; }
    /* line 196, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
    .slicknav_menu li a {
      color: #ffffff;
      text-decoration: none; }

/* line 205, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.sitemap-menus .slicknav_menu {
  background: #1e427d;
  margin-bottom: 1rem; }
  /* line 209, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .sitemap-menus .slicknav_menu a.slicknav_btn {
    margin-left: 0; }

/* line 214, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.sitemap-menus .widget_nav_menu {
  display: none; }

/* line 224, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.comment-navigation .nav-next a, .comment-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: bold;
  border-radius: 20px !important;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 2em;
  padding: 0 1em;
  box-shadow: none;
  background-image: none;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  background-color: #0072bc;
  color: #ffffff;
  border-color: #0072bc;
  font-size: .7rem;
  transition: all .5s;
  width: 100%;
  line-height: 1.3em;
  text-align: center; }
  /* line 236, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .comment-navigation .nav-next a:hover, .comment-navigation .nav-previous a:hover,
  .posts-navigation .nav-next a:hover,
  .posts-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover,
  .post-navigation .nav-previous a:hover {
    background-color: #2caae2;
    color: #ffffff;
    border-color: #2caae2; }

@media all and (min-width: 1280px) {
  /* line 247, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .sitemap-menus .widget_nav_menu,
  .main-navigation {
    display: block; }
  /* line 251, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .slicknav_menu {
    display: none; } }

/* line 256, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 800px;
  max-width: 96%;
  margin: 0 auto; }
  /* line 264, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .comment-navigation .nav-next a, .comment-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-next a,
  .post-navigation .nav-previous a {
    line-height: 1.6; }
  /* line 269, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between; }
  /* line 277, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/navigation/_menus.scss */
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 auto 1.5em;
    overflow: hidden; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  /* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_accessibility.scss */
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #484848;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 36, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_alignments.scss */
* {
  box-sizing: border-box; }

/* line 4, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 10, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 16, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* line 16, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  /* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/secondary/_widgets.scss */
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em; }
  /* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
  .home .hentry {
    margin-bottom: 0; }

/* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none; }

/* line 17, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* line 28, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_posts-and-pages.scss */
article.type-raves4wp-testimonial,
article.type-post,
#comments {
  width: 800px;
  max-width: 96%;
  margin: 3rem auto; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.4; }

/* line 7, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
#main.site-main.novc {
  width: 100%;
  max-width: 1100.8px;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto; }

/* line 15, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
#content {
  font-size: 1.125rem;
  margin-top: 4rem; }

/* line 19, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
.home #content {
  margin-top: 0; }

/* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
.site.novc #content {
  max-width: 1126.4px;
  padding-left: 2%;
  padding-right: 2%;
  margin: 4rem auto 0; }

/* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
#primary.content-area {
  box-sizing: content-box; }

/* line 32, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
.archive-description {
  text-align: center; }

/* line 36, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
article.blogpost {
  background: #0072bc;
  color: #ffffff;
  padding: 1.5rem 2rem; }
  /* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost a.post-thumbnail {
    display: block;
    text-align: center; }
  /* line 46, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost:first-of-type {
    margin-top: 0; }
  /* line 49, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost:nth-of-type(2n) {
    background: #2caae2; }
  /* line 52, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost:nth-of-type(3n) {
    background: #75c043; }
  /* line 56, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost a {
    color: #ffffff; }
  /* line 59, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost h2 {
    margin-bottom: 0; }
    /* line 61, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
    article.blogpost h2 a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      font-weight: bold; }
  /* line 67, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  article.blogpost .entry-meta {
    margin-bottom: 1rem; }

/* line 71, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
.search article.blogpost {
  background-color: #ffffff;
  border-bottom: 2px solid #eae8e8;
  color: #484848;
  padding: 3rem 2rem;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 3rem; }
  /* line 80, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  .search article.blogpost:nth-of-type(2n), .search article.blogpost:nth-of-type(3n) {
    background-color: #ffffff;
    border-bottom: 2px solid #eae8e8; }
  /* line 87, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  .search article.blogpost h2 a {
    color: #484848; }

/* line 93, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
.single-post #content #primary .entry-footer .cat-links,
.single-post #content #primary .entry-footer .tags-links,
.blog #content #primary .entry-footer .cat-links,
.blog #content #primary .entry-footer .tags-links,
.archive #content #primary .entry-footer .cat-links,
.archive #content #primary .entry-footer .tags-links {
  text-align: center;
  background-color: rgba(128, 130, 133, 0.1);
  padding: 2rem 1rem;
  display: block;
  width: 100%;
  margin-bottom: 2rem; }
  /* line 106, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  .single-post #content #primary .entry-footer .cat-links span.mark,
  .single-post #content #primary .entry-footer .tags-links span.mark,
  .blog #content #primary .entry-footer .cat-links span.mark,
  .blog #content #primary .entry-footer .tags-links span.mark,
  .archive #content #primary .entry-footer .cat-links span.mark,
  .archive #content #primary .entry-footer .tags-links span.mark {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 2rem; }
  /* line 113, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  .single-post #content #primary .entry-footer .cat-links a,
  .single-post #content #primary .entry-footer .tags-links a,
  .blog #content #primary .entry-footer .cat-links a,
  .blog #content #primary .entry-footer .tags-links a,
  .archive #content #primary .entry-footer .cat-links a,
  .archive #content #primary .entry-footer .tags-links a {
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-weight: bold;
    border-radius: 20px !important;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2em;
    padding: 0 1em;
    box-shadow: none;
    background-image: none;
    border-style: solid;
    text-decoration: none;
    font-weight: bold;
    font-size: .7rem;
    background: #f6d200;
    border-color: #f6d200;
    color: #ffffff;
    margin-right: .5rem;
    margin-bottom: .5rem; }

@media all and (min-width: 768px) {
  /* line 128, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  .single-post #content,
  .blog #content,
  .archive #content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    /* line 133, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
    .single-post #content #primary,
    .blog #content #primary,
    .archive #content #primary {
      width: 68%; }
      /* line 136, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
      .single-post #content #primary h1.entry-title,
      .blog #content #primary h1.entry-title,
      .archive #content #primary h1.entry-title {
        margin-bottom: 0;
        padding-bottom: 0; }
      /* line 141, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
      .single-post #content #primary .entry-meta,
      .blog #content #primary .entry-meta,
      .archive #content #primary .entry-meta {
        text-align: center; }
        /* line 144, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #primary .entry-meta a,
        .blog #content #primary .entry-meta a,
        .archive #content #primary .entry-meta a {
          text-decoration: none; }
      /* line 149, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
      .single-post #content #primary .entry-footer,
      .blog #content #primary .entry-footer,
      .archive #content #primary .entry-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: stretch; }
        /* line 155, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #primary .entry-footer > span,
        .blog #content #primary .entry-footer > span,
        .archive #content #primary .entry-footer > span {
          width: 48%;
          align-items: flex-start; }
        /* line 160, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #primary .entry-footer > span.edit-link,
        .blog #content #primary .entry-footer > span.edit-link,
        .archive #content #primary .entry-footer > span.edit-link {
          width: 100%; }
        /* line 163, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #primary .entry-footer .cat-links,
        .single-post #content #primary .entry-footer .tags-links,
        .blog #content #primary .entry-footer .cat-links,
        .blog #content #primary .entry-footer .tags-links,
        .archive #content #primary .entry-footer .cat-links,
        .archive #content #primary .entry-footer .tags-links {
          width: 48%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          /* line 169, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
          .single-post #content #primary .entry-footer .cat-links span.mark,
          .single-post #content #primary .entry-footer .tags-links span.mark,
          .blog #content #primary .entry-footer .cat-links span.mark,
          .blog #content #primary .entry-footer .tags-links span.mark,
          .archive #content #primary .entry-footer .cat-links span.mark,
          .archive #content #primary .entry-footer .tags-links span.mark {
            width: 100%; }
    /* line 176, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
    .single-post #content #secondary,
    .blog #content #secondary,
    .archive #content #secondary {
      width: 30%; }
      /* line 179, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
      .single-post #content #secondary section,
      .blog #content #secondary section,
      .archive #content #secondary section {
        background: rgba(128, 130, 133, 0.1);
        padding: 2rem 1rem;
        margin-bottom: 2.5rem; }
        /* line 185, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #secondary section h3,
        .blog #content #secondary section h3,
        .archive #content #secondary section h3 {
          margin-top: 0;
          text-align: center;
          font-size: 1rem; }
        /* line 191, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #secondary section button#searchsubmit,
        .blog #content #secondary section button#searchsubmit,
        .archive #content #secondary section button#searchsubmit {
          margin: 20px auto 0;
          display: block; }
        /* line 196, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
        .single-post #content #secondary section ul,
        .blog #content #secondary section ul,
        .archive #content #secondary section ul {
          margin-left: 0;
          padding-left: 0; }
          /* line 200, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
          .single-post #content #secondary section ul li,
          .blog #content #secondary section ul li,
          .archive #content #secondary section ul li {
            list-style-position: inside;
            list-style: none;
            margin-bottom: 1rem; } }

@media all and (min-width: 1400px) {
  /* line 214, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_content.scss */
  #content {
    max-width: 1400px;
    margin: 4rem auto; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 4, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
.bypostauthor {
  display: block; }

/* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
ol.comment-list {
  margin-left: 0;
  padding-left: 0; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
  ol.comment-list ul {
    margin-left: 0;
    padding-left: 0; }
  /* line 18, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
  ol.comment-list li > ul,
  ol.comment-list li > ol {
    margin-left: 0;
    padding-left: 0; }
  /* line 24, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
  ol.comment-list li {
    background: whitesmoke;
    margin-bottom: 2.5rem;
    list-style: none;
    padding: 1rem; }
    /* line 31, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
    ol.comment-list li .comment-meta {
      text-align: center; }
      /* line 34, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
      ol.comment-list li .comment-meta .comment-author img {
        display: block;
        margin: 0 auto .5rem;
        border-radius: 100%;
        padding: 3px;
        background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
        background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
        background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
        background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
        background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1); }
      /* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
      ol.comment-list li .comment-meta .comment-author a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        font-weight: bold; }
      /* line 45, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
      ol.comment-list li .comment-meta .comment-metadata a {
        text-decoration: none;
        font-size: .9rem; }
      /* line 50, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
      ol.comment-list li .comment-meta span.says {
        display: none; }
    /* line 55, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
    ol.comment-list li li.comment {
      margin-left: .5rem;
      border: 6px solid #ffffff; }
    /* line 62, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
    ol.comment-list li .reply {
      text-align: right;
      padding: 2rem 1rem; }
    /* line 66, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/primary/_comments.scss */
    ol.comment-list li .reply a {
      text-transform: uppercase;
      letter-spacing: -0.01em;
      font-weight: bold;
      border-radius: 20px !important;
      font-size: 1rem;
      letter-spacing: .05em;
      line-height: 2em;
      padding: 0 1em;
      box-shadow: none;
      background-image: none;
      border-style: solid;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
      background: #f7941e;
      color: #ffffff; }

/* line 3, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
.full-width-section .fill-width.fill-wrap {
  max-width: 100% !important; }
  /* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .fill-width.fill-wrap .gb-full-width-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }

/* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
.full-width-section .full-width-background-image-right,
.full-width-section .full-width-background-image-left {
  background-size: contain;
  background-position: -300%;
  background-repeat: no-repeat;
  position: relative; }
  /* line 21, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-right .wpb_wrapper,
  .full-width-section .full-width-background-image-left .wpb_wrapper {
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%; }

/* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
.full-width-section #sustainability-plant {
  display: none; }

@media all and (min-width: 768px) {
  /* line 45, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-right .wpb_wrapper,
  .full-width-section .full-width-background-image-left .wpb_wrapper {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  /* line 53, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-left {
    background-position: -500px; }
  /** sustainability page specific */
  /* line 60, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section #sustainability-plant {
    display: block;
    position: absolute;
    right: -250px;
    top: -180px; }
    /* line 66, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
    .full-width-section #sustainability-plant img {
      height: 600px;
      width: auto;
      object-fit: contain; } }

@media all and (min-width: 880px) {
  /* line 80, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-left {
    background-position: -380px; } }

@media all and (min-width: 1120px) {
  /* line 100, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-left {
    background-size: contain;
    background-position: -250px;
    background-repeat: no-repeat; }
  /* line 108, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section #sustainability-plant {
    right: -250px;
    top: -140px; } }

@media all and (min-width: 1320px) {
  /* line 121, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-left {
    background-size: contain;
    background-position: -200px;
    background-repeat: no-repeat; } }

@media all and (min-width: 1400px) {
  /* line 135, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .full-width-background-image-left {
    background-position: -100px; }
  /* line 139, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section .fill-width.fill-wrap {
    max-width: 1800px !important;
    width: 100%; }
  /* line 146, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .full-width-section #sustainability-plant {
    right: -280px;
    top: -140px; }
  /* line 153, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/_fullwidth.scss */
  .page-template-template-fullwidth #content {
    max-width: 100%; } }

/*--------------------------------------------------------------
## Template Specific SCSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Classes
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-ten {
  position: relative;
  z-index: 10; }

/* line 2, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-twenty {
  position: relative;
  z-index: 20; }

/* line 3, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-thirty {
  position: relative;
  z-index: 30; }

/* line 4, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-forty {
  position: relative;
  z-index: 40; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-fifty {
  position: relative;
  z-index: 50; }

/* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-sixty {
  position: relative;
  z-index: 60; }

/* line 7, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-seventy {
  position: relative;
  z-index: 70; }

/* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-eighty {
  position: relative;
  z-index: 80; }

/* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-ninety {
  position: relative;
  z-index: 90; }

/* line 10, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-lowest {
  position: relative;
  z-index: 0; }

/* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.z-highest {
  position: relative;
  z-index: 100; }

/* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.allcaps {
  text-transform: uppercase;
  letter-spacing: -0.1em;
  font-weight: bold; }

/* line 18, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.gradient-text {
  color: #0072bc;
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 114, 188, 0); }

/* line 22, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-blue-med,
.bg-blue-bright,
.bg-blue-dark,
.bg-green,
.bg-yellow,
.bg-orange,
.bg-gradient {
  color: #ffffff; }
  /* line 31, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .bg-blue-med h1,
  .bg-blue-med h2,
  .bg-blue-med h3,
  .bg-blue-med h4,
  .bg-blue-med h5,
  .bg-blue-med h6,
  .bg-blue-bright h1,
  .bg-blue-bright h2,
  .bg-blue-bright h3,
  .bg-blue-bright h4,
  .bg-blue-bright h5,
  .bg-blue-bright h6,
  .bg-blue-dark h1,
  .bg-blue-dark h2,
  .bg-blue-dark h3,
  .bg-blue-dark h4,
  .bg-blue-dark h5,
  .bg-blue-dark h6,
  .bg-green h1,
  .bg-green h2,
  .bg-green h3,
  .bg-green h4,
  .bg-green h5,
  .bg-green h6,
  .bg-yellow h1,
  .bg-yellow h2,
  .bg-yellow h3,
  .bg-yellow h4,
  .bg-yellow h5,
  .bg-yellow h6,
  .bg-orange h1,
  .bg-orange h2,
  .bg-orange h3,
  .bg-orange h4,
  .bg-orange h5,
  .bg-orange h6,
  .bg-gradient h1,
  .bg-gradient h2,
  .bg-gradient h3,
  .bg-gradient h4,
  .bg-gradient h5,
  .bg-gradient h6 {
    color: #ffffff; }
  /* line 40, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .bg-blue-med a,
  .bg-blue-bright a,
  .bg-blue-dark a,
  .bg-green a,
  .bg-yellow a,
  .bg-orange a,
  .bg-gradient a {
    color: #ffffff; }

/* line 45, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-blue-med {
  background: #0072bc; }

/* line 49, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-blue-bright {
  background: #2caae2; }

/* line 53, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-blue-dark {
  background: #1e427d; }

/* line 57, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-green {
  background: #75c043; }

/* line 61, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-yellow {
  background: #f6d200; }

/* line 65, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-orange {
  background: #f7941e; }

/* line 69, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-grey {
  background: #eae8e8; }

/* line 73, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.bg-gradient {
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1); }

/* line 77, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.gb-row,
.vc_row {
  padding-left: 2%;
  padding-right: 2%; }

/* line 83, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.fill-width.fill-wrap {
  width: 100%;
  max-width: 1100.8px;
  box-sizing: border-box;
  position: relative; }
  /* line 90, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.gb-wide:before, .fill-width.fill-wrap.gb-wide:after {
    content: '';
    display: block;
    width: 900px;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: inherit; }
  /* line 100, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.gb-wide:before {
    right: 100%; }
  /* line 103, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.gb-wide:after {
    left: 100%; }
  /* line 107, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-blue-med.gb-wide:before, .fill-width.fill-wrap.bg-blue-med.gb-wide:after {
    background: #0072bc; }
  /* line 112, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-blue-bright.gb-wide:before, .fill-width.fill-wrap.bg-blue-bright.gb-wide:after {
    background: #2caae2; }
  /* line 117, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-blue-dark.gb-wide:before, .fill-width.fill-wrap.bg-blue-dark.gb-wide:after {
    background: #1e427d; }
  /* line 122, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-green.gb-wide:before, .fill-width.fill-wrap.bg-green.gb-wide:after {
    background: #75c043; }
  /* line 127, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-yellow.gb-wide:before, .fill-width.fill-wrap.bg-yellow.gb-wide:after {
    background: #f6d200; }
  /* line 132, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-orange.gb-wide:before, .fill-width.fill-wrap.bg-orange.gb-wide:after {
    background: #f7941e; }
  /* line 137, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-gradient.gb-wide {
    max-width: 100%; }
    /* line 140, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.bg-gradient.gb-wide .vc_row,
    .fill-width.fill-wrap.bg-gradient.gb-wide .gb_row {
      max-width: 100%;
      background: transparent; }
  /* line 148, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.bg-gradient.gb-wide:before, .fill-width.fill-wrap.bg-gradient.gb-wide:after {
    display: none; }
  /* line 154, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap .bg-grey.gb-wide:before,
  .fill-width.fill-wrap .bg-grey.gb-wide:after {
    background: #eae8e8; }
  /* line 158, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-left.gb-wide:after {
    background-color: #ffffff !important; }
  /* line 162, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-right.gb-wide:before {
    background-color: #ffffff !important; }
  /* line 168, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap .vc_column_container.feature .vc_column-inner {
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem; }
  /* line 176, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap h1,
  .fill-width.fill-wrap h2,
  .fill-width.fill-wrap h3,
  .fill-width.fill-wrap h4,
  .fill-width.fill-wrap h5,
  .fill-width.fill-wrap h6 {
    line-height: 1; }

/* line 188, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.vc_row .image-wrap > .vc_column-inner > .wpb_wrapper,
.vc_row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image,
.gb-row .image-wrap > .vc_column-inner > .wpb_wrapper,
.gb-row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  height: 100%; }
  /* line 193, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure,
  .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure,
  .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure,
  .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure {
    height: 100%;
    display: block; }
    /* line 197, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure .vc_single_image-wrapper,
    .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure img,
    .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper,
    .vc_row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure img,
    .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure .vc_single_image-wrapper,
    .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper figure.wpb_wrapper.vc_figure img,
    .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper,
    .gb-row .image-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image figure.wpb_wrapper.vc_figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* line 206, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.vc_row .obfill img,
.gb-row .obfill img {
  object-fit: fill;
  height: 100%;
  width: 100%; }

/* line 212, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
.vc_row .wpb_single_image .vc_box_border.vc_box_border_blue,
.vc_row .wpb_single_image .vc_box_border_circle.vc_box_border_blue,
.gb-row .wpb_single_image .vc_box_border.vc_box_border_blue,
.gb-row .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
  background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
  background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1); }

@media all and (min-width: 768px) {
  /* line 220, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-left .gb-row,
  .fill-width.fill-wrap.row-left .vc_row {
    padding-right: 0; }
    /* line 225, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-left .gb-row .vc_column_container > .vc_column-inner,
    .fill-width.fill-wrap.row-left .vc_row .vc_column_container > .vc_column-inner {
      padding-right: 0; }
    /* line 228, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-left .gb-row .vc_column_container.feature > .vc_column-inner,
    .fill-width.fill-wrap.row-left .vc_row .vc_column_container.feature > .vc_column-inner {
      padding-right: 12%; }
  /* line 233, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-right .gb-row,
  .fill-width.fill-wrap.row-right .vc_row {
    padding-left: 0; }
    /* line 237, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-right .gb-row .vc_column_container > .vc_column-inner,
    .fill-width.fill-wrap.row-right .vc_row .vc_column_container > .vc_column-inner {
      padding-left: 0; }
    /* line 240, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-right .gb-row .vc_column_container.feature > .vc_column-inner,
    .fill-width.fill-wrap.row-right .vc_row .vc_column_container.feature > .vc_column-inner {
      padding-left: 12%; } }

@media all and (min-width: 960px) {
  /* line 247, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    /* line 252, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap .gb-row,
    .fill-width.fill-wrap .vc_row {
      margin: 0 auto; }
    /* line 260, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap .vc_column_container.feature .vc_column-inner {
      padding-left: 0;
      padding-right: 0; }
    /* line 266, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-left.gb-wide {
      margin-right: 144px !important; }
      /* line 270, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
      .fill-width.fill-wrap.row-left.gb-wide .vc_column_container.feature .vc_column-inner {
        padding-right: 12%; }
    /* line 275, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-right.gb-wide {
      margin-left: 72px !important; }
      /* line 279, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
      .fill-width.fill-wrap.row-right.gb-wide .vc_column_container.feature .vc_column-inner {
        padding-left: 12%; } }

@media all and (min-width: 1280px) {
  /* line 290, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-left .gb-row,
  .fill-width.fill-wrap.row-left .vc_row {
    padding-left: 0; }
  /* line 295, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-right .gb-row,
  .fill-width.fill-wrap.row-right .vc_row {
    padding-right: 0; }
  /* line 300, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-right.gb-wide {
    margin-left: 144px !important; } }

@media all and (min-width: 1400px) {
  /* line 307, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1328px; }
    /* line 312, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.gb-wide:before, .fill-width.fill-wrap.gb-wide:after {
      display: none !important; }
    /* line 318, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
    .fill-width.fill-wrap.row-left.gb-wide .vc_column_container.feature .vc_column-inner {
      padding-left: 12%; }
  /* line 322, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .footer-wrap,
  .header-gradient {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
  /* line 328, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_custom_classes.scss */
  .fill-width.fill-wrap.row-right.gb-wide {
    margin-left: 72px !important; } }

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* line 2, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
.gb-row.home-hero {
  background-repeat: no-repeat;
  background-position: 90% bottom;
  background-size: 44% auto;
  margin: 0 auto; }
  /* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero h2 {
    padding: 10px 0;
    margin: 0 auto;
    color: #0072bc;
    background: -moz-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #1e427d), color-stop(24%, #0072bc), color-stop(100%, #94c448));
    background: -webkit-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
    background: -o-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
    background: -ms-linear-gradient(-45deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
    background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b417d', endColorstr='#95c448', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 114, 188, 0);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 1;
    text-align: left; }
    @media \0screen\,screen\9 {
      /* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
      .gb-row.home-hero h2 {
        color: #0072bc;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background-color: transparent;
        display: block; } }
    @media screen\0 {
      /* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
      .gb-row.home-hero h2 {
        color: #0072bc;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background: transparent; } }
  /* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero .subtext {
    padding-bottom: 10rem;
    font-size: 1.3125rem;
    line-height: 1.4; }

@media all and (min-width: 680px) {
  /* line 42, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero .subtext {
    width: 450px;
    margin: 0; } }

@media all and (min-width: 960px) {
  /* line 55, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero h2 {
    width: 1000px;
    max-width: 100%; }
  /* line 60, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero .subtext {
    padding: 1rem 0 3.5rem; } }

@media all and (min-width: 1400px) {
  /* line 68, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/site/templates/_home.scss */
  .gb-row.home-hero .subtext {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
    padding-right: 50%;
    padding-left: 1%; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 2, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
.footer-wrap {
  background: #1e427d;
  width: 100%; }

/* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
.gb-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }

/* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
#site-footer {
  padding: 2.625rem 3.875rem; }
  /* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #site-footer a {
    color: #ffffff; }
  /* line 19, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #site-footer #footer-logo {
    display: block;
    text-align: left; }
    /* line 25, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    #site-footer #footer-logo img {
      width: 250px;
      max-width: 100%; }

/* line 32, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
#scrolltop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: block;
  width: 60px;
  height: 60px;
  background: #75c043;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  padding: 6px 0;
  z-index: 9999; }
  /* line 49, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #scrolltop span {
    display: block;
    width: 100%;
    text-align: center; }

/* line 57, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
#footer-social {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  background: #1e427d;
  color: #ffffff;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 3rem; }

/* line 69, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
#footer-left-header {
  padding-bottom: 1.625rem;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1.125rem; }

/* line 74, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
#site-footer .socialfriendsy-social ul {
  padding-left: 0; }
  /* line 78, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #site-footer .socialfriendsy-social ul li a {
    background-color: #808285;
    color: #ffffff;
    border-radius: 100%;
    transform: scale(0.8, 0.8);
    transition: all .5s; }
    /* line 86, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    #site-footer .socialfriendsy-social ul li a:hover {
      transform: scale(0.9, 0.9); }

@media all and (min-width: 768px) {
  /* line 94, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #site-footer {
    display: flex;
    justify-content: space-between; }
    /* line 98, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    #site-footer > .sitemap {
      flex-basis: 61%;
      min-width: 61%; }
    /* line 103, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    #site-footer > .social {
      flex-basis: 32%; }
  /* line 108, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  #footer-left-header {
    display: flex;
    justify-content: space-between; }
  /* line 118, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  .footer-left.widget_nav_menu ul {
    margin-left: 0;
    padding-left: .875rem; }
    /* line 122, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    .footer-left.widget_nav_menu ul li {
      list-style: none;
      color: #ffffff; }
      /* line 126, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
      .footer-left.widget_nav_menu ul li a {
        text-decoration: none;
        color: #ffffff; }
        /* line 130, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
        .footer-left.widget_nav_menu ul li a:hover, .footer-left.widget_nav_menu ul li a:visited {
          color: #ffffff; }
  /* line 137, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
  .footer-left.widget_nav_menu ul.menu {
    display: flex;
    flex-wrap: wrap; }
    /* line 141, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
    .footer-left.widget_nav_menu ul.menu > li {
      flex-basis: 30%;
      list-style: none;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      font-weight: bold;
      margin-top: 1.5rem; }
      /* line 150, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_footer.scss */
      .footer-left.widget_nav_menu ul.menu > li li {
        font-size: 0.9rem;
        text-transform: none;
        letter-spacing: 0; } }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.general-contact, .whitepaper-request {
  display: block; }
  /* line 3, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .general-contact > *, .whitepaper-request > * {
    min-width: 48%; }
    /* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > * .ginput_container, .whitepaper-request > * .ginput_container {
      padding-bottom: 0.3rem; }
  /* line 12, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .general-contact > div.gform_body ul.gform_fields li.gfield, .whitepaper-request > div.gform_body ul.gform_fields li.gfield {
    float: left;
    width: 100%;
    clear: none !important; }
    /* line 16, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield:first-of-type, .whitepaper-request > div.gform_body ul.gform_fields li.gfield:first-of-type {
      margin-top: 20px; }
    /* line 19, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield.gfield_error, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.gfield_error {
      border: none; }
      /* line 21, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.gfield_error div.validation_message, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.gfield_error div.validation_message {
        padding: 0 !important;
        display: none; }
    /* line 26, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield label.gfield_label, .whitepaper-request > div.gform_body ul.gform_fields li.gfield label.gfield_label {
      padding: 5px;
      text-transform: uppercase; }
      /* line 29, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield label.gfield_label span, .whitepaper-request > div.gform_body ul.gform_fields li.gfield label.gfield_label span {
        color: inherit !important; }
    /* line 33, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name {
      margin: 0 !important; }
      /* line 36, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name span.name_first label, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name span.name_first label {
        display: none !important; }
      /* line 41, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name span.name_last label, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_complex.ginput_container_name span.name_last label {
        display: none !important; }
    /* line 47, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container input {
      padding: 5px 15px !important;
      height: 48px !important;
      border-width: 1px;
      border-style: solid;
      border-color: #75c043;
      border-radius: 5px;
      outline: none !important;
      cursor: text !important; }
    /* line 57, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container select {
      border-radius: 5px; }
    /* line 60, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container textarea, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container textarea {
      padding: 10px 15px !important;
      border-width: 1px;
      border-style: solid;
      border-color: #75c043;
      border-radius: 5px; }
    /* line 69, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_select select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_select select {
      height: 48px !important; }
    /* line 74, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox {
      padding: 0 5px; }
      /* line 77, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox li input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox li input {
        height: auto !important;
        padding: 5px 15px; }
      /* line 81, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox li label, .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container.ginput_container_checkbox ul.gfield_checkbox li label {
        padding: 11px 5px 5px 5px;
        text-transform: uppercase;
        font-weight: 700; }
    /* line 89, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield.consent_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.consent_field {
      margin: 20px 0 0 0 !important;
      text-align: center; }
      /* line 92, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.consent_field > label, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.consent_field > label {
        display: none; }
      /* line 95, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.consent_field div.ginput_container, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.consent_field div.ginput_container {
        margin: 0 !important; }
        /* line 97, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.consent_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.consent_field div.ginput_container input {
          height: auto !important;
          position: relative;
          top: -2px; }
      /* line 103, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.consent_field div.gfield_description, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.consent_field div.gfield_description {
        font-size: 1em !important; }
    /* line 108, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .general-contact > div.gform_body ul.gform_fields li.gfield.recaptcha_field div.recaptcha, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.recaptcha_field div.recaptcha {
      width: 305px;
      margin: 0 auto; }
    @media all and (min-width: 638px) {
      /* line 114, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.company_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.company_field {
        float: left;
        width: 50%; }
        /* line 118, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.company_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.company_field div.ginput_container input {
          width: 100%; }
      /* line 123, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.job_title_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.job_title_field {
        float: right;
        width: 50%; }
        /* line 127, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.job_title_field div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.job_title_field div.ginput_container select {
          width: 100%; }
      /* line 133, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.email_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field {
        float: left;
        width: 50%; }
        /* line 137, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input {
          width: 100%; }
      /* line 142, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.phone_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field {
        float: right;
        width: 50%; }
        /* line 146, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input {
          width: 100%; } }
    @media all and (min-width: 798px) {
      /* line 153, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.email_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field {
        float: left;
        width: 33.33%; }
        /* line 157, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input {
          width: 100%; }
      /* line 162, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.phone_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field {
        float: left;
        width: 33.33%; }
        /* line 166, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input {
          width: 100%; }
      /* line 172, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.country_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.country_field {
        float: right;
        width: 33.33%; }
        /* line 176, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.country_field div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.country_field div.ginput_container select {
          width: 100%; }
      /* line 182, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.market_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.market_field {
        float: left;
        width: 33.33%; }
        /* line 186, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.market_field div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.market_field div.ginput_container select {
          width: 100%; }
      /* line 191, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.scope_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.scope_field {
        float: left;
        width: 33.33%; }
        /* line 195, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.scope_field div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.scope_field div.ginput_container select {
          width: 100%; }
      /* line 200, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .general-contact > div.gform_body ul.gform_fields li.gfield.product_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.product_field {
        float: left;
        width: 33.33%; }
        /* line 204, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
        .general-contact > div.gform_body ul.gform_fields li.gfield.product_field div.ginput_container select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.product_field div.ginput_container select {
          width: 100%; } }
  /* line 214, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .general-contact > div.gform_footer input.gform_button, .whitepaper-request > div.gform_footer input.gform_button {
    width: auto !important;
    margin-top: 30px; }

/* line 221, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.whitepaper-request, .gb-salesforce_wrapper {
  margin-top: 0px !important; }
  /* line 225, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .whitepaper-request > div.gform_body ul.gform_fields li.gfield, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield {
    margin: 0; }
    /* line 227, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield div.ginput_container, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield div.ginput_container {
      padding: 0 0 5px 0; }
    /* line 230, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield:first-of-type, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield:first-of-type {
      margin-top: 0px !important; }
    /* line 233, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.company_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.company_field {
      float: left;
      width: 50%; }
      /* line 237, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.company_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.company_field div.ginput_container input {
        width: 100%; }
    /* line 242, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.job_title_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.job_title_field {
      float: right;
      width: 50%; }
      /* line 246, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.job_title_field div.ginput_container select, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.job_title_field div.ginput_container select {
        width: 100%; }
    /* line 252, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_job_title_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_job_title_field {
      float: right;
      width: 100%; }
      /* line 256, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_job_title_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_job_title_field div.ginput_container input {
        width: 100%; }
    /* line 262, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.email_field {
      float: left;
      width: 50%; }
      /* line 266, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.email_field div.ginput_container input {
        width: 100%; }
    /* line 271, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.phone_field {
      float: right;
      width: 50%; }
      /* line 275, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.phone_field div.ginput_container input {
        width: 100%; }
    /* line 280, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.country_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.country_field {
      float: left;
      width: 100%; }
      /* line 284, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.country_field div.ginput_container select, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.country_field div.ginput_container select {
        width: 100%; }
    /* line 290, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.market_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.market_field {
      float: left;
      width: 100%; }
      /* line 294, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.market_field div.ginput_container select, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.market_field div.ginput_container select {
        width: 100%;
        height: 100px !important; }
    /* line 300, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.scope_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.scope_field {
      float: left;
      width: 100%; }
      /* line 304, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.scope_field div.ginput_container select, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.scope_field div.ginput_container select {
        width: 100%;
        height: 100px !important; }
    /* line 310, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.product_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.product_field {
      float: left;
      width: 100%; }
      /* line 314, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.product_field div.ginput_container select, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.product_field div.ginput_container select {
        width: 100%;
        height: 100px !important; }
    /* line 321, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_market_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_market_field {
      float: left;
      width: 100%; }
      /* line 325, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_market_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_market_field div.ginput_container input {
        width: 100%; }
    /* line 330, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_scope_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_scope_field {
      float: left;
      width: 100%; }
      /* line 334, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_scope_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_scope_field div.ginput_container input {
        width: 100%; }
    /* line 339, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_product_field, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_product_field {
      float: left;
      width: 100%; }
      /* line 343, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .whitepaper-request > div.gform_body ul.gform_fields li.gfield.other_product_field div.ginput_container input, .gb-salesforce_wrapper > div.gform_body ul.gform_fields li.gfield.other_product_field div.ginput_container input {
        width: 100%; }
  /* line 352, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .whitepaper-request > div.gform_footer input.gform_button, .gb-salesforce_wrapper > div.gform_footer input.gform_button {
    margin-top: 10px; }

/* line 359, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_footer {
  text-align: center; }

/* line 362, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper div.validation_error {
  background-color: rgba(117, 192, 67, 0.17);
  color: #484848;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0 !important;
  width: 100% !important;
  border-width: 1px !important;
  border: 1px solid #790000;
  border-radius: 5px; }
  @media all and (min-width: 798px) {
    /* line 362, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .gform_wrapper div.validation_error {
      width: calc(100% - 16px) !important; } }

/* line 376, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top-color: #f7941e;
  border-bottom-color: #f7941e;
  background-color: #fffef6;
  color: #484848; }

/* line 384, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper .gfield_html.gfield_no_follows_desc,
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0; }

@media all and (min-width: 768px) {
  /* line 394, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .block-contact .gb-contact-form {
    display: block;
    justify-content: space-between;
    align-items: stretch; }
    /* line 401, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .block-contact .gb-contact-form .gform_footer {
      position: relative; }
  /* line 409, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .block-contact.nomsg .gb-contact-form {
    display: block; }
  /* line 413, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .block-contact.nomsg ul.gform_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    /* line 418, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .block-contact.nomsg ul.gform_fields > li {
      width: 48%; } }

/* line 424, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
input[text], input[submit], textarea, select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff;
  outline: none !important; }

/* line 433, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% #fff;
  padding: 5px 0 5px 15px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px !important;
  color: #666666; }

/* line 447, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.general-contact > div.gform_body ul.gform_fields li.gfield.name_field.gfield_error, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.name_field.gfield_error {
  margin-top: 20px !important;
  padding: 0; }

/* line 454, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.general-contact > div.gform_body ul.gform_fields li.gfield.gfield_error input, .whitepaper-request > div.gform_body ul.gform_fields li.gfield.gfield_error input {
  background: rgba(117, 192, 67, 0.17);
  outline: none !important; }

/* line 467, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper > div.gform_body ul.gform_fields li.gfield_error, .general-contact > div.gform_body ul.gform_fields li.gfield_error, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error {
  padding-right: 0px;
  background: transparent;
  padding-bottom: 0.3rem !important; }
  @media all and (min-width: 798px) {
    /* line 467, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error, .general-contact > div.gform_body ul.gform_fields li.gfield_error, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error {
      padding-right: 16px; } }
  /* line 474, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select, .general-contact > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select {
    padding-bottom: 0px; }
    /* line 476, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select select, .general-contact > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select select, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error div.ginput_container_select select {
      background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% rgba(117, 192, 67, 0.17);
      border: 1px solid #790000 !important;
      outline: none !important; }
  /* line 482, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.country_field, .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error .job_title_field, .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error .email_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error.country_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error .job_title_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error .email_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.country_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error .job_title_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error .email_field {
    padding-bottom: 0px !important;
    padding-top: 0px;
    margin-bottom: 0px !important; }
    /* line 486, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
    .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.country_field > div.ginput_container, .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error .job_title_field > div.ginput_container, .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error .email_field > div.ginput_container, .general-contact > div.gform_body ul.gform_fields li.gfield_error.country_field > div.ginput_container, .general-contact > div.gform_body ul.gform_fields li.gfield_error .job_title_field > div.ginput_container, .general-contact > div.gform_body ul.gform_fields li.gfield_error .email_field > div.ginput_container, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.country_field > div.ginput_container, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error .job_title_field > div.ginput_container, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error .email_field > div.ginput_container {
      padding-bottom: 0.3rem; }
  /* line 490, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.name_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error.name_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.name_field {
    margin-bottom: -16px !important; }
    @media all and (min-width: 798px) {
      /* line 490, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.name_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error.name_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.name_field {
        margin-bottom: 0px !important; } }
  /* line 496, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.job_title_field.gfield_contains_required, .general-contact > div.gform_body ul.gform_fields li.gfield_error.job_title_field.gfield_contains_required, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.job_title_field.gfield_contains_required {
    margin-bottom: 0px !important; }
  /* line 499, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.email_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error.email_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.email_field {
    margin-bottom: -5px !important;
    position: relative;
    top: 2px;
    padding-bottom: 0px !important; }
  /* line 505, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper > div.gform_body ul.gform_fields li.gfield_error.country_field, .general-contact > div.gform_body ul.gform_fields li.gfield_error.country_field, .whitepaper-request > div.gform_body ul.gform_fields li.gfield_error.country_field {
    margin-bottom: -2px !important; }

/* line 512, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper > div.gform_footer input[submit].gform_button.button, .general-contact > div.gform_footer input[submit].gform_button.button, .whitepaper-request > div.gform_footer input[submit].gform_button.button {
  outline: none !important; }

/* line 518, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px !important; }

/* line 522, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper ul li.gfield {
  margin-top: 16px !important;
  padding-top: 0 !important; }
  /* line 525, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper ul li.gfield.name_field {
    margin-bottom: -16px !important; }
    @media all and (min-width: 798px) {
      /* line 525, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
      .gform_wrapper ul li.gfield.name_field {
        margin-bottom: 0px !important; } }

@media only screen and (min-width: 641px) {
  /* line 534, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
  .gform_wrapper.whitepaper_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; } }

/* line 539, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_contact-block.scss */
.gform_wrapper .top_label input.medium {
  width: 100% !important; }

/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
.raves4wp-wrapper {
  position: relative; }
  /* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .raves4wp-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  /* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .raves4wp-wrapper .testimonial-item {
    position: relative;
    padding: 2rem 3rem 0; }
    /* line 15, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
    .raves4wp-wrapper .testimonial-item .cite {
      display: flex;
      align-content: flex-end;
      font-size: 1.25rem;
      color: #75c043;
      line-height: 1.1; }
      /* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
      .raves4wp-wrapper .testimonial-item .cite cite {
        text-align: left;
        font-style: normal !important;
        width: auto !important;
        max-width: 70%;
        margin-left: auto;
        position: relative;
        padding: 2rem 7rem 2rem 2rem;
        color: #ffffff; }
        /* line 34, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
        .raves4wp-wrapper .testimonial-item .cite cite:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 100px 0px 0 70px;
          border-color: #fff transparent transparent transparent;
          display: block;
          position: absolute;
          top: 0;
          right: 100%; }
      /* line 49, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
      .raves4wp-wrapper .testimonial-item .cite span {
        display: block; }
        /* line 52, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
        .raves4wp-wrapper .testimonial-item .cite span.credit {
          text-transform: uppercase;
          letter-spacing: 0.01em;
          font-weight: bold; }
    /* line 61, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
    .raves4wp-wrapper .testimonial-item blockquote {
      background: #fff;
      border-radius: 2rem;
      padding: 2rem 2rem 2rem 2.5rem;
      color: #0072bc;
      line-height: 1.3;
      font-weight: bold;
      position: relative; }
      /* line 70, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
      .raves4wp-wrapper .testimonial-item blockquote .inner {
        position: relative; }
        /* line 73, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
        .raves4wp-wrapper .testimonial-item blockquote .inner span.oq,
        .raves4wp-wrapper .testimonial-item blockquote .inner span.cq {
          color: #75c043;
          font-size: 4rem;
          display: inline-block;
          line-height: 0;
          position: absolute; }
        /* line 82, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
        .raves4wp-wrapper .testimonial-item blockquote .inner span.oq {
          right: 100%;
          top: 1rem; }
        /* line 87, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
        .raves4wp-wrapper .testimonial-item blockquote .inner span.cq {
          position: relative;
          bottom: -1.5rem; }
      /* line 94, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
      .raves4wp-wrapper .testimonial-item blockquote p:last-of-type {
        margin-bottom: 0; }

/* line 101, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  top: 30%; }
  /* line 107, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .slick-prev:before,
  .slick-next:before {
    font-size: 40px; }

/* line 111, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
.slick-prev {
  left: 0 !important; }

/* line 115, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
.slick-next {
  right: 0px !important; }

@media all and (min-width: 768px) {
  /* line 123, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .raves4wp-wrapper {
    padding: 3.25rem 1rem 2rem;
    position: relative; }
    /* line 127, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
    .raves4wp-wrapper.single-testimonial {
      padding: 1rem 0; }
    /* line 130, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
    .raves4wp-wrapper:after {
      content: '';
      display: table;
      clear: both; }
    /* line 136, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
    .raves4wp-wrapper .testimonial-item {
      padding: 0;
      position: relative; }
  /* line 143, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .slick-prev {
    left: -25px !important; }
  /* line 147, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .slick-next {
    right: -25px !important; } }

@media all and (min-width: 960px) {
  /* line 155, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_raves4wp.scss */
  .raves4wp-wrapper .testimonial-item {
    padding: 0;
    position: relative; } }

/*--------------------------------------------------------------
# Visual Composer Specific
--------------------------------------------------------------*/
/*-----------VISUAL COMPOSER -----------*/
/* line 6, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-3deco,
.gb-row.gb-3deco {
  margin-top: 2.875rem; }
  /* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-3deco .section-content,
  .vc_row.gb-3deco .section-header,
  .gb-row.gb-3deco .section-content,
  .gb-row.gb-3deco .section-header {
    padding: 0 3.125rem; }
  /* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-3deco .section-header,
  .gb-row.gb-3deco .section-header {
    padding-top: 3.125rem; }
    /* line 17, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
    .vc_row.gb-3deco .section-header h2,
    .gb-row.gb-3deco .section-header h2 {
      margin-bottom: 0; }
  /* line 22, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-3deco .section-content,
  .gb-row.gb-3deco .section-content {
    padding-bottom: 3.125rem; }
    /* line 25, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
    .vc_row.gb-3deco .section-content p:first-of-type,
    .gb-row.gb-3deco .section-content p:first-of-type {
      margin-top: 0; }

/* line 34, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-allteam .section-header,
.gb-row.gb-allteam .section-header {
  padding: 0 0 2.5rem; }

/* line 38, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-allteam .section-content,
.gb-row.gb-allteam .section-content {
  padding-bottom: 2.5rem; }

/* line 42, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-allteam img,
.gb-row.gb-allteam img {
  width: 150px;
  height: 150px;
  object-fit: cover; }

/* line 48, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-allteam .team-title,
.gb-row.gb-allteam .team-title {
  text-align: center;
  font-size: 1rem; }
  /* line 52, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-allteam .team-title h4,
  .gb-row.gb-allteam .team-title h4 {
    margin-bottom: 0;
    margin-top: .625rem; }
  /* line 57, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-allteam .team-title p,
  .gb-row.gb-allteam .team-title p {
    margin-top: 0; }

/* line 64, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-main h2,
.gb-row.gb-main h2 {
  margin-top: 0;
  margin-bottom: 3rem !important;
  padding-bottom: .5rem;
  border-bottom: 2px solid #2caae2; }

/* line 71, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row h3,
.gb-row h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold; }

/* line 77, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-wideimg,
.gb-row.gb-wideimg {
  width: 100%; }

/* line 83, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-3deco .gb-blurb,
.gb-row.gb-3deco .gb-blurb {
  font-size: 1.4375rem;
  line-height: 1.875rem; }

/* line 91, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-tic .gb-blurb,
.gb-row.gb-tic .gb-blurb {
  padding: 3rem; }

/* line 95, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.gb-team,
.gb-row.gb-team {
  text-align: center;
  padding: 0 3rem 3rem; }
  /* line 100, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.gb-team .team-member,
  .gb-row.gb-team .team-member {
    padding: 2rem 1.5rem; }
    /* line 103, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
    .vc_row.gb-team .team-member .gb-blurb p,
    .gb-row.gb-team .team-member .gb-blurb p {
      font-size: 1rem; }

/* line 108, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.vc_row.cornerstone,
.gb-row.cornerstone {
  font-size: 1.75rem;
  line-height: 1.3em;
  text-align: center; }
  /* line 110, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.cornerstone .vc_column-inner,
  .gb-row.cornerstone .vc_column-inner {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 40px; }
  /* line 120, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .vc_row.cornerstone h1,
  .gb-row.cornerstone h1 {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: bold; }

/* line 129, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .gb-tabs .vc_tta-tab > a {
  border: none;
  background: #1e427d !important;
  color: #ffffff !important; }
  /* line 134, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
  .wpb-js-composer .gb-tabs .vc_tta-tab > a:hover {
    background-color: #0072bc !important; }

/* line 139, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .gb-tabs .vc_tta-tab.vc_active > a {
  border: none;
  background: #0072bc !important;
  color: #ffffff !important; }

/* line 146, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta.gb-tabs .vc_tta-panel-heading {
  background-color: #0072bc !important;
  color: #ffffff !important;
  background-image: none;
  line-height: 1.4 !important; }

/* line 152, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta-tabs.gb-tabs .vc_tta-panels .vc_tta-panel-body,
.wpb-js-composer .vc_tta.gb-tabs .vc_tta-panel-body {
  background-color: #ffffff !important;
  color: #484848 !important; }

/* line 157, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta-tabs.gb-tabs .vc_tta-panels .vc_tta-panel-body,
.wpb-js-composer .vc_tta.gb-tabs .vc_tta-panel-body {
  padding: 2.5rem !important; }

/* line 164, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta.vc_general.gb-tabs h3 {
  padding-top: 0;
  padding-bottom: 1.25rem; }

/* line 168, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta.vc_general.gb-tabs h4 {
  padding-bottom: 0 !important; }

/* line 171, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta.vc_general.gb-tabs .vc_tta-panel-title {
  background-color: #1e427d !important;
  border-bottom: 2px solid #ffffff; }

/* line 176, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/components/_vc.scss */
.wpb-js-composer .vc_tta.vc_general.gb-tabs .vc_active .vc_tta-panel-title {
  background-color: #0072bc !important; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
/* line 11, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
/* line 18, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_media.scss */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  /* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_captions.scss */
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  /* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_captions.scss */
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

/* line 14, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_captions.scss */
.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em; }

/* line 5, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  /* line 13, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* line 19, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/media/_galleries.scss */
.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/
/* line 1, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
.error-404 {
  float: left;
  background: url(/img/broken-glass.jpg) bottom center no-repeat;
  background-size: contain;
  width: 100%; }
  /* line 7, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:first-of-type {
    float: none; }
    /* line 9, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:first-of-type .big-404 {
      float: none;
      background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
      margin: 0;
      font-size: 10em;
      line-height: 0.8em;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center; }
  /* line 20, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:nth-of-type(2) {
    float: none;
    padding: 1em; }
    /* line 23, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) h2 {
      margin: 0.5em 0 0 0;
      padding: 0; }
      /* line 26, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .error-404 div:nth-of-type(2) h2 span {
        font-size: 1.5em; }
    /* line 30, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) hr {
      height: 2px;
      background: #75c043;
      margin: 0 0 1.5em 0;
      width: 100px; }
    /* line 36, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) p {
      margin: 0;
      width: 100%;
      font-size: 1.5em; }
  /* line 43, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 form {
    float: left;
    width: 100%;
    margin: 2em 0 3em 0; }
    /* line 47, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 form div.input-group {
      float: none; }
      /* line 49, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .error-404 form div.input-group input#s {
        border: 2px solid #75c043;
        border-radius: 25px;
        height: 2.5em;
        width: 200px;
        line-height: 2em; }
      /* line 56, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .error-404 form div.input-group button#searchsubmit {
        border: 2px solid #ccc;
        border-radius: 25px;
        height: 2.5em;
        line-height: 2em;
        background: #fff; }

@media all and (min-width: 481px) {
  /* line 71, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:first-of-type .big-404 {
    font-size: 15em; }
  /* line 76, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:nth-of-type(2) p {
    width: 80%; }
  /* line 83, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 form div.input-group input#s {
    width: 260px; } }

@media all and (min-width: 641px) {
  /* line 95, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:first-of-type .big-404 {
    font-size: 15em; }
  /* line 99, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:nth-of-type(2) {
    text-align: center; }
    /* line 101, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) hr {
      margin: 0 auto 1.5em auto; }
    /* line 104, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) p {
      width: 100%; }
  /* line 111, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 form div.input-group input#s {
    width: 320px; } }

@media all and (min-width: 1281px) {
  /* line 122, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:first-of-type {
    float: left; }
  /* line 125, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .error-404 div:nth-of-type(2) {
    float: right;
    text-align: left; }
    /* line 128, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) h2 {
      margin: 0; }
    /* line 131, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) hr {
      margin: 0 0 1.5em 0; }
    /* line 134, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .error-404 div:nth-of-type(2) p {
      width: 60%; } }

/* line 142, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
.group_structure {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e427d 0%, #0072bc 24%, #94c448 100%);
  position: relative;
  float: left; }
  /* line 148, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .group_structure ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    /* line 154, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .group_structure ul li {
      float: left;
      width: 100%;
      text-align: center;
      padding: 2em;
      box-sizing: border-box;
      position: relative; }
      /* line 161, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .group_structure ul li:after {
        content: '';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%) translateY(-50%);
        color: rgba(255, 255, 255, 0.87);
        font-size: 2em; }
      /* line 173, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .group_structure ul li div {
        background: rgba(255, 255, 255, 0.87);
        padding: 0;
        color: #fff;
        padding-bottom: 50%;
        position: relative; }
        /* line 179, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
        .group_structure ul li div h5 {
          font-size: 1.5em;
          position: absolute;
          top: 30%;
          left: 50%;
          width: 90%;
          margin: 0;
          padding: 0;
          transform: translateX(-50%) translateY(-50%); }
        /* line 189, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
        .group_structure ul li div p {
          position: absolute;
          top: 70%;
          left: 50%;
          width: 90%;
          margin: 0;
          padding: 0;
          transform: translateX(-50%) translateY(-50%);
          color: #1e427d; }
      /* line 201, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
      .group_structure ul li:last-of-type:after {
        display: none; }

@media all and (min-width: 481px) {
  /* line 213, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .group_structure ul li div {
    padding-bottom: 35%; } }

@media all and (min-width: 641px) {
  /* line 225, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .group_structure ul li div {
    padding-bottom: 25%; } }

@media all and (min-width: 801px) {
  /* line 237, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .group_structure ul li div {
    padding-bottom: 15%; } }

@media all and (min-width: 1281px) {
  /* line 248, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
  .group_structure ul li {
    width: 33.33%; }
    /* line 250, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .group_structure ul li:after {
      content: '';
      left: 100%;
      top: 50%; }
    /* line 255, /Users/glynch/Desktop/WYSE/Green Biologics/htdocs/wp-content/themes/green-biologics/sass/custom-elements/_elements.scss */
    .group_structure ul li div {
      padding-bottom: 50%; } }

/*# sourceMappingURL=style.css.map */