/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */










 
































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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.
 */

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.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

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.
 */

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.
 */

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.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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.
 */

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.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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.
 */

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.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[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.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[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.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/20096c/0000000000000000000170a8/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), 
    url(https://use.typekit.com/af/20096c/0000000000000000000170a8/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.com/af/20096c/0000000000000000000170a8/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/79de3d/0000000000000000000170a4/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.com/af/79de3d/0000000000000000000170a4/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.com/af/79de3d/0000000000000000000170a4/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/beab1a/0000000000000000000170a6/27/l?subset_id=2&fvd=n6&v=3) format("woff2"), url(https://use.typekit.com/af/beab1a/0000000000000000000170a6/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
    url(https://use.typekit.com/af/beab1a/0000000000000000000170a6/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/0e56ec/0000000000000000000170a9/27/l?subset_id=2&fvd=i7&v=3) format("woff2"), 
    url(https://use.typekit.com/af/0e56ec/0000000000000000000170a9/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.com/af/0e56ec/0000000000000000000170a9/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/ec4c7b/0000000000000000000170a5/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.com/af/ec4c7b/0000000000000000000170a5/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.com/af/ec4c7b/0000000000000000000170a5/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: myriad-pro-condensed;
  src: url(https://use.typekit.com/af/7ba5de/0000000000000000000170a7/27/l?subset_id=2&fvd=i6&v=3) format("woff2"), 
    url(https://use.typekit.com/af/7ba5de/0000000000000000000170a7/27/d?subset_id=2&fvd=i6&v=3) format("woff"),
    url(https://use.typekit.com/af/7ba5de/0000000000000000000170a7/27/a?subset_id=2&fvd=i6&v=3) format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: myriad-pro;
  src: url(https://use.typekit.com/af/9a5180/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.com/af/9a5180/00000000000000000001709e/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.com/af/9a5180/00000000000000000001709e/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: myriad-pro;
  src: url(https://use.typekit.com/af/04a489/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.com/af/04a489/00000000000000000001709f/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.com/af/04a489/00000000000000000001709f/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: myriad-pro;
  src: url(https://use.typekit.com/af/bce065/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3) format("woff2"), 
    url(https://use.typekit.com/af/bce065/00000000000000000001709b/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.com/af/bce065/00000000000000000001709b/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: myriad-pro;
  src: url(https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), 
    url(https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 24px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5; 
  text-align: left;
}
p { 
  margin-top: 0;
  margin-bottom: 12px;
  font-family: myriad-pro;
}

/* Anchor Links */
a {
  color: #0270E0; 
  text-decoration: underline;
} 
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5, 
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 600;
  font-family: myriad-pro;
  color: #000000;
  word-break: break-word;
  text-transform: uppercase;
}

h1 {
  font-size: 2.1rem;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h2 {
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h4 {
  font-size: 1.175rem;.
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em; 
}

h5 {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

h6 {
  font-size: .9rem;
  letter-spacing: -0.02em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul li,
ol li {
  line-height:inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: myriad-pro;
  max-width: 500px; 
}
.hs-button { 
  margin:15px 0;
  cursor: pointer; 
  display: inline-block;
  position: relative;
  background-color: #494A52; 
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px; 
  
  text-decoration: none;
  width:auto;
  text-align: center;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: auto;
  background-clip: unset;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a; 
  border-color: #21222a;
  
  color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none; 
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}

.hs-error-msgs label {
  margin-top: 5px;
  color: #f2545b;
}

form input, form select, form textarea, .hs-input{
  font-family: inherit;
  display: block;
  width: 100%;
  outline: 0 !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: calc(15px + 21px + 2px);
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
} 
input[type=password], input[type=search] {    
  width:100% !important;
  height:100% !important;
  margin:0 !important; 
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0; 
  list-style: none;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs.inputs-list li label { 
  margin: 0;
  color: #c87872;
}
button {
  outline: 0 !important;
}
.hs-input[type=checkbox], 
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type="checkbox"], [type="radio"] {
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.hs-input[type=file] {
  background-color: #fff; 
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
::placeholder {
  color: #6c757d;
  opacity: 1;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email], 
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul.no-list.hs-error-msgs.inputs-list > li > label {
  color: #dc3545!important;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: myriad-pro;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
.primarynav-menu .hs-menu-wrapper {
  display: block;
  padding: 0;
  margin: 0;
}

.primarynav-menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.primarynav-menu .hs-menu-wrapper > ul > li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
}

.primarynav-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primarynav-menu .hs-menu-wrapper > ul > li > a:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.primarynav-menu .hs-menu-wrapper > ul > li > a:hover:before {
  display: block;
}


.mega-menu-primarynav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: left;
  text-transform: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primarynav-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover .mega-menu-primarynav {
  height: 399px;
  border-bottom: 1px solid #828282;
}

.mega-menu-inner {
  margin: 0 auto;
  width: 100%;
}

.mega-menu-inner > ul {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mega-menu-inner > ul > li {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; 
  max-width: 100%; 
  position: relative;
}
.mega-menu-inner > ul > li.Imageblock > a {
  display: none;
}
.primarynav-menu .hs-menu-wrapper > ul > li li.Imageblock  .image-block {
  width: 405px;
  height: 398px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.primarynav-menu .hs-menu-wrapper > ul > li.CornHybrids li.Imageblock  .image-block {
  background-image: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/mm-corn-hybrids.jpg);
}
.primarynav-menu .hs-menu-wrapper > ul > li.Agronomy li.Imageblock  .image-block {
  background-image: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/mm-agronomy.jpg);
}
.primarynav-menu .hs-menu-wrapper > ul > li.WhyWyffels li.Imageblock  .image-block {
  background-image: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/mm-why-wyffels.jpg);
}
.primarynav-menu .hs-menu-wrapper > ul > li.SeedReps li.Imageblock  .image-block {
  background-image: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/mm-seed-rep.jpg);
}
.mega-menu-inner > ul > li:last-child {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mega-menu-inner > ul > li:last-child > a + ul {
  margin-top: 114px;
  padding: 0 15px;
}
.mega-menu-inner > ul > li:last-child > a + ul > div {
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li {
  position: relative;
  width: 100%; 
  padding-right: 15px; 
  padding-left: 15px;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%; 
  max-width: 33.333333%;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:first-child > a + ul > li:nth-child(1) > a {
  font-weight: 600;
  font-size: 42px;
  line-height: 90%; 
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
  color: #181818;
  cursor: text;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:first-child > a + ul > li:nth-child(2) > a {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
  cursor: text;
}
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li {
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
  display: block;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  padding: 16px 4px;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(1), 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li:nth-child(1) {
  border-top-width: 0;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a {
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 46px;
  padding-right: 24px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li + li, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li + li {
  border-top-width: 0;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:last-child, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li:last-child {
  border-bottom: 0;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a span,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a span:after, 
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; 
  transition: all 0.3s;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a:hover span:after,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a:hover span:after {
  opacity: 1;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a img,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a svg,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  stroke: #C4C4C4;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:first-child > a:after {
  position: absolute;
  right: 0;
  top: 9px;
  width: 24px; 
  height: 24px;
  background: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/icn-chevron-right-dark.png) 0 0 no-repeat;
  content: '';
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:first-child > a {
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
  padding: 0;
  border: 0;
  display: inline-block;
  position: relative;
  padding-right: 34px;
  margin-bottom: 8px;
  cursor: pointer;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:first-child {
  border: 0;
  padding: 0;
  background: transparent;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li > a svg {
  display: none;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:last-child {
  padding: 0;
  background: transparent;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:last-child > a {
  padding: 0;
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
  text-transform: none;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:first-child > a span:after {
  border-top: 2px solid #000;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; 
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:first-child > a:hover span:after {
  opacity: 1;
}
.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child > a + ul > div > li > a + ul > li:last-child span:after {
  display: none;
}
.primarynav-menu li.SeedReps .mega-menu-inner > ul > li:last-child> a + ul > div > li > a + ul > li:last-child span {
  cursor: text;
}
.primarynav-menu .WhyWyffels .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(1) > a img {
  width: 17px;
  top: -2px;
  height: auto;
}
.primarynav-menu .WhyWyffels .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(2) > a img {
  width: 24px;
  height: auto;
}
.primarynav-menu .WhyWyffels .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(3) > a img {
  width: 19px;
  top: -2px;
  height: auto;
}
.primarynav-menu .WhyWyffels .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li:nth-child(1) > a img {
  width: 40px;
  height: 26px;
}
.primarynav-menu .WhyWyffels .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li:nth-child(2) > a img {
  width: 15px;
  top: -2px;
  left: 12px;
  height: auto;
}
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li > a:hover svg,
.mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(3) > a + ul > li > a:hover svg {
  stroke: #000;
  -webkit-animation: bounceInRight 0.5s both;
  animation: bounceInRight 0.5s both;
}
@keyframes bounceInRight {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateX(2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateX(-2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.primarynav-menu .Agronomy .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(1) > a img {
  width: 19px;
  height: 22px;
}
.primarynav-menu .Agronomy .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(2) > a img {
  width: 17px;
  height: 25px;
}
.primarynav-menu .Agronomy .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) > a + ul > li:nth-child(3) > a img {
  width: 18px;
  height: 17px;
}
.primarynav-menu .Agronomy .mega-menu-inner > ul > li:last-child > a + ul > div > li:nth-child(2) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}







@media (min-width: 1146px) {
  .primarynav-menu .hs-menu-wrapper > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

}



@media (max-width:1050px) {
  .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(2)>a+ul>li>a span,
  .mega-menu-inner>ul>li:last-child>a+ul>div>li:nth-child(3)>a+ul>li>a span {
    font-size: 18px;
    line-height: normal;
  }
  .mega-menu-inner>ul>li:last-child>a+ul>div>li:first-child>a+ul>li:nth-child(2)>a {
    font-size: 15px;
  }
  .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:first-child>a span {
    font-size: inherit;
    line-height: inherit;
  }
  .primarynav-menu li.SeedReps .mega-menu-inner>ul>li:last-child>a+ul>div>li>a+ul>li:last-child span {
    font-size: inherit;
    line-height: inherit;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
header.header {
  border-bottom: 5px solid;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
}
header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header_logo a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0,0,0,.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 137.08px;
  height: 54px;
  background: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/wyffels-logo-ftr.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
  background-image: none; 
}
.header_logo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 16px;
  margin-bottom: 15px;
  margin-right: 1rem;
  height: 54px;
}

.header_logo a img {
  width: 137px !important;
  height: 47px;
  max-width: 118px;
  margin-left: 9px;
}

.header_logo div, .header_logo div span {
  width: 100%;
  height: 100%;
  display: block;
}
.primarynav-menu {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.primarynav-menu > .hs_cos_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
}
.utility-block {
  display: none;
  position: relative;
}
.utility-block button.mobile-trigger {
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

button.mobile-trigger SVG {
  overflow: hidden;
  vertical-align: middle;
  stroke: #fff;
}

.utility-block a.btn-outline-primar {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-right: 4px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  padding-right: 42px;
  position: relative;
  border-color: #ffc325;
  color: #ffc325;
  text-decoration: none;
}

.utility-block a.btn-outline-primar svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute; 
  right: 20px;
  top: 50%;
  margin-top: -10px;
  stroke: #ffc325;
  overflow: hidden;
  vertical-align: middle;
}

.utility-block a.btn-outline-primar:hover svg {
  right: 16px;
  stroke: #FFFFFF;
}

.utility-block a.btn-outline-primar:hover { 
  background-color: #ffc325;
  color: #fff;
}

.utility-block .btn-location {
  overflow: visible;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #E5E5E5;
  text-decoration: underline;
  cursor: pointer;
}

.utility-block .btn-location:hover {
  text-decoration: none;
}

.utility-block .btn-location i {
  margin-right: 4px;
}
.utility-block .search_desktop {}

.utility-block .search-button-hdr {
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

.utility-block .search-button-hdr svg {
  stroke: #fff;
  overflow: hidden;
  vertical-align: middle;
}
.search_desktop .search-form-container {
  transition: all 0.3s ease-in-out;
  width: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 104px;
  background-color: #000;
}

.search_desktop .search-form-container > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.search_open .search-form-container {
  width: 460px;
}
.search_desktop .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
}

.search_desktop .input-group-prepend button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
}

.search_desktop input {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
  width: 100%;
  height: calc(24px + 12px + 2px);
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #495057; 
  background-clip: padding-box;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important; 
}
.search_desktop input:focus {
  color: #222d66;
  background-color: #f6f9fc;
  border-color: #222d66;
  outline: 0;
  box-shadow: none;
}
.search_desktop form {
  max-width: 100%;
}

.search_desktop .input-group > div:last-child {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}


/* Toggle Menu style start here */
.global-site-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -3000;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 100%;
  transition: opacity 0.4s;
  opacity: 0;
  visibility: hidden;
}

.mobile-open .global-site-menu {
  visibility: visible;
  opacity: 1;
  z-index: 3000;
}
.global-site-menu .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.global-site-menu header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.global-site-menu .menu_utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.global-site-menu .menu_utility button.btn-link {
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

.global-site-menu .menu_utility button.btn-link svg {
  stroke: #000;
  overflow: hidden;
  vertical-align: middle;
}

.global-site-menu .menu_utility .menu_form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.global-site-menu .menu_form .input-groups {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.global-site-menu .menu_form .input-groups .input-group-prepends {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
}

.global-site-menu .menu_form .input-groups .input-group-prepends button {
  background-color: transparent;
  vertical-align: middle;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

.global-site-menu .menu_form .input-groups .input-group-prepends button svg {
  overflow: hidden;
  vertical-align: middle;
  stroke: #000;
}

.global-site-menu .menu_form .input-groups > div:last-child {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.global-site-menu .menu_form .input-groups form input {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #fff;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  height: calc(24px + 12px + 2px); 
  padding: 6px 12px;
  display: block;
  min-width: 0;
  margin-bottom: 0; 
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 232px;
  border: none;
  border-bottom: 1px solid #828282;
  margin-top: 7px;
}

.global-site-menu .menu_form .input-groups form input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  color: #495057;
  background-color: #fff;
}

.global-site-menu .menu_form .input-groups form {
  display: flex; 
  flex-direction: row-reverse;
}

.global-site-menu .menu_form .input-groups form button {
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; 
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  cursor:pointer; 
}

.global-site-menu .menu_form .input-groups form button span {
  display: none;
}

.global-site-menu .menu_form .input-groups form button svg {
  stroke: #000;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
}
.global-site-menu .header_logo a img {
  max-width: 141px;
  margin-left: 0;
  height: 54px;
}
.global-site-menu .header_logo {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.global-site-menu footer.menu_footer {
  background: transparent;
  padding: 30px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.global-site-menu footer.menu_footer div, .global-site-menu footer.menu_footer div span {
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
} 

.global-site-menu footer.menu_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

.global-site-menu footer.menu_footer ul > li {
  display: inline-block;
}

.global-site-menu footer.menu_footer ul > li:not(:last-child) {
  margin-right: 8px;
}

.global-site-menu footer.menu_footer ul > li img {
  vertical-align: middle;
  border-style: none;
}

.global-site-menu footer.menu_footer p {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}
.global-site-menu main {
  padding-bottom: 64px;
  border-bottom: 1px solid #D0D0D0;
}
.search_desktop input::placeholder {
  font-size: 17px;
  color: #757575;
}


/* Popup style start here */
.modal-customize-experience {
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
}

.modal-customize-experience .modal-dialog {
  pointer-events: none;
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 100% !important;
  margin-top: 91px;
  height: 399px;
  border-bottom: 1px solid #828282;
  background-color: #fff;
  padding: 0;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.modal-customize-experience .modal-dialog > div {
  outline: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

.modal-customize-experience button.close {
  display: inline-block;
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 16px;
  margin: -16px -16px -16px auto;
  z-index: 100;
}

.modal-customize-experience .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.modal-customize-experience .modal-body > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-customize-experience .col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; 
  max-width: 75%;
}
.modal-customize-experience .col-lg-3 {
  width: 100%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  background-color: #fff; 
}
body.popup_show {
  overflow: hidden;
  padding-right: 17px;
}
.modal-customize-experience .sidebar-block {
  padding-top: 54px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/bg-experience-modal.jpg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 405px;
  height: 398px;
}
.modal-customize-experience .sidebar-block img {
  vertical-align: middle;
  border-style: none;
  display: block;
  width: 71px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.modal-customize-experience .sidebar-block h3 {
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 16px;
}
.modal-customize-experience .sidebar-block p {
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #858585;
  margin-bottom: 16px;
  padding: 0 48px;
}
.modal-customize-experience .sidebar-block h3 span {
  display: block;
}
.modal-customize-experience button.close:hover {
  opacity: 1;
}
.modal-customize-experience .col-lg-9 > div {
  padding: 74px 15px 0 15px;
  height: 399px;
}
.modal-customize-experience .col-lg-9 > div h2 { 
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #181818; 
  margin-bottom: 24px;
}
.modal-backdrop {
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-1040;
  width: 100vw; 
  height: 100vh;
  background-color: #000;
  opacity: 0;
}
.popup_show .modal-backdrop {
  opacity: .5;
  z-index: 1040;
}
.modal-customize-experience .sidebar-block > span h3 {
  margin: 0; 
}
.modal-customize-experience .sidebar-block form {
  position: relative;
  max-width: 252px;
  display: block;
  margin: 0 auto;
}
.modal-customize-experience .sidebar-block form > div > label {
  display: none;
}
.modal-customize-experience .sidebar-block form .input .hs-input {
  display: inline-block;
  width: calc(100% - 72px);
  vertical-align: middle;
  margin-right: 72px;
  font-family: myriad-pro-condensed;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-customize-experience .col-lg-9 > div h3 {
  margin: 0;
}

.modal-customize-experience .col-lg-9 form {
  position: relative;
  display: block;
}

.modal-customize-experience .col-lg-9 form > div > label { 
  display: none;
}

.modal-customize-experience .col-lg-9 form > div {
  margin: 0;
}

.modal-customize-experience .col-lg-9 form > div .input .hs-input {
  padding: 15px 20px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: auto;
  margin-right: 8px;
  line-height: 1.5; 
  font-size: 20px;
  font-family: myriad-pro-condensed;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 239px;
}

.modal-customize-experience .col-lg-9 form .hs-button {
  margin: 0;
  font-size: 20px;
}
.modal-customize-experience form .input .hs-input::placeholder,
.modal-customize-experience .col-lg-9 form>div input#ce-postal-input::placeholder { 
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.modal-customize-experience .sidebar-block form .hs-button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 20px;
} 

.popup_show .modal-customize-experience { 
  display: block;
}
.popup_show .modal-customize-experience .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-customize-experience .col-lg-9 form > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.modal-customize-experience .col-lg-9 form>div input#ce-postal-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 15px 20px;
  height: auto;
  font-size: 20px;
  line-height: 1.5;
  border-radius: .3rem;
  margin-right: 8px;
  font-family: inherit;
}


/* Toggle menu style start here */

.global-site-menu main span > div > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.global-site-menu main span > div > ul > li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.global-site-menu main span > div > ul > li:nth-child(1) > a + ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
  position: relative;
  margin-bottom: 23px;
}
.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li {
  position: relative;
  width: 100%; 
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul {
  position: relative;
  padding-top: 23px;
  margin-bottom: 16px;
}

.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px; 
  background-color: #ffc325;
  top: 0;
  left: 0;
}

.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul > li {
  font-size: 16px;
  line-height: 173.5%;
  font-weight: normal;
}

.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul > li > a {
  display: block;
  color: #000;
}
.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li {
  margin-top: 57px;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
  color: #000;
  display: inline-block;
  padding-right: 34px;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url(https://7814978.fs1.hubspotusercontent-na1.net/hubfs/7814978/raw_assets/public/Wyffels_July2020/images/chevron-right-black.svg) 0 0 no-repeat;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul {
  padding-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ffc325;
  top: 0;
  left: 0;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul > li {
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul > li > a {
  display: block;
  color: #000;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a + ul > li > a:hover {
  text-decoration: underline;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(2) {
  margin-top: 57px;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(2) > a + ul {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li:nth-child(2n + 1) {
  padding-right: 15px;
}

.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li:nth-child(2n + 2) {
  padding-left: 15px;
}
.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(4) {
  margin-top: 73px;
}
.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li:nth-child(3) {
  margin-top: 73px;
} 
.global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li > a:hover {
  text-decoration: underline;
} 
.global-site-menu main span > div > ul > li:nth-child(1) > a + ul > li > a + ul > li > a:hover {
  text-decoration: underline;
}


/* Tablet Styles */
 
@media (min-width: 992px) {
  header.header {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  } 
  .header__height {
    min-height: 90px;
  }
  header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  header .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header_logo {
    margin-right: 15px;
  }
  .show_in_mobile {
    display: none;
  }
  .primarynav-menu {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .primarynav-menu > .hs_cos_wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .utility-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: centeR;
    align-items: center;
  }
  .global-site-menu .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .global-site-menu .menu_utility .menu_form {
    display: -ms-flexbox;
    display: flex;
  }
  .global-site-menu .menu_form .input-groups {
    display: -ms-flexbox;
    display: flex;
  }
  .global-site-menu main span > div > ul > li:nth-child(1) {
    -ms-flex: 0 0 66.666667%; 
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .global-site-menu main span > div > ul > li:nth-child(2) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .global-site-menu main span>div>ul>li:nth-child(1) > a + ul > li {
    -ms-flex: 0 0 50%;  
    flex: 0 0 50%; 
    max-width: 50%;
    margin-top: 70px;
  }
  .global-site-menu main span > div > ul > li:nth-child(2) > a + ul > li {
    margin-top: 70px;
  }



}


@media (min-width: 1146px) {
  .header_logo {
    margin-right: 47px;
  }

}


@media (min-width: 1200px) {
  .modal-customize-experience .col-lg-9 { 
    margin-left: 8.333333%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}


@media (max-width: 1146px) and (min-width: 992px) {
  .primarynav-menu .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width:1199px) {
  .global-site-menu .page-center {
    max-width: 960px;
  }
}

@media (max-width:991px) { 
  .primarynav-menu {
    display: none; 
  } 
  header.header {
    padding: 0 16px;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .header-hide header.header { 
    top: -90px;
    transition: top .3s;
  }
  header .container-fluid:before, header .container-fluid:after {
    display: none;
  }
  button.mobile-trigger {
    margin: 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    color: rgba(0,0,0,.5);
    padding: 10px;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .show_in_mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  button.search-btn {
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
  }
  button.search-btn svg {
    overflow: hidden;
    vertical-align: middle;
    stroke: #fff;
  }
  .search-form-container_mobile {
    transition: all 0.3s ease-in-out;
    width: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 104px;
    background-color: #000;
    height: 46px;
  }
  .search-form-container_mobile > div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 100%;
  }
  .search-form-container_mobile .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
  }
  .search-form-container_mobile .input-group-prepend button {
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 10px;
  }
  .search-form-container_mobile > div input {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    display: block;
    width: 100%;
    height: calc(24px + 12px + 2px);
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057; 
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
  }
  .search-form-container_mobile > div > div:last-child {
    position: relative;
    -ms-flex: 1 1 0%; 
    flex: 1 1 0%;
  }
  .search_open .search-form-container_mobile {
    width: calc(100vw - 270px);
  }
  .search-form-container_mobile>div input:focus {
    color: #222d66;
    background-color: #f6f9fc;
    border-color: #222d66;
    outline: 0;
    box-shadow: none;
  }
  .global-site-menu .page-center {
    max-width: 720px;
  } 
  .global-site-menu .menu_utility .menu_form, .global-site-menu .menu_utility .menu_form > div {
    display: flex;
  }
  .scroll-body1 header.header {
    top: 0;
    transition: top .3s;
  }
  .header__height {
    min-height: 90px;
  }

}



/* Mobile Styles */

@media (max-width: 767px) {
  .global-site-menu .menu_utility .menu_form, .global-site-menu .menu_utility .menu_form>div {
    display: none;
  } 
  .global-site-menu .page-center {
    max-width: 540px;
  }
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: myriad-pro;
}
footer.footer {
  padding-top: 80px;
  padding-bottom: 37px;
  border-top: 5px solid;
}

footer .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer .row .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer .row:last-child .col ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .row:last-child .col ul > li {
  display: inline-block;
  margin-right: 8px;
}

footer .row:last-child .col ul > li:last-child {
  margin-right: 0;
}

footer .row:last-child .col ul > li > a {
  display: block;
  padding: 16px;
}

footer .row:last-child .col ul > li > a i {
  font-size: 20px;
}

footer .row .column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer .row .col-lg-9 {
  display: none;
}

footer .row .col-lg-3 img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: auto !important;
}
footer .row .col-lg-3 a {
  margin-bottom: 18px;
  display: block;
}
footer .row .col-lg-3 address {
  margin-bottom: 16px;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
}
footer .col-lg-9 .col-md {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer .col-lg-9 .col-md h3 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

footer .col-lg-9 .col-md ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0; 
  list-style: none;
}

footer .col-lg-9 .col-md:not(:last-child) ul > li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

footer .col-lg-9 .col-md:not(:last-child) ul > li > a {
  text-decoration: none;
}

footer .col-lg-9 .col-md:not(:last-child) ul > li > a:hover {
  text-decoration: underline;
}

footer .col-lg-9 .col-md.last_col ul > li > a {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
}

footer .col-lg-9 .col-md.last_col ul > li > a:hover {
  text-decoration: underline;
}





@media (min-width: 992px) {
  footer .container-fluid {
    padding-left: 25px;
    padding-right: 25px; 
  }
  footer .row:last-child .col ul { 
    justify-content: flex-start; 
    margin-left: 24px;
  }
  footer .row .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; 
    max-width: 25%; 
  }
  footer .row .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  footer .row .col-lg-3 img { 
    margin-left: 0; 
  }
  footer .row .col-lg-3 address {
    margin-left: 40px;
    text-align: left;
  }



}
@media (min-width: 768px) {
  footer .row .col-lg-9 {
    display: block;
  }
  footer .col-lg-9 .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.post-description.span8 h2 a {
  text-decoration: none;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: myriad-pro;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: myriad-pro;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: myriad-pro;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__list a {
  text-decoration: none;
}
.blog-index__post.blog-index__post--large h2 a {
  text-decoration: none;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52; 
color: #fff;
} */
.blog-comments .hs-button { 
  line-height:0; 
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover { 
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.banner-section .row-fluid {
  padding: 0;
}

.banner {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  background-position: top center;
  background-color: #dcdcdc;
}

.banner .page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.banner .page > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.banner h1 {
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffc325;
  margin: 52px 0 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow:none;
} 

.banner h2 {
  font-weight: 600;
  font-size: 60px; 
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin: 0 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
.blog-index__post-content.blog-index__post-content--small h2 a {
  text-decoration: none;
}

.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 26px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.comment-date {
  display: block !important; 
  text-align: left;
}
.blog_banner h1 {
  color: #000;
}

section.featured-article {
  background-color: #fff;
  padding: 56px 0 0;
  width: 100%;
  margin: 0 auto;
}

section.featured-article .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

section.featured-article .row .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

section.featured-article .row .col > div {
  border-bottom: 5px solid #ffc325;
  padding: 0 0 56px;
}

section.featured-article header h3 {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
  margin: 0 0 34px;
}

section.featured-article .row .col-xl-5, section.featured-article .row .col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

section.featured-article .row img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

section.featured-article .row .col-md-6 > div {
  border-top: 1px solid #C4C4C4;
  padding-top: 30px;
}

section.featured-article .row .col-md-6 > div h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
}

section.featured-article .row .col-md-6 > div h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 8px;
  text-transform: none;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
}

section.featured-article .row .col-md-6 > div h2 a {  
  font-family: inherit;
  text-decoration: none;
}

section.featured-article .row .col-md-6 > div h2 a:hover {
  text-decoration: underline;
}

section.featured-article .row .col-md-6 > div p.byline {
  font-weight: normal; 
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
  margin-bottom: 16px;
}

section.featured-article .row .col-md-6 > div div p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
  margin: 0;
}

section.featured-article .row .col-md-6 > div a.btn-link {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  padding-left: 0;
  text-decoration: none;
}
section.featured-article .row .col-md-6 > div a.btn-link svg {
  stroke: #000;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 16px;
}
section.featured-article .row .col-md-6 > div a.btn-link:hover {
  text-decoration: underline;
}
section.featured-article .row .col-xl-5 {
  padding-bottom: 16px;
}
section.newsletter-signup_blog {
  padding: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
  background-color: #E5E5E5;
  width: 100%;
  margin: 0 auto;
}

section.newsletter-signup_blog .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

section.newsletter-signup_blog .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

section.newsletter-signup_blog .row > div img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 119px;
  max-height: 50px;
}

section.newsletter-signup_blog .row > div h2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 35px;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000;
  text-align: left;
  margin-bottom: 16px;
}

section.newsletter-signup_blog .row > div p { 
  margin-bottom: 16px;
} 
section.newsletter-signup_blog .col-md-3 {
  padding-bottom:16px;
}
section.newsletter-signup_blog form {
  position: relative;
  max-width: 260px;
  margin-top: 25px;
  margin-bottom: -9px;
}

section.newsletter-signup_blog form > div > label {
  display: none;
}

section.newsletter-signup_blog form .input .hs-input {
  display: inline-block;
  width: auto; 
  vertical-align: middle;
  margin-right: 16px; 
  font-family: inherit;
}

section.newsletter-signup_blog form input.hs-button {
  margin: 0;
  position: absolute;
  right: 0;
  top: -8px;
}
section.newsletter-signup_blog form ul.no-list.hs-error-msgs.inputs-list {
  margin: 20px 0;
}
.post-item.clearfix {
  padding: 32px 0;
  border-bottom: 1px solid #C4C4C4;
}

.post-item.clearfix .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-item.clearfix .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item.clearfix .row img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.post-item.clearfix .row h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
}

.post-item.clearfix .row h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  color: #000000;
  text-transform: none;
}

.post-item.clearfix .row h3 a {
  font-family: inherit;
  text-decoration: none;
}

.post-item.clearfix .row h3 a:hover {
  text-decoration: underline;
}

.post-item.clearfix .row  p.byline {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}

.post-item.clearfix .row div p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
  margin-bottom: 16px;
}
.post-item.clearfix .row .col-md-4 {
  padding-bottom: 16px;
}
.custom_blog_listing { 
  padding: 60px 0;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.custom_blog_listing .row-fluid {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom_blog_listing .row-fluid > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-right .top_title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 16px;
}
.custom_blog_listing .blog-right > div {
  margin-bottom: 24px;
}
.custom_blog_listing .blog-right h3 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
} 
.blog-topic-filter ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.blog-topic-filter ul li {
  display: block;
  position: relative;
}

.blog-topic-filter ul li a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-color: #828282;
  color: #828282;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 8px;
  display: block;
}

.blog-topic-filter ul li a span {
  display: none;
}

.blog-topic-filter ul li a:hover {
  background-color: #ffc325;
  border-color: #ffc325;
  color: #000;
}
.blog-sidebar-search form input {
  background-color: #E3E3E3;
  border: 1px solid #C4C4C4;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  display: block; 
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  font-family: inherit;
}
.blog-topic-filter ul li.active a {
  background-color: #ffc325;
  border-color: #ffc325;
  color: #000;
}

.blog-index__tag-header h3 {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 8px;
}

.blog-index__tag-header p {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #6D6E71;
  margin-bottom: 0;
}

.blog-index__tag-header {
  padding:0;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 48px;
}
.blog-index__tag-header p a {
  color: #6D6E71;
}

.blog-pagination{
  display: block; 
} 
.blog-pagination .no-post{
  display: none;
}
.custom_blog_listing  .blog-pagination {
  padding: 48px 0;
  margin: 0;
  text-align: center;
}

.custom_blog_listing .blog-pagination a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  color: #343a40;
  border-color: #343a40;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.custom_blog_listing .blog-pagination a svg {
  overflow: hidden;
  vertical-align: middle;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  stroke: #000;
  margin-top: -5px;
}

.custom_blog_listing .blog-pagination a:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.custom_blog_listing .blog-pagination a:hover svg {
  stroke: #ffffff;
}
.blog-sidebar-search form input::-moz-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
  opacity: 1;
}
.blog-sidebar-search form input::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
  opacity: 1;
}
.article-details {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
}

.article-details .blog-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.article-details .blog-row > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-posts h1 {
  font-size: 68px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 24px;
  text-shadow: none;
}
.breadcdrumb-block {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #828282;
  margin: 0 0 23px;
}

.breadcdrumb-block a {
  color: #828282;
  font-family: inherit;
  text-decoration: none;
}

.breadcdrumb-block a:hover {
  text-decoration: underline;
  color: #828282;
}

.article-details .article-header {
  padding: 62px 0;
  border-top: 5px solid #ffc325;
}

.article-details .article-header h1 {
  text-shadow: none;
  letter-spacing: -0.01em;
  color: #333333;
  font-size: 68px;
  margin-bottom: 24px;
  line-height: 90%; 
}

.article-details .article-header .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.article-details .article-header .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-details .article-header .row > div p.byline {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
  margin: 0; 
}

.article-details nav.share-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}

.article-details  a.btn-outline-dark {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  color: #343a40;
  border-color: #343a40;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.article-details a.btn-outline-dark svg {
  overflow: hidden;
  vertical-align: middle;
  stroke: #828282;
}

.article-details a.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.article-details a.btn-outline-dark:hover svg {
  stroke: #fff;
}

.article-details a.btn-primary {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  border-color: #ffc325;
  background-color: #ffc325;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  margin-right: 8px;
}

.article-details a.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.article-details nav.share-block h4 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
  margin-right: 8px;
}

.article-details nav.share-block a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 14PX;
  text-align: center;
  line-height: 1.5;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #828282;
}
.article-details .blog-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.article-details .blog-posts > div { 
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
} 
.article-details .blog-posts .article-sidebar {
  border-top: 1px solid #C4C4C4;
  padding-top: 48px;
}
.article-details .blog-posts .blog-post__body > span {
  border-top: 1px solid #C4C4C4;
  position: relative;
  color: #6D6E71;
  font-size: 16px;
  display: block;
  padding-top: 48px;
} 

.subscribe_modal {
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
}

.subscribe_modal .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.subscribe_modal .modal-dialog > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border: none;
  border-radius: 0;
}

.subscribe_modal .modal-dialog > div .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.subscribe_modal .modal-dialog > div .modal-footer p {
  margin: 4px;
}

.subscribe_modal .modal-dialog > div .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 50px 30px 15px;
  border-top: 5px solid #ffc325;
}

.subscribe_modal .modal-dialog > div .modal-header button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  background-color: transparent;
  border: 0; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 16px;
  margin: -16px;
  margin-left: 0;
}

.subscribe_modal .modal-dialog > div .modal-header h5 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
}
body.popup2_show {
  overflow: hidden;
  padding-right: 17px;
}
.popup2_show .modal-backdrop {
  opacity: 0.5;
  z-index: 1040;
}
.popup2_show .subscribe_modal {
  opacity: 1; 
  z-index: 3000;
  visibility: visible;
}
.popup2_show .subscribe_modal > div {
  -webkit-transform: none;
  transform: none;
}
.subscribe_modal .modal-dialog>div .modal-header button:hover {
  opacity: 1;
}
.subscribe_modal .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.subscribe_modal .modal-body .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.subscribe_modal .modal-body .row > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.subscribe_modal .modal-body .row>div span h3 {
  margin: 0;
}

.subscribe_modal .modal-body form {
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.subscribe_modal .modal-body form fieldset {
  max-width: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto; 
}

.subscribe_modal .modal-body form fieldset > div.hs-form-field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 16px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.subscribe_modal .modal-body form .input {
  margin-right: 0;
}

.subscribe_modal .modal-body form fieldset > div.hs-form-field label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.subscribe_modal .modal-body form input.hs-button {
  margin-right: 0 !important;
}
.subscribe_modal .modal-body form .actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.subscribe_modal .modal-body form .hs_submit.hs-submit {
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-author-filter ul.l_tinynav1 {
  display: none;
}

.blog-author-filter select#tinynav1 {
  text-transform: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: normal;
  border-color: #828282;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  color: #999;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: 0;
}

.blog-author-filter select#tinynav1:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  margin-top: -1px;
}

.blog-author-filter select#tinynav1:hover {
  background-color: #ffc325;
  border-color: #ffc325;
  color: #000;
}

.blog-author-filter select#tinynav1:focus {
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
  box-shadow: 0 0 0 0.2rem rgba(52,58,64,.5);
}
 
.blog-author-filter select#tinynav1 option {
  background: #ffffff;
  font-size: 16px;
  color: #212529;
  text-align: inherit;
  display: block;
  width: 100%;
  padding: 4px 24px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
}
.subscribe_modal .modal-body form ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
 











@media (min-width:576px) {
  .subscribe_modal .modal-dialog {
    max-width: 500px;
    margin: 28px auto; 
  }
}


@media (min-width:768px) {
  section.featured-article .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.featured-article .row .col-xl-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.newsletter-signup_blog .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  section.newsletter-signup_blog .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0;
  }
  .post-item.clearfix .row .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .post-item.clearfix .row .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0; 
  }
  .subscribe_modal .modal-body form fieldset > div.hs-form-field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
  }

}

@media (min-width:992px) {
  section.featured-article .row .col-xl-5 {
    padding-bottom: 0;
  }
  .custom_blog_listing .blog-right {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .custom_blog_listing .blog-left {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    order: 2;
  } 
  .blog-topic-filter ul li a {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom_blog_listing .blog-pagination > div {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .article-details .article-header .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .article-details .article-header .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .article-details .blog-posts .blog-post__body {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .article-details .blog-posts  .col-xl-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .subscribe_modal .modal-dialog {
    max-width: 800px;
  }


} 

@media (min-width:1200px) { 
  section.featured-article .row .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  section.featured-article .row .col-md-6 {
    margin-left: 8.333333%;
  }
  .custom_blog_listing .blog-left {
    margin-left: 8.333333%;
  }
  .custom_blog_listing .blog-right {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .article-details .article-header .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; 
    max-width: 25%;
    margin-left: 8.333333%;
  }
  .article-details .blog-posts .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.333333%;
  }



}


@media (max-width:991px) {
  .banner h1 {
    margin-top: 42px;
  } 
  .blog-topic-filter ul li { 
    display: inline-block;
    margin-right: 8px; 
  }


}

@media (max-width:767px) {
  .banner h2 {
    font-size: 42px;
  }
}

@media (max-width:575px) {
  section.newsletter-signup_blog form .input .hs-input {
    width: calc(100% - 16px);
    margin-bottom: 16px;
    margin-right: 0;
  }

  section.newsletter-signup_blog form {
    max-width: 100%;
    margin: 0;
  }

  section.newsletter-signup_blog form input.hs-button {
    position: static; 
  }

  section.newsletter-signup_blog form > div {
    margin: 0;
  }
  .article-details .blog-post__body p img {
    float: none !important;
    max-width: 270px;
    margin-right: 0 !important;
    width: auto !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: myriad-pro;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
p.header {
  background: transparent;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: myriad-pro;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52; 
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}