/*!
Theme Name: kronos
Theme URI: https://infomedia.com
Author: Luke Skywalker
Version: 0.0.3
Text Domain: kronos
Copyright 2017. MIT licensed.
 */


/*
INDEX:
 
1. GENERAL
-1.1 Body & Containers
-1.2 Misc
 
2. SITE STRUCTURES
-2.1 Header
-2.2 Footer
-2.4 Sidebar
-2.5 Mobile Menu
-2.6 Social Media
-2.7 Entry Header
-2.8 Videos
-2.9 Posts
-2.10 Images

3. CUSTOM BLOCK STYLES
-3.X [Block]

4. PAGE STYLES
-4.1 Home
-4.2 Pages General
-4.3 404

X. MOBILE FIRST EXAMPLES
*/
/* line 30, assets/css/sass/theme.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 2, assets/css/sass/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button, .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #39b54a;
  border-radius: 4px;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 10px 40px;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 22, assets/css/sass/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus, .btn:hover, .btn:focus {
  background-color: #c9e3a3;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
}

/* line 30, assets/css/sass/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 2, assets/css/sass/base/_forms.scss */
fieldset {
  background-color: #f7f6f6;
  border: 1px solid #ddd;
  margin: 0 0 0.75rem;
  padding: 1.5rem;
}

/* line 9, assets/css/sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
}

/* line 17, assets/css/sass/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375rem;
}

/* line 21, assets/css/sass/base/_forms.scss */
label.required::after {
  content: "*";
}

/* line 25, assets/css/sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 30, assets/css/sass/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: border-color;
  width: 100%;
}

/* line 45, assets/css/sass/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c3c3;
}

/* line 49, assets/css/sass/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #c4c3c3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(136, 192, 57, 0.2);
  outline: none;
}

/* line 56, assets/css/sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 60, assets/css/sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 64, assets/css/sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

/* line 70, assets/css/sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75rem;
  width: 100%;
}

/* line 75, assets/css/sass/base/_forms.scss */
select {
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: auto;
}

/* line 2, assets/css/sass/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 21, assets/css/sass/base/_lists.scss */
dl {
  margin-bottom: 0.75rem;
}

/* line 24, assets/css/sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75rem;
}

/* line 29, assets/css/sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 35, assets/css/sass/base/_lists.scss */
.entry-content ul {
  padding: 0 0 25px 40px;
  list-style: disc;
}

/* line 40, assets/css/sass/base/_lists.scss */
.entry-content ol {
  padding: 0 0 25px 40px;
  list-style: decimal;
}

/* line 2, assets/css/sass/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75rem 0;
  table-layout: fixed;
  width: 100%;
}

/* line 10, assets/css/sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75rem 0;
  text-align: left;
}

/* line 17, assets/css/sass/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0;
}

/* line 22, assets/css/sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 2, assets/css/sass/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 12, assets/css/sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

/*
	h1 {
		font-size: $h1-font-size;
	}
	h2 {
		font-size: $h2-font-size;
	}
	h3 {
		font-size: $h3-font-size;
	}
	h4 {
		font-size: $h4-font-size;
	}
	h5 {
		font-size: $h5-font-size;
	}
	h6 {
		font-size: $h6-font-size;
	}

	*/
/* line 44, assets/css/sass/base/_typography.scss */
p {
  margin: 0 0 1.25rem;
  color: #444;
}

/* line 50, assets/css/sass/base/_typography.scss */
a {
  color: #39b54a;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 55, assets/css/sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #c9e3a3;
}

/* line 61, assets/css/sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 67, assets/css/sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5rem 0;
}

/* line 75, assets/css/sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* line 82, assets/css/sass/base/_typography.scss */
ul.list, ol.list {
  margin-left: 1.25em;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 87, assets/css/sass/base/_typography.scss */
ol.list {
  list-style-type: decimal;
}

/* line 89, assets/css/sass/base/_typography.scss */
ol.list li ul {
  list-style-type: lower-alpha;
  margin-left: 1.25em;
}

/* line 95, assets/css/sass/base/_typography.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 99, assets/css/sass/base/_typography.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 105, assets/css/sass/base/_typography.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 110, assets/css/sass/base/_typography.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 115, assets/css/sass/base/_typography.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 120, assets/css/sass/base/_typography.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 124, assets/css/sass/base/_typography.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 129, assets/css/sass/base/_typography.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 135, assets/css/sass/base/_typography.scss */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 143, assets/css/sass/base/_typography.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 147, assets/css/sass/base/_typography.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 151, assets/css/sass/base/_typography.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 155, assets/css/sass/base/_typography.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 164, assets/css/sass/base/_typography.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/* line 172, assets/css/sass/base/_typography.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 180, assets/css/sass/base/_typography.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;
  color: #21759b;
  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. */
}

/* line 214, assets/css/sass/base/_typography.scss */
.h1, h1 {
  font-size: calc(28px + 22 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 214, assets/css/sass/base/_typography.scss */
  .h1, h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 900px) {
  /* line 214, assets/css/sass/base/_typography.scss */
  .h1, h1 {
    font-size: 50px;
  }
}

/* line 218, assets/css/sass/base/_typography.scss */
h1 {
  font-weight: 900;
}

/* line 221, assets/css/sass/base/_typography.scss */
h2 {
  font-size: calc(24px + 26 * ( (100vw - 420px) / 480));
  font-weight: 900;
}

@media screen and (max-width: 420px) {
  /* line 221, assets/css/sass/base/_typography.scss */
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 900px) {
  /* line 221, assets/css/sass/base/_typography.scss */
  h2 {
    font-size: 50px;
  }
}

/* line 225, assets/css/sass/base/_typography.scss */
.h2 {
  font-size: calc(20px + 10 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 225, assets/css/sass/base/_typography.scss */
  .h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  /* line 225, assets/css/sass/base/_typography.scss */
  .h2 {
    font-size: 30px;
  }
}

/* line 228, assets/css/sass/base/_typography.scss */
h3 {
  font-size: calc(18px + 4 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 228, assets/css/sass/base/_typography.scss */
  h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  /* line 228, assets/css/sass/base/_typography.scss */
  h3 {
    font-size: 22px;
  }
}

/* line 231, assets/css/sass/base/_typography.scss */
h4 {
  font-size: calc(18px + 2 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 231, assets/css/sass/base/_typography.scss */
  h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  /* line 231, assets/css/sass/base/_typography.scss */
  h4 {
    font-size: 20px;
  }
}

/* line 236, assets/css/sass/base/_typography.scss */
.entry-content h2 {
  font-size: calc(20px + 10 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 236, assets/css/sass/base/_typography.scss */
  .entry-content h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  /* line 236, assets/css/sass/base/_typography.scss */
  .entry-content h2 {
    font-size: 30px;
  }
}

/* line 48, assets/css/sass/theme.scss */
body {
  margin: 0;
  position: relative;
  top: -24px;
}

/* line 54, assets/css/sass/theme.scss */
.wrap {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 1.5625em;
  max-width: 1350px;
}

/* line 20, assets/css/sass/bourbon/addons/_clearfix.scss */
.wrap::after {
  clear: both;
  content: "";
  display: table;
}

/* line 62, assets/css/sass/theme.scss */
.home .main {
  padding: 0;
}

/* line 69, assets/css/sass/theme.scss */
.search .main {
  padding: 20px 0;
}

@media screen and (min-width: 60em) {
  /* line 69, assets/css/sass/theme.scss */
  .search .main {
    padding: 40px 0;
  }
}

/* line 79, assets/css/sass/theme.scss */
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

/* line 90, assets/css/sass/theme.scss */
video {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  width: 100%;
}

/* line 101, assets/css/sass/theme.scss */
.hero-text-wrap {
  color: white;
  position: absolute;
  top: 120px;
  z-index: 10000;
}

@media screen and (min-width: 48em) {
  /* line 101, assets/css/sass/theme.scss */
  .hero-text-wrap {
    width: 80%;
    top: 220px;
  }
}

@media screen and (min-width: 60em) {
  /* line 101, assets/css/sass/theme.scss */
  .hero-text-wrap {
    width: 80%;
    top: 300px;
  }
}

@media screen and (min-width: 80em) {
  /* line 101, assets/css/sass/theme.scss */
  .hero-text-wrap {
    width: 43%;
    top: 377px;
  }
}

/* line 122, assets/css/sass/theme.scss */
.hero-text-wrap .h1 {
  font-weight: 900;
  line-height: 1.1;
}

/* line 127, assets/css/sass/theme.scss */
.hero-text-wrap p {
  color: white;
  display: none;
  margin-top: 20px;
}

@media screen and (min-width: 48em) {
  /* line 127, assets/css/sass/theme.scss */
  .hero-text-wrap p {
    display: block;
  }
}

/* line 138, assets/css/sass/theme.scss */
.hero-text-wrap p a {
  color: white;
  border-bottom: 1px #39b54a solid;
  font-weight: 900;
  margin-left: 8px;
}

/* line 144, assets/css/sass/theme.scss */
.hero-text-wrap p a:hover {
  color: #d9d9d9;
}

/* line 148, assets/css/sass/theme.scss */
.hero-text-wrap p a i {
  padding-left: 5px;
}

/* line 156, assets/css/sass/theme.scss */
.facetwp-facet-lc_industries {
  margin-bottom: 20px !important;
}

/* line 160, assets/css/sass/theme.scss */
div.asl_w .probox .promagnifier {
  background-color: #2a2f33 !important;
  background-image: linear-gradient(180deg, #2a2f33, #2a2f33) !important;
}

/* line 164, assets/css/sass/theme.scss */
div.asl_w {
  background-color: #fff !important;
  background-image: linear-gradient(180deg, #fff, #fff) !important;
}

/* line 169, assets/css/sass/theme.scss */
div.asl_w .probox .promagnifier .innericon svg {
  fill: white !important;
}

/* line 173, assets/css/sass/theme.scss */
#ajaxsearchlite1 .probox, div.asl_w .probox {
  border: 1px solid #2a2f33 !important;
}

/* line 179, assets/css/sass/theme.scss */
.page-hero .text-wrap h1 {
  margin-bottom: 10px;
}

/* line 186, assets/css/sass/theme.scss */
#responsive-menu-pro-button {
  border-radius: 0;
}

@media only screen and (max-width: 1155px) {
  /* line 191, assets/css/sass/theme.scss */
  .site-header {
    background-color: #2a2f33;
  }
}

/* line 197, assets/css/sass/theme.scss */
.site-header .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 0 0;
}

@media only screen and (max-width: 1225px) {
  /* line 197, assets/css/sass/theme.scss */
  .site-header .header-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1155px) {
  /* line 197, assets/css/sass/theme.scss */
  .site-header .header-wrap {
    margin-bottom: 0;
    padding: 15px 0;
  }
}

/* line 215, assets/css/sass/theme.scss */
.site-header .header-wrap #site-title {
  margin: 0;
}

/* line 218, assets/css/sass/theme.scss */
.site-header .header-wrap #site-title img {
  max-width: 350px;
}

@media only screen and (max-width: 1155px) {
  /* line 222, assets/css/sass/theme.scss */
  .site-header .header-wrap #site-title .dark {
    display: none;
  }
}

@media only screen and (min-width: 1155px) {
  /* line 228, assets/css/sass/theme.scss */
  .site-header .header-wrap #site-title .white {
    display: none;
  }
}

/* line 237, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1155px) {
  /* line 237, assets/css/sass/theme.scss */
  .site-header .header-wrap .top-wrap {
    display: none;
  }
}

/* line 249, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap a {
  line-height: 1;
  padding: 0 5px;
}

@media screen and (min-width: 80em) {
  /* line 249, assets/css/sass/theme.scss */
  .site-header .header-wrap .top-wrap a {
    padding: 0 10px;
  }
}

/* line 258, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap a i {
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  top: 2px;
}

/* line 266, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap .text {
  font-size: 22px;
  font-weight: 900;
  color: black;
}

/* line 270, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap .text:hover {
  color: #39b54a;
}

/* line 275, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap .bar {
  font-size: 35px;
  font-weight: 100;
  padding: 0 5px;
}

@media screen and (min-width: 80em) {
  /* line 275, assets/css/sass/theme.scss */
  .site-header .header-wrap .top-wrap .bar {
    padding: 0 10px;
  }
}

/* line 287, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap i {
  font-size: 22px !important;
}

/* line 290, assets/css/sass/theme.scss */
.site-header .header-wrap .top-wrap .text {
  font-size: 18px;
}

/* line 297, assets/css/sass/theme.scss */
.header-menu {
  position: relative;
}

@media only screen and (max-width: 1155px) {
  /* line 297, assets/css/sass/theme.scss */
  .header-menu {
    display: none;
  }
}

/* line 303, assets/css/sass/theme.scss */
.header-menu .menu {
  position: relative;
  top: 50px;
}

/* line 307, assets/css/sass/theme.scss */
.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/* line 318, assets/css/sass/theme.scss */
.header-menu ul .menu-item-has-children a::after {
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  content: "\f078";
  color: #808080;
  position: relative;
  top: 1px;
  left: 4px;
}

/* line 330, assets/css/sass/theme.scss */
.header-menu ul .menu-item-has-children a::after :hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 349, assets/css/sass/theme.scss */
.header-menu ul li {
  z-index: 9;
  position: relative;
  padding: 35px 29px;
  background-color: #333;
}

@media only screen and (max-width: 1355px) {
  /* line 349, assets/css/sass/theme.scss */
  .header-menu ul li {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 1225px) {
  /* line 349, assets/css/sass/theme.scss */
  .header-menu ul li {
    padding: 20px 15px;
  }
}

/* line 362, assets/css/sass/theme.scss */
.header-menu ul li:hover {
  color: #000;
  background-color: #39b54a;
}

/* line 367, assets/css/sass/theme.scss */
.header-menu ul li:last-of-type {
  padding-right: 30px;
}

/* line 371, assets/css/sass/theme.scss */
.header-menu ul li:first-of-type {
  padding-left: 30px;
}

/* line 375, assets/css/sass/theme.scss */
.header-menu ul li a {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

/* line 383, assets/css/sass/theme.scss */
.header-menu ul li a:hover {
  color: #000;
  background-color: #39b54a;
}

/* line 390, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu {
  width: 1060px;
  left: 0;
}

/* line 394, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu .air-sub-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: inherit;
}

/* line 402, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu .air-sub-wrap .left {
  width: min-content;
}

/* line 406, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu .air-sub-wrap .mid-left {
  width: min-content;
}

/* line 410, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu .air-sub-wrap .mid-right {
  width: min-content;
}

/* line 414, assets/css/sass/theme.scss */
.header-menu ul li .air-sub-menu .air-sub-wrap .right {
  width: min-content;
}

/* line 421, assets/css/sass/theme.scss */
.header-menu ul li .bulk-sub-menu {
  width: 500px;
  left: 0;
}

/* line 425, assets/css/sass/theme.scss */
.header-menu ul li .bulk-sub-menu .bulk-sub-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: inherit;
}

/* line 433, assets/css/sass/theme.scss */
.header-menu ul li .bulk-sub-menu .bulk-sub-wrap .left {
  width: min-content;
}

/* line 437, assets/css/sass/theme.scss */
.header-menu ul li .bulk-sub-menu .bulk-sub-wrap .right {
  width: min-content;
}

/* line 443, assets/css/sass/theme.scss */
.header-menu ul li .ash-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
}

/* line 452, assets/css/sass/theme.scss */
.header-menu ul li .industries-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
}

/* line 461, assets/css/sass/theme.scss */
.header-menu ul li .about-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
}

/* line 470, assets/css/sass/theme.scss */
.header-menu ul li .field-sub-menu {
  width: 500px;
  right: 0 !important;
}

/* line 474, assets/css/sass/theme.scss */
.header-menu ul li .field-sub-menu .field-sub-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: inherit;
}

/* line 482, assets/css/sass/theme.scss */
.header-menu ul li .field-sub-menu .field-sub-wrap .left {
  width: min-content;
}

/* line 486, assets/css/sass/theme.scss */
.header-menu ul li .field-sub-menu .field-sub-wrap .right {
  width: min-content;
}

/* line 492, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu {
  visibility: hidden;
  transition: all 0.2s ease;
  position: absolute;
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9999;
  margin-top: 35px;
  padding: 25px 35px;
  color: black;
}

@media only screen and (max-width: 1355px) {
  /* line 492, assets/css/sass/theme.scss */
  .header-menu ul li .sub-menu {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1225px) {
  /* line 492, assets/css/sass/theme.scss */
  .header-menu ul li .sub-menu {
    margin-top: 20px;
  }
}

@media screen and (min-width: 900px) {
  /* line 492, assets/css/sass/theme.scss */
  .header-menu ul li .sub-menu {
    -webkit-box-shadow: -2px 2px 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  }
}

/* line 517, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu li {
  clear: both;
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  background-color: white;
}

/* line 527, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu li a {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 600;
  background-color: white;
  line-height: initial;
}

/* line 535, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu li a::after {
  content: none;
}

/* line 551, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level a {
  color: #39b54a;
}

/* line 554, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level a::after {
  content: none;
}

/* line 558, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level a:hover {
  color: #88d292;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 565, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level .sub-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}

@media screen and (min-width: 900px) {
  /* line 565, assets/css/sass/theme.scss */
  .header-menu ul li .sub-menu .second-level .sub-sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 588, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level .sub-sub-menu li {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
}

/* line 597, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level .sub-sub-menu li a {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 600;
  background-color: white;
  line-height: initial;
}

/* line 606, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level .sub-sub-menu li a::after {
  content: none;
}

/* line 610, assets/css/sass/theme.scss */
.header-menu ul li .sub-menu .second-level .sub-sub-menu li a:hover {
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 623, assets/css/sass/theme.scss */
.header-menu ul li:hover .sub-menu {
  visibility: visible;
  animation: fadeIn ease .75s;
  -webkit-animation: fadeIn ease .75s;
  -moz-animation: fadeIn ease .75s;
  -o-animation: fadeIn ease .75s;
  -ms-animation: fadeIn ease .75s;
}

/* line 639, assets/css/sass/theme.scss */
.page-id-602 .header-menu .sub-menu, .parent-pageid-602 .header-menu .sub-menu,
.page-id-624 .header-menu .sub-menu, .parent-pageid-624 .header-menu .sub-menu,
.page-id-626 .header-menu .sub-menu, .parent-pageid-626 .header-menu .sub-menu,
.page-id-628 .header-menu .sub-menu, .parent-pageid-628 .header-menu .sub-menu,
.page-id-630 .header-menu .sub-menu, .parent-pageid-630 .header-menu .sub-menu,
.page-id-632 .header-menu .sub-menu, .parent-pageid-632 .header-menu .sub-menu {
  display: block;
}

/* line 643, assets/css/sass/theme.scss */
.page-id-602 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-602 .header-menu .menu-item-3456 .sub-menu,
.page-id-624 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-624 .header-menu .menu-item-3456 .sub-menu,
.page-id-626 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-626 .header-menu .menu-item-3456 .sub-menu,
.page-id-628 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-628 .header-menu .menu-item-3456 .sub-menu,
.page-id-630 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-630 .header-menu .menu-item-3456 .sub-menu,
.page-id-632 .header-menu .menu-item-3456 .sub-menu, .parent-pageid-632 .header-menu .menu-item-3456 .sub-menu {
  margin-left: -30px;
}

/* line 648, assets/css/sass/theme.scss */
.page-id-602 .header-menu .menu-item-638 .sub-menu, .parent-pageid-602 .header-menu .menu-item-638 .sub-menu,
.page-id-624 .header-menu .menu-item-638 .sub-menu, .parent-pageid-624 .header-menu .menu-item-638 .sub-menu,
.page-id-626 .header-menu .menu-item-638 .sub-menu, .parent-pageid-626 .header-menu .menu-item-638 .sub-menu,
.page-id-628 .header-menu .menu-item-638 .sub-menu, .parent-pageid-628 .header-menu .menu-item-638 .sub-menu,
.page-id-630 .header-menu .menu-item-638 .sub-menu, .parent-pageid-630 .header-menu .menu-item-638 .sub-menu,
.page-id-632 .header-menu .menu-item-638 .sub-menu, .parent-pageid-632 .header-menu .menu-item-638 .sub-menu {
  margin-left: -61px;
}

/* line 656, assets/css/sass/theme.scss */
.burger-bun {
  background: #39b54a;
  height: 80px;
  width: 55px;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 1155px) {
  /* line 656, assets/css/sass/theme.scss */
  .burger-bun {
    display: none;
  }
}

/* line 668, assets/css/sass/theme.scss */
.nav-toggle {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  justify-content: center;
  max-height: 50px;
  max-width: 70px;
  position: absolute;
  right: 11px;
  width: 32px;
  z-index: 11;
  cursor: pointer;
  top: 25px;
}

@media only screen and (min-width: 1155px) {
  /* line 668, assets/css/sass/theme.scss */
  .nav-toggle {
    display: none;
  }
}

/* line 689, assets/css/sass/theme.scss */
.nav-toggle span {
  background-color: #fff;
  display: block;
  height: 4px;
  width: 20px;
  transition: transform .15s, opacity .15s;
}

/* line 696, assets/css/sass/theme.scss */
.nav-toggle span:first-child {
  position: absolute;
  top: 0;
}

/* line 700, assets/css/sass/theme.scss */
.nav-toggle span:last-child {
  bottom: 0;
  position: absolute;
  opacity: 1;
}

/* line 706, assets/css/sass/theme.scss */
.nav-toggle.-close {
  flex-flow: column;
}

/* line 708, assets/css/sass/theme.scss */
.nav-toggle.-close span {
  transform: rotateZ(-45deg);
}

/* line 710, assets/css/sass/theme.scss */
.nav-toggle.-close span:first-child {
  position: relative;
  transform: rotateZ(45deg);
}

/* line 714, assets/css/sass/theme.scss */
.nav-toggle.-close span:nth-child(2) {
  margin-top: -4px;
}

/* line 717, assets/css/sass/theme.scss */
.nav-toggle.-close span:last-child {
  opacity: 0;
  transform: translateY(-18px);
}

/* line 733, assets/css/sass/theme.scss */
.menu-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #39b54a;
  position: fixed;
  color: #fff;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease-out, visibility .25s ease-out;
}

/* line 744, assets/css/sass/theme.scss */
.menu-overlay .menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
}

/* line 751, assets/css/sass/theme.scss */
.menu-overlay .menu .menu-item a {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5em;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* line 758, assets/css/sass/theme.scss */
.menu-overlay .menu .menu-item a:hover {
  color: #2a2f33;
}

/* line 764, assets/css/sass/theme.scss */
.menu-overlay.-active {
  opacity: 1;
  visibility: visible;
}

/* line 772, assets/css/sass/theme.scss */
.searching {
  transition: all .5s ease;
}

/* line 775, assets/css/sass/theme.scss */
.searching.closed {
  display: none;
  opacity: 0;
}

/* line 779, assets/css/sass/theme.scss */
.searching.open {
  display: block;
  position: absolute;
  opacity: 1;
  right: 115px;
  top: 145px;
  z-index: 1000;
}

/* line 789, assets/css/sass/theme.scss */
.searching.open form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 793, assets/css/sass/theme.scss */
.searching.open form label {
  font-size: 16px;
  width: 200px;
}

/* line 796, assets/css/sass/theme.scss */
.searching.open form label .search-field {
  margin: 0;
}

/* line 800, assets/css/sass/theme.scss */
.searching.open form input {
  border-radius: 0;
  font-size: 16px;
  height: 42px;
  line-height: 18px;
  padding: 10px 25px;
  padding: 8px 12px;
}

/* line 813, assets/css/sass/theme.scss */
.search-results article {
  padding: 40px 0;
  border-bottom: 1px black solid;
}

/* line 821, assets/css/sass/theme.scss */
.site-footer {
  background-color: #2a2f33;
  color: white;
  padding-top: 40px;
}

/* line 826, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 60em) {
  /* line 826, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 838, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left {
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 48em) {
  /* line 838, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    margin: initial;
    padding-right: 20px;
  }
}

@media screen and (min-width: 60em) {
  /* line 838, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .left {
    display: block;
  }
}

/* line 856, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left .top-img {
  margin-bottom: 25px;
}

/* line 860, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left a {
  display: block;
}

/* line 866, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left-mid {
  font-size: 1em;
}

@media screen and (min-width: 60em) {
  /* line 866, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .left-mid {
    display: block;
    padding-right: 5px;
    font-size: .8em;
  }
}

@media screen and (min-width: 1060px) {
  /* line 866, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .left-mid {
    font-size: 1em;
  }
}

/* line 877, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left-mid p {
  color: white;
}

/* line 880, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left-mid p span {
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}

/* line 887, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .left-mid a {
  color: white;
  font-weight: 600;
}

/* line 892, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .right-mid {
  padding: 20px 0;
}

@media screen and (min-width: 48em) {
  /* line 892, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .right-mid {
    padding: 0;
  }
}

/* line 901, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .right .icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

/* line 908, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .right .icon-wrap a {
  font-weight: 900;
  margin: 5px;
  font-size: 22px;
}

@media screen and (min-width: 960px) {
  /* line 908, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .right .icon-wrap a {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1060px) {
  /* line 908, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .right .icon-wrap a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1260px) {
  /* line 908, assets/css/sass/theme.scss */
  .site-footer .top-footer-wrap .right .icon-wrap a {
    font-size: 22px;
  }
}

/* line 922, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .right .icon-wrap a i {
  font-size: 25px;
  position: relative;
  top: 4px;
  padding-right: 10px;
}

/* line 929, assets/css/sass/theme.scss */
.site-footer .top-footer-wrap .right .icon-wrap a .text {
  color: white;
}

/* line 938, assets/css/sass/theme.scss */
.site-footer .bottom-menu {
  font-size: 12px;
  padding: 15px 0;
  color: white;
  margin-top: 25px;
}

@media screen and (min-width: 1060px) {
  /* line 938, assets/css/sass/theme.scss */
  .site-footer .bottom-menu {
    font-size: 14px;
  }
}

/* line 946, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-flex: inherit;
  flex-wrap: wrap;
}

/* line 955, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul a {
  color: white;
}

/* line 960, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 966, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .footer-social a {
  color: #39b54a;
}

/* line 970, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .footer-social li {
  margin: 0 5px;
}

/* line 975, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .bar {
  padding: 0 10px;
}

@media screen and (min-width: 60em) {
  /* line 975, assets/css/sass/theme.scss */
  .site-footer .bottom-menu ul .bar {
    padding: 0 20px;
  }
}

/* line 984, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .credit {
  margin: 0;
  color: white;
}

/* line 988, assets/css/sass/theme.scss */
.site-footer .bottom-menu ul .credit a {
  font-weight: 600;
}

/* line 998, assets/css/sass/theme.scss */
.blocks .block {
  margin-bottom: 50px;
}

/* line 1008, assets/css/sass/theme.scss */
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 1014, assets/css/sass/theme.scss */
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1027, assets/css/sass/theme.scss */
.blog .archive-hero, .archive .archive-hero, .single .archive-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  height: 250px;
}

@media screen and (min-width: 60em) {
  /* line 1027, assets/css/sass/theme.scss */
  .blog .archive-hero, .archive .archive-hero, .single .archive-hero {
    height: 375px;
  }
}

/* line 1040, assets/css/sass/theme.scss */
.blog .archive-hero .wrap, .archive .archive-hero .wrap, .single .archive-hero .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

/* line 1049, assets/css/sass/theme.scss */
.blog .archive-hero h1, .archive .archive-hero h1, .single .archive-hero h1 {
  color: white;
}

/* line 1055, assets/css/sass/theme.scss */
.blog article, .archive article {
  border-bottom: 5px solid #eee;
  padding: 40px 0;
}

/* line 1059, assets/css/sass/theme.scss */
.blog article:first-of-type, .archive article:first-of-type {
  padding-top: 0;
}

/* line 1063, assets/css/sass/theme.scss */
.blog article h1, .archive article h1 {
  margin-bottom: 10px;
}

@media screen and (min-width: 60em) {
  /* line 1067, assets/css/sass/theme.scss */
  .blog article .entry-content, .archive article .entry-content {
    display: grid;
    grid-template-columns: 4fr 2fr;
  }
}

/* line 1074, assets/css/sass/theme.scss */
.blog article .entry-content p, .archive article .entry-content p {
  align-self: center;
  margin-right: 25px;
  margin-top: 25px;
}

/* line 1080, assets/css/sass/theme.scss */
.blog article .entry-content .image, .archive article .entry-content .image {
  justify-self: center;
}

/* line 1087, assets/css/sass/theme.scss */
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

/* line 1096, assets/css/sass/theme.scss */
.entry-meta, .entry-footer {
  font-size: 15px;
}

/* line 1100, assets/css/sass/theme.scss */
.entry-title {
  margin-bottom: 0;
  font-weight: 800;
}

/* line 1108, assets/css/sass/theme.scss */
#post-2288,
#post-3523 {
  padding-top: 40px;
}

/* line 1111, assets/css/sass/theme.scss */
#post-2288 h1,
#post-3523 h1 {
  text-align: center;
}

/* line 1115, assets/css/sass/theme.scss */
#post-2288 .gform_wrapper,
#post-3523 .gform_wrapper {
  padding: 15px 40px;
  border: 2px solid #f0f0f0;
  max-width: 955px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 60px;
}

/* line 1132, assets/css/sass/theme.scss */
#hero {
  position: relative;
  max-height: 705px;
  overflow: hidden;
}

/* line 1137, assets/css/sass/theme.scss */
#hero .slide {
  height: 290px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 48em) {
  /* line 1137, assets/css/sass/theme.scss */
  #hero .slide {
    height: 450px;
  }
}

@media screen and (min-width: 60em) {
  /* line 1137, assets/css/sass/theme.scss */
  #hero .slide {
    height: 705px;
  }
}

/* line 1152, assets/css/sass/theme.scss */
#hero .slide:before {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}

/* line 1160, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap {
  color: white;
  position: relative;
  top: 120px;
}

@media screen and (min-width: 48em) {
  /* line 1160, assets/css/sass/theme.scss */
  #hero .slide .hero-text-wrap {
    width: 80%;
  }
}

@media screen and (min-width: 60em) {
  /* line 1160, assets/css/sass/theme.scss */
  #hero .slide .hero-text-wrap {
    width: 43%;
    top: 377px;
  }
}

/* line 1174, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap .h1 {
  font-weight: 900;
  line-height: 1.1;
}

/* line 1179, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap p {
  color: white;
  display: none;
  margin-top: 20px;
}

@media screen and (min-width: 48em) {
  /* line 1179, assets/css/sass/theme.scss */
  #hero .slide .hero-text-wrap p {
    display: block;
  }
}

/* line 1190, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap p a {
  color: white;
  border-bottom: 1px #39b54a solid;
  font-weight: 900;
  margin-left: 8px;
}

/* line 1196, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap p a:hover {
  color: #d9d9d9;
}

/* line 1200, assets/css/sass/theme.scss */
#hero .slide .hero-text-wrap p a i {
  padding-left: 5px;
}

/* line 1213, assets/css/sass/theme.scss */
#services .title-wrap {
  padding-top: 35px;
  padding-bottom: 25px;
}

@media screen and (min-width: 48em) {
  /* line 1213, assets/css/sass/theme.scss */
  #services .title-wrap {
      padding-top:40px;
      padding-bottom:40px;
    text-align:center;
    width:100%;
  }
}

@media screen and (min-width: 48em) {
  /* line 1226, assets/css/sass/theme.scss */
  #services .title-wrap h2 {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  /* line 1231, assets/css/sass/theme.scss */
  #services .title-wrap p {
    width: 60%;
    margin:auto;
  }
}

/* line 1240, assets/css/sass/theme.scss */
#services .services {
  margin-bottom: 40px;
}

@media screen and (min-width: 48em) {
  /* line 1240, assets/css/sass/theme.scss */
  #services .services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* line 1253, assets/css/sass/theme.scss */
#services .services .services-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

@media screen and (min-width: 48em) {
  /* line 1253, assets/css/sass/theme.scss */
  #services .services .services-box {
    width: 46%;
  }
}

/* line 1266, assets/css/sass/theme.scss */
#services .services .services-box a {
  margin: 20px 0;
}

/* line 1272, assets/css/sass/theme.scss */
#services .services .services-box .text {
  color: black;
  font-weight: 900;
}

/* line 1276, assets/css/sass/theme.scss */
#services .services .services-box .text:hover {
  color: black;
}

/* line 1281, assets/css/sass/theme.scss */
#services .services .services-box i {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

/* line 1292, assets/css/sass/theme.scss */
#support .support-image {
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em) {
  /* line 1292, assets/css/sass/theme.scss */
  #support .support-image {
    background-position: initial;
  }
}

/* line 1304, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap {
  color: white;
}

@media screen and (min-width: 48em) {
  /* line 1304, assets/css/sass/theme.scss */
  #support .support-image .support-text-wrap {
    width: 50%;
    float: right;
  }
}

/* line 1313, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap h2 {
  font-weight: 900;
}

/* line 1317, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap p {
  color: white;
  font-size: 17px;
}

/* line 1321, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap p a {
  color: white;
  border-bottom: 1px #39b54a solid;
  font-weight: 900;
  margin-left: 2px;
}

/* line 1327, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap p a:hover {
  color: #d9d9d9;
}

/* line 1331, assets/css/sass/theme.scss */
#support .support-image .support-text-wrap p a i {
  padding-left: 5px;
}

/* line 1340, assets/css/sass/theme.scss */
#support .bottom-cta {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  /* line 1340, assets/css/sass/theme.scss */
  #support .bottom-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
}

/* line 1351, assets/css/sass/theme.scss */
#support .bottom-cta .left {
  background: #121926;
  color: white;
  font-size: 20px;
  padding: 25px 0;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  /* line 1351, assets/css/sass/theme.scss */
  #support .bottom-cta .left {
    width: 70%;
    -webkit-clip-path: polygon(0% -288%, 100% 0%, 95% 250%, 105% 120%, -1% 105%);
    clip-path: polygon(0% -288%, 100% 0%, 95% 250%, 105% 120%, -1% 105%);
    z-index: 99;
  }
}

/* line 1370, assets/css/sass/theme.scss */
#support .bottom-cta .right {
  background: #39b54a;
  text-align: center;
  padding: 25px 0;
  font-size: 26px;
  font-weight: 900;
}

/* line 1377, assets/css/sass/theme.scss */
#support .bottom-cta .right:hover {
  background: #88d292;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 1382, assets/css/sass/theme.scss */
#support .bottom-cta .right a {
  color: #000;
}

/* line 1386, assets/css/sass/theme.scss */
#support .bottom-cta .right i {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 1000px) {
  /* line 1370, assets/css/sass/theme.scss */
  #support .bottom-cta .right {
    width: 40%;
    z-index: 2;
    overflow: hidden;
    margin-left: -45px;
  }
}

/* line 1402, assets/css/sass/theme.scss */
.page-hero {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (min-width: 60em) {
  /* line 1402, assets/css/sass/theme.scss */
  .page-hero {
    height: 310px;
  }
}

/* line 1414, assets/css/sass/theme.scss */
.page-grid {
  margin: 40px 0;
}

@media screen and (min-width: 48em) {
  /* line 1414, assets/css/sass/theme.scss */
  .page-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 60em) {
  /* line 1414, assets/css/sass/theme.scss */
  .page-grid {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: .75fr 2.50fr 1fr;
    grid-template-columns: .75fr 2.50fr 1fr;
    grid-column-gap: 50px;
  }
}

/* line 1446, assets/css/sass/theme.scss */
.widget_nav_menu {
  display: none;
  -ms-grid-column: 1;
}

@media screen and (min-width: 60em) {
  /* line 1446, assets/css/sass/theme.scss */
  .widget_nav_menu {
    display: block;
  }
}

/* line 1454, assets/css/sass/theme.scss */
.widget_nav_menu .menu {
  padding-left: 20px;
  border-left: 5px #eee solid;
}

/* line 1458, assets/css/sass/theme.scss */
.widget_nav_menu .menu li {
  max-width: 200px;
  margin-top: 10px;
}

/* line 1463, assets/css/sass/theme.scss */
.widget_nav_menu .menu li .sub-menu li {
  margin-top: 0;
}

/* line 1466, assets/css/sass/theme.scss */
.widget_nav_menu .menu li .sub-menu li a {
  color: black;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 1472, assets/css/sass/theme.scss */
.widget_nav_menu .menu li .sub-menu li a:hover {
  color: #666666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 1483, assets/css/sass/theme.scss */
.widget_nav_menu .menu li a {
  color: #39b54a;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 1488, assets/css/sass/theme.scss */
.widget_nav_menu .menu li a:hover {
  color: #88d292;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 1499, assets/css/sass/theme.scss */
.blog-wrap {
  -ms-grid-column: 2;
}

/* line 1503, assets/css/sass/theme.scss */
.cta-sidebar, .learning-center-sidebar, .cta-sidebar-esp {
  max-width: 300px;
  justify-self: end;
  margin: 0 auto;
  padding-top: 60px;
  -ms-grid-column: 3;
}

@media screen and (min-width: 60em) {
  /* line 1503, assets/css/sass/theme.scss */
  .cta-sidebar, .learning-center-sidebar, .cta-sidebar-esp {
    padding-top: 0;
  }
}

/* line 1517, assets/css/sass/theme.scss */
.cta-sidebar ul li, .learning-center-sidebar ul li, .cta-sidebar-esp ul li {
  border: #39b54a 4px solid;
  margin-bottom: 35px;
  padding: 25px 15px;
}

/* line 1522, assets/css/sass/theme.scss */
.cta-sidebar ul li i, .learning-center-sidebar ul li i, .cta-sidebar-esp ul li i {
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-right: 9px;
}

/* line 1529, assets/css/sass/theme.scss */
.cta-sidebar ul li h3, .learning-center-sidebar ul li h3, .cta-sidebar-esp ul li h3 {
  display: inline-block;
  font-weight: 900;
  color: black;
}

/* line 1534, assets/css/sass/theme.scss */
.cta-sidebar ul li h3:hover, .learning-center-sidebar ul li h3:hover, .cta-sidebar-esp ul li h3:hover {
  color: #39b54a;
}

/* line 1542, assets/css/sass/theme.scss */
.cta-sidebar ul li .cta-link, .learning-center-sidebar ul li .cta-link, .cta-sidebar-esp ul li .cta-link {
  border-bottom: 1px #39b54a solid;
  font-weight: 900;
  color: black;
  padding-bottom: 2px;
}

/* line 1548, assets/css/sass/theme.scss */
.cta-sidebar ul li .cta-link:hover, .learning-center-sidebar ul li .cta-link:hover, .cta-sidebar-esp ul li .cta-link:hover {
  color: #666666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 1553, assets/css/sass/theme.scss */
.cta-sidebar ul li .cta-link i, .learning-center-sidebar ul li .cta-link i, .cta-sidebar-esp ul li .cta-link i {
  margin-right: 0;
  color: #39b54a;
}

/* line 1557, assets/css/sass/theme.scss */
.cta-sidebar ul li .cta-link i:hover, .learning-center-sidebar ul li .cta-link i:hover, .cta-sidebar-esp ul li .cta-link i:hover {
  color: #6c982d;
}

/* line 1567, assets/css/sass/theme.scss */
#culture {
  background: #e6e6e6;
  padding: 65px 0 80px 0;
}

/* line 1572, assets/css/sass/theme.scss */
#culture h3 {
  text-align: center;
}

/* line 1576, assets/css/sass/theme.scss */
#culture .culture-slides {
  max-width: 1350px;
  margin: 0 auto;
}

/* line 1580, assets/css/sass/theme.scss */
#culture .culture-slides img {
  padding: 0 5px;
  max-width: 315px;
}

@media screen and (min-width: 48em) {
  /* line 1580, assets/css/sass/theme.scss */
  #culture .culture-slides img {
    padding: 0 10px;
  }
}

@media screen and (min-width: 60em) {
  /* line 1580, assets/css/sass/theme.scss */
  #culture .culture-slides img {
    padding: 0 17px;
  }
}

/* line 1595, assets/css/sass/theme.scss */
#culture .culture-slides .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 150;
  background: none;
}

/* line 1603, assets/css/sass/theme.scss */
#culture .culture-slides .slick-prev {
  left: -35px;
  font-size: 0;
}

/* line 1607, assets/css/sass/theme.scss */
#culture .culture-slides .slick-prev:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f177";
  font-weight: 500;
  font-size: 30px;
  color: #444;
}

/* line 1621, assets/css/sass/theme.scss */
#culture .culture-slides .slick-next {
  right: -35px;
  font-size: 0;
}

/* line 1625, assets/css/sass/theme.scss */
#culture .culture-slides .slick-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f178";
  font-size: 30px;
  color: #444;
}

/* line 1642, assets/css/sass/theme.scss */
.error404 .block {
  font-size: 26px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1050px;
  padding: 100px 0 125px;
  text-align: center;
}

/* line 1651, assets/css/sass/theme.scss */
.error404 .main {
  margin-top: 75px;
}

/* line 1654, assets/css/sass/theme.scss */
.error404 .main h1 {
  text-align: center;
}

/* line 1666, assets/css/sass/theme.scss */
.single-learning_center_post .main, .post-type-archive-learning_center_post .main {
  margin: 20px 0;
}

@media screen and (min-width: 60em) {
  /* line 1666, assets/css/sass/theme.scss */
  .single-learning_center_post .main, .post-type-archive-learning_center_post .main {
    margin: 40px 0;
  }
}

/* line 1679, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .wrap, .post-type-archive-learning_center_post .learning-hero .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: inherit;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  /* line 1679, assets/css/sass/theme.scss */
  .single-learning_center_post .learning-hero .wrap, .post-type-archive-learning_center_post .learning-hero .wrap {
    flex-direction: row;
  }
}

/* line 1693, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero h1, .post-type-archive-learning_center_post .learning-hero h1 {
  color: white;
}

/* line 1697, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero h3, .post-type-archive-learning_center_post .learning-hero h3 {
  color: white;
}

/* line 1701, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .learn-search, .post-type-archive-learning_center_post .learning-hero .learn-search {
  display: block;
  opacity: 1;
  z-index: 7;
}

/* line 1708, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .learn-search form, .post-type-archive-learning_center_post .learning-hero .learn-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1713, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .learn-search form label, .post-type-archive-learning_center_post .learning-hero .learn-search form label {
  font-size: 16px;
  width: 350px;
}

/* line 1716, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .learn-search form label .search-field, .post-type-archive-learning_center_post .learning-hero .learn-search form label .search-field {
  margin: 0;
}

/* line 1720, assets/css/sass/theme.scss */
.single-learning_center_post .learning-hero .learn-search form input, .post-type-archive-learning_center_post .learning-hero .learn-search form input {
  border-radius: 0;
  font-size: 16px;
  height: 42px;
  line-height: 18px;
  padding: 10px 25px;
  padding: 8px 12px;
}

/* line 1737, assets/css/sass/theme.scss */
.learning-center-sidebar h4 {
  color: #39b54a;
  font-weight: 600;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
}

/* line 1745, assets/css/sass/theme.scss */
.fwpl-item.el-pe5vls {
  font-size: calc(18px + 2 * ( (100vw - 420px) / 480));
  font-weight: 800;
}

@media screen and (max-width: 420px) {
  /* line 1745, assets/css/sass/theme.scss */
  .fwpl-item.el-pe5vls {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  /* line 1745, assets/css/sass/theme.scss */
  .fwpl-item.el-pe5vls {
    font-size: 20px;
  }
}

/* line 1751, assets/css/sass/theme.scss */
.fwpl-result:last-of-type {
  border: none;
}

@media only screen and (max-width: 960px) {
  /* line 1756, assets/css/sass/theme.scss */
  .fwpl-row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 960px) {
  /* line 1766, assets/css/sass/theme.scss */
  .fwpl-col {
    padding-bottom: 25px !important;
  }
}

/* line 1772, assets/css/sass/theme.scss */
.learning-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 60em) {
  /* line 1772, assets/css/sass/theme.scss */
  .learning-wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}

/* line 1784, assets/css/sass/theme.scss */
.learning-wrap .learning-center-sidebar {
  border-left: lightgrey 4px solid;
  padding-left: 20px;
  padding-top: 15px;
  height: max-content;
  /*     margin: 30px;
        padding: 15px;
        background-color: #e6e6e6;
        height: fit-content;
    */
}

@media only screen and (max-width: 960px) {
  /* line 1784, assets/css/sass/theme.scss */
  .learning-wrap .learning-center-sidebar {
    margin: 0 0 25px 0;
  }
}

/* line 1803, assets/css/sass/theme.scss */
.whitebar {
  width: 100%;
  padding: 52px 0;
  text-align: center;
  background: #F4F5F5;
  margin: 25px 0;
}

/* line 1813, assets/css/sass/theme.scss */
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: middle;
  overflow: hidden;
}

/* line 1821, assets/css/sass/theme.scss */
.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1827, assets/css/sass/theme.scss */
.st0 {
  opacity: 0;
  fill: #FFFFFF;
  stroke: #000000;
  stroke-miterlimit: 10;
}

/* line 1837, assets/css/sass/theme.scss */
.newsletter {
  float: left;
}

@media screen and (min-width: 60em) {
  /* line 1837, assets/css/sass/theme.scss */
  .newsletter {
    padding-bottom: 20px;
  }
}

/* line 1845, assets/css/sass/theme.scss */
.newsletter label {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

/* line 1852, assets/css/sass/theme.scss */
.newsletter > div {
  float: left;
  width: 100%;
  position: relative;
}

/* line 1853, assets/css/sass/theme.scss */
.newsletter input[type="email"] {
  margin: 0;
  float: left;
  width: 100%;
  height: 32px;
  color: #94c947;
  font-size: 13px;
  background: #fff;
  border-radius: 0;
  font-weight: 700;
  padding: 6px 35px 6px 12px;
  border: 1px solid #bebdbd;
  font-family: proxima-nova,sans-serif;
  max-width: 225px !important;
}

@media screen and (min-width: 48em) {
  /* line 1853, assets/css/sass/theme.scss */
  .newsletter input[type="email"] {
    max-width: 200px !important;
  }
}

/* line 1873, assets/css/sass/theme.scss */
.newsletter input[type="submit"] {
  right: 0;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
  height: 32px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 400;
  background: #a4d059;
}

/* line 1888, assets/css/sass/theme.scss */
.newsletter input[type="submit"]:hover {
  background: #555;
}

/* line 1889, assets/css/sass/theme.scss */
.map {
  float: left;
  width: 100%;
  min-height: 434px;
  padding-top: 280px;
  background: url(../images/map.png) no-repeat;
  background-position: top right;
}

/* line 1899, assets/css/sass/theme.scss */
.entry-content ul ul {
  padding: 0 0 0px 40px;
}

/* line 1903, assets/css/sass/theme.scss */
.logo-wrap #site-title {
  min-height: 61px;
  display: contents;
}

/* line 1909, assets/css/sass/theme.scss */
.rc-anchor-container {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

/* line 1914, assets/css/sass/theme.scss */
.facetwp-checkbox {
  color: black;
  font-weight: 600;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
}

/* line 1922, assets/css/sass/theme.scss */
.facetwp-counter {
  display: none;
}

@media screen and (max-width: 575px) {
  /* line 1929, assets/css/sass/theme.scss */
  #input_3_13 {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 1938, assets/css/sass/theme.scss */
.mobile-nav ul li a {
  color: black;
}

/* line 1946, assets/css/sass/theme.scss */
.mobile-nav ul li ul {
  display: none;
}

/* line 1952, assets/css/sass/theme.scss */
.mobile-nav ul li:hover ul {
  display: block;
}

/* line 1955, assets/css/sass/theme.scss */
.mobile-nav ul li:hover ul li a {
  color: White;
}

/* line 1967, assets/css/sass/theme.scss */
.rep-header {
  margin: 30px 0 50px;
  text-align: center;
}

/* line 1970, assets/css/sass/theme.scss */
.rep-header h1 {
  margin: 0 0 18px;
}

/* line 1973, assets/css/sass/theme.scss */
.rep-header p {
  font-size: 1.2em;
}

/* line 1977, assets/css/sass/theme.scss */
.distrib-title {
  margin: 0 0 1.2em;
  font-size: 1.875rem;
  text-align: center;
}

/* line 1982, assets/css/sass/theme.scss */
.distributorsList {
  text-align: center;
}

/* line 1984, assets/css/sass/theme.scss */
.distributorsList h3 {
  font-weight: 900;
}

/* line 1987, assets/css/sass/theme.scss */
.distributorsList .distList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px 0 0;
}

/* line 1992, assets/css/sass/theme.scss */
.distributorsList .distList li {
  width: auto;
  margin: 0 1.5% 30px;
  padding: 18px 25px 28px;
  text-align: center;
  border: 4px solid #39b54a;
}

/* line 1998, assets/css/sass/theme.scss */
.distributorsList .distList li h4 {
  margin: 0 0 .25em;
  font-weight: 900;
}

/* line 2002, assets/css/sass/theme.scss */
.distributorsList .distList li h5 {
  margin: 0 0 4px;
  color: #000;
}

/* line 2006, assets/css/sass/theme.scss */
.distributorsList .distList li .cta-link {
  display: inline-block;
  margin: 0 0 .25em;
  font-weight: 700;
  padding-bottom: 2px;
}

/* line 2012, assets/css/sass/theme.scss */
.distributorsList .distList li .cta-link i {
  color: black;
}

/* line 2021, assets/css/sass/theme.scss */
.gfield_label {
  text-transform: uppercase;
  font-weight: 800 !important;
}

/* line 2027, assets/css/sass/theme.scss */
#input_3_12 li label {
  font-size: 1em;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 2073, assets/css/sass/theme.scss */
  0% {
    opacity: 0;
  }
  /* line 2076, assets/css/sass/theme.scss */
  100% {
    opacity: 1;
  }
}

/* Icon Forward */
/* line 2083, assets/css/sass/theme.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* line 2092, assets/css/sass/theme.scss */
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 2102, assets/css/sass/theme.scss */
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* line 2110, assets/css/sass/theme.scss */
.page-id-2547 .header-number {
  font-size: 1.5em;
  width: auto;
  float: right;
}

/* line 2117, assets/css/sass/theme.scss */
.page-id-2547 .header-number a {
  color: #000;
}

/* line 2119, assets/css/sass/theme.scss */
.page-id-2547 .header-number a:hover, .page-id-2547 .header-number a:focus {
  color: #39b54a;
}

/* line 2126, assets/css/sass/theme.scss */
.page-id-2547 h1.page-title {
  color: white;
}

/* line 2130, assets/css/sass/theme.scss */
.page-id-2547 #field_9_12 {
  float: left;
  clear: none;
  width: 27%;
  padding: 16px 24px;
  margin: 0 5% 0 0 !important;
  background: #F4F5F5;
}

/* line 2138, assets/css/sass/theme.scss */
.page-id-2547 #field_9_9,
.page-id-2547 #field_9_5,
.page-id-2547 #field_9_2,
.page-id-2547 #field_9_7,
.page-id-2547 #field_9_8,
.page-id-2547 #field_9_6,
.page-id-2547 #field_9_4,
.page-id-2547 #field_9_10,
.page-id-2547 #field_9_11 {
  float: right;
  width: 68%;
  clear: none;
}

/* line 2151, assets/css/sass/theme.scss */
.page-id-2547 #field_9_12 .gfield_label {
  font-weight: bold !important;
  margin: 0 0 12px !important;
}

/* line 2155, assets/css/sass/theme.scss */
.page-id-2547 .arrow {
  display: inline-block;
  float: left;
  width: 94%;
  height: 60px;
  background: #9BDEDE;
  margin: 0 0 18px;
}

/* line 2163, assets/css/sass/theme.scss */
.page-id-2547 .arrow span {
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "proxima-nova-alt-condensed",sans-serif;
}

/* line 2171, assets/css/sass/theme.scss */
.page-id-2547 .leftbox {
  display: inline-block;
  float: left;
  width: 28%;
  height: 60px;
  background: #05ACAC;
}

/* line 2178, assets/css/sass/theme.scss */
.page-id-2547 .leftarrow {
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #05ACAC;
}

/* line 2187, assets/css/sass/theme.scss */
.page-id-2547 .text2 {
  display: inline-block;
  float: left;
  width: auto;
  height: 60px;
}

/* line 2193, assets/css/sass/theme.scss */
.page-id-2547 .rightarrow {
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #9BDEDE;
}

/* line 2202, assets/css/sass/theme.scss */
.page-id-2547 .form_left {
  float: left !important;
  width: 48.5% !important;
  clear: none !important;
  margin: 0 1rem 0 0 !important;
}

/* line 2208, assets/css/sass/theme.scss */
.page-id-2547 .form_right {
  float: left !important;
  width: 48% !important;
  clear: none !important;
}

/* line 2215, assets/css/sass/theme.scss */
.gform_button {
  border-radius: 0;
  line-height: 1;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #FFF !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: #39b54a !important;
  padding: 8px 24px !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
  font-family: 'Raleway', sans-serif;
}

/*
.singular-page-2547 .headerimage,
.singular-page-2547 .top-entry-header {
	display: none;
}
*/
/* line 2236, assets/css/sass/theme.scss */
.singular-page-2547 .wrap {
  max-width: 100%;
  padding: 0 5% !important;
  width: 100%;
}

/* line 2242, assets/css/sass/theme.scss */
.singular-page-2547 h1 {
  color: #fff;
  font-family: "proxima-nova-alt-condensed",sans-serif;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 2251, assets/css/sass/theme.scss */
.singular-page-2547 h3,
.singular-page-2547 h2,
.hero-tagline {
  color: #241f20;
  font-family: "proxima-nova-alt-condensed",sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* line 2263, assets/css/sass/theme.scss */
.singular-page-2547 h2 {
  font-size: 42px;
}

/* line 2267, assets/css/sass/theme.scss */
.hero-tagline {
  font-size: 24px;
  margin-bottom: 0;
}

/* line 2272, assets/css/sass/theme.scss */
.pb-reason {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #94C947;
}

/* line 2281, assets/css/sass/theme.scss */
.service-box {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 60px;
  margin: 3px;
  padding: 7px;
  text-align: center;
  white-space: nowrap;
}

/* line 2294, assets/css/sass/theme.scss */
.singular-page-2547 #footer .footmenu {
  padding-top: 40px;
}

@media (max-width: 860px) {
  /* line 2301, assets/css/sass/theme.scss */
  .singular-page-2547 #content {
    width: 100% !important;
  }
  /* line 2305, assets/css/sass/theme.scss */
  .singular-page-2547 .headerimage,
  .singular-page-2547 .headerform {
    display: none !important;
  }
  /* line 2310, assets/css/sass/theme.scss */
  .singular-page-2547 .site-logo a {
    background-position: top center;
    background-size: contain;
    max-width: 90%;
  }
  /* line 2316, assets/css/sass/theme.scss */
  .singular-page-2547 h1,
  .singular-page-2547 h2,
  .singular-page-2547 h3 {
    font-size: 36px;
  }
  /* line 2322, assets/css/sass/theme.scss */
  .hero-tagline {
    font-size: 20px;
  }
}

/* line 2328, assets/css/sass/theme.scss */
.sflogo a {
  background: #fff url("/wp-content/uploads/southernfield_logo.png?v=2") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 30px;
}
